aws-sdk 2.1351.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,12 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1351.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
+
5
10
  ## 2.1351.0
6
11
  * feature: AppRunner: App Runner adds support for seven new vCPU and memory configurations.
7
12
  * feature: ConfigService: This release adds resourceType enums for types released in March 2023.
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.1351.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
  },