aws-sdk 2.1350.0 → 2.1352.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,19 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1350.0-->
2
+ <!--LATEST=2.1352.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1352.0
6
+ * feature: CloudFormation: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
7
+ * feature: GreengrassV2: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.
8
+ * feature: Proton: This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.
9
+
10
+ ## 2.1351.0
11
+ * feature: AppRunner: App Runner adds support for seven new vCPU and memory configurations.
12
+ * feature: ConfigService: This release adds resourceType enums for types released in March 2023.
13
+ * feature: IVSRealTime: Fix ParticipantToken ExpirationTime format
14
+ * feature: NetworkFirewall: AWS Network Firewall now supports IPv6-only subnets.
15
+ * feature: ServiceCatalog: removed incorrect product type value
16
+
5
17
  ## 2.1350.0
6
18
  * feature: AmplifyUIBuilder: Support StorageField and custom displays for data-bound options in form builder. Support non-string operands for predicates in collections. Support choosing client to get token from.
7
19
  * feature: DataExchange: This release updates the value of MaxResults.
package/README.md CHANGED
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
70
70
  To use the SDK in the browser, simply add the following script tag to your
71
71
  HTML pages:
72
72
 
73
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1350.0.min.js"></script>
73
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1352.0.min.js"></script>
74
74
 
75
75
  You can also build a custom browser SDK with your specified set of AWS services.
76
76
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -119,6 +119,12 @@
119
119
  "expected": "UPDATE_ROLLBACK_COMPLETE",
120
120
  "matcher": "pathAny",
121
121
  "state": "failure"
122
+ },
123
+ {
124
+ "argument": "Stacks[].StackStatus",
125
+ "expected": "UPDATE_COMPLETE",
126
+ "matcher": "pathAny",
127
+ "state": "failure"
122
128
  }
123
129
  ]
124
130
  },
@@ -333,10 +333,14 @@
333
333
  "type": "integer"
334
334
  },
335
335
  "expirationTime": {
336
- "type": "timestamp"
336
+ "type": "timestamp",
337
+ "timestampFormat": "iso8601"
337
338
  },
338
339
  "participantId": {},
339
- "token": {},
340
+ "token": {
341
+ "type": "string",
342
+ "sensitive": true
343
+ },
340
344
  "userId": {}
341
345
  }
342
346
  },