@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
|
@@ -30,6 +30,10 @@ export interface DescribeMaintenanceWindowsForTargetCommandOutput extends Descri
|
|
|
30
30
|
* @see {@link DescribeMaintenanceWindowsForTargetCommandOutput} 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 DescribeMaintenanceWindowsForTargetCommand extends $Command<DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput, SSMClientResolvedConfig> {
|
|
35
39
|
readonly input: DescribeMaintenanceWindowsForTargetCommandInput;
|
|
@@ -34,6 +34,10 @@ export interface DescribeOpsItemsCommandOutput extends DescribeOpsItemsResponse,
|
|
|
34
34
|
* @see {@link DescribeOpsItemsCommandOutput} 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
|
+
*
|
|
37
41
|
*/
|
|
38
42
|
export declare class DescribeOpsItemsCommand extends $Command<DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput, SSMClientResolvedConfig> {
|
|
39
43
|
readonly input: DescribeOpsItemsCommandInput;
|
|
@@ -41,6 +41,23 @@ export interface DescribeParametersCommandOutput extends DescribeParametersResul
|
|
|
41
41
|
* @see {@link DescribeParametersCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link InternalServerError} (server fault)
|
|
45
|
+
* <p>An error occurred on the server side.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidFilterKey} (client fault)
|
|
48
|
+
* <p>The specified key isn't valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidFilterOption} (client fault)
|
|
51
|
+
* <p>The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path
|
|
52
|
+
* filter, valid options are Recursive and OneLevel.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidFilterValue} (client fault)
|
|
55
|
+
* <p>The filter value isn't valid. Verify the value and try again.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
58
|
+
* <p>The specified token isn't valid.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
44
61
|
*/
|
|
45
62
|
export declare class DescribeParametersCommand extends $Command<DescribeParametersCommandInput, DescribeParametersCommandOutput, SSMClientResolvedConfig> {
|
|
46
63
|
readonly input: DescribeParametersCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribePatchBaselinesCommandOutput extends DescribePatchBaseli
|
|
|
29
29
|
* @see {@link DescribePatchBaselinesCommandOutput} 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 DescribePatchBaselinesCommand extends $Command<DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput, SSMClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribePatchBaselinesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribePatchGroupStateCommandOutput extends DescribePatchGroup
|
|
|
29
29
|
* @see {@link DescribePatchGroupStateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
36
|
+
* <p>The specified token isn't valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribePatchGroupStateCommand extends $Command<DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput, SSMClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribePatchGroupStateCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribePatchGroupsCommandOutput extends DescribePatchGroupsRes
|
|
|
29
29
|
* @see {@link DescribePatchGroupsCommandOutput} 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 DescribePatchGroupsCommand extends $Command<DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput, SSMClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribePatchGroupsCommandInput;
|
|
@@ -92,6 +92,10 @@ export interface DescribePatchPropertiesCommandOutput extends DescribePatchPrope
|
|
|
92
92
|
* @see {@link DescribePatchPropertiesCommandOutput} for command's `response` shape.
|
|
93
93
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
94
94
|
*
|
|
95
|
+
* @throws {@link InternalServerError} (server fault)
|
|
96
|
+
* <p>An error occurred on the server side.</p>
|
|
97
|
+
*
|
|
98
|
+
*
|
|
95
99
|
*/
|
|
96
100
|
export declare class DescribePatchPropertiesCommand extends $Command<DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput, SSMClientResolvedConfig> {
|
|
97
101
|
readonly input: DescribePatchPropertiesCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResponse,
|
|
|
30
30
|
* @see {@link DescribeSessionsCommandOutput} 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 DescribeSessionsCommand extends $Command<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, SSMClientResolvedConfig> {
|
|
35
45
|
readonly input: DescribeSessionsCommandInput;
|
|
@@ -31,6 +31,21 @@ export interface DisassociateOpsItemRelatedItemCommandOutput extends Disassociat
|
|
|
31
31
|
* @see {@link DisassociateOpsItemRelatedItemCommandOutput} 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 OpsItemNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OpsItemRelatedItemAssociationNotFoundException} (client fault)
|
|
45
|
+
* <p>The association wasn't found using the parameters you specified in the call. Verify the
|
|
46
|
+
* information and try again.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
34
49
|
*/
|
|
35
50
|
export declare class DisassociateOpsItemRelatedItemCommand extends $Command<DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig> {
|
|
36
51
|
readonly input: DisassociateOpsItemRelatedItemCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface GetAutomationExecutionCommandOutput extends GetAutomationExecut
|
|
|
29
29
|
* @see {@link GetAutomationExecutionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AutomationExecutionNotFoundException} (client fault)
|
|
33
|
+
* <p>There is no automation execution information for the requested automation execution
|
|
34
|
+
* ID.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerError} (server fault)
|
|
37
|
+
* <p>An error occurred on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class GetAutomationExecutionCommand extends $Command<GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
34
42
|
readonly input: GetAutomationExecutionCommandInput;
|
|
@@ -37,6 +37,20 @@ export interface GetCalendarStateCommandOutput extends GetCalendarStateResponse,
|
|
|
37
37
|
* @see {@link GetCalendarStateCommandOutput} 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 InvalidDocument} (client fault)
|
|
44
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidDocumentType} (client fault)
|
|
47
|
+
* <p>The SSM document type isn't valid. Valid document types are described in the
|
|
48
|
+
* <code>DocumentType</code> property.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link UnsupportedCalendarException} (client fault)
|
|
51
|
+
* <p>The calendar entry contained in the specified SSM document isn't supported.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
40
54
|
*/
|
|
41
55
|
export declare class GetCalendarStateCommand extends $Command<GetCalendarStateCommandInput, GetCalendarStateCommandOutput, SSMClientResolvedConfig> {
|
|
42
56
|
readonly input: GetCalendarStateCommandInput;
|
|
@@ -33,6 +33,40 @@ export interface GetCommandInvocationCommandOutput extends GetCommandInvocationR
|
|
|
33
33
|
* @see {@link GetCommandInvocationCommandOutput} 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 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
|
+
* @throws {@link InvalidPluginName} (client fault)
|
|
63
|
+
* <p>The plugin name isn't valid.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvocationDoesNotExist} (client fault)
|
|
66
|
+
* <p>The command ID and managed node ID you specified didn't match any invocations. Verify the
|
|
67
|
+
* command ID and the managed node ID and try again. </p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
36
70
|
*/
|
|
37
71
|
export declare class GetCommandInvocationCommand extends $Command<GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput, SSMClientResolvedConfig> {
|
|
38
72
|
readonly input: GetCommandInvocationCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface GetConnectionStatusCommandOutput extends GetConnectionStatusRes
|
|
|
30
30
|
* @see {@link GetConnectionStatusCommandOutput} 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 GetConnectionStatusCommand extends $Command<GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput, SSMClientResolvedConfig> {
|
|
35
39
|
readonly input: GetConnectionStatusCommandInput;
|
|
@@ -32,6 +32,10 @@ export interface GetDefaultPatchBaselineCommandOutput extends GetDefaultPatchBas
|
|
|
32
32
|
* @see {@link GetDefaultPatchBaselineCommandOutput} 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
|
+
*
|
|
35
39
|
*/
|
|
36
40
|
export declare class GetDefaultPatchBaselineCommand extends $Command<GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
37
41
|
readonly input: GetDefaultPatchBaselineCommandInput;
|
|
@@ -37,6 +37,20 @@ export interface GetDeployablePatchSnapshotForInstanceCommandOutput extends GetD
|
|
|
37
37
|
* @see {@link GetDeployablePatchSnapshotForInstanceCommandOutput} 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 UnsupportedFeatureRequiredException} (client fault)
|
|
44
|
+
* <p>Patching for applications released by Microsoft is only available on EC2 instances and
|
|
45
|
+
* advanced instances. To patch applications released by Microsoft on on-premises servers and VMs,
|
|
46
|
+
* you must enable advanced instances. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html">Enabling
|
|
47
|
+
* the advanced-instances tier</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link UnsupportedOperatingSystem} (client fault)
|
|
50
|
+
* <p>The operating systems you specified isn't supported, or the operation isn't supported for
|
|
51
|
+
* the operating system.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
40
54
|
*/
|
|
41
55
|
export declare class GetDeployablePatchSnapshotForInstanceCommand extends $Command<GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput, SSMClientResolvedConfig> {
|
|
42
56
|
readonly input: GetDeployablePatchSnapshotForInstanceCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetDocumentCommandOutput extends GetDocumentResult, __MetadataB
|
|
|
29
29
|
* @see {@link GetDocumentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidDocument} (client fault)
|
|
36
|
+
* <p>The specified SSM document doesn't exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDocumentVersion} (client fault)
|
|
39
|
+
* <p>The document version isn't valid or doesn't exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetDocumentCommand extends $Command<GetDocumentCommandInput, GetDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: GetDocumentCommandInput;
|
|
@@ -31,6 +31,30 @@ export interface GetInventoryCommandOutput extends GetInventoryResult, __Metadat
|
|
|
31
31
|
* @see {@link GetInventoryCommandOutput} 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 InvalidAggregatorException} (client fault)
|
|
38
|
+
* <p>The specified aggregator isn't valid for inventory groups. Verify that the aggregator uses a
|
|
39
|
+
* valid inventory type such as <code>AWS:Application</code> or
|
|
40
|
+
* <code>AWS:InstanceInformation</code>.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidFilter} (client fault)
|
|
43
|
+
* <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidInventoryGroupException} (client fault)
|
|
46
|
+
* <p>The specified inventory group isn't valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
49
|
+
* <p>The specified token isn't valid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidResultAttributeException} (client fault)
|
|
52
|
+
* <p>The specified inventory item result attribute isn't valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidTypeNameException} (client fault)
|
|
55
|
+
* <p>The parameter type name isn't valid.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
34
58
|
*/
|
|
35
59
|
export declare class GetInventoryCommand extends $Command<GetInventoryCommandInput, GetInventoryCommandOutput, SSMClientResolvedConfig> {
|
|
36
60
|
readonly input: GetInventoryCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface GetInventorySchemaCommandOutput extends GetInventorySchemaResul
|
|
|
30
30
|
* @see {@link GetInventorySchemaCommandOutput} 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 InvalidNextToken} (client fault)
|
|
37
|
+
* <p>The specified token isn't valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeNameException} (client fault)
|
|
40
|
+
* <p>The parameter type name isn't valid.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class GetInventorySchemaCommand extends $Command<GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput, SSMClientResolvedConfig> {
|
|
35
45
|
readonly input: GetInventorySchemaCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetMaintenanceWindowCommandOutput extends GetMaintenanceWindowR
|
|
|
29
29
|
* @see {@link GetMaintenanceWindowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
33
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
34
|
+
* baseline, doesn't exist.</p>
|
|
35
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
36
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetMaintenanceWindowCommand extends $Command<GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: GetMaintenanceWindowCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetMaintenanceWindowExecutionCommandOutput extends GetMaintenan
|
|
|
29
29
|
* @see {@link GetMaintenanceWindowExecutionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
33
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
34
|
+
* baseline, doesn't exist.</p>
|
|
35
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
36
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetMaintenanceWindowExecutionCommand extends $Command<GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: GetMaintenanceWindowExecutionCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface GetMaintenanceWindowExecutionTaskCommandOutput extends GetMaint
|
|
|
30
30
|
* @see {@link GetMaintenanceWindowExecutionTaskCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
34
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
35
|
+
* baseline, doesn't exist.</p>
|
|
36
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
37
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerError} (server fault)
|
|
40
|
+
* <p>An error occurred on the server side.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class GetMaintenanceWindowExecutionTaskCommand extends $Command<GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput, SSMClientResolvedConfig> {
|
|
35
45
|
readonly input: GetMaintenanceWindowExecutionTaskCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetMaintenanceWindowExecutionTaskInvocationCommandOutput extend
|
|
|
29
29
|
* @see {@link GetMaintenanceWindowExecutionTaskInvocationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
33
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
34
|
+
* baseline, doesn't exist.</p>
|
|
35
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
36
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetMaintenanceWindowExecutionTaskInvocationCommand extends $Command<GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: GetMaintenanceWindowExecutionTaskInvocationCommandInput;
|
|
@@ -36,6 +36,16 @@ export interface GetMaintenanceWindowTaskCommandOutput extends GetMaintenanceWin
|
|
|
36
36
|
* @see {@link GetMaintenanceWindowTaskCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
40
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
41
|
+
* baseline, doesn't exist.</p>
|
|
42
|
+
* <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
|
|
43
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerError} (server fault)
|
|
46
|
+
* <p>An error occurred on the server side.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
39
49
|
*/
|
|
40
50
|
export declare class GetMaintenanceWindowTaskCommand extends $Command<GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig> {
|
|
41
51
|
readonly input: GetMaintenanceWindowTaskCommandInput;
|
|
@@ -35,6 +35,18 @@ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataB
|
|
|
35
35
|
* @see {@link GetOpsItemCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OpsItemAccessDeniedException} (client fault)
|
|
42
|
+
* <p>You don't have permission to view OpsItems in the specified account. Verify that your account
|
|
43
|
+
* is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations
|
|
44
|
+
* management account.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link OpsItemNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
38
50
|
*/
|
|
39
51
|
export declare class GetOpsItemCommand extends $Command<GetOpsItemCommandInput, GetOpsItemCommandOutput, SSMClientResolvedConfig> {
|
|
40
52
|
readonly input: GetOpsItemCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetOpsMetadataCommandOutput extends GetOpsMetadataResult, __Met
|
|
|
29
29
|
* @see {@link GetOpsMetadataCommandOutput} 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 GetOpsMetadataCommand extends $Command<GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
34
44
|
readonly input: GetOpsMetadataCommandInput;
|
|
@@ -33,6 +33,27 @@ export interface GetOpsSummaryCommandOutput extends GetOpsSummaryResult, __Metad
|
|
|
33
33
|
* @see {@link GetOpsSummaryCommandOutput} 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 InvalidAggregatorException} (client fault)
|
|
40
|
+
* <p>The specified aggregator isn't valid for inventory groups. Verify that the aggregator uses a
|
|
41
|
+
* valid inventory type such as <code>AWS:Application</code> or
|
|
42
|
+
* <code>AWS:InstanceInformation</code>.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidFilter} (client fault)
|
|
45
|
+
* <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
48
|
+
* <p>The specified token isn't valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidTypeNameException} (client fault)
|
|
51
|
+
* <p>The parameter type name isn't valid.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceDataSyncNotFoundException} (client fault)
|
|
54
|
+
* <p>The specified sync name wasn't found.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
36
57
|
*/
|
|
37
58
|
export declare class GetOpsSummaryCommand extends $Command<GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput, SSMClientResolvedConfig> {
|
|
38
59
|
readonly input: GetOpsSummaryCommandInput;
|
|
@@ -32,6 +32,20 @@ export interface GetParameterCommandOutput extends GetParameterResult, __Metadat
|
|
|
32
32
|
* @see {@link GetParameterCommandOutput} 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 InvalidKeyId} (client fault)
|
|
39
|
+
* <p>The query key ID isn't valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ParameterNotFound} (client fault)
|
|
42
|
+
* <p>The parameter couldn't be found. Verify the name and try again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ParameterVersionNotFound} (client fault)
|
|
45
|
+
* <p>The specified parameter version wasn't found. Verify the parameter name and version, and try
|
|
46
|
+
* again.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
35
49
|
*/
|
|
36
50
|
export declare class GetParameterCommand extends $Command<GetParameterCommandInput, GetParameterCommandOutput, SSMClientResolvedConfig> {
|
|
37
51
|
readonly input: GetParameterCommandInput;
|
|
@@ -35,6 +35,19 @@ export interface GetParameterHistoryCommandOutput extends GetParameterHistoryRes
|
|
|
35
35
|
* @see {@link GetParameterHistoryCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidKeyId} (client fault)
|
|
42
|
+
* <p>The query key ID isn't valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
45
|
+
* <p>The specified token isn't valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ParameterNotFound} (client fault)
|
|
48
|
+
* <p>The parameter couldn't be found. Verify the name and try again.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
38
51
|
*/
|
|
39
52
|
export declare class GetParameterHistoryCommand extends $Command<GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput, SSMClientResolvedConfig> {
|
|
40
53
|
readonly input: GetParameterHistoryCommandInput;
|
|
@@ -35,6 +35,26 @@ export interface GetParametersByPathCommandOutput extends GetParametersByPathRes
|
|
|
35
35
|
* @see {@link GetParametersByPathCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidFilterKey} (client fault)
|
|
42
|
+
* <p>The specified key isn't valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidFilterOption} (client fault)
|
|
45
|
+
* <p>The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path
|
|
46
|
+
* filter, valid options are Recursive and OneLevel.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidFilterValue} (client fault)
|
|
49
|
+
* <p>The filter value isn't valid. Verify the value and try again.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidKeyId} (client fault)
|
|
52
|
+
* <p>The query key ID isn't valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
55
|
+
* <p>The specified token isn't valid.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
38
58
|
*/
|
|
39
59
|
export declare class GetParametersByPathCommand extends $Command<GetParametersByPathCommandInput, GetParametersByPathCommandOutput, SSMClientResolvedConfig> {
|
|
40
60
|
readonly input: GetParametersByPathCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface GetParametersCommandOutput extends GetParametersResult, __Metad
|
|
|
33
33
|
* @see {@link GetParametersCommandOutput} 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 InvalidKeyId} (client fault)
|
|
40
|
+
* <p>The query key ID isn't valid.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class GetParametersCommand extends $Command<GetParametersCommandInput, GetParametersCommandOutput, SSMClientResolvedConfig> {
|
|
38
45
|
readonly input: GetParametersCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetPatchBaselineCommandOutput extends GetPatchBaselineResult, _
|
|
|
29
29
|
* @see {@link GetPatchBaselineCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
33
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
34
|
+
* baseline, doesn't exist.</p>
|
|
35
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
36
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerError} (server fault)
|
|
39
|
+
* <p>An error occurred on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidResourceId} (client fault)
|
|
42
|
+
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetPatchBaselineCommand extends $Command<GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
34
47
|
readonly input: GetPatchBaselineCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface GetPatchBaselineForPatchGroupCommandOutput extends GetPatchBase
|
|
|
29
29
|
* @see {@link GetPatchBaselineForPatchGroupCommandOutput} 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 GetPatchBaselineForPatchGroupCommand extends $Command<GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
34
38
|
readonly input: GetPatchBaselineForPatchGroupCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
|
|
|
29
29
|
* @see {@link GetResourcePoliciesCommandOutput} 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 ResourcePolicyInvalidParameterException} (client fault)
|
|
36
|
+
* <p>One or more parameters specified for the call aren't valid. Verify the parameters and their
|
|
37
|
+
* values and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, SSMClientResolvedConfig> {
|
|
34
42
|
readonly input: GetResourcePoliciesCommandInput;
|