Skip to content

Commit

Permalink
Updates SDK to v2.856.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 3, 2021
1 parent 438670c commit 54b9649
Show file tree
Hide file tree
Showing 32 changed files with 1,671 additions and 348 deletions.
37 changes: 37 additions & 0 deletions .changes/2.856.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "ACM",
"description": "Adds 2 new APIs to add and retrieve account configuration in AWS Certificate Manager."
},
{
"type": "feature",
"category": "CloudWatchEvents",
"description": "Adds TraceHeader to PutEventsRequestEntry to support AWS X-Ray trace-ids on events generated using the PutEvents operation."
},
{
"type": "feature",
"category": "CodeBuild",
"description": "AWS CodeBuild now supports Session Manager debugging for batch builds."
},
{
"type": "feature",
"category": "ES",
"description": "AWS ElasticSearch Feature : Support for adding tags in elastic search domain during domain creation"
},
{
"type": "feature",
"category": "ForecastService",
"description": "Added new StopResource operation that stops Amazon Forecast resource jobs that are in progress."
},
{
"type": "feature",
"category": "SecretsManager",
"description": "Added support for multi-Region secrets APIs ReplicateSecretToRegions, RemoveRegionsFromReplication, and StopReplicationToReplica"
},
{
"type": "feature",
"category": "WellArchitected",
"description": "This release supports tagging on AWS Well-Architected workloads."
}
]
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.855.0-->
<!--LATEST=2.856.0-->
<!--ENTRYINSERT-->

## 2.856.0
* feature: ACM: Adds 2 new APIs to add and retrieve account configuration in AWS Certificate Manager.
* feature: CloudWatchEvents: Adds TraceHeader to PutEventsRequestEntry to support AWS X-Ray trace-ids on events generated using the PutEvents operation.
* feature: CodeBuild: AWS CodeBuild now supports Session Manager debugging for batch builds.
* feature: ES: AWS ElasticSearch Feature : Support for adding tags in elastic search domain during domain creation
* feature: ForecastService: Added new StopResource operation that stops Amazon Forecast resource jobs that are in progress.
* feature: SecretsManager: Added support for multi-Region secrets APIs ReplicateSecretToRegions, RemoveRegionsFromReplication, and StopReplicationToReplica
* feature: WellArchitected: This release supports tagging on AWS Well-Architected workloads.

## 2.855.0
* feature: DataSync: Additional API Support to update NFS/SMB/ObjectStorage locations
* feature: EventBridge: Adds TraceHeader to PutEventsRequestEntry to support AWS X-Ray trace-ids on events generated using the PutEvents operation.
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.855.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.856.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
32 changes: 32 additions & 0 deletions apis/acm-2015-12-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,16 @@
}
}
},
"GetAccountConfiguration": {
"output": {
"type": "structure",
"members": {
"ExpiryEvents": {
"shape": "S1a"
}
}
}
},
"GetCertificate": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -284,6 +294,20 @@
}
}
},
"PutAccountConfiguration": {
"input": {
"type": "structure",
"required": [
"IdempotencyToken"
],
"members": {
"ExpiryEvents": {
"shape": "S1a"
},
"IdempotencyToken": {}
}
}
},
"RemoveTagsFromCertificate": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -439,6 +463,14 @@
"members": {
"CertificateTransparencyLoggingPreference": {}
}
},
"S1a": {
"type": "structure",
"members": {
"DaysBeforeExpiry": {
"type": "integer"
}
}
}
}
}
120 changes: 106 additions & 14 deletions apis/acm-2015-12-08.normal.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions apis/codebuild-2016-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,9 @@
"imagePullCredentialsTypeOverride": {},
"buildBatchConfigOverride": {
"shape": "S1n"
},
"debugSessionEnabled": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -1494,6 +1497,9 @@
}
}
}
},
"debugSessionEnabled": {
"type": "boolean"
}
}
},
Expand Down
14 changes: 11 additions & 3 deletions apis/codebuild-2016-10-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,10 @@
"buildGroups": {
"shape": "BuildGroups",
"documentation": "<p>An array of <code>BuildGroup</code> objects that define the build groups for the batch build.</p>"
},
"debugSessionEnabled": {
"shape": "WrapperBoolean",
"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>"
}
},
"documentation": "<p>Contains information about a batch build.</p>"
Expand Down Expand Up @@ -3364,7 +3368,7 @@
"members": {
"type": {
"shape": "SourceType",
"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>"
"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>"
},
"location": {
"shape": "String",
Expand Down Expand Up @@ -3400,7 +3404,7 @@
},
"sourceIdentifier": {
"shape": "String",
"documentation": "<p> An identifier for this project source. </p>"
"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>"
}
},
"documentation": "<p>Information about the build input source code for the build project.</p>"
Expand All @@ -3414,7 +3418,7 @@
"members": {
"sourceIdentifier": {
"shape": "String",
"documentation": "<p>An identifier for a source in the build project.</p>"
"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>"
},
"sourceVersion": {
"shape": "String",
Expand Down Expand Up @@ -4094,6 +4098,10 @@
"buildBatchConfigOverride": {
"shape": "ProjectBuildBatchConfig",
"documentation": "<p>A <code>BuildBatchConfigOverride</code> object that contains batch build configuration overrides.</p>"
},
"debugSessionEnabled": {
"shape": "WrapperBoolean",
"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>"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions apis/es-2015-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@
"shape": "S25"
}
}
},
"TagList": {
"shape": "Se"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions apis/es-2015-01-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1709,6 +1709,10 @@
"AutoTuneOptions": {
"shape": "AutoTuneOptionsInput",
"documentation": "<p>Specifies Auto-Tune options.</p>"
},
"TagList": {
"shape": "TagList",
"documentation": "<p>A list of <code>Tag</code> added during domain creation.</p>"
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion apis/events-2015-10-07.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,8 @@
},
"DetailType": {},
"Detail": {},
"EventBusName": {}
"EventBusName": {},
"TraceHeader": {}
}
}
}
Expand Down
15 changes: 12 additions & 3 deletions apis/events-2015-10-07.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1375,13 +1375,13 @@
"type": "string",
"max": 64,
"min": 1,
"pattern": "([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
"pattern": "([a-zA-Z0-9_+.-@]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
},
"DbUser": {
"type": "string",
"max": 128,
"min": 1,
"pattern": "([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
"pattern": "([a-zA-Z0-9_+.-@]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
},
"DeactivateEventSourceRequest": {
"type": "structure",
Expand Down Expand Up @@ -2509,6 +2509,10 @@
"EventBusName": {
"shape": "NonPartnerEventBusNameOrArn",
"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>"
},
"TraceHeader": {
"shape": "TraceHeader",
"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>"
}
},
"documentation": "<p>Represents an event to be submitted.</p>"
Expand Down Expand Up @@ -3460,7 +3464,7 @@
},
"Event": {
"shape": "String",
"documentation": "<p>The event, in JSON format, to test against the event pattern.</p>"
"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>"
}
}
},
Expand All @@ -3476,6 +3480,11 @@
"Timestamp": {
"type": "timestamp"
},
"TraceHeader": {
"type": "string",
"max": 500,
"min": 1
},
"TransformerInput": {
"type": "string",
"max": 8192,
Expand Down
12 changes: 12 additions & 0 deletions apis/forecast-2018-06-26.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,18 @@
}
}
},
"StopResource": {
"input": {
"type": "structure",
"required": [
"ResourceArn"
],
"members": {
"ResourceArn": {}
}
},
"idempotent": true
},
"TagResource": {
"input": {
"type": "structure",
Expand Down
Loading

0 comments on commit 54b9649

Please sign in to comment.