@aws-sdk/client-appconfig 3.986.0 → 3.988.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/dist-cjs/index.js +64 -1169
- package/dist-cjs/models/AppConfigServiceException.js +12 -0
- package/dist-cjs/models/errors.js +106 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +900 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +80 -74
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +14 -14
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultAppConfigHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2019-10-09",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.appconfig",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2019-10-09",
|
|
30
32
|
serviceTarget: "AmazonAppConfig",
|
|
31
33
|
},
|
|
@@ -54,7 +54,7 @@ const _CV = "ConfigurationVersion";
|
|
|
54
54
|
const _CV_ = "Configuration-Version";
|
|
55
55
|
const _Co = "Content";
|
|
56
56
|
const _Con = "Constraint";
|
|
57
|
-
const _D = "
|
|
57
|
+
const _D = "Details";
|
|
58
58
|
const _DA = "DeleteApplication";
|
|
59
59
|
const _DAR = "DeleteApplicationRequest";
|
|
60
60
|
const _DCP = "DeleteConfigurationProfile";
|
|
@@ -84,7 +84,7 @@ const _DSI = "DeploymentStrategyId";
|
|
|
84
84
|
const _DSL = "DeploymentStrategyList";
|
|
85
85
|
const _DSe = "DeploymentStrategy";
|
|
86
86
|
const _DSep = "DeploymentSummary";
|
|
87
|
-
const _De = "
|
|
87
|
+
const _De = "Description";
|
|
88
88
|
const _Dep = "Deployment";
|
|
89
89
|
const _Depl = "Deployments";
|
|
90
90
|
const _Dy = "Dynamic";
|
|
@@ -145,7 +145,7 @@ const _ISE = "InternalServerException";
|
|
|
145
145
|
const _It = "Items";
|
|
146
146
|
const _KKA = "KmsKeyArn";
|
|
147
147
|
const _KKI = "KmsKeyIdentifier";
|
|
148
|
-
const _L = "
|
|
148
|
+
const _L = "Limit";
|
|
149
149
|
const _LA = "ListApplications";
|
|
150
150
|
const _LAR = "ListApplicationsRequest";
|
|
151
151
|
const _LCP = "ListConfigurationProfiles";
|
|
@@ -167,7 +167,7 @@ const _LTFRR = "ListTagsForResourceRequest";
|
|
|
167
167
|
const _LU = "LocationUri";
|
|
168
168
|
const _LVN = "LatestVersionNumber";
|
|
169
169
|
const _LVN_ = "Latest-Version-Number";
|
|
170
|
-
const
|
|
170
|
+
const _Lo = "Location";
|
|
171
171
|
const _M = "Message";
|
|
172
172
|
const _ML = "MonitorList";
|
|
173
173
|
const _MR = "MaxResults";
|
|
@@ -193,7 +193,7 @@ const _RRA = "RetrievalRoleArn";
|
|
|
193
193
|
const _RT = "ReplicateTo";
|
|
194
194
|
const _RTe = "ResourceTags";
|
|
195
195
|
const _Re = "Required";
|
|
196
|
-
const _S = "
|
|
196
|
+
const _S = "Size";
|
|
197
197
|
const _SA = "StartedAt";
|
|
198
198
|
const _SD = "StartDeployment";
|
|
199
199
|
const _SDR = "StartDeploymentRequest";
|
|
@@ -201,7 +201,7 @@ const _SDRt = "StopDeploymentRequest";
|
|
|
201
201
|
const _SDt = "StopDeployment";
|
|
202
202
|
const _SQEE = "ServiceQuotaExceededException";
|
|
203
203
|
const _SWLBA = "StringWithLengthBetween0And32768";
|
|
204
|
-
const
|
|
204
|
+
const _St = "State";
|
|
205
205
|
const _T = "Type";
|
|
206
206
|
const _TB = "TriggeredBy";
|
|
207
207
|
const _TK = "TagKeys";
|
|
@@ -250,8 +250,8 @@ const _mr = "max_results";
|
|
|
250
250
|
const _n = "name";
|
|
251
251
|
const _nt = "next_token";
|
|
252
252
|
const _ri = "resource_identifier";
|
|
253
|
-
const _s = "
|
|
254
|
-
const
|
|
253
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.appconfig";
|
|
254
|
+
const _se = "server";
|
|
255
255
|
const _t = "type";
|
|
256
256
|
const _tK = "tagKeys";
|
|
257
257
|
const _v = "version";
|
|
@@ -262,6 +262,50 @@ const n0 = "com.amazonaws.appconfig";
|
|
|
262
262
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
263
263
|
import { AppConfigServiceException } from "../models/AppConfigServiceException";
|
|
264
264
|
import { BadRequestException, ConflictException, InternalServerException, PayloadTooLargeException, ResourceNotFoundException, ServiceQuotaExceededException, } from "../models/errors";
|
|
265
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
266
|
+
export var AppConfigServiceException$ = [-3, _s, "AppConfigServiceException", 0, [], []];
|
|
267
|
+
_s_registry.registerError(AppConfigServiceException$, AppConfigServiceException);
|
|
268
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
269
|
+
export var BadRequestException$ = [-3, n0, _BRE,
|
|
270
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
271
|
+
[_M, _R, _D],
|
|
272
|
+
[0, 0, () => BadRequestDetails$]
|
|
273
|
+
];
|
|
274
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
275
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
276
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
277
|
+
[_M],
|
|
278
|
+
[0]
|
|
279
|
+
];
|
|
280
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
281
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
282
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
283
|
+
[_M],
|
|
284
|
+
[0]
|
|
285
|
+
];
|
|
286
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
287
|
+
export var PayloadTooLargeException$ = [-3, n0, _PTLE,
|
|
288
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
289
|
+
[_M, _Me, _L, _S],
|
|
290
|
+
[0, 0, 1, 1]
|
|
291
|
+
];
|
|
292
|
+
n0_registry.registerError(PayloadTooLargeException$, PayloadTooLargeException);
|
|
293
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
294
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
295
|
+
[_M, _RN],
|
|
296
|
+
[0, 0]
|
|
297
|
+
];
|
|
298
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
299
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
300
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
301
|
+
[_M],
|
|
302
|
+
[0]
|
|
303
|
+
];
|
|
304
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
305
|
+
export const errorTypeRegistries = [
|
|
306
|
+
_s_registry,
|
|
307
|
+
n0_registry,
|
|
308
|
+
];
|
|
265
309
|
var _Blob = [0, n0, _B, 8, 21];
|
|
266
310
|
var StringWithLengthBetween0And32768 = [0, n0, _SWLBA, 8, 0];
|
|
267
311
|
export var AccountSettings$ = [3, n0, _AS,
|
|
@@ -271,7 +315,7 @@ export var AccountSettings$ = [3, n0, _AS,
|
|
|
271
315
|
];
|
|
272
316
|
export var Action$ = [3, n0, _A,
|
|
273
317
|
0,
|
|
274
|
-
[_N,
|
|
318
|
+
[_N, _De, _U, _RA],
|
|
275
319
|
[0, 0, 0, 0]
|
|
276
320
|
];
|
|
277
321
|
export var ActionInvocation$ = [3, n0, _AI,
|
|
@@ -281,7 +325,7 @@ export var ActionInvocation$ = [3, n0, _AI,
|
|
|
281
325
|
];
|
|
282
326
|
export var Application$ = [3, n0, _Ap,
|
|
283
327
|
0,
|
|
284
|
-
[_I, _N,
|
|
328
|
+
[_I, _N, _De],
|
|
285
329
|
[0, 0, 0]
|
|
286
330
|
];
|
|
287
331
|
export var Applications$ = [3, n0, _App,
|
|
@@ -294,12 +338,6 @@ export var AppliedExtension$ = [3, n0, _AE,
|
|
|
294
338
|
[_EIx, _EAI, _VN, _P],
|
|
295
339
|
[0, 0, 1, 128 | 0]
|
|
296
340
|
];
|
|
297
|
-
export var BadRequestException$ = [-3, n0, _BRE,
|
|
298
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
299
|
-
[_M, _R, _De],
|
|
300
|
-
[0, 0, () => BadRequestDetails$]
|
|
301
|
-
];
|
|
302
|
-
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
303
341
|
export var Configuration$ = [3, n0, _C,
|
|
304
342
|
0,
|
|
305
343
|
[_Co, _CV, _CT],
|
|
@@ -307,7 +345,7 @@ export var Configuration$ = [3, n0, _C,
|
|
|
307
345
|
];
|
|
308
346
|
export var ConfigurationProfile$ = [3, n0, _CP,
|
|
309
347
|
0,
|
|
310
|
-
[_AIp, _I, _N,
|
|
348
|
+
[_AIp, _I, _N, _De, _LU, _RRA, _V, _T, _KKA, _KKI],
|
|
311
349
|
[0, 0, 0, 0, 0, 0, [() => ValidatorList, 0], 0, 0, 0]
|
|
312
350
|
];
|
|
313
351
|
export var ConfigurationProfiles$ = [3, n0, _CPo,
|
|
@@ -320,30 +358,24 @@ export var ConfigurationProfileSummary$ = [3, n0, _CPS,
|
|
|
320
358
|
[_AIp, _I, _N, _LU, _VT, _T],
|
|
321
359
|
[0, 0, 0, 0, 64 | 0, 0]
|
|
322
360
|
];
|
|
323
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
324
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
325
|
-
[_M],
|
|
326
|
-
[0]
|
|
327
|
-
];
|
|
328
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
329
361
|
export var CreateApplicationRequest$ = [3, n0, _CAR,
|
|
330
362
|
0,
|
|
331
|
-
[_N,
|
|
363
|
+
[_N, _De, _Ta],
|
|
332
364
|
[0, 0, 128 | 0], 1
|
|
333
365
|
];
|
|
334
366
|
export var CreateConfigurationProfileRequest$ = [3, n0, _CCPR,
|
|
335
367
|
0,
|
|
336
|
-
[_AIp, _N, _LU,
|
|
368
|
+
[_AIp, _N, _LU, _De, _RRA, _V, _Ta, _T, _KKI],
|
|
337
369
|
[[0, 1], 0, 0, 0, 0, [() => ValidatorList, 0], 128 | 0, 0, 0], 3
|
|
338
370
|
];
|
|
339
371
|
export var CreateDeploymentStrategyRequest$ = [3, n0, _CDSR,
|
|
340
372
|
0,
|
|
341
|
-
[_N, _DDIM, _GF,
|
|
373
|
+
[_N, _DDIM, _GF, _De, _FBTIM, _GT, _RT, _Ta],
|
|
342
374
|
[0, 1, 1, 0, 1, 0, 0, 128 | 0], 3
|
|
343
375
|
];
|
|
344
376
|
export var CreateEnvironmentRequest$ = [3, n0, _CER,
|
|
345
377
|
0,
|
|
346
|
-
[_AIp, _N,
|
|
378
|
+
[_AIp, _N, _De, _Mo, _Ta],
|
|
347
379
|
[[0, 1], 0, 0, () => MonitorList, 128 | 0], 2
|
|
348
380
|
];
|
|
349
381
|
export var CreateExtensionAssociationRequest$ = [3, n0, _CEAR,
|
|
@@ -353,13 +385,13 @@ export var CreateExtensionAssociationRequest$ = [3, n0, _CEAR,
|
|
|
353
385
|
];
|
|
354
386
|
export var CreateExtensionRequest$ = [3, n0, _CERr,
|
|
355
387
|
0,
|
|
356
|
-
[_N, _Ac,
|
|
388
|
+
[_N, _Ac, _De, _P, _Ta, _LVN],
|
|
357
389
|
[0, () => ActionsMap, 0, () => ParameterMap, 128 | 0, [1, { [_hH]: _LVN_ }]], 2
|
|
358
390
|
];
|
|
359
391
|
export var CreateHostedConfigurationVersionRequest$ = [3, n0, _CHCVR,
|
|
360
392
|
0,
|
|
361
|
-
[_AIp, _CPI, _Co, _CT,
|
|
362
|
-
[[0, 1], [0, 1], [() => _Blob, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]:
|
|
393
|
+
[_AIp, _CPI, _Co, _CT, _De, _LVN, _VL],
|
|
394
|
+
[[0, 1], [0, 1], [() => _Blob, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]: _De }], [1, { [_hH]: _LVN_ }], [0, { [_hH]: _VL }]], 4
|
|
363
395
|
];
|
|
364
396
|
export var DeleteApplicationRequest$ = [3, n0, _DAR,
|
|
365
397
|
0,
|
|
@@ -403,12 +435,12 @@ export var DeletionProtectionSettings$ = [3, n0, _DPS,
|
|
|
403
435
|
];
|
|
404
436
|
export var Deployment$ = [3, n0, _Dep,
|
|
405
437
|
0,
|
|
406
|
-
[_AIp, _EIn, _DSI, _CPI, _DN, _CN, _CLU, _CV,
|
|
438
|
+
[_AIp, _EIn, _DSI, _CPI, _DN, _CN, _CLU, _CV, _De, _DDIM, _GT, _GF, _FBTIM, _St, _EL, _PC, _SA, _CA, _AEp, _KKA, _KKI, _VL],
|
|
407
439
|
[0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, () => DeploymentEvents, 1, 5, 5, () => AppliedExtensions, 0, 0, 0]
|
|
408
440
|
];
|
|
409
441
|
export var DeploymentEvent$ = [3, n0, _DE,
|
|
410
442
|
0,
|
|
411
|
-
[_ET, _TB,
|
|
443
|
+
[_ET, _TB, _De, _AIc, _OA],
|
|
412
444
|
[0, 0, 0, () => ActionInvocations, 5]
|
|
413
445
|
];
|
|
414
446
|
export var Deployments$ = [3, n0, _Depl,
|
|
@@ -423,17 +455,17 @@ export var DeploymentStrategies$ = [3, n0, _DS,
|
|
|
423
455
|
];
|
|
424
456
|
export var DeploymentStrategy$ = [3, n0, _DSe,
|
|
425
457
|
0,
|
|
426
|
-
[_I, _N,
|
|
458
|
+
[_I, _N, _De, _DDIM, _GT, _GF, _FBTIM, _RT],
|
|
427
459
|
[0, 0, 0, 1, 0, 1, 1, 0]
|
|
428
460
|
];
|
|
429
461
|
export var DeploymentSummary$ = [3, n0, _DSep,
|
|
430
462
|
0,
|
|
431
|
-
[_DN, _CN, _CV, _DDIM, _GT, _GF, _FBTIM,
|
|
463
|
+
[_DN, _CN, _CV, _DDIM, _GT, _GF, _FBTIM, _St, _PC, _SA, _CA, _VL],
|
|
432
464
|
[1, 0, 0, 1, 0, 1, 1, 0, 1, 5, 5, 0]
|
|
433
465
|
];
|
|
434
466
|
export var Environment$ = [3, n0, _En,
|
|
435
467
|
0,
|
|
436
|
-
[_AIp, _I, _N,
|
|
468
|
+
[_AIp, _I, _N, _De, _St, _Mo],
|
|
437
469
|
[0, 0, 0, 0, 0, () => MonitorList]
|
|
438
470
|
];
|
|
439
471
|
export var Environments$ = [3, n0, _Env,
|
|
@@ -443,7 +475,7 @@ export var Environments$ = [3, n0, _Env,
|
|
|
443
475
|
];
|
|
444
476
|
export var Extension$ = [3, n0, _Ex,
|
|
445
477
|
0,
|
|
446
|
-
[_I, _N, _VN, _Ar,
|
|
478
|
+
[_I, _N, _VN, _Ar, _De, _Ac, _P],
|
|
447
479
|
[0, 0, 1, 0, 0, () => ActionsMap, () => ParameterMap]
|
|
448
480
|
];
|
|
449
481
|
export var ExtensionAssociation$ = [3, n0, _EA,
|
|
@@ -468,7 +500,7 @@ export var Extensions$ = [3, n0, _Ext,
|
|
|
468
500
|
];
|
|
469
501
|
export var ExtensionSummary$ = [3, n0, _ES,
|
|
470
502
|
0,
|
|
471
|
-
[_I, _N, _VN, _Ar,
|
|
503
|
+
[_I, _N, _VN, _Ar, _De],
|
|
472
504
|
[0, 0, 1, 0, 0]
|
|
473
505
|
];
|
|
474
506
|
export var GetApplicationRequest$ = [3, n0, _GAR,
|
|
@@ -518,8 +550,8 @@ export var GetHostedConfigurationVersionRequest$ = [3, n0, _GHCVR,
|
|
|
518
550
|
];
|
|
519
551
|
export var HostedConfigurationVersion$ = [3, n0, _HCV,
|
|
520
552
|
0,
|
|
521
|
-
[_AIp, _CPI, _VN,
|
|
522
|
-
[[0, { [_hH]: _AI_ }], [0, { [_hH]: _CPI_ }], [1, { [_hH]: _VN_ }], [0, { [_hH]:
|
|
553
|
+
[_AIp, _CPI, _VN, _De, _Co, _CT, _VL, _KKA],
|
|
554
|
+
[[0, { [_hH]: _AI_ }], [0, { [_hH]: _CPI_ }], [1, { [_hH]: _VN_ }], [0, { [_hH]: _De }], [() => _Blob, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]: _VL }], [0, { [_hH]: _KKA }]]
|
|
523
555
|
];
|
|
524
556
|
export var HostedConfigurationVersions$ = [3, n0, _HCVo,
|
|
525
557
|
0,
|
|
@@ -528,18 +560,12 @@ export var HostedConfigurationVersions$ = [3, n0, _HCVo,
|
|
|
528
560
|
];
|
|
529
561
|
export var HostedConfigurationVersionSummary$ = [3, n0, _HCVS,
|
|
530
562
|
0,
|
|
531
|
-
[_AIp, _CPI, _VN,
|
|
563
|
+
[_AIp, _CPI, _VN, _De, _CT, _VL, _KKA],
|
|
532
564
|
[0, 0, 1, 0, 0, 0, 0]
|
|
533
565
|
];
|
|
534
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
535
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
536
|
-
[_M],
|
|
537
|
-
[0]
|
|
538
|
-
];
|
|
539
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
540
566
|
export var InvalidConfigurationDetail$ = [3, n0, _ICD,
|
|
541
567
|
0,
|
|
542
|
-
[_Con,
|
|
568
|
+
[_Con, _Lo, _R, _T, _Va],
|
|
543
569
|
[0, 0, 0, 0, 0]
|
|
544
570
|
];
|
|
545
571
|
export var ListApplicationsRequest$ = [3, n0, _LAR,
|
|
@@ -594,35 +620,17 @@ export var Monitor$ = [3, n0, _Mon,
|
|
|
594
620
|
];
|
|
595
621
|
export var Parameter$ = [3, n0, _Pa,
|
|
596
622
|
0,
|
|
597
|
-
[
|
|
623
|
+
[_De, _Re, _Dy],
|
|
598
624
|
[0, 2, 2]
|
|
599
625
|
];
|
|
600
|
-
export var PayloadTooLargeException$ = [-3, n0, _PTLE,
|
|
601
|
-
{ [_e]: _c, [_hE]: 413 },
|
|
602
|
-
[_M, _Me, _Li, _Si],
|
|
603
|
-
[0, 0, 1, 1]
|
|
604
|
-
];
|
|
605
|
-
TypeRegistry.for(n0).registerError(PayloadTooLargeException$, PayloadTooLargeException);
|
|
606
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
607
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
608
|
-
[_M, _RN],
|
|
609
|
-
[0, 0]
|
|
610
|
-
];
|
|
611
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
612
626
|
export var ResourceTags$ = [3, n0, _RTe,
|
|
613
627
|
0,
|
|
614
628
|
[_Ta],
|
|
615
629
|
[128 | 0]
|
|
616
630
|
];
|
|
617
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
618
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
619
|
-
[_M],
|
|
620
|
-
[0]
|
|
621
|
-
];
|
|
622
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
623
631
|
export var StartDeploymentRequest$ = [3, n0, _SDR,
|
|
624
632
|
0,
|
|
625
|
-
[_AIp, _EIn, _DSI, _CPI, _CV,
|
|
633
|
+
[_AIp, _EIn, _DSI, _CPI, _CV, _De, _Ta, _KKI, _DEP],
|
|
626
634
|
[[0, 1], [0, 1], 0, 0, 0, 0, 128 | 0, 0, [() => DynamicParameterMap, 0]], 5
|
|
627
635
|
];
|
|
628
636
|
export var StopDeploymentRequest$ = [3, n0, _SDRt,
|
|
@@ -647,22 +655,22 @@ export var UpdateAccountSettingsRequest$ = [3, n0, _UASR,
|
|
|
647
655
|
];
|
|
648
656
|
export var UpdateApplicationRequest$ = [3, n0, _UAR,
|
|
649
657
|
0,
|
|
650
|
-
[_AIp, _N,
|
|
658
|
+
[_AIp, _N, _De],
|
|
651
659
|
[[0, 1], 0, 0], 1
|
|
652
660
|
];
|
|
653
661
|
export var UpdateConfigurationProfileRequest$ = [3, n0, _UCPR,
|
|
654
662
|
0,
|
|
655
|
-
[_AIp, _CPI, _N,
|
|
663
|
+
[_AIp, _CPI, _N, _De, _RRA, _V, _KKI],
|
|
656
664
|
[[0, 1], [0, 1], 0, 0, 0, [() => ValidatorList, 0], 0], 2
|
|
657
665
|
];
|
|
658
666
|
export var UpdateDeploymentStrategyRequest$ = [3, n0, _UDSR,
|
|
659
667
|
0,
|
|
660
|
-
[_DSI,
|
|
668
|
+
[_DSI, _De, _DDIM, _FBTIM, _GF, _GT],
|
|
661
669
|
[[0, 1], 0, 1, 1, 1, 0], 1
|
|
662
670
|
];
|
|
663
671
|
export var UpdateEnvironmentRequest$ = [3, n0, _UER,
|
|
664
672
|
0,
|
|
665
|
-
[_AIp, _EIn, _N,
|
|
673
|
+
[_AIp, _EIn, _N, _De, _Mo],
|
|
666
674
|
[[0, 1], [0, 1], 0, 0, () => MonitorList], 2
|
|
667
675
|
];
|
|
668
676
|
export var UpdateExtensionAssociationRequest$ = [3, n0, _UEAR,
|
|
@@ -672,7 +680,7 @@ export var UpdateExtensionAssociationRequest$ = [3, n0, _UEAR,
|
|
|
672
680
|
];
|
|
673
681
|
export var UpdateExtensionRequest$ = [3, n0, _UERp,
|
|
674
682
|
0,
|
|
675
|
-
[_EI,
|
|
683
|
+
[_EI, _De, _Ac, _P, _VN],
|
|
676
684
|
[[0, 1], 0, () => ActionsMap, () => ParameterMap, 1], 1
|
|
677
685
|
];
|
|
678
686
|
export var ValidateConfigurationRequest$ = [3, n0, _VCR,
|
|
@@ -686,8 +694,6 @@ export var Validator$ = [3, n0, _Val,
|
|
|
686
694
|
[0, [() => StringWithLengthBetween0And32768, 0]], 2
|
|
687
695
|
];
|
|
688
696
|
var __Unit = "unit";
|
|
689
|
-
export var AppConfigServiceException$ = [-3, _sm, "AppConfigServiceException", 0, [], []];
|
|
690
|
-
TypeRegistry.for(_sm).registerError(AppConfigServiceException$, AppConfigServiceException);
|
|
691
697
|
var ActionInvocations = [1, n0, _AIc,
|
|
692
698
|
0, () => ActionInvocation$
|
|
693
699
|
];
|
|
@@ -1,16 +1,28 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var AppConfigServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var PayloadTooLargeException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
10
|
+
/**
|
|
11
|
+
* TypeRegistry instances containing modeled errors.
|
|
12
|
+
* @internal
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
16
|
export declare var AccountSettings$: StaticStructureSchema;
|
|
3
17
|
export declare var Action$: StaticStructureSchema;
|
|
4
18
|
export declare var ActionInvocation$: StaticStructureSchema;
|
|
5
19
|
export declare var Application$: StaticStructureSchema;
|
|
6
20
|
export declare var Applications$: StaticStructureSchema;
|
|
7
21
|
export declare var AppliedExtension$: StaticStructureSchema;
|
|
8
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
9
22
|
export declare var Configuration$: StaticStructureSchema;
|
|
10
23
|
export declare var ConfigurationProfile$: StaticStructureSchema;
|
|
11
24
|
export declare var ConfigurationProfiles$: StaticStructureSchema;
|
|
12
25
|
export declare var ConfigurationProfileSummary$: StaticStructureSchema;
|
|
13
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
14
26
|
export declare var CreateApplicationRequest$: StaticStructureSchema;
|
|
15
27
|
export declare var CreateConfigurationProfileRequest$: StaticStructureSchema;
|
|
16
28
|
export declare var CreateDeploymentStrategyRequest$: StaticStructureSchema;
|
|
@@ -52,7 +64,6 @@ export declare var GetHostedConfigurationVersionRequest$: StaticStructureSchema;
|
|
|
52
64
|
export declare var HostedConfigurationVersion$: StaticStructureSchema;
|
|
53
65
|
export declare var HostedConfigurationVersions$: StaticStructureSchema;
|
|
54
66
|
export declare var HostedConfigurationVersionSummary$: StaticStructureSchema;
|
|
55
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
56
67
|
export declare var InvalidConfigurationDetail$: StaticStructureSchema;
|
|
57
68
|
export declare var ListApplicationsRequest$: StaticStructureSchema;
|
|
58
69
|
export declare var ListConfigurationProfilesRequest$: StaticStructureSchema;
|
|
@@ -65,10 +76,7 @@ export declare var ListHostedConfigurationVersionsRequest$: StaticStructureSchem
|
|
|
65
76
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
66
77
|
export declare var Monitor$: StaticStructureSchema;
|
|
67
78
|
export declare var Parameter$: StaticStructureSchema;
|
|
68
|
-
export declare var PayloadTooLargeException$: StaticErrorSchema;
|
|
69
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
70
79
|
export declare var ResourceTags$: StaticStructureSchema;
|
|
71
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
72
80
|
export declare var StartDeploymentRequest$: StaticStructureSchema;
|
|
73
81
|
export declare var StopDeploymentRequest$: StaticStructureSchema;
|
|
74
82
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
@@ -82,7 +90,6 @@ export declare var UpdateExtensionAssociationRequest$: StaticStructureSchema;
|
|
|
82
90
|
export declare var UpdateExtensionRequest$: StaticStructureSchema;
|
|
83
91
|
export declare var ValidateConfigurationRequest$: StaticStructureSchema;
|
|
84
92
|
export declare var Validator$: StaticStructureSchema;
|
|
85
|
-
export declare var AppConfigServiceException$: StaticErrorSchema;
|
|
86
93
|
export declare var BadRequestDetails$: StaticUnionSchema;
|
|
87
94
|
export declare var CreateApplication$: StaticOperationSchema;
|
|
88
95
|
export declare var CreateConfigurationProfile$: StaticOperationSchema;
|
|
@@ -1,21 +1,28 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var AppConfigServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var PayloadTooLargeException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var AccountSettings$: StaticStructureSchema;
|
|
8
17
|
export declare var Action$: StaticStructureSchema;
|
|
9
18
|
export declare var ActionInvocation$: StaticStructureSchema;
|
|
10
19
|
export declare var Application$: StaticStructureSchema;
|
|
11
20
|
export declare var Applications$: StaticStructureSchema;
|
|
12
21
|
export declare var AppliedExtension$: StaticStructureSchema;
|
|
13
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
14
22
|
export declare var Configuration$: StaticStructureSchema;
|
|
15
23
|
export declare var ConfigurationProfile$: StaticStructureSchema;
|
|
16
24
|
export declare var ConfigurationProfiles$: StaticStructureSchema;
|
|
17
25
|
export declare var ConfigurationProfileSummary$: StaticStructureSchema;
|
|
18
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
19
26
|
export declare var CreateApplicationRequest$: StaticStructureSchema;
|
|
20
27
|
export declare var CreateConfigurationProfileRequest$: StaticStructureSchema;
|
|
21
28
|
export declare var CreateDeploymentStrategyRequest$: StaticStructureSchema;
|
|
@@ -57,7 +64,6 @@ export declare var GetHostedConfigurationVersionRequest$: StaticStructureSchema;
|
|
|
57
64
|
export declare var HostedConfigurationVersion$: StaticStructureSchema;
|
|
58
65
|
export declare var HostedConfigurationVersions$: StaticStructureSchema;
|
|
59
66
|
export declare var HostedConfigurationVersionSummary$: StaticStructureSchema;
|
|
60
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
61
67
|
export declare var InvalidConfigurationDetail$: StaticStructureSchema;
|
|
62
68
|
export declare var ListApplicationsRequest$: StaticStructureSchema;
|
|
63
69
|
export declare var ListConfigurationProfilesRequest$: StaticStructureSchema;
|
|
@@ -70,10 +76,7 @@ export declare var ListHostedConfigurationVersionsRequest$: StaticStructureSchem
|
|
|
70
76
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
71
77
|
export declare var Monitor$: StaticStructureSchema;
|
|
72
78
|
export declare var Parameter$: StaticStructureSchema;
|
|
73
|
-
export declare var PayloadTooLargeException$: StaticErrorSchema;
|
|
74
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
75
79
|
export declare var ResourceTags$: StaticStructureSchema;
|
|
76
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
77
80
|
export declare var StartDeploymentRequest$: StaticStructureSchema;
|
|
78
81
|
export declare var StopDeploymentRequest$: StaticStructureSchema;
|
|
79
82
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
@@ -87,7 +90,6 @@ export declare var UpdateExtensionAssociationRequest$: StaticStructureSchema;
|
|
|
87
90
|
export declare var UpdateExtensionRequest$: StaticStructureSchema;
|
|
88
91
|
export declare var ValidateConfigurationRequest$: StaticStructureSchema;
|
|
89
92
|
export declare var Validator$: StaticStructureSchema;
|
|
90
|
-
export declare var AppConfigServiceException$: StaticErrorSchema;
|
|
91
93
|
export declare var BadRequestDetails$: StaticUnionSchema;
|
|
92
94
|
export declare var CreateApplication$: StaticOperationSchema;
|
|
93
95
|
export declare var CreateConfigurationProfile$: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.988.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-appconfig",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.12",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"@smithy/util-waiter": "^4.2.8",
|
|
62
62
|
"tslib": "^2.6.2"
|