@aws-sdk/client-appconfig 3.535.0 → 3.536.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.
@@ -48,6 +48,8 @@ declare const GetConfigurationCommand_base: {
48
48
  * </li>
49
49
  * </ul>
50
50
  * </important>
51
+ *
52
+ * @deprecated This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.
51
53
  * @example
52
54
  * Use a bare-bones client and the command you need to make an API call.
53
55
  * ```javascript
@@ -90,7 +92,6 @@ declare const GetConfigurationCommand_base: {
90
92
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
91
93
  *
92
94
  * @public
93
- * @deprecated This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.
94
95
  * @example To retrieve configuration details
95
96
  * ```javascript
96
97
  * // The following get-configuration example returns the configuration details of the example application. On subsequent calls to get-configuration, use the client-configuration-version parameter to only update the configuration of your application if the version has changed. Only updating the configuration when the version has changed avoids excess charges incurred by calling get-configuration.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appconfig",
3
3
  "description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
4
- "version": "3.535.0",
4
+ "version": "3.536.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-appconfig",