@aws-sdk/client-ssm 3.45.0 → 3.47.2
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/CHANGELOG.md +44 -0
- package/dist-cjs/endpoints.js +0 -28
- package/dist-cjs/models/models_0.js +5 -384
- package/dist-cjs/models/models_1.js +5 -348
- package/dist-cjs/models/models_2.js +1 -13
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -28
- package/dist-es/models/models_0.js +0 -252
- package/dist-es/models/models_1.js +0 -228
- package/dist-es/models/models_2.js +0 -8
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/SSMClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -378
- package/dist-types/models/models_1.d.ts +0 -342
- package/dist-types/models/models_2.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/SSMClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -252
- package/dist-types/ts3.4/models/models_1.d.ts +0 -228
- package/dist-types/ts3.4/models/models_2.d.ts +0 -8
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -177,12 +177,6 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
|
|
|
177
177
|
$fault: "server";
|
|
178
178
|
Message?: string;
|
|
179
179
|
}
|
|
180
|
-
export declare namespace InternalServerError {
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
|
-
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
185
|
-
}
|
|
186
180
|
/**
|
|
187
181
|
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
188
182
|
*/
|
|
@@ -190,12 +184,6 @@ export interface InvalidResourceId extends __SmithyException, $MetadataBearer {
|
|
|
190
184
|
name: "InvalidResourceId";
|
|
191
185
|
$fault: "client";
|
|
192
186
|
}
|
|
193
|
-
export declare namespace InvalidResourceId {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
const filterSensitiveLog: (obj: InvalidResourceId) => any;
|
|
198
|
-
}
|
|
199
187
|
/**
|
|
200
188
|
* <p>The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the
|
|
201
189
|
* instance must be a registered managed node.</p>
|
|
@@ -204,12 +192,6 @@ export interface InvalidResourceType extends __SmithyException, $MetadataBearer
|
|
|
204
192
|
name: "InvalidResourceType";
|
|
205
193
|
$fault: "client";
|
|
206
194
|
}
|
|
207
|
-
export declare namespace InvalidResourceType {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
const filterSensitiveLog: (obj: InvalidResourceType) => any;
|
|
212
|
-
}
|
|
213
195
|
/**
|
|
214
196
|
* <p>The <code>Targets</code> parameter includes too many tags. Remove one or more tags and try
|
|
215
197
|
* the command again.</p>
|
|
@@ -218,12 +200,6 @@ export interface TooManyTagsError extends __SmithyException, $MetadataBearer {
|
|
|
218
200
|
name: "TooManyTagsError";
|
|
219
201
|
$fault: "client";
|
|
220
202
|
}
|
|
221
|
-
export declare namespace TooManyTagsError {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
const filterSensitiveLog: (obj: TooManyTagsError) => any;
|
|
226
|
-
}
|
|
227
203
|
/**
|
|
228
204
|
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
229
205
|
*/
|
|
@@ -232,12 +208,6 @@ export interface TooManyUpdates extends __SmithyException, $MetadataBearer {
|
|
|
232
208
|
$fault: "client";
|
|
233
209
|
Message?: string;
|
|
234
210
|
}
|
|
235
|
-
export declare namespace TooManyUpdates {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
const filterSensitiveLog: (obj: TooManyUpdates) => any;
|
|
240
|
-
}
|
|
241
211
|
/**
|
|
242
212
|
* <p>Error returned if an attempt is made to register a patch group with a patch baseline that is
|
|
243
213
|
* already registered with a different patch baseline.</p>
|
|
@@ -247,12 +217,6 @@ export interface AlreadyExistsException extends __SmithyException, $MetadataBear
|
|
|
247
217
|
$fault: "client";
|
|
248
218
|
Message?: string;
|
|
249
219
|
}
|
|
250
|
-
export declare namespace AlreadyExistsException {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
const filterSensitiveLog: (obj: AlreadyExistsException) => any;
|
|
255
|
-
}
|
|
256
220
|
export interface AssociateOpsItemRelatedItemRequest {
|
|
257
221
|
/**
|
|
258
222
|
* <p>The ID of the OpsItem to which you want to associate a resource as a related item.</p>
|
|
@@ -306,12 +270,6 @@ export interface OpsItemInvalidParameterException extends __SmithyException, $Me
|
|
|
306
270
|
ParameterNames?: string[];
|
|
307
271
|
Message?: string;
|
|
308
272
|
}
|
|
309
|
-
export declare namespace OpsItemInvalidParameterException {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
|
-
const filterSensitiveLog: (obj: OpsItemInvalidParameterException) => any;
|
|
314
|
-
}
|
|
315
273
|
/**
|
|
316
274
|
* <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
|
|
317
275
|
* quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
|
|
@@ -324,12 +282,6 @@ export interface OpsItemLimitExceededException extends __SmithyException, $Metad
|
|
|
324
282
|
LimitType?: string;
|
|
325
283
|
Message?: string;
|
|
326
284
|
}
|
|
327
|
-
export declare namespace OpsItemLimitExceededException {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
|
-
const filterSensitiveLog: (obj: OpsItemLimitExceededException) => any;
|
|
332
|
-
}
|
|
333
285
|
/**
|
|
334
286
|
* <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
|
|
335
287
|
*/
|
|
@@ -338,12 +290,6 @@ export interface OpsItemNotFoundException extends __SmithyException, $MetadataBe
|
|
|
338
290
|
$fault: "client";
|
|
339
291
|
Message?: string;
|
|
340
292
|
}
|
|
341
|
-
export declare namespace OpsItemNotFoundException {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
|
-
const filterSensitiveLog: (obj: OpsItemNotFoundException) => any;
|
|
346
|
-
}
|
|
347
293
|
/**
|
|
348
294
|
* <p>The Amazon Resource Name (ARN) is already associated with the OpsItem.</p>
|
|
349
295
|
*/
|
|
@@ -354,12 +300,6 @@ export interface OpsItemRelatedItemAlreadyExistsException extends __SmithyExcept
|
|
|
354
300
|
ResourceUri?: string;
|
|
355
301
|
OpsItemId?: string;
|
|
356
302
|
}
|
|
357
|
-
export declare namespace OpsItemRelatedItemAlreadyExistsException {
|
|
358
|
-
/**
|
|
359
|
-
* @internal
|
|
360
|
-
*/
|
|
361
|
-
const filterSensitiveLog: (obj: OpsItemRelatedItemAlreadyExistsException) => any;
|
|
362
|
-
}
|
|
363
303
|
/**
|
|
364
304
|
* <p></p>
|
|
365
305
|
*/
|
|
@@ -399,12 +339,6 @@ export interface DuplicateInstanceId extends __SmithyException, $MetadataBearer
|
|
|
399
339
|
name: "DuplicateInstanceId";
|
|
400
340
|
$fault: "client";
|
|
401
341
|
}
|
|
402
|
-
export declare namespace DuplicateInstanceId {
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
|
-
const filterSensitiveLog: (obj: DuplicateInstanceId) => any;
|
|
407
|
-
}
|
|
408
342
|
/**
|
|
409
343
|
* <p>The specified command ID isn't valid. Verify the ID and try again.</p>
|
|
410
344
|
*/
|
|
@@ -412,12 +346,6 @@ export interface InvalidCommandId extends __SmithyException, $MetadataBearer {
|
|
|
412
346
|
name: "InvalidCommandId";
|
|
413
347
|
$fault: "client";
|
|
414
348
|
}
|
|
415
|
-
export declare namespace InvalidCommandId {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
|
-
const filterSensitiveLog: (obj: InvalidCommandId) => any;
|
|
420
|
-
}
|
|
421
349
|
/**
|
|
422
350
|
* <p>The following problems can cause this exception:</p>
|
|
423
351
|
* <ul>
|
|
@@ -443,12 +371,6 @@ export interface InvalidInstanceId extends __SmithyException, $MetadataBearer {
|
|
|
443
371
|
$fault: "client";
|
|
444
372
|
Message?: string;
|
|
445
373
|
}
|
|
446
|
-
export declare namespace InvalidInstanceId {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
|
-
const filterSensitiveLog: (obj: InvalidInstanceId) => any;
|
|
451
|
-
}
|
|
452
374
|
export interface CancelMaintenanceWindowExecutionRequest {
|
|
453
375
|
/**
|
|
454
376
|
* <p>The ID of the maintenance window execution to stop.</p>
|
|
@@ -484,12 +406,6 @@ export interface DoesNotExistException extends __SmithyException, $MetadataBeare
|
|
|
484
406
|
$fault: "client";
|
|
485
407
|
Message?: string;
|
|
486
408
|
}
|
|
487
|
-
export declare namespace DoesNotExistException {
|
|
488
|
-
/**
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
|
-
const filterSensitiveLog: (obj: DoesNotExistException) => any;
|
|
492
|
-
}
|
|
493
409
|
/**
|
|
494
410
|
* <p>Reserved for internal use.</p>
|
|
495
411
|
*/
|
|
@@ -611,12 +527,6 @@ export interface InvalidParameters extends __SmithyException, $MetadataBearer {
|
|
|
611
527
|
$fault: "client";
|
|
612
528
|
Message?: string;
|
|
613
529
|
}
|
|
614
|
-
export declare namespace InvalidParameters {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
|
-
const filterSensitiveLog: (obj: InvalidParameters) => any;
|
|
619
|
-
}
|
|
620
530
|
/**
|
|
621
531
|
* <p>The specified association already exists.</p>
|
|
622
532
|
*/
|
|
@@ -624,12 +534,6 @@ export interface AssociationAlreadyExists extends __SmithyException, $MetadataBe
|
|
|
624
534
|
name: "AssociationAlreadyExists";
|
|
625
535
|
$fault: "client";
|
|
626
536
|
}
|
|
627
|
-
export declare namespace AssociationAlreadyExists {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
|
-
const filterSensitiveLog: (obj: AssociationAlreadyExists) => any;
|
|
632
|
-
}
|
|
633
537
|
/**
|
|
634
538
|
* <p>You can have at most 2,000 active associations.</p>
|
|
635
539
|
*/
|
|
@@ -637,12 +541,6 @@ export interface AssociationLimitExceeded extends __SmithyException, $MetadataBe
|
|
|
637
541
|
name: "AssociationLimitExceeded";
|
|
638
542
|
$fault: "client";
|
|
639
543
|
}
|
|
640
|
-
export declare namespace AssociationLimitExceeded {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
|
-
const filterSensitiveLog: (obj: AssociationLimitExceeded) => any;
|
|
645
|
-
}
|
|
646
544
|
export declare enum AssociationComplianceSeverity {
|
|
647
545
|
Critical = "CRITICAL",
|
|
648
546
|
High = "HIGH",
|
|
@@ -1214,12 +1112,6 @@ export interface InvalidDocument extends __SmithyException, $MetadataBearer {
|
|
|
1214
1112
|
*/
|
|
1215
1113
|
Message?: string;
|
|
1216
1114
|
}
|
|
1217
|
-
export declare namespace InvalidDocument {
|
|
1218
|
-
/**
|
|
1219
|
-
* @internal
|
|
1220
|
-
*/
|
|
1221
|
-
const filterSensitiveLog: (obj: InvalidDocument) => any;
|
|
1222
|
-
}
|
|
1223
1115
|
/**
|
|
1224
1116
|
* <p>The document version isn't valid or doesn't exist.</p>
|
|
1225
1117
|
*/
|
|
@@ -1228,12 +1120,6 @@ export interface InvalidDocumentVersion extends __SmithyException, $MetadataBear
|
|
|
1228
1120
|
$fault: "client";
|
|
1229
1121
|
Message?: string;
|
|
1230
1122
|
}
|
|
1231
|
-
export declare namespace InvalidDocumentVersion {
|
|
1232
|
-
/**
|
|
1233
|
-
* @internal
|
|
1234
|
-
*/
|
|
1235
|
-
const filterSensitiveLog: (obj: InvalidDocumentVersion) => any;
|
|
1236
|
-
}
|
|
1237
1123
|
/**
|
|
1238
1124
|
* <p>The output location isn't valid or doesn't exist.</p>
|
|
1239
1125
|
*/
|
|
@@ -1241,12 +1127,6 @@ export interface InvalidOutputLocation extends __SmithyException, $MetadataBeare
|
|
|
1241
1127
|
name: "InvalidOutputLocation";
|
|
1242
1128
|
$fault: "client";
|
|
1243
1129
|
}
|
|
1244
|
-
export declare namespace InvalidOutputLocation {
|
|
1245
|
-
/**
|
|
1246
|
-
* @internal
|
|
1247
|
-
*/
|
|
1248
|
-
const filterSensitiveLog: (obj: InvalidOutputLocation) => any;
|
|
1249
|
-
}
|
|
1250
1130
|
/**
|
|
1251
1131
|
* <p>The schedule is invalid. Verify your cron or rate expression and try again.</p>
|
|
1252
1132
|
*/
|
|
@@ -1255,12 +1135,6 @@ export interface InvalidSchedule extends __SmithyException, $MetadataBearer {
|
|
|
1255
1135
|
$fault: "client";
|
|
1256
1136
|
Message?: string;
|
|
1257
1137
|
}
|
|
1258
|
-
export declare namespace InvalidSchedule {
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
|
-
const filterSensitiveLog: (obj: InvalidSchedule) => any;
|
|
1263
|
-
}
|
|
1264
1138
|
/**
|
|
1265
1139
|
* <p>The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might
|
|
1266
1140
|
* not have permission to perform the operation.</p>
|
|
@@ -1270,12 +1144,6 @@ export interface InvalidTarget extends __SmithyException, $MetadataBearer {
|
|
|
1270
1144
|
$fault: "client";
|
|
1271
1145
|
Message?: string;
|
|
1272
1146
|
}
|
|
1273
|
-
export declare namespace InvalidTarget {
|
|
1274
|
-
/**
|
|
1275
|
-
* @internal
|
|
1276
|
-
*/
|
|
1277
|
-
const filterSensitiveLog: (obj: InvalidTarget) => any;
|
|
1278
|
-
}
|
|
1279
1147
|
/**
|
|
1280
1148
|
* <p>The document doesn't support the platform type of the given managed node ID(s). For example, you
|
|
1281
1149
|
* sent an document for a Windows managed node to a Linux node.</p>
|
|
@@ -1285,12 +1153,6 @@ export interface UnsupportedPlatformType extends __SmithyException, $MetadataBea
|
|
|
1285
1153
|
$fault: "client";
|
|
1286
1154
|
Message?: string;
|
|
1287
1155
|
}
|
|
1288
|
-
export declare namespace UnsupportedPlatformType {
|
|
1289
|
-
/**
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
1292
|
-
const filterSensitiveLog: (obj: UnsupportedPlatformType) => any;
|
|
1293
|
-
}
|
|
1294
1156
|
/**
|
|
1295
1157
|
* <p>Describes the association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.</p>
|
|
1296
1158
|
*/
|
|
@@ -1953,12 +1815,6 @@ export interface DocumentAlreadyExists extends __SmithyException, $MetadataBeare
|
|
|
1953
1815
|
$fault: "client";
|
|
1954
1816
|
Message?: string;
|
|
1955
1817
|
}
|
|
1956
|
-
export declare namespace DocumentAlreadyExists {
|
|
1957
|
-
/**
|
|
1958
|
-
* @internal
|
|
1959
|
-
*/
|
|
1960
|
-
const filterSensitiveLog: (obj: DocumentAlreadyExists) => any;
|
|
1961
|
-
}
|
|
1962
1818
|
/**
|
|
1963
1819
|
* <p>You can have at most 500 active SSM documents.</p>
|
|
1964
1820
|
*/
|
|
@@ -1967,12 +1823,6 @@ export interface DocumentLimitExceeded extends __SmithyException, $MetadataBeare
|
|
|
1967
1823
|
$fault: "client";
|
|
1968
1824
|
Message?: string;
|
|
1969
1825
|
}
|
|
1970
|
-
export declare namespace DocumentLimitExceeded {
|
|
1971
|
-
/**
|
|
1972
|
-
* @internal
|
|
1973
|
-
*/
|
|
1974
|
-
const filterSensitiveLog: (obj: DocumentLimitExceeded) => any;
|
|
1975
|
-
}
|
|
1976
1826
|
/**
|
|
1977
1827
|
* <p>The content for the document isn't valid.</p>
|
|
1978
1828
|
*/
|
|
@@ -1984,12 +1834,6 @@ export interface InvalidDocumentContent extends __SmithyException, $MetadataBear
|
|
|
1984
1834
|
*/
|
|
1985
1835
|
Message?: string;
|
|
1986
1836
|
}
|
|
1987
|
-
export declare namespace InvalidDocumentContent {
|
|
1988
|
-
/**
|
|
1989
|
-
* @internal
|
|
1990
|
-
*/
|
|
1991
|
-
const filterSensitiveLog: (obj: InvalidDocumentContent) => any;
|
|
1992
|
-
}
|
|
1993
1837
|
/**
|
|
1994
1838
|
* <p>The version of the document schema isn't supported.</p>
|
|
1995
1839
|
*/
|
|
@@ -1998,12 +1842,6 @@ export interface InvalidDocumentSchemaVersion extends __SmithyException, $Metada
|
|
|
1998
1842
|
$fault: "client";
|
|
1999
1843
|
Message?: string;
|
|
2000
1844
|
}
|
|
2001
|
-
export declare namespace InvalidDocumentSchemaVersion {
|
|
2002
|
-
/**
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
2005
|
-
const filterSensitiveLog: (obj: InvalidDocumentSchemaVersion) => any;
|
|
2006
|
-
}
|
|
2007
1845
|
/**
|
|
2008
1846
|
* <p>The size limit of a document is 64 KB.</p>
|
|
2009
1847
|
*/
|
|
@@ -2012,12 +1850,6 @@ export interface MaxDocumentSizeExceeded extends __SmithyException, $MetadataBea
|
|
|
2012
1850
|
$fault: "client";
|
|
2013
1851
|
Message?: string;
|
|
2014
1852
|
}
|
|
2015
|
-
export declare namespace MaxDocumentSizeExceeded {
|
|
2016
|
-
/**
|
|
2017
|
-
* @internal
|
|
2018
|
-
*/
|
|
2019
|
-
const filterSensitiveLog: (obj: MaxDocumentSizeExceeded) => any;
|
|
2020
|
-
}
|
|
2021
1853
|
export interface CreateMaintenanceWindowRequest {
|
|
2022
1854
|
/**
|
|
2023
1855
|
* <p>The name of the maintenance window.</p>
|
|
@@ -2140,12 +1972,6 @@ export interface IdempotentParameterMismatch extends __SmithyException, $Metadat
|
|
|
2140
1972
|
$fault: "client";
|
|
2141
1973
|
Message?: string;
|
|
2142
1974
|
}
|
|
2143
|
-
export declare namespace IdempotentParameterMismatch {
|
|
2144
|
-
/**
|
|
2145
|
-
* @internal
|
|
2146
|
-
*/
|
|
2147
|
-
const filterSensitiveLog: (obj: IdempotentParameterMismatch) => any;
|
|
2148
|
-
}
|
|
2149
1975
|
/**
|
|
2150
1976
|
* <p>Error returned when the caller has exceeded the default resource quotas. For example, too
|
|
2151
1977
|
* many maintenance windows or patch baselines have been created.</p>
|
|
@@ -2157,12 +1983,6 @@ export interface ResourceLimitExceededException extends __SmithyException, $Meta
|
|
|
2157
1983
|
$fault: "client";
|
|
2158
1984
|
Message?: string;
|
|
2159
1985
|
}
|
|
2160
|
-
export declare namespace ResourceLimitExceededException {
|
|
2161
|
-
/**
|
|
2162
|
-
* @internal
|
|
2163
|
-
*/
|
|
2164
|
-
const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
|
|
2165
|
-
}
|
|
2166
1986
|
/**
|
|
2167
1987
|
* <p>A notification about the OpsItem.</p>
|
|
2168
1988
|
*/
|
|
@@ -2351,12 +2171,6 @@ export interface OpsItemAlreadyExistsException extends __SmithyException, $Metad
|
|
|
2351
2171
|
Message?: string;
|
|
2352
2172
|
OpsItemId?: string;
|
|
2353
2173
|
}
|
|
2354
|
-
export declare namespace OpsItemAlreadyExistsException {
|
|
2355
|
-
/**
|
|
2356
|
-
* @internal
|
|
2357
|
-
*/
|
|
2358
|
-
const filterSensitiveLog: (obj: OpsItemAlreadyExistsException) => any;
|
|
2359
|
-
}
|
|
2360
2174
|
/**
|
|
2361
2175
|
* <p>Metadata to assign to an Application Manager application.</p>
|
|
2362
2176
|
*/
|
|
@@ -2430,12 +2244,6 @@ export interface OpsMetadataAlreadyExistsException extends __SmithyException, $M
|
|
|
2430
2244
|
$fault: "client";
|
|
2431
2245
|
message?: string;
|
|
2432
2246
|
}
|
|
2433
|
-
export declare namespace OpsMetadataAlreadyExistsException {
|
|
2434
|
-
/**
|
|
2435
|
-
* @internal
|
|
2436
|
-
*/
|
|
2437
|
-
const filterSensitiveLog: (obj: OpsMetadataAlreadyExistsException) => any;
|
|
2438
|
-
}
|
|
2439
2247
|
/**
|
|
2440
2248
|
* <p>One of the arguments passed is invalid. </p>
|
|
2441
2249
|
*/
|
|
@@ -2444,12 +2252,6 @@ export interface OpsMetadataInvalidArgumentException extends __SmithyException,
|
|
|
2444
2252
|
$fault: "client";
|
|
2445
2253
|
message?: string;
|
|
2446
2254
|
}
|
|
2447
|
-
export declare namespace OpsMetadataInvalidArgumentException {
|
|
2448
|
-
/**
|
|
2449
|
-
* @internal
|
|
2450
|
-
*/
|
|
2451
|
-
const filterSensitiveLog: (obj: OpsMetadataInvalidArgumentException) => any;
|
|
2452
|
-
}
|
|
2453
2255
|
/**
|
|
2454
2256
|
* <p>Your account reached the maximum number of OpsMetadata objects allowed by Application Manager. The
|
|
2455
2257
|
* maximum is 200 OpsMetadata objects. Delete one or more OpsMetadata object and try again.</p>
|
|
@@ -2459,12 +2261,6 @@ export interface OpsMetadataLimitExceededException extends __SmithyException, $M
|
|
|
2459
2261
|
$fault: "client";
|
|
2460
2262
|
message?: string;
|
|
2461
2263
|
}
|
|
2462
|
-
export declare namespace OpsMetadataLimitExceededException {
|
|
2463
|
-
/**
|
|
2464
|
-
* @internal
|
|
2465
|
-
*/
|
|
2466
|
-
const filterSensitiveLog: (obj: OpsMetadataLimitExceededException) => any;
|
|
2467
|
-
}
|
|
2468
2264
|
/**
|
|
2469
2265
|
* <p>The system is processing too many concurrent updates. Wait a few moments and try
|
|
2470
2266
|
* again.</p>
|
|
@@ -2474,12 +2270,6 @@ export interface OpsMetadataTooManyUpdatesException extends __SmithyException, $
|
|
|
2474
2270
|
$fault: "client";
|
|
2475
2271
|
message?: string;
|
|
2476
2272
|
}
|
|
2477
|
-
export declare namespace OpsMetadataTooManyUpdatesException {
|
|
2478
|
-
/**
|
|
2479
|
-
* @internal
|
|
2480
|
-
*/
|
|
2481
|
-
const filterSensitiveLog: (obj: OpsMetadataTooManyUpdatesException) => any;
|
|
2482
|
-
}
|
|
2483
2273
|
export declare enum PatchComplianceLevel {
|
|
2484
2274
|
Critical = "CRITICAL",
|
|
2485
2275
|
High = "HIGH",
|
|
@@ -2977,12 +2767,6 @@ export interface ResourceDataSyncAlreadyExistsException extends __SmithyExceptio
|
|
|
2977
2767
|
$fault: "client";
|
|
2978
2768
|
SyncName?: string;
|
|
2979
2769
|
}
|
|
2980
|
-
export declare namespace ResourceDataSyncAlreadyExistsException {
|
|
2981
|
-
/**
|
|
2982
|
-
* @internal
|
|
2983
|
-
*/
|
|
2984
|
-
const filterSensitiveLog: (obj: ResourceDataSyncAlreadyExistsException) => any;
|
|
2985
|
-
}
|
|
2986
2770
|
/**
|
|
2987
2771
|
* <p>You have exceeded the allowed maximum sync configurations.</p>
|
|
2988
2772
|
*/
|
|
@@ -2991,12 +2775,6 @@ export interface ResourceDataSyncCountExceededException extends __SmithyExceptio
|
|
|
2991
2775
|
$fault: "client";
|
|
2992
2776
|
Message?: string;
|
|
2993
2777
|
}
|
|
2994
|
-
export declare namespace ResourceDataSyncCountExceededException {
|
|
2995
|
-
/**
|
|
2996
|
-
* @internal
|
|
2997
|
-
*/
|
|
2998
|
-
const filterSensitiveLog: (obj: ResourceDataSyncCountExceededException) => any;
|
|
2999
|
-
}
|
|
3000
2778
|
/**
|
|
3001
2779
|
* <p>The specified sync configuration is invalid.</p>
|
|
3002
2780
|
*/
|
|
@@ -3005,12 +2783,6 @@ export interface ResourceDataSyncInvalidConfigurationException extends __SmithyE
|
|
|
3005
2783
|
$fault: "client";
|
|
3006
2784
|
Message?: string;
|
|
3007
2785
|
}
|
|
3008
|
-
export declare namespace ResourceDataSyncInvalidConfigurationException {
|
|
3009
|
-
/**
|
|
3010
|
-
* @internal
|
|
3011
|
-
*/
|
|
3012
|
-
const filterSensitiveLog: (obj: ResourceDataSyncInvalidConfigurationException) => any;
|
|
3013
|
-
}
|
|
3014
2786
|
export interface DeleteActivationRequest {
|
|
3015
2787
|
/**
|
|
3016
2788
|
* <p>The ID of the activation that you want to delete.</p>
|
|
@@ -3040,12 +2812,6 @@ export interface InvalidActivation extends __SmithyException, $MetadataBearer {
|
|
|
3040
2812
|
$fault: "client";
|
|
3041
2813
|
Message?: string;
|
|
3042
2814
|
}
|
|
3043
|
-
export declare namespace InvalidActivation {
|
|
3044
|
-
/**
|
|
3045
|
-
* @internal
|
|
3046
|
-
*/
|
|
3047
|
-
const filterSensitiveLog: (obj: InvalidActivation) => any;
|
|
3048
|
-
}
|
|
3049
2815
|
/**
|
|
3050
2816
|
* <p>The activation ID isn't valid. Verify the you entered the correct ActivationId or
|
|
3051
2817
|
* ActivationCode and try again.</p>
|
|
@@ -3055,12 +2821,6 @@ export interface InvalidActivationId extends __SmithyException, $MetadataBearer
|
|
|
3055
2821
|
$fault: "client";
|
|
3056
2822
|
Message?: string;
|
|
3057
2823
|
}
|
|
3058
|
-
export declare namespace InvalidActivationId {
|
|
3059
|
-
/**
|
|
3060
|
-
* @internal
|
|
3061
|
-
*/
|
|
3062
|
-
const filterSensitiveLog: (obj: InvalidActivationId) => any;
|
|
3063
|
-
}
|
|
3064
2824
|
/**
|
|
3065
2825
|
* <p>The specified association doesn't exist.</p>
|
|
3066
2826
|
*/
|
|
@@ -3069,12 +2829,6 @@ export interface AssociationDoesNotExist extends __SmithyException, $MetadataBea
|
|
|
3069
2829
|
$fault: "client";
|
|
3070
2830
|
Message?: string;
|
|
3071
2831
|
}
|
|
3072
|
-
export declare namespace AssociationDoesNotExist {
|
|
3073
|
-
/**
|
|
3074
|
-
* @internal
|
|
3075
|
-
*/
|
|
3076
|
-
const filterSensitiveLog: (obj: AssociationDoesNotExist) => any;
|
|
3077
|
-
}
|
|
3078
2832
|
export interface DeleteAssociationRequest {
|
|
3079
2833
|
/**
|
|
3080
2834
|
* <p>The name of the SSM document.</p>
|
|
@@ -3121,12 +2875,6 @@ export interface AssociatedInstances extends __SmithyException, $MetadataBearer
|
|
|
3121
2875
|
name: "AssociatedInstances";
|
|
3122
2876
|
$fault: "client";
|
|
3123
2877
|
}
|
|
3124
|
-
export declare namespace AssociatedInstances {
|
|
3125
|
-
/**
|
|
3126
|
-
* @internal
|
|
3127
|
-
*/
|
|
3128
|
-
const filterSensitiveLog: (obj: AssociatedInstances) => any;
|
|
3129
|
-
}
|
|
3130
2878
|
export interface DeleteDocumentRequest {
|
|
3131
2879
|
/**
|
|
3132
2880
|
* <p>The name of the document.</p>
|
|
@@ -3173,12 +2921,6 @@ export interface InvalidDocumentOperation extends __SmithyException, $MetadataBe
|
|
|
3173
2921
|
$fault: "client";
|
|
3174
2922
|
Message?: string;
|
|
3175
2923
|
}
|
|
3176
|
-
export declare namespace InvalidDocumentOperation {
|
|
3177
|
-
/**
|
|
3178
|
-
* @internal
|
|
3179
|
-
*/
|
|
3180
|
-
const filterSensitiveLog: (obj: InvalidDocumentOperation) => any;
|
|
3181
|
-
}
|
|
3182
2924
|
export declare enum InventorySchemaDeleteOption {
|
|
3183
2925
|
DELETE_SCHEMA = "DeleteSchema",
|
|
3184
2926
|
DISABLE_SCHEMA = "DisableSchema"
|
|
@@ -3296,12 +3038,6 @@ export interface InvalidDeleteInventoryParametersException extends __SmithyExcep
|
|
|
3296
3038
|
$fault: "client";
|
|
3297
3039
|
Message?: string;
|
|
3298
3040
|
}
|
|
3299
|
-
export declare namespace InvalidDeleteInventoryParametersException {
|
|
3300
|
-
/**
|
|
3301
|
-
* @internal
|
|
3302
|
-
*/
|
|
3303
|
-
const filterSensitiveLog: (obj: InvalidDeleteInventoryParametersException) => any;
|
|
3304
|
-
}
|
|
3305
3041
|
/**
|
|
3306
3042
|
* <p>The request isn't valid.</p>
|
|
3307
3043
|
*/
|
|
@@ -3310,12 +3046,6 @@ export interface InvalidInventoryRequestException extends __SmithyException, $Me
|
|
|
3310
3046
|
$fault: "client";
|
|
3311
3047
|
Message?: string;
|
|
3312
3048
|
}
|
|
3313
|
-
export declare namespace InvalidInventoryRequestException {
|
|
3314
|
-
/**
|
|
3315
|
-
* @internal
|
|
3316
|
-
*/
|
|
3317
|
-
const filterSensitiveLog: (obj: InvalidInventoryRequestException) => any;
|
|
3318
|
-
}
|
|
3319
3049
|
/**
|
|
3320
3050
|
* <p>The delete inventory option specified isn't valid. Verify the option and try again.</p>
|
|
3321
3051
|
*/
|
|
@@ -3324,12 +3054,6 @@ export interface InvalidOptionException extends __SmithyException, $MetadataBear
|
|
|
3324
3054
|
$fault: "client";
|
|
3325
3055
|
Message?: string;
|
|
3326
3056
|
}
|
|
3327
|
-
export declare namespace InvalidOptionException {
|
|
3328
|
-
/**
|
|
3329
|
-
* @internal
|
|
3330
|
-
*/
|
|
3331
|
-
const filterSensitiveLog: (obj: InvalidOptionException) => any;
|
|
3332
|
-
}
|
|
3333
3057
|
/**
|
|
3334
3058
|
* <p>The parameter type name isn't valid.</p>
|
|
3335
3059
|
*/
|
|
@@ -3338,12 +3062,6 @@ export interface InvalidTypeNameException extends __SmithyException, $MetadataBe
|
|
|
3338
3062
|
$fault: "client";
|
|
3339
3063
|
Message?: string;
|
|
3340
3064
|
}
|
|
3341
|
-
export declare namespace InvalidTypeNameException {
|
|
3342
|
-
/**
|
|
3343
|
-
* @internal
|
|
3344
|
-
*/
|
|
3345
|
-
const filterSensitiveLog: (obj: InvalidTypeNameException) => any;
|
|
3346
|
-
}
|
|
3347
3065
|
export interface DeleteMaintenanceWindowRequest {
|
|
3348
3066
|
/**
|
|
3349
3067
|
* <p>The ID of the maintenance window to delete.</p>
|
|
@@ -3396,12 +3114,6 @@ export interface OpsMetadataNotFoundException extends __SmithyException, $Metada
|
|
|
3396
3114
|
$fault: "client";
|
|
3397
3115
|
message?: string;
|
|
3398
3116
|
}
|
|
3399
|
-
export declare namespace OpsMetadataNotFoundException {
|
|
3400
|
-
/**
|
|
3401
|
-
* @internal
|
|
3402
|
-
*/
|
|
3403
|
-
const filterSensitiveLog: (obj: OpsMetadataNotFoundException) => any;
|
|
3404
|
-
}
|
|
3405
3117
|
export interface DeleteParameterRequest {
|
|
3406
3118
|
/**
|
|
3407
3119
|
* <p>The name of the parameter to delete.</p>
|
|
@@ -3430,12 +3142,6 @@ export interface ParameterNotFound extends __SmithyException, $MetadataBearer {
|
|
|
3430
3142
|
$fault: "client";
|
|
3431
3143
|
message?: string;
|
|
3432
3144
|
}
|
|
3433
|
-
export declare namespace ParameterNotFound {
|
|
3434
|
-
/**
|
|
3435
|
-
* @internal
|
|
3436
|
-
*/
|
|
3437
|
-
const filterSensitiveLog: (obj: ParameterNotFound) => any;
|
|
3438
|
-
}
|
|
3439
3145
|
export interface DeleteParametersRequest {
|
|
3440
3146
|
/**
|
|
3441
3147
|
* <p>The names of the parameters to delete. After deleting a parameter, wait for at least 30
|
|
@@ -3498,12 +3204,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
|
|
|
3498
3204
|
$fault: "client";
|
|
3499
3205
|
Message?: string;
|
|
3500
3206
|
}
|
|
3501
|
-
export declare namespace ResourceInUseException {
|
|
3502
|
-
/**
|
|
3503
|
-
* @internal
|
|
3504
|
-
*/
|
|
3505
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
3506
|
-
}
|
|
3507
3207
|
export interface DeleteResourceDataSyncRequest {
|
|
3508
3208
|
/**
|
|
3509
3209
|
* <p>The name of the configuration to delete.</p>
|
|
@@ -3538,12 +3238,6 @@ export interface ResourceDataSyncNotFoundException extends __SmithyException, $M
|
|
|
3538
3238
|
SyncType?: string;
|
|
3539
3239
|
Message?: string;
|
|
3540
3240
|
}
|
|
3541
|
-
export declare namespace ResourceDataSyncNotFoundException {
|
|
3542
|
-
/**
|
|
3543
|
-
* @internal
|
|
3544
|
-
*/
|
|
3545
|
-
const filterSensitiveLog: (obj: ResourceDataSyncNotFoundException) => any;
|
|
3546
|
-
}
|
|
3547
3241
|
export interface DeregisterManagedInstanceRequest {
|
|
3548
3242
|
/**
|
|
3549
3243
|
* <p>The ID assigned to the managed node when you registered it using the activation process.
|
|
@@ -3644,12 +3338,6 @@ export interface TargetInUseException extends __SmithyException, $MetadataBearer
|
|
|
3644
3338
|
$fault: "client";
|
|
3645
3339
|
Message?: string;
|
|
3646
3340
|
}
|
|
3647
|
-
export declare namespace TargetInUseException {
|
|
3648
|
-
/**
|
|
3649
|
-
* @internal
|
|
3650
|
-
*/
|
|
3651
|
-
const filterSensitiveLog: (obj: TargetInUseException) => any;
|
|
3652
|
-
}
|
|
3653
3341
|
export interface DeregisterTaskFromMaintenanceWindowRequest {
|
|
3654
3342
|
/**
|
|
3655
3343
|
* <p>The ID of the maintenance window the task should be removed from.</p>
|
|
@@ -3752,12 +3440,6 @@ export interface InvalidFilter extends __SmithyException, $MetadataBearer {
|
|
|
3752
3440
|
$fault: "client";
|
|
3753
3441
|
Message?: string;
|
|
3754
3442
|
}
|
|
3755
|
-
export declare namespace InvalidFilter {
|
|
3756
|
-
/**
|
|
3757
|
-
* @internal
|
|
3758
|
-
*/
|
|
3759
|
-
const filterSensitiveLog: (obj: InvalidFilter) => any;
|
|
3760
|
-
}
|
|
3761
3443
|
/**
|
|
3762
3444
|
* <p>The specified token isn't valid.</p>
|
|
3763
3445
|
*/
|
|
@@ -3766,12 +3448,6 @@ export interface InvalidNextToken extends __SmithyException, $MetadataBearer {
|
|
|
3766
3448
|
$fault: "client";
|
|
3767
3449
|
Message?: string;
|
|
3768
3450
|
}
|
|
3769
|
-
export declare namespace InvalidNextToken {
|
|
3770
|
-
/**
|
|
3771
|
-
* @internal
|
|
3772
|
-
*/
|
|
3773
|
-
const filterSensitiveLog: (obj: InvalidNextToken) => any;
|
|
3774
|
-
}
|
|
3775
3451
|
export interface DescribeAssociationRequest {
|
|
3776
3452
|
/**
|
|
3777
3453
|
* <p>The name of the SSM document.</p>
|
|
@@ -3821,12 +3497,6 @@ export interface InvalidAssociationVersion extends __SmithyException, $MetadataB
|
|
|
3821
3497
|
$fault: "client";
|
|
3822
3498
|
Message?: string;
|
|
3823
3499
|
}
|
|
3824
|
-
export declare namespace InvalidAssociationVersion {
|
|
3825
|
-
/**
|
|
3826
|
-
* @internal
|
|
3827
|
-
*/
|
|
3828
|
-
const filterSensitiveLog: (obj: InvalidAssociationVersion) => any;
|
|
3829
|
-
}
|
|
3830
3500
|
export declare enum AssociationExecutionFilterKey {
|
|
3831
3501
|
CreatedTime = "CreatedTime",
|
|
3832
3502
|
ExecutionId = "ExecutionId",
|
|
@@ -3956,12 +3626,6 @@ export interface AssociationExecutionDoesNotExist extends __SmithyException, $Me
|
|
|
3956
3626
|
$fault: "client";
|
|
3957
3627
|
Message?: string;
|
|
3958
3628
|
}
|
|
3959
|
-
export declare namespace AssociationExecutionDoesNotExist {
|
|
3960
|
-
/**
|
|
3961
|
-
* @internal
|
|
3962
|
-
*/
|
|
3963
|
-
const filterSensitiveLog: (obj: AssociationExecutionDoesNotExist) => any;
|
|
3964
|
-
}
|
|
3965
3629
|
export declare enum AssociationExecutionTargetsFilterKey {
|
|
3966
3630
|
ResourceId = "ResourceId",
|
|
3967
3631
|
ResourceType = "ResourceType",
|
|
@@ -4428,12 +4092,6 @@ export interface InvalidFilterKey extends __SmithyException, $MetadataBearer {
|
|
|
4428
4092
|
name: "InvalidFilterKey";
|
|
4429
4093
|
$fault: "client";
|
|
4430
4094
|
}
|
|
4431
|
-
export declare namespace InvalidFilterKey {
|
|
4432
|
-
/**
|
|
4433
|
-
* @internal
|
|
4434
|
-
*/
|
|
4435
|
-
const filterSensitiveLog: (obj: InvalidFilterKey) => any;
|
|
4436
|
-
}
|
|
4437
4095
|
/**
|
|
4438
4096
|
* <p>The filter value isn't valid. Verify the value and try again.</p>
|
|
4439
4097
|
*/
|
|
@@ -4442,12 +4100,6 @@ export interface InvalidFilterValue extends __SmithyException, $MetadataBearer {
|
|
|
4442
4100
|
$fault: "client";
|
|
4443
4101
|
Message?: string;
|
|
4444
4102
|
}
|
|
4445
|
-
export declare namespace InvalidFilterValue {
|
|
4446
|
-
/**
|
|
4447
|
-
* @internal
|
|
4448
|
-
*/
|
|
4449
|
-
const filterSensitiveLog: (obj: InvalidFilterValue) => any;
|
|
4450
|
-
}
|
|
4451
4103
|
/**
|
|
4452
4104
|
* <p>There is no automation execution information for the requested automation execution
|
|
4453
4105
|
* ID.</p>
|
|
@@ -4457,12 +4109,6 @@ export interface AutomationExecutionNotFoundException extends __SmithyException,
|
|
|
4457
4109
|
$fault: "client";
|
|
4458
4110
|
Message?: string;
|
|
4459
4111
|
}
|
|
4460
|
-
export declare namespace AutomationExecutionNotFoundException {
|
|
4461
|
-
/**
|
|
4462
|
-
* @internal
|
|
4463
|
-
*/
|
|
4464
|
-
const filterSensitiveLog: (obj: AutomationExecutionNotFoundException) => any;
|
|
4465
|
-
}
|
|
4466
4112
|
export declare enum StepExecutionFilterKey {
|
|
4467
4113
|
ACTION = "Action",
|
|
4468
4114
|
START_TIME_AFTER = "StartTimeAfter",
|
|
@@ -5165,12 +4811,6 @@ export interface InvalidPermissionType extends __SmithyException, $MetadataBeare
|
|
|
5165
4811
|
$fault: "client";
|
|
5166
4812
|
Message?: string;
|
|
5167
4813
|
}
|
|
5168
|
-
export declare namespace InvalidPermissionType {
|
|
5169
|
-
/**
|
|
5170
|
-
* @internal
|
|
5171
|
-
*/
|
|
5172
|
-
const filterSensitiveLog: (obj: InvalidPermissionType) => any;
|
|
5173
|
-
}
|
|
5174
4814
|
export interface DescribeEffectiveInstanceAssociationsRequest {
|
|
5175
4815
|
/**
|
|
5176
4816
|
* <p>The managed node ID for which you want to view all associations.</p>
|
|
@@ -5340,12 +4980,6 @@ export interface UnsupportedOperatingSystem extends __SmithyException, $Metadata
|
|
|
5340
4980
|
$fault: "client";
|
|
5341
4981
|
Message?: string;
|
|
5342
4982
|
}
|
|
5343
|
-
export declare namespace UnsupportedOperatingSystem {
|
|
5344
|
-
/**
|
|
5345
|
-
* @internal
|
|
5346
|
-
*/
|
|
5347
|
-
const filterSensitiveLog: (obj: UnsupportedOperatingSystem) => any;
|
|
5348
|
-
}
|
|
5349
4983
|
export interface DescribeInstanceAssociationsStatusRequest {
|
|
5350
4984
|
/**
|
|
5351
4985
|
* <p>The managed node IDs for which you want association status information.</p>
|
|
@@ -5747,12 +5381,6 @@ export interface InvalidInstanceInformationFilterValue extends __SmithyException
|
|
|
5747
5381
|
$fault: "client";
|
|
5748
5382
|
message?: string;
|
|
5749
5383
|
}
|
|
5750
|
-
export declare namespace InvalidInstanceInformationFilterValue {
|
|
5751
|
-
/**
|
|
5752
|
-
* @internal
|
|
5753
|
-
*/
|
|
5754
|
-
const filterSensitiveLog: (obj: InvalidInstanceInformationFilterValue) => any;
|
|
5755
|
-
}
|
|
5756
5384
|
export interface DescribeInstancePatchesRequest {
|
|
5757
5385
|
/**
|
|
5758
5386
|
* <p>The ID of the managed node whose patch state information should be retrieved.</p>
|
|
@@ -6358,12 +5986,6 @@ export interface InvalidDeletionIdException extends __SmithyException, $Metadata
|
|
|
6358
5986
|
$fault: "client";
|
|
6359
5987
|
Message?: string;
|
|
6360
5988
|
}
|
|
6361
|
-
export declare namespace InvalidDeletionIdException {
|
|
6362
|
-
/**
|
|
6363
|
-
* @internal
|
|
6364
|
-
*/
|
|
6365
|
-
const filterSensitiveLog: (obj: InvalidDeletionIdException) => any;
|
|
6366
|
-
}
|
|
6367
5989
|
/**
|
|
6368
5990
|
* <p>Filter used in the request. Supported filter keys depend on the API operation that includes
|
|
6369
5991
|
* the filter. API operations that use <code>MaintenanceWindowFilter></code> include the
|