Skip to content

Commit cf8fe5a

Browse files
author
awstools
committed
Updates SDK to v2.1232.0
1 parent 123068e commit cf8fe5a

Some content is hidden

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

57 files changed

+2892
-1411
lines changed

.changes/2.1232.0.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "marketplacecatalog",
5+
"description": "Enable CORS for marketplacecatalog API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AmplifyUIBuilder",
10+
"description": "We are releasing the ability for fields to be configured as arrays."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Appflow",
15+
"description": "With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Connect",
20+
"description": "This release adds support for a secondary email and a mobile number for Amazon Connect instance users."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "DirectoryService",
25+
"description": "This release adds support for describing and updating AWS Managed Microsoft AD set up."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "GuardDuty",
30+
"description": "Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "MediaLive",
35+
"description": "AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "MediaPackageVod",
40+
"description": "This release adds SPEKE v2 support for MediaPackage VOD. Speke v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Panorama",
45+
"description": "Pause and resume camera stream processing with SignalApplicationInstanceNodeInstances. Reboot an appliance with CreateJobForDevices. More application state information in DescribeApplicationInstance response."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "SSM",
50+
"description": "Support of AmazonLinux2022 by Patch Manager"
51+
},
52+
{
53+
"type": "feature",
54+
"category": "SSMIncidents",
55+
"description": "Update RelatedItem enum to support Tasks"
56+
},
57+
{
58+
"type": "feature",
59+
"category": "Transfer",
60+
"description": "This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect."
61+
},
62+
{
63+
"type": "feature",
64+
"category": "Wisdom",
65+
"description": "This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations."
66+
}
67+
]

.changes/next-release/bugfix-marketplacecatalog-a509152f.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1232.0
6+
* bugfix: marketplacecatalog: Enable CORS for marketplacecatalog API
7+
* feature: AmplifyUIBuilder: We are releasing the ability for fields to be configured as arrays.
8+
* feature: Appflow: With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically.
9+
* feature: Connect: This release adds support for a secondary email and a mobile number for Amazon Connect instance users.
10+
* feature: DirectoryService: This release adds support for describing and updating AWS Managed Microsoft AD set up.
11+
* feature: GuardDuty: Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations.
12+
* feature: MediaLive: AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.
13+
* feature: MediaPackageVod: This release adds SPEKE v2 support for MediaPackage VOD. Speke v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer.
14+
* feature: Panorama: Pause and resume camera stream processing with SignalApplicationInstanceNodeInstances. Reboot an appliance with CreateJobForDevices. More application state information in DescribeApplicationInstance response.
15+
* feature: SSM: Support of AmazonLinux2022 by Patch Manager
16+
* feature: SSMIncidents: Update RelatedItem enum to support Tasks
17+
* feature: Transfer: This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect.
18+
* feature: Wisdom: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.
19+
520
## 2.1231.0
621
* feature: GreengrassV2: This release adds error status details for deployments and components that failed on a device and adds features to improve visibility into component installation.
722
* feature: QuickSight: Amazon QuickSight now supports SecretsManager Secret ARN in place of CredentialPair for DataSource creation and update. This release also has some minor documentation updates and removes CountryCode as a required parameter in GeoSpatialColumnGroup

README.md

Lines changed: 1 addition & 1 deletion
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.1231.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1232.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/amplifyuibuilder-2021-08-11.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,9 @@
15241524
"defaultCountryCode": {},
15251525
"defaultValue": {},
15261526
"descriptiveText": {},
1527+
"isArray": {
1528+
"type": "boolean"
1529+
},
15271530
"maxValue": {
15281531
"type": "float"
15291532
},

apis/amplifyuibuilder-2021-08-11.normal.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,8 @@
599599
"documentation": "<p>Represents the event action configuration for an element of a <code>Component</code> or <code>ComponentChild</code>. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components. <code>ActionParameters</code> defines the action that is performed when an event occurs on the component.</p>"
600600
},
601601
"Boolean": {
602-
"type": "boolean"
602+
"type": "boolean",
603+
"box": true
603604
},
604605
"Component": {
605606
"type": "structure",
@@ -955,8 +956,7 @@
955956
},
956957
"configured": {
957958
"shape": "Boolean",
958-
"documentation": "<p>Specifies whether the user configured the property in Amplify Studio after importing it.</p>",
959-
"box": true
959+
"documentation": "<p>Specifies whether the user configured the property in Amplify Studio after importing it.</p>"
960960
},
961961
"defaultValue": {
962962
"shape": "String",
@@ -1496,8 +1496,7 @@
14961496
},
14971497
"expiresIn": {
14981498
"shape": "Integer",
1499-
"documentation": "<p>The date and time when the new access token expires.</p>",
1500-
"box": true
1499+
"documentation": "<p>The date and time when the new access token expires.</p>"
15011500
},
15021501
"refreshToken": {
15031502
"shape": "SensitiveString",
@@ -1648,8 +1647,7 @@
16481647
"members": {
16491648
"excluded": {
16501649
"shape": "Boolean",
1651-
"documentation": "<p>Specifies whether to hide a field.</p>",
1652-
"box": true
1650+
"documentation": "<p>Specifies whether to hide a field.</p>"
16531651
},
16541652
"inputType": {
16551653
"shape": "FieldInputConfig",
@@ -1678,8 +1676,7 @@
16781676
"members": {
16791677
"defaultChecked": {
16801678
"shape": "Boolean",
1681-
"documentation": "<p>Specifies whether a field has a default value.</p>",
1682-
"box": true
1679+
"documentation": "<p>Specifies whether a field has a default value.</p>"
16831680
},
16841681
"defaultCountryCode": {
16851682
"shape": "String",
@@ -1693,15 +1690,17 @@
16931690
"shape": "String",
16941691
"documentation": "<p>The text to display to describe the field.</p>"
16951692
},
1693+
"isArray": {
1694+
"shape": "Boolean",
1695+
"documentation": "<p>Specifies whether to render the field as an array. This property is ignored if the <code>dataSourceType</code> for the form is a Data Store.</p>"
1696+
},
16961697
"maxValue": {
16971698
"shape": "Float",
1698-
"documentation": "<p>The maximum value to display for the field.</p>",
1699-
"box": true
1699+
"documentation": "<p>The maximum value to display for the field.</p>"
17001700
},
17011701
"minValue": {
17021702
"shape": "Float",
1703-
"documentation": "<p>The minimum value to display for the field.</p>",
1704-
"box": true
1703+
"documentation": "<p>The minimum value to display for the field.</p>"
17051704
},
17061705
"name": {
17071706
"shape": "String",
@@ -1713,18 +1712,15 @@
17131712
},
17141713
"readOnly": {
17151714
"shape": "Boolean",
1716-
"documentation": "<p>Specifies a read only field.</p>",
1717-
"box": true
1715+
"documentation": "<p>Specifies a read only field.</p>"
17181716
},
17191717
"required": {
17201718
"shape": "Boolean",
1721-
"documentation": "<p>Specifies a field that requires input.</p>",
1722-
"box": true
1719+
"documentation": "<p>Specifies a field that requires input.</p>"
17231720
},
17241721
"step": {
17251722
"shape": "Float",
1726-
"documentation": "<p>The stepping increment for a numeric value in a field.</p>",
1727-
"box": true
1723+
"documentation": "<p>The stepping increment for a numeric value in a field.</p>"
17281724
},
17291725
"type": {
17301726
"shape": "String",
@@ -1801,7 +1797,8 @@
18011797
]
18021798
},
18031799
"Float": {
1804-
"type": "float"
1800+
"type": "float",
1801+
"box": true
18051802
},
18061803
"Form": {
18071804
"type": "structure",
@@ -1912,8 +1909,7 @@
19121909
},
19131910
"excluded": {
19141911
"shape": "Boolean",
1915-
"documentation": "<p>Specifies whether the button is visible on the form.</p>",
1916-
"box": true
1912+
"documentation": "<p>Specifies whether the button is visible on the form.</p>"
19171913
},
19181914
"position": {
19191915
"shape": "FieldPosition",
@@ -1950,7 +1946,7 @@
19501946
"documentation": "<p>Displays a submit button.</p>"
19511947
}
19521948
},
1953-
"documentation": "<p>Describes the call to action button configuration for the form..</p>"
1949+
"documentation": "<p>Describes the call to action button configuration for the form.</p>"
19541950
},
19551951
"FormDataSourceType": {
19561952
"type": "string",
@@ -2229,7 +2225,8 @@
22292225
}
22302226
},
22312227
"Integer": {
2232-
"type": "integer"
2228+
"type": "integer",
2229+
"box": true
22332230
},
22342231
"ListComponentsLimit": {
22352232
"type": "integer",
@@ -2258,7 +2255,6 @@
22582255
"maxResults": {
22592256
"shape": "ListComponentsLimit",
22602257
"documentation": "<p>The maximum number of components to retrieve.</p>",
2261-
"box": true,
22622258
"location": "querystring",
22632259
"locationName": "maxResults"
22642260
},
@@ -2313,7 +2309,6 @@
23132309
"maxResults": {
23142310
"shape": "ListFormsLimit",
23152311
"documentation": "<p>The maximum number of forms to retrieve.</p>",
2316-
"box": true,
23172312
"location": "querystring",
23182313
"locationName": "maxResults"
23192314
},
@@ -2368,7 +2363,6 @@
23682363
"maxResults": {
23692364
"shape": "ListThemesLimit",
23702365
"documentation": "<p>The maximum number of theme results to return in the response.</p>",
2371-
"box": true,
23722366
"location": "querystring",
23732367
"locationName": "maxResults"
23742368
},
@@ -2550,8 +2544,7 @@
25502544
},
25512545
"expiresIn": {
25522546
"shape": "Integer",
2553-
"documentation": "<p>The date and time when the new access token expires.</p>",
2554-
"box": true
2547+
"documentation": "<p>The date and time when the new access token expires.</p>"
25552548
}
25562549
}
25572550
},
@@ -2563,8 +2556,7 @@
25632556
"members": {
25642557
"level": {
25652558
"shape": "Integer",
2566-
"documentation": "<p>Specifies the size of the font for a <code>Heading</code> sectional element. Valid values are <code>1 | 2 | 3 | 4 | 5 | 6</code>.</p>",
2567-
"box": true
2559+
"documentation": "<p>Specifies the size of the font for a <code>Heading</code> sectional element. Valid values are <code>1 | 2 | 3 | 4 | 5 | 6</code>.</p>"
25682560
},
25692561
"orientation": {
25702562
"shape": "String",

0 commit comments

Comments
 (0)