@aws-sdk/client-appconfigdata 3.775.0 → 3.777.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.
@@ -97,6 +97,7 @@ declare const GetLatestConfigurationCommand_base: {
97
97
  * @throws {@link AppConfigDataServiceException}
98
98
  * <p>Base exception class for all service exceptions from AppConfigData service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class GetLatestConfigurationCommand extends GetLatestConfigurationCommand_base {
@@ -72,6 +72,7 @@ declare const StartConfigurationSessionCommand_base: {
72
72
  * @throws {@link AppConfigDataServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppConfigData service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class StartConfigurationSessionCommand extends StartConfigurationSessionCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appconfigdata",
3
3
  "description": "AWS SDK for JavaScript Appconfigdata Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.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-appconfigdata",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",