@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
|
@@ -93,12 +93,6 @@ export interface InvalidFilterOption extends __SmithyException, $MetadataBearer
|
|
|
93
93
|
*/
|
|
94
94
|
message?: string;
|
|
95
95
|
}
|
|
96
|
-
export declare namespace InvalidFilterOption {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
const filterSensitiveLog: (obj: InvalidFilterOption) => any;
|
|
101
|
-
}
|
|
102
96
|
export interface DescribePatchBaselinesRequest {
|
|
103
97
|
/**
|
|
104
98
|
* <p>Each element in the array is a structure containing a key-value pair.</p>
|
|
@@ -675,12 +669,6 @@ export interface OpsItemRelatedItemAssociationNotFoundException extends __Smithy
|
|
|
675
669
|
$fault: "client";
|
|
676
670
|
Message?: string;
|
|
677
671
|
}
|
|
678
|
-
export declare namespace OpsItemRelatedItemAssociationNotFoundException {
|
|
679
|
-
/**
|
|
680
|
-
* @internal
|
|
681
|
-
*/
|
|
682
|
-
const filterSensitiveLog: (obj: OpsItemRelatedItemAssociationNotFoundException) => any;
|
|
683
|
-
}
|
|
684
672
|
export interface GetAutomationExecutionRequest {
|
|
685
673
|
/**
|
|
686
674
|
* <p>The unique identifier for an existing automation execution to examine. The execution ID is
|
|
@@ -954,12 +942,6 @@ export interface InvalidDocumentType extends __SmithyException, $MetadataBearer
|
|
|
954
942
|
$fault: "client";
|
|
955
943
|
Message?: string;
|
|
956
944
|
}
|
|
957
|
-
export declare namespace InvalidDocumentType {
|
|
958
|
-
/**
|
|
959
|
-
* @internal
|
|
960
|
-
*/
|
|
961
|
-
const filterSensitiveLog: (obj: InvalidDocumentType) => any;
|
|
962
|
-
}
|
|
963
945
|
/**
|
|
964
946
|
* <p>The calendar entry contained in the specified SSM document isn't supported.</p>
|
|
965
947
|
*/
|
|
@@ -968,12 +950,6 @@ export interface UnsupportedCalendarException extends __SmithyException, $Metada
|
|
|
968
950
|
$fault: "client";
|
|
969
951
|
Message?: string;
|
|
970
952
|
}
|
|
971
|
-
export declare namespace UnsupportedCalendarException {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
const filterSensitiveLog: (obj: UnsupportedCalendarException) => any;
|
|
976
|
-
}
|
|
977
953
|
export interface GetCommandInvocationRequest {
|
|
978
954
|
/**
|
|
979
955
|
* <p>(Required) The parent command ID of the invocation plugin.</p>
|
|
@@ -1197,12 +1173,6 @@ export interface InvalidPluginName extends __SmithyException, $MetadataBearer {
|
|
|
1197
1173
|
name: "InvalidPluginName";
|
|
1198
1174
|
$fault: "client";
|
|
1199
1175
|
}
|
|
1200
|
-
export declare namespace InvalidPluginName {
|
|
1201
|
-
/**
|
|
1202
|
-
* @internal
|
|
1203
|
-
*/
|
|
1204
|
-
const filterSensitiveLog: (obj: InvalidPluginName) => any;
|
|
1205
|
-
}
|
|
1206
1176
|
/**
|
|
1207
1177
|
* <p>The command ID and managed node ID you specified didn't match any invocations. Verify the
|
|
1208
1178
|
* command ID and the managed node ID and try again. </p>
|
|
@@ -1211,12 +1181,6 @@ export interface InvocationDoesNotExist extends __SmithyException, $MetadataBear
|
|
|
1211
1181
|
name: "InvocationDoesNotExist";
|
|
1212
1182
|
$fault: "client";
|
|
1213
1183
|
}
|
|
1214
|
-
export declare namespace InvocationDoesNotExist {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
const filterSensitiveLog: (obj: InvocationDoesNotExist) => any;
|
|
1219
|
-
}
|
|
1220
1184
|
export interface GetConnectionStatusRequest {
|
|
1221
1185
|
/**
|
|
1222
1186
|
* <p>The managed node ID.</p>
|
|
@@ -1394,12 +1358,6 @@ export interface UnsupportedFeatureRequiredException extends __SmithyException,
|
|
|
1394
1358
|
$fault: "client";
|
|
1395
1359
|
Message?: string;
|
|
1396
1360
|
}
|
|
1397
|
-
export declare namespace UnsupportedFeatureRequiredException {
|
|
1398
|
-
/**
|
|
1399
|
-
* @internal
|
|
1400
|
-
*/
|
|
1401
|
-
const filterSensitiveLog: (obj: UnsupportedFeatureRequiredException) => any;
|
|
1402
|
-
}
|
|
1403
1361
|
export interface GetDocumentRequest {
|
|
1404
1362
|
/**
|
|
1405
1363
|
* <p>The name of the SSM document.</p>
|
|
@@ -1695,12 +1653,6 @@ export interface InvalidAggregatorException extends __SmithyException, $Metadata
|
|
|
1695
1653
|
$fault: "client";
|
|
1696
1654
|
Message?: string;
|
|
1697
1655
|
}
|
|
1698
|
-
export declare namespace InvalidAggregatorException {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
|
-
const filterSensitiveLog: (obj: InvalidAggregatorException) => any;
|
|
1703
|
-
}
|
|
1704
1656
|
/**
|
|
1705
1657
|
* <p>The specified inventory group isn't valid.</p>
|
|
1706
1658
|
*/
|
|
@@ -1709,12 +1661,6 @@ export interface InvalidInventoryGroupException extends __SmithyException, $Meta
|
|
|
1709
1661
|
$fault: "client";
|
|
1710
1662
|
Message?: string;
|
|
1711
1663
|
}
|
|
1712
|
-
export declare namespace InvalidInventoryGroupException {
|
|
1713
|
-
/**
|
|
1714
|
-
* @internal
|
|
1715
|
-
*/
|
|
1716
|
-
const filterSensitiveLog: (obj: InvalidInventoryGroupException) => any;
|
|
1717
|
-
}
|
|
1718
1664
|
/**
|
|
1719
1665
|
* <p>The specified inventory item result attribute isn't valid.</p>
|
|
1720
1666
|
*/
|
|
@@ -1723,12 +1669,6 @@ export interface InvalidResultAttributeException extends __SmithyException, $Met
|
|
|
1723
1669
|
$fault: "client";
|
|
1724
1670
|
Message?: string;
|
|
1725
1671
|
}
|
|
1726
|
-
export declare namespace InvalidResultAttributeException {
|
|
1727
|
-
/**
|
|
1728
|
-
* @internal
|
|
1729
|
-
*/
|
|
1730
|
-
const filterSensitiveLog: (obj: InvalidResultAttributeException) => any;
|
|
1731
|
-
}
|
|
1732
1672
|
export interface GetInventorySchemaRequest {
|
|
1733
1673
|
/**
|
|
1734
1674
|
* <p>The type of inventory item to return.</p>
|
|
@@ -2955,12 +2895,6 @@ export interface InvalidKeyId extends __SmithyException, $MetadataBearer {
|
|
|
2955
2895
|
$fault: "client";
|
|
2956
2896
|
message?: string;
|
|
2957
2897
|
}
|
|
2958
|
-
export declare namespace InvalidKeyId {
|
|
2959
|
-
/**
|
|
2960
|
-
* @internal
|
|
2961
|
-
*/
|
|
2962
|
-
const filterSensitiveLog: (obj: InvalidKeyId) => any;
|
|
2963
|
-
}
|
|
2964
2898
|
/**
|
|
2965
2899
|
* <p>The specified parameter version wasn't found. Verify the parameter name and version, and try
|
|
2966
2900
|
* again.</p>
|
|
@@ -2970,12 +2904,6 @@ export interface ParameterVersionNotFound extends __SmithyException, $MetadataBe
|
|
|
2970
2904
|
$fault: "client";
|
|
2971
2905
|
message?: string;
|
|
2972
2906
|
}
|
|
2973
|
-
export declare namespace ParameterVersionNotFound {
|
|
2974
|
-
/**
|
|
2975
|
-
* @internal
|
|
2976
|
-
*/
|
|
2977
|
-
const filterSensitiveLog: (obj: ParameterVersionNotFound) => any;
|
|
2978
|
-
}
|
|
2979
2907
|
export interface GetParameterHistoryRequest {
|
|
2980
2908
|
/**
|
|
2981
2909
|
* <p>The name of the parameter for which you want to review history.</p>
|
|
@@ -3456,12 +3384,6 @@ export interface ServiceSettingNotFound extends __SmithyException, $MetadataBear
|
|
|
3456
3384
|
$fault: "client";
|
|
3457
3385
|
Message?: string;
|
|
3458
3386
|
}
|
|
3459
|
-
export declare namespace ServiceSettingNotFound {
|
|
3460
|
-
/**
|
|
3461
|
-
* @internal
|
|
3462
|
-
*/
|
|
3463
|
-
const filterSensitiveLog: (obj: ServiceSettingNotFound) => any;
|
|
3464
|
-
}
|
|
3465
3387
|
export interface LabelParameterVersionRequest {
|
|
3466
3388
|
/**
|
|
3467
3389
|
* <p>The parameter name on which you want to attach one or more labels.</p>
|
|
@@ -3509,12 +3431,6 @@ export interface ParameterVersionLabelLimitExceeded extends __SmithyException, $
|
|
|
3509
3431
|
$fault: "client";
|
|
3510
3432
|
message?: string;
|
|
3511
3433
|
}
|
|
3512
|
-
export declare namespace ParameterVersionLabelLimitExceeded {
|
|
3513
|
-
/**
|
|
3514
|
-
* @internal
|
|
3515
|
-
*/
|
|
3516
|
-
const filterSensitiveLog: (obj: ParameterVersionLabelLimitExceeded) => any;
|
|
3517
|
-
}
|
|
3518
3434
|
export declare enum AssociationFilterKey {
|
|
3519
3435
|
AssociationId = "AssociationId",
|
|
3520
3436
|
AssociationName = "AssociationName",
|
|
@@ -6133,12 +6049,6 @@ export interface DocumentPermissionLimit extends __SmithyException, $MetadataBea
|
|
|
6133
6049
|
$fault: "client";
|
|
6134
6050
|
Message?: string;
|
|
6135
6051
|
}
|
|
6136
|
-
export declare namespace DocumentPermissionLimit {
|
|
6137
|
-
/**
|
|
6138
|
-
* @internal
|
|
6139
|
-
*/
|
|
6140
|
-
const filterSensitiveLog: (obj: DocumentPermissionLimit) => any;
|
|
6141
|
-
}
|
|
6142
6052
|
export interface ModifyDocumentPermissionRequest {
|
|
6143
6053
|
/**
|
|
6144
6054
|
* <p>The name of the document that you want to share.</p>
|
|
@@ -6190,12 +6100,6 @@ export interface ComplianceTypeCountLimitExceededException extends __SmithyExcep
|
|
|
6190
6100
|
$fault: "client";
|
|
6191
6101
|
Message?: string;
|
|
6192
6102
|
}
|
|
6193
|
-
export declare namespace ComplianceTypeCountLimitExceededException {
|
|
6194
|
-
/**
|
|
6195
|
-
* @internal
|
|
6196
|
-
*/
|
|
6197
|
-
const filterSensitiveLog: (obj: ComplianceTypeCountLimitExceededException) => any;
|
|
6198
|
-
}
|
|
6199
6103
|
/**
|
|
6200
6104
|
* <p>One or more content items isn't valid.</p>
|
|
6201
6105
|
*/
|
|
@@ -6205,12 +6109,6 @@ export interface InvalidItemContentException extends __SmithyException, $Metadat
|
|
|
6205
6109
|
TypeName?: string;
|
|
6206
6110
|
Message?: string;
|
|
6207
6111
|
}
|
|
6208
|
-
export declare namespace InvalidItemContentException {
|
|
6209
|
-
/**
|
|
6210
|
-
* @internal
|
|
6211
|
-
*/
|
|
6212
|
-
const filterSensitiveLog: (obj: InvalidItemContentException) => any;
|
|
6213
|
-
}
|
|
6214
6112
|
/**
|
|
6215
6113
|
* <p>The inventory item size has exceeded the size limit.</p>
|
|
6216
6114
|
*/
|
|
@@ -6220,12 +6118,6 @@ export interface ItemSizeLimitExceededException extends __SmithyException, $Meta
|
|
|
6220
6118
|
TypeName?: string;
|
|
6221
6119
|
Message?: string;
|
|
6222
6120
|
}
|
|
6223
|
-
export declare namespace ItemSizeLimitExceededException {
|
|
6224
|
-
/**
|
|
6225
|
-
* @internal
|
|
6226
|
-
*/
|
|
6227
|
-
const filterSensitiveLog: (obj: ItemSizeLimitExceededException) => any;
|
|
6228
|
-
}
|
|
6229
6121
|
/**
|
|
6230
6122
|
* <p>Information about a compliance item.</p>
|
|
6231
6123
|
*/
|
|
@@ -6336,12 +6228,6 @@ export interface TotalSizeLimitExceededException extends __SmithyException, $Met
|
|
|
6336
6228
|
$fault: "client";
|
|
6337
6229
|
Message?: string;
|
|
6338
6230
|
}
|
|
6339
|
-
export declare namespace TotalSizeLimitExceededException {
|
|
6340
|
-
/**
|
|
6341
|
-
* @internal
|
|
6342
|
-
*/
|
|
6343
|
-
const filterSensitiveLog: (obj: TotalSizeLimitExceededException) => any;
|
|
6344
|
-
}
|
|
6345
6231
|
/**
|
|
6346
6232
|
* <p>You have exceeded the limit for custom schemas. Delete one or more custom schemas and try
|
|
6347
6233
|
* again.</p>
|
|
@@ -6351,12 +6237,6 @@ export interface CustomSchemaCountLimitExceededException extends __SmithyExcepti
|
|
|
6351
6237
|
$fault: "client";
|
|
6352
6238
|
Message?: string;
|
|
6353
6239
|
}
|
|
6354
|
-
export declare namespace CustomSchemaCountLimitExceededException {
|
|
6355
|
-
/**
|
|
6356
|
-
* @internal
|
|
6357
|
-
*/
|
|
6358
|
-
const filterSensitiveLog: (obj: CustomSchemaCountLimitExceededException) => any;
|
|
6359
|
-
}
|
|
6360
6240
|
/**
|
|
6361
6241
|
* <p>You specified invalid keys or values in the <code>Context</code> attribute for
|
|
6362
6242
|
* <code>InventoryItem</code>. Verify the keys and values, and try again.</p>
|
|
@@ -6366,12 +6246,6 @@ export interface InvalidInventoryItemContextException extends __SmithyException,
|
|
|
6366
6246
|
$fault: "client";
|
|
6367
6247
|
Message?: string;
|
|
6368
6248
|
}
|
|
6369
|
-
export declare namespace InvalidInventoryItemContextException {
|
|
6370
|
-
/**
|
|
6371
|
-
* @internal
|
|
6372
|
-
*/
|
|
6373
|
-
const filterSensitiveLog: (obj: InvalidInventoryItemContextException) => any;
|
|
6374
|
-
}
|
|
6375
6249
|
/**
|
|
6376
6250
|
* <p>The inventory item has invalid content. </p>
|
|
6377
6251
|
*/
|
|
@@ -6381,12 +6255,6 @@ export interface ItemContentMismatchException extends __SmithyException, $Metada
|
|
|
6381
6255
|
TypeName?: string;
|
|
6382
6256
|
Message?: string;
|
|
6383
6257
|
}
|
|
6384
|
-
export declare namespace ItemContentMismatchException {
|
|
6385
|
-
/**
|
|
6386
|
-
* @internal
|
|
6387
|
-
*/
|
|
6388
|
-
const filterSensitiveLog: (obj: ItemContentMismatchException) => any;
|
|
6389
|
-
}
|
|
6390
6258
|
/**
|
|
6391
6259
|
* <p>Information collected from managed nodes based on your inventory policy document</p>
|
|
6392
6260
|
*/
|
|
@@ -6470,12 +6338,6 @@ export interface SubTypeCountLimitExceededException extends __SmithyException, $
|
|
|
6470
6338
|
$fault: "client";
|
|
6471
6339
|
Message?: string;
|
|
6472
6340
|
}
|
|
6473
|
-
export declare namespace SubTypeCountLimitExceededException {
|
|
6474
|
-
/**
|
|
6475
|
-
* @internal
|
|
6476
|
-
*/
|
|
6477
|
-
const filterSensitiveLog: (obj: SubTypeCountLimitExceededException) => any;
|
|
6478
|
-
}
|
|
6479
6341
|
/**
|
|
6480
6342
|
* <p>The <code>Context</code> attribute that you specified for the <code>InventoryItem</code>
|
|
6481
6343
|
* isn't allowed for this inventory type. You can only use the <code>Context</code> attribute with
|
|
@@ -6487,12 +6349,6 @@ export interface UnsupportedInventoryItemContextException extends __SmithyExcept
|
|
|
6487
6349
|
TypeName?: string;
|
|
6488
6350
|
Message?: string;
|
|
6489
6351
|
}
|
|
6490
|
-
export declare namespace UnsupportedInventoryItemContextException {
|
|
6491
|
-
/**
|
|
6492
|
-
* @internal
|
|
6493
|
-
*/
|
|
6494
|
-
const filterSensitiveLog: (obj: UnsupportedInventoryItemContextException) => any;
|
|
6495
|
-
}
|
|
6496
6352
|
/**
|
|
6497
6353
|
* <p>Inventory item type schema version has to match supported versions in the service. Check
|
|
6498
6354
|
* output of GetInventorySchema to see the available schema version for each type.</p>
|
|
@@ -6502,12 +6358,6 @@ export interface UnsupportedInventorySchemaVersionException extends __SmithyExce
|
|
|
6502
6358
|
$fault: "client";
|
|
6503
6359
|
Message?: string;
|
|
6504
6360
|
}
|
|
6505
|
-
export declare namespace UnsupportedInventorySchemaVersionException {
|
|
6506
|
-
/**
|
|
6507
|
-
* @internal
|
|
6508
|
-
*/
|
|
6509
|
-
const filterSensitiveLog: (obj: UnsupportedInventorySchemaVersionException) => any;
|
|
6510
|
-
}
|
|
6511
6361
|
/**
|
|
6512
6362
|
* <p>A hierarchy can have a maximum of 15 levels. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html">Requirements and
|
|
6513
6363
|
* constraints for parameter names</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
|
|
@@ -6521,12 +6371,6 @@ export interface HierarchyLevelLimitExceededException extends __SmithyException,
|
|
|
6521
6371
|
*/
|
|
6522
6372
|
message?: string;
|
|
6523
6373
|
}
|
|
6524
|
-
export declare namespace HierarchyLevelLimitExceededException {
|
|
6525
|
-
/**
|
|
6526
|
-
* @internal
|
|
6527
|
-
*/
|
|
6528
|
-
const filterSensitiveLog: (obj: HierarchyLevelLimitExceededException) => any;
|
|
6529
|
-
}
|
|
6530
6374
|
/**
|
|
6531
6375
|
* <p>Parameter Store doesn't support changing a parameter type in a hierarchy. For example, you
|
|
6532
6376
|
* can't change a parameter from a <code>String</code> type to a <code>SecureString</code> type. You
|
|
@@ -6542,12 +6386,6 @@ export interface HierarchyTypeMismatchException extends __SmithyException, $Meta
|
|
|
6542
6386
|
*/
|
|
6543
6387
|
message?: string;
|
|
6544
6388
|
}
|
|
6545
|
-
export declare namespace HierarchyTypeMismatchException {
|
|
6546
|
-
/**
|
|
6547
|
-
* @internal
|
|
6548
|
-
*/
|
|
6549
|
-
const filterSensitiveLog: (obj: HierarchyTypeMismatchException) => any;
|
|
6550
|
-
}
|
|
6551
6389
|
/**
|
|
6552
6390
|
* <p>There is a conflict in the policies specified for this parameter. You can't, for example,
|
|
6553
6391
|
* specify two Expiration policies for a parameter. Review your policies, and try again.</p>
|
|
@@ -6557,12 +6395,6 @@ export interface IncompatiblePolicyException extends __SmithyException, $Metadat
|
|
|
6557
6395
|
$fault: "client";
|
|
6558
6396
|
message?: string;
|
|
6559
6397
|
}
|
|
6560
|
-
export declare namespace IncompatiblePolicyException {
|
|
6561
|
-
/**
|
|
6562
|
-
* @internal
|
|
6563
|
-
*/
|
|
6564
|
-
const filterSensitiveLog: (obj: IncompatiblePolicyException) => any;
|
|
6565
|
-
}
|
|
6566
6398
|
/**
|
|
6567
6399
|
* <p>The request doesn't meet the regular expression requirement.</p>
|
|
6568
6400
|
*/
|
|
@@ -6574,12 +6406,6 @@ export interface InvalidAllowedPatternException extends __SmithyException, $Meta
|
|
|
6574
6406
|
*/
|
|
6575
6407
|
message?: string;
|
|
6576
6408
|
}
|
|
6577
|
-
export declare namespace InvalidAllowedPatternException {
|
|
6578
|
-
/**
|
|
6579
|
-
* @internal
|
|
6580
|
-
*/
|
|
6581
|
-
const filterSensitiveLog: (obj: InvalidAllowedPatternException) => any;
|
|
6582
|
-
}
|
|
6583
6409
|
/**
|
|
6584
6410
|
* <p>A policy attribute or its value is invalid. </p>
|
|
6585
6411
|
*/
|
|
@@ -6588,12 +6414,6 @@ export interface InvalidPolicyAttributeException extends __SmithyException, $Met
|
|
|
6588
6414
|
$fault: "client";
|
|
6589
6415
|
message?: string;
|
|
6590
6416
|
}
|
|
6591
|
-
export declare namespace InvalidPolicyAttributeException {
|
|
6592
|
-
/**
|
|
6593
|
-
* @internal
|
|
6594
|
-
*/
|
|
6595
|
-
const filterSensitiveLog: (obj: InvalidPolicyAttributeException) => any;
|
|
6596
|
-
}
|
|
6597
6417
|
/**
|
|
6598
6418
|
* <p>The policy type isn't supported. Parameter Store supports the following policy types:
|
|
6599
6419
|
* Expiration, ExpirationNotification, and NoChangeNotification.</p>
|
|
@@ -6603,12 +6423,6 @@ export interface InvalidPolicyTypeException extends __SmithyException, $Metadata
|
|
|
6603
6423
|
$fault: "client";
|
|
6604
6424
|
message?: string;
|
|
6605
6425
|
}
|
|
6606
|
-
export declare namespace InvalidPolicyTypeException {
|
|
6607
|
-
/**
|
|
6608
|
-
* @internal
|
|
6609
|
-
*/
|
|
6610
|
-
const filterSensitiveLog: (obj: InvalidPolicyTypeException) => any;
|
|
6611
|
-
}
|
|
6612
6426
|
/**
|
|
6613
6427
|
* <p>The parameter already exists. You can't create duplicate parameters.</p>
|
|
6614
6428
|
*/
|
|
@@ -6617,12 +6431,6 @@ export interface ParameterAlreadyExists extends __SmithyException, $MetadataBear
|
|
|
6617
6431
|
$fault: "client";
|
|
6618
6432
|
message?: string;
|
|
6619
6433
|
}
|
|
6620
|
-
export declare namespace ParameterAlreadyExists {
|
|
6621
|
-
/**
|
|
6622
|
-
* @internal
|
|
6623
|
-
*/
|
|
6624
|
-
const filterSensitiveLog: (obj: ParameterAlreadyExists) => any;
|
|
6625
|
-
}
|
|
6626
6434
|
/**
|
|
6627
6435
|
* <p>You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more
|
|
6628
6436
|
* parameters and try again.</p>
|
|
@@ -6632,12 +6440,6 @@ export interface ParameterLimitExceeded extends __SmithyException, $MetadataBear
|
|
|
6632
6440
|
$fault: "client";
|
|
6633
6441
|
message?: string;
|
|
6634
6442
|
}
|
|
6635
|
-
export declare namespace ParameterLimitExceeded {
|
|
6636
|
-
/**
|
|
6637
|
-
* @internal
|
|
6638
|
-
*/
|
|
6639
|
-
const filterSensitiveLog: (obj: ParameterLimitExceeded) => any;
|
|
6640
|
-
}
|
|
6641
6443
|
/**
|
|
6642
6444
|
* <p>Parameter Store retains the 100 most recently created versions of a parameter. After this
|
|
6643
6445
|
* number of versions has been created, Parameter Store deletes the oldest version when a new one is
|
|
@@ -6661,12 +6463,6 @@ export interface ParameterMaxVersionLimitExceeded extends __SmithyException, $Me
|
|
|
6661
6463
|
$fault: "client";
|
|
6662
6464
|
message?: string;
|
|
6663
6465
|
}
|
|
6664
|
-
export declare namespace ParameterMaxVersionLimitExceeded {
|
|
6665
|
-
/**
|
|
6666
|
-
* @internal
|
|
6667
|
-
*/
|
|
6668
|
-
const filterSensitiveLog: (obj: ParameterMaxVersionLimitExceeded) => any;
|
|
6669
|
-
}
|
|
6670
6466
|
/**
|
|
6671
6467
|
* <p>The parameter name isn't valid.</p>
|
|
6672
6468
|
*/
|
|
@@ -6678,12 +6474,6 @@ export interface ParameterPatternMismatchException extends __SmithyException, $M
|
|
|
6678
6474
|
*/
|
|
6679
6475
|
message?: string;
|
|
6680
6476
|
}
|
|
6681
|
-
export declare namespace ParameterPatternMismatchException {
|
|
6682
|
-
/**
|
|
6683
|
-
* @internal
|
|
6684
|
-
*/
|
|
6685
|
-
const filterSensitiveLog: (obj: ParameterPatternMismatchException) => any;
|
|
6686
|
-
}
|
|
6687
6477
|
/**
|
|
6688
6478
|
* <p>You specified more than the maximum number of allowed policies for the parameter. The
|
|
6689
6479
|
* maximum is 10.</p>
|
|
@@ -6693,12 +6483,6 @@ export interface PoliciesLimitExceededException extends __SmithyException, $Meta
|
|
|
6693
6483
|
$fault: "client";
|
|
6694
6484
|
message?: string;
|
|
6695
6485
|
}
|
|
6696
|
-
export declare namespace PoliciesLimitExceededException {
|
|
6697
|
-
/**
|
|
6698
|
-
* @internal
|
|
6699
|
-
*/
|
|
6700
|
-
const filterSensitiveLog: (obj: PoliciesLimitExceededException) => any;
|
|
6701
|
-
}
|
|
6702
6486
|
export interface PutParameterRequest {
|
|
6703
6487
|
/**
|
|
6704
6488
|
* <p>The fully qualified name of the parameter that you want to add to the system. The fully
|
|
@@ -6974,12 +6758,6 @@ export interface UnsupportedParameterType extends __SmithyException, $MetadataBe
|
|
|
6974
6758
|
$fault: "client";
|
|
6975
6759
|
message?: string;
|
|
6976
6760
|
}
|
|
6977
|
-
export declare namespace UnsupportedParameterType {
|
|
6978
|
-
/**
|
|
6979
|
-
* @internal
|
|
6980
|
-
*/
|
|
6981
|
-
const filterSensitiveLog: (obj: UnsupportedParameterType) => any;
|
|
6982
|
-
}
|
|
6983
6761
|
export interface RegisterDefaultPatchBaselineRequest {
|
|
6984
6762
|
/**
|
|
6985
6763
|
* <p>The ID of the patch baseline that should be the default patch baseline.</p>
|
|
@@ -7141,12 +6919,6 @@ export interface FeatureNotAvailableException extends __SmithyException, $Metada
|
|
|
7141
6919
|
$fault: "client";
|
|
7142
6920
|
Message?: string;
|
|
7143
6921
|
}
|
|
7144
|
-
export declare namespace FeatureNotAvailableException {
|
|
7145
|
-
/**
|
|
7146
|
-
* @internal
|
|
7147
|
-
*/
|
|
7148
|
-
const filterSensitiveLog: (obj: FeatureNotAvailableException) => any;
|
|
7149
|
-
}
|
|
7150
6922
|
export interface RegisterTaskWithMaintenanceWindowRequest {
|
|
7151
6923
|
/**
|
|
7152
6924
|
* <p>The ID of the maintenance window the task should be added to.</p>
|
|
@@ -7481,12 +7253,6 @@ export interface AutomationStepNotFoundException extends __SmithyException, $Met
|
|
|
7481
7253
|
$fault: "client";
|
|
7482
7254
|
Message?: string;
|
|
7483
7255
|
}
|
|
7484
|
-
export declare namespace AutomationStepNotFoundException {
|
|
7485
|
-
/**
|
|
7486
|
-
* @internal
|
|
7487
|
-
*/
|
|
7488
|
-
const filterSensitiveLog: (obj: AutomationStepNotFoundException) => any;
|
|
7489
|
-
}
|
|
7490
7256
|
/**
|
|
7491
7257
|
* <p>The signal isn't valid for the current Automation execution.</p>
|
|
7492
7258
|
*/
|
|
@@ -7495,12 +7261,6 @@ export interface InvalidAutomationSignalException extends __SmithyException, $Me
|
|
|
7495
7261
|
$fault: "client";
|
|
7496
7262
|
Message?: string;
|
|
7497
7263
|
}
|
|
7498
|
-
export declare namespace InvalidAutomationSignalException {
|
|
7499
|
-
/**
|
|
7500
|
-
* @internal
|
|
7501
|
-
*/
|
|
7502
|
-
const filterSensitiveLog: (obj: InvalidAutomationSignalException) => any;
|
|
7503
|
-
}
|
|
7504
7264
|
export declare enum SignalType {
|
|
7505
7265
|
APPROVE = "Approve",
|
|
7506
7266
|
REJECT = "Reject",
|
|
@@ -7564,12 +7324,6 @@ export interface InvalidNotificationConfig extends __SmithyException, $MetadataB
|
|
|
7564
7324
|
$fault: "client";
|
|
7565
7325
|
Message?: string;
|
|
7566
7326
|
}
|
|
7567
|
-
export declare namespace InvalidNotificationConfig {
|
|
7568
|
-
/**
|
|
7569
|
-
* @internal
|
|
7570
|
-
*/
|
|
7571
|
-
const filterSensitiveLog: (obj: InvalidNotificationConfig) => any;
|
|
7572
|
-
}
|
|
7573
7327
|
/**
|
|
7574
7328
|
* <p>The S3 bucket doesn't exist.</p>
|
|
7575
7329
|
*/
|
|
@@ -7577,12 +7331,6 @@ export interface InvalidOutputFolder extends __SmithyException, $MetadataBearer
|
|
|
7577
7331
|
name: "InvalidOutputFolder";
|
|
7578
7332
|
$fault: "client";
|
|
7579
7333
|
}
|
|
7580
|
-
export declare namespace InvalidOutputFolder {
|
|
7581
|
-
/**
|
|
7582
|
-
* @internal
|
|
7583
|
-
*/
|
|
7584
|
-
const filterSensitiveLog: (obj: InvalidOutputFolder) => any;
|
|
7585
|
-
}
|
|
7586
7334
|
/**
|
|
7587
7335
|
* <p>The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about
|
|
7588
7336
|
* configuring the IAM role for Run Command notifications, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html">Configuring Amazon SNS Notifications for Run Command</a> in the
|
|
@@ -7593,12 +7341,6 @@ export interface InvalidRole extends __SmithyException, $MetadataBearer {
|
|
|
7593
7341
|
$fault: "client";
|
|
7594
7342
|
Message?: string;
|
|
7595
7343
|
}
|
|
7596
|
-
export declare namespace InvalidRole {
|
|
7597
|
-
/**
|
|
7598
|
-
* @internal
|
|
7599
|
-
*/
|
|
7600
|
-
const filterSensitiveLog: (obj: InvalidRole) => any;
|
|
7601
|
-
}
|
|
7602
7344
|
export interface SendCommandRequest {
|
|
7603
7345
|
/**
|
|
7604
7346
|
* <p>The IDs of the managed nodes where the command should run. Specifying managed node IDs is most
|
|
@@ -7745,12 +7487,6 @@ export interface InvalidAssociation extends __SmithyException, $MetadataBearer {
|
|
|
7745
7487
|
$fault: "client";
|
|
7746
7488
|
Message?: string;
|
|
7747
7489
|
}
|
|
7748
|
-
export declare namespace InvalidAssociation {
|
|
7749
|
-
/**
|
|
7750
|
-
* @internal
|
|
7751
|
-
*/
|
|
7752
|
-
const filterSensitiveLog: (obj: InvalidAssociation) => any;
|
|
7753
|
-
}
|
|
7754
7490
|
export interface StartAssociationsOnceRequest {
|
|
7755
7491
|
/**
|
|
7756
7492
|
* <p>The association IDs that you want to run immediately and only one time.</p>
|
|
@@ -7779,12 +7515,6 @@ export interface AutomationDefinitionNotFoundException extends __SmithyException
|
|
|
7779
7515
|
$fault: "client";
|
|
7780
7516
|
Message?: string;
|
|
7781
7517
|
}
|
|
7782
|
-
export declare namespace AutomationDefinitionNotFoundException {
|
|
7783
|
-
/**
|
|
7784
|
-
* @internal
|
|
7785
|
-
*/
|
|
7786
|
-
const filterSensitiveLog: (obj: AutomationDefinitionNotFoundException) => any;
|
|
7787
|
-
}
|
|
7788
7518
|
/**
|
|
7789
7519
|
* <p>An Automation runbook with the specified name and version couldn't be found.</p>
|
|
7790
7520
|
*/
|
|
@@ -7793,12 +7523,6 @@ export interface AutomationDefinitionVersionNotFoundException extends __SmithyEx
|
|
|
7793
7523
|
$fault: "client";
|
|
7794
7524
|
Message?: string;
|
|
7795
7525
|
}
|
|
7796
|
-
export declare namespace AutomationDefinitionVersionNotFoundException {
|
|
7797
|
-
/**
|
|
7798
|
-
* @internal
|
|
7799
|
-
*/
|
|
7800
|
-
const filterSensitiveLog: (obj: AutomationDefinitionVersionNotFoundException) => any;
|
|
7801
|
-
}
|
|
7802
7526
|
/**
|
|
7803
7527
|
* <p>The number of simultaneously running Automation executions exceeded the allowable
|
|
7804
7528
|
* limit.</p>
|
|
@@ -7808,12 +7532,6 @@ export interface AutomationExecutionLimitExceededException extends __SmithyExcep
|
|
|
7808
7532
|
$fault: "client";
|
|
7809
7533
|
Message?: string;
|
|
7810
7534
|
}
|
|
7811
|
-
export declare namespace AutomationExecutionLimitExceededException {
|
|
7812
|
-
/**
|
|
7813
|
-
* @internal
|
|
7814
|
-
*/
|
|
7815
|
-
const filterSensitiveLog: (obj: AutomationExecutionLimitExceededException) => any;
|
|
7816
|
-
}
|
|
7817
7535
|
/**
|
|
7818
7536
|
* <p>The supplied parameters for invoking the specified Automation runbook are incorrect. For
|
|
7819
7537
|
* example, they may not match the set of parameters permitted for the specified Automation
|
|
@@ -7824,12 +7542,6 @@ export interface InvalidAutomationExecutionParametersException extends __SmithyE
|
|
|
7824
7542
|
$fault: "client";
|
|
7825
7543
|
Message?: string;
|
|
7826
7544
|
}
|
|
7827
|
-
export declare namespace InvalidAutomationExecutionParametersException {
|
|
7828
|
-
/**
|
|
7829
|
-
* @internal
|
|
7830
|
-
*/
|
|
7831
|
-
const filterSensitiveLog: (obj: InvalidAutomationExecutionParametersException) => any;
|
|
7832
|
-
}
|
|
7833
7545
|
export interface StartAutomationExecutionRequest {
|
|
7834
7546
|
/**
|
|
7835
7547
|
* <p>The name of the SSM document to run. This can be a public document or a custom document. To
|
|
@@ -7953,12 +7665,6 @@ export interface AutomationDefinitionNotApprovedException extends __SmithyExcept
|
|
|
7953
7665
|
$fault: "client";
|
|
7954
7666
|
Message?: string;
|
|
7955
7667
|
}
|
|
7956
|
-
export declare namespace AutomationDefinitionNotApprovedException {
|
|
7957
|
-
/**
|
|
7958
|
-
* @internal
|
|
7959
|
-
*/
|
|
7960
|
-
const filterSensitiveLog: (obj: AutomationDefinitionNotApprovedException) => any;
|
|
7961
|
-
}
|
|
7962
7668
|
export interface StartChangeRequestExecutionRequest {
|
|
7963
7669
|
/**
|
|
7964
7670
|
* <p>The date and time specified in the change request to run the Automation runbooks.</p>
|
|
@@ -8136,12 +7842,6 @@ export interface TargetNotConnected extends __SmithyException, $MetadataBearer {
|
|
|
8136
7842
|
$fault: "client";
|
|
8137
7843
|
Message?: string;
|
|
8138
7844
|
}
|
|
8139
|
-
export declare namespace TargetNotConnected {
|
|
8140
|
-
/**
|
|
8141
|
-
* @internal
|
|
8142
|
-
*/
|
|
8143
|
-
const filterSensitiveLog: (obj: TargetNotConnected) => any;
|
|
8144
|
-
}
|
|
8145
7845
|
/**
|
|
8146
7846
|
* <p>The specified update status operation isn't valid.</p>
|
|
8147
7847
|
*/
|
|
@@ -8150,12 +7850,6 @@ export interface InvalidAutomationStatusUpdateException extends __SmithyExceptio
|
|
|
8150
7850
|
$fault: "client";
|
|
8151
7851
|
Message?: string;
|
|
8152
7852
|
}
|
|
8153
|
-
export declare namespace InvalidAutomationStatusUpdateException {
|
|
8154
|
-
/**
|
|
8155
|
-
* @internal
|
|
8156
|
-
*/
|
|
8157
|
-
const filterSensitiveLog: (obj: InvalidAutomationStatusUpdateException) => any;
|
|
8158
|
-
}
|
|
8159
7853
|
export declare enum StopType {
|
|
8160
7854
|
CANCEL = "Cancel",
|
|
8161
7855
|
COMPLETE = "Complete"
|
|
@@ -8255,12 +7949,6 @@ export interface AssociationVersionLimitExceeded extends __SmithyException, $Met
|
|
|
8255
7949
|
$fault: "client";
|
|
8256
7950
|
Message?: string;
|
|
8257
7951
|
}
|
|
8258
|
-
export declare namespace AssociationVersionLimitExceeded {
|
|
8259
|
-
/**
|
|
8260
|
-
* @internal
|
|
8261
|
-
*/
|
|
8262
|
-
const filterSensitiveLog: (obj: AssociationVersionLimitExceeded) => any;
|
|
8263
|
-
}
|
|
8264
7952
|
/**
|
|
8265
7953
|
* <p>The update isn't valid.</p>
|
|
8266
7954
|
*/
|
|
@@ -8269,12 +7957,6 @@ export interface InvalidUpdate extends __SmithyException, $MetadataBearer {
|
|
|
8269
7957
|
$fault: "client";
|
|
8270
7958
|
Message?: string;
|
|
8271
7959
|
}
|
|
8272
|
-
export declare namespace InvalidUpdate {
|
|
8273
|
-
/**
|
|
8274
|
-
* @internal
|
|
8275
|
-
*/
|
|
8276
|
-
const filterSensitiveLog: (obj: InvalidUpdate) => any;
|
|
8277
|
-
}
|
|
8278
7960
|
export interface UpdateAssociationRequest {
|
|
8279
7961
|
/**
|
|
8280
7962
|
* <p>The ID of the association you want to update. </p>
|
|
@@ -8431,12 +8113,6 @@ export interface StatusUnchanged extends __SmithyException, $MetadataBearer {
|
|
|
8431
8113
|
name: "StatusUnchanged";
|
|
8432
8114
|
$fault: "client";
|
|
8433
8115
|
}
|
|
8434
|
-
export declare namespace StatusUnchanged {
|
|
8435
|
-
/**
|
|
8436
|
-
* @internal
|
|
8437
|
-
*/
|
|
8438
|
-
const filterSensitiveLog: (obj: StatusUnchanged) => any;
|
|
8439
|
-
}
|
|
8440
8116
|
export interface UpdateAssociationStatusRequest {
|
|
8441
8117
|
/**
|
|
8442
8118
|
* <p>The name of the SSM document.</p>
|
|
@@ -8478,12 +8154,6 @@ export interface DocumentVersionLimitExceeded extends __SmithyException, $Metada
|
|
|
8478
8154
|
$fault: "client";
|
|
8479
8155
|
Message?: string;
|
|
8480
8156
|
}
|
|
8481
|
-
export declare namespace DocumentVersionLimitExceeded {
|
|
8482
|
-
/**
|
|
8483
|
-
* @internal
|
|
8484
|
-
*/
|
|
8485
|
-
const filterSensitiveLog: (obj: DocumentVersionLimitExceeded) => any;
|
|
8486
|
-
}
|
|
8487
8157
|
/**
|
|
8488
8158
|
* <p>The content of the association document matches another document. Change the content of the
|
|
8489
8159
|
* document and try again.</p>
|
|
@@ -8493,12 +8163,6 @@ export interface DuplicateDocumentContent extends __SmithyException, $MetadataBe
|
|
|
8493
8163
|
$fault: "client";
|
|
8494
8164
|
Message?: string;
|
|
8495
8165
|
}
|
|
8496
|
-
export declare namespace DuplicateDocumentContent {
|
|
8497
|
-
/**
|
|
8498
|
-
* @internal
|
|
8499
|
-
*/
|
|
8500
|
-
const filterSensitiveLog: (obj: DuplicateDocumentContent) => any;
|
|
8501
|
-
}
|
|
8502
8166
|
/**
|
|
8503
8167
|
* <p>The version name has already been used in this document. Specify a different version name,
|
|
8504
8168
|
* and then try again.</p>
|
|
@@ -8508,12 +8172,6 @@ export interface DuplicateDocumentVersionName extends __SmithyException, $Metada
|
|
|
8508
8172
|
$fault: "client";
|
|
8509
8173
|
Message?: string;
|
|
8510
8174
|
}
|
|
8511
|
-
export declare namespace DuplicateDocumentVersionName {
|
|
8512
|
-
/**
|
|
8513
|
-
* @internal
|
|
8514
|
-
*/
|
|
8515
|
-
const filterSensitiveLog: (obj: DuplicateDocumentVersionName) => any;
|
|
8516
|
-
}
|
|
8517
8175
|
export interface UpdateDocumentRequest {
|
|
8518
8176
|
/**
|
|
8519
8177
|
* <p>A valid JSON or YAML string.</p>
|