@aws-sdk/client-ssm 3.288.0 → 3.290.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 +18 -0
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +18 -0
- package/dist-types/commands/CancelCommandCommand.d.ts +30 -0
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +10 -0
- package/dist-types/commands/CreateActivationCommand.d.ts +8 -0
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +57 -0
- package/dist-types/commands/CreateAssociationCommand.d.ts +60 -0
- package/dist-types/commands/CreateDocumentCommand.d.ts +19 -0
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +14 -0
- package/dist-types/commands/CreateOpsItemCommand.d.ts +20 -0
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +18 -0
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +14 -0
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +13 -0
- package/dist-types/commands/DeleteActivationCommand.d.ts +15 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +33 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +14 -0
- package/dist-types/commands/DeleteInventoryCommand.d.ts +17 -0
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +10 -0
- package/dist-types/commands/DeleteParameterCommand.d.ts +7 -0
- package/dist-types/commands/DeleteParametersCommand.d.ts +4 -0
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +8 -0
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +10 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +13 -0
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +24 -0
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +14 -0
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +10 -0
- package/dist-types/commands/DescribeActivationsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeAssociationCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDocumentCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +18 -0
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +17 -0
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +27 -0
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +33 -0
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +10 -0
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +30 -0
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +17 -0
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +4 -0
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +7 -0
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +10 -0
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +15 -0
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +8 -0
- package/dist-types/commands/GetCalendarStateCommand.d.ts +14 -0
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +34 -0
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +4 -0
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +14 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +10 -0
- package/dist-types/commands/GetInventoryCommand.d.ts +24 -0
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +10 -0
- package/dist-types/commands/GetOpsItemCommand.d.ts +12 -0
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +10 -0
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +21 -0
- package/dist-types/commands/GetParameterCommand.d.ts +14 -0
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +13 -0
- package/dist-types/commands/GetParametersByPathCommand.d.ts +20 -0
- package/dist-types/commands/GetParametersCommand.d.ts +7 -0
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +13 -0
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +8 -0
- package/dist-types/commands/GetServiceSettingCommand.d.ts +8 -0
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +17 -0
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +10 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +7 -0
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +33 -0
- package/dist-types/commands/ListCommandsCommand.d.ts +33 -0
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +17 -0
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +10 -0
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +13 -0
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +10 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +10 -0
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +33 -0
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +15 -0
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +8 -0
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +7 -0
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +10 -0
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +10 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +22 -0
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +24 -0
- package/dist-types/commands/PutInventoryCommand.d.ts +59 -0
- package/dist-types/commands/PutParameterCommand.d.ts +68 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -0
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +13 -0
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +23 -0
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +20 -0
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +24 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +14 -0
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +11 -0
- package/dist-types/commands/ResumeSessionCommand.d.ts +10 -0
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +15 -0
- package/dist-types/commands/SendCommandCommand.d.ts +56 -0
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +7 -0
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +27 -0
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +27 -0
- package/dist-types/commands/StartSessionCommand.d.ts +14 -0
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +11 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +4 -0
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +14 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +45 -0
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +14 -0
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +10 -0
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +10 -0
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +10 -0
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +24 -0
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +23 -0
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +18 -0
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +10 -0
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +14 -0
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +11 -0
- package/package.json +30 -30
|
@@ -31,6 +31,30 @@ export interface DeregisterManagedInstanceCommandOutput extends DeregisterManage
|
|
|
31
31
|
* @see {@link DeregisterManagedInstanceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerError} (server fault)
|
|
35
|
+
* <p>An error occurred on the server side.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
38
|
+
* <p>The following problems can cause this exception:</p>
|
|
39
|
+
* <ul>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
45
|
+
* running.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
52
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
53
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* </ul>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
34
58
|
*/
|
|
35
59
|
export declare class DeregisterManagedInstanceCommand extends $Command<DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput, SSMClientResolvedConfig> {
|
|
36
60
|
readonly input: DeregisterManagedInstanceCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeregisterPatchBaselineForPatchGroupCommandOutput extends Dereg
|
|
|
29
29
|
* @see {@link DeregisterPatchBaselineForPatchGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidResourceId} (client fault)
|
|
36
|
+
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeregisterPatchBaselineForPatchGroupCommand extends $Command<DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
34
41
|
readonly input: DeregisterPatchBaselineForPatchGroupCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface DeregisterTargetFromMaintenanceWindowCommandOutput extends Dere
|
|
|
29
29
|
* @see {@link DeregisterTargetFromMaintenanceWindowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
33
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
34
|
+
* baseline, doesn't exist.</p>
|
|
35
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
36
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TargetInUseException} (client fault)
|
|
42
|
+
* <p>You specified the <code>Safe</code> option for the DeregisterTargetFromMaintenanceWindow
|
|
43
|
+
* operation, but the target is still referenced in a task.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class DeregisterTargetFromMaintenanceWindowCommand extends $Command<DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
34
48
|
readonly input: DeregisterTargetFromMaintenanceWindowCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeregisterTaskFromMaintenanceWindowCommandOutput extends Deregi
|
|
|
29
29
|
* @see {@link DeregisterTaskFromMaintenanceWindowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
33
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
34
|
+
* baseline, doesn't exist.</p>
|
|
35
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
36
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeregisterTaskFromMaintenanceWindowCommand extends $Command<DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: DeregisterTaskFromMaintenanceWindowCommandInput;
|
|
@@ -32,6 +32,16 @@ export interface DescribeActivationsCommandOutput extends DescribeActivationsRes
|
|
|
32
32
|
* @see {@link DescribeActivationsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalServerError} (server fault)
|
|
36
|
+
* <p>An error occurred on the server side.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidFilter} (client fault)
|
|
39
|
+
* <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
42
|
+
* <p>The specified token isn't valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
35
45
|
*/
|
|
36
46
|
export declare class DescribeActivationsCommand extends $Command<DescribeActivationsCommandInput, DescribeActivationsCommandOutput, SSMClientResolvedConfig> {
|
|
37
47
|
readonly input: DescribeActivationsCommandInput;
|
|
@@ -31,6 +31,41 @@ export interface DescribeAssociationCommandOutput extends DescribeAssociationRes
|
|
|
31
31
|
* @see {@link DescribeAssociationCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AssociationDoesNotExist} (client fault)
|
|
35
|
+
* <p>The specified association doesn't exist.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerError} (server fault)
|
|
38
|
+
* <p>An error occurred on the server side.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidAssociationVersion} (client fault)
|
|
41
|
+
* <p>The version you specified isn't valid. Use ListAssociationVersions to view all versions of
|
|
42
|
+
* an association according to the association ID. Or, use the <code>$LATEST</code> parameter to
|
|
43
|
+
* view the latest version of the association.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidDocument} (client fault)
|
|
46
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
49
|
+
* <p>The following problems can cause this exception:</p>
|
|
50
|
+
* <ul>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
56
|
+
* running.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
60
|
+
* </li>
|
|
61
|
+
* <li>
|
|
62
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
63
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
64
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
65
|
+
* </li>
|
|
66
|
+
* </ul>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
34
69
|
*/
|
|
35
70
|
export declare class DescribeAssociationCommand extends $Command<DescribeAssociationCommandInput, DescribeAssociationCommandOutput, SSMClientResolvedConfig> {
|
|
36
71
|
readonly input: DescribeAssociationCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeAssociationExecutionTargetsCommandOutput extends Descri
|
|
|
29
29
|
* @see {@link DescribeAssociationExecutionTargetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AssociationDoesNotExist} (client fault)
|
|
33
|
+
* <p>The specified association doesn't exist.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link AssociationExecutionDoesNotExist} (client fault)
|
|
36
|
+
* <p>The specified execution ID doesn't exist. Verify the ID number and try again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
42
|
+
* <p>The specified token isn't valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeAssociationExecutionTargetsCommand extends $Command<DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput, SSMClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeAssociationExecutionTargetsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeAssociationExecutionsCommandOutput extends DescribeAsso
|
|
|
29
29
|
* @see {@link DescribeAssociationExecutionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AssociationDoesNotExist} (client fault)
|
|
33
|
+
* <p>The specified association doesn't exist.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerError} (server fault)
|
|
36
|
+
* <p>An error occurred on the server side.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
39
|
+
* <p>The specified token isn't valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeAssociationExecutionsCommand extends $Command<DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeAssociationExecutionsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeAutomationExecutionsCommandOutput extends DescribeAutom
|
|
|
29
29
|
* @see {@link DescribeAutomationExecutionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidFilterKey} (client fault)
|
|
36
|
+
* <p>The specified key isn't valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidFilterValue} (client fault)
|
|
39
|
+
* <p>The filter value isn't valid. Verify the value and try again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
42
|
+
* <p>The specified token isn't valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeAutomationExecutionsCommand extends $Command<DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeAutomationExecutionsCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DescribeAutomationStepExecutionsCommandOutput extends DescribeA
|
|
|
30
30
|
* @see {@link DescribeAutomationStepExecutionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AutomationExecutionNotFoundException} (client fault)
|
|
34
|
+
* <p>There is no automation execution information for the requested automation execution
|
|
35
|
+
* ID.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerError} (server fault)
|
|
38
|
+
* <p>An error occurred on the server side.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidFilterKey} (client fault)
|
|
41
|
+
* <p>The specified key isn't valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidFilterValue} (client fault)
|
|
44
|
+
* <p>The filter value isn't valid. Verify the value and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
47
|
+
* <p>The specified token isn't valid.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DescribeAutomationStepExecutionsCommand extends $Command<DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
35
52
|
readonly input: DescribeAutomationStepExecutionsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribeAvailablePatchesCommandOutput extends DescribeAvailable
|
|
|
29
29
|
* @see {@link DescribeAvailablePatchesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DescribeAvailablePatchesCommand extends $Command<DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput, SSMClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribeAvailablePatchesCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeDocumentCommandOutput extends DescribeDocumentResult, _
|
|
|
29
29
|
* @see {@link DescribeDocumentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidDocument} (client fault)
|
|
36
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDocumentVersion} (client fault)
|
|
39
|
+
* <p>The document version isn't valid or doesn't exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeDocumentCommand extends $Command<DescribeDocumentCommandInput, DescribeDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeDocumentCommandInput;
|
|
@@ -31,6 +31,24 @@ export interface DescribeDocumentPermissionCommandOutput extends DescribeDocumen
|
|
|
31
31
|
* @see {@link DescribeDocumentPermissionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerError} (server fault)
|
|
35
|
+
* <p>An error occurred on the server side.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidDocument} (client fault)
|
|
38
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidDocumentOperation} (client fault)
|
|
41
|
+
* <p>You attempted to delete a document while it is still shared. You must stop sharing the
|
|
42
|
+
* document before you can delete it.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
45
|
+
* <p>The specified token isn't valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidPermissionType} (client fault)
|
|
48
|
+
* <p>The permission type isn't supported. <i>Share</i> is the only supported
|
|
49
|
+
* permission type.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
34
52
|
*/
|
|
35
53
|
export declare class DescribeDocumentPermissionCommand extends $Command<DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput, SSMClientResolvedConfig> {
|
|
36
54
|
readonly input: DescribeDocumentPermissionCommandInput;
|
|
@@ -29,6 +29,33 @@ export interface DescribeEffectiveInstanceAssociationsCommandOutput extends Desc
|
|
|
29
29
|
* @see {@link DescribeEffectiveInstanceAssociationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
36
|
+
* <p>The following problems can cause this exception:</p>
|
|
37
|
+
* <ul>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
43
|
+
* running.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
50
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
51
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* </ul>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
56
|
+
* <p>The specified token isn't valid.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
32
59
|
*/
|
|
33
60
|
export declare class DescribeEffectiveInstanceAssociationsCommand extends $Command<DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput, SSMClientResolvedConfig> {
|
|
34
61
|
readonly input: DescribeEffectiveInstanceAssociationsCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DescribeEffectivePatchesForPatchBaselineCommandOutput extends D
|
|
|
30
30
|
* @see {@link DescribeEffectivePatchesForPatchBaselineCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
34
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
35
|
+
* baseline, doesn't exist.</p>
|
|
36
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
37
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerError} (server fault)
|
|
40
|
+
* <p>An error occurred on the server side.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidResourceId} (client fault)
|
|
43
|
+
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link UnsupportedOperatingSystem} (client fault)
|
|
46
|
+
* <p>The operating systems you specified isn't supported, or the operation isn't supported for
|
|
47
|
+
* the operating system.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DescribeEffectivePatchesForPatchBaselineCommand extends $Command<DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
35
52
|
readonly input: DescribeEffectivePatchesForPatchBaselineCommandInput;
|
|
@@ -29,6 +29,33 @@ export interface DescribeInstanceAssociationsStatusCommandOutput extends Describ
|
|
|
29
29
|
* @see {@link DescribeInstanceAssociationsStatusCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
36
|
+
* <p>The following problems can cause this exception:</p>
|
|
37
|
+
* <ul>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
43
|
+
* running.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
50
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
51
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* </ul>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
56
|
+
* <p>The specified token isn't valid.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
32
59
|
*/
|
|
33
60
|
export declare class DescribeInstanceAssociationsStatusCommand extends $Command<DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput, SSMClientResolvedConfig> {
|
|
34
61
|
readonly input: DescribeInstanceAssociationsStatusCommandInput;
|
|
@@ -39,6 +39,39 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
|
|
|
39
39
|
* @see {@link DescribeInstanceInformationCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link InternalServerError} (server fault)
|
|
43
|
+
* <p>An error occurred on the server side.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidFilterKey} (client fault)
|
|
46
|
+
* <p>The specified key isn't valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
49
|
+
* <p>The following problems can cause this exception:</p>
|
|
50
|
+
* <ul>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
56
|
+
* running.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
60
|
+
* </li>
|
|
61
|
+
* <li>
|
|
62
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
63
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
64
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
65
|
+
* </li>
|
|
66
|
+
* </ul>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidInstanceInformationFilterValue} (client fault)
|
|
69
|
+
* <p>The specified filter value isn't valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
72
|
+
* <p>The specified token isn't valid.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
42
75
|
*/
|
|
43
76
|
export declare class DescribeInstanceInformationCommand extends $Command<DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput, SSMClientResolvedConfig> {
|
|
44
77
|
readonly input: DescribeInstanceInformationCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstan
|
|
|
29
29
|
* @see {@link DescribeInstancePatchStatesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
36
|
+
* <p>The specified token isn't valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeInstancePatchStatesCommand extends $Command<DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput, SSMClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeInstancePatchStatesCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DescribeInstancePatchStatesForPatchGroupCommandOutput extends D
|
|
|
30
30
|
* @see {@link DescribeInstancePatchStatesForPatchGroupCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerError} (server fault)
|
|
34
|
+
* <p>An error occurred on the server side.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidFilter} (client fault)
|
|
37
|
+
* <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
40
|
+
* <p>The specified token isn't valid.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DescribeInstancePatchStatesForPatchGroupCommand extends $Command<DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
35
45
|
readonly input: DescribeInstancePatchStatesForPatchGroupCommandInput;
|
|
@@ -30,6 +30,36 @@ export interface DescribeInstancePatchesCommandOutput extends DescribeInstancePa
|
|
|
30
30
|
* @see {@link DescribeInstancePatchesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerError} (server fault)
|
|
34
|
+
* <p>An error occurred on the server side.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidFilter} (client fault)
|
|
37
|
+
* <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
40
|
+
* <p>The following problems can cause this exception:</p>
|
|
41
|
+
* <ul>
|
|
42
|
+
* <li>
|
|
43
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
47
|
+
* running.</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
54
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
55
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* </ul>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
60
|
+
* <p>The specified token isn't valid.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
33
63
|
*/
|
|
34
64
|
export declare class DescribeInstancePatchesCommand extends $Command<DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput, SSMClientResolvedConfig> {
|
|
35
65
|
readonly input: DescribeInstancePatchesCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface DescribeInventoryDeletionsCommandOutput extends DescribeInvento
|
|
|
29
29
|
* @see {@link DescribeInventoryDeletionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidDeletionIdException} (client fault)
|
|
36
|
+
* <p>The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and
|
|
37
|
+
* try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
40
|
+
* <p>The specified token isn't valid.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class DescribeInventoryDeletionsCommand extends $Command<DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput, SSMClientResolvedConfig> {
|
|
34
45
|
readonly input: DescribeInventoryDeletionsCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
|
|
|
30
30
|
* @see {@link DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
34
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
35
|
+
* baseline, doesn't exist.</p>
|
|
36
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
37
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerError} (server fault)
|
|
40
|
+
* <p>An error occurred on the server side.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends $Command<DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput, SSMClientResolvedConfig> {
|
|
35
45
|
readonly input: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeMaintenanceWindowExecutionTasksCommandOutput extends De
|
|
|
29
29
|
* @see {@link DescribeMaintenanceWindowExecutionTasksCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
33
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
34
|
+
* baseline, doesn't exist.</p>
|
|
35
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
36
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeMaintenanceWindowExecutionTasksCommand extends $Command<DescribeMaintenanceWindowExecutionTasksCommandInput, DescribeMaintenanceWindowExecutionTasksCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeMaintenanceWindowExecutionTasksCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface DescribeMaintenanceWindowExecutionsCommandOutput extends Descri
|
|
|
31
31
|
* @see {@link DescribeMaintenanceWindowExecutionsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerError} (server fault)
|
|
35
|
+
* <p>An error occurred on the server side.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class DescribeMaintenanceWindowExecutionsCommand extends $Command<DescribeMaintenanceWindowExecutionsCommandInput, DescribeMaintenanceWindowExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
36
40
|
readonly input: DescribeMaintenanceWindowExecutionsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeMaintenanceWindowScheduleCommandOutput extends Describe
|
|
|
29
29
|
* @see {@link DescribeMaintenanceWindowScheduleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
33
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
34
|
+
* baseline, doesn't exist.</p>
|
|
35
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
36
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeMaintenanceWindowScheduleCommand extends $Command<DescribeMaintenanceWindowScheduleCommandInput, DescribeMaintenanceWindowScheduleCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeMaintenanceWindowScheduleCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeMaintenanceWindowTargetsCommandOutput extends DescribeM
|
|
|
29
29
|
* @see {@link DescribeMaintenanceWindowTargetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
33
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
34
|
+
* baseline, doesn't exist.</p>
|
|
35
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
36
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeMaintenanceWindowTargetsCommand extends $Command<DescribeMaintenanceWindowTargetsCommandInput, DescribeMaintenanceWindowTargetsCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeMaintenanceWindowTargetsCommandInput;
|
|
@@ -35,6 +35,16 @@ export interface DescribeMaintenanceWindowTasksCommandOutput extends DescribeMai
|
|
|
35
35
|
* @see {@link DescribeMaintenanceWindowTasksCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
39
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
40
|
+
* baseline, doesn't exist.</p>
|
|
41
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
42
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerError} (server fault)
|
|
45
|
+
* <p>An error occurred on the server side.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
38
48
|
*/
|
|
39
49
|
export declare class DescribeMaintenanceWindowTasksCommand extends $Command<DescribeMaintenanceWindowTasksCommandInput, DescribeMaintenanceWindowTasksCommandOutput, SSMClientResolvedConfig> {
|
|
40
50
|
readonly input: DescribeMaintenanceWindowTasksCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribeMaintenanceWindowsCommandOutput extends DescribeMainten
|
|
|
29
29
|
* @see {@link DescribeMaintenanceWindowsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DescribeMaintenanceWindowsCommand extends $Command<DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput, SSMClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribeMaintenanceWindowsCommandInput;
|