Skip to content

Commit 54b9649

Browse files
author
awstools
committed
Updates SDK to v2.856.0
1 parent 438670c commit 54b9649

32 files changed

+1671
-348
lines changed

.changes/2.856.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ACM",
5+
"description": "Adds 2 new APIs to add and retrieve account configuration in AWS Certificate Manager."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudWatchEvents",
10+
"description": "Adds TraceHeader to PutEventsRequestEntry to support AWS X-Ray trace-ids on events generated using the PutEvents operation."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CodeBuild",
15+
"description": "AWS CodeBuild now supports Session Manager debugging for batch builds."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ES",
20+
"description": "AWS ElasticSearch Feature : Support for adding tags in elastic search domain during domain creation"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ForecastService",
25+
"description": "Added new StopResource operation that stops Amazon Forecast resource jobs that are in progress."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SecretsManager",
30+
"description": "Added support for multi-Region secrets APIs ReplicateSecretToRegions, RemoveRegionsFromReplication, and StopReplicationToReplica"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "WellArchitected",
35+
"description": "This release supports tagging on AWS Well-Architected workloads."
36+
}
37+
]

CHANGELOG.md

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

5+
## 2.856.0
6+
* feature: ACM: Adds 2 new APIs to add and retrieve account configuration in AWS Certificate Manager.
7+
* feature: CloudWatchEvents: Adds TraceHeader to PutEventsRequestEntry to support AWS X-Ray trace-ids on events generated using the PutEvents operation.
8+
* feature: CodeBuild: AWS CodeBuild now supports Session Manager debugging for batch builds.
9+
* feature: ES: AWS ElasticSearch Feature : Support for adding tags in elastic search domain during domain creation
10+
* feature: ForecastService: Added new StopResource operation that stops Amazon Forecast resource jobs that are in progress.
11+
* feature: SecretsManager: Added support for multi-Region secrets APIs ReplicateSecretToRegions, RemoveRegionsFromReplication, and StopReplicationToReplica
12+
* feature: WellArchitected: This release supports tagging on AWS Well-Architected workloads.
13+
514
## 2.855.0
615
* feature: DataSync: Additional API Support to update NFS/SMB/ObjectStorage locations
716
* feature: EventBridge: Adds TraceHeader to PutEventsRequestEntry to support AWS X-Ray trace-ids on events generated using the PutEvents operation.

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.855.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.856.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/acm-2015-12-08.min.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,16 @@
168168
}
169169
}
170170
},
171+
"GetAccountConfiguration": {
172+
"output": {
173+
"type": "structure",
174+
"members": {
175+
"ExpiryEvents": {
176+
"shape": "S1a"
177+
}
178+
}
179+
}
180+
},
171181
"GetCertificate": {
172182
"input": {
173183
"type": "structure",
@@ -284,6 +294,20 @@
284294
}
285295
}
286296
},
297+
"PutAccountConfiguration": {
298+
"input": {
299+
"type": "structure",
300+
"required": [
301+
"IdempotencyToken"
302+
],
303+
"members": {
304+
"ExpiryEvents": {
305+
"shape": "S1a"
306+
},
307+
"IdempotencyToken": {}
308+
}
309+
}
310+
},
287311
"RemoveTagsFromCertificate": {
288312
"input": {
289313
"type": "structure",
@@ -439,6 +463,14 @@
439463
"members": {
440464
"CertificateTransparencyLoggingPreference": {}
441465
}
466+
},
467+
"S1a": {
468+
"type": "structure",
469+
"members": {
470+
"DaysBeforeExpiry": {
471+
"type": "integer"
472+
}
473+
}
442474
}
443475
}
444476
}

apis/acm-2015-12-08.normal.json

Lines changed: 106 additions & 14 deletions
Large diffs are not rendered by default.

apis/codebuild-2016-10-06.min.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,9 @@
11911191
"imagePullCredentialsTypeOverride": {},
11921192
"buildBatchConfigOverride": {
11931193
"shape": "S1n"
1194+
},
1195+
"debugSessionEnabled": {
1196+
"type": "boolean"
11941197
}
11951198
}
11961199
},
@@ -1494,6 +1497,9 @@
14941497
}
14951498
}
14961499
}
1500+
},
1501+
"debugSessionEnabled": {
1502+
"type": "boolean"
14971503
}
14981504
}
14991505
},

apis/codebuild-2016-10-06.normal.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,10 @@
14221422
"buildGroups": {
14231423
"shape": "BuildGroups",
14241424
"documentation": "<p>An array of <code>BuildGroup</code> objects that define the build groups for the batch build.</p>"
1425+
},
1426+
"debugSessionEnabled": {
1427+
"shape": "WrapperBoolean",
1428+
"documentation": "<p/> <p>Specifies if session debugging is enabled for this batch build. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html\">Viewing a running build in Session Manager</a>. Batch session debugging is not supported for matrix batch builds.</p>"
14251429
}
14261430
},
14271431
"documentation": "<p>Contains information about a batch build.</p>"
@@ -3364,7 +3368,7 @@
33643368
"members": {
33653369
"type": {
33663370
"shape": "SourceType",
3367-
"documentation": "<p>The type of repository that contains the source code to be built. Valid values include:</p> <ul> <li> <p> <code>BITBUCKET</code>: The source code is in a Bitbucket repository.</p> </li> <li> <p> <code>CODECOMMIT</code>: The source code is in an AWS CodeCommit repository.</p> </li> <li> <p> <code>CODEPIPELINE</code>: The source code settings are specified in the source action of a pipeline in AWS CodePipeline.</p> </li> <li> <p> <code>GITHUB</code>: The source code is in a GitHub or GitHub Enterprise Cloud repository.</p> </li> <li> <p> <code>GITHUB_ENTERPRISE</code>: The source code is in a GitHub Enterprise Server repository.</p> </li> <li> <p> <code>NO_SOURCE</code>: The project does not have input source code.</p> </li> <li> <p> <code>S3</code>: The source code is in an Amazon S3 input bucket.</p> </li> </ul>"
3371+
"documentation": "<p>The type of repository that contains the source code to be built. Valid values include:</p> <ul> <li> <p> <code>BITBUCKET</code>: The source code is in a Bitbucket repository.</p> </li> <li> <p> <code>CODECOMMIT</code>: The source code is in an AWS CodeCommit repository.</p> </li> <li> <p> <code>CODEPIPELINE</code>: The source code settings are specified in the source action of a pipeline in AWS CodePipeline.</p> </li> <li> <p> <code>GITHUB</code>: The source code is in a GitHub or GitHub Enterprise Cloud repository.</p> </li> <li> <p> <code>GITHUB_ENTERPRISE</code>: The source code is in a GitHub Enterprise Server repository.</p> </li> <li> <p> <code>NO_SOURCE</code>: The project does not have input source code.</p> </li> <li> <p> <code>S3</code>: The source code is in an Amazon S3 bucket.</p> </li> </ul>"
33683372
},
33693373
"location": {
33703374
"shape": "String",
@@ -3400,7 +3404,7 @@
34003404
},
34013405
"sourceIdentifier": {
34023406
"shape": "String",
3403-
"documentation": "<p> An identifier for this project source. </p>"
3407+
"documentation": "<p>An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length. </p>"
34043408
}
34053409
},
34063410
"documentation": "<p>Information about the build input source code for the build project.</p>"
@@ -3414,7 +3418,7 @@
34143418
"members": {
34153419
"sourceIdentifier": {
34163420
"shape": "String",
3417-
"documentation": "<p>An identifier for a source in the build project.</p>"
3421+
"documentation": "<p>An identifier for a source in the build project. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length. </p>"
34183422
},
34193423
"sourceVersion": {
34203424
"shape": "String",
@@ -4094,6 +4098,10 @@
40944098
"buildBatchConfigOverride": {
40954099
"shape": "ProjectBuildBatchConfig",
40964100
"documentation": "<p>A <code>BuildBatchConfigOverride</code> object that contains batch build configuration overrides.</p>"
4101+
},
4102+
"debugSessionEnabled": {
4103+
"shape": "WrapperBoolean",
4104+
"documentation": "<p>Specifies if session debugging is enabled for this batch build. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html\">Viewing a running build in Session Manager</a>. Batch session debugging is not supported for matrix batch builds.</p>"
40974105
}
40984106
}
40994107
},

apis/es-2015-01-01.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@
160160
"shape": "S25"
161161
}
162162
}
163+
},
164+
"TagList": {
165+
"shape": "Se"
163166
}
164167
}
165168
},

apis/es-2015-01-01.normal.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,6 +1709,10 @@
17091709
"AutoTuneOptions": {
17101710
"shape": "AutoTuneOptionsInput",
17111711
"documentation": "<p>Specifies Auto-Tune options.</p>"
1712+
},
1713+
"TagList": {
1714+
"shape": "TagList",
1715+
"documentation": "<p>A list of <code>Tag</code> added during domain creation.</p>"
17121716
}
17131717
}
17141718
},

apis/events-2015-10-07.min.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,8 @@
713713
},
714714
"DetailType": {},
715715
"Detail": {},
716-
"EventBusName": {}
716+
"EventBusName": {},
717+
"TraceHeader": {}
717718
}
718719
}
719720
}

apis/events-2015-10-07.normal.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,13 +1375,13 @@
13751375
"type": "string",
13761376
"max": 64,
13771377
"min": 1,
1378-
"pattern": "([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
1378+
"pattern": "([a-zA-Z0-9_+.-@]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
13791379
},
13801380
"DbUser": {
13811381
"type": "string",
13821382
"max": 128,
13831383
"min": 1,
1384-
"pattern": "([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
1384+
"pattern": "([a-zA-Z0-9_+.-@]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
13851385
},
13861386
"DeactivateEventSourceRequest": {
13871387
"type": "structure",
@@ -2509,6 +2509,10 @@
25092509
"EventBusName": {
25102510
"shape": "NonPartnerEventBusNameOrArn",
25112511
"documentation": "<p>The name or ARN of the event bus to receive the event. Only the rules that are associated with this event bus are used to match the event. If you omit this, the default event bus is used.</p>"
2512+
},
2513+
"TraceHeader": {
2514+
"shape": "TraceHeader",
2515+
"documentation": "<p>An AWS X-Ray trade header, which is an http header (X-Amzn-Trace-Id) that contains the trace-id associated with the event.</p> <p>To learn more about X-Ray trace headers, see <a href=\"https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader\">Tracing header</a> in the AWS X-Ray Developer Guide.</p>"
25122516
}
25132517
},
25142518
"documentation": "<p>Represents an event to be submitted.</p>"
@@ -3460,7 +3464,7 @@
34603464
},
34613465
"Event": {
34623466
"shape": "String",
3463-
"documentation": "<p>The event, in JSON format, to test against the event pattern.</p>"
3467+
"documentation": "<p>The event, in JSON format, to test against the event pattern. The JSON must follow the format specified in <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/aws-events.html\">AWS Events</a>, and the following fields are mandatory:</p> <ul> <li> <p> <code>id</code> </p> </li> <li> <p> <code>account</code> </p> </li> <li> <p> <code>source</code> </p> </li> <li> <p> <code>time</code> </p> </li> <li> <p> <code>region</code> </p> </li> <li> <p> <code>resources</code> </p> </li> <li> <p> <code>detail-type</code> </p> </li> </ul>"
34643468
}
34653469
}
34663470
},
@@ -3476,6 +3480,11 @@
34763480
"Timestamp": {
34773481
"type": "timestamp"
34783482
},
3483+
"TraceHeader": {
3484+
"type": "string",
3485+
"max": 500,
3486+
"min": 1
3487+
},
34793488
"TransformerInput": {
34803489
"type": "string",
34813490
"max": 8192,

apis/forecast-2018-06-26.min.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,18 @@
10181018
}
10191019
}
10201020
},
1021+
"StopResource": {
1022+
"input": {
1023+
"type": "structure",
1024+
"required": [
1025+
"ResourceArn"
1026+
],
1027+
"members": {
1028+
"ResourceArn": {}
1029+
}
1030+
},
1031+
"idempotent": true
1032+
},
10211033
"TagResource": {
10221034
"input": {
10231035
"type": "structure",

0 commit comments

Comments
 (0)