@aws-sdk/client-ssm 3.46.0 → 3.48.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/CHANGELOG.md +38 -0
- package/README.md +5 -6
- 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/protocols/Aws_json1_1.js +26 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- 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/protocols/Aws_json1_1.js +26 -0
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/SSM.d.ts +48 -39
- package/dist-types/SSMClient.d.ts +10 -7
- package/dist-types/commands/CreateActivationCommand.d.ts +2 -2
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -2
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +2 -2
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -2
- package/dist-types/commands/GetInventoryCommand.d.ts +2 -2
- package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +5 -5
- package/dist-types/commands/PutInventoryCommand.d.ts +3 -2
- package/dist-types/commands/StartSessionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAssociationCommand.d.ts +10 -2
- package/dist-types/models/models_0.d.ts +71 -439
- package/dist-types/models/models_1.d.ts +87 -422
- 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 +4 -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 +36 -36
|
@@ -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>
|
|
@@ -354,15 +348,15 @@ export interface DescribePatchGroupStateResult {
|
|
|
354
348
|
/**
|
|
355
349
|
* <p>The number of managed nodes where patches that are specified as <code>Critical</code> for
|
|
356
350
|
* compliance reporting in the patch baseline aren't installed. These patches might be missing, have
|
|
357
|
-
* failed installation, were rejected, or were installed but awaiting a required managed node
|
|
358
|
-
* The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
351
|
+
* failed installation, were rejected, or were installed but awaiting a required managed node
|
|
352
|
+
* reboot. The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
359
353
|
*/
|
|
360
354
|
InstancesWithCriticalNonCompliantPatches?: number;
|
|
361
355
|
/**
|
|
362
356
|
* <p>The number of managed nodes where patches that are specified as <code>Security</code> in a
|
|
363
357
|
* patch advisory aren't installed. These patches might be missing, have failed installation, were
|
|
364
|
-
* rejected, or were installed but awaiting a required managed node reboot. The status of these
|
|
365
|
-
* nodes is <code>NON_COMPLIANT</code>.</p>
|
|
358
|
+
* rejected, or were installed but awaiting a required managed node reboot. The status of these
|
|
359
|
+
* managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
366
360
|
*/
|
|
367
361
|
InstancesWithSecurityNonCompliantPatches?: number;
|
|
368
362
|
/**
|
|
@@ -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,20 +950,15 @@ 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>
|
|
980
956
|
*/
|
|
981
957
|
CommandId: string | undefined;
|
|
982
958
|
/**
|
|
983
|
-
* <p>(Required) The ID of the managed node targeted by the command. A <i>managed
|
|
984
|
-
*
|
|
959
|
+
* <p>(Required) The ID of the managed node targeted by the command. A <i>managed
|
|
960
|
+
* node</i> can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, and on-premises server or VM
|
|
961
|
+
* in your hybrid environment that is configured for Amazon Web Services Systems Manager.</p>
|
|
985
962
|
*/
|
|
986
963
|
InstanceId: string | undefined;
|
|
987
964
|
/**
|
|
@@ -1045,8 +1022,9 @@ export interface GetCommandInvocationResult {
|
|
|
1045
1022
|
*/
|
|
1046
1023
|
CommandId?: string;
|
|
1047
1024
|
/**
|
|
1048
|
-
* <p>The ID of the managed node targeted by the command. A <i>managed node</i> can
|
|
1049
|
-
* Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid
|
|
1025
|
+
* <p>The ID of the managed node targeted by the command. A <i>managed node</i> can
|
|
1026
|
+
* be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid
|
|
1027
|
+
* environment that is configured for Amazon Web Services Systems Manager.</p>
|
|
1050
1028
|
*/
|
|
1051
1029
|
InstanceId?: string;
|
|
1052
1030
|
/**
|
|
@@ -1068,8 +1046,8 @@ export interface GetCommandInvocationResult {
|
|
|
1068
1046
|
PluginName?: string;
|
|
1069
1047
|
/**
|
|
1070
1048
|
* <p>The error level response code for the plugin script. If the response code is
|
|
1071
|
-
* <code>-1</code>, then the command hasn't started running on the managed node, or it wasn't
|
|
1072
|
-
* by the node.</p>
|
|
1049
|
+
* <code>-1</code>, then the command hasn't started running on the managed node, or it wasn't
|
|
1050
|
+
* received by the node.</p>
|
|
1073
1051
|
*/
|
|
1074
1052
|
ResponseCode?: number;
|
|
1075
1053
|
/**
|
|
@@ -1131,18 +1109,18 @@ export interface GetCommandInvocationResult {
|
|
|
1131
1109
|
* Success or Incomplete. This is a terminal state.</p>
|
|
1132
1110
|
* </li>
|
|
1133
1111
|
* <li>
|
|
1134
|
-
* <p>Execution Timed Out: The command started to run on the managed node, but the execution
|
|
1135
|
-
* complete before the timeout expired. Execution timeouts count against the
|
|
1112
|
+
* <p>Execution Timed Out: The command started to run on the managed node, but the execution
|
|
1113
|
+
* wasn't complete before the timeout expired. Execution timeouts count against the
|
|
1136
1114
|
* <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
|
|
1137
1115
|
* </li>
|
|
1138
1116
|
* <li>
|
|
1139
|
-
* <p>Failed: The command wasn't run successfully on the managed node. For a plugin, this
|
|
1140
|
-
* that the result code wasn't zero. For a command invocation, this indicates that the
|
|
1141
|
-
* for one or more plugins wasn't zero. Invocation failures count against the
|
|
1117
|
+
* <p>Failed: The command wasn't run successfully on the managed node. For a plugin, this
|
|
1118
|
+
* indicates that the result code wasn't zero. For a command invocation, this indicates that the
|
|
1119
|
+
* result code for one or more plugins wasn't zero. Invocation failures count against the
|
|
1142
1120
|
* <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
|
|
1143
1121
|
* </li>
|
|
1144
1122
|
* <li>
|
|
1145
|
-
* <p>
|
|
1123
|
+
* <p>Cancelled: The command was terminated before it was completed. This is a terminal
|
|
1146
1124
|
* state.</p>
|
|
1147
1125
|
* </li>
|
|
1148
1126
|
* <li>
|
|
@@ -1197,12 +1175,6 @@ export interface InvalidPluginName extends __SmithyException, $MetadataBearer {
|
|
|
1197
1175
|
name: "InvalidPluginName";
|
|
1198
1176
|
$fault: "client";
|
|
1199
1177
|
}
|
|
1200
|
-
export declare namespace InvalidPluginName {
|
|
1201
|
-
/**
|
|
1202
|
-
* @internal
|
|
1203
|
-
*/
|
|
1204
|
-
const filterSensitiveLog: (obj: InvalidPluginName) => any;
|
|
1205
|
-
}
|
|
1206
1178
|
/**
|
|
1207
1179
|
* <p>The command ID and managed node ID you specified didn't match any invocations. Verify the
|
|
1208
1180
|
* command ID and the managed node ID and try again. </p>
|
|
@@ -1211,12 +1183,6 @@ export interface InvocationDoesNotExist extends __SmithyException, $MetadataBear
|
|
|
1211
1183
|
name: "InvocationDoesNotExist";
|
|
1212
1184
|
$fault: "client";
|
|
1213
1185
|
}
|
|
1214
|
-
export declare namespace InvocationDoesNotExist {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
const filterSensitiveLog: (obj: InvocationDoesNotExist) => any;
|
|
1219
|
-
}
|
|
1220
1186
|
export interface GetConnectionStatusRequest {
|
|
1221
1187
|
/**
|
|
1222
1188
|
* <p>The managed node ID.</p>
|
|
@@ -1339,7 +1305,8 @@ export declare namespace BaselineOverride {
|
|
|
1339
1305
|
}
|
|
1340
1306
|
export interface GetDeployablePatchSnapshotForInstanceRequest {
|
|
1341
1307
|
/**
|
|
1342
|
-
* <p>The ID of the managed node for which the appropriate patch snapshot should be
|
|
1308
|
+
* <p>The ID of the managed node for which the appropriate patch snapshot should be
|
|
1309
|
+
* retrieved.</p>
|
|
1343
1310
|
*/
|
|
1344
1311
|
InstanceId: string | undefined;
|
|
1345
1312
|
/**
|
|
@@ -1394,12 +1361,6 @@ export interface UnsupportedFeatureRequiredException extends __SmithyException,
|
|
|
1394
1361
|
$fault: "client";
|
|
1395
1362
|
Message?: string;
|
|
1396
1363
|
}
|
|
1397
|
-
export declare namespace UnsupportedFeatureRequiredException {
|
|
1398
|
-
/**
|
|
1399
|
-
* @internal
|
|
1400
|
-
*/
|
|
1401
|
-
const filterSensitiveLog: (obj: UnsupportedFeatureRequiredException) => any;
|
|
1402
|
-
}
|
|
1403
1364
|
export interface GetDocumentRequest {
|
|
1404
1365
|
/**
|
|
1405
1366
|
* <p>The name of the SSM document.</p>
|
|
@@ -1650,9 +1611,8 @@ export declare namespace InventoryResultItem {
|
|
|
1650
1611
|
*/
|
|
1651
1612
|
export interface InventoryResultEntity {
|
|
1652
1613
|
/**
|
|
1653
|
-
* <p>ID of the inventory result entity. For example, for managed node inventory the result
|
|
1654
|
-
*
|
|
1655
|
-
* </p>
|
|
1614
|
+
* <p>ID of the inventory result entity. For example, for managed node inventory the result will
|
|
1615
|
+
* be the managed node ID. For EC2 instance inventory, the result will be the instance ID. </p>
|
|
1656
1616
|
*/
|
|
1657
1617
|
Id?: string;
|
|
1658
1618
|
/**
|
|
@@ -1695,12 +1655,6 @@ export interface InvalidAggregatorException extends __SmithyException, $Metadata
|
|
|
1695
1655
|
$fault: "client";
|
|
1696
1656
|
Message?: string;
|
|
1697
1657
|
}
|
|
1698
|
-
export declare namespace InvalidAggregatorException {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
|
-
const filterSensitiveLog: (obj: InvalidAggregatorException) => any;
|
|
1703
|
-
}
|
|
1704
1658
|
/**
|
|
1705
1659
|
* <p>The specified inventory group isn't valid.</p>
|
|
1706
1660
|
*/
|
|
@@ -1709,12 +1663,6 @@ export interface InvalidInventoryGroupException extends __SmithyException, $Meta
|
|
|
1709
1663
|
$fault: "client";
|
|
1710
1664
|
Message?: string;
|
|
1711
1665
|
}
|
|
1712
|
-
export declare namespace InvalidInventoryGroupException {
|
|
1713
|
-
/**
|
|
1714
|
-
* @internal
|
|
1715
|
-
*/
|
|
1716
|
-
const filterSensitiveLog: (obj: InvalidInventoryGroupException) => any;
|
|
1717
|
-
}
|
|
1718
1666
|
/**
|
|
1719
1667
|
* <p>The specified inventory item result attribute isn't valid.</p>
|
|
1720
1668
|
*/
|
|
@@ -1723,12 +1671,6 @@ export interface InvalidResultAttributeException extends __SmithyException, $Met
|
|
|
1723
1671
|
$fault: "client";
|
|
1724
1672
|
Message?: string;
|
|
1725
1673
|
}
|
|
1726
|
-
export declare namespace InvalidResultAttributeException {
|
|
1727
|
-
/**
|
|
1728
|
-
* @internal
|
|
1729
|
-
*/
|
|
1730
|
-
const filterSensitiveLog: (obj: InvalidResultAttributeException) => any;
|
|
1731
|
-
}
|
|
1732
1674
|
export interface GetInventorySchemaRequest {
|
|
1733
1675
|
/**
|
|
1734
1676
|
* <p>The type of inventory item to return.</p>
|
|
@@ -2178,14 +2120,13 @@ export interface MaintenanceWindowAutomationParameters {
|
|
|
2178
2120
|
* <code>OutputS3BucketName</code> and <code>OutputS3KeyPrefix</code> options in the <code>TaskInvocationParameters</code> structure.
|
|
2179
2121
|
* For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance
|
|
2180
2122
|
* window task types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
|
|
2181
|
-
*
|
|
2182
2123
|
* <p>
|
|
2183
2124
|
* <code>TaskParameters</code> has been deprecated. To specify parameters to pass to a task when it runs,
|
|
2184
2125
|
* instead use the <code>Parameters</code> option in the <code>TaskInvocationParameters</code> structure. For information
|
|
2185
2126
|
* about how Systems Manager handles these options for the supported maintenance window task
|
|
2186
2127
|
* types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
|
|
2187
|
-
* <p>For <code>AUTOMATION</code>
|
|
2188
|
-
* parameters.</p>
|
|
2128
|
+
* <p>For <code>AUTOMATION</code>
|
|
2129
|
+
* task types, Amazon Web Services Systems Manager ignores any values specified for these parameters.</p>
|
|
2189
2130
|
* </note>
|
|
2190
2131
|
*/
|
|
2191
2132
|
Parameters?: {
|
|
@@ -2207,14 +2148,13 @@ export declare namespace MaintenanceWindowAutomationParameters {
|
|
|
2207
2148
|
* <code>OutputS3BucketName</code> and <code>OutputS3KeyPrefix</code> options in the <code>TaskInvocationParameters</code> structure.
|
|
2208
2149
|
* For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance
|
|
2209
2150
|
* window task types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
|
|
2210
|
-
*
|
|
2211
2151
|
* <p>
|
|
2212
2152
|
* <code>TaskParameters</code> has been deprecated. To specify parameters to pass to a task when it runs,
|
|
2213
2153
|
* instead use the <code>Parameters</code> option in the <code>TaskInvocationParameters</code> structure. For information
|
|
2214
2154
|
* about how Systems Manager handles these options for the supported maintenance window task
|
|
2215
2155
|
* types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
|
|
2216
|
-
* <p>For Lambda tasks, Systems Manager ignores
|
|
2217
|
-
* LoggingInfo.</p>
|
|
2156
|
+
* <p>For Lambda tasks, Systems Manager ignores
|
|
2157
|
+
* any values specified for TaskParameters and LoggingInfo.</p>
|
|
2218
2158
|
* </note>
|
|
2219
2159
|
*/
|
|
2220
2160
|
export interface MaintenanceWindowLambdaParameters {
|
|
@@ -2301,15 +2241,14 @@ export declare namespace NotificationConfig {
|
|
|
2301
2241
|
* <code>OutputS3BucketName</code> and <code>OutputS3KeyPrefix</code> options in the <code>TaskInvocationParameters</code> structure.
|
|
2302
2242
|
* For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance
|
|
2303
2243
|
* window task types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
|
|
2304
|
-
*
|
|
2305
2244
|
* <p>
|
|
2306
2245
|
* <code>TaskParameters</code> has been deprecated. To specify parameters to pass to a task when it runs,
|
|
2307
2246
|
* instead use the <code>Parameters</code> option in the <code>TaskInvocationParameters</code> structure. For information
|
|
2308
2247
|
* about how Systems Manager handles these options for the supported maintenance window task
|
|
2309
2248
|
* types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
|
|
2310
|
-
* <p>For <code>RUN_COMMAND</code>
|
|
2311
|
-
*
|
|
2312
|
-
*
|
|
2249
|
+
* <p>For <code>RUN_COMMAND</code>
|
|
2250
|
+
* tasks, Systems Manager uses specified values for <code>TaskParameters</code> and <code>LoggingInfo</code>
|
|
2251
|
+
* only if no values are specified for <code>TaskInvocationParameters</code>. </p>
|
|
2313
2252
|
* </note>
|
|
2314
2253
|
*/
|
|
2315
2254
|
export interface MaintenanceWindowRunCommandParameters {
|
|
@@ -2391,14 +2330,14 @@ export declare namespace MaintenanceWindowRunCommandParameters {
|
|
|
2391
2330
|
* <code>OutputS3BucketName</code> and <code>OutputS3KeyPrefix</code> options in the <code>TaskInvocationParameters</code> structure.
|
|
2392
2331
|
* For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance
|
|
2393
2332
|
* window task types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
|
|
2394
|
-
*
|
|
2395
2333
|
* <p>
|
|
2396
2334
|
* <code>TaskParameters</code> has been deprecated. To specify parameters to pass to a task when it runs,
|
|
2397
2335
|
* instead use the <code>Parameters</code> option in the <code>TaskInvocationParameters</code> structure. For information
|
|
2398
2336
|
* about how Systems Manager handles these options for the supported maintenance window task
|
|
2399
2337
|
* types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
|
|
2400
|
-
* <p>For Step Functions tasks, Systems Manager
|
|
2401
|
-
*
|
|
2338
|
+
* <p>For Step Functions tasks, Systems Manager
|
|
2339
|
+
* ignores any values specified for <code>TaskParameters</code> and
|
|
2340
|
+
* <code>LoggingInfo</code>.</p>
|
|
2402
2341
|
* </note>
|
|
2403
2342
|
*/
|
|
2404
2343
|
export interface MaintenanceWindowStepFunctionsParameters {
|
|
@@ -2955,12 +2894,6 @@ export interface InvalidKeyId extends __SmithyException, $MetadataBearer {
|
|
|
2955
2894
|
$fault: "client";
|
|
2956
2895
|
message?: string;
|
|
2957
2896
|
}
|
|
2958
|
-
export declare namespace InvalidKeyId {
|
|
2959
|
-
/**
|
|
2960
|
-
* @internal
|
|
2961
|
-
*/
|
|
2962
|
-
const filterSensitiveLog: (obj: InvalidKeyId) => any;
|
|
2963
|
-
}
|
|
2964
2897
|
/**
|
|
2965
2898
|
* <p>The specified parameter version wasn't found. Verify the parameter name and version, and try
|
|
2966
2899
|
* again.</p>
|
|
@@ -2970,12 +2903,6 @@ export interface ParameterVersionNotFound extends __SmithyException, $MetadataBe
|
|
|
2970
2903
|
$fault: "client";
|
|
2971
2904
|
message?: string;
|
|
2972
2905
|
}
|
|
2973
|
-
export declare namespace ParameterVersionNotFound {
|
|
2974
|
-
/**
|
|
2975
|
-
* @internal
|
|
2976
|
-
*/
|
|
2977
|
-
const filterSensitiveLog: (obj: ParameterVersionNotFound) => any;
|
|
2978
|
-
}
|
|
2979
2906
|
export interface GetParameterHistoryRequest {
|
|
2980
2907
|
/**
|
|
2981
2908
|
* <p>The name of the parameter for which you want to review history.</p>
|
|
@@ -3456,12 +3383,6 @@ export interface ServiceSettingNotFound extends __SmithyException, $MetadataBear
|
|
|
3456
3383
|
$fault: "client";
|
|
3457
3384
|
Message?: string;
|
|
3458
3385
|
}
|
|
3459
|
-
export declare namespace ServiceSettingNotFound {
|
|
3460
|
-
/**
|
|
3461
|
-
* @internal
|
|
3462
|
-
*/
|
|
3463
|
-
const filterSensitiveLog: (obj: ServiceSettingNotFound) => any;
|
|
3464
|
-
}
|
|
3465
3386
|
export interface LabelParameterVersionRequest {
|
|
3466
3387
|
/**
|
|
3467
3388
|
* <p>The parameter name on which you want to attach one or more labels.</p>
|
|
@@ -3509,12 +3430,6 @@ export interface ParameterVersionLabelLimitExceeded extends __SmithyException, $
|
|
|
3509
3430
|
$fault: "client";
|
|
3510
3431
|
message?: string;
|
|
3511
3432
|
}
|
|
3512
|
-
export declare namespace ParameterVersionLabelLimitExceeded {
|
|
3513
|
-
/**
|
|
3514
|
-
* @internal
|
|
3515
|
-
*/
|
|
3516
|
-
const filterSensitiveLog: (obj: ParameterVersionLabelLimitExceeded) => any;
|
|
3517
|
-
}
|
|
3518
3433
|
export declare enum AssociationFilterKey {
|
|
3519
3434
|
AssociationId = "AssociationId",
|
|
3520
3435
|
AssociationName = "AssociationName",
|
|
@@ -3554,8 +3469,8 @@ export interface ListAssociationsRequest {
|
|
|
3554
3469
|
* <note>
|
|
3555
3470
|
* <p>Filtering associations using the <code>InstanceID</code> attribute only returns legacy
|
|
3556
3471
|
* associations created using the <code>InstanceID</code> attribute. Associations targeting the
|
|
3557
|
-
* managed node that are part of the Target Attributes <code>ResourceGroup</code> or
|
|
3558
|
-
*
|
|
3472
|
+
* managed node that are part of the Target Attributes <code>ResourceGroup</code> or
|
|
3473
|
+
* <code>Tags</code> aren't returned.</p>
|
|
3559
3474
|
* </note>
|
|
3560
3475
|
*/
|
|
3561
3476
|
AssociationFilterList?: AssociationFilter[];
|
|
@@ -3599,6 +3514,9 @@ export interface Association {
|
|
|
3599
3514
|
AssociationVersion?: string;
|
|
3600
3515
|
/**
|
|
3601
3516
|
* <p>The version of the document used in the association.</p>
|
|
3517
|
+
* <important>
|
|
3518
|
+
* <p>State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the <code>default</code> version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to <code>default</code>.</p>
|
|
3519
|
+
* </important>
|
|
3602
3520
|
*/
|
|
3603
3521
|
DocumentVersion?: string;
|
|
3604
3522
|
/**
|
|
@@ -3739,8 +3657,8 @@ export interface AssociationVersionInfo {
|
|
|
3739
3657
|
* value is 100%, which means all targets run the association at the same time.</p>
|
|
3740
3658
|
* <p>If a new managed node starts and attempts to run an association while Systems Manager is running
|
|
3741
3659
|
* <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
|
|
3742
|
-
* association interval, the new managed node will process its association within the limit
|
|
3743
|
-
* for <code>MaxConcurrency</code>.</p>
|
|
3660
|
+
* association interval, the new managed node will process its association within the limit
|
|
3661
|
+
* specified for <code>MaxConcurrency</code>.</p>
|
|
3744
3662
|
*/
|
|
3745
3663
|
MaxConcurrency?: string;
|
|
3746
3664
|
/**
|
|
@@ -3813,8 +3731,8 @@ export declare enum CommandFilterKey {
|
|
|
3813
3731
|
/**
|
|
3814
3732
|
* <p>Describes a command filter.</p>
|
|
3815
3733
|
* <note>
|
|
3816
|
-
* <p>A managed node ID can't be specified when a command status is <code>Pending</code> because
|
|
3817
|
-
* command hasn't run on the node yet.</p>
|
|
3734
|
+
* <p>A managed node ID can't be specified when a command status is <code>Pending</code> because
|
|
3735
|
+
* the command hasn't run on the node yet.</p>
|
|
3818
3736
|
* </note>
|
|
3819
3737
|
*/
|
|
3820
3738
|
export interface CommandFilter {
|
|
@@ -4094,25 +4012,25 @@ export interface CommandPlugin {
|
|
|
4094
4012
|
* Success or Incomplete. This is a terminal state.</p>
|
|
4095
4013
|
* </li>
|
|
4096
4014
|
* <li>
|
|
4097
|
-
* <p>Execution Timed Out: Command execution started on the managed node, but the execution
|
|
4098
|
-
* complete before the execution timeout expired. Execution timeouts count against the
|
|
4015
|
+
* <p>Execution Timed Out: Command execution started on the managed node, but the execution
|
|
4016
|
+
* wasn't complete before the execution timeout expired. Execution timeouts count against the
|
|
4099
4017
|
* <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
|
|
4100
4018
|
* </li>
|
|
4101
4019
|
* <li>
|
|
4102
|
-
* <p>Failed: The command wasn't successful on the managed node. For a plugin, this indicates
|
|
4103
|
-
* the result code wasn't zero. For a command invocation, this indicates that the result code
|
|
4104
|
-
* one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of
|
|
4105
|
-
* parent command. This is a terminal state.</p>
|
|
4020
|
+
* <p>Failed: The command wasn't successful on the managed node. For a plugin, this indicates
|
|
4021
|
+
* that the result code wasn't zero. For a command invocation, this indicates that the result code
|
|
4022
|
+
* for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of
|
|
4023
|
+
* the parent command. This is a terminal state.</p>
|
|
4106
4024
|
* </li>
|
|
4107
4025
|
* <li>
|
|
4108
|
-
* <p>
|
|
4026
|
+
* <p>Cancelled: The command was terminated before it was completed. This is a terminal
|
|
4109
4027
|
* state.</p>
|
|
4110
4028
|
* </li>
|
|
4111
4029
|
* <li>
|
|
4112
|
-
* <p>Undeliverable: The command can't be delivered to the managed node. The managed node might
|
|
4113
|
-
* exist, or it might not be responding. Undeliverable invocations don't count against the
|
|
4114
|
-
* command's MaxErrors limit, and they don't contribute to whether the parent command
|
|
4115
|
-
* Success or Incomplete. This is a terminal state.</p>
|
|
4030
|
+
* <p>Undeliverable: The command can't be delivered to the managed node. The managed node might
|
|
4031
|
+
* not exist, or it might not be responding. Undeliverable invocations don't count against the
|
|
4032
|
+
* parent command's MaxErrors limit, and they don't contribute to whether the parent command
|
|
4033
|
+
* status is Success or Incomplete. This is a terminal state.</p>
|
|
4116
4034
|
* </li>
|
|
4117
4035
|
* <li>
|
|
4118
4036
|
* <p>Terminated: The parent command exceeded its MaxErrors limit and subsequent command
|
|
@@ -4194,11 +4112,11 @@ export declare namespace CommandPlugin {
|
|
|
4194
4112
|
const filterSensitiveLog: (obj: CommandPlugin) => any;
|
|
4195
4113
|
}
|
|
4196
4114
|
/**
|
|
4197
|
-
* <p>An invocation is a copy of a command sent to a specific managed node. A command can apply to
|
|
4198
|
-
* or more managed nodes. A command invocation applies to one managed node. For example, if a
|
|
4199
|
-
*
|
|
4200
|
-
* each requested managed node ID. A command invocation returns status and detail
|
|
4201
|
-
* command you ran. </p>
|
|
4115
|
+
* <p>An invocation is a copy of a command sent to a specific managed node. A command can apply to
|
|
4116
|
+
* one or more managed nodes. A command invocation applies to one managed node. For example, if a
|
|
4117
|
+
* user runs <code>SendCommand</code> against three managed nodes, then a command invocation is
|
|
4118
|
+
* created for each requested managed node ID. A command invocation returns status and detail
|
|
4119
|
+
* information about a command you ran. </p>
|
|
4202
4120
|
*/
|
|
4203
4121
|
export interface CommandInvocation {
|
|
4204
4122
|
/**
|
|
@@ -4235,8 +4153,8 @@ export interface CommandInvocation {
|
|
|
4235
4153
|
*/
|
|
4236
4154
|
Status?: CommandInvocationStatus | string;
|
|
4237
4155
|
/**
|
|
4238
|
-
* <p>A detailed status of the command execution for each invocation (each managed node targeted
|
|
4239
|
-
* the command). StatusDetails includes more information than Status because it includes states
|
|
4156
|
+
* <p>A detailed status of the command execution for each invocation (each managed node targeted
|
|
4157
|
+
* by the command). StatusDetails includes more information than Status because it includes states
|
|
4240
4158
|
* resulting from error and concurrency control parameters. StatusDetails can show different results
|
|
4241
4159
|
* than Status. For more information about these statuses, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html">Understanding command
|
|
4242
4160
|
* statuses</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. StatusDetails can be one of the
|
|
@@ -4260,23 +4178,23 @@ export interface CommandInvocation {
|
|
|
4260
4178
|
* Success or Incomplete. This is a terminal state.</p>
|
|
4261
4179
|
* </li>
|
|
4262
4180
|
* <li>
|
|
4263
|
-
* <p>Execution Timed Out: Command execution started on the managed node, but the execution
|
|
4264
|
-
* complete before the execution timeout expired. Execution timeouts count against the
|
|
4181
|
+
* <p>Execution Timed Out: Command execution started on the managed node, but the execution
|
|
4182
|
+
* wasn't complete before the execution timeout expired. Execution timeouts count against the
|
|
4265
4183
|
* <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
|
|
4266
4184
|
* </li>
|
|
4267
4185
|
* <li>
|
|
4268
|
-
* <p>Failed: The command wasn't successful on the managed node. For a plugin, this indicates
|
|
4269
|
-
* the result code wasn't zero. For a command invocation, this indicates that the result code
|
|
4270
|
-
* one or more plugins wasn't zero. Invocation failures count against the
|
|
4271
|
-
*
|
|
4186
|
+
* <p>Failed: The command wasn't successful on the managed node. For a plugin, this indicates
|
|
4187
|
+
* that the result code wasn't zero. For a command invocation, this indicates that the result code
|
|
4188
|
+
* for one or more plugins wasn't zero. Invocation failures count against the
|
|
4189
|
+
* <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
|
|
4272
4190
|
* </li>
|
|
4273
4191
|
* <li>
|
|
4274
|
-
* <p>
|
|
4192
|
+
* <p>Cancelled: The command was terminated before it was completed. This is a terminal
|
|
4275
4193
|
* state.</p>
|
|
4276
4194
|
* </li>
|
|
4277
4195
|
* <li>
|
|
4278
|
-
* <p>Undeliverable: The command can't be delivered to the managed node. The managed node might
|
|
4279
|
-
* exist or might not be responding. Undeliverable invocations don't count against the parent
|
|
4196
|
+
* <p>Undeliverable: The command can't be delivered to the managed node. The managed node might
|
|
4197
|
+
* not exist or might not be responding. Undeliverable invocations don't count against the parent
|
|
4280
4198
|
* command's MaxErrors limit and don't contribute to whether the parent command status is Success
|
|
4281
4199
|
* or Incomplete. This is a terminal state.</p>
|
|
4282
4200
|
* </li>
|
|
@@ -4357,8 +4275,9 @@ export interface ListCommandsRequest {
|
|
|
4357
4275
|
/**
|
|
4358
4276
|
* <p>(Optional) Lists commands issued against this managed node ID.</p>
|
|
4359
4277
|
* <note>
|
|
4360
|
-
* <p>You can't specify a managed node ID in the same command that you specify
|
|
4361
|
-
* <code>Pending</code>. This is because the command hasn't reached the
|
|
4278
|
+
* <p>You can't specify a managed node ID in the same command that you specify
|
|
4279
|
+
* <code>Status</code> = <code>Pending</code>. This is because the command hasn't reached the
|
|
4280
|
+
* managed node yet.</p>
|
|
4362
4281
|
* </note>
|
|
4363
4282
|
*/
|
|
4364
4283
|
InstanceId?: string;
|
|
@@ -4456,8 +4375,8 @@ export interface Command {
|
|
|
4456
4375
|
* <p>Pending: The command hasn't been sent to any managed nodes.</p>
|
|
4457
4376
|
* </li>
|
|
4458
4377
|
* <li>
|
|
4459
|
-
* <p>In Progress: The command has been sent to at least one managed node but hasn't reached a
|
|
4460
|
-
* state on all managed nodes.</p>
|
|
4378
|
+
* <p>In Progress: The command has been sent to at least one managed node but hasn't reached a
|
|
4379
|
+
* final state on all managed nodes.</p>
|
|
4461
4380
|
* </li>
|
|
4462
4381
|
* <li>
|
|
4463
4382
|
* <p>Success: The command successfully ran on all invocations. This is a terminal state.</p>
|
|
@@ -4480,7 +4399,7 @@ export interface Command {
|
|
|
4480
4399
|
* This is a terminal state.</p>
|
|
4481
4400
|
* </li>
|
|
4482
4401
|
* <li>
|
|
4483
|
-
* <p>
|
|
4402
|
+
* <p>Cancelled: The command was terminated before it was completed. This is a terminal
|
|
4484
4403
|
* state.</p>
|
|
4485
4404
|
* </li>
|
|
4486
4405
|
* <li>
|
|
@@ -4528,7 +4447,7 @@ export interface Command {
|
|
|
4528
4447
|
TargetCount?: number;
|
|
4529
4448
|
/**
|
|
4530
4449
|
* <p>The number of targets for which the command invocation reached a terminal state. Terminal
|
|
4531
|
-
* states include the following: Success, Failed, Execution Timed Out, Delivery Timed Out,
|
|
4450
|
+
* states include the following: Success, Failed, Execution Timed Out, Delivery Timed Out, Cancelled,
|
|
4532
4451
|
* Terminated, or Undeliverable.</p>
|
|
4533
4452
|
*/
|
|
4534
4453
|
CompletedCount?: number;
|
|
@@ -6133,12 +6052,6 @@ export interface DocumentPermissionLimit extends __SmithyException, $MetadataBea
|
|
|
6133
6052
|
$fault: "client";
|
|
6134
6053
|
Message?: string;
|
|
6135
6054
|
}
|
|
6136
|
-
export declare namespace DocumentPermissionLimit {
|
|
6137
|
-
/**
|
|
6138
|
-
* @internal
|
|
6139
|
-
*/
|
|
6140
|
-
const filterSensitiveLog: (obj: DocumentPermissionLimit) => any;
|
|
6141
|
-
}
|
|
6142
6055
|
export interface ModifyDocumentPermissionRequest {
|
|
6143
6056
|
/**
|
|
6144
6057
|
* <p>The name of the document that you want to share.</p>
|
|
@@ -6190,12 +6103,6 @@ export interface ComplianceTypeCountLimitExceededException extends __SmithyExcep
|
|
|
6190
6103
|
$fault: "client";
|
|
6191
6104
|
Message?: string;
|
|
6192
6105
|
}
|
|
6193
|
-
export declare namespace ComplianceTypeCountLimitExceededException {
|
|
6194
|
-
/**
|
|
6195
|
-
* @internal
|
|
6196
|
-
*/
|
|
6197
|
-
const filterSensitiveLog: (obj: ComplianceTypeCountLimitExceededException) => any;
|
|
6198
|
-
}
|
|
6199
6106
|
/**
|
|
6200
6107
|
* <p>One or more content items isn't valid.</p>
|
|
6201
6108
|
*/
|
|
@@ -6205,12 +6112,6 @@ export interface InvalidItemContentException extends __SmithyException, $Metadat
|
|
|
6205
6112
|
TypeName?: string;
|
|
6206
6113
|
Message?: string;
|
|
6207
6114
|
}
|
|
6208
|
-
export declare namespace InvalidItemContentException {
|
|
6209
|
-
/**
|
|
6210
|
-
* @internal
|
|
6211
|
-
*/
|
|
6212
|
-
const filterSensitiveLog: (obj: InvalidItemContentException) => any;
|
|
6213
|
-
}
|
|
6214
6115
|
/**
|
|
6215
6116
|
* <p>The inventory item size has exceeded the size limit.</p>
|
|
6216
6117
|
*/
|
|
@@ -6220,12 +6121,6 @@ export interface ItemSizeLimitExceededException extends __SmithyException, $Meta
|
|
|
6220
6121
|
TypeName?: string;
|
|
6221
6122
|
Message?: string;
|
|
6222
6123
|
}
|
|
6223
|
-
export declare namespace ItemSizeLimitExceededException {
|
|
6224
|
-
/**
|
|
6225
|
-
* @internal
|
|
6226
|
-
*/
|
|
6227
|
-
const filterSensitiveLog: (obj: ItemSizeLimitExceededException) => any;
|
|
6228
|
-
}
|
|
6229
6124
|
/**
|
|
6230
6125
|
* <p>Information about a compliance item.</p>
|
|
6231
6126
|
*/
|
|
@@ -6336,12 +6231,6 @@ export interface TotalSizeLimitExceededException extends __SmithyException, $Met
|
|
|
6336
6231
|
$fault: "client";
|
|
6337
6232
|
Message?: string;
|
|
6338
6233
|
}
|
|
6339
|
-
export declare namespace TotalSizeLimitExceededException {
|
|
6340
|
-
/**
|
|
6341
|
-
* @internal
|
|
6342
|
-
*/
|
|
6343
|
-
const filterSensitiveLog: (obj: TotalSizeLimitExceededException) => any;
|
|
6344
|
-
}
|
|
6345
6234
|
/**
|
|
6346
6235
|
* <p>You have exceeded the limit for custom schemas. Delete one or more custom schemas and try
|
|
6347
6236
|
* again.</p>
|
|
@@ -6351,12 +6240,6 @@ export interface CustomSchemaCountLimitExceededException extends __SmithyExcepti
|
|
|
6351
6240
|
$fault: "client";
|
|
6352
6241
|
Message?: string;
|
|
6353
6242
|
}
|
|
6354
|
-
export declare namespace CustomSchemaCountLimitExceededException {
|
|
6355
|
-
/**
|
|
6356
|
-
* @internal
|
|
6357
|
-
*/
|
|
6358
|
-
const filterSensitiveLog: (obj: CustomSchemaCountLimitExceededException) => any;
|
|
6359
|
-
}
|
|
6360
6243
|
/**
|
|
6361
6244
|
* <p>You specified invalid keys or values in the <code>Context</code> attribute for
|
|
6362
6245
|
* <code>InventoryItem</code>. Verify the keys and values, and try again.</p>
|
|
@@ -6366,12 +6249,6 @@ export interface InvalidInventoryItemContextException extends __SmithyException,
|
|
|
6366
6249
|
$fault: "client";
|
|
6367
6250
|
Message?: string;
|
|
6368
6251
|
}
|
|
6369
|
-
export declare namespace InvalidInventoryItemContextException {
|
|
6370
|
-
/**
|
|
6371
|
-
* @internal
|
|
6372
|
-
*/
|
|
6373
|
-
const filterSensitiveLog: (obj: InvalidInventoryItemContextException) => any;
|
|
6374
|
-
}
|
|
6375
6252
|
/**
|
|
6376
6253
|
* <p>The inventory item has invalid content. </p>
|
|
6377
6254
|
*/
|
|
@@ -6381,12 +6258,6 @@ export interface ItemContentMismatchException extends __SmithyException, $Metada
|
|
|
6381
6258
|
TypeName?: string;
|
|
6382
6259
|
Message?: string;
|
|
6383
6260
|
}
|
|
6384
|
-
export declare namespace ItemContentMismatchException {
|
|
6385
|
-
/**
|
|
6386
|
-
* @internal
|
|
6387
|
-
*/
|
|
6388
|
-
const filterSensitiveLog: (obj: ItemContentMismatchException) => any;
|
|
6389
|
-
}
|
|
6390
6261
|
/**
|
|
6391
6262
|
* <p>Information collected from managed nodes based on your inventory policy document</p>
|
|
6392
6263
|
*/
|
|
@@ -6470,12 +6341,6 @@ export interface SubTypeCountLimitExceededException extends __SmithyException, $
|
|
|
6470
6341
|
$fault: "client";
|
|
6471
6342
|
Message?: string;
|
|
6472
6343
|
}
|
|
6473
|
-
export declare namespace SubTypeCountLimitExceededException {
|
|
6474
|
-
/**
|
|
6475
|
-
* @internal
|
|
6476
|
-
*/
|
|
6477
|
-
const filterSensitiveLog: (obj: SubTypeCountLimitExceededException) => any;
|
|
6478
|
-
}
|
|
6479
6344
|
/**
|
|
6480
6345
|
* <p>The <code>Context</code> attribute that you specified for the <code>InventoryItem</code>
|
|
6481
6346
|
* isn't allowed for this inventory type. You can only use the <code>Context</code> attribute with
|
|
@@ -6487,12 +6352,6 @@ export interface UnsupportedInventoryItemContextException extends __SmithyExcept
|
|
|
6487
6352
|
TypeName?: string;
|
|
6488
6353
|
Message?: string;
|
|
6489
6354
|
}
|
|
6490
|
-
export declare namespace UnsupportedInventoryItemContextException {
|
|
6491
|
-
/**
|
|
6492
|
-
* @internal
|
|
6493
|
-
*/
|
|
6494
|
-
const filterSensitiveLog: (obj: UnsupportedInventoryItemContextException) => any;
|
|
6495
|
-
}
|
|
6496
6355
|
/**
|
|
6497
6356
|
* <p>Inventory item type schema version has to match supported versions in the service. Check
|
|
6498
6357
|
* output of GetInventorySchema to see the available schema version for each type.</p>
|
|
@@ -6502,12 +6361,6 @@ export interface UnsupportedInventorySchemaVersionException extends __SmithyExce
|
|
|
6502
6361
|
$fault: "client";
|
|
6503
6362
|
Message?: string;
|
|
6504
6363
|
}
|
|
6505
|
-
export declare namespace UnsupportedInventorySchemaVersionException {
|
|
6506
|
-
/**
|
|
6507
|
-
* @internal
|
|
6508
|
-
*/
|
|
6509
|
-
const filterSensitiveLog: (obj: UnsupportedInventorySchemaVersionException) => any;
|
|
6510
|
-
}
|
|
6511
6364
|
/**
|
|
6512
6365
|
* <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
6366
|
* constraints for parameter names</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
|
|
@@ -6521,12 +6374,6 @@ export interface HierarchyLevelLimitExceededException extends __SmithyException,
|
|
|
6521
6374
|
*/
|
|
6522
6375
|
message?: string;
|
|
6523
6376
|
}
|
|
6524
|
-
export declare namespace HierarchyLevelLimitExceededException {
|
|
6525
|
-
/**
|
|
6526
|
-
* @internal
|
|
6527
|
-
*/
|
|
6528
|
-
const filterSensitiveLog: (obj: HierarchyLevelLimitExceededException) => any;
|
|
6529
|
-
}
|
|
6530
6377
|
/**
|
|
6531
6378
|
* <p>Parameter Store doesn't support changing a parameter type in a hierarchy. For example, you
|
|
6532
6379
|
* can't change a parameter from a <code>String</code> type to a <code>SecureString</code> type. You
|
|
@@ -6542,12 +6389,6 @@ export interface HierarchyTypeMismatchException extends __SmithyException, $Meta
|
|
|
6542
6389
|
*/
|
|
6543
6390
|
message?: string;
|
|
6544
6391
|
}
|
|
6545
|
-
export declare namespace HierarchyTypeMismatchException {
|
|
6546
|
-
/**
|
|
6547
|
-
* @internal
|
|
6548
|
-
*/
|
|
6549
|
-
const filterSensitiveLog: (obj: HierarchyTypeMismatchException) => any;
|
|
6550
|
-
}
|
|
6551
6392
|
/**
|
|
6552
6393
|
* <p>There is a conflict in the policies specified for this parameter. You can't, for example,
|
|
6553
6394
|
* specify two Expiration policies for a parameter. Review your policies, and try again.</p>
|
|
@@ -6557,12 +6398,6 @@ export interface IncompatiblePolicyException extends __SmithyException, $Metadat
|
|
|
6557
6398
|
$fault: "client";
|
|
6558
6399
|
message?: string;
|
|
6559
6400
|
}
|
|
6560
|
-
export declare namespace IncompatiblePolicyException {
|
|
6561
|
-
/**
|
|
6562
|
-
* @internal
|
|
6563
|
-
*/
|
|
6564
|
-
const filterSensitiveLog: (obj: IncompatiblePolicyException) => any;
|
|
6565
|
-
}
|
|
6566
6401
|
/**
|
|
6567
6402
|
* <p>The request doesn't meet the regular expression requirement.</p>
|
|
6568
6403
|
*/
|
|
@@ -6574,12 +6409,6 @@ export interface InvalidAllowedPatternException extends __SmithyException, $Meta
|
|
|
6574
6409
|
*/
|
|
6575
6410
|
message?: string;
|
|
6576
6411
|
}
|
|
6577
|
-
export declare namespace InvalidAllowedPatternException {
|
|
6578
|
-
/**
|
|
6579
|
-
* @internal
|
|
6580
|
-
*/
|
|
6581
|
-
const filterSensitiveLog: (obj: InvalidAllowedPatternException) => any;
|
|
6582
|
-
}
|
|
6583
6412
|
/**
|
|
6584
6413
|
* <p>A policy attribute or its value is invalid. </p>
|
|
6585
6414
|
*/
|
|
@@ -6588,12 +6417,6 @@ export interface InvalidPolicyAttributeException extends __SmithyException, $Met
|
|
|
6588
6417
|
$fault: "client";
|
|
6589
6418
|
message?: string;
|
|
6590
6419
|
}
|
|
6591
|
-
export declare namespace InvalidPolicyAttributeException {
|
|
6592
|
-
/**
|
|
6593
|
-
* @internal
|
|
6594
|
-
*/
|
|
6595
|
-
const filterSensitiveLog: (obj: InvalidPolicyAttributeException) => any;
|
|
6596
|
-
}
|
|
6597
6420
|
/**
|
|
6598
6421
|
* <p>The policy type isn't supported. Parameter Store supports the following policy types:
|
|
6599
6422
|
* Expiration, ExpirationNotification, and NoChangeNotification.</p>
|
|
@@ -6603,12 +6426,6 @@ export interface InvalidPolicyTypeException extends __SmithyException, $Metadata
|
|
|
6603
6426
|
$fault: "client";
|
|
6604
6427
|
message?: string;
|
|
6605
6428
|
}
|
|
6606
|
-
export declare namespace InvalidPolicyTypeException {
|
|
6607
|
-
/**
|
|
6608
|
-
* @internal
|
|
6609
|
-
*/
|
|
6610
|
-
const filterSensitiveLog: (obj: InvalidPolicyTypeException) => any;
|
|
6611
|
-
}
|
|
6612
6429
|
/**
|
|
6613
6430
|
* <p>The parameter already exists. You can't create duplicate parameters.</p>
|
|
6614
6431
|
*/
|
|
@@ -6617,12 +6434,6 @@ export interface ParameterAlreadyExists extends __SmithyException, $MetadataBear
|
|
|
6617
6434
|
$fault: "client";
|
|
6618
6435
|
message?: string;
|
|
6619
6436
|
}
|
|
6620
|
-
export declare namespace ParameterAlreadyExists {
|
|
6621
|
-
/**
|
|
6622
|
-
* @internal
|
|
6623
|
-
*/
|
|
6624
|
-
const filterSensitiveLog: (obj: ParameterAlreadyExists) => any;
|
|
6625
|
-
}
|
|
6626
6437
|
/**
|
|
6627
6438
|
* <p>You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more
|
|
6628
6439
|
* parameters and try again.</p>
|
|
@@ -6632,12 +6443,6 @@ export interface ParameterLimitExceeded extends __SmithyException, $MetadataBear
|
|
|
6632
6443
|
$fault: "client";
|
|
6633
6444
|
message?: string;
|
|
6634
6445
|
}
|
|
6635
|
-
export declare namespace ParameterLimitExceeded {
|
|
6636
|
-
/**
|
|
6637
|
-
* @internal
|
|
6638
|
-
*/
|
|
6639
|
-
const filterSensitiveLog: (obj: ParameterLimitExceeded) => any;
|
|
6640
|
-
}
|
|
6641
6446
|
/**
|
|
6642
6447
|
* <p>Parameter Store retains the 100 most recently created versions of a parameter. After this
|
|
6643
6448
|
* number of versions has been created, Parameter Store deletes the oldest version when a new one is
|
|
@@ -6661,12 +6466,6 @@ export interface ParameterMaxVersionLimitExceeded extends __SmithyException, $Me
|
|
|
6661
6466
|
$fault: "client";
|
|
6662
6467
|
message?: string;
|
|
6663
6468
|
}
|
|
6664
|
-
export declare namespace ParameterMaxVersionLimitExceeded {
|
|
6665
|
-
/**
|
|
6666
|
-
* @internal
|
|
6667
|
-
*/
|
|
6668
|
-
const filterSensitiveLog: (obj: ParameterMaxVersionLimitExceeded) => any;
|
|
6669
|
-
}
|
|
6670
6469
|
/**
|
|
6671
6470
|
* <p>The parameter name isn't valid.</p>
|
|
6672
6471
|
*/
|
|
@@ -6678,12 +6477,6 @@ export interface ParameterPatternMismatchException extends __SmithyException, $M
|
|
|
6678
6477
|
*/
|
|
6679
6478
|
message?: string;
|
|
6680
6479
|
}
|
|
6681
|
-
export declare namespace ParameterPatternMismatchException {
|
|
6682
|
-
/**
|
|
6683
|
-
* @internal
|
|
6684
|
-
*/
|
|
6685
|
-
const filterSensitiveLog: (obj: ParameterPatternMismatchException) => any;
|
|
6686
|
-
}
|
|
6687
6480
|
/**
|
|
6688
6481
|
* <p>You specified more than the maximum number of allowed policies for the parameter. The
|
|
6689
6482
|
* maximum is 10.</p>
|
|
@@ -6693,12 +6486,6 @@ export interface PoliciesLimitExceededException extends __SmithyException, $Meta
|
|
|
6693
6486
|
$fault: "client";
|
|
6694
6487
|
message?: string;
|
|
6695
6488
|
}
|
|
6696
|
-
export declare namespace PoliciesLimitExceededException {
|
|
6697
|
-
/**
|
|
6698
|
-
* @internal
|
|
6699
|
-
*/
|
|
6700
|
-
const filterSensitiveLog: (obj: PoliciesLimitExceededException) => any;
|
|
6701
|
-
}
|
|
6702
6489
|
export interface PutParameterRequest {
|
|
6703
6490
|
/**
|
|
6704
6491
|
* <p>The fully qualified name of the parameter that you want to add to the system. The fully
|
|
@@ -6974,12 +6761,6 @@ export interface UnsupportedParameterType extends __SmithyException, $MetadataBe
|
|
|
6974
6761
|
$fault: "client";
|
|
6975
6762
|
message?: string;
|
|
6976
6763
|
}
|
|
6977
|
-
export declare namespace UnsupportedParameterType {
|
|
6978
|
-
/**
|
|
6979
|
-
* @internal
|
|
6980
|
-
*/
|
|
6981
|
-
const filterSensitiveLog: (obj: UnsupportedParameterType) => any;
|
|
6982
|
-
}
|
|
6983
6764
|
export interface RegisterDefaultPatchBaselineRequest {
|
|
6984
6765
|
/**
|
|
6985
6766
|
* <p>The ID of the patch baseline that should be the default patch baseline.</p>
|
|
@@ -7141,12 +6922,6 @@ export interface FeatureNotAvailableException extends __SmithyException, $Metada
|
|
|
7141
6922
|
$fault: "client";
|
|
7142
6923
|
Message?: string;
|
|
7143
6924
|
}
|
|
7144
|
-
export declare namespace FeatureNotAvailableException {
|
|
7145
|
-
/**
|
|
7146
|
-
* @internal
|
|
7147
|
-
*/
|
|
7148
|
-
const filterSensitiveLog: (obj: FeatureNotAvailableException) => any;
|
|
7149
|
-
}
|
|
7150
6925
|
export interface RegisterTaskWithMaintenanceWindowRequest {
|
|
7151
6926
|
/**
|
|
7152
6927
|
* <p>The ID of the maintenance window the task should be added to.</p>
|
|
@@ -7481,12 +7256,6 @@ export interface AutomationStepNotFoundException extends __SmithyException, $Met
|
|
|
7481
7256
|
$fault: "client";
|
|
7482
7257
|
Message?: string;
|
|
7483
7258
|
}
|
|
7484
|
-
export declare namespace AutomationStepNotFoundException {
|
|
7485
|
-
/**
|
|
7486
|
-
* @internal
|
|
7487
|
-
*/
|
|
7488
|
-
const filterSensitiveLog: (obj: AutomationStepNotFoundException) => any;
|
|
7489
|
-
}
|
|
7490
7259
|
/**
|
|
7491
7260
|
* <p>The signal isn't valid for the current Automation execution.</p>
|
|
7492
7261
|
*/
|
|
@@ -7495,12 +7264,6 @@ export interface InvalidAutomationSignalException extends __SmithyException, $Me
|
|
|
7495
7264
|
$fault: "client";
|
|
7496
7265
|
Message?: string;
|
|
7497
7266
|
}
|
|
7498
|
-
export declare namespace InvalidAutomationSignalException {
|
|
7499
|
-
/**
|
|
7500
|
-
* @internal
|
|
7501
|
-
*/
|
|
7502
|
-
const filterSensitiveLog: (obj: InvalidAutomationSignalException) => any;
|
|
7503
|
-
}
|
|
7504
7267
|
export declare enum SignalType {
|
|
7505
7268
|
APPROVE = "Approve",
|
|
7506
7269
|
REJECT = "Reject",
|
|
@@ -7564,12 +7327,6 @@ export interface InvalidNotificationConfig extends __SmithyException, $MetadataB
|
|
|
7564
7327
|
$fault: "client";
|
|
7565
7328
|
Message?: string;
|
|
7566
7329
|
}
|
|
7567
|
-
export declare namespace InvalidNotificationConfig {
|
|
7568
|
-
/**
|
|
7569
|
-
* @internal
|
|
7570
|
-
*/
|
|
7571
|
-
const filterSensitiveLog: (obj: InvalidNotificationConfig) => any;
|
|
7572
|
-
}
|
|
7573
7330
|
/**
|
|
7574
7331
|
* <p>The S3 bucket doesn't exist.</p>
|
|
7575
7332
|
*/
|
|
@@ -7577,12 +7334,6 @@ export interface InvalidOutputFolder extends __SmithyException, $MetadataBearer
|
|
|
7577
7334
|
name: "InvalidOutputFolder";
|
|
7578
7335
|
$fault: "client";
|
|
7579
7336
|
}
|
|
7580
|
-
export declare namespace InvalidOutputFolder {
|
|
7581
|
-
/**
|
|
7582
|
-
* @internal
|
|
7583
|
-
*/
|
|
7584
|
-
const filterSensitiveLog: (obj: InvalidOutputFolder) => any;
|
|
7585
|
-
}
|
|
7586
7337
|
/**
|
|
7587
7338
|
* <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
7339
|
* 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,17 +7344,11 @@ export interface InvalidRole extends __SmithyException, $MetadataBearer {
|
|
|
7593
7344
|
$fault: "client";
|
|
7594
7345
|
Message?: string;
|
|
7595
7346
|
}
|
|
7596
|
-
export declare namespace InvalidRole {
|
|
7597
|
-
/**
|
|
7598
|
-
* @internal
|
|
7599
|
-
*/
|
|
7600
|
-
const filterSensitiveLog: (obj: InvalidRole) => any;
|
|
7601
|
-
}
|
|
7602
7347
|
export interface SendCommandRequest {
|
|
7603
7348
|
/**
|
|
7604
|
-
* <p>The IDs of the managed nodes where the command should run. Specifying managed node IDs is
|
|
7605
|
-
* useful when you are targeting a limited number of managed nodes, though you can specify up
|
|
7606
|
-
* IDs.</p>
|
|
7349
|
+
* <p>The IDs of the managed nodes where the command should run. Specifying managed node IDs is
|
|
7350
|
+
* most useful when you are targeting a limited number of managed nodes, though you can specify up
|
|
7351
|
+
* to 50 IDs.</p>
|
|
7607
7352
|
* <p>To target a larger number of managed nodes, or if you prefer not to list individual node
|
|
7608
7353
|
* IDs, we recommend using the <code>Targets</code> option instead. Using <code>Targets</code>,
|
|
7609
7354
|
* which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a
|
|
@@ -7745,12 +7490,6 @@ export interface InvalidAssociation extends __SmithyException, $MetadataBearer {
|
|
|
7745
7490
|
$fault: "client";
|
|
7746
7491
|
Message?: string;
|
|
7747
7492
|
}
|
|
7748
|
-
export declare namespace InvalidAssociation {
|
|
7749
|
-
/**
|
|
7750
|
-
* @internal
|
|
7751
|
-
*/
|
|
7752
|
-
const filterSensitiveLog: (obj: InvalidAssociation) => any;
|
|
7753
|
-
}
|
|
7754
7493
|
export interface StartAssociationsOnceRequest {
|
|
7755
7494
|
/**
|
|
7756
7495
|
* <p>The association IDs that you want to run immediately and only one time.</p>
|
|
@@ -7779,12 +7518,6 @@ export interface AutomationDefinitionNotFoundException extends __SmithyException
|
|
|
7779
7518
|
$fault: "client";
|
|
7780
7519
|
Message?: string;
|
|
7781
7520
|
}
|
|
7782
|
-
export declare namespace AutomationDefinitionNotFoundException {
|
|
7783
|
-
/**
|
|
7784
|
-
* @internal
|
|
7785
|
-
*/
|
|
7786
|
-
const filterSensitiveLog: (obj: AutomationDefinitionNotFoundException) => any;
|
|
7787
|
-
}
|
|
7788
7521
|
/**
|
|
7789
7522
|
* <p>An Automation runbook with the specified name and version couldn't be found.</p>
|
|
7790
7523
|
*/
|
|
@@ -7793,12 +7526,6 @@ export interface AutomationDefinitionVersionNotFoundException extends __SmithyEx
|
|
|
7793
7526
|
$fault: "client";
|
|
7794
7527
|
Message?: string;
|
|
7795
7528
|
}
|
|
7796
|
-
export declare namespace AutomationDefinitionVersionNotFoundException {
|
|
7797
|
-
/**
|
|
7798
|
-
* @internal
|
|
7799
|
-
*/
|
|
7800
|
-
const filterSensitiveLog: (obj: AutomationDefinitionVersionNotFoundException) => any;
|
|
7801
|
-
}
|
|
7802
7529
|
/**
|
|
7803
7530
|
* <p>The number of simultaneously running Automation executions exceeded the allowable
|
|
7804
7531
|
* limit.</p>
|
|
@@ -7808,12 +7535,6 @@ export interface AutomationExecutionLimitExceededException extends __SmithyExcep
|
|
|
7808
7535
|
$fault: "client";
|
|
7809
7536
|
Message?: string;
|
|
7810
7537
|
}
|
|
7811
|
-
export declare namespace AutomationExecutionLimitExceededException {
|
|
7812
|
-
/**
|
|
7813
|
-
* @internal
|
|
7814
|
-
*/
|
|
7815
|
-
const filterSensitiveLog: (obj: AutomationExecutionLimitExceededException) => any;
|
|
7816
|
-
}
|
|
7817
7538
|
/**
|
|
7818
7539
|
* <p>The supplied parameters for invoking the specified Automation runbook are incorrect. For
|
|
7819
7540
|
* example, they may not match the set of parameters permitted for the specified Automation
|
|
@@ -7824,12 +7545,6 @@ export interface InvalidAutomationExecutionParametersException extends __SmithyE
|
|
|
7824
7545
|
$fault: "client";
|
|
7825
7546
|
Message?: string;
|
|
7826
7547
|
}
|
|
7827
|
-
export declare namespace InvalidAutomationExecutionParametersException {
|
|
7828
|
-
/**
|
|
7829
|
-
* @internal
|
|
7830
|
-
*/
|
|
7831
|
-
const filterSensitiveLog: (obj: InvalidAutomationExecutionParametersException) => any;
|
|
7832
|
-
}
|
|
7833
7548
|
export interface StartAutomationExecutionRequest {
|
|
7834
7549
|
/**
|
|
7835
7550
|
* <p>The name of the SSM document to run. This can be a public document or a custom document. To
|
|
@@ -7953,12 +7668,6 @@ export interface AutomationDefinitionNotApprovedException extends __SmithyExcept
|
|
|
7953
7668
|
$fault: "client";
|
|
7954
7669
|
Message?: string;
|
|
7955
7670
|
}
|
|
7956
|
-
export declare namespace AutomationDefinitionNotApprovedException {
|
|
7957
|
-
/**
|
|
7958
|
-
* @internal
|
|
7959
|
-
*/
|
|
7960
|
-
const filterSensitiveLog: (obj: AutomationDefinitionNotApprovedException) => any;
|
|
7961
|
-
}
|
|
7962
7671
|
export interface StartChangeRequestExecutionRequest {
|
|
7963
7672
|
/**
|
|
7964
7673
|
* <p>The date and time specified in the change request to run the Automation runbooks.</p>
|
|
@@ -8126,22 +7835,17 @@ export declare namespace StartSessionResponse {
|
|
|
8126
7835
|
const filterSensitiveLog: (obj: StartSessionResponse) => any;
|
|
8127
7836
|
}
|
|
8128
7837
|
/**
|
|
8129
|
-
* <p>The specified target managed node for the session isn't fully configured for use with Session Manager.
|
|
8130
|
-
* more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Getting started with
|
|
7838
|
+
* <p>The specified target managed node for the session isn't fully configured for use with Session Manager.
|
|
7839
|
+
* For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Getting started with
|
|
8131
7840
|
* Session Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. This error is also returned if you
|
|
8132
|
-
* attempt to start a session on a managed node that is located in a different account or
|
|
7841
|
+
* attempt to start a session on a managed node that is located in a different account or
|
|
7842
|
+
* Region</p>
|
|
8133
7843
|
*/
|
|
8134
7844
|
export interface TargetNotConnected extends __SmithyException, $MetadataBearer {
|
|
8135
7845
|
name: "TargetNotConnected";
|
|
8136
7846
|
$fault: "client";
|
|
8137
7847
|
Message?: string;
|
|
8138
7848
|
}
|
|
8139
|
-
export declare namespace TargetNotConnected {
|
|
8140
|
-
/**
|
|
8141
|
-
* @internal
|
|
8142
|
-
*/
|
|
8143
|
-
const filterSensitiveLog: (obj: TargetNotConnected) => any;
|
|
8144
|
-
}
|
|
8145
7849
|
/**
|
|
8146
7850
|
* <p>The specified update status operation isn't valid.</p>
|
|
8147
7851
|
*/
|
|
@@ -8150,12 +7854,6 @@ export interface InvalidAutomationStatusUpdateException extends __SmithyExceptio
|
|
|
8150
7854
|
$fault: "client";
|
|
8151
7855
|
Message?: string;
|
|
8152
7856
|
}
|
|
8153
|
-
export declare namespace InvalidAutomationStatusUpdateException {
|
|
8154
|
-
/**
|
|
8155
|
-
* @internal
|
|
8156
|
-
*/
|
|
8157
|
-
const filterSensitiveLog: (obj: InvalidAutomationStatusUpdateException) => any;
|
|
8158
|
-
}
|
|
8159
7857
|
export declare enum StopType {
|
|
8160
7858
|
CANCEL = "Cancel",
|
|
8161
7859
|
COMPLETE = "Complete"
|
|
@@ -8255,12 +7953,6 @@ export interface AssociationVersionLimitExceeded extends __SmithyException, $Met
|
|
|
8255
7953
|
$fault: "client";
|
|
8256
7954
|
Message?: string;
|
|
8257
7955
|
}
|
|
8258
|
-
export declare namespace AssociationVersionLimitExceeded {
|
|
8259
|
-
/**
|
|
8260
|
-
* @internal
|
|
8261
|
-
*/
|
|
8262
|
-
const filterSensitiveLog: (obj: AssociationVersionLimitExceeded) => any;
|
|
8263
|
-
}
|
|
8264
7956
|
/**
|
|
8265
7957
|
* <p>The update isn't valid.</p>
|
|
8266
7958
|
*/
|
|
@@ -8269,12 +7961,6 @@ export interface InvalidUpdate extends __SmithyException, $MetadataBearer {
|
|
|
8269
7961
|
$fault: "client";
|
|
8270
7962
|
Message?: string;
|
|
8271
7963
|
}
|
|
8272
|
-
export declare namespace InvalidUpdate {
|
|
8273
|
-
/**
|
|
8274
|
-
* @internal
|
|
8275
|
-
*/
|
|
8276
|
-
const filterSensitiveLog: (obj: InvalidUpdate) => any;
|
|
8277
|
-
}
|
|
8278
7964
|
export interface UpdateAssociationRequest {
|
|
8279
7965
|
/**
|
|
8280
7966
|
* <p>The ID of the association you want to update. </p>
|
|
@@ -8290,6 +7976,9 @@ export interface UpdateAssociationRequest {
|
|
|
8290
7976
|
};
|
|
8291
7977
|
/**
|
|
8292
7978
|
* <p>The document version you want update for the association. </p>
|
|
7979
|
+
* <important>
|
|
7980
|
+
* <p>State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the <code>default</code> version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to <code>default</code>.</p>
|
|
7981
|
+
* </important>
|
|
8293
7982
|
*/
|
|
8294
7983
|
DocumentVersion?: string;
|
|
8295
7984
|
/**
|
|
@@ -8360,8 +8049,8 @@ export interface UpdateAssociationRequest {
|
|
|
8360
8049
|
* value is 100%, which means all targets run the association at the same time.</p>
|
|
8361
8050
|
* <p>If a new managed node starts and attempts to run an association while Systems Manager is running
|
|
8362
8051
|
* <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
|
|
8363
|
-
* association interval, the new managed node will process its association within the limit
|
|
8364
|
-
* for <code>MaxConcurrency</code>.</p>
|
|
8052
|
+
* association interval, the new managed node will process its association within the limit
|
|
8053
|
+
* specified for <code>MaxConcurrency</code>.</p>
|
|
8365
8054
|
*/
|
|
8366
8055
|
MaxConcurrency?: string;
|
|
8367
8056
|
/**
|
|
@@ -8431,12 +8120,6 @@ export interface StatusUnchanged extends __SmithyException, $MetadataBearer {
|
|
|
8431
8120
|
name: "StatusUnchanged";
|
|
8432
8121
|
$fault: "client";
|
|
8433
8122
|
}
|
|
8434
|
-
export declare namespace StatusUnchanged {
|
|
8435
|
-
/**
|
|
8436
|
-
* @internal
|
|
8437
|
-
*/
|
|
8438
|
-
const filterSensitiveLog: (obj: StatusUnchanged) => any;
|
|
8439
|
-
}
|
|
8440
8123
|
export interface UpdateAssociationStatusRequest {
|
|
8441
8124
|
/**
|
|
8442
8125
|
* <p>The name of the SSM document.</p>
|
|
@@ -8478,12 +8161,6 @@ export interface DocumentVersionLimitExceeded extends __SmithyException, $Metada
|
|
|
8478
8161
|
$fault: "client";
|
|
8479
8162
|
Message?: string;
|
|
8480
8163
|
}
|
|
8481
|
-
export declare namespace DocumentVersionLimitExceeded {
|
|
8482
|
-
/**
|
|
8483
|
-
* @internal
|
|
8484
|
-
*/
|
|
8485
|
-
const filterSensitiveLog: (obj: DocumentVersionLimitExceeded) => any;
|
|
8486
|
-
}
|
|
8487
8164
|
/**
|
|
8488
8165
|
* <p>The content of the association document matches another document. Change the content of the
|
|
8489
8166
|
* document and try again.</p>
|
|
@@ -8493,12 +8170,6 @@ export interface DuplicateDocumentContent extends __SmithyException, $MetadataBe
|
|
|
8493
8170
|
$fault: "client";
|
|
8494
8171
|
Message?: string;
|
|
8495
8172
|
}
|
|
8496
|
-
export declare namespace DuplicateDocumentContent {
|
|
8497
|
-
/**
|
|
8498
|
-
* @internal
|
|
8499
|
-
*/
|
|
8500
|
-
const filterSensitiveLog: (obj: DuplicateDocumentContent) => any;
|
|
8501
|
-
}
|
|
8502
8173
|
/**
|
|
8503
8174
|
* <p>The version name has already been used in this document. Specify a different version name,
|
|
8504
8175
|
* and then try again.</p>
|
|
@@ -8508,12 +8179,6 @@ export interface DuplicateDocumentVersionName extends __SmithyException, $Metada
|
|
|
8508
8179
|
$fault: "client";
|
|
8509
8180
|
Message?: string;
|
|
8510
8181
|
}
|
|
8511
|
-
export declare namespace DuplicateDocumentVersionName {
|
|
8512
|
-
/**
|
|
8513
|
-
* @internal
|
|
8514
|
-
*/
|
|
8515
|
-
const filterSensitiveLog: (obj: DuplicateDocumentVersionName) => any;
|
|
8516
|
-
}
|
|
8517
8182
|
export interface UpdateDocumentRequest {
|
|
8518
8183
|
/**
|
|
8519
8184
|
* <p>A valid JSON or YAML string.</p>
|