@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
|
@@ -75,6 +75,24 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
|
|
|
75
75
|
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
76
76
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
77
77
|
*
|
|
78
|
+
* @throws {@link InternalServerError} (server fault)
|
|
79
|
+
* <p>An error occurred on the server side.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InvalidResourceId} (client fault)
|
|
82
|
+
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InvalidResourceType} (client fault)
|
|
85
|
+
* <p>The resource type isn't valid. For example, if you are attempting to tag an EC2 instance,
|
|
86
|
+
* the instance must be a registered managed node.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link TooManyTagsError} (client fault)
|
|
89
|
+
* <p>The <code>Targets</code> parameter includes too many tags. Remove one or more tags and try
|
|
90
|
+
* the command again.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link TooManyUpdates} (client fault)
|
|
93
|
+
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
94
|
+
*
|
|
95
|
+
*
|
|
78
96
|
*/
|
|
79
97
|
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, SSMClientResolvedConfig> {
|
|
80
98
|
readonly input: AddTagsToResourceCommandInput;
|
|
@@ -31,6 +31,24 @@ export interface AssociateOpsItemRelatedItemCommandOutput extends AssociateOpsIt
|
|
|
31
31
|
* @see {@link AssociateOpsItemRelatedItemCommandOutput} 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 OpsItemInvalidParameterException} (client fault)
|
|
38
|
+
* <p>A specified parameter argument isn't valid. Verify the available arguments and try
|
|
39
|
+
* again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OpsItemLimitExceededException} (client fault)
|
|
42
|
+
* <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
|
|
43
|
+
* quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OpsItemNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link OpsItemRelatedItemAlreadyExistsException} (client fault)
|
|
49
|
+
* <p>The Amazon Resource Name (ARN) is already associated with the OpsItem.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
34
52
|
*/
|
|
35
53
|
export declare class AssociateOpsItemRelatedItemCommand extends $Command<AssociateOpsItemRelatedItemCommandInput, AssociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig> {
|
|
36
54
|
readonly input: AssociateOpsItemRelatedItemCommandInput;
|
|
@@ -30,6 +30,36 @@ export interface CancelCommandCommandOutput extends CancelCommandResult, __Metad
|
|
|
30
30
|
* @see {@link CancelCommandCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DuplicateInstanceId} (client fault)
|
|
34
|
+
* <p>You can't specify a managed node ID in more than one association.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerError} (server fault)
|
|
37
|
+
* <p>An error occurred on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidCommandId} (client fault)
|
|
40
|
+
* <p>The specified command ID isn't valid. Verify the ID and try again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
43
|
+
* <p>The following problems can cause this exception:</p>
|
|
44
|
+
* <ul>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
50
|
+
* running.</p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
57
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
58
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
59
|
+
* </li>
|
|
60
|
+
* </ul>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
33
63
|
*/
|
|
34
64
|
export declare class CancelCommandCommand extends $Command<CancelCommandCommandInput, CancelCommandCommandOutput, SSMClientResolvedConfig> {
|
|
35
65
|
readonly input: CancelCommandCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface CancelMaintenanceWindowExecutionCommandOutput extends CancelMai
|
|
|
31
31
|
* @see {@link CancelMaintenanceWindowExecutionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
35
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
36
|
+
* baseline, doesn't exist.</p>
|
|
37
|
+
* <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
|
|
38
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerError} (server fault)
|
|
41
|
+
* <p>An error occurred on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class CancelMaintenanceWindowExecutionCommand extends $Command<CancelMaintenanceWindowExecutionCommandInput, CancelMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
36
46
|
readonly input: CancelMaintenanceWindowExecutionCommandInput;
|
|
@@ -38,6 +38,14 @@ export interface CreateActivationCommandOutput extends CreateActivationResult, _
|
|
|
38
38
|
* @see {@link CreateActivationCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link InternalServerError} (server fault)
|
|
42
|
+
* <p>An error occurred on the server side.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidParameters} (client fault)
|
|
45
|
+
* <p>You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM
|
|
46
|
+
* document). You can only supply values to parameters defined in the SSM document.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
41
49
|
*/
|
|
42
50
|
export declare class CreateActivationCommand extends $Command<CreateActivationCommandInput, CreateActivationCommandOutput, SSMClientResolvedConfig> {
|
|
43
51
|
readonly input: CreateActivationCommandInput;
|
|
@@ -35,6 +35,63 @@ export interface CreateAssociationBatchCommandOutput extends CreateAssociationBa
|
|
|
35
35
|
* @see {@link CreateAssociationBatchCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AssociationLimitExceeded} (client fault)
|
|
39
|
+
* <p>You can have at most 2,000 active associations.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DuplicateInstanceId} (client fault)
|
|
42
|
+
* <p>You can't specify a managed node ID in more than one association.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerError} (server fault)
|
|
45
|
+
* <p>An error occurred on the server side.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidDocument} (client fault)
|
|
48
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidDocumentVersion} (client fault)
|
|
51
|
+
* <p>The document version isn't valid or doesn't exist.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
54
|
+
* <p>The following problems can cause this exception:</p>
|
|
55
|
+
* <ul>
|
|
56
|
+
* <li>
|
|
57
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
61
|
+
* running.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
65
|
+
* </li>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
68
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
69
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
70
|
+
* </li>
|
|
71
|
+
* </ul>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InvalidOutputLocation} (client fault)
|
|
74
|
+
* <p>The output location isn't valid or doesn't exist.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link InvalidParameters} (client fault)
|
|
77
|
+
* <p>You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM
|
|
78
|
+
* document). You can only supply values to parameters defined in the SSM document.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link InvalidSchedule} (client fault)
|
|
81
|
+
* <p>The schedule is invalid. Verify your cron or rate expression and try again.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InvalidTarget} (client fault)
|
|
84
|
+
* <p>The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might
|
|
85
|
+
* not have permission to perform the operation.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link InvalidTargetMaps} (client fault)
|
|
88
|
+
* <p>TargetMap parameter isn't valid.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link UnsupportedPlatformType} (client fault)
|
|
91
|
+
* <p>The document doesn't support the platform type of the given managed node ID(s). For example,
|
|
92
|
+
* you sent an document for a Windows managed node to a Linux node.</p>
|
|
93
|
+
*
|
|
94
|
+
*
|
|
38
95
|
*/
|
|
39
96
|
export declare class CreateAssociationBatchCommand extends $Command<CreateAssociationBatchCommandInput, CreateAssociationBatchCommandOutput, SSMClientResolvedConfig> {
|
|
40
97
|
readonly input: CreateAssociationBatchCommandInput;
|
|
@@ -38,6 +38,66 @@ export interface CreateAssociationCommandOutput extends CreateAssociationResult,
|
|
|
38
38
|
* @see {@link CreateAssociationCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AssociationAlreadyExists} (client fault)
|
|
42
|
+
* <p>The specified association already exists.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link AssociationLimitExceeded} (client fault)
|
|
45
|
+
* <p>You can have at most 2,000 active associations.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InternalServerError} (server fault)
|
|
48
|
+
* <p>An error occurred on the server side.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidDocument} (client fault)
|
|
51
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidDocumentVersion} (client fault)
|
|
54
|
+
* <p>The document version isn't valid or doesn't exist.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
57
|
+
* <p>The following problems can cause this exception:</p>
|
|
58
|
+
* <ul>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
64
|
+
* running.</p>
|
|
65
|
+
* </li>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
68
|
+
* </li>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
71
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
72
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
73
|
+
* </li>
|
|
74
|
+
* </ul>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link InvalidOutputLocation} (client fault)
|
|
77
|
+
* <p>The output location isn't valid or doesn't exist.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InvalidParameters} (client fault)
|
|
80
|
+
* <p>You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM
|
|
81
|
+
* document). You can only supply values to parameters defined in the SSM document.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InvalidSchedule} (client fault)
|
|
84
|
+
* <p>The schedule is invalid. Verify your cron or rate expression and try again.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link InvalidTag} (client fault)
|
|
87
|
+
* <p>The specified tag key or value isn't valid.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link InvalidTarget} (client fault)
|
|
90
|
+
* <p>The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might
|
|
91
|
+
* not have permission to perform the operation.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InvalidTargetMaps} (client fault)
|
|
94
|
+
* <p>TargetMap parameter isn't valid.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link UnsupportedPlatformType} (client fault)
|
|
97
|
+
* <p>The document doesn't support the platform type of the given managed node ID(s). For example,
|
|
98
|
+
* you sent an document for a Windows managed node to a Linux node.</p>
|
|
99
|
+
*
|
|
100
|
+
*
|
|
41
101
|
*/
|
|
42
102
|
export declare class CreateAssociationCommand extends $Command<CreateAssociationCommandInput, CreateAssociationCommandOutput, SSMClientResolvedConfig> {
|
|
43
103
|
readonly input: CreateAssociationCommandInput;
|
|
@@ -32,6 +32,25 @@ export interface CreateDocumentCommandOutput extends CreateDocumentResult, __Met
|
|
|
32
32
|
* @see {@link CreateDocumentCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DocumentAlreadyExists} (client fault)
|
|
36
|
+
* <p>The specified document already exists.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DocumentLimitExceeded} (client fault)
|
|
39
|
+
* <p>You can have at most 500 active SSM documents.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerError} (server fault)
|
|
42
|
+
* <p>An error occurred on the server side.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidDocumentContent} (client fault)
|
|
45
|
+
* <p>The content for the document isn't valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidDocumentSchemaVersion} (client fault)
|
|
48
|
+
* <p>The version of the document schema isn't supported.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link MaxDocumentSizeExceeded} (client fault)
|
|
51
|
+
* <p>The size limit of a document is 64 KB.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
35
54
|
*/
|
|
36
55
|
export declare class CreateDocumentCommand extends $Command<CreateDocumentCommandInput, CreateDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
37
56
|
readonly input: CreateDocumentCommandInput;
|
|
@@ -37,6 +37,20 @@ export interface CreateMaintenanceWindowCommandOutput extends CreateMaintenanceW
|
|
|
37
37
|
* @see {@link CreateMaintenanceWindowCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link IdempotentParameterMismatch} (client fault)
|
|
41
|
+
* <p>Error returned when an idempotent operation is retried and the parameters don't match the
|
|
42
|
+
* original call to the API with the same idempotency token. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerError} (server fault)
|
|
45
|
+
* <p>An error occurred on the server side.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
48
|
+
* <p>Error returned when the caller has exceeded the default resource quotas. For example, too
|
|
49
|
+
* many maintenance windows or patch baselines have been created.</p>
|
|
50
|
+
* <p>For information about resource quotas in Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
51
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
40
54
|
*/
|
|
41
55
|
export declare class CreateMaintenanceWindowCommand extends $Command<CreateMaintenanceWindowCommandInput, CreateMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
42
56
|
readonly input: CreateMaintenanceWindowCommandInput;
|
|
@@ -34,6 +34,26 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met
|
|
|
34
34
|
* @see {@link CreateOpsItemCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InternalServerError} (server fault)
|
|
38
|
+
* <p>An error occurred on the server side.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link OpsItemAccessDeniedException} (client fault)
|
|
41
|
+
* <p>You don't have permission to view OpsItems in the specified account. Verify that your account
|
|
42
|
+
* is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations
|
|
43
|
+
* management account.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OpsItemAlreadyExistsException} (client fault)
|
|
46
|
+
* <p>The OpsItem already exists.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link OpsItemInvalidParameterException} (client fault)
|
|
49
|
+
* <p>A specified parameter argument isn't valid. Verify the available arguments and try
|
|
50
|
+
* again.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link OpsItemLimitExceededException} (client fault)
|
|
53
|
+
* <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
|
|
54
|
+
* quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
37
57
|
*/
|
|
38
58
|
export declare class CreateOpsItemCommand extends $Command<CreateOpsItemCommandInput, CreateOpsItemCommandOutput, SSMClientResolvedConfig> {
|
|
39
59
|
readonly input: CreateOpsItemCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface CreateOpsMetadataCommandOutput extends CreateOpsMetadataResult,
|
|
|
30
30
|
* @see {@link CreateOpsMetadataCommandOutput} 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 OpsMetadataAlreadyExistsException} (client fault)
|
|
37
|
+
* <p>An OpsMetadata object already exists for the selected resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link OpsMetadataInvalidArgumentException} (client fault)
|
|
40
|
+
* <p>One of the arguments passed is invalid. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OpsMetadataLimitExceededException} (client fault)
|
|
43
|
+
* <p>Your account reached the maximum number of OpsMetadata objects allowed by Application Manager. The
|
|
44
|
+
* maximum is 200 OpsMetadata objects. Delete one or more OpsMetadata object and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link OpsMetadataTooManyUpdatesException} (client fault)
|
|
47
|
+
* <p>The system is processing too many concurrent updates. Wait a few moments and try
|
|
48
|
+
* again.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class CreateOpsMetadataCommand extends $Command<CreateOpsMetadataCommandInput, CreateOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
35
53
|
readonly input: CreateOpsMetadataCommandInput;
|
|
@@ -33,6 +33,20 @@ export interface CreatePatchBaselineCommandOutput extends CreatePatchBaselineRes
|
|
|
33
33
|
* @see {@link CreatePatchBaselineCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link IdempotentParameterMismatch} (client fault)
|
|
37
|
+
* <p>Error returned when an idempotent operation is retried and the parameters don't match the
|
|
38
|
+
* original call to the API with the same idempotency token. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerError} (server fault)
|
|
41
|
+
* <p>An error occurred on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
44
|
+
* <p>Error returned when the caller has exceeded the default resource quotas. For example, too
|
|
45
|
+
* many maintenance windows or patch baselines have been created.</p>
|
|
46
|
+
* <p>For information about resource quotas in Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
47
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
36
50
|
*/
|
|
37
51
|
export declare class CreatePatchBaselineCommand extends $Command<CreatePatchBaselineCommandInput, CreatePatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
38
52
|
readonly input: CreatePatchBaselineCommandInput;
|
|
@@ -49,6 +49,19 @@ export interface CreateResourceDataSyncCommandOutput extends CreateResourceDataS
|
|
|
49
49
|
* @see {@link CreateResourceDataSyncCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link InternalServerError} (server fault)
|
|
53
|
+
* <p>An error occurred on the server side.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceDataSyncAlreadyExistsException} (client fault)
|
|
56
|
+
* <p>A sync configuration with the same name already exists.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceDataSyncCountExceededException} (client fault)
|
|
59
|
+
* <p>You have exceeded the allowed maximum sync configurations.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceDataSyncInvalidConfigurationException} (client fault)
|
|
62
|
+
* <p>The specified sync configuration is invalid.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
52
65
|
*/
|
|
53
66
|
export declare class CreateResourceDataSyncCommand extends $Command<CreateResourceDataSyncCommandInput, CreateResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|
|
54
67
|
readonly input: CreateResourceDataSyncCommandInput;
|
|
@@ -31,6 +31,21 @@ export interface DeleteActivationCommandOutput extends DeleteActivationResult, _
|
|
|
31
31
|
* @see {@link DeleteActivationCommandOutput} 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 InvalidActivation} (client fault)
|
|
38
|
+
* <p>The activation isn't valid. The activation might have been deleted, or the ActivationId and
|
|
39
|
+
* the ActivationCode don't match.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidActivationId} (client fault)
|
|
42
|
+
* <p>The activation ID isn't valid. Verify the you entered the correct ActivationId or
|
|
43
|
+
* ActivationCode and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyUpdates} (client fault)
|
|
46
|
+
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
34
49
|
*/
|
|
35
50
|
export declare class DeleteActivationCommand extends $Command<DeleteActivationCommandInput, DeleteActivationCommandOutput, SSMClientResolvedConfig> {
|
|
36
51
|
readonly input: DeleteActivationCommandInput;
|
|
@@ -35,6 +35,39 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationResult,
|
|
|
35
35
|
* @see {@link DeleteAssociationCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AssociationDoesNotExist} (client fault)
|
|
39
|
+
* <p>The specified association doesn't exist.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerError} (server fault)
|
|
42
|
+
* <p>An error occurred on the server side.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidDocument} (client fault)
|
|
45
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
48
|
+
* <p>The following problems can cause this exception:</p>
|
|
49
|
+
* <ul>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
55
|
+
* running.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
59
|
+
* </li>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
62
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
63
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* </ul>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link TooManyUpdates} (client fault)
|
|
68
|
+
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
38
71
|
*/
|
|
39
72
|
export declare class DeleteAssociationCommand extends $Command<DeleteAssociationCommandInput, DeleteAssociationCommandOutput, SSMClientResolvedConfig> {
|
|
40
73
|
readonly input: DeleteAssociationCommandInput;
|
|
@@ -31,6 +31,20 @@ export interface DeleteDocumentCommandOutput extends DeleteDocumentResult, __Met
|
|
|
31
31
|
* @see {@link DeleteDocumentCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AssociatedInstances} (client fault)
|
|
35
|
+
* <p>You must disassociate a document from all managed nodes before you can delete it.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerError} (server fault)
|
|
38
|
+
* <p>An error occurred on the server side.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidDocument} (client fault)
|
|
41
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidDocumentOperation} (client fault)
|
|
44
|
+
* <p>You attempted to delete a document while it is still shared. You must stop sharing the
|
|
45
|
+
* document before you can delete it.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
34
48
|
*/
|
|
35
49
|
export declare class DeleteDocumentCommand extends $Command<DeleteDocumentCommandInput, DeleteDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
36
50
|
readonly input: DeleteDocumentCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DeleteInventoryCommandOutput extends DeleteInventoryResult, __M
|
|
|
30
30
|
* @see {@link DeleteInventoryCommandOutput} 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 InvalidDeleteInventoryParametersException} (client fault)
|
|
37
|
+
* <p>One or more of the parameters specified for the delete operation isn't valid. Verify all
|
|
38
|
+
* parameters and try again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInventoryRequestException} (client fault)
|
|
41
|
+
* <p>The request isn't valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidOptionException} (client fault)
|
|
44
|
+
* <p>The delete inventory option specified isn't valid. Verify the option and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidTypeNameException} (client fault)
|
|
47
|
+
* <p>The parameter type name isn't valid.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DeleteInventoryCommand extends $Command<DeleteInventoryCommandInput, DeleteInventoryCommandOutput, SSMClientResolvedConfig> {
|
|
35
52
|
readonly input: DeleteInventoryCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DeleteMaintenanceWindowCommandOutput extends DeleteMaintenanceW
|
|
|
29
29
|
* @see {@link DeleteMaintenanceWindowCommandOutput} 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 DeleteMaintenanceWindowCommand extends $Command<DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
34
38
|
readonly input: DeleteMaintenanceWindowCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteOpsMetadataCommandOutput extends DeleteOpsMetadataResult,
|
|
|
29
29
|
* @see {@link DeleteOpsMetadataCommandOutput} 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 OpsMetadataInvalidArgumentException} (client fault)
|
|
36
|
+
* <p>One of the arguments passed is invalid. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OpsMetadataNotFoundException} (client fault)
|
|
39
|
+
* <p>The OpsMetadata object doesn't exist. </p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteOpsMetadataCommand extends $Command<DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteOpsMetadataCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DeleteParameterCommandOutput extends DeleteParameterResult, __M
|
|
|
30
30
|
* @see {@link DeleteParameterCommandOutput} 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 ParameterNotFound} (client fault)
|
|
37
|
+
* <p>The parameter couldn't be found. Verify the name and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DeleteParameterCommand extends $Command<DeleteParameterCommandInput, DeleteParameterCommandOutput, SSMClientResolvedConfig> {
|
|
35
42
|
readonly input: DeleteParameterCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface DeleteParametersCommandOutput extends DeleteParametersResult, _
|
|
|
30
30
|
* @see {@link DeleteParametersCommandOutput} 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
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class DeleteParametersCommand extends $Command<DeleteParametersCommandInput, DeleteParametersCommandOutput, SSMClientResolvedConfig> {
|
|
35
39
|
readonly input: DeleteParametersCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface DeletePatchBaselineCommandOutput extends DeletePatchBaselineRes
|
|
|
29
29
|
* @see {@link DeletePatchBaselineCommandOutput} 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 ResourceInUseException} (client fault)
|
|
36
|
+
* <p>Error returned if an attempt is made to delete a patch baseline that is registered for a
|
|
37
|
+
* patch group.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class DeletePatchBaselineCommand extends $Command<DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
34
42
|
readonly input: DeletePatchBaselineCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface DeleteResourceDataSyncCommandOutput extends DeleteResourceDataS
|
|
|
31
31
|
* @see {@link DeleteResourceDataSyncCommandOutput} 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 ResourceDataSyncInvalidConfigurationException} (client fault)
|
|
38
|
+
* <p>The specified sync configuration is invalid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceDataSyncNotFoundException} (client fault)
|
|
41
|
+
* <p>The specified sync name wasn't found.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class DeleteResourceDataSyncCommand extends $Command<DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|
|
36
46
|
readonly input: DeleteResourceDataSyncCommandInput;
|
|
@@ -32,6 +32,19 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
32
32
|
* @see {@link DeleteResourcePolicyCommandOutput} 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 ResourcePolicyConflictException} (client fault)
|
|
39
|
+
* <p>The hash provided in the call doesn't match the stored hash. This exception is thrown when
|
|
40
|
+
* trying to update an obsolete policy version or when multiple requests to update a policy are
|
|
41
|
+
* sent.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourcePolicyInvalidParameterException} (client fault)
|
|
44
|
+
* <p>One or more parameters specified for the call aren't valid. Verify the parameters and their
|
|
45
|
+
* values and try again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
35
48
|
*/
|
|
36
49
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMClientResolvedConfig> {
|
|
37
50
|
readonly input: DeleteResourcePolicyCommandInput;
|