Skip to content

Commit 2589ae0

Browse files
author
awstools
committed
Updates SDK to v2.696.0
1 parent b2f928b commit 2589ae0

19 files changed

+597
-543
lines changed

.changes/2.696.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Glue",
5+
"description": "You can now choose to crawl the entire table or just a sample of records in DynamoDB when using AWS Glue crawlers. Additionally, you can also specify a scanning rate for crawling DynamoDB tables."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "StorageGateway",
10+
"description": "Display EndpointType in DescribeGatewayInformation"
11+
}
12+
]

CHANGELOG.md

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

5+
## 2.696.0
6+
* feature: Glue: You can now choose to crawl the entire table or just a sample of records in DynamoDB when using AWS Glue crawlers. Additionally, you can also specify a scanning rate for crawling DynamoDB tables.
7+
* feature: StorageGateway: Display EndpointType in DescribeGatewayInformation
8+
59
## 2.695.0
610
* feature: ECS: This release adds support for deleting capacity providers.
711
* feature: Imagebuilder: EC2 Image Builder now supports specifying a custom working directory for your build and test workflows. In addition, Image Builder now supports defining tags that are applied to ephemeral resources created by EC2 Image Builder as part of the image creation workflow.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.695.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.696.0.min.js"></script>
2929

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

apis/apigateway-2015-07-09.normal.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6498,7 +6498,7 @@
64986498
},
64996499
"body": {
65006500
"shape": "Blob",
6501-
"documentation": "<p>[Required] The POST request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 2MB.</p>"
6501+
"documentation": "<p>[Required] The POST request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 6MB.</p>"
65026502
}
65036503
},
65046504
"documentation": "<p>A POST request to import an API to API Gateway using an input of an API definition file.</p>",
@@ -6556,7 +6556,7 @@
65566556
},
65576557
"cacheNamespace": {
65586558
"shape": "String",
6559-
"documentation": "<p>An API-specific tag group of related cached parameters. To be valid values for <code>cacheKeyParameters</code>, these parameters must also be specified for <a>Method</a> <code>requestParameters</code>.</p>"
6559+
"documentation": "<p>Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the <code>cacheNamespace</code>. You can specify the same <code>cacheNamespace</code> across resources to return the same cached data for requests to different resources.</p>"
65606560
},
65616561
"cacheKeyParameters": {
65626562
"shape": "ListOfString",
@@ -7192,11 +7192,11 @@
71927192
},
71937193
"cacheNamespace": {
71947194
"shape": "String",
7195-
"documentation": "<p>A list of request parameters whose values are to be cached.</p>"
7195+
"documentation": "<p>Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the <code>cacheNamespace</code>. You can specify the same <code>cacheNamespace</code> across resources to return the same cached data for requests to different resources.</p>"
71967196
},
71977197
"cacheKeyParameters": {
71987198
"shape": "ListOfString",
7199-
"documentation": "<p>An API-specific tag group of related cached parameters.</p>"
7199+
"documentation": "<p>A list of request parameters whose values API Gateway caches. To be valid values for <code>cacheKeyParameters</code>, these parameters must also be specified for <a>Method</a> <code>requestParameters</code>.</p>"
72007200
},
72017201
"contentHandling": {
72027202
"shape": "ContentHandlingStrategy",
@@ -7409,7 +7409,7 @@
74097409
},
74107410
"body": {
74117411
"shape": "Blob",
7412-
"documentation": "<p>[Required] The PUT request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 2MB.</p>"
7412+
"documentation": "<p>[Required] The PUT request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 6MB.</p>"
74137413
}
74147414
},
74157415
"documentation": "<p>A PUT request to update an existing API, with external API definitions specified as the request body.</p>",
@@ -8007,7 +8007,7 @@
80078007
"members": {
80088008
"insecureSkipVerification": {
80098009
"shape": "Boolean",
8010-
"documentation": "<p>Specifies whether API Gateway skips trust chain validation of the server certificate during the TLS handshake. Supported only for <code>HTTP</code> and <code>HTTP_PROXY</code> integrations. By default, API Gateway validates that certificates for integration endpoints are issued by a <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html\">supported Certificate Authority</a>. If enabled, API Gateway skips trust chain validation of the server certificate. This is not recommended, but it enables you to use certificates that are signed by private Certificate Authorities, or certificates that are self-signed.</p>"
8010+
"documentation": "<p>Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html\">supported certificate authority</a>. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for <code>HTTP</code> and <code>HTTP_PROXY</code> integrations.</p>"
80118011
}
80128012
}
80138013
},

apis/cloudformation-2010-05-15.normal.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,7 @@
36013601
},
36023602
"ExecutionRoleArn": {
36033603
"shape": "RoleArn",
3604-
"documentation": "<p>The Amazon Resource Name (ARN) of the IAM execution role to use to register the type. If your resource type calls AWS APIs in any of its handlers, you must create an <i> <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html\">IAM execution role</a> </i> that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your resource type with the appropriate credentials.</p>"
3604+
"documentation": "<p>The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource provider. If your resource type calls AWS APIs in any of its handlers, you must create an <i> <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html\">IAM execution role</a> </i> that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource provider handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource provider handler, thereby supplying your resource provider with the appropriate credentials.</p>"
36053605
},
36063606
"ClientRequestToken": {
36073607
"shape": "RequestToken",
@@ -4309,7 +4309,7 @@
43094309
},
43104310
"OrganizationalUnitId": {
43114311
"shape": "OrganizationalUnitId",
4312-
"documentation": "<p>Reserved for internal use. No data returned.</p>"
4312+
"documentation": "<p>[<code>Service-managed</code> permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
43134313
},
43144314
"DriftStatus": {
43154315
"shape": "StackDriftStatus",
@@ -4365,7 +4365,7 @@
43654365
},
43664366
"OrganizationalUnitId": {
43674367
"shape": "OrganizationalUnitId",
4368-
"documentation": "<p>Reserved for internal use. No data returned.</p>"
4368+
"documentation": "<p>[<code>Service-managed</code> permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
43694369
},
43704370
"DriftStatus": {
43714371
"shape": "StackDriftStatus",
@@ -4737,7 +4737,7 @@
47374737
},
47384738
"OrganizationalUnitIds": {
47394739
"shape": "OrganizationalUnitIdList",
4740-
"documentation": "<p>Reserved for internal use. No data returned.</p>"
4740+
"documentation": "<p>[<code>Service-managed</code> permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
47414741
}
47424742
},
47434743
"documentation": "<p>A structure that contains information about a stack set. A stack set enables you to provision stacks into AWS accounts and across Regions by using a single CloudFormation template. In the stack set, you specify the template to use, as well as any parameters and capabilities that the template requires. </p>"
@@ -4891,7 +4891,7 @@
48914891
},
48924892
"MaxConcurrentCount": {
48934893
"shape": "MaxConcurrentCount",
4894-
"documentation": "<p>The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of <code>FailureToleranceCount</code><code>MaxConcurrentCount</code> is at most one more than the <code>FailureToleranceCount</code> .</p> <p>Note that this setting lets you specify the <i>maximum</i> for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.</p> <p>Conditional: You must specify either <code>MaxConcurrentCount</code> or <code>MaxConcurrentPercentage</code>, but not both.</p>"
4894+
"documentation": "<p>The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of <code>FailureToleranceCount</code>. <code>MaxConcurrentCount</code> is at most one more than the <code>FailureToleranceCount</code>.</p> <p>Note that this setting lets you specify the <i>maximum</i> for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.</p> <p>Conditional: You must specify either <code>MaxConcurrentCount</code> or <code>MaxConcurrentPercentage</code>, but not both.</p>"
48954895
},
48964896
"MaxConcurrentPercentage": {
48974897
"shape": "MaxConcurrentPercentage",
@@ -4941,7 +4941,7 @@
49414941
},
49424942
"OrganizationalUnitId": {
49434943
"shape": "OrganizationalUnitId",
4944-
"documentation": "<p>Reserved for internal use. No data returned.</p>"
4944+
"documentation": "<p>[<code>Service-managed</code> permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
49454945
}
49464946
},
49474947
"documentation": "<p>The structure that contains information about a specified operation's results for a given account in a given Region.</p>"

0 commit comments

Comments
 (0)