Skip to content

Commit

Permalink
Updates SDK to v2.1047.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 20, 2021
1 parent 4fc52f4 commit 79e4dbd
Show file tree
Hide file tree
Showing 43 changed files with 3,408 additions and 946 deletions.
52 changes: 52 additions & 0 deletions .changes/2.1047.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "CustomerProfiles",
"description": "This release adds an optional parameter, ObjectTypeNames to the PutIntegration API to support multiple object types per integration option. Besides, this release introduces Standard Order Objects which contain data from third party systems and each order object belongs to a specific profile."
},
{
"type": "feature",
"category": "DataSync",
"description": "AWS DataSync now supports FSx Lustre Locations."
},
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Adds Tags support to DescribeOrganizationResourceCollectionHealth"
},
{
"type": "feature",
"category": "Finspacedata",
"description": "Make dataset description optional and allow s3 export for dataviews"
},
{
"type": "feature",
"category": "ForecastService",
"description": "Adds ForecastDimensions field to the DescribeAutoPredictorResponse"
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This release adds support for importing and exporting VM Images as part of the Image Creation workflow via EC2 VM Import/Export."
},
{
"type": "feature",
"category": "Location",
"description": "Making PricingPlan optional as part of create resource API."
},
{
"type": "feature",
"category": "Redshift",
"description": "This release adds API support for managed Redshift datashares. Customers can now interact with a Redshift datashare that is managed by a different service, such as AWS Data Exchange."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Added new resource details objects to ASFF, including resources for Firewall, and RuleGroup, FirewallPolicy Added additional details for AutoScalingGroup, LaunchConfiguration, and S3 buckets."
}
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1046.0-->
<!--LATEST=2.1047.0-->
<!--ENTRYINSERT-->

## 2.1047.0
* feature: CustomerProfiles: This release adds an optional parameter, ObjectTypeNames to the PutIntegration API to support multiple object types per integration option. Besides, this release introduces Standard Order Objects which contain data from third party systems and each order object belongs to a specific profile.
* feature: DataSync: AWS DataSync now supports FSx Lustre Locations.
* feature: DevOpsGuru: Adds Tags support to DescribeOrganizationResourceCollectionHealth
* feature: Finspacedata: Make dataset description optional and allow s3 export for dataviews
* feature: ForecastService: Adds ForecastDimensions field to the DescribeAutoPredictorResponse
* feature: Imagebuilder: This release adds support for importing and exporting VM Images as part of the Image Creation workflow via EC2 VM Import/Export.
* feature: Location: Making PricingPlan optional as part of create resource API.
* feature: Redshift: This release adds API support for managed Redshift datashares. Customers can now interact with a Redshift datashare that is managed by a different service, such as AWS Data Exchange.
* feature: SageMaker: This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig.
* feature: SecurityHub: Added new resource details objects to ASFF, including resources for Firewall, and RuleGroup, FirewallPolicy Added additional details for AutoScalingGroup, LaunchConfiguration, and S3 buckets.

## 2.1046.0
* feature: EC2: Adds waiters support for internet gateways.
* feature: LexModelsV2: Added support for grammar slot type in Amazon Lex. You can author your own grammar in the XML format per the SRGS specification to collect information in a conversation.
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.1046.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1047.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 @@ -7740,7 +7740,7 @@
"members": {
"limit": {
"shape": "Integer",
"documentation": "<p>The maximum number of requests that can be made in a given time period.</p>"
"documentation": "<p>The target maximum number of requests that can be made in a given time period.</p>"
},
"offset": {
"shape": "Integer",
Expand Down Expand Up @@ -8306,11 +8306,11 @@
"members": {
"burstLimit": {
"shape": "Integer",
"documentation": "<p>The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.</p>"
"documentation": "<p>The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.</p>"
},
"rateLimit": {
"shape": "Double",
"documentation": "<p>The API request steady-state rate limit.</p>"
"documentation": "<p>The API target request rate limit.</p>"
}
},
"documentation": "<p> The API request rate limits.</p>"
Expand Down Expand Up @@ -8960,11 +8960,11 @@
},
"throttle": {
"shape": "ThrottleSettings",
"documentation": "<p>The request throttle limits of a usage plan.</p>"
"documentation": "<p>Map containing method level throttling information for API stage in a usage plan.</p>"
},
"quota": {
"shape": "QuotaSettings",
"documentation": "<p>The maximum number of permitted requests per a given unit time interval.</p>"
"documentation": "<p>The target maximum number of permitted requests per a given unit time interval.</p>"
},
"productCode": {
"shape": "String",
Expand All @@ -8975,7 +8975,7 @@
"documentation": "<p>The collection of tags. Each tag element is associated with a given resource.</p>"
}
},
"documentation": "<p>Represents a usage plan than can specify who can assess associated API stages with specified request limits and quotas.</p> <div class=\"remarks\"> <p>In a usage plan, you associate an API by specifying the API's Id and a stage name of the specified API. You add plan customers by adding API keys to the plan. </p> </div> <div class=\"seeAlso\"> <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html\">Create and Use Usage Plans</a> </div>"
"documentation": "<p>Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set. In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using <a href=\"https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-managing-costs.html\">AWS Budgets</a> to monitor costs and <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF</a> to manage API requests.</p> <div class=\"remarks\"> <p>In a usage plan, you associate an API by specifying the API's Id and a stage name of the specified API. You add plan customers by adding API keys to the plan. </p> </div> <div class=\"seeAlso\"> <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html\">Create and Use Usage Plans</a> </div>"
},
"UsagePlanKey": {
"type": "structure",
Expand Down
59 changes: 36 additions & 23 deletions apis/customer-profiles-2020-08-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@
"required": [
"DomainName",
"Uri",
"ObjectTypeName",
"CreatedAt",
"LastUpdatedAt"
],
Expand All @@ -532,6 +531,9 @@
},
"Tags": {
"shape": "Sq"
},
"ObjectTypeNames": {
"shape": "S1x"
}
}
}
Expand Down Expand Up @@ -632,10 +634,10 @@
},
"SourceLastUpdatedTimestampFormat": {},
"Fields": {
"shape": "S2a"
"shape": "S2b"
},
"Keys": {
"shape": "S2d"
"shape": "S2e"
},
"CreatedAt": {
"type": "timestamp"
Expand Down Expand Up @@ -677,10 +679,10 @@
},
"SourceLastUpdatedTimestampFormat": {},
"Fields": {
"shape": "S2a"
"shape": "S2b"
},
"Keys": {
"shape": "S2d"
"shape": "S2e"
}
}
}
Expand Down Expand Up @@ -711,7 +713,7 @@
"type": "structure",
"members": {
"Items": {
"shape": "S2n"
"shape": "S2o"
},
"NextToken": {}
}
Expand Down Expand Up @@ -853,7 +855,7 @@
"type": "structure",
"members": {
"Items": {
"shape": "S2n"
"shape": "S2o"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1106,8 +1108,7 @@
"input": {
"type": "structure",
"required": [
"DomainName",
"ObjectTypeName"
"DomainName"
],
"members": {
"DomainName": {
Expand Down Expand Up @@ -1277,6 +1278,9 @@
}
}
}
},
"ObjectTypeNames": {
"shape": "S1x"
}
}
},
Expand All @@ -1285,7 +1289,6 @@
"required": [
"DomainName",
"Uri",
"ObjectTypeName",
"CreatedAt",
"LastUpdatedAt"
],
Expand All @@ -1301,6 +1304,9 @@
},
"Tags": {
"shape": "Sq"
},
"ObjectTypeNames": {
"shape": "S1x"
}
}
}
Expand Down Expand Up @@ -1365,10 +1371,10 @@
},
"SourceLastUpdatedTimestampFormat": {},
"Fields": {
"shape": "S2a"
"shape": "S2b"
},
"Keys": {
"shape": "S2d"
"shape": "S2e"
},
"Tags": {
"shape": "Sq"
Expand All @@ -1394,10 +1400,10 @@
},
"SourceLastUpdatedTimestampFormat": {},
"Fields": {
"shape": "S2a"
"shape": "S2b"
},
"Keys": {
"shape": "S2d"
"shape": "S2e"
},
"CreatedAt": {
"type": "timestamp"
Expand Down Expand Up @@ -1634,16 +1640,16 @@
"PersonalEmailAddress": {},
"BusinessEmailAddress": {},
"Address": {
"shape": "S5a"
"shape": "S5b"
},
"ShippingAddress": {
"shape": "S5a"
"shape": "S5b"
},
"MailingAddress": {
"shape": "S5a"
"shape": "S5b"
},
"BillingAddress": {
"shape": "S5a"
"shape": "S5b"
},
"Attributes": {
"type": "map",
Expand Down Expand Up @@ -1824,7 +1830,12 @@
}
}
},
"S2a": {
"S1x": {
"type": "map",
"key": {},
"value": {}
},
"S2b": {
"type": "map",
"key": {},
"value": {
Expand All @@ -1836,7 +1847,7 @@
}
}
},
"S2d": {
"S2e": {
"type": "map",
"key": {},
"value": {
Expand All @@ -1856,14 +1867,13 @@
}
}
},
"S2n": {
"S2o": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DomainName",
"Uri",
"ObjectTypeName",
"CreatedAt",
"LastUpdatedAt"
],
Expand All @@ -1879,11 +1889,14 @@
},
"Tags": {
"shape": "Sq"
},
"ObjectTypeNames": {
"shape": "S1x"
}
}
}
},
"S5a": {
"S5b": {
"type": "structure",
"members": {
"Address1": {},
Expand Down
Loading

0 comments on commit 79e4dbd

Please sign in to comment.