Skip to content

Commit 33cbd22

Browse files
author
awstools
committed
Updates SDK to v2.999.0
1 parent a42ad57 commit 33cbd22

18 files changed

+337
-163
lines changed

.changes/2.999.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppRunner",
5+
"description": "This release contains several minor bug fixes."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SSM",
10+
"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)"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Synthetics",
15+
"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."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.998.0-->
2+
<!--LATEST=2.999.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.999.0
6+
* feature: AppRunner: This release contains several minor bug fixes.
7+
* 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)
8+
* 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.
9+
510
## 2.998.0
611
* 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
712
* feature: CloudControl: Initial release of the SDK for AWS Cloud Control API

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.998.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.999.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/apprunner-2020-05-15.min.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
],
141141
"members": {
142142
"Service": {
143-
"shape": "S1u"
143+
"shape": "S1v"
144144
},
145145
"OperationId": {}
146146
}
@@ -205,7 +205,7 @@
205205
],
206206
"members": {
207207
"Service": {
208-
"shape": "S1u"
208+
"shape": "S1v"
209209
},
210210
"OperationId": {}
211211
}
@@ -284,7 +284,7 @@
284284
],
285285
"members": {
286286
"Service": {
287-
"shape": "S1u"
287+
"shape": "S1v"
288288
}
289289
}
290290
}
@@ -340,7 +340,7 @@
340340
"AutoScalingConfigurationSummaryList": {
341341
"type": "list",
342342
"member": {
343-
"shape": "S1x"
343+
"shape": "S1y"
344344
}
345345
},
346346
"NextToken": {}
@@ -500,7 +500,7 @@
500500
],
501501
"members": {
502502
"Service": {
503-
"shape": "S1u"
503+
"shape": "S1v"
504504
},
505505
"OperationId": {}
506506
}
@@ -523,7 +523,7 @@
523523
],
524524
"members": {
525525
"Service": {
526-
"shape": "S1u"
526+
"shape": "S1v"
527527
},
528528
"OperationId": {}
529529
}
@@ -616,7 +616,7 @@
616616
],
617617
"members": {
618618
"Service": {
619-
"shape": "S1u"
619+
"shape": "S1v"
620620
},
621621
"OperationId": {}
622622
}
@@ -836,7 +836,7 @@
836836
}
837837
}
838838
},
839-
"S1u": {
839+
"S1v": {
840840
"type": "structure",
841841
"required": [
842842
"ServiceName",
@@ -878,11 +878,11 @@
878878
"shape": "S1n"
879879
},
880880
"AutoScalingConfigurationSummary": {
881-
"shape": "S1x"
881+
"shape": "S1y"
882882
}
883883
}
884884
},
885-
"S1x": {
885+
"S1y": {
886886
"type": "structure",
887887
"members": {
888888
"AutoScalingConfigurationArn": {},

apis/apprunner-2020-05-15.normal.json

Lines changed: 59 additions & 55 deletions
Large diffs are not rendered by default.

apis/ssm-2014-11-06.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4496,6 +4496,9 @@
44964496
},
44974497
"ChangeRequestName": {},
44984498
"ClientToken": {},
4499+
"AutoApprove": {
4500+
"type": "boolean"
4501+
},
44994502
"Runbooks": {
45004503
"shape": "S96"
45014504
},

apis/ssm-2014-11-06.normal.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3882,7 +3882,7 @@
38823882
},
38833883
"Targets": {
38843884
"shape": "Targets",
3885-
"documentation": "<p>The instances targeted by the request to create an association. </p>"
3885+
"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>"
38863886
},
38873887
"LastExecutionDate": {
38883888
"shape": "DateTime",
@@ -5924,7 +5924,7 @@
59245924
},
59255925
"Targets": {
59265926
"shape": "Targets",
5927-
"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>"
5927+
"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>"
59285928
},
59295929
"ScheduleExpression": {
59305930
"shape": "ScheduleExpression",
@@ -15339,7 +15339,7 @@
1533915339
"members": {
1534015340
"OutputS3Region": {
1534115341
"shape": "S3Region",
15342-
"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>"
15342+
"documentation": "<p>The Amazon Web Services Region of the S3 bucket.</p>"
1534315343
},
1534415344
"OutputS3BucketName": {
1534515345
"shape": "S3BucketName",
@@ -15910,6 +15910,10 @@
1591015910
"shape": "IdempotencyToken",
1591115911
"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>"
1591215912
},
15913+
"AutoApprove": {
15914+
"shape": "Boolean",
15915+
"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>"
15916+
},
1591315917
"Runbooks": {
1591415918
"shape": "Runbooks",
1591515919
"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>"

apis/synthetics-2017-10-11.min.json

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,17 @@
5252
},
5353
"Tags": {
5454
"shape": "Sm"
55+
},
56+
"ArtifactConfig": {
57+
"shape": "Sp"
5558
}
5659
}
5760
},
5861
"output": {
5962
"type": "structure",
6063
"members": {
6164
"Canary": {
62-
"shape": "Sq"
65+
"shape": "Su"
6366
}
6467
}
6568
}
@@ -105,7 +108,7 @@
105108
"Canaries": {
106109
"type": "list",
107110
"member": {
108-
"shape": "Sq"
111+
"shape": "Su"
109112
}
110113
},
111114
"NextToken": {}
@@ -135,7 +138,7 @@
135138
"members": {
136139
"CanaryName": {},
137140
"LastRun": {
138-
"shape": "S1k"
141+
"shape": "S1p"
139142
}
140143
}
141144
}
@@ -201,7 +204,7 @@
201204
"type": "structure",
202205
"members": {
203206
"Canary": {
204-
"shape": "Sq"
207+
"shape": "Su"
205208
}
206209
}
207210
}
@@ -232,7 +235,7 @@
232235
"CanaryRuns": {
233236
"type": "list",
234237
"member": {
235-
"shape": "S1k"
238+
"shape": "S1p"
236239
}
237240
},
238241
"NextToken": {}
@@ -403,10 +406,14 @@
403406
],
404407
"members": {
405408
"BaseScreenshots": {
406-
"shape": "S14"
409+
"shape": "S18"
407410
},
408411
"BaseCanaryRunId": {}
409412
}
413+
},
414+
"ArtifactS3Location": {},
415+
"ArtifactConfig": {
416+
"shape": "Sp"
410417
}
411418
}
412419
},
@@ -487,7 +494,22 @@
487494
"key": {},
488495
"value": {}
489496
},
497+
"Sp": {
498+
"type": "structure",
499+
"members": {
500+
"S3Encryption": {
501+
"shape": "Sq"
502+
}
503+
}
504+
},
490505
"Sq": {
506+
"type": "structure",
507+
"members": {
508+
"EncryptionMode": {},
509+
"KmsKeyArn": {}
510+
}
511+
},
512+
"Su": {
491513
"type": "structure",
492514
"members": {
493515
"Id": {},
@@ -573,17 +595,25 @@
573595
"type": "structure",
574596
"members": {
575597
"BaseScreenshots": {
576-
"shape": "S14"
598+
"shape": "S18"
577599
},
578600
"BaseCanaryRunId": {}
579601
}
580602
},
581603
"Tags": {
582604
"shape": "Sm"
605+
},
606+
"ArtifactConfig": {
607+
"type": "structure",
608+
"members": {
609+
"S3Encryption": {
610+
"shape": "Sq"
611+
}
612+
}
583613
}
584614
}
585615
},
586-
"S14": {
616+
"S18": {
587617
"type": "list",
588618
"member": {
589619
"type": "structure",
@@ -599,7 +629,7 @@
599629
}
600630
}
601631
},
602-
"S1k": {
632+
"S1p": {
603633
"type": "structure",
604634
"members": {
605635
"Id": {},

0 commit comments

Comments
 (0)