Skip to content

Commit

Permalink
Updates SDK to v2.999.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 1, 2021
1 parent a42ad57 commit 33cbd22
Show file tree
Hide file tree
Showing 18 changed files with 337 additions and 163 deletions.
17 changes: 17 additions & 0 deletions .changes/2.999.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AppRunner",
"description": "This release contains several minor bug fixes."
},
{
"type": "feature",
"category": "SSM",
"description": "When \"AutoApprovable\" is true for a Change Template, then specifying --auto-approve (boolean) in Start-Change-Request-Execution will create a change request that bypasses approver review. (except for change calendar restrictions)"
},
{
"type": "feature",
"category": "Synthetics",
"description": "CloudWatch Synthetics now enables customers to choose a customer managed AWS KMS key or an Amazon S3-managed key instead of an AWS managed key (default) for the encryption of artifacts that the canary stores in Amazon S3. CloudWatch Synthetics also supports artifact S3 location updation now."
}
]
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.998.0-->
<!--LATEST=2.999.0-->
<!--ENTRYINSERT-->

## 2.999.0
* feature: AppRunner: This release contains several minor bug fixes.
* feature: SSM: When "AutoApprovable" is true for a Change Template, then specifying --auto-approve (boolean) in Start-Change-Request-Execution will create a change request that bypasses approver review. (except for change calendar restrictions)
* feature: Synthetics: CloudWatch Synthetics now enables customers to choose a customer managed AWS KMS key or an Amazon S3-managed key instead of an AWS managed key (default) for the encryption of artifacts that the canary stores in Amazon S3. CloudWatch Synthetics also supports artifact S3 location updation now.

## 2.998.0
* feature: Account: This release of the Account Management API enables customers to manage the alternate contacts for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html
* feature: CloudControl: Initial release of the SDK for AWS Cloud Control 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.998.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.999.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
20 changes: 10 additions & 10 deletions apis/apprunner-2020-05-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
],
"members": {
"Service": {
"shape": "S1u"
"shape": "S1v"
},
"OperationId": {}
}
Expand Down Expand Up @@ -205,7 +205,7 @@
],
"members": {
"Service": {
"shape": "S1u"
"shape": "S1v"
},
"OperationId": {}
}
Expand Down Expand Up @@ -284,7 +284,7 @@
],
"members": {
"Service": {
"shape": "S1u"
"shape": "S1v"
}
}
}
Expand Down Expand Up @@ -340,7 +340,7 @@
"AutoScalingConfigurationSummaryList": {
"type": "list",
"member": {
"shape": "S1x"
"shape": "S1y"
}
},
"NextToken": {}
Expand Down Expand Up @@ -500,7 +500,7 @@
],
"members": {
"Service": {
"shape": "S1u"
"shape": "S1v"
},
"OperationId": {}
}
Expand All @@ -523,7 +523,7 @@
],
"members": {
"Service": {
"shape": "S1u"
"shape": "S1v"
},
"OperationId": {}
}
Expand Down Expand Up @@ -616,7 +616,7 @@
],
"members": {
"Service": {
"shape": "S1u"
"shape": "S1v"
},
"OperationId": {}
}
Expand Down Expand Up @@ -836,7 +836,7 @@
}
}
},
"S1u": {
"S1v": {
"type": "structure",
"required": [
"ServiceName",
Expand Down Expand Up @@ -878,11 +878,11 @@
"shape": "S1n"
},
"AutoScalingConfigurationSummary": {
"shape": "S1x"
"shape": "S1y"
}
}
},
"S1x": {
"S1y": {
"type": "structure",
"members": {
"AutoScalingConfigurationArn": {},
Expand Down
114 changes: 59 additions & 55 deletions apis/apprunner-2020-05-15.normal.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions apis/ssm-2014-11-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -4496,6 +4496,9 @@
},
"ChangeRequestName": {},
"ClientToken": {},
"AutoApprove": {
"type": "boolean"
},
"Runbooks": {
"shape": "S96"
},
Expand Down
10 changes: 7 additions & 3 deletions apis/ssm-2014-11-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3882,7 +3882,7 @@
},
"Targets": {
"shape": "Targets",
"documentation": "<p>The instances targeted by the request to create an association. </p>"
"documentation": "<p>The instances targeted by the request to create an association. You can target all instances in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of <code>*</code>.</p>"
},
"LastExecutionDate": {
"shape": "DateTime",
Expand Down Expand Up @@ -5924,7 +5924,7 @@
},
"Targets": {
"shape": "Targets",
"documentation": "<p>The targets for the association. You can target instances by using tags, Amazon Web Services resource groups, all instances in an Amazon Web Services account, or individual instance IDs. For more information about choosing targets for an association, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html\">Using targets and rate controls with State Manager associations</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>"
"documentation": "<p>The targets for the association. You can target instances by using tags, Amazon Web Services resource groups, all instances in an Amazon Web Services account, or individual instance IDs. You can target all instances in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of <code>*</code>. For more information about choosing targets for an association, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html\">Using targets and rate controls with State Manager associations</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>"
},
"ScheduleExpression": {
"shape": "ScheduleExpression",
Expand Down Expand Up @@ -15339,7 +15339,7 @@
"members": {
"OutputS3Region": {
"shape": "S3Region",
"documentation": "<p>(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Amazon Web Services Systems Manager automatically determines the Region of the S3 bucket.</p>"
"documentation": "<p>The Amazon Web Services Region of the S3 bucket.</p>"
},
"OutputS3BucketName": {
"shape": "S3BucketName",
Expand Down Expand Up @@ -15910,6 +15910,10 @@
"shape": "IdempotencyToken",
"documentation": "<p>The user-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID format, and can't be reused.</p>"
},
"AutoApprove": {
"shape": "Boolean",
"documentation": "<p>Indicates whether the change request can be approved automatically without the need for manual approvals.</p> <p>If <code>AutoApprovable</code> is enabled in a change template, then setting <code>AutoApprove</code> to <code>true</code> in <code>StartChangeRequestExecution</code> creates a change request that bypasses approver review.</p> <note> <p>Change Calendar restrictions are not bypassed in this scenario. If the state of an associated calendar is <code>CLOSED</code>, change freeze approvers must still grant permission for this change request to run. If they don't, the change won't be processed until the calendar state is again <code>OPEN</code>. </p> </note>"
},
"Runbooks": {
"shape": "Runbooks",
"documentation": "<p>Information about the Automation runbooks that are run during the runbook workflow.</p> <note> <p>The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.</p> </note>"
Expand Down
48 changes: 39 additions & 9 deletions apis/synthetics-2017-10-11.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,17 @@
},
"Tags": {
"shape": "Sm"
},
"ArtifactConfig": {
"shape": "Sp"
}
}
},
"output": {
"type": "structure",
"members": {
"Canary": {
"shape": "Sq"
"shape": "Su"
}
}
}
Expand Down Expand Up @@ -105,7 +108,7 @@
"Canaries": {
"type": "list",
"member": {
"shape": "Sq"
"shape": "Su"
}
},
"NextToken": {}
Expand Down Expand Up @@ -135,7 +138,7 @@
"members": {
"CanaryName": {},
"LastRun": {
"shape": "S1k"
"shape": "S1p"
}
}
}
Expand Down Expand Up @@ -201,7 +204,7 @@
"type": "structure",
"members": {
"Canary": {
"shape": "Sq"
"shape": "Su"
}
}
}
Expand Down Expand Up @@ -232,7 +235,7 @@
"CanaryRuns": {
"type": "list",
"member": {
"shape": "S1k"
"shape": "S1p"
}
},
"NextToken": {}
Expand Down Expand Up @@ -403,10 +406,14 @@
],
"members": {
"BaseScreenshots": {
"shape": "S14"
"shape": "S18"
},
"BaseCanaryRunId": {}
}
},
"ArtifactS3Location": {},
"ArtifactConfig": {
"shape": "Sp"
}
}
},
Expand Down Expand Up @@ -487,7 +494,22 @@
"key": {},
"value": {}
},
"Sp": {
"type": "structure",
"members": {
"S3Encryption": {
"shape": "Sq"
}
}
},
"Sq": {
"type": "structure",
"members": {
"EncryptionMode": {},
"KmsKeyArn": {}
}
},
"Su": {
"type": "structure",
"members": {
"Id": {},
Expand Down Expand Up @@ -573,17 +595,25 @@
"type": "structure",
"members": {
"BaseScreenshots": {
"shape": "S14"
"shape": "S18"
},
"BaseCanaryRunId": {}
}
},
"Tags": {
"shape": "Sm"
},
"ArtifactConfig": {
"type": "structure",
"members": {
"S3Encryption": {
"shape": "Sq"
}
}
}
}
},
"S14": {
"S18": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -599,7 +629,7 @@
}
}
},
"S1k": {
"S1p": {
"type": "structure",
"members": {
"Id": {},
Expand Down
Loading

0 comments on commit 33cbd22

Please sign in to comment.