Skip to content

Commit

Permalink
Updates SDK to v2.696.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 12, 2020
1 parent b2f928b commit 2589ae0
Show file tree
Hide file tree
Showing 19 changed files with 597 additions and 543 deletions.
12 changes: 12 additions & 0 deletions .changes/2.696.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Glue",
"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."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "Display EndpointType in DescribeGatewayInformation"
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.695.0-->
<!--LATEST=2.696.0-->
<!--ENTRYINSERT-->

## 2.696.0
* 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.
* feature: StorageGateway: Display EndpointType in DescribeGatewayInformation

## 2.695.0
* feature: ECS: This release adds support for deleting capacity providers.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.695.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.696.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
12 changes: 6 additions & 6 deletions apis/apigateway-2015-07-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6498,7 +6498,7 @@
},
"body": {
"shape": "Blob",
"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>"
"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>"
}
},
"documentation": "<p>A POST request to import an API to API Gateway using an input of an API definition file.</p>",
Expand Down Expand Up @@ -6556,7 +6556,7 @@
},
"cacheNamespace": {
"shape": "String",
"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>"
"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>"
},
"cacheKeyParameters": {
"shape": "ListOfString",
Expand Down Expand Up @@ -7192,11 +7192,11 @@
},
"cacheNamespace": {
"shape": "String",
"documentation": "<p>A list of request parameters whose values are to be cached.</p>"
"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>"
},
"cacheKeyParameters": {
"shape": "ListOfString",
"documentation": "<p>An API-specific tag group of related cached parameters.</p>"
"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>"
},
"contentHandling": {
"shape": "ContentHandlingStrategy",
Expand Down Expand Up @@ -7409,7 +7409,7 @@
},
"body": {
"shape": "Blob",
"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>"
"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>"
}
},
"documentation": "<p>A PUT request to update an existing API, with external API definitions specified as the request body.</p>",
Expand Down Expand Up @@ -8007,7 +8007,7 @@
"members": {
"insecureSkipVerification": {
"shape": "Boolean",
"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>"
"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>"
}
}
},
Expand Down
12 changes: 6 additions & 6 deletions apis/cloudformation-2010-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3601,7 +3601,7 @@
},
"ExecutionRoleArn": {
"shape": "RoleArn",
"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>"
"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>"
},
"ClientRequestToken": {
"shape": "RequestToken",
Expand Down Expand Up @@ -4309,7 +4309,7 @@
},
"OrganizationalUnitId": {
"shape": "OrganizationalUnitId",
"documentation": "<p>Reserved for internal use. No data returned.</p>"
"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>"
},
"DriftStatus": {
"shape": "StackDriftStatus",
Expand Down Expand Up @@ -4365,7 +4365,7 @@
},
"OrganizationalUnitId": {
"shape": "OrganizationalUnitId",
"documentation": "<p>Reserved for internal use. No data returned.</p>"
"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>"
},
"DriftStatus": {
"shape": "StackDriftStatus",
Expand Down Expand Up @@ -4737,7 +4737,7 @@
},
"OrganizationalUnitIds": {
"shape": "OrganizationalUnitIdList",
"documentation": "<p>Reserved for internal use. No data returned.</p>"
"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>"
}
},
"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>"
Expand Down Expand Up @@ -4891,7 +4891,7 @@
},
"MaxConcurrentCount": {
"shape": "MaxConcurrentCount",
"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>"
"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>"
},
"MaxConcurrentPercentage": {
"shape": "MaxConcurrentPercentage",
Expand Down Expand Up @@ -4941,7 +4941,7 @@
},
"OrganizationalUnitId": {
"shape": "OrganizationalUnitId",
"documentation": "<p>Reserved for internal use. No data returned.</p>"
"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>"
}
},
"documentation": "<p>The structure that contains information about a specified operation's results for a given account in a given Region.</p>"
Expand Down
Loading

0 comments on commit 2589ae0

Please sign in to comment.