@aws-sdk/client-ssm 3.321.1 → 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 +16 -16
|
@@ -35,6 +35,22 @@ export interface DeleteInventoryCommandOutput extends DeleteInventoryResult, __M
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteInventoryCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteInventoryResult
|
|
39
|
+
* // DeletionId: "STRING_VALUE",
|
|
40
|
+
* // TypeName: "STRING_VALUE",
|
|
41
|
+
* // DeletionSummary: { // InventoryDeletionSummary
|
|
42
|
+
* // TotalCount: Number("int"),
|
|
43
|
+
* // RemainingCount: Number("int"),
|
|
44
|
+
* // SummaryItems: [ // InventoryDeletionSummaryItems
|
|
45
|
+
* // { // InventoryDeletionSummaryItem
|
|
46
|
+
* // Version: "STRING_VALUE",
|
|
47
|
+
* // Count: Number("int"),
|
|
48
|
+
* // RemainingCount: Number("int"),
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
38
54
|
* ```
|
|
39
55
|
*
|
|
40
56
|
* @param DeleteInventoryCommandInput - {@link DeleteInventoryCommandInput}
|
|
@@ -59,6 +75,8 @@ export interface DeleteInventoryCommandOutput extends DeleteInventoryResult, __M
|
|
|
59
75
|
* @throws {@link InvalidTypeNameException} (client fault)
|
|
60
76
|
* <p>The parameter type name isn't valid.</p>
|
|
61
77
|
*
|
|
78
|
+
* @throws {@link SSMServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
62
80
|
*
|
|
63
81
|
*/
|
|
64
82
|
export declare class DeleteInventoryCommand extends $Command<DeleteInventoryCommandInput, DeleteInventoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface DeleteMaintenanceWindowCommandOutput extends DeleteMaintenanceW
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteMaintenanceWindowCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteMaintenanceWindowResult
|
|
35
|
+
* // WindowId: "STRING_VALUE",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param DeleteMaintenanceWindowCommandInput - {@link DeleteMaintenanceWindowCommandInput}
|
|
@@ -42,6 +46,8 @@ export interface DeleteMaintenanceWindowCommandOutput extends DeleteMaintenanceW
|
|
|
42
46
|
* @throws {@link InternalServerError} (server fault)
|
|
43
47
|
* <p>An error occurred on the server side.</p>
|
|
44
48
|
*
|
|
49
|
+
* @throws {@link SSMServiceException}
|
|
50
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
45
51
|
*
|
|
46
52
|
*/
|
|
47
53
|
export declare class DeleteMaintenanceWindowCommand extends $Command<DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteOpsMetadataCommandOutput extends DeleteOpsMetadataResult,
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteOpsMetadataCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteOpsMetadataCommandInput - {@link DeleteOpsMetadataCommandInput}
|
|
@@ -48,6 +50,8 @@ export interface DeleteOpsMetadataCommandOutput extends DeleteOpsMetadataResult,
|
|
|
48
50
|
* @throws {@link OpsMetadataNotFoundException} (client fault)
|
|
49
51
|
* <p>The OpsMetadata object doesn't exist. </p>
|
|
50
52
|
*
|
|
53
|
+
* @throws {@link SSMServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
51
55
|
*
|
|
52
56
|
*/
|
|
53
57
|
export declare class DeleteOpsMetadataCommand extends $Command<DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteParameterCommandOutput extends DeleteParameterResult, __M
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteParameterCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteParameterCommandInput - {@link DeleteParameterCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface DeleteParameterCommandOutput extends DeleteParameterResult, __M
|
|
|
46
48
|
* @throws {@link ParameterNotFound} (client fault)
|
|
47
49
|
* <p>The parameter couldn't be found. Verify the name and try again.</p>
|
|
48
50
|
*
|
|
51
|
+
* @throws {@link SSMServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
49
53
|
*
|
|
50
54
|
*/
|
|
51
55
|
export declare class DeleteParameterCommand extends $Command<DeleteParameterCommandInput, DeleteParameterCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -34,6 +34,15 @@ export interface DeleteParametersCommandOutput extends DeleteParametersResult, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteParametersCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteParametersResult
|
|
38
|
+
* // DeletedParameters: [ // ParameterNameList
|
|
39
|
+
* // "STRING_VALUE",
|
|
40
|
+
* // ],
|
|
41
|
+
* // InvalidParameters: [
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
37
46
|
* ```
|
|
38
47
|
*
|
|
39
48
|
* @param DeleteParametersCommandInput - {@link DeleteParametersCommandInput}
|
|
@@ -45,6 +54,8 @@ export interface DeleteParametersCommandOutput extends DeleteParametersResult, _
|
|
|
45
54
|
* @throws {@link InternalServerError} (server fault)
|
|
46
55
|
* <p>An error occurred on the server side.</p>
|
|
47
56
|
*
|
|
57
|
+
* @throws {@link SSMServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
48
59
|
*
|
|
49
60
|
*/
|
|
50
61
|
export declare class DeleteParametersCommand extends $Command<DeleteParametersCommandInput, DeleteParametersCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface DeletePatchBaselineCommandOutput extends DeletePatchBaselineRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeletePatchBaselineCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeletePatchBaselineResult
|
|
35
|
+
* // BaselineId: "STRING_VALUE",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param DeletePatchBaselineCommandInput - {@link DeletePatchBaselineCommandInput}
|
|
@@ -46,6 +50,8 @@ export interface DeletePatchBaselineCommandOutput extends DeletePatchBaselineRes
|
|
|
46
50
|
* <p>Error returned if an attempt is made to delete a patch baseline that is registered for a
|
|
47
51
|
* patch group.</p>
|
|
48
52
|
*
|
|
53
|
+
* @throws {@link SSMServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
49
55
|
*
|
|
50
56
|
*/
|
|
51
57
|
export declare class DeletePatchBaselineCommand extends $Command<DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeleteResourceDataSyncCommandOutput extends DeleteResourceDataS
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteResourceDataSyncCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteResourceDataSyncCommandInput - {@link DeleteResourceDataSyncCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface DeleteResourceDataSyncCommandOutput extends DeleteResourceDataS
|
|
|
51
53
|
* @throws {@link ResourceDataSyncNotFoundException} (client fault)
|
|
52
54
|
* <p>The specified sync name wasn't found.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link SSMServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class DeleteResourceDataSyncCommand extends $Command<DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteResourcePolicyCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
56
58
|
* <p>One or more parameters specified for the call aren't valid. Verify the parameters and their
|
|
57
59
|
* values 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 DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeregisterManagedInstanceCommandOutput extends DeregisterManage
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeregisterManagedInstanceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeregisterManagedInstanceCommandInput - {@link DeregisterManagedInstanceCommandInput}
|
|
@@ -64,6 +66,8 @@ export interface DeregisterManagedInstanceCommandOutput extends DeregisterManage
|
|
|
64
66
|
* </li>
|
|
65
67
|
* </ul>
|
|
66
68
|
*
|
|
69
|
+
* @throws {@link SSMServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
67
71
|
*
|
|
68
72
|
*/
|
|
69
73
|
export declare class DeregisterManagedInstanceCommand extends $Command<DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -32,6 +32,11 @@ export interface DeregisterPatchBaselineForPatchGroupCommandOutput extends Dereg
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeregisterPatchBaselineForPatchGroupCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeregisterPatchBaselineForPatchGroupResult
|
|
36
|
+
* // BaselineId: "STRING_VALUE",
|
|
37
|
+
* // PatchGroup: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param DeregisterPatchBaselineForPatchGroupCommandInput - {@link DeregisterPatchBaselineForPatchGroupCommandInput}
|
|
@@ -46,6 +51,8 @@ export interface DeregisterPatchBaselineForPatchGroupCommandOutput extends Dereg
|
|
|
46
51
|
* @throws {@link InvalidResourceId} (client fault)
|
|
47
52
|
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
48
53
|
*
|
|
54
|
+
* @throws {@link SSMServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
49
56
|
*
|
|
50
57
|
*/
|
|
51
58
|
export declare class DeregisterPatchBaselineForPatchGroupCommand extends $Command<DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,6 +33,11 @@ export interface DeregisterTargetFromMaintenanceWindowCommandOutput extends Dere
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeregisterTargetFromMaintenanceWindowCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeregisterTargetFromMaintenanceWindowResult
|
|
37
|
+
* // WindowId: "STRING_VALUE",
|
|
38
|
+
* // WindowTargetId: "STRING_VALUE",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
38
43
|
* @param DeregisterTargetFromMaintenanceWindowCommandInput - {@link DeregisterTargetFromMaintenanceWindowCommandInput}
|
|
@@ -54,6 +59,8 @@ export interface DeregisterTargetFromMaintenanceWindowCommandOutput extends Dere
|
|
|
54
59
|
* <p>You specified the <code>Safe</code> option for the DeregisterTargetFromMaintenanceWindow
|
|
55
60
|
* operation, but the target is still referenced in a task.</p>
|
|
56
61
|
*
|
|
62
|
+
* @throws {@link SSMServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
57
64
|
*
|
|
58
65
|
*/
|
|
59
66
|
export declare class DeregisterTargetFromMaintenanceWindowCommand extends $Command<DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -32,6 +32,11 @@ export interface DeregisterTaskFromMaintenanceWindowCommandOutput extends Deregi
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeregisterTaskFromMaintenanceWindowCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeregisterTaskFromMaintenanceWindowResult
|
|
36
|
+
* // WindowId: "STRING_VALUE",
|
|
37
|
+
* // WindowTaskId: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param DeregisterTaskFromMaintenanceWindowCommandInput - {@link DeregisterTaskFromMaintenanceWindowCommandInput}
|
|
@@ -49,6 +54,8 @@ export interface DeregisterTaskFromMaintenanceWindowCommandOutput extends Deregi
|
|
|
49
54
|
* @throws {@link InternalServerError} (server fault)
|
|
50
55
|
* <p>An error occurred on the server side.</p>
|
|
51
56
|
*
|
|
57
|
+
* @throws {@link SSMServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
52
59
|
*
|
|
53
60
|
*/
|
|
54
61
|
export declare class DeregisterTaskFromMaintenanceWindowCommand extends $Command<DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -43,6 +43,29 @@ export interface DescribeActivationsCommandOutput extends DescribeActivationsRes
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DescribeActivationsCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeActivationsResult
|
|
47
|
+
* // ActivationList: [ // ActivationList
|
|
48
|
+
* // { // Activation
|
|
49
|
+
* // ActivationId: "STRING_VALUE",
|
|
50
|
+
* // Description: "STRING_VALUE",
|
|
51
|
+
* // DefaultInstanceName: "STRING_VALUE",
|
|
52
|
+
* // IamRole: "STRING_VALUE",
|
|
53
|
+
* // RegistrationLimit: Number("int"),
|
|
54
|
+
* // RegistrationsCount: Number("int"),
|
|
55
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
56
|
+
* // Expired: true || false,
|
|
57
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
58
|
+
* // Tags: [ // TagList
|
|
59
|
+
* // { // Tag
|
|
60
|
+
* // Key: "STRING_VALUE", // required
|
|
61
|
+
* // Value: "STRING_VALUE", // required
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // NextToken: "STRING_VALUE",
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
46
69
|
* ```
|
|
47
70
|
*
|
|
48
71
|
* @param DescribeActivationsCommandInput - {@link DescribeActivationsCommandInput}
|
|
@@ -60,6 +83,8 @@ export interface DescribeActivationsCommandOutput extends DescribeActivationsRes
|
|
|
60
83
|
* @throws {@link InvalidNextToken} (client fault)
|
|
61
84
|
* <p>The specified token isn't valid.</p>
|
|
62
85
|
*
|
|
86
|
+
* @throws {@link SSMServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
63
88
|
*
|
|
64
89
|
*/
|
|
65
90
|
export declare class DescribeActivationsCommand extends $Command<DescribeActivationsCommandInput, DescribeActivationsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -36,6 +36,107 @@ export interface DescribeAssociationCommandOutput extends DescribeAssociationRes
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DescribeAssociationCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DescribeAssociationResult
|
|
40
|
+
* // AssociationDescription: { // AssociationDescription
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // InstanceId: "STRING_VALUE",
|
|
43
|
+
* // AssociationVersion: "STRING_VALUE",
|
|
44
|
+
* // Date: new Date("TIMESTAMP"),
|
|
45
|
+
* // LastUpdateAssociationDate: new Date("TIMESTAMP"),
|
|
46
|
+
* // Status: { // AssociationStatus
|
|
47
|
+
* // Date: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // Name: "Pending" || "Success" || "Failed", // required
|
|
49
|
+
* // Message: "STRING_VALUE", // required
|
|
50
|
+
* // AdditionalInfo: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // Overview: { // AssociationOverview
|
|
53
|
+
* // Status: "STRING_VALUE",
|
|
54
|
+
* // DetailedStatus: "STRING_VALUE",
|
|
55
|
+
* // AssociationStatusAggregatedCount: { // AssociationStatusAggregatedCount
|
|
56
|
+
* // "<keys>": Number("int"),
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
60
|
+
* // AutomationTargetParameterName: "STRING_VALUE",
|
|
61
|
+
* // Parameters: { // Parameters
|
|
62
|
+
* // "<keys>": [ // ParameterValueList
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // },
|
|
66
|
+
* // AssociationId: "STRING_VALUE",
|
|
67
|
+
* // Targets: [ // Targets
|
|
68
|
+
* // { // Target
|
|
69
|
+
* // Key: "STRING_VALUE",
|
|
70
|
+
* // Values: [ // TargetValues
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // ScheduleExpression: "STRING_VALUE",
|
|
76
|
+
* // OutputLocation: { // InstanceAssociationOutputLocation
|
|
77
|
+
* // S3Location: { // S3OutputLocation
|
|
78
|
+
* // OutputS3Region: "STRING_VALUE",
|
|
79
|
+
* // OutputS3BucketName: "STRING_VALUE",
|
|
80
|
+
* // OutputS3KeyPrefix: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // },
|
|
83
|
+
* // LastExecutionDate: new Date("TIMESTAMP"),
|
|
84
|
+
* // LastSuccessfulExecutionDate: new Date("TIMESTAMP"),
|
|
85
|
+
* // AssociationName: "STRING_VALUE",
|
|
86
|
+
* // MaxErrors: "STRING_VALUE",
|
|
87
|
+
* // MaxConcurrency: "STRING_VALUE",
|
|
88
|
+
* // ComplianceSeverity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "UNSPECIFIED",
|
|
89
|
+
* // SyncCompliance: "AUTO" || "MANUAL",
|
|
90
|
+
* // ApplyOnlyAtCronInterval: true || false,
|
|
91
|
+
* // CalendarNames: [ // CalendarNameOrARNList
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // TargetLocations: [ // TargetLocations
|
|
95
|
+
* // { // TargetLocation
|
|
96
|
+
* // Accounts: [ // Accounts
|
|
97
|
+
* // "STRING_VALUE",
|
|
98
|
+
* // ],
|
|
99
|
+
* // Regions: [ // Regions
|
|
100
|
+
* // "STRING_VALUE",
|
|
101
|
+
* // ],
|
|
102
|
+
* // TargetLocationMaxConcurrency: "STRING_VALUE",
|
|
103
|
+
* // TargetLocationMaxErrors: "STRING_VALUE",
|
|
104
|
+
* // ExecutionRoleName: "STRING_VALUE",
|
|
105
|
+
* // TargetLocationAlarmConfiguration: { // AlarmConfiguration
|
|
106
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
107
|
+
* // Alarms: [ // AlarmList // required
|
|
108
|
+
* // { // Alarm
|
|
109
|
+
* // Name: "STRING_VALUE", // required
|
|
110
|
+
* // },
|
|
111
|
+
* // ],
|
|
112
|
+
* // },
|
|
113
|
+
* // },
|
|
114
|
+
* // ],
|
|
115
|
+
* // ScheduleOffset: Number("int"),
|
|
116
|
+
* // TargetMaps: [ // TargetMaps
|
|
117
|
+
* // { // TargetMap
|
|
118
|
+
* // "<keys>": [ // TargetMapValueList
|
|
119
|
+
* // "STRING_VALUE",
|
|
120
|
+
* // ],
|
|
121
|
+
* // },
|
|
122
|
+
* // ],
|
|
123
|
+
* // AlarmConfiguration: {
|
|
124
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
125
|
+
* // Alarms: [ // required
|
|
126
|
+
* // {
|
|
127
|
+
* // Name: "STRING_VALUE", // required
|
|
128
|
+
* // },
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // TriggeredAlarms: [ // AlarmStateInformationList
|
|
132
|
+
* // { // AlarmStateInformation
|
|
133
|
+
* // Name: "STRING_VALUE", // required
|
|
134
|
+
* // State: "UNKNOWN" || "ALARM", // required
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // },
|
|
138
|
+
* // };
|
|
139
|
+
*
|
|
39
140
|
* ```
|
|
40
141
|
*
|
|
41
142
|
* @param DescribeAssociationCommandInput - {@link DescribeAssociationCommandInput}
|
|
@@ -78,6 +179,8 @@ export interface DescribeAssociationCommandOutput extends DescribeAssociationRes
|
|
|
78
179
|
* </li>
|
|
79
180
|
* </ul>
|
|
80
181
|
*
|
|
182
|
+
* @throws {@link SSMServiceException}
|
|
183
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
81
184
|
*
|
|
82
185
|
*/
|
|
83
186
|
export declare class DescribeAssociationCommand extends $Command<DescribeAssociationCommandInput, DescribeAssociationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -40,6 +40,26 @@ export interface DescribeAssociationExecutionTargetsCommandOutput extends Descri
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribeAssociationExecutionTargetsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeAssociationExecutionTargetsResult
|
|
44
|
+
* // AssociationExecutionTargets: [ // AssociationExecutionTargetsList
|
|
45
|
+
* // { // AssociationExecutionTarget
|
|
46
|
+
* // AssociationId: "STRING_VALUE",
|
|
47
|
+
* // AssociationVersion: "STRING_VALUE",
|
|
48
|
+
* // ExecutionId: "STRING_VALUE",
|
|
49
|
+
* // ResourceId: "STRING_VALUE",
|
|
50
|
+
* // ResourceType: "STRING_VALUE",
|
|
51
|
+
* // Status: "STRING_VALUE",
|
|
52
|
+
* // DetailedStatus: "STRING_VALUE",
|
|
53
|
+
* // LastExecutionDate: new Date("TIMESTAMP"),
|
|
54
|
+
* // OutputSource: { // OutputSource
|
|
55
|
+
* // OutputSourceId: "STRING_VALUE",
|
|
56
|
+
* // OutputSourceType: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // NextToken: "STRING_VALUE",
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
43
63
|
* ```
|
|
44
64
|
*
|
|
45
65
|
* @param DescribeAssociationExecutionTargetsCommandInput - {@link DescribeAssociationExecutionTargetsCommandInput}
|
|
@@ -60,6 +80,8 @@ export interface DescribeAssociationExecutionTargetsCommandOutput extends Descri
|
|
|
60
80
|
* @throws {@link InvalidNextToken} (client fault)
|
|
61
81
|
* <p>The specified token isn't valid.</p>
|
|
62
82
|
*
|
|
83
|
+
* @throws {@link SSMServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
63
85
|
*
|
|
64
86
|
*/
|
|
65
87
|
export declare class DescribeAssociationExecutionTargetsCommand extends $Command<DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -40,6 +40,36 @@ export interface DescribeAssociationExecutionsCommandOutput extends DescribeAsso
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribeAssociationExecutionsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeAssociationExecutionsResult
|
|
44
|
+
* // AssociationExecutions: [ // AssociationExecutionsList
|
|
45
|
+
* // { // AssociationExecution
|
|
46
|
+
* // AssociationId: "STRING_VALUE",
|
|
47
|
+
* // AssociationVersion: "STRING_VALUE",
|
|
48
|
+
* // ExecutionId: "STRING_VALUE",
|
|
49
|
+
* // Status: "STRING_VALUE",
|
|
50
|
+
* // DetailedStatus: "STRING_VALUE",
|
|
51
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // LastExecutionDate: new Date("TIMESTAMP"),
|
|
53
|
+
* // ResourceCountByStatus: "STRING_VALUE",
|
|
54
|
+
* // AlarmConfiguration: { // AlarmConfiguration
|
|
55
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
56
|
+
* // Alarms: [ // AlarmList // required
|
|
57
|
+
* // { // Alarm
|
|
58
|
+
* // Name: "STRING_VALUE", // required
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // TriggeredAlarms: [ // AlarmStateInformationList
|
|
63
|
+
* // { // AlarmStateInformation
|
|
64
|
+
* // Name: "STRING_VALUE", // required
|
|
65
|
+
* // State: "UNKNOWN" || "ALARM", // required
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // NextToken: "STRING_VALUE",
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
43
73
|
* ```
|
|
44
74
|
*
|
|
45
75
|
* @param DescribeAssociationExecutionsCommandInput - {@link DescribeAssociationExecutionsCommandInput}
|
|
@@ -57,6 +87,8 @@ export interface DescribeAssociationExecutionsCommandOutput extends DescribeAsso
|
|
|
57
87
|
* @throws {@link InvalidNextToken} (client fault)
|
|
58
88
|
* <p>The specified token isn't valid.</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 DescribeAssociationExecutionsCommand extends $Command<DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -40,6 +40,127 @@ export interface DescribeAutomationExecutionsCommandOutput extends DescribeAutom
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribeAutomationExecutionsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeAutomationExecutionsResult
|
|
44
|
+
* // AutomationExecutionMetadataList: [ // AutomationExecutionMetadataList
|
|
45
|
+
* // { // AutomationExecutionMetadata
|
|
46
|
+
* // AutomationExecutionId: "STRING_VALUE",
|
|
47
|
+
* // DocumentName: "STRING_VALUE",
|
|
48
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
49
|
+
* // AutomationExecutionStatus: "Pending" || "InProgress" || "Waiting" || "Success" || "TimedOut" || "Cancelling" || "Cancelled" || "Failed" || "PendingApproval" || "Approved" || "Rejected" || "Scheduled" || "RunbookInProgress" || "PendingChangeCalendarOverride" || "ChangeCalendarOverrideApproved" || "ChangeCalendarOverrideRejected" || "CompletedWithSuccess" || "CompletedWithFailure",
|
|
50
|
+
* // ExecutionStartTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // ExecutionEndTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // ExecutedBy: "STRING_VALUE",
|
|
53
|
+
* // LogFile: "STRING_VALUE",
|
|
54
|
+
* // Outputs: { // AutomationParameterMap
|
|
55
|
+
* // "<keys>": [ // AutomationParameterValueList
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
59
|
+
* // Mode: "Auto" || "Interactive",
|
|
60
|
+
* // ParentAutomationExecutionId: "STRING_VALUE",
|
|
61
|
+
* // CurrentStepName: "STRING_VALUE",
|
|
62
|
+
* // CurrentAction: "STRING_VALUE",
|
|
63
|
+
* // FailureMessage: "STRING_VALUE",
|
|
64
|
+
* // TargetParameterName: "STRING_VALUE",
|
|
65
|
+
* // Targets: [ // Targets
|
|
66
|
+
* // { // Target
|
|
67
|
+
* // Key: "STRING_VALUE",
|
|
68
|
+
* // Values: [ // TargetValues
|
|
69
|
+
* // "STRING_VALUE",
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // TargetMaps: [ // TargetMaps
|
|
74
|
+
* // { // TargetMap
|
|
75
|
+
* // "<keys>": [ // TargetMapValueList
|
|
76
|
+
* // "STRING_VALUE",
|
|
77
|
+
* // ],
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // ResolvedTargets: { // ResolvedTargets
|
|
81
|
+
* // ParameterValues: [ // TargetParameterList
|
|
82
|
+
* // "STRING_VALUE",
|
|
83
|
+
* // ],
|
|
84
|
+
* // Truncated: true || false,
|
|
85
|
+
* // },
|
|
86
|
+
* // MaxConcurrency: "STRING_VALUE",
|
|
87
|
+
* // MaxErrors: "STRING_VALUE",
|
|
88
|
+
* // Target: "STRING_VALUE",
|
|
89
|
+
* // AutomationType: "CrossAccount" || "Local",
|
|
90
|
+
* // AlarmConfiguration: { // AlarmConfiguration
|
|
91
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
92
|
+
* // Alarms: [ // AlarmList // required
|
|
93
|
+
* // { // Alarm
|
|
94
|
+
* // Name: "STRING_VALUE", // required
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // },
|
|
98
|
+
* // TriggeredAlarms: [ // AlarmStateInformationList
|
|
99
|
+
* // { // AlarmStateInformation
|
|
100
|
+
* // Name: "STRING_VALUE", // required
|
|
101
|
+
* // State: "UNKNOWN" || "ALARM", // required
|
|
102
|
+
* // },
|
|
103
|
+
* // ],
|
|
104
|
+
* // AutomationSubtype: "ChangeRequest",
|
|
105
|
+
* // ScheduledTime: new Date("TIMESTAMP"),
|
|
106
|
+
* // Runbooks: [ // Runbooks
|
|
107
|
+
* // { // Runbook
|
|
108
|
+
* // DocumentName: "STRING_VALUE", // required
|
|
109
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
110
|
+
* // Parameters: {
|
|
111
|
+
* // "<keys>": [
|
|
112
|
+
* // "STRING_VALUE",
|
|
113
|
+
* // ],
|
|
114
|
+
* // },
|
|
115
|
+
* // TargetParameterName: "STRING_VALUE",
|
|
116
|
+
* // Targets: [
|
|
117
|
+
* // {
|
|
118
|
+
* // Key: "STRING_VALUE",
|
|
119
|
+
* // Values: [
|
|
120
|
+
* // "STRING_VALUE",
|
|
121
|
+
* // ],
|
|
122
|
+
* // },
|
|
123
|
+
* // ],
|
|
124
|
+
* // TargetMaps: [
|
|
125
|
+
* // {
|
|
126
|
+
* // "<keys>": [
|
|
127
|
+
* // "STRING_VALUE",
|
|
128
|
+
* // ],
|
|
129
|
+
* // },
|
|
130
|
+
* // ],
|
|
131
|
+
* // MaxConcurrency: "STRING_VALUE",
|
|
132
|
+
* // MaxErrors: "STRING_VALUE",
|
|
133
|
+
* // TargetLocations: [ // TargetLocations
|
|
134
|
+
* // { // TargetLocation
|
|
135
|
+
* // Accounts: [ // Accounts
|
|
136
|
+
* // "STRING_VALUE",
|
|
137
|
+
* // ],
|
|
138
|
+
* // Regions: [ // Regions
|
|
139
|
+
* // "STRING_VALUE",
|
|
140
|
+
* // ],
|
|
141
|
+
* // TargetLocationMaxConcurrency: "STRING_VALUE",
|
|
142
|
+
* // TargetLocationMaxErrors: "STRING_VALUE",
|
|
143
|
+
* // ExecutionRoleName: "STRING_VALUE",
|
|
144
|
+
* // TargetLocationAlarmConfiguration: {
|
|
145
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
146
|
+
* // Alarms: [ // required
|
|
147
|
+
* // {
|
|
148
|
+
* // Name: "STRING_VALUE", // required
|
|
149
|
+
* // },
|
|
150
|
+
* // ],
|
|
151
|
+
* // },
|
|
152
|
+
* // },
|
|
153
|
+
* // ],
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // OpsItemId: "STRING_VALUE",
|
|
157
|
+
* // AssociationId: "STRING_VALUE",
|
|
158
|
+
* // ChangeRequestName: "STRING_VALUE",
|
|
159
|
+
* // },
|
|
160
|
+
* // ],
|
|
161
|
+
* // NextToken: "STRING_VALUE",
|
|
162
|
+
* // };
|
|
163
|
+
*
|
|
43
164
|
* ```
|
|
44
165
|
*
|
|
45
166
|
* @param DescribeAutomationExecutionsCommandInput - {@link DescribeAutomationExecutionsCommandInput}
|
|
@@ -60,6 +181,8 @@ export interface DescribeAutomationExecutionsCommandOutput extends DescribeAutom
|
|
|
60
181
|
* @throws {@link InvalidNextToken} (client fault)
|
|
61
182
|
* <p>The specified token isn't valid.</p>
|
|
62
183
|
*
|
|
184
|
+
* @throws {@link SSMServiceException}
|
|
185
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
63
186
|
*
|
|
64
187
|
*/
|
|
65
188
|
export declare class DescribeAutomationExecutionsCommand extends $Command<DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput, SSMClientResolvedConfig> {
|