Skip to content

Commit

Permalink
Updates SDK to v2.1355.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 11, 2023
1 parent a99fac5 commit 3bb009a
Show file tree
Hide file tree
Showing 27 changed files with 1,069 additions and 778 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1355.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ECRPUBLIC",
"description": "This release will allow using registry alias as registryId in BatchDeleteImage request."
},
{
"type": "feature",
"category": "EMRServerless",
"description": "This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified)."
},
{
"type": "feature",
"category": "EventBridge",
"description": "EventBridge PutTarget support for multiple SQL arguments on RedshiftDataParameters"
},
{
"type": "feature",
"category": "Iot",
"description": "This release allows AWS IoT Core users to specify a TLS security policy when creating and updating AWS IoT Domain Configurations."
},
{
"type": "feature",
"category": "IotData",
"description": "This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API"
},
{
"type": "feature",
"category": "WAFV2",
"description": "For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1354.0-->
<!--LATEST=2.1355.0-->
<!--ENTRYINSERT-->

## 2.1355.0
* feature: ECRPUBLIC: This release will allow using registry alias as registryId in BatchDeleteImage request.
* feature: EMRServerless: This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified).
* feature: EventBridge: EventBridge PutTarget support for multiple SQL arguments on RedshiftDataParameters
* feature: Iot: This release allows AWS IoT Core users to specify a TLS security policy when creating and updating AWS IoT Domain Configurations.
* feature: IotData: This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API
* feature: WAFV2: For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.

## 2.1354.0
* feature: Connect: This release adds the ability to configure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs.
* feature: ECS: This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1354.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1355.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
16 changes: 8 additions & 8 deletions apis/ecr-public-2020-10-30.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,23 @@
"registryId": {},
"repositoryName": {},
"imageIds": {
"shape": "Sj"
"shape": "Si"
}
}
},
"output": {
"type": "structure",
"members": {
"imageIds": {
"shape": "Sj"
"shape": "Si"
},
"failures": {
"type": "list",
"member": {
"type": "structure",
"members": {
"imageId": {
"shape": "Sk"
"shape": "Sj"
},
"failureCode": {},
"failureReason": {}
Expand Down Expand Up @@ -255,7 +255,7 @@
"registryId": {},
"repositoryName": {},
"imageIds": {
"shape": "Sj"
"shape": "Si"
},
"nextToken": {},
"maxResults": {
Expand Down Expand Up @@ -526,7 +526,7 @@
"registryId": {},
"repositoryName": {},
"imageId": {
"shape": "Sk"
"shape": "Sj"
},
"imageManifest": {},
"imageManifestMediaType": {}
Expand Down Expand Up @@ -681,13 +681,13 @@
}
},
"shapes": {
"Sj": {
"Si": {
"type": "list",
"member": {
"shape": "Sk"
"shape": "Sj"
}
},
"Sk": {
"Sj": {
"type": "structure",
"members": {
"imageDigest": {},
Expand Down
4 changes: 2 additions & 2 deletions apis/ecr-public-2020-10-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,8 @@
],
"members": {
"registryId": {
"shape": "RegistryId",
"documentation": "<p>The Amazon Web Services account ID that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.</p>"
"shape": "RegistryIdOrAlias",
"documentation": "<p>The Amazon Web Services account ID, or registry alias, that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.</p>"
},
"repositoryName": {
"shape": "RepositoryName",
Expand Down
3 changes: 3 additions & 0 deletions apis/emr-serverless-2021-07-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@
},
"totalExecutionDurationSeconds": {
"type": "integer"
},
"executionTimeoutMinutes": {
"type": "long"
}
}
}
Expand Down
9 changes: 7 additions & 2 deletions apis/emr-serverless-2021-07-13.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Assigns tags to resources. A tag is a label that you assign to an AWS resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your AWS resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. </p>"
"documentation": "<p>Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your Amazon Web Services resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. </p>"
},
"UntagResource": {
"name": "UntagResource",
Expand Down Expand Up @@ -1189,6 +1189,11 @@
"totalExecutionDurationSeconds": {
"shape": "Integer",
"documentation": "<p>The job run total execution duration in seconds. This field is only available for job runs in a <code>COMPLETED</code>, <code>FAILED</code>, or <code>CANCELLED</code> state.</p>"
},
"executionTimeoutMinutes": {
"shape": "Duration",
"documentation": "<p>Maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.</p>",
"box": true
}
},
"documentation": "<p>Information about a job run. A job run is a unit of work, such as a Spark JAR, Hive query, or SparkSQL query, that you submit to an EMR Serverless application.</p>"
Expand Down Expand Up @@ -1680,7 +1685,7 @@
},
"arn": {
"shape": "JobArn",
"documentation": "<p>The output lists the execution role ARN of the job run.</p>"
"documentation": "<p>This output displays the ARN of the job run..</p>"
}
}
},
Expand Down
24 changes: 18 additions & 6 deletions apis/eventbridge-2015-10-07.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@
},
"Source": {},
"Resources": {
"shape": "S7d"
"shape": "S7e"
},
"DetailType": {},
"Detail": {},
Expand Down Expand Up @@ -1279,7 +1279,7 @@
},
"Source": {},
"Resources": {
"shape": "S7d"
"shape": "S7e"
},
"DetailType": {},
"Detail": {}
Expand Down Expand Up @@ -2037,17 +2037,25 @@
"RedshiftDataParameters": {
"type": "structure",
"required": [
"Database",
"Sql"
"Database"
],
"members": {
"SecretManagerArn": {},
"Database": {},
"DbUser": {},
"Sql": {},
"Sql": {
"shape": "S6x"
},
"StatementName": {},
"WithEvent": {
"type": "boolean"
},
"Sqls": {
"type": "list",
"member": {
"shape": "S6x"
},
"sensitive": true
}
}
},
Expand Down Expand Up @@ -2094,7 +2102,11 @@
"type": "list",
"member": {}
},
"S7d": {
"S6x": {
"type": "string",
"sensitive": true
},
"S7e": {
"type": "list",
"member": {}
}
Expand Down
24 changes: 21 additions & 3 deletions apis/eventbridge-2015-10-07.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2429,11 +2429,13 @@
},
"Database": {
"type": "string",
"documentation": "Redshift Database",
"max": 64,
"min": 1
},
"DbUser": {
"type": "string",
"documentation": "Database user name",
"max": 128,
"min": 1
},
Expand Down Expand Up @@ -4564,8 +4566,7 @@
"RedshiftDataParameters": {
"type": "structure",
"required": [
"Database",
"Sql"
"Database"
],
"members": {
"SecretManagerArn": {
Expand All @@ -4591,12 +4592,16 @@
"WithEvent": {
"shape": "Boolean",
"documentation": "<p>Indicates whether to send an event back to EventBridge after the SQL statement runs.</p>"
},
"Sqls": {
"shape": "Sqls"
}
},
"documentation": "<p>These are custom parameters to be used when the target is a Amazon Redshift cluster or Redshift Serverless workgroup to invoke the Amazon Redshift Data API ExecuteStatement based on EventBridge events.</p>"
},
"RedshiftSecretManagerArn": {
"type": "string",
"documentation": "Optional SecretManager ARN which stores the database credentials",
"max": 1600,
"min": 1,
"pattern": "(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
Expand Down Expand Up @@ -5057,8 +5062,20 @@
},
"Sql": {
"type": "string",
"documentation": "A single Redshift SQL",
"max": 100000,
"min": 1
"min": 1,
"sensitive": true
},
"Sqls": {
"type": "list",
"member": {
"shape": "Sql"
},
"documentation": "A list of SQLs.",
"max": 40,
"min": 0,
"sensitive": true
},
"SqsParameters": {
"type": "structure",
Expand Down Expand Up @@ -5135,6 +5152,7 @@
},
"StatementName": {
"type": "string",
"documentation": "A name for Redshift DataAPI statement which can be used as filter of ListStatement.",
"max": 500,
"min": 1
},
Expand Down
Loading

0 comments on commit 3bb009a

Please sign in to comment.