Skip to content

Commit 79e4dbd

Browse files
author
awstools
committed
Updates SDK to v2.1047.0
1 parent 4fc52f4 commit 79e4dbd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3408
-946
lines changed

.changes/2.1047.0.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CustomerProfiles",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataSync",
10+
"description": "AWS DataSync now supports FSx Lustre Locations."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DevOpsGuru",
15+
"description": "Adds Tags support to DescribeOrganizationResourceCollectionHealth"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Finspacedata",
20+
"description": "Make dataset description optional and allow s3 export for dataviews"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ForecastService",
25+
"description": "Adds ForecastDimensions field to the DescribeAutoPredictorResponse"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Imagebuilder",
30+
"description": "This release adds support for importing and exporting VM Images as part of the Image Creation workflow via EC2 VM Import/Export."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Location",
35+
"description": "Making PricingPlan optional as part of create resource API."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Redshift",
40+
"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."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "SageMaker",
45+
"description": "This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "SecurityHub",
50+
"description": "Added new resource details objects to ASFF, including resources for Firewall, and RuleGroup, FirewallPolicy Added additional details for AutoScalingGroup, LaunchConfiguration, and S3 buckets."
51+
}
52+
]

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1046.0-->
2+
<!--LATEST=2.1047.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1047.0
6+
* 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.
7+
* feature: DataSync: AWS DataSync now supports FSx Lustre Locations.
8+
* feature: DevOpsGuru: Adds Tags support to DescribeOrganizationResourceCollectionHealth
9+
* feature: Finspacedata: Make dataset description optional and allow s3 export for dataviews
10+
* feature: ForecastService: Adds ForecastDimensions field to the DescribeAutoPredictorResponse
11+
* feature: Imagebuilder: This release adds support for importing and exporting VM Images as part of the Image Creation workflow via EC2 VM Import/Export.
12+
* feature: Location: Making PricingPlan optional as part of create resource API.
13+
* 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.
14+
* feature: SageMaker: This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig.
15+
* 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.
16+
517
## 2.1046.0
618
* feature: EC2: Adds waiters support for internet gateways.
719
* 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1046.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1047.0.min.js"></script>
3333

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

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -7740,7 +7740,7 @@
77407740
"members": {
77417741
"limit": {
77427742
"shape": "Integer",
7743-
"documentation": "<p>The maximum number of requests that can be made in a given time period.</p>"
7743+
"documentation": "<p>The target maximum number of requests that can be made in a given time period.</p>"
77447744
},
77457745
"offset": {
77467746
"shape": "Integer",
@@ -8306,11 +8306,11 @@
83068306
"members": {
83078307
"burstLimit": {
83088308
"shape": "Integer",
8309-
"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>"
8309+
"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>"
83108310
},
83118311
"rateLimit": {
83128312
"shape": "Double",
8313-
"documentation": "<p>The API request steady-state rate limit.</p>"
8313+
"documentation": "<p>The API target request rate limit.</p>"
83148314
}
83158315
},
83168316
"documentation": "<p> The API request rate limits.</p>"
@@ -8960,11 +8960,11 @@
89608960
},
89618961
"throttle": {
89628962
"shape": "ThrottleSettings",
8963-
"documentation": "<p>The request throttle limits of a usage plan.</p>"
8963+
"documentation": "<p>Map containing method level throttling information for API stage in a usage plan.</p>"
89648964
},
89658965
"quota": {
89668966
"shape": "QuotaSettings",
8967-
"documentation": "<p>The maximum number of permitted requests per a given unit time interval.</p>"
8967+
"documentation": "<p>The target maximum number of permitted requests per a given unit time interval.</p>"
89688968
},
89698969
"productCode": {
89708970
"shape": "String",
@@ -8975,7 +8975,7 @@
89758975
"documentation": "<p>The collection of tags. Each tag element is associated with a given resource.</p>"
89768976
}
89778977
},
8978-
"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>"
8978+
"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>"
89798979
},
89808980
"UsagePlanKey": {
89818981
"type": "structure",

apis/customer-profiles-2020-08-15.min.json

+36-23
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@
516516
"required": [
517517
"DomainName",
518518
"Uri",
519-
"ObjectTypeName",
520519
"CreatedAt",
521520
"LastUpdatedAt"
522521
],
@@ -532,6 +531,9 @@
532531
},
533532
"Tags": {
534533
"shape": "Sq"
534+
},
535+
"ObjectTypeNames": {
536+
"shape": "S1x"
535537
}
536538
}
537539
}
@@ -632,10 +634,10 @@
632634
},
633635
"SourceLastUpdatedTimestampFormat": {},
634636
"Fields": {
635-
"shape": "S2a"
637+
"shape": "S2b"
636638
},
637639
"Keys": {
638-
"shape": "S2d"
640+
"shape": "S2e"
639641
},
640642
"CreatedAt": {
641643
"type": "timestamp"
@@ -677,10 +679,10 @@
677679
},
678680
"SourceLastUpdatedTimestampFormat": {},
679681
"Fields": {
680-
"shape": "S2a"
682+
"shape": "S2b"
681683
},
682684
"Keys": {
683-
"shape": "S2d"
685+
"shape": "S2e"
684686
}
685687
}
686688
}
@@ -711,7 +713,7 @@
711713
"type": "structure",
712714
"members": {
713715
"Items": {
714-
"shape": "S2n"
716+
"shape": "S2o"
715717
},
716718
"NextToken": {}
717719
}
@@ -853,7 +855,7 @@
853855
"type": "structure",
854856
"members": {
855857
"Items": {
856-
"shape": "S2n"
858+
"shape": "S2o"
857859
},
858860
"NextToken": {}
859861
}
@@ -1106,8 +1108,7 @@
11061108
"input": {
11071109
"type": "structure",
11081110
"required": [
1109-
"DomainName",
1110-
"ObjectTypeName"
1111+
"DomainName"
11111112
],
11121113
"members": {
11131114
"DomainName": {
@@ -1277,6 +1278,9 @@
12771278
}
12781279
}
12791280
}
1281+
},
1282+
"ObjectTypeNames": {
1283+
"shape": "S1x"
12801284
}
12811285
}
12821286
},
@@ -1285,7 +1289,6 @@
12851289
"required": [
12861290
"DomainName",
12871291
"Uri",
1288-
"ObjectTypeName",
12891292
"CreatedAt",
12901293
"LastUpdatedAt"
12911294
],
@@ -1301,6 +1304,9 @@
13011304
},
13021305
"Tags": {
13031306
"shape": "Sq"
1307+
},
1308+
"ObjectTypeNames": {
1309+
"shape": "S1x"
13041310
}
13051311
}
13061312
}
@@ -1365,10 +1371,10 @@
13651371
},
13661372
"SourceLastUpdatedTimestampFormat": {},
13671373
"Fields": {
1368-
"shape": "S2a"
1374+
"shape": "S2b"
13691375
},
13701376
"Keys": {
1371-
"shape": "S2d"
1377+
"shape": "S2e"
13721378
},
13731379
"Tags": {
13741380
"shape": "Sq"
@@ -1394,10 +1400,10 @@
13941400
},
13951401
"SourceLastUpdatedTimestampFormat": {},
13961402
"Fields": {
1397-
"shape": "S2a"
1403+
"shape": "S2b"
13981404
},
13991405
"Keys": {
1400-
"shape": "S2d"
1406+
"shape": "S2e"
14011407
},
14021408
"CreatedAt": {
14031409
"type": "timestamp"
@@ -1634,16 +1640,16 @@
16341640
"PersonalEmailAddress": {},
16351641
"BusinessEmailAddress": {},
16361642
"Address": {
1637-
"shape": "S5a"
1643+
"shape": "S5b"
16381644
},
16391645
"ShippingAddress": {
1640-
"shape": "S5a"
1646+
"shape": "S5b"
16411647
},
16421648
"MailingAddress": {
1643-
"shape": "S5a"
1649+
"shape": "S5b"
16441650
},
16451651
"BillingAddress": {
1646-
"shape": "S5a"
1652+
"shape": "S5b"
16471653
},
16481654
"Attributes": {
16491655
"type": "map",
@@ -1824,7 +1830,12 @@
18241830
}
18251831
}
18261832
},
1827-
"S2a": {
1833+
"S1x": {
1834+
"type": "map",
1835+
"key": {},
1836+
"value": {}
1837+
},
1838+
"S2b": {
18281839
"type": "map",
18291840
"key": {},
18301841
"value": {
@@ -1836,7 +1847,7 @@
18361847
}
18371848
}
18381849
},
1839-
"S2d": {
1850+
"S2e": {
18401851
"type": "map",
18411852
"key": {},
18421853
"value": {
@@ -1856,14 +1867,13 @@
18561867
}
18571868
}
18581869
},
1859-
"S2n": {
1870+
"S2o": {
18601871
"type": "list",
18611872
"member": {
18621873
"type": "structure",
18631874
"required": [
18641875
"DomainName",
18651876
"Uri",
1866-
"ObjectTypeName",
18671877
"CreatedAt",
18681878
"LastUpdatedAt"
18691879
],
@@ -1879,11 +1889,14 @@
18791889
},
18801890
"Tags": {
18811891
"shape": "Sq"
1892+
},
1893+
"ObjectTypeNames": {
1894+
"shape": "S1x"
18821895
}
18831896
}
18841897
}
18851898
},
1886-
"S5a": {
1899+
"S5b": {
18871900
"type": "structure",
18881901
"members": {
18891902
"Address1": {},

0 commit comments

Comments
 (0)