@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
|
@@ -42,6 +42,14 @@ export interface GetServiceSettingCommandOutput extends GetServiceSettingResult,
|
|
|
42
42
|
* @see {@link GetServiceSettingCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link InternalServerError} (server fault)
|
|
46
|
+
* <p>An error occurred on the server side.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceSettingNotFound} (client fault)
|
|
49
|
+
* <p>The specified service setting wasn't found. Either the service name or the setting hasn't
|
|
50
|
+
* been provisioned by the Amazon Web Services service team.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
45
53
|
*/
|
|
46
54
|
export declare class GetServiceSettingCommand extends $Command<GetServiceSettingCommandInput, GetServiceSettingCommandOutput, SSMClientResolvedConfig> {
|
|
47
55
|
readonly input: GetServiceSettingCommandInput;
|
|
@@ -65,6 +65,23 @@ export interface LabelParameterVersionCommandOutput extends LabelParameterVersio
|
|
|
65
65
|
* @see {@link LabelParameterVersionCommandOutput} for command's `response` shape.
|
|
66
66
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
67
67
|
*
|
|
68
|
+
* @throws {@link InternalServerError} (server fault)
|
|
69
|
+
* <p>An error occurred on the server side.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ParameterNotFound} (client fault)
|
|
72
|
+
* <p>The parameter couldn't be found. Verify the name and try again.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ParameterVersionLabelLimitExceeded} (client fault)
|
|
75
|
+
* <p>A parameter version can have a maximum of ten labels.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ParameterVersionNotFound} (client fault)
|
|
78
|
+
* <p>The specified parameter version wasn't found. Verify the parameter name and version, and try
|
|
79
|
+
* again.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link TooManyUpdates} (client fault)
|
|
82
|
+
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
83
|
+
*
|
|
84
|
+
*
|
|
68
85
|
*/
|
|
69
86
|
export declare class LabelParameterVersionCommand extends $Command<LabelParameterVersionCommandInput, LabelParameterVersionCommandOutput, SSMClientResolvedConfig> {
|
|
70
87
|
readonly input: LabelParameterVersionCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListAssociationVersionsCommandOutput extends ListAssociationVer
|
|
|
29
29
|
* @see {@link ListAssociationVersionsCommandOutput} 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 ListAssociationVersionsCommand extends $Command<ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: ListAssociationVersionsCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface ListAssociationsCommandOutput extends ListAssociationsResult, _
|
|
|
31
31
|
* @see {@link ListAssociationsCommandOutput} 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 InvalidNextToken} (client fault)
|
|
38
|
+
* <p>The specified token isn't valid.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class ListAssociationsCommand extends $Command<ListAssociationsCommandInput, ListAssociationsCommandOutput, SSMClientResolvedConfig> {
|
|
36
43
|
readonly input: ListAssociationsCommandInput;
|
|
@@ -33,6 +33,39 @@ export interface ListCommandInvocationsCommandOutput extends ListCommandInvocati
|
|
|
33
33
|
* @see {@link ListCommandInvocationsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
35
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 InvalidFilterKey} (client fault)
|
|
43
|
+
* <p>The specified key isn't valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
46
|
+
* <p>The following problems can cause this exception:</p>
|
|
47
|
+
* <ul>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
53
|
+
* running.</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
60
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
61
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
66
|
+
* <p>The specified token isn't valid.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
36
69
|
*/
|
|
37
70
|
export declare class ListCommandInvocationsCommand extends $Command<ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput, SSMClientResolvedConfig> {
|
|
38
71
|
readonly input: ListCommandInvocationsCommandInput;
|
|
@@ -29,6 +29,39 @@ export interface ListCommandsCommandOutput extends ListCommandsResult, __Metadat
|
|
|
29
29
|
* @see {@link ListCommandsCommandOutput} 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 InvalidCommandId} (client fault)
|
|
36
|
+
* <p>The specified command ID isn't valid. Verify the ID and try again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidFilterKey} (client fault)
|
|
39
|
+
* <p>The specified key isn't valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
42
|
+
* <p>The following problems can cause this exception:</p>
|
|
43
|
+
* <ul>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
49
|
+
* running.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
56
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
57
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* </ul>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
62
|
+
* <p>The specified token isn't valid.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
32
65
|
*/
|
|
33
66
|
export declare class ListCommandsCommand extends $Command<ListCommandsCommandInput, ListCommandsCommandOutput, SSMClientResolvedConfig> {
|
|
34
67
|
readonly input: ListCommandsCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface ListComplianceItemsCommandOutput extends ListComplianceItemsRes
|
|
|
31
31
|
* @see {@link ListComplianceItemsCommandOutput} 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 InvalidFilter} (client fault)
|
|
38
|
+
* <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
41
|
+
* <p>The specified token isn't valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidResourceId} (client fault)
|
|
44
|
+
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidResourceType} (client fault)
|
|
47
|
+
* <p>The resource type isn't valid. For example, if you are attempting to tag an EC2 instance,
|
|
48
|
+
* the instance must be a registered managed node.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class ListComplianceItemsCommand extends $Command<ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput, SSMClientResolvedConfig> {
|
|
36
53
|
readonly input: ListComplianceItemsCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface ListComplianceSummariesCommandOutput extends ListComplianceSumm
|
|
|
31
31
|
* @see {@link ListComplianceSummariesCommandOutput} 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 InvalidFilter} (client fault)
|
|
38
|
+
* <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
41
|
+
* <p>The specified token isn't valid.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class ListComplianceSummariesCommand extends $Command<ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput, SSMClientResolvedConfig> {
|
|
36
46
|
readonly input: ListComplianceSummariesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListDocumentMetadataHistoryCommandOutput extends ListDocumentMe
|
|
|
29
29
|
* @see {@link ListDocumentMetadataHistoryCommandOutput} 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
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
42
|
+
* <p>The specified token isn't valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListDocumentMetadataHistoryCommand extends $Command<ListDocumentMetadataHistoryCommandInput, ListDocumentMetadataHistoryCommandOutput, SSMClientResolvedConfig> {
|
|
34
47
|
readonly input: ListDocumentMetadataHistoryCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListDocumentVersionsCommandOutput extends ListDocumentVersionsR
|
|
|
29
29
|
* @see {@link ListDocumentVersionsCommandOutput} 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 InvalidNextToken} (client fault)
|
|
39
|
+
* <p>The specified token isn't valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListDocumentVersionsCommand extends $Command<ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: ListDocumentVersionsCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface ListDocumentsCommandOutput extends ListDocumentsResult, __Metad
|
|
|
30
30
|
* @see {@link ListDocumentsCommandOutput} 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 InvalidFilterKey} (client fault)
|
|
37
|
+
* <p>The specified key isn't valid.</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 ListDocumentsCommand extends $Command<ListDocumentsCommandInput, ListDocumentsCommandOutput, SSMClientResolvedConfig> {
|
|
35
45
|
readonly input: ListDocumentsCommandInput;
|
|
@@ -29,6 +29,39 @@ export interface ListInventoryEntriesCommandOutput extends ListInventoryEntriesR
|
|
|
29
29
|
* @see {@link ListInventoryEntriesCommandOutput} 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 InvalidFilter} (client fault)
|
|
36
|
+
* <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
39
|
+
* <p>The following problems can cause this exception:</p>
|
|
40
|
+
* <ul>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
46
|
+
* running.</p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
53
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
54
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
55
|
+
* </li>
|
|
56
|
+
* </ul>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
59
|
+
* <p>The specified token isn't valid.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidTypeNameException} (client fault)
|
|
62
|
+
* <p>The parameter type name isn't valid.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
32
65
|
*/
|
|
33
66
|
export declare class ListInventoryEntriesCommand extends $Command<ListInventoryEntriesCommandInput, ListInventoryEntriesCommandOutput, SSMClientResolvedConfig> {
|
|
34
67
|
readonly input: ListInventoryEntriesCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface ListOpsItemEventsCommandOutput extends ListOpsItemEventsRespons
|
|
|
30
30
|
* @see {@link ListOpsItemEventsCommandOutput} 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 OpsItemInvalidParameterException} (client fault)
|
|
37
|
+
* <p>A specified parameter argument isn't valid. Verify the available arguments and try
|
|
38
|
+
* again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link OpsItemLimitExceededException} (client fault)
|
|
41
|
+
* <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
|
|
42
|
+
* 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>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OpsItemNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
33
48
|
*/
|
|
34
49
|
export declare class ListOpsItemEventsCommand extends $Command<ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput, SSMClientResolvedConfig> {
|
|
35
50
|
readonly input: ListOpsItemEventsCommandInput;
|
|
@@ -30,6 +30,14 @@ export interface ListOpsItemRelatedItemsCommandOutput extends ListOpsItemRelated
|
|
|
30
30
|
* @see {@link ListOpsItemRelatedItemsCommandOutput} 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 OpsItemInvalidParameterException} (client fault)
|
|
37
|
+
* <p>A specified parameter argument isn't valid. Verify the available arguments and try
|
|
38
|
+
* again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
33
41
|
*/
|
|
34
42
|
export declare class ListOpsItemRelatedItemsCommand extends $Command<ListOpsItemRelatedItemsCommandInput, ListOpsItemRelatedItemsCommandOutput, SSMClientResolvedConfig> {
|
|
35
43
|
readonly input: ListOpsItemRelatedItemsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListOpsMetadataCommandOutput extends ListOpsMetadataResult, __M
|
|
|
30
30
|
* @see {@link ListOpsMetadataCommandOutput} 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 OpsMetadataInvalidArgumentException} (client fault)
|
|
37
|
+
* <p>One of the arguments passed is invalid. </p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListOpsMetadataCommand extends $Command<ListOpsMetadataCommandInput, ListOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
35
42
|
readonly input: ListOpsMetadataCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface ListResourceComplianceSummariesCommandOutput extends ListResour
|
|
|
31
31
|
* @see {@link ListResourceComplianceSummariesCommandOutput} 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 InvalidFilter} (client fault)
|
|
38
|
+
* <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
41
|
+
* <p>The specified token isn't valid.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class ListResourceComplianceSummariesCommand extends $Command<ListResourceComplianceSummariesCommandInput, ListResourceComplianceSummariesCommandOutput, SSMClientResolvedConfig> {
|
|
36
46
|
readonly input: ListResourceComplianceSummariesCommandInput;
|
|
@@ -37,6 +37,16 @@ export interface ListResourceDataSyncCommandOutput extends ListResourceDataSyncR
|
|
|
37
37
|
* @see {@link ListResourceDataSyncCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InternalServerError} (server fault)
|
|
41
|
+
* <p>An error occurred on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
44
|
+
* <p>The specified token isn't valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceDataSyncInvalidConfigurationException} (client fault)
|
|
47
|
+
* <p>The specified sync configuration is invalid.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
40
50
|
*/
|
|
41
51
|
export declare class ListResourceDataSyncCommand extends $Command<ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|
|
42
52
|
readonly input: ListResourceDataSyncCommandInput;
|
|
@@ -30,6 +30,17 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
30
30
|
* @see {@link ListTagsForResourceCommandOutput} 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 InvalidResourceId} (client fault)
|
|
37
|
+
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidResourceType} (client fault)
|
|
40
|
+
* <p>The resource type isn't valid. For example, if you are attempting to tag an EC2 instance,
|
|
41
|
+
* the instance must be a registered managed node.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMClientResolvedConfig> {
|
|
35
46
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -32,6 +32,28 @@ export interface ModifyDocumentPermissionCommandOutput extends ModifyDocumentPer
|
|
|
32
32
|
* @see {@link ModifyDocumentPermissionCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DocumentLimitExceeded} (client fault)
|
|
36
|
+
* <p>You can have at most 500 active SSM documents.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DocumentPermissionLimit} (client fault)
|
|
39
|
+
* <p>The document can't be shared with more Amazon Web Services accounts. You can specify a maximum of 20
|
|
40
|
+
* accounts per API operation to share a private document.</p>
|
|
41
|
+
* <p>By default, you can share a private document with a maximum of 1,000 accounts and publicly
|
|
42
|
+
* share up to five documents.</p>
|
|
43
|
+
* <p>If you need to increase the quota for privately or publicly shared Systems Manager documents, contact
|
|
44
|
+
* Amazon Web Services Support.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerError} (server fault)
|
|
47
|
+
* <p>An error occurred on the server side.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidDocument} (client fault)
|
|
50
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidPermissionType} (client fault)
|
|
53
|
+
* <p>The permission type isn't supported. <i>Share</i> is the only supported
|
|
54
|
+
* permission type.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
35
57
|
*/
|
|
36
58
|
export declare class ModifyDocumentPermissionCommand extends $Command<ModifyDocumentPermissionCommandInput, ModifyDocumentPermissionCommandOutput, SSMClientResolvedConfig> {
|
|
37
59
|
readonly input: ModifyDocumentPermissionCommandInput;
|
|
@@ -84,6 +84,30 @@ export interface PutComplianceItemsCommandOutput extends PutComplianceItemsResul
|
|
|
84
84
|
* @see {@link PutComplianceItemsCommandOutput} for command's `response` shape.
|
|
85
85
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
86
86
|
*
|
|
87
|
+
* @throws {@link ComplianceTypeCountLimitExceededException} (client fault)
|
|
88
|
+
* <p>You specified too many custom compliance types. You can specify a maximum of 10 different
|
|
89
|
+
* types. </p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InternalServerError} (server fault)
|
|
92
|
+
* <p>An error occurred on the server side.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InvalidItemContentException} (client fault)
|
|
95
|
+
* <p>One or more content items isn't valid.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link InvalidResourceId} (client fault)
|
|
98
|
+
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link InvalidResourceType} (client fault)
|
|
101
|
+
* <p>The resource type isn't valid. For example, if you are attempting to tag an EC2 instance,
|
|
102
|
+
* the instance must be a registered managed node.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link ItemSizeLimitExceededException} (client fault)
|
|
105
|
+
* <p>The inventory item size has exceeded the size limit.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link TotalSizeLimitExceededException} (client fault)
|
|
108
|
+
* <p>The size of inventory data has exceeded the total size limit for the resource.</p>
|
|
109
|
+
*
|
|
110
|
+
*
|
|
87
111
|
*/
|
|
88
112
|
export declare class PutComplianceItemsCommand extends $Command<PutComplianceItemsCommandInput, PutComplianceItemsCommandOutput, SSMClientResolvedConfig> {
|
|
89
113
|
readonly input: PutComplianceItemsCommandInput;
|
|
@@ -31,6 +31,65 @@ export interface PutInventoryCommandOutput extends PutInventoryResult, __Metadat
|
|
|
31
31
|
* @see {@link PutInventoryCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link CustomSchemaCountLimitExceededException} (client fault)
|
|
35
|
+
* <p>You have exceeded the limit for custom schemas. Delete one or more custom schemas and try
|
|
36
|
+
* again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
42
|
+
* <p>The following problems can cause this exception:</p>
|
|
43
|
+
* <ul>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
49
|
+
* running.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
56
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
57
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* </ul>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidInventoryItemContextException} (client fault)
|
|
62
|
+
* <p>You specified invalid keys or values in the <code>Context</code> attribute for
|
|
63
|
+
* <code>InventoryItem</code>. Verify the keys and values, and try again.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidItemContentException} (client fault)
|
|
66
|
+
* <p>One or more content items isn't valid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidTypeNameException} (client fault)
|
|
69
|
+
* <p>The parameter type name isn't valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ItemContentMismatchException} (client fault)
|
|
72
|
+
* <p>The inventory item has invalid content. </p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ItemSizeLimitExceededException} (client fault)
|
|
75
|
+
* <p>The inventory item size has exceeded the size limit.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link SubTypeCountLimitExceededException} (client fault)
|
|
78
|
+
* <p>The sub-type count exceeded the limit for the inventory type.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link TotalSizeLimitExceededException} (client fault)
|
|
81
|
+
* <p>The size of inventory data has exceeded the total size limit for the resource.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link UnsupportedInventoryItemContextException} (client fault)
|
|
84
|
+
* <p>The <code>Context</code> attribute that you specified for the <code>InventoryItem</code>
|
|
85
|
+
* isn't allowed for this inventory type. You can only use the <code>Context</code> attribute with
|
|
86
|
+
* inventory types like <code>AWS:ComplianceItem</code>.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link UnsupportedInventorySchemaVersionException} (client fault)
|
|
89
|
+
* <p>Inventory item type schema version has to match supported versions in the service. Check
|
|
90
|
+
* output of GetInventorySchema to see the available schema version for each type.</p>
|
|
91
|
+
*
|
|
92
|
+
*
|
|
34
93
|
*/
|
|
35
94
|
export declare class PutInventoryCommand extends $Command<PutInventoryCommandInput, PutInventoryCommandOutput, SSMClientResolvedConfig> {
|
|
36
95
|
readonly input: PutInventoryCommandInput;
|
|
@@ -29,6 +29,74 @@ export interface PutParameterCommandOutput extends PutParameterResult, __Metadat
|
|
|
29
29
|
* @see {@link PutParameterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link HierarchyLevelLimitExceededException} (client fault)
|
|
33
|
+
* <p>A hierarchy can have a maximum of 15 levels. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html">Requirements and
|
|
34
|
+
* constraints for parameter names</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link HierarchyTypeMismatchException} (client fault)
|
|
37
|
+
* <p>Parameter Store doesn't support changing a parameter type in a hierarchy. For example, you
|
|
38
|
+
* can't change a parameter from a <code>String</code> type to a <code>SecureString</code> type. You
|
|
39
|
+
* must create a new, unique parameter.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link IncompatiblePolicyException} (client fault)
|
|
42
|
+
* <p>There is a conflict in the policies specified for this parameter. You can't, for example,
|
|
43
|
+
* specify two Expiration policies for a parameter. Review your policies, and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerError} (server fault)
|
|
46
|
+
* <p>An error occurred on the server side.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidAllowedPatternException} (client fault)
|
|
49
|
+
* <p>The request doesn't meet the regular expression requirement.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidKeyId} (client fault)
|
|
52
|
+
* <p>The query key ID isn't valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidPolicyAttributeException} (client fault)
|
|
55
|
+
* <p>A policy attribute or its value is invalid. </p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidPolicyTypeException} (client fault)
|
|
58
|
+
* <p>The policy type isn't supported. Parameter Store supports the following policy types:
|
|
59
|
+
* Expiration, ExpirationNotification, and NoChangeNotification.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ParameterAlreadyExists} (client fault)
|
|
62
|
+
* <p>The parameter already exists. You can't create duplicate parameters.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ParameterLimitExceeded} (client fault)
|
|
65
|
+
* <p>You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more
|
|
66
|
+
* parameters and try again.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ParameterMaxVersionLimitExceeded} (client fault)
|
|
69
|
+
* <p>Parameter Store retains the 100 most recently created versions of a parameter. After this
|
|
70
|
+
* number of versions has been created, Parameter Store deletes the oldest version when a new one is
|
|
71
|
+
* created. However, if the oldest version has a <i>label</i> attached to it,
|
|
72
|
+
* Parameter Store won't delete the version and instead presents this error message:</p>
|
|
73
|
+
* <p>
|
|
74
|
+
* <code>An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter
|
|
75
|
+
* operation: You attempted to create a new version of <i>parameter-name</i> by
|
|
76
|
+
* calling the PutParameter API with the overwrite flag. Version
|
|
77
|
+
* <i>version-number</i>, the oldest version, can't be deleted because it has a
|
|
78
|
+
* label associated with it. Move the label to another version of the parameter, and try
|
|
79
|
+
* again.</code>
|
|
80
|
+
* </p>
|
|
81
|
+
* <p>This safeguard is to prevent parameter versions with mission critical labels assigned to
|
|
82
|
+
* them from being deleted. To continue creating new parameters, first move the label from the
|
|
83
|
+
* oldest version of the parameter to a newer one for use in your operations. For information about
|
|
84
|
+
* moving parameter labels, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move">Move a parameter label (console)</a> or <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move">Move a parameter label (CLI)</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ParameterPatternMismatchException} (client fault)
|
|
87
|
+
* <p>The parameter name isn't valid.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link PoliciesLimitExceededException} (client fault)
|
|
90
|
+
* <p>You specified more than the maximum number of allowed policies for the parameter. The
|
|
91
|
+
* maximum is 10.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link TooManyUpdates} (client fault)
|
|
94
|
+
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link UnsupportedParameterType} (client fault)
|
|
97
|
+
* <p>The parameter type isn't supported.</p>
|
|
98
|
+
*
|
|
99
|
+
*
|
|
32
100
|
*/
|
|
33
101
|
export declare class PutParameterCommand extends $Command<PutParameterCommandInput, PutParameterCommandOutput, SSMClientResolvedConfig> {
|
|
34
102
|
readonly input: PutParameterCommandInput;
|
|
@@ -33,6 +33,24 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
33
33
|
* @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalServerError} (server fault)
|
|
37
|
+
* <p>An error occurred on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourcePolicyConflictException} (client fault)
|
|
40
|
+
* <p>The hash provided in the call doesn't match the stored hash. This exception is thrown when
|
|
41
|
+
* trying to update an obsolete policy version or when multiple requests to update a policy are
|
|
42
|
+
* sent.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourcePolicyInvalidParameterException} (client fault)
|
|
45
|
+
* <p>One or more parameters specified for the call aren't valid. Verify the parameters and their
|
|
46
|
+
* values and try again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourcePolicyLimitExceededException} (client fault)
|
|
49
|
+
* <p>The <a>PutResourcePolicy</a> API action enforces two limits. A policy can't be
|
|
50
|
+
* greater than 1024 bytes in size. And only one policy can be attached to
|
|
51
|
+
* <code>OpsItemGroup</code>. Verify these limits and try again.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
36
54
|
*/
|
|
37
55
|
export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SSMClientResolvedConfig> {
|
|
38
56
|
readonly input: PutResourcePolicyCommandInput;
|