@aws-sdk/client-appconfigdata 3.957.0 → 3.958.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/README.md +1 -7
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +45 -47
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +45 -47
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -67,10 +67,8 @@ configuration using the AppConfig Data <code>StartConfigurationSession</code> an
|
|
|
67
67
|
configuration</a> in the <i>AppConfig User Guide</i>.</p>
|
|
68
68
|
|
|
69
69
|
## Installing
|
|
70
|
-
|
|
71
70
|
To install this package, simply type add or install @aws-sdk/client-appconfigdata
|
|
72
71
|
using your favorite package manager:
|
|
73
|
-
|
|
74
72
|
- `npm install @aws-sdk/client-appconfigdata`
|
|
75
73
|
- `yarn add @aws-sdk/client-appconfigdata`
|
|
76
74
|
- `pnpm add @aws-sdk/client-appconfigdata`
|
|
@@ -106,9 +104,7 @@ To send a request, you:
|
|
|
106
104
|
// a client can be shared by different commands.
|
|
107
105
|
const client = new AppConfigDataClient({ region: "REGION" });
|
|
108
106
|
|
|
109
|
-
const params = {
|
|
110
|
-
/** input parameters */
|
|
111
|
-
};
|
|
107
|
+
const params = { /** input parameters */ };
|
|
112
108
|
const command = new GetLatestConfigurationCommand(params);
|
|
113
109
|
```
|
|
114
110
|
|
|
@@ -267,7 +263,6 @@ GetLatestConfiguration
|
|
|
267
263
|
</summary>
|
|
268
264
|
|
|
269
265
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfigdata/command/GetLatestConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfigdata/Interface/GetLatestConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfigdata/Interface/GetLatestConfigurationCommandOutput/)
|
|
270
|
-
|
|
271
266
|
</details>
|
|
272
267
|
<details>
|
|
273
268
|
<summary>
|
|
@@ -275,5 +270,4 @@ StartConfigurationSession
|
|
|
275
270
|
</summary>
|
|
276
271
|
|
|
277
272
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfigdata/command/StartConfigurationSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfigdata/Interface/StartConfigurationSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfigdata/Interface/StartConfigurationSessionCommandOutput/)
|
|
278
|
-
|
|
279
273
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultAppConfigDataHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultAppConfigDataHttpAuthSchemeParametersProvider = defaultAppConfigDataHttpAuthSchemeParametersProvider;
|
package/dist-cjs/index.js
CHANGED
|
@@ -229,72 +229,70 @@ const _s = "server";
|
|
|
229
229
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appconfigdata";
|
|
230
230
|
const n0 = "com.amazonaws.appconfigdata";
|
|
231
231
|
var SensitiveBlob = [0, n0, _SB, 8, 21];
|
|
232
|
-
var BadRequestException$ = [
|
|
233
|
-
-3,
|
|
234
|
-
n0,
|
|
235
|
-
_BRE,
|
|
232
|
+
var BadRequestException$ = [-3, n0, _BRE,
|
|
236
233
|
{ [_e]: _c, [_hE]: 400 },
|
|
237
234
|
[_M, _R, _D],
|
|
238
|
-
[0, 0, () => BadRequestDetails$]
|
|
235
|
+
[0, 0, () => BadRequestDetails$]
|
|
239
236
|
];
|
|
240
237
|
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
241
|
-
var GetLatestConfigurationRequest$ = [3, n0, _GLCR,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
238
|
+
var GetLatestConfigurationRequest$ = [3, n0, _GLCR,
|
|
239
|
+
0,
|
|
240
|
+
[_CT],
|
|
241
|
+
[[0, { [_hQ]: _ct }]]
|
|
242
|
+
];
|
|
243
|
+
var GetLatestConfigurationResponse$ = [3, n0, _GLCRe,
|
|
246
244
|
0,
|
|
247
245
|
[_NPCT, _NPIIS, _CTo, _C, _VL],
|
|
248
|
-
[
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
],
|
|
246
|
+
[[0, { [_hH]: _NPCT_ }], [1, { [_hH]: _NPIIS_ }], [0, { [_hH]: _CT_ }], [() => SensitiveBlob, 16], [0, { [_hH]: _VL_ }]]
|
|
247
|
+
];
|
|
248
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
249
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
250
|
+
[_M],
|
|
251
|
+
[0]
|
|
255
252
|
];
|
|
256
|
-
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
257
253
|
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
258
|
-
var InvalidParameterDetail$ = [3, n0, _IPD,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
254
|
+
var InvalidParameterDetail$ = [3, n0, _IPD,
|
|
255
|
+
0,
|
|
256
|
+
[_P],
|
|
257
|
+
[0]
|
|
258
|
+
];
|
|
259
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
263
260
|
{ [_e]: _c, [_hE]: 404 },
|
|
264
261
|
[_M, _RT, _RB],
|
|
265
|
-
[0, 0, 128 | 0]
|
|
262
|
+
[0, 0, 128 | 0]
|
|
266
263
|
];
|
|
267
264
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
268
|
-
var StartConfigurationSessionRequest$ = [
|
|
269
|
-
3,
|
|
270
|
-
n0,
|
|
271
|
-
_SCSR,
|
|
265
|
+
var StartConfigurationSessionRequest$ = [3, n0, _SCSR,
|
|
272
266
|
0,
|
|
273
267
|
[_AI, _EI, _CPI, _RMPIIS],
|
|
274
|
-
[0, 0, 0, 1]
|
|
268
|
+
[0, 0, 0, 1]
|
|
269
|
+
];
|
|
270
|
+
var StartConfigurationSessionResponse$ = [3, n0, _SCSRt,
|
|
271
|
+
0,
|
|
272
|
+
[_ICT],
|
|
273
|
+
[0]
|
|
274
|
+
];
|
|
275
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
276
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
277
|
+
[_M],
|
|
278
|
+
[0]
|
|
275
279
|
];
|
|
276
|
-
var StartConfigurationSessionResponse$ = [3, n0, _SCSRt, 0, [_ICT], [0]];
|
|
277
|
-
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
278
280
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
279
281
|
var AppConfigDataServiceException$ = [-3, _sm, "AppConfigDataServiceException", 0, [], []];
|
|
280
282
|
schema.TypeRegistry.for(_sm).registerError(AppConfigDataServiceException$, AppConfigDataServiceException);
|
|
281
|
-
var InvalidParameterMap = [2, n0, _IPM,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
283
|
+
var InvalidParameterMap = [2, n0, _IPM,
|
|
284
|
+
0, 0, () => InvalidParameterDetail$
|
|
285
|
+
];
|
|
286
|
+
var BadRequestDetails$ = [4, n0, _BRD,
|
|
287
|
+
0,
|
|
288
|
+
[_IP],
|
|
289
|
+
[() => InvalidParameterMap]
|
|
290
|
+
];
|
|
291
|
+
var GetLatestConfiguration$ = [9, n0, _GLC,
|
|
292
|
+
{ [_h]: ["GET", "/configuration", 200] }, () => GetLatestConfigurationRequest$, () => GetLatestConfigurationResponse$
|
|
290
293
|
];
|
|
291
|
-
var StartConfigurationSession$ = [
|
|
292
|
-
|
|
293
|
-
n0,
|
|
294
|
-
_SCS,
|
|
295
|
-
{ [_h]: ["POST", "/configurationsessions", 201] },
|
|
296
|
-
() => StartConfigurationSessionRequest$,
|
|
297
|
-
() => StartConfigurationSessionResponse$,
|
|
294
|
+
var StartConfigurationSession$ = [9, n0, _SCS,
|
|
295
|
+
{ [_h]: ["POST", "/configurationsessions", 201] }, () => StartConfigurationSessionRequest$, () => StartConfigurationSessionResponse$
|
|
298
296
|
];
|
|
299
297
|
|
|
300
298
|
class GetLatestConfigurationCommand extends smithyClient.Command
|
|
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
defaultsMode,
|
|
25
25
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
|
|
26
26
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
-
(0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
28
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
29
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
30
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -34,11 +34,9 @@ const getRuntimeConfig = (config) => {
|
|
|
34
34
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
35
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
36
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
38
|
-
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
39
38
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
40
|
-
region: config?.region ??
|
|
41
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
39
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
42
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
43
41
|
retryMode: config?.retryMode ??
|
|
44
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
|
3
3
|
export const defaultAppConfigDataHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
5
5
|
operation: getSmithyContext(context).operation,
|
|
6
|
-
region:
|
|
7
|
-
(
|
|
8
|
-
|
|
9
|
-
})(),
|
|
6
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
7
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
8
|
+
})(),
|
|
10
9
|
};
|
|
11
10
|
};
|
|
12
11
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
20
20
|
defaultsMode,
|
|
21
21
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
22
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
23
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
24
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
25
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
26
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import {
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import {
|
|
4
|
+
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
|
|
|
30
30
|
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
33
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
35
34
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
36
|
-
region: config?.region ??
|
|
37
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
35
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
38
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
39
37
|
retryMode: config?.retryMode ??
|
|
40
38
|
loadNodeConfig({
|
|
@@ -48,71 +48,69 @@ import { TypeRegistry } from "@smithy/core/schema";
|
|
|
48
48
|
import { AppConfigDataServiceException } from "../models/AppConfigDataServiceException";
|
|
49
49
|
import { BadRequestException, InternalServerException, ResourceNotFoundException, ThrottlingException, } from "../models/errors";
|
|
50
50
|
var SensitiveBlob = [0, n0, _SB, 8, 21];
|
|
51
|
-
export var BadRequestException$ = [
|
|
52
|
-
-3,
|
|
53
|
-
n0,
|
|
54
|
-
_BRE,
|
|
51
|
+
export var BadRequestException$ = [-3, n0, _BRE,
|
|
55
52
|
{ [_e]: _c, [_hE]: 400 },
|
|
56
53
|
[_M, _R, _D],
|
|
57
|
-
[0, 0, () => BadRequestDetails$]
|
|
54
|
+
[0, 0, () => BadRequestDetails$]
|
|
58
55
|
];
|
|
59
56
|
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
60
|
-
export var GetLatestConfigurationRequest$ = [3, n0, _GLCR,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
export var GetLatestConfigurationRequest$ = [3, n0, _GLCR,
|
|
58
|
+
0,
|
|
59
|
+
[_CT],
|
|
60
|
+
[[0, { [_hQ]: _ct }]]
|
|
61
|
+
];
|
|
62
|
+
export var GetLatestConfigurationResponse$ = [3, n0, _GLCRe,
|
|
65
63
|
0,
|
|
66
64
|
[_NPCT, _NPIIS, _CTo, _C, _VL],
|
|
67
|
-
[
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
],
|
|
65
|
+
[[0, { [_hH]: _NPCT_ }], [1, { [_hH]: _NPIIS_ }], [0, { [_hH]: _CT_ }], [() => SensitiveBlob, 16], [0, { [_hH]: _VL_ }]]
|
|
66
|
+
];
|
|
67
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
68
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
69
|
+
[_M],
|
|
70
|
+
[0]
|
|
74
71
|
];
|
|
75
|
-
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
76
72
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
77
|
-
export var InvalidParameterDetail$ = [3, n0, _IPD,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
73
|
+
export var InvalidParameterDetail$ = [3, n0, _IPD,
|
|
74
|
+
0,
|
|
75
|
+
[_P],
|
|
76
|
+
[0]
|
|
77
|
+
];
|
|
78
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
82
79
|
{ [_e]: _c, [_hE]: 404 },
|
|
83
80
|
[_M, _RT, _RB],
|
|
84
|
-
[0, 0, 128 | 0]
|
|
81
|
+
[0, 0, 128 | 0]
|
|
85
82
|
];
|
|
86
83
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
87
|
-
export var StartConfigurationSessionRequest$ = [
|
|
88
|
-
3,
|
|
89
|
-
n0,
|
|
90
|
-
_SCSR,
|
|
84
|
+
export var StartConfigurationSessionRequest$ = [3, n0, _SCSR,
|
|
91
85
|
0,
|
|
92
86
|
[_AI, _EI, _CPI, _RMPIIS],
|
|
93
|
-
[0, 0, 0, 1]
|
|
87
|
+
[0, 0, 0, 1]
|
|
88
|
+
];
|
|
89
|
+
export var StartConfigurationSessionResponse$ = [3, n0, _SCSRt,
|
|
90
|
+
0,
|
|
91
|
+
[_ICT],
|
|
92
|
+
[0]
|
|
93
|
+
];
|
|
94
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
95
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
96
|
+
[_M],
|
|
97
|
+
[0]
|
|
94
98
|
];
|
|
95
|
-
export var StartConfigurationSessionResponse$ = [3, n0, _SCSRt, 0, [_ICT], [0]];
|
|
96
|
-
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
97
99
|
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
98
100
|
export var AppConfigDataServiceException$ = [-3, _sm, "AppConfigDataServiceException", 0, [], []];
|
|
99
101
|
TypeRegistry.for(_sm).registerError(AppConfigDataServiceException$, AppConfigDataServiceException);
|
|
100
|
-
var InvalidParameterMap = [2, n0, _IPM,
|
|
102
|
+
var InvalidParameterMap = [2, n0, _IPM,
|
|
103
|
+
0, 0, () => InvalidParameterDetail$
|
|
104
|
+
];
|
|
101
105
|
var StringMap = 128 | 0;
|
|
102
|
-
export var BadRequestDetails$ = [4, n0, _BRD,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
() => GetLatestConfigurationRequest$,
|
|
109
|
-
() => GetLatestConfigurationResponse$,
|
|
106
|
+
export var BadRequestDetails$ = [4, n0, _BRD,
|
|
107
|
+
0,
|
|
108
|
+
[_IP],
|
|
109
|
+
[() => InvalidParameterMap]
|
|
110
|
+
];
|
|
111
|
+
export var GetLatestConfiguration$ = [9, n0, _GLC,
|
|
112
|
+
{ [_h]: ["GET", "/configuration", 200] }, () => GetLatestConfigurationRequest$, () => GetLatestConfigurationResponse$
|
|
110
113
|
];
|
|
111
|
-
export var StartConfigurationSession$ = [
|
|
112
|
-
|
|
113
|
-
n0,
|
|
114
|
-
_SCS,
|
|
115
|
-
{ [_h]: ["POST", "/configurationsessions", 201] },
|
|
116
|
-
() => StartConfigurationSessionRequest$,
|
|
117
|
-
() => StartConfigurationSessionResponse$,
|
|
114
|
+
export var StartConfigurationSession$ = [9, n0, _SCS,
|
|
115
|
+
{ [_h]: ["POST", "/configurationsessions", 201] }, () => StartConfigurationSessionRequest$, () => StartConfigurationSessionResponse$
|
|
118
116
|
];
|
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.958.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appconfigdata",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.958.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|