Skip to content

Commit

Permalink
Updates SDK to v2.1128.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 4, 2022
1 parent aeca977 commit 912af6e
Show file tree
Hide file tree
Showing 21 changed files with 718 additions and 370 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1128.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Backup",
"description": "Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup"
},
{
"type": "feature",
"category": "IoTSecureTunneling",
"description": "This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens"
},
{
"type": "feature",
"category": "SSM",
"description": "This release adds the TargetMaps parameter in SSM State Manager API."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1127.0-->
<!--LATEST=2.1128.0-->
<!--ENTRYINSERT-->

## 2.1128.0
* feature: Backup: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup
* feature: IoTSecureTunneling: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens
* feature: SSM: This release adds the TargetMaps parameter in SSM State Manager API.

## 2.1127.0
* feature: EC2: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
* feature: KinesisVideo: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1127.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1128.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
30 changes: 30 additions & 0 deletions apis/backup-2018-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,16 @@
"ByAccountId": {
"location": "querystring",
"locationName": "accountId"
},
"ByCompleteAfter": {
"location": "querystring",
"locationName": "completeAfter",
"type": "timestamp"
},
"ByCompleteBefore": {
"location": "querystring",
"locationName": "completeBefore",
"type": "timestamp"
}
}
},
Expand Down Expand Up @@ -1429,6 +1439,16 @@
"ByAccountId": {
"location": "querystring",
"locationName": "accountId"
},
"ByCompleteBefore": {
"location": "querystring",
"locationName": "completeBefore",
"type": "timestamp"
},
"ByCompleteAfter": {
"location": "querystring",
"locationName": "completeAfter",
"type": "timestamp"
}
}
},
Expand Down Expand Up @@ -1796,6 +1816,16 @@
"ByStatus": {
"location": "querystring",
"locationName": "status"
},
"ByCompleteBefore": {
"location": "querystring",
"locationName": "completeBefore",
"type": "timestamp"
},
"ByCompleteAfter": {
"location": "querystring",
"locationName": "completeAfter",
"type": "timestamp"
}
}
},
Expand Down
38 changes: 37 additions & 1 deletion apis/backup-2018-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3656,7 +3656,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. For more information, see <code>ControlScope</code>.</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. For more information, see <a href=\"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 @@ -4043,6 +4043,18 @@
"documentation": "<p>The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID.</p> <p>If used from an Organizations management account, passing <code>*</code> returns all jobs across the organization.</p>",
"location": "querystring",
"locationName": "accountId"
},
"ByCompleteAfter": {
"shape": "timestamp",
"documentation": "<p>Returns only backup jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"location": "querystring",
"locationName": "completeAfter"
},
"ByCompleteBefore": {
"shape": "timestamp",
"documentation": "<p>Returns only backup jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"location": "querystring",
"locationName": "completeBefore"
}
}
},
Expand Down Expand Up @@ -4289,6 +4301,18 @@
"documentation": "<p>The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.</p>",
"location": "querystring",
"locationName": "accountId"
},
"ByCompleteBefore": {
"shape": "timestamp",
"documentation": "<p>Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"location": "querystring",
"locationName": "completeBefore"
},
"ByCompleteAfter": {
"shape": "timestamp",
"documentation": "<p>Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"location": "querystring",
"locationName": "completeAfter"
}
}
},
Expand Down Expand Up @@ -4601,6 +4625,18 @@
"documentation": "<p>Returns only restore jobs associated with the specified job status.</p>",
"location": "querystring",
"locationName": "status"
},
"ByCompleteBefore": {
"shape": "timestamp",
"documentation": "<p>Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"location": "querystring",
"locationName": "completeBefore"
},
"ByCompleteAfter": {
"shape": "timestamp",
"documentation": "<p>Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"location": "querystring",
"locationName": "completeAfter"
}
}
},
Expand Down
33 changes: 22 additions & 11 deletions apis/backup-2018-11-15.paginators.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,44 @@
"ListBackupJobs": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupJobs"
},
"ListBackupPlanTemplates": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupPlanTemplatesList"
},
"ListBackupPlanVersions": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupPlanVersionsList"
},
"ListBackupPlans": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupPlansList"
},
"ListBackupSelections": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupSelectionsList"
},
"ListBackupVaults": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupVaultList"
},
"ListCopyJobs": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "CopyJobs"
},
"ListFrameworks": {
"input_token": "NextToken",
Expand All @@ -43,17 +50,20 @@
"ListProtectedResources": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "Results"
},
"ListRecoveryPointsByBackupVault": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "RecoveryPoints"
},
"ListRecoveryPointsByResource": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "RecoveryPoints"
},
"ListReportJobs": {
"input_token": "NextToken",
Expand All @@ -68,7 +78,8 @@
"ListRestoreJobs": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "RestoreJobs"
},
"ListTags": {
"input_token": "NextToken",
Expand Down
28 changes: 28 additions & 0 deletions apis/iotsecuretunneling-2018-10-05.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,34 @@
}
}
},
"RotateTunnelAccessToken": {
"input": {
"type": "structure",
"required": [
"tunnelId",
"clientMode"
],
"members": {
"tunnelId": {},
"clientMode": {},
"destinationConfig": {
"shape": "Se"
}
}
},
"output": {
"type": "structure",
"members": {
"tunnelArn": {},
"sourceAccessToken": {
"shape": "Sz"
},
"destinationAccessToken": {
"shape": "Sz"
}
}
}
},
"TagResource": {
"input": {
"type": "structure",
Expand Down
Loading

0 comments on commit 912af6e

Please sign in to comment.