Skip to content

Commit

Permalink
Updates SDK to v2.1579.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 15, 2024
1 parent 674380a commit fa7132b
Show file tree
Hide file tree
Showing 31 changed files with 2,493 additions and 1,623 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1579.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Backup",
"description": "This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup."
},
{
"type": "feature",
"category": "CodeBuild",
"description": "AWS CodeBuild now supports overflow behavior on Reserved Capacity."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API."
},
{
"type": "feature",
"category": "EC2",
"description": "Add media accelerator and neuron device information on the describe instance types API."
},
{
"type": "feature",
"category": "KinesisAnalyticsV2",
"description": "Support for Flink 1.18 in Managed Service for Apache Flink"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation."
},
{
"type": "feature",
"category": "WorkSpacesThinClient",
"description": "Removed unused parameter kmsKeyArn from UpdateDeviceRequest"
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1578.0-->
<!--LATEST=2.1579.0-->
<!--ENTRYINSERT-->

## 2.1579.0
* feature: Backup: This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup.
* feature: CodeBuild: AWS CodeBuild now supports overflow behavior on Reserved Capacity.
* feature: Connect: This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API.
* feature: EC2: Add media accelerator and neuron device information on the describe instance types API.
* feature: KinesisAnalyticsV2: Support for Flink 1.18 in Managed Service for Apache Flink
* feature: SageMaker: Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation.
* feature: WorkSpacesThinClient: Removed unused parameter kmsKeyArn from UpdateDeviceRequest

## 2.1578.0
* bugfix: IoTRoborunner: Deprecate IoTRoborunner
* feature: EC2InstanceConnect: This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1578.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1579.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
8 changes: 7 additions & 1 deletion apis/backup-2018-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2575,6 +2575,11 @@
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"ManagedByAWSBackupOnly": {
"location": "querystring",
"locationName": "managedByAWSBackupOnly",
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -2602,7 +2607,8 @@
"type": "boolean"
},
"ParentRecoveryPointArn": {},
"ResourceName": {}
"ResourceName": {},
"VaultType": {}
}
}
}
Expand Down
18 changes: 14 additions & 4 deletions apis/backup-2018-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@
"shape": "ServiceUnavailableException"
}
],
"documentation": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p> <p>This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.</p>"
"documentation": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p> <p>This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.</p>"
},
"TagResource": {
"name": "TagResource",
Expand Down Expand Up @@ -4975,7 +4975,7 @@
},
"ControlScope": {
"shape": "ControlScope",
"documentation": "<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.</p>"
"documentation": "<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_ControlScope.html\"> <code>ControlScope</code>.</a> </p>"
}
},
"documentation": "<p>Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.</p>"
Expand Down Expand Up @@ -5588,7 +5588,7 @@
},
"State": {
"shape": "BackupJobStatus",
"documentation": "<p>This parameter returns the job count for jobs with the specified state.</p> <p>The the value ANY returns count of all states.</p> <p> <code>AGGREGATE_ALL</code> aggregates job counts for all states and returns the sum.</p>",
"documentation": "<p>This parameter returns the job count for jobs with the specified state.</p> <p>The the value ANY returns count of all states.</p> <p> <code>AGGREGATE_ALL</code> aggregates job counts for all states and returns the sum.</p> <p> <code>Completed with issues</code> is a status found only in the Backup console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the status is completed but comes with a status message. To obtain the job count for <code>Completed with issues</code>, run two GET requests, and subtract the second, smaller number:</p> <p>GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&amp;State=COMPLETED</p> <p>GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&amp;MessageCategory=SUCCESS&amp;State=COMPLETED</p>",
"location": "querystring",
"locationName": "State"
},
Expand Down Expand Up @@ -5664,7 +5664,7 @@
},
"ByState": {
"shape": "BackupJobState",
"documentation": "<p>Returns only backup jobs that are in the specified state.</p>",
"documentation": "<p>Returns only backup jobs that are in the specified state.</p> <p> <code>Completed with issues</code> is a status found only in the Backup console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the status is completed but comes with a status message.</p> <p>To obtain the job count for <code>Completed with issues</code>, run two GET requests, and subtract the second, smaller number:</p> <p>GET /backup-jobs/?state=COMPLETED</p> <p>GET /backup-jobs/?messageCategory=SUCCESS&amp;state=COMPLETED</p>",
"location": "querystring",
"locationName": "state"
},
Expand Down Expand Up @@ -6367,6 +6367,12 @@
"documentation": "<p>The maximum number of items to be returned.</p> <note> <p>Amazon RDS requires a value of at least 20.</p> </note>",
"location": "querystring",
"locationName": "maxResults"
},
"ManagedByAWSBackupOnly": {
"shape": "boolean",
"documentation": "<p>This attribute filters recovery points based on ownership.</p> <p>If this is set to <code>TRUE</code>, the response will contain recovery points associated with the selected resources that are managed by Backup.</p> <p>If this is set to <code>FALSE</code>, the response will contain all recovery points associated with the selected resource.</p> <p>Type: Boolean</p>",
"location": "querystring",
"locationName": "managedByAWSBackupOnly"
}
}
},
Expand Down Expand Up @@ -7111,6 +7117,10 @@
"ResourceName": {
"shape": "string",
"documentation": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>"
},
"VaultType": {
"shape": "VaultType",
"documentation": "<p>This is the type of vault in which the described recovery point is stored.</p>"
}
},
"documentation": "<p>Contains detailed information about a saved recovery point.</p>"
Expand Down
Loading

0 comments on commit fa7132b

Please sign in to comment.