@aws-sdk/client-ssm 3.325.0 → 3.326.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
- package/dist-types/commands/CancelCommandCommand.d.ts +4 -0
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +6 -0
- package/dist-types/commands/CreateActivationCommand.d.ts +7 -0
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +170 -0
- package/dist-types/commands/CreateAssociationCommand.d.ts +103 -0
- package/dist-types/commands/CreateDocumentCommand.d.ts +72 -0
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/CreateOpsItemCommand.d.ts +7 -0
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/DeleteActivationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInventoryCommand.d.ts +18 -0
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DeleteParameterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +7 -0
- package/dist-types/commands/DescribeActivationsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeAssociationCommand.d.ts +103 -0
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeDocumentCommand.d.ts +72 -0
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +46 -0
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +26 -0
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +32 -0
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +32 -0
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +17 -0
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +32 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +49 -0
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -0
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +27 -0
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +15 -0
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +17 -0
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +18 -0
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +24 -0
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +192 -0
- package/dist-types/commands/GetCalendarStateCommand.d.ts +8 -0
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +25 -0
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +7 -0
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +33 -0
- package/dist-types/commands/GetInventoryCommand.d.ts +24 -0
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +19 -0
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +20 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +13 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +40 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +89 -0
- package/dist-types/commands/GetOpsItemCommand.d.ts +42 -0
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +12 -0
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +21 -0
- package/dist-types/commands/GetParameterCommand.d.ts +16 -0
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +31 -0
- package/dist-types/commands/GetParametersByPathCommand.d.ts +19 -0
- package/dist-types/commands/GetParametersCommand.d.ts +21 -0
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +62 -0
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +8 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
- package/dist-types/commands/GetServiceSettingCommand.d.ts +13 -0
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +9 -0
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +74 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +41 -0
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +50 -0
- package/dist-types/commands/ListCommandsCommand.d.ts +70 -0
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +25 -0
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +33 -0
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +25 -0
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +20 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +39 -0
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +19 -0
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +23 -0
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +15 -0
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +42 -0
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +45 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +4 -0
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +4 -0
- package/dist-types/commands/PutInventoryCommand.d.ts +6 -0
- package/dist-types/commands/PutParameterCommand.d.ts +7 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +13 -0
- package/dist-types/commands/ResumeSessionCommand.d.ts +8 -0
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +4 -0
- package/dist-types/commands/SendCommandCommand.d.ts +67 -0
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +4 -0
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StartSessionCommand.d.ts +8 -0
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +6 -0
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +103 -0
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +103 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +72 -0
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +18 -0
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +88 -0
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +59 -0
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
- package/package.json +3 -3
|
@@ -41,6 +41,36 @@ export interface DescribeMaintenanceWindowExecutionTasksCommandOutput extends De
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeMaintenanceWindowExecutionTasksCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeMaintenanceWindowExecutionTasksResult
|
|
45
|
+
* // WindowExecutionTaskIdentities: [ // MaintenanceWindowExecutionTaskIdentityList
|
|
46
|
+
* // { // MaintenanceWindowExecutionTaskIdentity
|
|
47
|
+
* // WindowExecutionId: "STRING_VALUE",
|
|
48
|
+
* // TaskExecutionId: "STRING_VALUE",
|
|
49
|
+
* // Status: "PENDING" || "IN_PROGRESS" || "SUCCESS" || "FAILED" || "TIMED_OUT" || "CANCELLING" || "CANCELLED" || "SKIPPED_OVERLAPPING",
|
|
50
|
+
* // StatusDetails: "STRING_VALUE",
|
|
51
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // TaskArn: "STRING_VALUE",
|
|
54
|
+
* // TaskType: "RUN_COMMAND" || "AUTOMATION" || "STEP_FUNCTIONS" || "LAMBDA",
|
|
55
|
+
* // AlarmConfiguration: { // AlarmConfiguration
|
|
56
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
57
|
+
* // Alarms: [ // AlarmList // required
|
|
58
|
+
* // { // Alarm
|
|
59
|
+
* // Name: "STRING_VALUE", // required
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // },
|
|
63
|
+
* // TriggeredAlarms: [ // AlarmStateInformationList
|
|
64
|
+
* // { // AlarmStateInformation
|
|
65
|
+
* // Name: "STRING_VALUE", // required
|
|
66
|
+
* // State: "UNKNOWN" || "ALARM", // required
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // NextToken: "STRING_VALUE",
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
44
74
|
* ```
|
|
45
75
|
*
|
|
46
76
|
* @param DescribeMaintenanceWindowExecutionTasksCommandInput - {@link DescribeMaintenanceWindowExecutionTasksCommandInput}
|
|
@@ -58,6 +88,8 @@ export interface DescribeMaintenanceWindowExecutionTasksCommandOutput extends De
|
|
|
58
88
|
* @throws {@link InternalServerError} (server fault)
|
|
59
89
|
* <p>An error occurred on the server side.</p>
|
|
60
90
|
*
|
|
91
|
+
* @throws {@link SSMServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
61
93
|
*
|
|
62
94
|
*/
|
|
63
95
|
export declare class DescribeMaintenanceWindowExecutionTasksCommand extends $Command<DescribeMaintenanceWindowExecutionTasksCommandInput, DescribeMaintenanceWindowExecutionTasksCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -43,6 +43,20 @@ export interface DescribeMaintenanceWindowExecutionsCommandOutput extends Descri
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DescribeMaintenanceWindowExecutionsCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeMaintenanceWindowExecutionsResult
|
|
47
|
+
* // WindowExecutions: [ // MaintenanceWindowExecutionList
|
|
48
|
+
* // { // MaintenanceWindowExecution
|
|
49
|
+
* // WindowId: "STRING_VALUE",
|
|
50
|
+
* // WindowExecutionId: "STRING_VALUE",
|
|
51
|
+
* // Status: "PENDING" || "IN_PROGRESS" || "SUCCESS" || "FAILED" || "TIMED_OUT" || "CANCELLING" || "CANCELLED" || "SKIPPED_OVERLAPPING",
|
|
52
|
+
* // StatusDetails: "STRING_VALUE",
|
|
53
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
54
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // NextToken: "STRING_VALUE",
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
46
60
|
* ```
|
|
47
61
|
*
|
|
48
62
|
* @param DescribeMaintenanceWindowExecutionsCommandInput - {@link DescribeMaintenanceWindowExecutionsCommandInput}
|
|
@@ -54,6 +68,8 @@ export interface DescribeMaintenanceWindowExecutionsCommandOutput extends Descri
|
|
|
54
68
|
* @throws {@link InternalServerError} (server fault)
|
|
55
69
|
* <p>An error occurred on the server side.</p>
|
|
56
70
|
*
|
|
71
|
+
* @throws {@link SSMServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
57
73
|
*
|
|
58
74
|
*/
|
|
59
75
|
export declare class DescribeMaintenanceWindowExecutionsCommand extends $Command<DescribeMaintenanceWindowExecutionsCommandInput, DescribeMaintenanceWindowExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -50,6 +50,17 @@ export interface DescribeMaintenanceWindowScheduleCommandOutput extends Describe
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new DescribeMaintenanceWindowScheduleCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // DescribeMaintenanceWindowScheduleResult
|
|
54
|
+
* // ScheduledWindowExecutions: [ // ScheduledWindowExecutionList
|
|
55
|
+
* // { // ScheduledWindowExecution
|
|
56
|
+
* // WindowId: "STRING_VALUE",
|
|
57
|
+
* // Name: "STRING_VALUE",
|
|
58
|
+
* // ExecutionTime: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // NextToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
53
64
|
* ```
|
|
54
65
|
*
|
|
55
66
|
* @param DescribeMaintenanceWindowScheduleCommandInput - {@link DescribeMaintenanceWindowScheduleCommandInput}
|
|
@@ -67,6 +78,8 @@ export interface DescribeMaintenanceWindowScheduleCommandOutput extends Describe
|
|
|
67
78
|
* @throws {@link InternalServerError} (server fault)
|
|
68
79
|
* <p>An error occurred on the server side.</p>
|
|
69
80
|
*
|
|
81
|
+
* @throws {@link SSMServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
70
83
|
*
|
|
71
84
|
*/
|
|
72
85
|
export declare class DescribeMaintenanceWindowScheduleCommand extends $Command<DescribeMaintenanceWindowScheduleCommandInput, DescribeMaintenanceWindowScheduleCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -41,6 +41,28 @@ export interface DescribeMaintenanceWindowTargetsCommandOutput extends DescribeM
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeMaintenanceWindowTargetsCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeMaintenanceWindowTargetsResult
|
|
45
|
+
* // Targets: [ // MaintenanceWindowTargetList
|
|
46
|
+
* // { // MaintenanceWindowTarget
|
|
47
|
+
* // WindowId: "STRING_VALUE",
|
|
48
|
+
* // WindowTargetId: "STRING_VALUE",
|
|
49
|
+
* // ResourceType: "INSTANCE" || "RESOURCE_GROUP",
|
|
50
|
+
* // Targets: [ // Targets
|
|
51
|
+
* // { // Target
|
|
52
|
+
* // Key: "STRING_VALUE",
|
|
53
|
+
* // Values: [ // TargetValues
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // OwnerInformation: "STRING_VALUE",
|
|
59
|
+
* // Name: "STRING_VALUE",
|
|
60
|
+
* // Description: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // NextToken: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
44
66
|
* ```
|
|
45
67
|
*
|
|
46
68
|
* @param DescribeMaintenanceWindowTargetsCommandInput - {@link DescribeMaintenanceWindowTargetsCommandInput}
|
|
@@ -58,6 +80,8 @@ export interface DescribeMaintenanceWindowTargetsCommandOutput extends DescribeM
|
|
|
58
80
|
* @throws {@link InternalServerError} (server fault)
|
|
59
81
|
* <p>An error occurred on the server side.</p>
|
|
60
82
|
*
|
|
83
|
+
* @throws {@link SSMServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
61
85
|
*
|
|
62
86
|
*/
|
|
63
87
|
export declare class DescribeMaintenanceWindowTargetsCommand extends $Command<DescribeMaintenanceWindowTargetsCommandInput, DescribeMaintenanceWindowTargetsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -47,6 +47,53 @@ export interface DescribeMaintenanceWindowTasksCommandOutput extends DescribeMai
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new DescribeMaintenanceWindowTasksCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // DescribeMaintenanceWindowTasksResult
|
|
51
|
+
* // Tasks: [ // MaintenanceWindowTaskList
|
|
52
|
+
* // { // MaintenanceWindowTask
|
|
53
|
+
* // WindowId: "STRING_VALUE",
|
|
54
|
+
* // WindowTaskId: "STRING_VALUE",
|
|
55
|
+
* // TaskArn: "STRING_VALUE",
|
|
56
|
+
* // Type: "RUN_COMMAND" || "AUTOMATION" || "STEP_FUNCTIONS" || "LAMBDA",
|
|
57
|
+
* // Targets: [ // Targets
|
|
58
|
+
* // { // Target
|
|
59
|
+
* // Key: "STRING_VALUE",
|
|
60
|
+
* // Values: [ // TargetValues
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // TaskParameters: { // MaintenanceWindowTaskParameters
|
|
66
|
+
* // "<keys>": { // MaintenanceWindowTaskParameterValueExpression
|
|
67
|
+
* // Values: [ // MaintenanceWindowTaskParameterValueList
|
|
68
|
+
* // "STRING_VALUE",
|
|
69
|
+
* // ],
|
|
70
|
+
* // },
|
|
71
|
+
* // },
|
|
72
|
+
* // Priority: Number("int"),
|
|
73
|
+
* // LoggingInfo: { // LoggingInfo
|
|
74
|
+
* // S3BucketName: "STRING_VALUE", // required
|
|
75
|
+
* // S3KeyPrefix: "STRING_VALUE",
|
|
76
|
+
* // S3Region: "STRING_VALUE", // required
|
|
77
|
+
* // },
|
|
78
|
+
* // ServiceRoleArn: "STRING_VALUE",
|
|
79
|
+
* // MaxConcurrency: "STRING_VALUE",
|
|
80
|
+
* // MaxErrors: "STRING_VALUE",
|
|
81
|
+
* // Name: "STRING_VALUE",
|
|
82
|
+
* // Description: "STRING_VALUE",
|
|
83
|
+
* // CutoffBehavior: "CONTINUE_TASK" || "CANCEL_TASK",
|
|
84
|
+
* // AlarmConfiguration: { // AlarmConfiguration
|
|
85
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
86
|
+
* // Alarms: [ // AlarmList // required
|
|
87
|
+
* // { // Alarm
|
|
88
|
+
* // Name: "STRING_VALUE", // required
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
94
|
+
* // NextToken: "STRING_VALUE",
|
|
95
|
+
* // };
|
|
96
|
+
*
|
|
50
97
|
* ```
|
|
51
98
|
*
|
|
52
99
|
* @param DescribeMaintenanceWindowTasksCommandInput - {@link DescribeMaintenanceWindowTasksCommandInput}
|
|
@@ -64,6 +111,8 @@ export interface DescribeMaintenanceWindowTasksCommandOutput extends DescribeMai
|
|
|
64
111
|
* @throws {@link InternalServerError} (server fault)
|
|
65
112
|
* <p>An error occurred on the server side.</p>
|
|
66
113
|
*
|
|
114
|
+
* @throws {@link SSMServiceException}
|
|
115
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
67
116
|
*
|
|
68
117
|
*/
|
|
69
118
|
export declare class DescribeMaintenanceWindowTasksCommand extends $Command<DescribeMaintenanceWindowTasksCommandInput, DescribeMaintenanceWindowTasksCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -40,6 +40,26 @@ export interface DescribeMaintenanceWindowsCommandOutput extends DescribeMainten
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribeMaintenanceWindowsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeMaintenanceWindowsResult
|
|
44
|
+
* // WindowIdentities: [ // MaintenanceWindowIdentityList
|
|
45
|
+
* // { // MaintenanceWindowIdentity
|
|
46
|
+
* // WindowId: "STRING_VALUE",
|
|
47
|
+
* // Name: "STRING_VALUE",
|
|
48
|
+
* // Description: "STRING_VALUE",
|
|
49
|
+
* // Enabled: true || false,
|
|
50
|
+
* // Duration: Number("int"),
|
|
51
|
+
* // Cutoff: Number("int"),
|
|
52
|
+
* // Schedule: "STRING_VALUE",
|
|
53
|
+
* // ScheduleTimezone: "STRING_VALUE",
|
|
54
|
+
* // ScheduleOffset: Number("int"),
|
|
55
|
+
* // EndDate: "STRING_VALUE",
|
|
56
|
+
* // StartDate: "STRING_VALUE",
|
|
57
|
+
* // NextExecutionTime: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // NextToken: "STRING_VALUE",
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
43
63
|
* ```
|
|
44
64
|
*
|
|
45
65
|
* @param DescribeMaintenanceWindowsCommandInput - {@link DescribeMaintenanceWindowsCommandInput}
|
|
@@ -51,6 +71,8 @@ export interface DescribeMaintenanceWindowsCommandOutput extends DescribeMainten
|
|
|
51
71
|
* @throws {@link InternalServerError} (server fault)
|
|
52
72
|
* <p>An error occurred on the server side.</p>
|
|
53
73
|
*
|
|
74
|
+
* @throws {@link SSMServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
54
76
|
*
|
|
55
77
|
*/
|
|
56
78
|
export declare class DescribeMaintenanceWindowsCommand extends $Command<DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -42,6 +42,16 @@ export interface DescribeMaintenanceWindowsForTargetCommandOutput extends Descri
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeMaintenanceWindowsForTargetCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeMaintenanceWindowsForTargetResult
|
|
46
|
+
* // WindowIdentities: [ // MaintenanceWindowsForTargetList
|
|
47
|
+
* // { // MaintenanceWindowIdentityForTarget
|
|
48
|
+
* // WindowId: "STRING_VALUE",
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // NextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
45
55
|
* ```
|
|
46
56
|
*
|
|
47
57
|
* @param DescribeMaintenanceWindowsForTargetCommandInput - {@link DescribeMaintenanceWindowsForTargetCommandInput}
|
|
@@ -53,6 +63,8 @@ export interface DescribeMaintenanceWindowsForTargetCommandOutput extends Descri
|
|
|
53
63
|
* @throws {@link InternalServerError} (server fault)
|
|
54
64
|
* <p>An error occurred on the server side.</p>
|
|
55
65
|
*
|
|
66
|
+
* @throws {@link SSMServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
56
68
|
*
|
|
57
69
|
*/
|
|
58
70
|
export declare class DescribeMaintenanceWindowsForTargetCommand extends $Command<DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -46,6 +46,36 @@ export interface DescribeOpsItemsCommandOutput extends DescribeOpsItemsResponse,
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new DescribeOpsItemsCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // DescribeOpsItemsResponse
|
|
50
|
+
* // NextToken: "STRING_VALUE",
|
|
51
|
+
* // OpsItemSummaries: [ // OpsItemSummaries
|
|
52
|
+
* // { // OpsItemSummary
|
|
53
|
+
* // CreatedBy: "STRING_VALUE",
|
|
54
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
56
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // Priority: Number("int"),
|
|
58
|
+
* // Source: "STRING_VALUE",
|
|
59
|
+
* // Status: "Open" || "InProgress" || "Resolved" || "Pending" || "TimedOut" || "Cancelling" || "Cancelled" || "Failed" || "CompletedWithSuccess" || "CompletedWithFailure" || "Scheduled" || "RunbookInProgress" || "PendingChangeCalendarOverride" || "ChangeCalendarOverrideApproved" || "ChangeCalendarOverrideRejected" || "PendingApproval" || "Approved" || "Rejected" || "Closed",
|
|
60
|
+
* // OpsItemId: "STRING_VALUE",
|
|
61
|
+
* // Title: "STRING_VALUE",
|
|
62
|
+
* // OperationalData: { // OpsItemOperationalData
|
|
63
|
+
* // "<keys>": { // OpsItemDataValue
|
|
64
|
+
* // Value: "STRING_VALUE",
|
|
65
|
+
* // Type: "SearchableString" || "String",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // Category: "STRING_VALUE",
|
|
69
|
+
* // Severity: "STRING_VALUE",
|
|
70
|
+
* // OpsItemType: "STRING_VALUE",
|
|
71
|
+
* // ActualStartTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // ActualEndTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // PlannedStartTime: new Date("TIMESTAMP"),
|
|
74
|
+
* // PlannedEndTime: new Date("TIMESTAMP"),
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
49
79
|
* ```
|
|
50
80
|
*
|
|
51
81
|
* @param DescribeOpsItemsCommandInput - {@link DescribeOpsItemsCommandInput}
|
|
@@ -57,6 +87,8 @@ export interface DescribeOpsItemsCommandOutput extends DescribeOpsItemsResponse,
|
|
|
57
87
|
* @throws {@link InternalServerError} (server fault)
|
|
58
88
|
* <p>An error occurred on the server side.</p>
|
|
59
89
|
*
|
|
90
|
+
* @throws {@link SSMServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
60
92
|
*
|
|
61
93
|
*/
|
|
62
94
|
export declare class DescribeOpsItemsCommand extends $Command<DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -61,6 +61,31 @@ export interface DescribeParametersCommandOutput extends DescribeParametersResul
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new DescribeParametersCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // { // DescribeParametersResult
|
|
65
|
+
* // Parameters: [ // ParameterMetadataList
|
|
66
|
+
* // { // ParameterMetadata
|
|
67
|
+
* // Name: "STRING_VALUE",
|
|
68
|
+
* // Type: "String" || "StringList" || "SecureString",
|
|
69
|
+
* // KeyId: "STRING_VALUE",
|
|
70
|
+
* // LastModifiedDate: new Date("TIMESTAMP"),
|
|
71
|
+
* // LastModifiedUser: "STRING_VALUE",
|
|
72
|
+
* // Description: "STRING_VALUE",
|
|
73
|
+
* // AllowedPattern: "STRING_VALUE",
|
|
74
|
+
* // Version: Number("long"),
|
|
75
|
+
* // Tier: "Standard" || "Advanced" || "Intelligent-Tiering",
|
|
76
|
+
* // Policies: [ // ParameterPolicyList
|
|
77
|
+
* // { // ParameterInlinePolicy
|
|
78
|
+
* // PolicyText: "STRING_VALUE",
|
|
79
|
+
* // PolicyType: "STRING_VALUE",
|
|
80
|
+
* // PolicyStatus: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // DataType: "STRING_VALUE",
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // NextToken: "STRING_VALUE",
|
|
87
|
+
* // };
|
|
88
|
+
*
|
|
64
89
|
* ```
|
|
65
90
|
*
|
|
66
91
|
* @param DescribeParametersCommandInput - {@link DescribeParametersCommandInput}
|
|
@@ -85,6 +110,8 @@ export interface DescribeParametersCommandOutput extends DescribeParametersResul
|
|
|
85
110
|
* @throws {@link InvalidNextToken} (client fault)
|
|
86
111
|
* <p>The specified token isn't valid.</p>
|
|
87
112
|
*
|
|
113
|
+
* @throws {@link SSMServiceException}
|
|
114
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
88
115
|
*
|
|
89
116
|
*/
|
|
90
117
|
export declare class DescribeParametersCommand extends $Command<DescribeParametersCommandInput, DescribeParametersCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -40,6 +40,19 @@ export interface DescribePatchBaselinesCommandOutput extends DescribePatchBaseli
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribePatchBaselinesCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribePatchBaselinesResult
|
|
44
|
+
* // BaselineIdentities: [ // PatchBaselineIdentityList
|
|
45
|
+
* // { // PatchBaselineIdentity
|
|
46
|
+
* // BaselineId: "STRING_VALUE",
|
|
47
|
+
* // BaselineName: "STRING_VALUE",
|
|
48
|
+
* // OperatingSystem: "WINDOWS" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "AMAZON_LINUX_2022" || "UBUNTU" || "REDHAT_ENTERPRISE_LINUX" || "SUSE" || "CENTOS" || "ORACLE_LINUX" || "DEBIAN" || "MACOS" || "RASPBIAN" || "ROCKY_LINUX" || "ALMA_LINUX" || "AMAZON_LINUX_2023",
|
|
49
|
+
* // BaselineDescription: "STRING_VALUE",
|
|
50
|
+
* // DefaultBaseline: true || false,
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // NextToken: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
43
56
|
* ```
|
|
44
57
|
*
|
|
45
58
|
* @param DescribePatchBaselinesCommandInput - {@link DescribePatchBaselinesCommandInput}
|
|
@@ -51,6 +64,8 @@ export interface DescribePatchBaselinesCommandOutput extends DescribePatchBaseli
|
|
|
51
64
|
* @throws {@link InternalServerError} (server fault)
|
|
52
65
|
* <p>An error occurred on the server side.</p>
|
|
53
66
|
*
|
|
67
|
+
* @throws {@link SSMServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
54
69
|
*
|
|
55
70
|
*/
|
|
56
71
|
export declare class DescribePatchBaselinesCommand extends $Command<DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -31,6 +31,21 @@ export interface DescribePatchGroupStateCommandOutput extends DescribePatchGroup
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribePatchGroupStateCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribePatchGroupStateResult
|
|
35
|
+
* // Instances: Number("int"),
|
|
36
|
+
* // InstancesWithInstalledPatches: Number("int"),
|
|
37
|
+
* // InstancesWithInstalledOtherPatches: Number("int"),
|
|
38
|
+
* // InstancesWithInstalledPendingRebootPatches: Number("int"),
|
|
39
|
+
* // InstancesWithInstalledRejectedPatches: Number("int"),
|
|
40
|
+
* // InstancesWithMissingPatches: Number("int"),
|
|
41
|
+
* // InstancesWithFailedPatches: Number("int"),
|
|
42
|
+
* // InstancesWithNotApplicablePatches: Number("int"),
|
|
43
|
+
* // InstancesWithUnreportedNotApplicablePatches: Number("int"),
|
|
44
|
+
* // InstancesWithCriticalNonCompliantPatches: Number("int"),
|
|
45
|
+
* // InstancesWithSecurityNonCompliantPatches: Number("int"),
|
|
46
|
+
* // InstancesWithOtherNonCompliantPatches: Number("int"),
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
34
49
|
* ```
|
|
35
50
|
*
|
|
36
51
|
* @param DescribePatchGroupStateCommandInput - {@link DescribePatchGroupStateCommandInput}
|
|
@@ -45,6 +60,8 @@ export interface DescribePatchGroupStateCommandOutput extends DescribePatchGroup
|
|
|
45
60
|
* @throws {@link InvalidNextToken} (client fault)
|
|
46
61
|
* <p>The specified token isn't valid.</p>
|
|
47
62
|
*
|
|
63
|
+
* @throws {@link SSMServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
48
65
|
*
|
|
49
66
|
*/
|
|
50
67
|
export declare class DescribePatchGroupStateCommand extends $Command<DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -40,6 +40,22 @@ export interface DescribePatchGroupsCommandOutput extends DescribePatchGroupsRes
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribePatchGroupsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribePatchGroupsResult
|
|
44
|
+
* // Mappings: [ // PatchGroupPatchBaselineMappingList
|
|
45
|
+
* // { // PatchGroupPatchBaselineMapping
|
|
46
|
+
* // PatchGroup: "STRING_VALUE",
|
|
47
|
+
* // BaselineIdentity: { // PatchBaselineIdentity
|
|
48
|
+
* // BaselineId: "STRING_VALUE",
|
|
49
|
+
* // BaselineName: "STRING_VALUE",
|
|
50
|
+
* // OperatingSystem: "WINDOWS" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "AMAZON_LINUX_2022" || "UBUNTU" || "REDHAT_ENTERPRISE_LINUX" || "SUSE" || "CENTOS" || "ORACLE_LINUX" || "DEBIAN" || "MACOS" || "RASPBIAN" || "ROCKY_LINUX" || "ALMA_LINUX" || "AMAZON_LINUX_2023",
|
|
51
|
+
* // BaselineDescription: "STRING_VALUE",
|
|
52
|
+
* // DefaultBaseline: true || false,
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // NextToken: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
43
59
|
* ```
|
|
44
60
|
*
|
|
45
61
|
* @param DescribePatchGroupsCommandInput - {@link DescribePatchGroupsCommandInput}
|
|
@@ -51,6 +67,8 @@ export interface DescribePatchGroupsCommandOutput extends DescribePatchGroupsRes
|
|
|
51
67
|
* @throws {@link InternalServerError} (server fault)
|
|
52
68
|
* <p>An error occurred on the server side.</p>
|
|
53
69
|
*
|
|
70
|
+
* @throws {@link SSMServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
54
72
|
*
|
|
55
73
|
*/
|
|
56
74
|
export declare class DescribePatchGroupsCommand extends $Command<DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -98,6 +98,15 @@ export interface DescribePatchPropertiesCommandOutput extends DescribePatchPrope
|
|
|
98
98
|
* };
|
|
99
99
|
* const command = new DescribePatchPropertiesCommand(input);
|
|
100
100
|
* const response = await client.send(command);
|
|
101
|
+
* // { // DescribePatchPropertiesResult
|
|
102
|
+
* // Properties: [ // PatchPropertiesList
|
|
103
|
+
* // { // PatchPropertyEntry
|
|
104
|
+
* // "<keys>": "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // ],
|
|
107
|
+
* // NextToken: "STRING_VALUE",
|
|
108
|
+
* // };
|
|
109
|
+
*
|
|
101
110
|
* ```
|
|
102
111
|
*
|
|
103
112
|
* @param DescribePatchPropertiesCommandInput - {@link DescribePatchPropertiesCommandInput}
|
|
@@ -109,6 +118,8 @@ export interface DescribePatchPropertiesCommandOutput extends DescribePatchPrope
|
|
|
109
118
|
* @throws {@link InternalServerError} (server fault)
|
|
110
119
|
* <p>An error occurred on the server side.</p>
|
|
111
120
|
*
|
|
121
|
+
* @throws {@link SSMServiceException}
|
|
122
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
112
123
|
*
|
|
113
124
|
*/
|
|
114
125
|
export declare class DescribePatchPropertiesCommand extends $Command<DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -40,6 +40,28 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResponse,
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribeSessionsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeSessionsResponse
|
|
44
|
+
* // Sessions: [ // SessionList
|
|
45
|
+
* // { // Session
|
|
46
|
+
* // SessionId: "STRING_VALUE",
|
|
47
|
+
* // Target: "STRING_VALUE",
|
|
48
|
+
* // Status: "Connected" || "Connecting" || "Disconnected" || "Terminated" || "Terminating" || "Failed",
|
|
49
|
+
* // StartDate: new Date("TIMESTAMP"),
|
|
50
|
+
* // EndDate: new Date("TIMESTAMP"),
|
|
51
|
+
* // DocumentName: "STRING_VALUE",
|
|
52
|
+
* // Owner: "STRING_VALUE",
|
|
53
|
+
* // Reason: "STRING_VALUE",
|
|
54
|
+
* // Details: "STRING_VALUE",
|
|
55
|
+
* // OutputUrl: { // SessionManagerOutputUrl
|
|
56
|
+
* // S3OutputUrl: "STRING_VALUE",
|
|
57
|
+
* // CloudWatchOutputUrl: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // MaxSessionDuration: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // NextToken: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
43
65
|
* ```
|
|
44
66
|
*
|
|
45
67
|
* @param DescribeSessionsCommandInput - {@link DescribeSessionsCommandInput}
|
|
@@ -57,6 +79,8 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResponse,
|
|
|
57
79
|
* @throws {@link InvalidNextToken} (client fault)
|
|
58
80
|
* <p>The specified token isn't valid.</p>
|
|
59
81
|
*
|
|
82
|
+
* @throws {@link SSMServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
60
84
|
*
|
|
61
85
|
*/
|
|
62
86
|
export declare class DescribeSessionsCommand extends $Command<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DisassociateOpsItemRelatedItemCommandOutput extends Disassociat
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DisassociateOpsItemRelatedItemCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DisassociateOpsItemRelatedItemCommandInput - {@link DisassociateOpsItemRelatedItemCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface DisassociateOpsItemRelatedItemCommandOutput extends Disassociat
|
|
|
56
58
|
* <p>The association wasn't found using the parameters you specified in the call. Verify the
|
|
57
59
|
* information and try again.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link SSMServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class DisassociateOpsItemRelatedItemCommand extends $Command<DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig> {
|