@aws-sdk/client-ssm 3.43.0 → 3.44.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 +11 -0
- package/README.md +12 -6
- package/dist-cjs/commands/UpdateDocumentMetadataCommand.js +2 -1
- package/dist-cjs/models/models_0.js +9 -8
- package/dist-cjs/models/models_1.js +12 -12
- package/dist-cjs/models/models_2.js +7 -1
- package/dist-cjs/protocols/Aws_json1_1.js +2 -0
- package/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -1
- package/dist-es/models/models_0.js +7 -6
- package/dist-es/models/models_1.js +6 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +2 -0
- package/dist-types/SSM.d.ts +87 -81
- package/dist-types/SSMClient.d.ts +12 -6
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -5
- package/dist-types/commands/CreateActivationCommand.d.ts +6 -6
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +6 -6
- package/dist-types/commands/CreateAssociationCommand.d.ts +10 -10
- package/dist-types/commands/CreateDocumentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActivationCommand.d.ts +2 -3
- package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -4
- package/dist-types/commands/DeleteDocumentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +7 -6
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +2 -2
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -2
- package/dist-types/commands/GetInventoryCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +4 -4
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -1
- package/dist-types/commands/PutInventoryCommand.d.ts +1 -1
- package/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/dist-types/commands/StartSessionCommand.d.ts +1 -1
- package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +194 -192
- package/dist-types/models/models_1.d.ts +188 -194
- package/dist-types/models/models_2.d.ts +21 -13
- package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +10 -5
- package/dist-types/ts3.4/models/models_1.d.ts +6 -7
- package/dist-types/ts3.4/models/models_2.d.ts +6 -0
- package/package.json +1 -1
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterStringFilter, ParameterTier,
|
|
2
|
+
import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterStringFilter, ParameterTier, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
|
|
3
|
+
export declare enum ParameterType {
|
|
4
|
+
SECURE_STRING = "SecureString",
|
|
5
|
+
STRING = "String",
|
|
6
|
+
STRING_LIST = "StringList"
|
|
7
|
+
}
|
|
3
8
|
/**
|
|
4
9
|
* <p>Metadata includes information like the ARN of the last user and the date/time the parameter
|
|
5
10
|
* was last used.</p>
|
|
@@ -299,25 +304,26 @@ export declare namespace DescribePatchGroupStateRequest {
|
|
|
299
304
|
}
|
|
300
305
|
export interface DescribePatchGroupStateResult {
|
|
301
306
|
/**
|
|
302
|
-
* <p>The number of
|
|
307
|
+
* <p>The number of managed nodes in the patch group.</p>
|
|
303
308
|
*/
|
|
304
309
|
Instances?: number;
|
|
305
310
|
/**
|
|
306
|
-
* <p>The number of
|
|
311
|
+
* <p>The number of managed nodes with installed patches.</p>
|
|
307
312
|
*/
|
|
308
313
|
InstancesWithInstalledPatches?: number;
|
|
309
314
|
/**
|
|
310
|
-
* <p>The number of
|
|
315
|
+
* <p>The number of managed nodes with patches installed that aren't defined in the patch
|
|
311
316
|
* baseline.</p>
|
|
312
317
|
*/
|
|
313
318
|
InstancesWithInstalledOtherPatches?: number;
|
|
314
319
|
/**
|
|
315
|
-
* <p>The number of
|
|
316
|
-
* after the patch installation. The status of these
|
|
320
|
+
* <p>The number of managed nodes with patches installed by Patch Manager that haven't been
|
|
321
|
+
* rebooted after the patch installation. The status of these managed nodes is
|
|
322
|
+
* <code>NON_COMPLIANT</code>.</p>
|
|
317
323
|
*/
|
|
318
324
|
InstancesWithInstalledPendingRebootPatches?: number;
|
|
319
325
|
/**
|
|
320
|
-
* <p>The number of
|
|
326
|
+
* <p>The number of managed nodes with patches installed that are specified in a
|
|
321
327
|
* <code>RejectedPatches</code> list. Patches with a status of <code>INSTALLED_REJECTED</code> were
|
|
322
328
|
* typically installed before they were added to a <code>RejectedPatches</code> list.</p>
|
|
323
329
|
* <note>
|
|
@@ -328,40 +334,41 @@ export interface DescribePatchGroupStateResult {
|
|
|
328
334
|
*/
|
|
329
335
|
InstancesWithInstalledRejectedPatches?: number;
|
|
330
336
|
/**
|
|
331
|
-
* <p>The number of
|
|
337
|
+
* <p>The number of managed nodes with missing patches from the patch baseline.</p>
|
|
332
338
|
*/
|
|
333
339
|
InstancesWithMissingPatches?: number;
|
|
334
340
|
/**
|
|
335
|
-
* <p>The number of
|
|
341
|
+
* <p>The number of managed nodes with patches from the patch baseline that failed to
|
|
342
|
+
* install.</p>
|
|
336
343
|
*/
|
|
337
344
|
InstancesWithFailedPatches?: number;
|
|
338
345
|
/**
|
|
339
|
-
* <p>The number of
|
|
346
|
+
* <p>The number of managed nodes with patches that aren't applicable.</p>
|
|
340
347
|
*/
|
|
341
348
|
InstancesWithNotApplicablePatches?: number;
|
|
342
349
|
/**
|
|
343
|
-
* <p>The number of
|
|
344
|
-
* which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.</p>
|
|
350
|
+
* <p>The number of managed nodes with <code>NotApplicable</code> patches beyond the supported
|
|
351
|
+
* limit, which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.</p>
|
|
345
352
|
*/
|
|
346
353
|
InstancesWithUnreportedNotApplicablePatches?: number;
|
|
347
354
|
/**
|
|
348
|
-
* <p>The number of
|
|
355
|
+
* <p>The number of managed nodes where patches that are specified as <code>Critical</code> for
|
|
349
356
|
* compliance reporting in the patch baseline aren't installed. These patches might be missing, have
|
|
350
|
-
* failed installation, were rejected, or were installed but awaiting a required
|
|
351
|
-
* The status of these
|
|
357
|
+
* failed installation, were rejected, or were installed but awaiting a required managed node reboot.
|
|
358
|
+
* The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
352
359
|
*/
|
|
353
360
|
InstancesWithCriticalNonCompliantPatches?: number;
|
|
354
361
|
/**
|
|
355
|
-
* <p>The number of
|
|
356
|
-
* advisory aren't installed. These patches might be missing, have failed installation, were
|
|
357
|
-
* rejected, or were installed but awaiting a required
|
|
358
|
-
*
|
|
362
|
+
* <p>The number of managed nodes where patches that are specified as <code>Security</code> in a
|
|
363
|
+
* 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 managed
|
|
365
|
+
* nodes is <code>NON_COMPLIANT</code>.</p>
|
|
359
366
|
*/
|
|
360
367
|
InstancesWithSecurityNonCompliantPatches?: number;
|
|
361
368
|
/**
|
|
362
|
-
* <p>The number of
|
|
369
|
+
* <p>The number of managed nodes with patches installed that are specified as other than
|
|
363
370
|
* <code>Critical</code> or <code>Security</code> but aren't compliant with the patch baseline. The
|
|
364
|
-
* status of these
|
|
371
|
+
* status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
365
372
|
*/
|
|
366
373
|
InstancesWithOtherNonCompliantPatches?: number;
|
|
367
374
|
}
|
|
@@ -460,7 +467,7 @@ export interface SessionFilter {
|
|
|
460
467
|
* 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.</p>
|
|
461
468
|
* </li>
|
|
462
469
|
* <li>
|
|
463
|
-
* <p>Target: Specify
|
|
470
|
+
* <p>Target: Specify a managed node to which session connections have been made.</p>
|
|
464
471
|
* </li>
|
|
465
472
|
* <li>
|
|
466
473
|
* <p>Owner: Specify an Amazon Web Services user account to see a list of sessions started by that
|
|
@@ -561,7 +568,7 @@ export declare enum SessionStatus {
|
|
|
561
568
|
TERMINATING = "Terminating"
|
|
562
569
|
}
|
|
563
570
|
/**
|
|
564
|
-
* <p>Information about a Session Manager connection to
|
|
571
|
+
* <p>Information about a Session Manager connection to a managed node.</p>
|
|
565
572
|
*/
|
|
566
573
|
export interface Session {
|
|
567
574
|
/**
|
|
@@ -569,7 +576,7 @@ export interface Session {
|
|
|
569
576
|
*/
|
|
570
577
|
SessionId?: string;
|
|
571
578
|
/**
|
|
572
|
-
* <p>The
|
|
579
|
+
* <p>The managed node that the Session Manager session connected to.</p>
|
|
573
580
|
*/
|
|
574
581
|
Target?: string;
|
|
575
582
|
/**
|
|
@@ -973,9 +980,8 @@ export interface GetCommandInvocationRequest {
|
|
|
973
980
|
*/
|
|
974
981
|
CommandId: string | undefined;
|
|
975
982
|
/**
|
|
976
|
-
* <p>(Required) The ID of the managed
|
|
977
|
-
*
|
|
978
|
-
* Amazon Web Services Systems Manager.</p>
|
|
983
|
+
* <p>(Required) The ID of the managed node targeted by the command. A <i>managed node</i> can be an
|
|
984
|
+
* Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, and on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.</p>
|
|
979
985
|
*/
|
|
980
986
|
InstanceId: string | undefined;
|
|
981
987
|
/**
|
|
@@ -1039,8 +1045,8 @@ export interface GetCommandInvocationResult {
|
|
|
1039
1045
|
*/
|
|
1040
1046
|
CommandId?: string;
|
|
1041
1047
|
/**
|
|
1042
|
-
* <p>The ID of the managed
|
|
1043
|
-
* instance or
|
|
1048
|
+
* <p>The ID of the managed node targeted by the command. A <i>managed node</i> can be an
|
|
1049
|
+
* Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.</p>
|
|
1044
1050
|
*/
|
|
1045
1051
|
InstanceId?: string;
|
|
1046
1052
|
/**
|
|
@@ -1062,8 +1068,8 @@ export interface GetCommandInvocationResult {
|
|
|
1062
1068
|
PluginName?: string;
|
|
1063
1069
|
/**
|
|
1064
1070
|
* <p>The error level response code for the plugin script. If the response code is
|
|
1065
|
-
* <code>-1</code>, then the command hasn't started running on the
|
|
1066
|
-
* by the
|
|
1071
|
+
* <code>-1</code>, then the command hasn't started running on the managed node, or it wasn't received
|
|
1072
|
+
* by the node.</p>
|
|
1067
1073
|
*/
|
|
1068
1074
|
ResponseCode?: number;
|
|
1069
1075
|
/**
|
|
@@ -1104,33 +1110,33 @@ export interface GetCommandInvocationResult {
|
|
|
1104
1110
|
* <code>StatusDetails</code> can be one of the following values:</p>
|
|
1105
1111
|
* <ul>
|
|
1106
1112
|
* <li>
|
|
1107
|
-
* <p>Pending: The command hasn't been sent to the
|
|
1113
|
+
* <p>Pending: The command hasn't been sent to the managed node.</p>
|
|
1108
1114
|
* </li>
|
|
1109
1115
|
* <li>
|
|
1110
|
-
* <p>In Progress: The command has been sent to the
|
|
1116
|
+
* <p>In Progress: The command has been sent to the managed node but hasn't reached a terminal
|
|
1111
1117
|
* state.</p>
|
|
1112
1118
|
* </li>
|
|
1113
1119
|
* <li>
|
|
1114
1120
|
* <p>Delayed: The system attempted to send the command to the target, but the target wasn't
|
|
1115
|
-
* available. The
|
|
1121
|
+
* available. The managed node might not be available because of network issues, because the node
|
|
1116
1122
|
* was stopped, or for similar reasons. The system will try to send the command again.</p>
|
|
1117
1123
|
* </li>
|
|
1118
1124
|
* <li>
|
|
1119
1125
|
* <p>Success: The command or plugin ran successfully. This is a terminal state.</p>
|
|
1120
1126
|
* </li>
|
|
1121
1127
|
* <li>
|
|
1122
|
-
* <p>Delivery Timed Out: The command wasn't delivered to the
|
|
1128
|
+
* <p>Delivery Timed Out: The command wasn't delivered to the managed node before the delivery
|
|
1123
1129
|
* timeout expired. Delivery timeouts don't count against the parent command's
|
|
1124
1130
|
* <code>MaxErrors</code> limit, but they do contribute to whether the parent command status is
|
|
1125
1131
|
* Success or Incomplete. This is a terminal state.</p>
|
|
1126
1132
|
* </li>
|
|
1127
1133
|
* <li>
|
|
1128
|
-
* <p>Execution Timed Out: The command started to run on the
|
|
1134
|
+
* <p>Execution Timed Out: The command started to run on the managed node, but the execution wasn't
|
|
1129
1135
|
* complete before the timeout expired. Execution timeouts count against the
|
|
1130
1136
|
* <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
|
|
1131
1137
|
* </li>
|
|
1132
1138
|
* <li>
|
|
1133
|
-
* <p>Failed: The command wasn't run successfully on the
|
|
1139
|
+
* <p>Failed: The command wasn't run successfully on the managed node. For a plugin, this indicates
|
|
1134
1140
|
* that the result code wasn't zero. For a command invocation, this indicates that the result code
|
|
1135
1141
|
* for one or more plugins wasn't zero. Invocation failures count against the
|
|
1136
1142
|
* <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
|
|
@@ -1140,7 +1146,7 @@ export interface GetCommandInvocationResult {
|
|
|
1140
1146
|
* state.</p>
|
|
1141
1147
|
* </li>
|
|
1142
1148
|
* <li>
|
|
1143
|
-
* <p>Undeliverable: The command can't be delivered to the
|
|
1149
|
+
* <p>Undeliverable: The command can't be delivered to the managed node. The node might not
|
|
1144
1150
|
* exist or might not be responding. Undeliverable invocations don't count against the parent
|
|
1145
1151
|
* command's <code>MaxErrors</code> limit and don't contribute to whether the parent command
|
|
1146
1152
|
* status is Success or Incomplete. This is a terminal state.</p>
|
|
@@ -1198,8 +1204,8 @@ export declare namespace InvalidPluginName {
|
|
|
1198
1204
|
const filterSensitiveLog: (obj: InvalidPluginName) => any;
|
|
1199
1205
|
}
|
|
1200
1206
|
/**
|
|
1201
|
-
* <p>The command ID and
|
|
1202
|
-
* command ID and the
|
|
1207
|
+
* <p>The command ID and managed node ID you specified didn't match any invocations. Verify the
|
|
1208
|
+
* command ID and the managed node ID and try again. </p>
|
|
1203
1209
|
*/
|
|
1204
1210
|
export interface InvocationDoesNotExist extends __SmithyException, $MetadataBearer {
|
|
1205
1211
|
name: "InvocationDoesNotExist";
|
|
@@ -1213,7 +1219,7 @@ export declare namespace InvocationDoesNotExist {
|
|
|
1213
1219
|
}
|
|
1214
1220
|
export interface GetConnectionStatusRequest {
|
|
1215
1221
|
/**
|
|
1216
|
-
* <p>The
|
|
1222
|
+
* <p>The managed node ID.</p>
|
|
1217
1223
|
*/
|
|
1218
1224
|
Target: string | undefined;
|
|
1219
1225
|
}
|
|
@@ -1229,11 +1235,11 @@ export declare enum ConnectionStatus {
|
|
|
1229
1235
|
}
|
|
1230
1236
|
export interface GetConnectionStatusResponse {
|
|
1231
1237
|
/**
|
|
1232
|
-
* <p>The ID of the
|
|
1238
|
+
* <p>The ID of the managed node to check connection status. </p>
|
|
1233
1239
|
*/
|
|
1234
1240
|
Target?: string;
|
|
1235
1241
|
/**
|
|
1236
|
-
* <p>The status of the connection to the
|
|
1242
|
+
* <p>The status of the connection to the managed node. For example, 'Connected' or 'Not
|
|
1237
1243
|
* Connected'.</p>
|
|
1238
1244
|
*/
|
|
1239
1245
|
Status?: ConnectionStatus | string;
|
|
@@ -1315,13 +1321,13 @@ export interface BaselineOverride {
|
|
|
1315
1321
|
RejectedPatchesAction?: PatchAction | string;
|
|
1316
1322
|
/**
|
|
1317
1323
|
* <p>Indicates whether the list of approved patches includes non-security updates that should be
|
|
1318
|
-
* applied to the
|
|
1319
|
-
* only.</p>
|
|
1324
|
+
* applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
|
|
1325
|
+
* nodes only.</p>
|
|
1320
1326
|
*/
|
|
1321
1327
|
ApprovedPatchesEnableNonSecurity?: boolean;
|
|
1322
1328
|
/**
|
|
1323
|
-
* <p>Information about the patches to use to update the
|
|
1324
|
-
* systems and source repositories. Applies to Linux
|
|
1329
|
+
* <p>Information about the patches to use to update the managed nodes, including target operating
|
|
1330
|
+
* systems and source repositories. Applies to Linux managed nodes only.</p>
|
|
1325
1331
|
*/
|
|
1326
1332
|
Sources?: PatchSource[];
|
|
1327
1333
|
}
|
|
@@ -1333,7 +1339,7 @@ export declare namespace BaselineOverride {
|
|
|
1333
1339
|
}
|
|
1334
1340
|
export interface GetDeployablePatchSnapshotForInstanceRequest {
|
|
1335
1341
|
/**
|
|
1336
|
-
* <p>The ID of the
|
|
1342
|
+
* <p>The ID of the managed node for which the appropriate patch snapshot should be retrieved.</p>
|
|
1337
1343
|
*/
|
|
1338
1344
|
InstanceId: string | undefined;
|
|
1339
1345
|
/**
|
|
@@ -1353,7 +1359,7 @@ export declare namespace GetDeployablePatchSnapshotForInstanceRequest {
|
|
|
1353
1359
|
}
|
|
1354
1360
|
export interface GetDeployablePatchSnapshotForInstanceResult {
|
|
1355
1361
|
/**
|
|
1356
|
-
* <p>The
|
|
1362
|
+
* <p>The managed node ID.</p>
|
|
1357
1363
|
*/
|
|
1358
1364
|
InstanceId?: string;
|
|
1359
1365
|
/**
|
|
@@ -1367,7 +1373,7 @@ export interface GetDeployablePatchSnapshotForInstanceResult {
|
|
|
1367
1373
|
SnapshotDownloadUrl?: string;
|
|
1368
1374
|
/**
|
|
1369
1375
|
* <p>Returns the specific operating system (for example Windows Server 2012 or Amazon Linux
|
|
1370
|
-
* 2015.09) on the
|
|
1376
|
+
* 2015.09) on the managed node for the specified patch snapshot.</p>
|
|
1371
1377
|
*/
|
|
1372
1378
|
Product?: string;
|
|
1373
1379
|
}
|
|
@@ -1544,7 +1550,7 @@ export interface InventoryFilter {
|
|
|
1544
1550
|
*/
|
|
1545
1551
|
Key: string | undefined;
|
|
1546
1552
|
/**
|
|
1547
|
-
* <p>Inventory filter values. Example: inventory filter where
|
|
1553
|
+
* <p>Inventory filter values. Example: inventory filter where managed node IDs are specified as
|
|
1548
1554
|
* values <code>Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g,
|
|
1549
1555
|
* i-1a2b3c4d5e6,Type=Equal</code>. </p>
|
|
1550
1556
|
*/
|
|
@@ -1644,8 +1650,8 @@ export declare namespace InventoryResultItem {
|
|
|
1644
1650
|
*/
|
|
1645
1651
|
export interface InventoryResultEntity {
|
|
1646
1652
|
/**
|
|
1647
|
-
* <p>ID of the inventory result entity. For example, for managed
|
|
1648
|
-
* will be the managed
|
|
1653
|
+
* <p>ID of the inventory result entity. For example, for managed node inventory the result
|
|
1654
|
+
* will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.
|
|
1649
1655
|
* </p>
|
|
1650
1656
|
*/
|
|
1651
1657
|
Id?: string;
|
|
@@ -1664,7 +1670,7 @@ export declare namespace InventoryResultEntity {
|
|
|
1664
1670
|
}
|
|
1665
1671
|
export interface GetInventoryResult {
|
|
1666
1672
|
/**
|
|
1667
|
-
* <p>Collection of inventory entities such as a collection of
|
|
1673
|
+
* <p>Collection of inventory entities such as a collection of managed node inventory. </p>
|
|
1668
1674
|
*/
|
|
1669
1675
|
Entities?: InventoryResultEntity[];
|
|
1670
1676
|
/**
|
|
@@ -2273,8 +2279,8 @@ export interface NotificationConfig {
|
|
|
2273
2279
|
* </li>
|
|
2274
2280
|
* <li>
|
|
2275
2281
|
* <p>
|
|
2276
|
-
* <code>Invocation</code>: For commands sent to multiple
|
|
2277
|
-
* a per-
|
|
2282
|
+
* <code>Invocation</code>: For commands sent to multiple managed nodes, receive notification
|
|
2283
|
+
* on a per-node basis when the status of a command changes. </p>
|
|
2278
2284
|
* </li>
|
|
2279
2285
|
* </ul>
|
|
2280
2286
|
*/
|
|
@@ -2341,7 +2347,7 @@ export interface MaintenanceWindowRunCommandParameters {
|
|
|
2341
2347
|
*/
|
|
2342
2348
|
DocumentVersion?: string;
|
|
2343
2349
|
/**
|
|
2344
|
-
* <p>Configurations for sending notifications about command status changes on a per-
|
|
2350
|
+
* <p>Configurations for sending notifications about command status changes on a per-managed node
|
|
2345
2351
|
* basis.</p>
|
|
2346
2352
|
*/
|
|
2347
2353
|
NotificationConfig?: NotificationConfig;
|
|
@@ -3238,8 +3244,8 @@ export interface GetPatchBaselineResult {
|
|
|
3238
3244
|
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
|
|
3239
3245
|
/**
|
|
3240
3246
|
* <p>Indicates whether the list of approved patches includes non-security updates that should be
|
|
3241
|
-
* applied to the
|
|
3242
|
-
* only.</p>
|
|
3247
|
+
* applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
|
|
3248
|
+
* nodes only.</p>
|
|
3243
3249
|
*/
|
|
3244
3250
|
ApprovedPatchesEnableNonSecurity?: boolean;
|
|
3245
3251
|
/**
|
|
@@ -3269,8 +3275,8 @@ export interface GetPatchBaselineResult {
|
|
|
3269
3275
|
*/
|
|
3270
3276
|
Description?: string;
|
|
3271
3277
|
/**
|
|
3272
|
-
* <p>Information about the patches to use to update the
|
|
3273
|
-
* systems and source repositories. Applies to Linux
|
|
3278
|
+
* <p>Information about the patches to use to update the managed nodes, including target operating
|
|
3279
|
+
* systems and source repositories. Applies to Linux managed nodes only.</p>
|
|
3274
3280
|
*/
|
|
3275
3281
|
Sources?: PatchSource[];
|
|
3276
3282
|
}
|
|
@@ -3548,7 +3554,7 @@ export interface ListAssociationsRequest {
|
|
|
3548
3554
|
* <note>
|
|
3549
3555
|
* <p>Filtering associations using the <code>InstanceID</code> attribute only returns legacy
|
|
3550
3556
|
* associations created using the <code>InstanceID</code> attribute. Associations targeting the
|
|
3551
|
-
*
|
|
3557
|
+
* managed node that are part of the Target Attributes <code>ResourceGroup</code> or <code>Tags</code>
|
|
3552
3558
|
* aren't returned.</p>
|
|
3553
3559
|
* </note>
|
|
3554
3560
|
*/
|
|
@@ -3571,7 +3577,7 @@ export declare namespace ListAssociationsRequest {
|
|
|
3571
3577
|
const filterSensitiveLog: (obj: ListAssociationsRequest) => any;
|
|
3572
3578
|
}
|
|
3573
3579
|
/**
|
|
3574
|
-
* <p>Describes an association of a Amazon Web Services Systems Manager document (SSM document) and
|
|
3580
|
+
* <p>Describes an association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.</p>
|
|
3575
3581
|
*/
|
|
3576
3582
|
export interface Association {
|
|
3577
3583
|
/**
|
|
@@ -3579,7 +3585,7 @@ export interface Association {
|
|
|
3579
3585
|
*/
|
|
3580
3586
|
Name?: string;
|
|
3581
3587
|
/**
|
|
3582
|
-
* <p>The
|
|
3588
|
+
* <p>The managed node ID.</p>
|
|
3583
3589
|
*/
|
|
3584
3590
|
InstanceId?: string;
|
|
3585
3591
|
/**
|
|
@@ -3596,9 +3602,9 @@ export interface Association {
|
|
|
3596
3602
|
*/
|
|
3597
3603
|
DocumentVersion?: string;
|
|
3598
3604
|
/**
|
|
3599
|
-
* <p>The
|
|
3600
|
-
* in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of
|
|
3601
|
-
*
|
|
3605
|
+
* <p>The managed nodes targeted by the request to create an association. You can target all
|
|
3606
|
+
* managed nodes in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of
|
|
3607
|
+
* <code>*</code>.</p>
|
|
3602
3608
|
*/
|
|
3603
3609
|
Targets?: Target[];
|
|
3604
3610
|
/**
|
|
@@ -3719,8 +3725,8 @@ export interface AssociationVersionInfo {
|
|
|
3719
3725
|
* example 10, or a percentage of the target set, for example 10%. If you specify 3, for example,
|
|
3720
3726
|
* the system stops sending requests when the fourth error is received. If you specify 0, then the
|
|
3721
3727
|
* system stops sending requests after the first error is returned. If you run an association on 50
|
|
3722
|
-
*
|
|
3723
|
-
* the sixth error is received.</p>
|
|
3728
|
+
* managed nodes and set <code>MaxError</code> to 10%, then the system stops sending the request
|
|
3729
|
+
* when the sixth error is received.</p>
|
|
3724
3730
|
* <p>Executions that are already running an association when <code>MaxErrors</code> is reached
|
|
3725
3731
|
* are allowed to complete, but some of these executions may fail as well. If you need to ensure
|
|
3726
3732
|
* that there won't be more than max-errors failed executions, set <code>MaxConcurrency</code> to 1
|
|
@@ -3731,9 +3737,9 @@ export interface AssociationVersionInfo {
|
|
|
3731
3737
|
* <p>The maximum number of targets allowed to run the association at the same time. You can
|
|
3732
3738
|
* specify a number, for example 10, or a percentage of the target set, for example 10%. The default
|
|
3733
3739
|
* value is 100%, which means all targets run the association at the same time.</p>
|
|
3734
|
-
* <p>If a new
|
|
3740
|
+
* <p>If a new managed node starts and attempts to run an association while Systems Manager is running
|
|
3735
3741
|
* <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
|
|
3736
|
-
* association interval, the new
|
|
3742
|
+
* association interval, the new managed node will process its association within the limit specified
|
|
3737
3743
|
* for <code>MaxConcurrency</code>.</p>
|
|
3738
3744
|
*/
|
|
3739
3745
|
MaxConcurrency?: string;
|
|
@@ -3807,8 +3813,8 @@ export declare enum CommandFilterKey {
|
|
|
3807
3813
|
/**
|
|
3808
3814
|
* <p>Describes a command filter.</p>
|
|
3809
3815
|
* <note>
|
|
3810
|
-
* <p>
|
|
3811
|
-
* command hasn't run on the
|
|
3816
|
+
* <p>A managed node ID can't be specified when a command status is <code>Pending</code> because the
|
|
3817
|
+
* command hasn't run on the node yet.</p>
|
|
3812
3818
|
* </note>
|
|
3813
3819
|
*/
|
|
3814
3820
|
export interface CommandFilter {
|
|
@@ -3974,7 +3980,7 @@ export interface CommandFilter {
|
|
|
3974
3980
|
* <b>DocumentName</b>: Specify name of the Amazon Web Services Systems Manager document (SSM
|
|
3975
3981
|
* document) for which you want to see command execution results. For example, specify
|
|
3976
3982
|
* <code>AWS-RunPatchBaseline</code> to see command executions that used this SSM document to
|
|
3977
|
-
* perform security patching operations on
|
|
3983
|
+
* perform security patching operations on managed nodes. </p>
|
|
3978
3984
|
* </li>
|
|
3979
3985
|
* <li>
|
|
3980
3986
|
* <p>
|
|
@@ -4009,7 +4015,7 @@ export interface ListCommandInvocationsRequest {
|
|
|
4009
4015
|
*/
|
|
4010
4016
|
CommandId?: string;
|
|
4011
4017
|
/**
|
|
4012
|
-
* <p>(Optional) The command execution details for a specific
|
|
4018
|
+
* <p>(Optional) The command execution details for a specific managed node ID.</p>
|
|
4013
4019
|
*/
|
|
4014
4020
|
InstanceId?: string;
|
|
4015
4021
|
/**
|
|
@@ -4071,10 +4077,10 @@ export interface CommandPlugin {
|
|
|
4071
4077
|
* following values:</p>
|
|
4072
4078
|
* <ul>
|
|
4073
4079
|
* <li>
|
|
4074
|
-
* <p>Pending: The command hasn't been sent to the
|
|
4080
|
+
* <p>Pending: The command hasn't been sent to the managed node.</p>
|
|
4075
4081
|
* </li>
|
|
4076
4082
|
* <li>
|
|
4077
|
-
* <p>In Progress: The command has been sent to the
|
|
4083
|
+
* <p>In Progress: The command has been sent to the managed node but hasn't reached a terminal
|
|
4078
4084
|
* state.</p>
|
|
4079
4085
|
* </li>
|
|
4080
4086
|
* <li>
|
|
@@ -4082,18 +4088,18 @@ export interface CommandPlugin {
|
|
|
4082
4088
|
* terminal state.</p>
|
|
4083
4089
|
* </li>
|
|
4084
4090
|
* <li>
|
|
4085
|
-
* <p>Delivery Timed Out: The command wasn't delivered to the
|
|
4091
|
+
* <p>Delivery Timed Out: The command wasn't delivered to the managed node before the delivery
|
|
4086
4092
|
* timeout expired. Delivery timeouts don't count against the parent command's
|
|
4087
4093
|
* <code>MaxErrors</code> limit, but they do contribute to whether the parent command status is
|
|
4088
4094
|
* Success or Incomplete. This is a terminal state.</p>
|
|
4089
4095
|
* </li>
|
|
4090
4096
|
* <li>
|
|
4091
|
-
* <p>Execution Timed Out: Command execution started on the
|
|
4097
|
+
* <p>Execution Timed Out: Command execution started on the managed node, but the execution wasn't
|
|
4092
4098
|
* complete before the execution timeout expired. Execution timeouts count against the
|
|
4093
4099
|
* <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
|
|
4094
4100
|
* </li>
|
|
4095
4101
|
* <li>
|
|
4096
|
-
* <p>Failed: The command wasn't successful on the
|
|
4102
|
+
* <p>Failed: The command wasn't successful on the managed node. For a plugin, this indicates that
|
|
4097
4103
|
* the result code wasn't zero. For a command invocation, this indicates that the result code for
|
|
4098
4104
|
* one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the
|
|
4099
4105
|
* parent command. This is a terminal state.</p>
|
|
@@ -4103,7 +4109,7 @@ export interface CommandPlugin {
|
|
|
4103
4109
|
* state.</p>
|
|
4104
4110
|
* </li>
|
|
4105
4111
|
* <li>
|
|
4106
|
-
* <p>Undeliverable: The command can't be delivered to the
|
|
4112
|
+
* <p>Undeliverable: The command can't be delivered to the managed node. The managed node might not
|
|
4107
4113
|
* exist, or it might not be responding. Undeliverable invocations don't count against the parent
|
|
4108
4114
|
* command's MaxErrors limit, and they don't contribute to whether the parent command status is
|
|
4109
4115
|
* Success or Incomplete. This is a terminal state.</p>
|
|
@@ -4158,7 +4164,7 @@ export interface CommandPlugin {
|
|
|
4158
4164
|
* <p>
|
|
4159
4165
|
* <code>ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix</code> is the name of the S3 prefix;</p>
|
|
4160
4166
|
* <p>
|
|
4161
|
-
* <code>i-02573cafcfEXAMPLE</code> is the
|
|
4167
|
+
* <code>i-02573cafcfEXAMPLE</code> is the managed node ID;</p>
|
|
4162
4168
|
* <p>
|
|
4163
4169
|
* <code>awsrunShellScript</code> is the name of the plugin.</p>
|
|
4164
4170
|
*/
|
|
@@ -4175,7 +4181,7 @@ export interface CommandPlugin {
|
|
|
4175
4181
|
* <p>
|
|
4176
4182
|
* <code>ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix</code> is the name of the S3 prefix;</p>
|
|
4177
4183
|
* <p>
|
|
4178
|
-
* <code>i-02573cafcfEXAMPLE</code> is the
|
|
4184
|
+
* <code>i-02573cafcfEXAMPLE</code> is the managed node ID;</p>
|
|
4179
4185
|
* <p>
|
|
4180
4186
|
* <code>awsrunShellScript</code> is the name of the plugin.</p>
|
|
4181
4187
|
*/
|
|
@@ -4188,11 +4194,11 @@ export declare namespace CommandPlugin {
|
|
|
4188
4194
|
const filterSensitiveLog: (obj: CommandPlugin) => any;
|
|
4189
4195
|
}
|
|
4190
4196
|
/**
|
|
4191
|
-
* <p>An invocation is copy of a command sent to a specific
|
|
4192
|
-
* or more
|
|
4193
|
-
*
|
|
4194
|
-
*
|
|
4195
|
-
*
|
|
4197
|
+
* <p>An invocation is a copy of a command sent to a specific managed node. A command can apply to one
|
|
4198
|
+
* or more managed nodes. A command invocation applies to one managed node. For example, if a user runs
|
|
4199
|
+
* <code>SendCommand</code> against three managed nodes, then a command invocation is created for
|
|
4200
|
+
* each requested managed node ID. A command invocation returns status and detail information about a
|
|
4201
|
+
* command you ran. </p>
|
|
4196
4202
|
*/
|
|
4197
4203
|
export interface CommandInvocation {
|
|
4198
4204
|
/**
|
|
@@ -4200,11 +4206,11 @@ export interface CommandInvocation {
|
|
|
4200
4206
|
*/
|
|
4201
4207
|
CommandId?: string;
|
|
4202
4208
|
/**
|
|
4203
|
-
* <p>The
|
|
4209
|
+
* <p>The managed node ID in which this invocation was requested.</p>
|
|
4204
4210
|
*/
|
|
4205
4211
|
InstanceId?: string;
|
|
4206
4212
|
/**
|
|
4207
|
-
* <p>The fully qualified host name of the managed
|
|
4213
|
+
* <p>The fully qualified host name of the managed node.</p>
|
|
4208
4214
|
*/
|
|
4209
4215
|
InstanceName?: string;
|
|
4210
4216
|
/**
|
|
@@ -4221,7 +4227,7 @@ export interface CommandInvocation {
|
|
|
4221
4227
|
*/
|
|
4222
4228
|
DocumentVersion?: string;
|
|
4223
4229
|
/**
|
|
4224
|
-
* <p>The time and date the request was sent to this
|
|
4230
|
+
* <p>The time and date the request was sent to this managed node.</p>
|
|
4225
4231
|
*/
|
|
4226
4232
|
RequestedDateTime?: Date;
|
|
4227
4233
|
/**
|
|
@@ -4229,7 +4235,7 @@ export interface CommandInvocation {
|
|
|
4229
4235
|
*/
|
|
4230
4236
|
Status?: CommandInvocationStatus | string;
|
|
4231
4237
|
/**
|
|
4232
|
-
* <p>A detailed status of the command execution for each invocation (each
|
|
4238
|
+
* <p>A detailed status of the command execution for each invocation (each managed node targeted by
|
|
4233
4239
|
* the command). StatusDetails includes more information than Status because it includes states
|
|
4234
4240
|
* resulting from error and concurrency control parameters. StatusDetails can show different results
|
|
4235
4241
|
* 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
|
|
@@ -4237,10 +4243,10 @@ export interface CommandInvocation {
|
|
|
4237
4243
|
* following values:</p>
|
|
4238
4244
|
* <ul>
|
|
4239
4245
|
* <li>
|
|
4240
|
-
* <p>Pending: The command hasn't been sent to the
|
|
4246
|
+
* <p>Pending: The command hasn't been sent to the managed node.</p>
|
|
4241
4247
|
* </li>
|
|
4242
4248
|
* <li>
|
|
4243
|
-
* <p>In Progress: The command has been sent to the
|
|
4249
|
+
* <p>In Progress: The command has been sent to the managed node but hasn't reached a terminal
|
|
4244
4250
|
* state.</p>
|
|
4245
4251
|
* </li>
|
|
4246
4252
|
* <li>
|
|
@@ -4248,18 +4254,18 @@ export interface CommandInvocation {
|
|
|
4248
4254
|
* terminal state.</p>
|
|
4249
4255
|
* </li>
|
|
4250
4256
|
* <li>
|
|
4251
|
-
* <p>Delivery Timed Out: The command wasn't delivered to the
|
|
4257
|
+
* <p>Delivery Timed Out: The command wasn't delivered to the managed node before the delivery
|
|
4252
4258
|
* timeout expired. Delivery timeouts don't count against the parent command's
|
|
4253
4259
|
* <code>MaxErrors</code> limit, but they do contribute to whether the parent command status is
|
|
4254
4260
|
* Success or Incomplete. This is a terminal state.</p>
|
|
4255
4261
|
* </li>
|
|
4256
4262
|
* <li>
|
|
4257
|
-
* <p>Execution Timed Out: Command execution started on the
|
|
4263
|
+
* <p>Execution Timed Out: Command execution started on the managed node, but the execution wasn't
|
|
4258
4264
|
* complete before the execution timeout expired. Execution timeouts count against the
|
|
4259
4265
|
* <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
|
|
4260
4266
|
* </li>
|
|
4261
4267
|
* <li>
|
|
4262
|
-
* <p>Failed: The command wasn't successful on the
|
|
4268
|
+
* <p>Failed: The command wasn't successful on the managed node. For a plugin, this indicates that
|
|
4263
4269
|
* the result code wasn't zero. For a command invocation, this indicates that the result code for
|
|
4264
4270
|
* one or more plugins wasn't zero. Invocation failures count against the <code>MaxErrors</code>
|
|
4265
4271
|
* limit of the parent command. This is a terminal state.</p>
|
|
@@ -4269,7 +4275,7 @@ export interface CommandInvocation {
|
|
|
4269
4275
|
* state.</p>
|
|
4270
4276
|
* </li>
|
|
4271
4277
|
* <li>
|
|
4272
|
-
* <p>Undeliverable: The command can't be delivered to the
|
|
4278
|
+
* <p>Undeliverable: The command can't be delivered to the managed node. The managed node might not
|
|
4273
4279
|
* exist or might not be responding. Undeliverable invocations don't count against the parent
|
|
4274
4280
|
* command's MaxErrors limit and don't contribute to whether the parent command status is Success
|
|
4275
4281
|
* or Incomplete. This is a terminal state.</p>
|
|
@@ -4306,11 +4312,11 @@ export interface CommandInvocation {
|
|
|
4306
4312
|
/**
|
|
4307
4313
|
* <p>The Identity and Access Management (IAM) service role that Run Command, a capability
|
|
4308
4314
|
* of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes
|
|
4309
|
-
* on a per
|
|
4315
|
+
* on a per managed node basis.</p>
|
|
4310
4316
|
*/
|
|
4311
4317
|
ServiceRole?: string;
|
|
4312
4318
|
/**
|
|
4313
|
-
* <p>Configurations for sending notifications about command status changes on a per
|
|
4319
|
+
* <p>Configurations for sending notifications about command status changes on a per managed node
|
|
4314
4320
|
* basis.</p>
|
|
4315
4321
|
*/
|
|
4316
4322
|
NotificationConfig?: NotificationConfig;
|
|
@@ -4349,10 +4355,10 @@ export interface ListCommandsRequest {
|
|
|
4349
4355
|
*/
|
|
4350
4356
|
CommandId?: string;
|
|
4351
4357
|
/**
|
|
4352
|
-
* <p>(Optional) Lists commands issued against this
|
|
4358
|
+
* <p>(Optional) Lists commands issued against this managed node ID.</p>
|
|
4353
4359
|
* <note>
|
|
4354
|
-
* <p>You can't specify
|
|
4355
|
-
* <code>Pending</code>. This is because the command hasn't reached the
|
|
4360
|
+
* <p>You can't specify a managed node ID in the same command that you specify <code>Status</code> =
|
|
4361
|
+
* <code>Pending</code>. This is because the command hasn't reached the managed node yet.</p>
|
|
4356
4362
|
* </note>
|
|
4357
4363
|
*/
|
|
4358
4364
|
InstanceId?: string;
|
|
@@ -4421,12 +4427,13 @@ export interface Command {
|
|
|
4421
4427
|
[key: string]: string[];
|
|
4422
4428
|
};
|
|
4423
4429
|
/**
|
|
4424
|
-
* <p>The
|
|
4430
|
+
* <p>The managed node IDs against which this command was requested.</p>
|
|
4425
4431
|
*/
|
|
4426
4432
|
InstanceIds?: string[];
|
|
4427
4433
|
/**
|
|
4428
|
-
* <p>An array of search criteria that targets
|
|
4429
|
-
* specify. Targets is required if you don't provide one or more
|
|
4434
|
+
* <p>An array of search criteria that targets managed nodes using a Key,Value combination that
|
|
4435
|
+
* you specify. Targets is required if you don't provide one or more managed node IDs in the
|
|
4436
|
+
* call.</p>
|
|
4430
4437
|
*/
|
|
4431
4438
|
Targets?: Target[];
|
|
4432
4439
|
/**
|
|
@@ -4446,11 +4453,11 @@ export interface Command {
|
|
|
4446
4453
|
* following values:</p>
|
|
4447
4454
|
* <ul>
|
|
4448
4455
|
* <li>
|
|
4449
|
-
* <p>Pending: The command hasn't been sent to any
|
|
4456
|
+
* <p>Pending: The command hasn't been sent to any managed nodes.</p>
|
|
4450
4457
|
* </li>
|
|
4451
4458
|
* <li>
|
|
4452
|
-
* <p>In Progress: The command has been sent to at least one
|
|
4453
|
-
* state on all
|
|
4459
|
+
* <p>In Progress: The command has been sent to at least one managed node but hasn't reached a final
|
|
4460
|
+
* state on all managed nodes.</p>
|
|
4454
4461
|
* </li>
|
|
4455
4462
|
* <li>
|
|
4456
4463
|
* <p>Success: The command successfully ran on all invocations. This is a terminal state.</p>
|
|
@@ -4468,18 +4475,18 @@ export interface Command {
|
|
|
4468
4475
|
* is a terminal state.</p>
|
|
4469
4476
|
* </li>
|
|
4470
4477
|
* <li>
|
|
4471
|
-
* <p>Incomplete: The command was attempted on all
|
|
4472
|
-
* have a value of Success but not enough invocations failed for the status to be Failed.
|
|
4473
|
-
* a terminal state.</p>
|
|
4478
|
+
* <p>Incomplete: The command was attempted on all managed nodes and one or more invocations
|
|
4479
|
+
* doesn't have a value of Success but not enough invocations failed for the status to be Failed.
|
|
4480
|
+
* This is a terminal state.</p>
|
|
4474
4481
|
* </li>
|
|
4475
4482
|
* <li>
|
|
4476
4483
|
* <p>Canceled: The command was terminated before it was completed. This is a terminal
|
|
4477
4484
|
* state.</p>
|
|
4478
4485
|
* </li>
|
|
4479
4486
|
* <li>
|
|
4480
|
-
* <p>Rate Exceeded: The number of
|
|
4481
|
-
* for pending invocations. The system has canceled the command before running it on any
|
|
4482
|
-
* This is a terminal state.</p>
|
|
4487
|
+
* <p>Rate Exceeded: The number of managed nodes targeted by the command exceeded the account
|
|
4488
|
+
* limit for pending invocations. The system has canceled the command before running it on any
|
|
4489
|
+
* managed node. This is a terminal state.</p>
|
|
4483
4490
|
* </li>
|
|
4484
4491
|
* </ul>
|
|
4485
4492
|
*/
|
|
@@ -4500,8 +4507,8 @@ export interface Command {
|
|
|
4500
4507
|
*/
|
|
4501
4508
|
OutputS3KeyPrefix?: string;
|
|
4502
4509
|
/**
|
|
4503
|
-
* <p>The maximum number of
|
|
4504
|
-
* can specify a number of
|
|
4510
|
+
* <p>The maximum number of managed nodes that are allowed to run the command at the same time.
|
|
4511
|
+
* You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The
|
|
4505
4512
|
* default value is 50. For more information about how to use <code>MaxConcurrency</code>, see
|
|
4506
4513
|
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">Running
|
|
4507
4514
|
* commands using Systems Manager Run Command</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
@@ -4695,7 +4702,7 @@ export interface ComplianceItem {
|
|
|
4695
4702
|
*/
|
|
4696
4703
|
ResourceType?: string;
|
|
4697
4704
|
/**
|
|
4698
|
-
* <p>An ID for the resource. For a managed
|
|
4705
|
+
* <p>An ID for the resource. For a managed node, this is the node ID.</p>
|
|
4699
4706
|
*/
|
|
4700
4707
|
ResourceId?: string;
|
|
4701
4708
|
/**
|
|
@@ -4778,7 +4785,7 @@ export declare namespace ListComplianceSummariesRequest {
|
|
|
4778
4785
|
const filterSensitiveLog: (obj: ListComplianceSummariesRequest) => any;
|
|
4779
4786
|
}
|
|
4780
4787
|
/**
|
|
4781
|
-
* <p>The number of managed
|
|
4788
|
+
* <p>The number of managed nodes found for each patch severity level defined in the request
|
|
4782
4789
|
* filter.</p>
|
|
4783
4790
|
*/
|
|
4784
4791
|
export interface SeveritySummary {
|
|
@@ -5438,7 +5445,7 @@ export declare namespace ListDocumentVersionsResult {
|
|
|
5438
5445
|
}
|
|
5439
5446
|
export interface ListInventoryEntriesRequest {
|
|
5440
5447
|
/**
|
|
5441
|
-
* <p>The
|
|
5448
|
+
* <p>The managed node ID for which you want inventory information.</p>
|
|
5442
5449
|
*/
|
|
5443
5450
|
InstanceId: string | undefined;
|
|
5444
5451
|
/**
|
|
@@ -5472,19 +5479,19 @@ export interface ListInventoryEntriesResult {
|
|
|
5472
5479
|
*/
|
|
5473
5480
|
TypeName?: string;
|
|
5474
5481
|
/**
|
|
5475
|
-
* <p>The
|
|
5482
|
+
* <p>The managed node ID targeted by the request to query inventory information.</p>
|
|
5476
5483
|
*/
|
|
5477
5484
|
InstanceId?: string;
|
|
5478
5485
|
/**
|
|
5479
|
-
* <p>The inventory schema version used by the
|
|
5486
|
+
* <p>The inventory schema version used by the managed node(s).</p>
|
|
5480
5487
|
*/
|
|
5481
5488
|
SchemaVersion?: string;
|
|
5482
5489
|
/**
|
|
5483
|
-
* <p>The time that inventory information was collected for the
|
|
5490
|
+
* <p>The time that inventory information was collected for the managed node(s).</p>
|
|
5484
5491
|
*/
|
|
5485
5492
|
CaptureTime?: string;
|
|
5486
5493
|
/**
|
|
5487
|
-
* <p>A list of inventory items on the
|
|
5494
|
+
* <p>A list of inventory items on the managed node(s).</p>
|
|
5488
5495
|
*/
|
|
5489
5496
|
Entries?: {
|
|
5490
5497
|
[key: string]: string;
|
|
@@ -5905,9 +5912,9 @@ export declare namespace ResourceComplianceSummaryItem {
|
|
|
5905
5912
|
}
|
|
5906
5913
|
export interface ListResourceComplianceSummariesResult {
|
|
5907
5914
|
/**
|
|
5908
|
-
* <p>A summary count for specified or targeted managed
|
|
5909
|
-
*
|
|
5910
|
-
*
|
|
5915
|
+
* <p>A summary count for specified or targeted managed nodes. Summary count includes information
|
|
5916
|
+
* about compliant and non-compliant State Manager associations, patch status, or custom items
|
|
5917
|
+
* according to the filter criteria that you specify. </p>
|
|
5911
5918
|
*/
|
|
5912
5919
|
ResourceComplianceSummaryItems?: ResourceComplianceSummaryItem[];
|
|
5913
5920
|
/**
|
|
@@ -6262,7 +6269,7 @@ export declare enum ComplianceUploadType {
|
|
|
6262
6269
|
}
|
|
6263
6270
|
export interface PutComplianceItemsRequest {
|
|
6264
6271
|
/**
|
|
6265
|
-
* <p>Specify an ID for this resource. For a managed
|
|
6272
|
+
* <p>Specify an ID for this resource. For a managed node, this is the node ID.</p>
|
|
6266
6273
|
*/
|
|
6267
6274
|
ResourceId: string | undefined;
|
|
6268
6275
|
/**
|
|
@@ -6381,7 +6388,7 @@ export declare namespace ItemContentMismatchException {
|
|
|
6381
6388
|
const filterSensitiveLog: (obj: ItemContentMismatchException) => any;
|
|
6382
6389
|
}
|
|
6383
6390
|
/**
|
|
6384
|
-
* <p>Information collected from managed
|
|
6391
|
+
* <p>Information collected from managed nodes based on your inventory policy document</p>
|
|
6385
6392
|
*/
|
|
6386
6393
|
export interface InventoryItem {
|
|
6387
6394
|
/**
|
|
@@ -6429,11 +6436,11 @@ export declare namespace InventoryItem {
|
|
|
6429
6436
|
}
|
|
6430
6437
|
export interface PutInventoryRequest {
|
|
6431
6438
|
/**
|
|
6432
|
-
* <p>An
|
|
6439
|
+
* <p>An managed node ID where you want to add or update inventory items.</p>
|
|
6433
6440
|
*/
|
|
6434
6441
|
InstanceId: string | undefined;
|
|
6435
6442
|
/**
|
|
6436
|
-
* <p>The inventory items that you want to add or update on
|
|
6443
|
+
* <p>The inventory items that you want to add or update on managed nodes.</p>
|
|
6437
6444
|
*/
|
|
6438
6445
|
Items: InventoryItem[] | undefined;
|
|
6439
6446
|
}
|
|
@@ -7039,53 +7046,48 @@ export interface RegisterTargetWithMaintenanceWindowRequest {
|
|
|
7039
7046
|
*/
|
|
7040
7047
|
ResourceType: MaintenanceWindowResourceType | string | undefined;
|
|
7041
7048
|
/**
|
|
7042
|
-
* <p>The targets to register with the maintenance window. In other words, the
|
|
7043
|
-
* commands on when the maintenance window runs.</p>
|
|
7049
|
+
* <p>The targets to register with the maintenance window. In other words, the managed nodes to
|
|
7050
|
+
* run commands on when the maintenance window runs.</p>
|
|
7044
7051
|
* <note>
|
|
7045
7052
|
* <p>If a single maintenance window task is registered with multiple targets, its task
|
|
7046
7053
|
* invocations occur sequentially and not in parallel. If your task must run on multiple targets at
|
|
7047
7054
|
* the same time, register a task for each target individually and assign each task the same
|
|
7048
7055
|
* priority level.</p>
|
|
7049
7056
|
* </note>
|
|
7050
|
-
* <p>You can specify targets using
|
|
7051
|
-
* applied to
|
|
7057
|
+
* <p>You can specify targets using managed node IDs, resource group names, or tags that have been
|
|
7058
|
+
* applied to managed nodes.</p>
|
|
7052
7059
|
* <p>
|
|
7053
|
-
* <b>Example 1</b>: Specify
|
|
7060
|
+
* <b>Example 1</b>: Specify managed node IDs</p>
|
|
7054
7061
|
* <p>
|
|
7055
|
-
* <code>Key=InstanceIds,Values=<
|
|
7056
|
-
* </code>
|
|
7062
|
+
* <code>Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3></code>
|
|
7057
7063
|
* </p>
|
|
7058
7064
|
* <p>
|
|
7059
|
-
* <b>Example 2</b>: Use tag key-pairs applied to
|
|
7065
|
+
* <b>Example 2</b>: Use tag key-pairs applied to managed
|
|
7066
|
+
* nodes</p>
|
|
7060
7067
|
* <p>
|
|
7061
|
-
* <code>Key=tag:<
|
|
7062
|
-
* </code>
|
|
7068
|
+
* <code>Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2></code>
|
|
7063
7069
|
* </p>
|
|
7064
7070
|
* <p>
|
|
7065
|
-
* <b>Example 3</b>: Use tag-keys applied to
|
|
7071
|
+
* <b>Example 3</b>: Use tag-keys applied to managed nodes</p>
|
|
7066
7072
|
* <p>
|
|
7067
|
-
* <code>Key=tag-key,Values=<
|
|
7068
|
-
* </code>
|
|
7073
|
+
* <code>Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2></code>
|
|
7069
7074
|
* </p>
|
|
7070
7075
|
*
|
|
7071
7076
|
* <p>
|
|
7072
7077
|
* <b>Example 4</b>: Use resource group names</p>
|
|
7073
7078
|
* <p>
|
|
7074
|
-
* <code>Key=resource-groups:Name,Values=<
|
|
7075
|
-
* </code>
|
|
7079
|
+
* <code>Key=resource-groups:Name,Values=<resource-group-name></code>
|
|
7076
7080
|
* </p>
|
|
7077
7081
|
* <p>
|
|
7078
7082
|
* <b>Example 5</b>: Use filters for resource group types</p>
|
|
7079
7083
|
* <p>
|
|
7080
|
-
* <code>Key=resource-groups:ResourceTypeFilters,Values=<
|
|
7081
|
-
* </code>
|
|
7084
|
+
* <code>Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2></code>
|
|
7082
7085
|
* </p>
|
|
7083
7086
|
* <note>
|
|
7084
7087
|
* <p>For <code>Key=resource-groups:ResourceTypeFilters</code>, specify resource types in the
|
|
7085
7088
|
* following format</p>
|
|
7086
7089
|
* <p>
|
|
7087
|
-
* <code>Key=resource-groups:ResourceTypeFilters,Values
|
|
7088
|
-
* </code>
|
|
7090
|
+
* <code>Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC</code>
|
|
7089
7091
|
* </p>
|
|
7090
7092
|
* </note>
|
|
7091
7093
|
*
|
|
@@ -7151,7 +7153,7 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
|
|
|
7151
7153
|
*/
|
|
7152
7154
|
WindowId: string | undefined;
|
|
7153
7155
|
/**
|
|
7154
|
-
* <p>The targets (either
|
|
7156
|
+
* <p>The targets (either managed nodes or maintenance window targets).</p>
|
|
7155
7157
|
* <note>
|
|
7156
7158
|
* <p>One or more targets must be specified for maintenance window Run Command-type tasks.
|
|
7157
7159
|
* Depending on the task, targets are optional for other maintenance window task types (Automation,
|
|
@@ -7160,7 +7162,7 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
|
|
|
7160
7162
|
* maintenance window tasks without targets</a> in the
|
|
7161
7163
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
7162
7164
|
* </note>
|
|
7163
|
-
* <p>Specify
|
|
7165
|
+
* <p>Specify managed nodes using the following format: </p>
|
|
7164
7166
|
* <p>
|
|
7165
7167
|
* <code>Key=InstanceIds,Values=<instance-id-1>,<instance-id-2></code>
|
|
7166
7168
|
* </p>
|
|
@@ -7244,7 +7246,7 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
|
|
|
7244
7246
|
MaxErrors?: string;
|
|
7245
7247
|
/**
|
|
7246
7248
|
* <p>A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket
|
|
7247
|
-
* to write
|
|
7249
|
+
* to write managed node-level logs to. </p>
|
|
7248
7250
|
* <note>
|
|
7249
7251
|
* <p>
|
|
7250
7252
|
* <code>LoggingInfo</code> has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the
|
|
@@ -7319,7 +7321,7 @@ export interface RemoveTagsFromResourceRequest {
|
|
|
7319
7321
|
* <p>The type of resource from which you want to remove a tag.</p>
|
|
7320
7322
|
* <note>
|
|
7321
7323
|
* <p>The <code>ManagedInstance</code> type for this API operation is only for on-premises
|
|
7322
|
-
* managed
|
|
7324
|
+
* managed nodes. Specify the name of the managed node in the following format:
|
|
7323
7325
|
* <code>mi-<i>ID_number</i>
|
|
7324
7326
|
* </code>. For example,
|
|
7325
7327
|
* <code>mi-1a2b3c4d5e6f</code>.</p>
|
|
@@ -7339,9 +7341,9 @@ export interface RemoveTagsFromResourceRequest {
|
|
|
7339
7341
|
* <code>/aws/ssm/MyGroup/appmanager</code>.</p>
|
|
7340
7342
|
* <p>For the Document and Parameter values, use the name of the resource.</p>
|
|
7341
7343
|
* <note>
|
|
7342
|
-
* <p>The ManagedInstance type for this API operation is only for on-premises
|
|
7343
|
-
* Specify the name of the managed
|
|
7344
|
-
* mi-1a2b3c4d5e6f.</p>
|
|
7344
|
+
* <p>The <code>ManagedInstance</code> type for this API operation is only for on-premises
|
|
7345
|
+
* managed nodes. Specify the name of the managed node in the following format: mi-ID_number. For
|
|
7346
|
+
* example, mi-1a2b3c4d5e6f.</p>
|
|
7345
7347
|
* </note>
|
|
7346
7348
|
*/
|
|
7347
7349
|
ResourceId: string | undefined;
|
|
@@ -7447,12 +7449,12 @@ export interface ResumeSessionResponse {
|
|
|
7447
7449
|
SessionId?: string;
|
|
7448
7450
|
/**
|
|
7449
7451
|
* <p>An encrypted token value containing session and caller information. Used to authenticate the
|
|
7450
|
-
* connection to the
|
|
7452
|
+
* connection to the managed node.</p>
|
|
7451
7453
|
*/
|
|
7452
7454
|
TokenValue?: string;
|
|
7453
7455
|
/**
|
|
7454
|
-
* <p>A URL back to SSM Agent on the
|
|
7455
|
-
* receive output from the
|
|
7456
|
+
* <p>A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
|
|
7457
|
+
* receive output from the managed node. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>.</p>
|
|
7456
7458
|
* <p>
|
|
7457
7459
|
* <b>region</b> represents the Region identifier for an
|
|
7458
7460
|
* Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as <code>us-east-2</code> for the US East (Ohio) Region.
|
|
@@ -7599,26 +7601,26 @@ export declare namespace InvalidRole {
|
|
|
7599
7601
|
}
|
|
7600
7602
|
export interface SendCommandRequest {
|
|
7601
7603
|
/**
|
|
7602
|
-
* <p>The IDs of the
|
|
7603
|
-
* useful when you are targeting a limited number of
|
|
7604
|
+
* <p>The IDs of the managed nodes where the command should run. Specifying managed node IDs is most
|
|
7605
|
+
* useful when you are targeting a limited number of managed nodes, though you can specify up to 50
|
|
7604
7606
|
* IDs.</p>
|
|
7605
|
-
* <p>To target a larger number of
|
|
7607
|
+
* <p>To target a larger number of managed nodes, or if you prefer not to list individual node
|
|
7606
7608
|
* IDs, we recommend using the <code>Targets</code> option instead. Using <code>Targets</code>,
|
|
7607
|
-
* which accepts tag key-value pairs to identify the
|
|
7608
|
-
* command to tens, hundreds, or thousands of
|
|
7609
|
+
* which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a
|
|
7610
|
+
* send command to tens, hundreds, or thousands of nodes at once.</p>
|
|
7609
7611
|
* <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Using targets and rate
|
|
7610
7612
|
* controls to send commands to a fleet</a> in the
|
|
7611
7613
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
7612
7614
|
*/
|
|
7613
7615
|
InstanceIds?: string[];
|
|
7614
7616
|
/**
|
|
7615
|
-
* <p>An array of search criteria that targets
|
|
7617
|
+
* <p>An array of search criteria that targets managed nodes using a <code>Key,Value</code>
|
|
7616
7618
|
* combination that you specify. Specifying targets is most useful when you want to send a command
|
|
7617
|
-
* to a large number of
|
|
7618
|
-
* pairs to identify
|
|
7619
|
-
* at once.</p>
|
|
7620
|
-
* <p>To send a command to a smaller number of
|
|
7621
|
-
*
|
|
7619
|
+
* to a large number of managed nodes at once. Using <code>Targets</code>, which accepts tag
|
|
7620
|
+
* key-value pairs to identify managed nodes, you can send a command to tens, hundreds, or thousands
|
|
7621
|
+
* of nodes at once.</p>
|
|
7622
|
+
* <p>To send a command to a smaller number of managed nodes, you can use the
|
|
7623
|
+
* <code>InstanceIds</code> option instead.</p>
|
|
7622
7624
|
* <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Sending commands to a
|
|
7623
7625
|
* fleet</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
7624
7626
|
*/
|
|
@@ -7687,8 +7689,8 @@ export interface SendCommandRequest {
|
|
|
7687
7689
|
*/
|
|
7688
7690
|
OutputS3KeyPrefix?: string;
|
|
7689
7691
|
/**
|
|
7690
|
-
* <p>(Optional) The maximum number of
|
|
7691
|
-
* time. You can specify a number such as 10 or a percentage such as 10%. The default value is
|
|
7692
|
+
* <p>(Optional) The maximum number of managed nodes that are allowed to run the command at the
|
|
7693
|
+
* same time. You can specify a number such as 10 or a percentage such as 10%. The default value is
|
|
7692
7694
|
* <code>50</code>. For more information about how to use <code>MaxConcurrency</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-velocity">Using
|
|
7693
7695
|
* concurrency controls</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
7694
7696
|
*/
|
|
@@ -8065,13 +8067,13 @@ export declare namespace StartChangeRequestExecutionResult {
|
|
|
8065
8067
|
}
|
|
8066
8068
|
export interface StartSessionRequest {
|
|
8067
8069
|
/**
|
|
8068
|
-
* <p>The
|
|
8070
|
+
* <p>The managed node to connect to for the session.</p>
|
|
8069
8071
|
*/
|
|
8070
8072
|
Target: string | undefined;
|
|
8071
8073
|
/**
|
|
8072
8074
|
* <p>The name of the SSM document to define the parameters and plugin settings for the session.
|
|
8073
8075
|
* For example, <code>SSM-SessionManagerRunShell</code>. You can call the <a>GetDocument</a> API to verify the document exists before attempting to start a session.
|
|
8074
|
-
* If no document name is provided, a shell to the
|
|
8076
|
+
* If no document name is provided, a shell to the managed node is launched by default.</p>
|
|
8075
8077
|
*/
|
|
8076
8078
|
DocumentName?: string;
|
|
8077
8079
|
/**
|
|
@@ -8099,12 +8101,12 @@ export interface StartSessionResponse {
|
|
|
8099
8101
|
SessionId?: string;
|
|
8100
8102
|
/**
|
|
8101
8103
|
* <p>An encrypted token value containing session and caller information. Used to authenticate the
|
|
8102
|
-
* connection to the
|
|
8104
|
+
* connection to the managed node.</p>
|
|
8103
8105
|
*/
|
|
8104
8106
|
TokenValue?: string;
|
|
8105
8107
|
/**
|
|
8106
|
-
* <p>A URL back to SSM Agent on the
|
|
8107
|
-
* receive output from the
|
|
8108
|
+
* <p>A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
|
|
8109
|
+
* receive output from the node. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>
|
|
8108
8110
|
* </p>
|
|
8109
8111
|
* <p>
|
|
8110
8112
|
* <b>region</b> represents the Region identifier for an
|
|
@@ -8124,10 +8126,10 @@ export declare namespace StartSessionResponse {
|
|
|
8124
8126
|
const filterSensitiveLog: (obj: StartSessionResponse) => any;
|
|
8125
8127
|
}
|
|
8126
8128
|
/**
|
|
8127
|
-
* <p>The specified target
|
|
8129
|
+
* <p>The specified target managed node for the session isn't fully configured for use with Session Manager. For
|
|
8128
8130
|
* more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Getting started with
|
|
8129
8131
|
* Session Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. This error is also returned if you
|
|
8130
|
-
* attempt to start a session on
|
|
8132
|
+
* attempt to start a session on a managed node that is located in a different account or Region</p>
|
|
8131
8133
|
*/
|
|
8132
8134
|
export interface TargetNotConnected extends __SmithyException, $MetadataBearer {
|
|
8133
8135
|
name: "TargetNotConnected";
|
|
@@ -8300,7 +8302,7 @@ export interface UpdateAssociationRequest {
|
|
|
8300
8302
|
OutputLocation?: InstanceAssociationOutputLocation;
|
|
8301
8303
|
/**
|
|
8302
8304
|
* <p>The name of the SSM Command document or Automation runbook that contains the configuration
|
|
8303
|
-
* information for the
|
|
8305
|
+
* information for the managed node.</p>
|
|
8304
8306
|
* <p>You can specify Amazon Web Services-predefined documents, documents you created, or a document that is
|
|
8305
8307
|
* shared with you from another account.</p>
|
|
8306
8308
|
* <p>For Systems Manager document (SSM document) that are shared with you from other Amazon Web Services accounts, you
|
|
@@ -8344,8 +8346,8 @@ export interface UpdateAssociationRequest {
|
|
|
8344
8346
|
* example 10, or a percentage of the target set, for example 10%. If you specify 3, for example,
|
|
8345
8347
|
* the system stops sending requests when the fourth error is received. If you specify 0, then the
|
|
8346
8348
|
* system stops sending requests after the first error is returned. If you run an association on 50
|
|
8347
|
-
*
|
|
8348
|
-
* the sixth error is received.</p>
|
|
8349
|
+
* managed nodes and set <code>MaxError</code> to 10%, then the system stops sending the request
|
|
8350
|
+
* when the sixth error is received.</p>
|
|
8349
8351
|
* <p>Executions that are already running an association when <code>MaxErrors</code> is reached
|
|
8350
8352
|
* are allowed to complete, but some of these executions may fail as well. If you need to ensure
|
|
8351
8353
|
* that there won't be more than max-errors failed executions, set <code>MaxConcurrency</code> to 1
|
|
@@ -8356,9 +8358,9 @@ export interface UpdateAssociationRequest {
|
|
|
8356
8358
|
* <p>The maximum number of targets allowed to run the association at the same time. You can
|
|
8357
8359
|
* specify a number, for example 10, or a percentage of the target set, for example 10%. The default
|
|
8358
8360
|
* value is 100%, which means all targets run the association at the same time.</p>
|
|
8359
|
-
* <p>If a new
|
|
8361
|
+
* <p>If a new managed node starts and attempts to run an association while Systems Manager is running
|
|
8360
8362
|
* <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
|
|
8361
|
-
* association interval, the new
|
|
8363
|
+
* association interval, the new managed node will process its association within the limit specified
|
|
8362
8364
|
* for <code>MaxConcurrency</code>.</p>
|
|
8363
8365
|
*/
|
|
8364
8366
|
MaxConcurrency?: string;
|
|
@@ -8441,7 +8443,7 @@ export interface UpdateAssociationStatusRequest {
|
|
|
8441
8443
|
*/
|
|
8442
8444
|
Name: string | undefined;
|
|
8443
8445
|
/**
|
|
8444
|
-
* <p>The
|
|
8446
|
+
* <p>The managed node ID.</p>
|
|
8445
8447
|
*/
|
|
8446
8448
|
InstanceId: string | undefined;
|
|
8447
8449
|
/**
|
|
@@ -8667,11 +8669,3 @@ export declare namespace UpdateDocumentMetadataRequest {
|
|
|
8667
8669
|
*/
|
|
8668
8670
|
const filterSensitiveLog: (obj: UpdateDocumentMetadataRequest) => any;
|
|
8669
8671
|
}
|
|
8670
|
-
export interface UpdateDocumentMetadataResponse {
|
|
8671
|
-
}
|
|
8672
|
-
export declare namespace UpdateDocumentMetadataResponse {
|
|
8673
|
-
/**
|
|
8674
|
-
* @internal
|
|
8675
|
-
*/
|
|
8676
|
-
const filterSensitiveLog: (obj: UpdateDocumentMetadataResponse) => any;
|
|
8677
|
-
}
|