@aws-sdk/client-appconfigdata 3.325.0 → 3.326.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.
|
@@ -51,6 +51,14 @@ export interface GetLatestConfigurationCommandOutput extends GetLatestConfigurat
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new GetLatestConfigurationCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // GetLatestConfigurationResponse
|
|
55
|
+
* // NextPollConfigurationToken: "STRING_VALUE",
|
|
56
|
+
* // NextPollIntervalInSeconds: Number("int"),
|
|
57
|
+
* // ContentType: "STRING_VALUE",
|
|
58
|
+
* // Configuration: "BLOB_VALUE",
|
|
59
|
+
* // VersionLabel: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
54
62
|
* ```
|
|
55
63
|
*
|
|
56
64
|
* @param GetLatestConfigurationCommandInput - {@link GetLatestConfigurationCommandInput}
|
|
@@ -71,6 +79,8 @@ export interface GetLatestConfigurationCommandOutput extends GetLatestConfigurat
|
|
|
71
79
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
80
|
* <p>The request was denied due to request throttling.</p>
|
|
73
81
|
*
|
|
82
|
+
* @throws {@link AppConfigDataServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from AppConfigData service.</p>
|
|
74
84
|
*
|
|
75
85
|
*/
|
|
76
86
|
export declare class GetLatestConfigurationCommand extends $Command<GetLatestConfigurationCommandInput, GetLatestConfigurationCommandOutput, AppConfigDataClientResolvedConfig> {
|
|
@@ -37,6 +37,10 @@ export interface StartConfigurationSessionCommandOutput extends StartConfigurati
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new StartConfigurationSessionCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // StartConfigurationSessionResponse
|
|
41
|
+
* // InitialConfigurationToken: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
40
44
|
* ```
|
|
41
45
|
*
|
|
42
46
|
* @param StartConfigurationSessionCommandInput - {@link StartConfigurationSessionCommandInput}
|
|
@@ -57,6 +61,8 @@ export interface StartConfigurationSessionCommandOutput extends StartConfigurati
|
|
|
57
61
|
* @throws {@link ThrottlingException} (client fault)
|
|
58
62
|
* <p>The request was denied due to request throttling.</p>
|
|
59
63
|
*
|
|
64
|
+
* @throws {@link AppConfigDataServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from AppConfigData service.</p>
|
|
60
66
|
*
|
|
61
67
|
*/
|
|
62
68
|
export declare class StartConfigurationSessionCommand extends $Command<StartConfigurationSessionCommandInput, StartConfigurationSessionCommandOutput, AppConfigDataClientResolvedConfig> {
|
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.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|