@aws-sdk/client-ssm-quicksetup 3.952.0 → 3.954.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 +173 -128
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateConfigurationManagerCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationManagerCommand.js +2 -2
- package/dist-es/commands/GetConfigurationCommand.js +2 -2
- package/dist-es/commands/GetConfigurationManagerCommand.js +2 -2
- package/dist-es/commands/GetServiceSettingsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationManagersCommand.js +2 -2
- package/dist-es/commands/ListConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListQuickSetupTypesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationManagerCommand.js +2 -2
- package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +95 -101
- package/dist-types/SSMQuickSetupClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +52 -67
- package/dist-types/ts3.4/SSMQuickSetupClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +51 -68
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class SSMQuickSetupClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class SSMQuickSetupServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, SSMQuickSetupServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends SSMQuickSetupServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends SSMQuickSetupS
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class ConflictException extends SSMQuickSetupServiceException {
|
|
135
135
|
name = "ConflictException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends SSMQuickSetupServiceEx
|
|
|
144
144
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InternalServerException extends SSMQuickSetupServiceException {
|
|
149
149
|
name = "InternalServerException";
|
|
150
150
|
$fault = "server";
|
|
151
151
|
$retryable = {};
|
|
@@ -159,8 +159,8 @@ let InternalServerException$1 = class InternalServerException extends SSMQuickSe
|
|
|
159
159
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
160
160
|
this.Message = opts.Message;
|
|
161
161
|
}
|
|
162
|
-
}
|
|
163
|
-
|
|
162
|
+
}
|
|
163
|
+
class ThrottlingException extends SSMQuickSetupServiceException {
|
|
164
164
|
name = "ThrottlingException";
|
|
165
165
|
$fault = "client";
|
|
166
166
|
$retryable = {};
|
|
@@ -174,8 +174,8 @@ let ThrottlingException$1 = class ThrottlingException extends SSMQuickSetupServi
|
|
|
174
174
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
175
175
|
this.Message = opts.Message;
|
|
176
176
|
}
|
|
177
|
-
}
|
|
178
|
-
|
|
177
|
+
}
|
|
178
|
+
class ValidationException extends SSMQuickSetupServiceException {
|
|
179
179
|
name = "ValidationException";
|
|
180
180
|
$fault = "client";
|
|
181
181
|
Message;
|
|
@@ -188,8 +188,8 @@ let ValidationException$1 = class ValidationException extends SSMQuickSetupServi
|
|
|
188
188
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
189
189
|
this.Message = opts.Message;
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class ResourceNotFoundException extends SSMQuickSetupServiceException {
|
|
193
193
|
name = "ResourceNotFoundException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
Message;
|
|
@@ -202,7 +202,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends SSMQui
|
|
|
202
202
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
203
203
|
this.Message = opts.Message;
|
|
204
204
|
}
|
|
205
|
-
}
|
|
205
|
+
}
|
|
206
206
|
|
|
207
207
|
const _A = "Account";
|
|
208
208
|
const _ADE = "AccessDeniedException";
|
|
@@ -310,9 +310,9 @@ const _s = "server";
|
|
|
310
310
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ssmquicksetup";
|
|
311
311
|
const _tK = "tagKeys";
|
|
312
312
|
const n0 = "com.amazonaws.ssmquicksetup";
|
|
313
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
314
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
315
|
-
var ConfigurationDefinition = [
|
|
313
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
314
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
315
|
+
var ConfigurationDefinition$ = [
|
|
316
316
|
3,
|
|
317
317
|
n0,
|
|
318
318
|
_CD,
|
|
@@ -320,7 +320,7 @@ var ConfigurationDefinition = [
|
|
|
320
320
|
[_T, _P, _TV, _LDERN, _LDARA, _I],
|
|
321
321
|
[0, 128 | 0, 0, 0, 0, 0],
|
|
322
322
|
];
|
|
323
|
-
var ConfigurationDefinitionInput = [
|
|
323
|
+
var ConfigurationDefinitionInput$ = [
|
|
324
324
|
3,
|
|
325
325
|
n0,
|
|
326
326
|
_CDI,
|
|
@@ -328,7 +328,7 @@ var ConfigurationDefinitionInput = [
|
|
|
328
328
|
[_T, _P, _TV, _LDERN, _LDARA],
|
|
329
329
|
[0, 128 | 0, 0, 0, 0],
|
|
330
330
|
];
|
|
331
|
-
var ConfigurationDefinitionSummary = [
|
|
331
|
+
var ConfigurationDefinitionSummary$ = [
|
|
332
332
|
3,
|
|
333
333
|
n0,
|
|
334
334
|
_CDS,
|
|
@@ -336,7 +336,7 @@ var ConfigurationDefinitionSummary = [
|
|
|
336
336
|
[_I, _T, _TV, _FCP],
|
|
337
337
|
[0, 0, 0, 128 | 0],
|
|
338
338
|
];
|
|
339
|
-
var ConfigurationManagerSummary = [
|
|
339
|
+
var ConfigurationManagerSummary$ = [
|
|
340
340
|
3,
|
|
341
341
|
n0,
|
|
342
342
|
_CMS,
|
|
@@ -344,7 +344,7 @@ var ConfigurationManagerSummary = [
|
|
|
344
344
|
[_MA, _D, _N, _SS, _CDSo],
|
|
345
345
|
[0, 0, 0, () => StatusSummariesList, () => ConfigurationDefinitionSummariesList],
|
|
346
346
|
];
|
|
347
|
-
var ConfigurationSummary = [
|
|
347
|
+
var ConfigurationSummary$ = [
|
|
348
348
|
3,
|
|
349
349
|
n0,
|
|
350
350
|
_CS,
|
|
@@ -352,9 +352,9 @@ var ConfigurationSummary = [
|
|
|
352
352
|
[_I, _MA, _CDIo, _T, _TV, _R, _A, _CA, _FCP, _SS],
|
|
353
353
|
[0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList],
|
|
354
354
|
];
|
|
355
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
356
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
357
|
-
var CreateConfigurationManagerInput = [
|
|
355
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
356
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
357
|
+
var CreateConfigurationManagerInput$ = [
|
|
358
358
|
3,
|
|
359
359
|
n0,
|
|
360
360
|
_CCMI,
|
|
@@ -362,12 +362,12 @@ var CreateConfigurationManagerInput = [
|
|
|
362
362
|
[_N, _D, _CDo, _Ta],
|
|
363
363
|
[0, 0, () => ConfigurationDefinitionsInputList, [() => TagsMap, 0]],
|
|
364
364
|
];
|
|
365
|
-
var CreateConfigurationManagerOutput = [3, n0, _CCMO, 0, [_MA], [0]];
|
|
366
|
-
var DeleteConfigurationManagerInput = [3, n0, _DCMI, 0, [_MA], [[0, 1]]];
|
|
367
|
-
var Filter = [3, n0, _F, 0, [_K, _V], [0, 64 | 0]];
|
|
368
|
-
var GetConfigurationInput = [3, n0, _GCI, 0, [_CI], [[0, 1]]];
|
|
369
|
-
var GetConfigurationManagerInput = [3, n0, _GCMI, 0, [_MA], [[0, 1]]];
|
|
370
|
-
var GetConfigurationManagerOutput = [
|
|
365
|
+
var CreateConfigurationManagerOutput$ = [3, n0, _CCMO, 0, [_MA], [0]];
|
|
366
|
+
var DeleteConfigurationManagerInput$ = [3, n0, _DCMI, 0, [_MA], [[0, 1]]];
|
|
367
|
+
var Filter$ = [3, n0, _F, 0, [_K, _V], [0, 64 | 0]];
|
|
368
|
+
var GetConfigurationInput$ = [3, n0, _GCI, 0, [_CI], [[0, 1]]];
|
|
369
|
+
var GetConfigurationManagerInput$ = [3, n0, _GCMI, 0, [_MA], [[0, 1]]];
|
|
370
|
+
var GetConfigurationManagerOutput$ = [
|
|
371
371
|
3,
|
|
372
372
|
n0,
|
|
373
373
|
_GCMO,
|
|
@@ -375,7 +375,7 @@ var GetConfigurationManagerOutput = [
|
|
|
375
375
|
[_MA, _D, _N, _CA, _LMA, _SS, _CDo, _Ta],
|
|
376
376
|
[0, 0, 0, 5, 5, () => StatusSummariesList, () => ConfigurationDefinitionsList, [() => TagsMap, 0]],
|
|
377
377
|
];
|
|
378
|
-
var GetConfigurationOutput = [
|
|
378
|
+
var GetConfigurationOutput$ = [
|
|
379
379
|
3,
|
|
380
380
|
n0,
|
|
381
381
|
_GCO,
|
|
@@ -383,10 +383,10 @@ var GetConfigurationOutput = [
|
|
|
383
383
|
[_I, _MA, _CDIo, _T, _TV, _A, _R, _CA, _LMA, _SS, _P],
|
|
384
384
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, () => StatusSummariesList, 128 | 0],
|
|
385
385
|
];
|
|
386
|
-
var GetServiceSettingsOutput = [3, n0, _GSSO, 0, [_SSe], [() => ServiceSettings]];
|
|
387
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
388
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
389
|
-
var ListConfigurationManagersInput = [
|
|
386
|
+
var GetServiceSettingsOutput$ = [3, n0, _GSSO, 0, [_SSe], [() => ServiceSettings$]];
|
|
387
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
388
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
389
|
+
var ListConfigurationManagersInput$ = [
|
|
390
390
|
3,
|
|
391
391
|
n0,
|
|
392
392
|
_LCMI,
|
|
@@ -394,7 +394,7 @@ var ListConfigurationManagersInput = [
|
|
|
394
394
|
[_ST, _MI, _Fi],
|
|
395
395
|
[0, 1, () => FiltersList],
|
|
396
396
|
];
|
|
397
|
-
var ListConfigurationManagersOutput = [
|
|
397
|
+
var ListConfigurationManagersOutput$ = [
|
|
398
398
|
3,
|
|
399
399
|
n0,
|
|
400
400
|
_LCMO,
|
|
@@ -402,7 +402,7 @@ var ListConfigurationManagersOutput = [
|
|
|
402
402
|
[_CML, _NT],
|
|
403
403
|
[() => ConfigurationManagerList, 0],
|
|
404
404
|
];
|
|
405
|
-
var ListConfigurationsInput = [
|
|
405
|
+
var ListConfigurationsInput$ = [
|
|
406
406
|
3,
|
|
407
407
|
n0,
|
|
408
408
|
_LCI,
|
|
@@ -410,7 +410,7 @@ var ListConfigurationsInput = [
|
|
|
410
410
|
[_ST, _MI, _Fi, _MA, _CDIo],
|
|
411
411
|
[0, 1, () => FiltersList, 0, 0],
|
|
412
412
|
];
|
|
413
|
-
var ListConfigurationsOutput = [
|
|
413
|
+
var ListConfigurationsOutput$ = [
|
|
414
414
|
3,
|
|
415
415
|
n0,
|
|
416
416
|
_LCO,
|
|
@@ -418,16 +418,16 @@ var ListConfigurationsOutput = [
|
|
|
418
418
|
[_CL, _NT],
|
|
419
419
|
[() => ConfigurationsList, 0],
|
|
420
420
|
];
|
|
421
|
-
var ListQuickSetupTypesOutput = [3, n0, _LQSTO, 0, [_QSTL], [() => QuickSetupTypeList]];
|
|
422
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
423
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [[() => Tags, 0]]];
|
|
424
|
-
var QuickSetupTypeOutput = [3, n0, _QSTO, 0, [_T, _LV], [0, 0]];
|
|
425
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
426
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
427
|
-
var ServiceSettings = [3, n0, _SSe, 0, [_EERA], [0]];
|
|
428
|
-
var StatusSummary = [3, n0, _SSt, 0, [_STt, _S, _SM, _LUA, _SD], [0, 0, 0, 5, 128 | 0]];
|
|
429
|
-
var TagEntry = [3, n0, _TE, 8, [_K, _Va], [0, 0]];
|
|
430
|
-
var TagResourceInput = [
|
|
421
|
+
var ListQuickSetupTypesOutput$ = [3, n0, _LQSTO, 0, [_QSTL], [() => QuickSetupTypeList]];
|
|
422
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
423
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [[() => Tags, 0]]];
|
|
424
|
+
var QuickSetupTypeOutput$ = [3, n0, _QSTO, 0, [_T, _LV], [0, 0]];
|
|
425
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
426
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
427
|
+
var ServiceSettings$ = [3, n0, _SSe, 0, [_EERA], [0]];
|
|
428
|
+
var StatusSummary$ = [3, n0, _SSt, 0, [_STt, _S, _SM, _LUA, _SD], [0, 0, 0, 5, 128 | 0]];
|
|
429
|
+
var TagEntry$ = [3, n0, _TE, 8, [_K, _Va], [0, 0]];
|
|
430
|
+
var TagResourceInput$ = [
|
|
431
431
|
3,
|
|
432
432
|
n0,
|
|
433
433
|
_TRI,
|
|
@@ -438,9 +438,9 @@ var TagResourceInput = [
|
|
|
438
438
|
[() => TagsMap, 0],
|
|
439
439
|
],
|
|
440
440
|
];
|
|
441
|
-
var ThrottlingException = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
442
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
443
|
-
var UntagResourceInput = [
|
|
441
|
+
var ThrottlingException$ = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
442
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
443
|
+
var UntagResourceInput$ = [
|
|
444
444
|
3,
|
|
445
445
|
n0,
|
|
446
446
|
_URI,
|
|
@@ -451,7 +451,7 @@ var UntagResourceInput = [
|
|
|
451
451
|
[64 | 0, { [_hQ]: _tK }],
|
|
452
452
|
],
|
|
453
453
|
];
|
|
454
|
-
var UpdateConfigurationDefinitionInput = [
|
|
454
|
+
var UpdateConfigurationDefinitionInput$ = [
|
|
455
455
|
3,
|
|
456
456
|
n0,
|
|
457
457
|
_UCDI,
|
|
@@ -459,139 +459,133 @@ var UpdateConfigurationDefinitionInput = [
|
|
|
459
459
|
[_MA, _I, _TV, _P, _LDERN, _LDARA],
|
|
460
460
|
[[0, 1], [0, 1], 0, 128 | 0, 0, 0],
|
|
461
461
|
];
|
|
462
|
-
var UpdateConfigurationManagerInput = [3, n0, _UCMI, 0, [_MA, _N, _D], [[0, 1], 0, 0]];
|
|
463
|
-
var UpdateServiceSettingsInput = [3, n0, _USSI, 0, [_EERA], [0]];
|
|
464
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
465
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
462
|
+
var UpdateConfigurationManagerInput$ = [3, n0, _UCMI, 0, [_MA, _N, _D], [[0, 1], 0, 0]];
|
|
463
|
+
var UpdateServiceSettingsInput$ = [3, n0, _USSI, 0, [_EERA], [0]];
|
|
464
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
465
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
466
466
|
var __Unit = "unit";
|
|
467
|
-
var SSMQuickSetupServiceException = [-3, _sm, "SSMQuickSetupServiceException", 0, [], []];
|
|
468
|
-
schema.TypeRegistry.for(_sm).registerError(SSMQuickSetupServiceException
|
|
469
|
-
var ConfigurationDefinitionsInputList = [1, n0, _CDIL, 0, () => ConfigurationDefinitionInput];
|
|
470
|
-
var ConfigurationDefinitionsList = [1, n0, _CDL, 0, () => ConfigurationDefinition];
|
|
471
|
-
var ConfigurationDefinitionSummariesList = [
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
];
|
|
478
|
-
var ConfigurationManagerList = [1, n0, _CMLo, 0, () => ConfigurationManagerSummary];
|
|
479
|
-
var ConfigurationsList = [1, n0, _CL, 0, () => ConfigurationSummary];
|
|
480
|
-
var FiltersList = [1, n0, _FL, 0, () => Filter];
|
|
481
|
-
var QuickSetupTypeList = [1, n0, _QSTL, 0, () => QuickSetupTypeOutput];
|
|
482
|
-
var StatusSummariesList = [1, n0, _SSL, 0, () => StatusSummary];
|
|
483
|
-
var Tags = [1, n0, _Ta, 8, [() => TagEntry, 0]];
|
|
467
|
+
var SSMQuickSetupServiceException$ = [-3, _sm, "SSMQuickSetupServiceException", 0, [], []];
|
|
468
|
+
schema.TypeRegistry.for(_sm).registerError(SSMQuickSetupServiceException$, SSMQuickSetupServiceException);
|
|
469
|
+
var ConfigurationDefinitionsInputList = [1, n0, _CDIL, 0, () => ConfigurationDefinitionInput$];
|
|
470
|
+
var ConfigurationDefinitionsList = [1, n0, _CDL, 0, () => ConfigurationDefinition$];
|
|
471
|
+
var ConfigurationDefinitionSummariesList = [1, n0, _CDSL, 0, () => ConfigurationDefinitionSummary$];
|
|
472
|
+
var ConfigurationManagerList = [1, n0, _CMLo, 0, () => ConfigurationManagerSummary$];
|
|
473
|
+
var ConfigurationsList = [1, n0, _CL, 0, () => ConfigurationSummary$];
|
|
474
|
+
var FiltersList = [1, n0, _FL, 0, () => Filter$];
|
|
475
|
+
var QuickSetupTypeList = [1, n0, _QSTL, 0, () => QuickSetupTypeOutput$];
|
|
476
|
+
var StatusSummariesList = [1, n0, _SSL, 0, () => StatusSummary$];
|
|
477
|
+
var Tags = [1, n0, _Ta, 8, [() => TagEntry$, 0]];
|
|
484
478
|
var TagsMap = [2, n0, _TM, 8, 0, 0];
|
|
485
|
-
var CreateConfigurationManager = [
|
|
479
|
+
var CreateConfigurationManager$ = [
|
|
486
480
|
9,
|
|
487
481
|
n0,
|
|
488
482
|
_CCM,
|
|
489
483
|
{ [_h]: ["POST", "/configurationManager", 200] },
|
|
490
|
-
() => CreateConfigurationManagerInput
|
|
491
|
-
() => CreateConfigurationManagerOutput
|
|
484
|
+
() => CreateConfigurationManagerInput$,
|
|
485
|
+
() => CreateConfigurationManagerOutput$,
|
|
492
486
|
];
|
|
493
|
-
var DeleteConfigurationManager = [
|
|
487
|
+
var DeleteConfigurationManager$ = [
|
|
494
488
|
9,
|
|
495
489
|
n0,
|
|
496
490
|
_DCM,
|
|
497
491
|
{ [_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200] },
|
|
498
|
-
() => DeleteConfigurationManagerInput
|
|
492
|
+
() => DeleteConfigurationManagerInput$,
|
|
499
493
|
() => __Unit,
|
|
500
494
|
];
|
|
501
|
-
var GetConfiguration = [
|
|
495
|
+
var GetConfiguration$ = [
|
|
502
496
|
9,
|
|
503
497
|
n0,
|
|
504
498
|
_GC,
|
|
505
499
|
{ [_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200] },
|
|
506
|
-
() => GetConfigurationInput
|
|
507
|
-
() => GetConfigurationOutput
|
|
500
|
+
() => GetConfigurationInput$,
|
|
501
|
+
() => GetConfigurationOutput$,
|
|
508
502
|
];
|
|
509
|
-
var GetConfigurationManager = [
|
|
503
|
+
var GetConfigurationManager$ = [
|
|
510
504
|
9,
|
|
511
505
|
n0,
|
|
512
506
|
_GCM,
|
|
513
507
|
{ [_h]: ["GET", "/configurationManager/{ManagerArn}", 200] },
|
|
514
|
-
() => GetConfigurationManagerInput
|
|
515
|
-
() => GetConfigurationManagerOutput
|
|
508
|
+
() => GetConfigurationManagerInput$,
|
|
509
|
+
() => GetConfigurationManagerOutput$,
|
|
516
510
|
];
|
|
517
|
-
var GetServiceSettings = [
|
|
511
|
+
var GetServiceSettings$ = [
|
|
518
512
|
9,
|
|
519
513
|
n0,
|
|
520
514
|
_GSS,
|
|
521
515
|
{ [_h]: ["GET", "/serviceSettings", 200] },
|
|
522
516
|
() => __Unit,
|
|
523
|
-
() => GetServiceSettingsOutput
|
|
517
|
+
() => GetServiceSettingsOutput$,
|
|
524
518
|
];
|
|
525
|
-
var ListConfigurationManagers = [
|
|
519
|
+
var ListConfigurationManagers$ = [
|
|
526
520
|
9,
|
|
527
521
|
n0,
|
|
528
522
|
_LCM,
|
|
529
523
|
{ [_h]: ["POST", "/listConfigurationManagers", 200] },
|
|
530
|
-
() => ListConfigurationManagersInput
|
|
531
|
-
() => ListConfigurationManagersOutput
|
|
524
|
+
() => ListConfigurationManagersInput$,
|
|
525
|
+
() => ListConfigurationManagersOutput$,
|
|
532
526
|
];
|
|
533
|
-
var ListConfigurations = [
|
|
527
|
+
var ListConfigurations$ = [
|
|
534
528
|
9,
|
|
535
529
|
n0,
|
|
536
530
|
_LC,
|
|
537
531
|
{ [_h]: ["POST", "/listConfigurations", 200] },
|
|
538
|
-
() => ListConfigurationsInput
|
|
539
|
-
() => ListConfigurationsOutput
|
|
532
|
+
() => ListConfigurationsInput$,
|
|
533
|
+
() => ListConfigurationsOutput$,
|
|
540
534
|
];
|
|
541
|
-
var ListQuickSetupTypes = [
|
|
535
|
+
var ListQuickSetupTypes$ = [
|
|
542
536
|
9,
|
|
543
537
|
n0,
|
|
544
538
|
_LQST,
|
|
545
539
|
{ [_h]: ["GET", "/listQuickSetupTypes", 200] },
|
|
546
540
|
() => __Unit,
|
|
547
|
-
() => ListQuickSetupTypesOutput
|
|
541
|
+
() => ListQuickSetupTypesOutput$,
|
|
548
542
|
];
|
|
549
|
-
var ListTagsForResource = [
|
|
543
|
+
var ListTagsForResource$ = [
|
|
550
544
|
9,
|
|
551
545
|
n0,
|
|
552
546
|
_LTFR,
|
|
553
547
|
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
554
|
-
() => ListTagsForResourceRequest
|
|
555
|
-
() => ListTagsForResourceResponse
|
|
548
|
+
() => ListTagsForResourceRequest$,
|
|
549
|
+
() => ListTagsForResourceResponse$,
|
|
556
550
|
];
|
|
557
|
-
var TagResource = [
|
|
551
|
+
var TagResource$ = [
|
|
558
552
|
9,
|
|
559
553
|
n0,
|
|
560
554
|
_TR,
|
|
561
555
|
{ [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
|
|
562
|
-
() => TagResourceInput
|
|
556
|
+
() => TagResourceInput$,
|
|
563
557
|
() => __Unit,
|
|
564
558
|
];
|
|
565
|
-
var UntagResource = [
|
|
559
|
+
var UntagResource$ = [
|
|
566
560
|
9,
|
|
567
561
|
n0,
|
|
568
562
|
_UR,
|
|
569
563
|
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
570
|
-
() => UntagResourceInput
|
|
564
|
+
() => UntagResourceInput$,
|
|
571
565
|
() => __Unit,
|
|
572
566
|
];
|
|
573
|
-
var UpdateConfigurationDefinition = [
|
|
567
|
+
var UpdateConfigurationDefinition$ = [
|
|
574
568
|
9,
|
|
575
569
|
n0,
|
|
576
570
|
_UCD,
|
|
577
571
|
{ [_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200] },
|
|
578
|
-
() => UpdateConfigurationDefinitionInput
|
|
572
|
+
() => UpdateConfigurationDefinitionInput$,
|
|
579
573
|
() => __Unit,
|
|
580
574
|
];
|
|
581
|
-
var UpdateConfigurationManager = [
|
|
575
|
+
var UpdateConfigurationManager$ = [
|
|
582
576
|
9,
|
|
583
577
|
n0,
|
|
584
578
|
_UCM,
|
|
585
579
|
{ [_h]: ["PUT", "/configurationManager/{ManagerArn}", 200] },
|
|
586
|
-
() => UpdateConfigurationManagerInput
|
|
580
|
+
() => UpdateConfigurationManagerInput$,
|
|
587
581
|
() => __Unit,
|
|
588
582
|
];
|
|
589
|
-
var UpdateServiceSettings = [
|
|
583
|
+
var UpdateServiceSettings$ = [
|
|
590
584
|
9,
|
|
591
585
|
n0,
|
|
592
586
|
_USS,
|
|
593
587
|
{ [_h]: ["PUT", "/serviceSettings", 200] },
|
|
594
|
-
() => UpdateServiceSettingsInput
|
|
588
|
+
() => UpdateServiceSettingsInput$,
|
|
595
589
|
() => __Unit,
|
|
596
590
|
];
|
|
597
591
|
|
|
@@ -603,7 +597,7 @@ class CreateConfigurationManagerCommand extends smithyClient.Command
|
|
|
603
597
|
})
|
|
604
598
|
.s("QuickSetup", "CreateConfigurationManager", {})
|
|
605
599
|
.n("SSMQuickSetupClient", "CreateConfigurationManagerCommand")
|
|
606
|
-
.sc(CreateConfigurationManager)
|
|
600
|
+
.sc(CreateConfigurationManager$)
|
|
607
601
|
.build() {
|
|
608
602
|
}
|
|
609
603
|
|
|
@@ -615,7 +609,7 @@ class DeleteConfigurationManagerCommand extends smithyClient.Command
|
|
|
615
609
|
})
|
|
616
610
|
.s("QuickSetup", "DeleteConfigurationManager", {})
|
|
617
611
|
.n("SSMQuickSetupClient", "DeleteConfigurationManagerCommand")
|
|
618
|
-
.sc(DeleteConfigurationManager)
|
|
612
|
+
.sc(DeleteConfigurationManager$)
|
|
619
613
|
.build() {
|
|
620
614
|
}
|
|
621
615
|
|
|
@@ -627,7 +621,7 @@ class GetConfigurationCommand extends smithyClient.Command
|
|
|
627
621
|
})
|
|
628
622
|
.s("QuickSetup", "GetConfiguration", {})
|
|
629
623
|
.n("SSMQuickSetupClient", "GetConfigurationCommand")
|
|
630
|
-
.sc(GetConfiguration)
|
|
624
|
+
.sc(GetConfiguration$)
|
|
631
625
|
.build() {
|
|
632
626
|
}
|
|
633
627
|
|
|
@@ -639,7 +633,7 @@ class GetConfigurationManagerCommand extends smithyClient.Command
|
|
|
639
633
|
})
|
|
640
634
|
.s("QuickSetup", "GetConfigurationManager", {})
|
|
641
635
|
.n("SSMQuickSetupClient", "GetConfigurationManagerCommand")
|
|
642
|
-
.sc(GetConfigurationManager)
|
|
636
|
+
.sc(GetConfigurationManager$)
|
|
643
637
|
.build() {
|
|
644
638
|
}
|
|
645
639
|
|
|
@@ -651,7 +645,7 @@ class GetServiceSettingsCommand extends smithyClient.Command
|
|
|
651
645
|
})
|
|
652
646
|
.s("QuickSetup", "GetServiceSettings", {})
|
|
653
647
|
.n("SSMQuickSetupClient", "GetServiceSettingsCommand")
|
|
654
|
-
.sc(GetServiceSettings)
|
|
648
|
+
.sc(GetServiceSettings$)
|
|
655
649
|
.build() {
|
|
656
650
|
}
|
|
657
651
|
|
|
@@ -663,7 +657,7 @@ class ListConfigurationManagersCommand extends smithyClient.Command
|
|
|
663
657
|
})
|
|
664
658
|
.s("QuickSetup", "ListConfigurationManagers", {})
|
|
665
659
|
.n("SSMQuickSetupClient", "ListConfigurationManagersCommand")
|
|
666
|
-
.sc(ListConfigurationManagers)
|
|
660
|
+
.sc(ListConfigurationManagers$)
|
|
667
661
|
.build() {
|
|
668
662
|
}
|
|
669
663
|
|
|
@@ -675,7 +669,7 @@ class ListConfigurationsCommand extends smithyClient.Command
|
|
|
675
669
|
})
|
|
676
670
|
.s("QuickSetup", "ListConfigurations", {})
|
|
677
671
|
.n("SSMQuickSetupClient", "ListConfigurationsCommand")
|
|
678
|
-
.sc(ListConfigurations)
|
|
672
|
+
.sc(ListConfigurations$)
|
|
679
673
|
.build() {
|
|
680
674
|
}
|
|
681
675
|
|
|
@@ -687,7 +681,7 @@ class ListQuickSetupTypesCommand extends smithyClient.Command
|
|
|
687
681
|
})
|
|
688
682
|
.s("QuickSetup", "ListQuickSetupTypes", {})
|
|
689
683
|
.n("SSMQuickSetupClient", "ListQuickSetupTypesCommand")
|
|
690
|
-
.sc(ListQuickSetupTypes)
|
|
684
|
+
.sc(ListQuickSetupTypes$)
|
|
691
685
|
.build() {
|
|
692
686
|
}
|
|
693
687
|
|
|
@@ -699,7 +693,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
699
693
|
})
|
|
700
694
|
.s("QuickSetup", "ListTagsForResource", {})
|
|
701
695
|
.n("SSMQuickSetupClient", "ListTagsForResourceCommand")
|
|
702
|
-
.sc(ListTagsForResource)
|
|
696
|
+
.sc(ListTagsForResource$)
|
|
703
697
|
.build() {
|
|
704
698
|
}
|
|
705
699
|
|
|
@@ -711,7 +705,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
711
705
|
})
|
|
712
706
|
.s("QuickSetup", "TagResource", {})
|
|
713
707
|
.n("SSMQuickSetupClient", "TagResourceCommand")
|
|
714
|
-
.sc(TagResource)
|
|
708
|
+
.sc(TagResource$)
|
|
715
709
|
.build() {
|
|
716
710
|
}
|
|
717
711
|
|
|
@@ -723,7 +717,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
723
717
|
})
|
|
724
718
|
.s("QuickSetup", "UntagResource", {})
|
|
725
719
|
.n("SSMQuickSetupClient", "UntagResourceCommand")
|
|
726
|
-
.sc(UntagResource)
|
|
720
|
+
.sc(UntagResource$)
|
|
727
721
|
.build() {
|
|
728
722
|
}
|
|
729
723
|
|
|
@@ -735,7 +729,7 @@ class UpdateConfigurationDefinitionCommand extends smithyClient.Command
|
|
|
735
729
|
})
|
|
736
730
|
.s("QuickSetup", "UpdateConfigurationDefinition", {})
|
|
737
731
|
.n("SSMQuickSetupClient", "UpdateConfigurationDefinitionCommand")
|
|
738
|
-
.sc(UpdateConfigurationDefinition)
|
|
732
|
+
.sc(UpdateConfigurationDefinition$)
|
|
739
733
|
.build() {
|
|
740
734
|
}
|
|
741
735
|
|
|
@@ -747,7 +741,7 @@ class UpdateConfigurationManagerCommand extends smithyClient.Command
|
|
|
747
741
|
})
|
|
748
742
|
.s("QuickSetup", "UpdateConfigurationManager", {})
|
|
749
743
|
.n("SSMQuickSetupClient", "UpdateConfigurationManagerCommand")
|
|
750
|
-
.sc(UpdateConfigurationManager)
|
|
744
|
+
.sc(UpdateConfigurationManager$)
|
|
751
745
|
.build() {
|
|
752
746
|
}
|
|
753
747
|
|
|
@@ -759,7 +753,7 @@ class UpdateServiceSettingsCommand extends smithyClient.Command
|
|
|
759
753
|
})
|
|
760
754
|
.s("QuickSetup", "UpdateServiceSettings", {})
|
|
761
755
|
.n("SSMQuickSetupClient", "UpdateServiceSettingsCommand")
|
|
762
|
-
.sc(UpdateServiceSettings)
|
|
756
|
+
.sc(UpdateServiceSettings$)
|
|
763
757
|
.build() {
|
|
764
758
|
}
|
|
765
759
|
|
|
@@ -812,30 +806,81 @@ Object.defineProperty(exports, "__Client", {
|
|
|
812
806
|
enumerable: true,
|
|
813
807
|
get: function () { return smithyClient.Client; }
|
|
814
808
|
});
|
|
815
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
816
|
-
exports.
|
|
809
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
810
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
811
|
+
exports.ConfigurationDefinition$ = ConfigurationDefinition$;
|
|
812
|
+
exports.ConfigurationDefinitionInput$ = ConfigurationDefinitionInput$;
|
|
813
|
+
exports.ConfigurationDefinitionSummary$ = ConfigurationDefinitionSummary$;
|
|
814
|
+
exports.ConfigurationManagerSummary$ = ConfigurationManagerSummary$;
|
|
815
|
+
exports.ConfigurationSummary$ = ConfigurationSummary$;
|
|
816
|
+
exports.ConflictException = ConflictException;
|
|
817
|
+
exports.ConflictException$ = ConflictException$;
|
|
818
|
+
exports.CreateConfigurationManager$ = CreateConfigurationManager$;
|
|
817
819
|
exports.CreateConfigurationManagerCommand = CreateConfigurationManagerCommand;
|
|
820
|
+
exports.CreateConfigurationManagerInput$ = CreateConfigurationManagerInput$;
|
|
821
|
+
exports.CreateConfigurationManagerOutput$ = CreateConfigurationManagerOutput$;
|
|
822
|
+
exports.DeleteConfigurationManager$ = DeleteConfigurationManager$;
|
|
818
823
|
exports.DeleteConfigurationManagerCommand = DeleteConfigurationManagerCommand;
|
|
824
|
+
exports.DeleteConfigurationManagerInput$ = DeleteConfigurationManagerInput$;
|
|
825
|
+
exports.Filter$ = Filter$;
|
|
826
|
+
exports.GetConfiguration$ = GetConfiguration$;
|
|
819
827
|
exports.GetConfigurationCommand = GetConfigurationCommand;
|
|
828
|
+
exports.GetConfigurationInput$ = GetConfigurationInput$;
|
|
829
|
+
exports.GetConfigurationManager$ = GetConfigurationManager$;
|
|
820
830
|
exports.GetConfigurationManagerCommand = GetConfigurationManagerCommand;
|
|
831
|
+
exports.GetConfigurationManagerInput$ = GetConfigurationManagerInput$;
|
|
832
|
+
exports.GetConfigurationManagerOutput$ = GetConfigurationManagerOutput$;
|
|
833
|
+
exports.GetConfigurationOutput$ = GetConfigurationOutput$;
|
|
834
|
+
exports.GetServiceSettings$ = GetServiceSettings$;
|
|
821
835
|
exports.GetServiceSettingsCommand = GetServiceSettingsCommand;
|
|
822
|
-
exports.
|
|
836
|
+
exports.GetServiceSettingsOutput$ = GetServiceSettingsOutput$;
|
|
837
|
+
exports.InternalServerException = InternalServerException;
|
|
838
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
839
|
+
exports.ListConfigurationManagers$ = ListConfigurationManagers$;
|
|
823
840
|
exports.ListConfigurationManagersCommand = ListConfigurationManagersCommand;
|
|
841
|
+
exports.ListConfigurationManagersInput$ = ListConfigurationManagersInput$;
|
|
842
|
+
exports.ListConfigurationManagersOutput$ = ListConfigurationManagersOutput$;
|
|
843
|
+
exports.ListConfigurations$ = ListConfigurations$;
|
|
824
844
|
exports.ListConfigurationsCommand = ListConfigurationsCommand;
|
|
845
|
+
exports.ListConfigurationsInput$ = ListConfigurationsInput$;
|
|
846
|
+
exports.ListConfigurationsOutput$ = ListConfigurationsOutput$;
|
|
847
|
+
exports.ListQuickSetupTypes$ = ListQuickSetupTypes$;
|
|
825
848
|
exports.ListQuickSetupTypesCommand = ListQuickSetupTypesCommand;
|
|
849
|
+
exports.ListQuickSetupTypesOutput$ = ListQuickSetupTypesOutput$;
|
|
850
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
826
851
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
827
|
-
exports.
|
|
852
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
853
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
854
|
+
exports.QuickSetupTypeOutput$ = QuickSetupTypeOutput$;
|
|
855
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
856
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
828
857
|
exports.SSMQuickSetup = SSMQuickSetup;
|
|
829
858
|
exports.SSMQuickSetupClient = SSMQuickSetupClient;
|
|
830
|
-
exports.SSMQuickSetupServiceException = SSMQuickSetupServiceException
|
|
859
|
+
exports.SSMQuickSetupServiceException = SSMQuickSetupServiceException;
|
|
860
|
+
exports.SSMQuickSetupServiceException$ = SSMQuickSetupServiceException$;
|
|
861
|
+
exports.ServiceSettings$ = ServiceSettings$;
|
|
831
862
|
exports.Status = Status;
|
|
863
|
+
exports.StatusSummary$ = StatusSummary$;
|
|
832
864
|
exports.StatusType = StatusType;
|
|
865
|
+
exports.TagEntry$ = TagEntry$;
|
|
866
|
+
exports.TagResource$ = TagResource$;
|
|
833
867
|
exports.TagResourceCommand = TagResourceCommand;
|
|
834
|
-
exports.
|
|
868
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
869
|
+
exports.ThrottlingException = ThrottlingException;
|
|
870
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
871
|
+
exports.UntagResource$ = UntagResource$;
|
|
835
872
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
873
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
874
|
+
exports.UpdateConfigurationDefinition$ = UpdateConfigurationDefinition$;
|
|
836
875
|
exports.UpdateConfigurationDefinitionCommand = UpdateConfigurationDefinitionCommand;
|
|
876
|
+
exports.UpdateConfigurationDefinitionInput$ = UpdateConfigurationDefinitionInput$;
|
|
877
|
+
exports.UpdateConfigurationManager$ = UpdateConfigurationManager$;
|
|
837
878
|
exports.UpdateConfigurationManagerCommand = UpdateConfigurationManagerCommand;
|
|
879
|
+
exports.UpdateConfigurationManagerInput$ = UpdateConfigurationManagerInput$;
|
|
880
|
+
exports.UpdateServiceSettings$ = UpdateServiceSettings$;
|
|
838
881
|
exports.UpdateServiceSettingsCommand = UpdateServiceSettingsCommand;
|
|
839
|
-
exports.
|
|
882
|
+
exports.UpdateServiceSettingsInput$ = UpdateServiceSettingsInput$;
|
|
883
|
+
exports.ValidationException = ValidationException;
|
|
884
|
+
exports.ValidationException$ = ValidationException$;
|
|
840
885
|
exports.paginateListConfigurationManagers = paginateListConfigurationManagers;
|
|
841
886
|
exports.paginateListConfigurations = paginateListConfigurations;
|
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.ssmquicksetup",
|
|
32
|
+
version: "2018-05-10",
|
|
33
|
+
serviceTarget: "QuickSetup",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "SSM QuickSetup",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|