@aws-sdk/client-ssm 3.40.0 → 3.44.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/CHANGELOG.md +49 -0
- package/README.md +12 -6
- package/dist-cjs/commands/UpdateDocumentMetadataCommand.js +2 -1
- package/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +1 -2
- package/dist-cjs/endpoints.js +16 -0
- package/dist-cjs/models/models_0.js +43 -24
- package/dist-cjs/models/models_1.js +35 -19
- package/dist-cjs/models/models_2.js +14 -1
- package/dist-cjs/protocols/Aws_json1_1.js +33 -0
- package/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -1
- package/dist-es/commands/UpdateMaintenanceWindowCommand.js +1 -2
- package/dist-es/endpoints.js +16 -0
- package/dist-es/models/models_0.js +32 -22
- package/dist-es/models/models_1.js +28 -20
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +43 -15
- package/dist-types/SSM.d.ts +87 -81
- package/dist-types/SSMClient.d.ts +12 -6
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -6
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/dist-types/commands/CancelCommandCommand.d.ts +1 -1
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/CreateActivationCommand.d.ts +7 -7
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +7 -7
- package/dist-types/commands/CreateAssociationCommand.d.ts +11 -11
- package/dist-types/commands/CreateDocumentCommand.d.ts +2 -2
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActivationCommand.d.ts +3 -4
- package/dist-types/commands/DeleteAssociationCommand.d.ts +5 -5
- package/dist-types/commands/DeleteDocumentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DeleteParameterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteParametersCommand.d.ts +1 -1
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActivationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +8 -7
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +2 -2
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
- package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
- package/dist-types/commands/GetInventoryCommand.d.ts +2 -2
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetParameterCommand.d.ts +1 -1
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
- package/dist-types/commands/GetParametersCommand.d.ts +1 -1
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -1
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +5 -5
- package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -1
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +2 -2
- package/dist-types/commands/PutInventoryCommand.d.ts +2 -2
- package/dist-types/commands/PutParameterCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -1
- package/dist-types/commands/ResumeSessionCommand.d.ts +2 -2
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/dist-types/commands/SendCommandCommand.d.ts +2 -2
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartSessionCommand.d.ts +2 -2
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/TerminateSessionCommand.d.ts +2 -2
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -2
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +2 -3
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +240 -273
- package/dist-types/models/models_1.d.ts +271 -280
- package/dist-types/models/models_2.d.ts +100 -13
- package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +34 -44
- package/dist-types/ts3.4/models/models_1.d.ts +41 -39
- package/dist-types/ts3.4/models/models_2.d.ts +38 -0
- package/package.json +4 -4
|
@@ -20,7 +20,7 @@ export interface DescribeMaintenanceWindowsCommandOutput extends DescribeMainten
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeMaintenanceWindowsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeMaintenanceWindowsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeMaintenanceWindowsCommand extends $Command<DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeMaintenanceWindowsForTargetCommandInput extends Describ
|
|
|
7
7
|
export interface DescribeMaintenanceWindowsForTargetCommandOutput extends DescribeMaintenanceWindowsForTargetResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves information about the maintenance window targets or tasks that
|
|
10
|
+
* <p>Retrieves information about the maintenance window targets or tasks that a managed node is
|
|
11
11
|
* associated with.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -21,7 +21,7 @@ export interface DescribeMaintenanceWindowsForTargetCommandOutput extends Descri
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeMaintenanceWindowsForTargetCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeMaintenanceWindowsForTargetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeMaintenanceWindowsForTargetCommand extends $Command<DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeOpsItemsCommandOutput extends DescribeOpsItemsResponse,
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeOpsItemsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeOpsItemsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeOpsItemsCommand extends $Command<DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface DescribeParametersCommandOutput extends DescribeParametersResul
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link DescribeParametersCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link DescribeParametersCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class DescribeParametersCommand extends $Command<DescribeParametersCommandInput, DescribeParametersCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribePatchBaselinesCommandOutput extends DescribePatchBaseli
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribePatchBaselinesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribePatchBaselinesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribePatchBaselinesCommand extends $Command<DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribePatchGroupStateCommandOutput extends DescribePatchGroup
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribePatchGroupStateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribePatchGroupStateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribePatchGroupStateCommand extends $Command<DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribePatchGroupsCommandOutput extends DescribePatchGroupsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribePatchGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribePatchGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribePatchGroupsCommand extends $Command<DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -83,7 +83,7 @@ export interface DescribePatchPropertiesCommandOutput extends DescribePatchPrope
|
|
|
83
83
|
*
|
|
84
84
|
* @see {@link DescribePatchPropertiesCommandInput} for command's `input` shape.
|
|
85
85
|
* @see {@link DescribePatchPropertiesCommandOutput} for command's `response` shape.
|
|
86
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
86
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribePatchPropertiesCommand extends $Command<DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeSessionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeSessionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeSessionsCommand extends $Command<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DisassociateOpsItemRelatedItemCommandOutput extends Disassociat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DisassociateOpsItemRelatedItemCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DisassociateOpsItemRelatedItemCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DisassociateOpsItemRelatedItemCommand extends $Command<DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAutomationExecutionCommandOutput extends GetAutomationExecut
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAutomationExecutionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAutomationExecutionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAutomationExecutionCommand extends $Command<GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetCalendarStateCommandOutput extends GetCalendarStateResponse,
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetCalendarStateCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetCalendarStateCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetCalendarStateCommand extends $Command<GetCalendarStateCommandInput, GetCalendarStateCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -10,8 +10,8 @@ export interface GetCommandInvocationCommandOutput extends GetCommandInvocationR
|
|
|
10
10
|
* <p>Returns detailed information about command execution for an invocation or plugin.</p>
|
|
11
11
|
* <p>
|
|
12
12
|
* <code>GetCommandInvocation</code> only gives the execution status of a plugin in a document.
|
|
13
|
-
* To get the command execution status on a specific
|
|
14
|
-
*
|
|
13
|
+
* To get the command execution status on a specific managed node, use <a>ListCommandInvocations</a>. To get the command execution status across managed nodes,
|
|
14
|
+
* use <a>ListCommands</a>.</p>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
17
|
* ```javascript
|
|
@@ -24,7 +24,7 @@ export interface GetCommandInvocationCommandOutput extends GetCommandInvocationR
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetCommandInvocationCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetCommandInvocationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetCommandInvocationCommand extends $Command<GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface GetConnectionStatusCommandInput extends GetConnectionStatusRequ
|
|
|
7
7
|
export interface GetConnectionStatusCommandOutput extends GetConnectionStatusResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves the Session Manager connection status for
|
|
10
|
+
* <p>Retrieves the Session Manager connection status for a managed node to determine whether it is running and
|
|
11
11
|
* ready to receive Session Manager connections.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -21,7 +21,7 @@ export interface GetConnectionStatusCommandOutput extends GetConnectionStatusRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetConnectionStatusCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetConnectionStatusCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetConnectionStatusCommand extends $Command<GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetDefaultPatchBaselineCommandOutput extends GetDefaultPatchBas
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetDefaultPatchBaselineCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetDefaultPatchBaselineCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetDefaultPatchBaselineCommand extends $Command<GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,12 +7,12 @@ export interface GetDeployablePatchSnapshotForInstanceCommandInput extends GetDe
|
|
|
7
7
|
export interface GetDeployablePatchSnapshotForInstanceCommandOutput extends GetDeployablePatchSnapshotForInstanceResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves the current snapshot for the patch baseline the
|
|
10
|
+
* <p>Retrieves the current snapshot for the patch baseline the managed node uses. This API is
|
|
11
11
|
* primarily used by the <code>AWS-RunPatchBaseline</code> Systems Manager document (SSM document).</p>
|
|
12
12
|
* <note>
|
|
13
13
|
* <p>If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid
|
|
14
14
|
* this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of
|
|
15
|
-
* Amazon Web Services Systems Manager, with an SSM document that enables you to target
|
|
15
|
+
* Amazon Web Services Systems Manager, with an SSM document that enables you to target a managed node with a script or command.
|
|
16
16
|
* For example, run the command using the <code>AWS-RunShellScript</code> document or the
|
|
17
17
|
* <code>AWS-RunPowerShellScript</code> document.</p>
|
|
18
18
|
* </note>
|
|
@@ -28,7 +28,7 @@ export interface GetDeployablePatchSnapshotForInstanceCommandOutput extends GetD
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetDeployablePatchSnapshotForInstanceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetDeployablePatchSnapshotForInstanceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetDeployablePatchSnapshotForInstanceCommand extends $Command<GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDocumentCommandOutput extends GetDocumentResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDocumentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDocumentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDocumentCommand extends $Command<GetDocumentCommandInput, GetDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -8,7 +8,7 @@ export interface GetInventoryCommandInput extends GetInventoryRequest {
|
|
|
8
8
|
export interface GetInventoryCommandOutput extends GetInventoryResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* <p>Query inventory information. This includes
|
|
11
|
+
* <p>Query inventory information. This includes managed node status, such as <code>Stopped</code> or
|
|
12
12
|
* <code>Terminated</code>.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -22,7 +22,7 @@ export interface GetInventoryCommandOutput extends GetInventoryResult, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetInventoryCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetInventoryCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetInventoryCommand extends $Command<GetInventoryCommandInput, GetInventoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetInventorySchemaCommandOutput extends GetInventorySchemaResul
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetInventorySchemaCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetInventorySchemaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetInventorySchemaCommand extends $Command<GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMaintenanceWindowCommandOutput extends GetMaintenanceWindowR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMaintenanceWindowCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMaintenanceWindowCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMaintenanceWindowCommand extends $Command<GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMaintenanceWindowExecutionCommandOutput extends GetMaintenan
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMaintenanceWindowExecutionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMaintenanceWindowExecutionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMaintenanceWindowExecutionCommand extends $Command<GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetMaintenanceWindowExecutionTaskCommandOutput extends GetMaint
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetMaintenanceWindowExecutionTaskCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetMaintenanceWindowExecutionTaskCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetMaintenanceWindowExecutionTaskCommand extends $Command<GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMaintenanceWindowExecutionTaskInvocationCommandOutput extend
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMaintenanceWindowExecutionTaskInvocationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMaintenanceWindowExecutionTaskInvocationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMaintenanceWindowExecutionTaskInvocationCommand extends $Command<GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetMaintenanceWindowTaskCommandOutput extends GetMaintenanceWin
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetMaintenanceWindowTaskCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetMaintenanceWindowTaskCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetMaintenanceWindowTaskCommand extends $Command<GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataB
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetOpsItemCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetOpsItemCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetOpsItemCommand extends $Command<GetOpsItemCommandInput, GetOpsItemCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetOpsMetadataCommandOutput extends GetOpsMetadataResult, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetOpsMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetOpsMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetOpsMetadataCommand extends $Command<GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetOpsSummaryCommandOutput extends GetOpsSummaryResult, __Metad
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetOpsSummaryCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetOpsSummaryCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetOpsSummaryCommand extends $Command<GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetParameterCommandOutput extends GetParameterResult, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetParameterCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetParameterCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetParameterCommand extends $Command<GetParameterCommandInput, GetParameterCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetParameterHistoryCommandOutput extends GetParameterHistoryRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetParameterHistoryCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetParameterHistoryCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetParameterHistoryCommand extends $Command<GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetParametersByPathCommandOutput extends GetParametersByPathRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetParametersByPathCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetParametersByPathCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetParametersByPathCommand extends $Command<GetParametersByPathCommandInput, GetParametersByPathCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetParametersCommandOutput extends GetParametersResult, __Metad
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetParametersCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetParametersCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetParametersCommand extends $Command<GetParametersCommandInput, GetParametersCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetPatchBaselineCommandOutput extends GetPatchBaselineResult, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetPatchBaselineCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetPatchBaselineCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetPatchBaselineCommand extends $Command<GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetPatchBaselineForPatchGroupCommandOutput extends GetPatchBase
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetPatchBaselineForPatchGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetPatchBaselineForPatchGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetPatchBaselineForPatchGroupCommand extends $Command<GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface GetServiceSettingCommandOutput extends GetServiceSettingResult,
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link GetServiceSettingCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link GetServiceSettingCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class GetServiceSettingCommand extends $Command<GetServiceSettingCommandInput, GetServiceSettingCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -56,7 +56,7 @@ export interface LabelParameterVersionCommandOutput extends LabelParameterVersio
|
|
|
56
56
|
*
|
|
57
57
|
* @see {@link LabelParameterVersionCommandInput} for command's `input` shape.
|
|
58
58
|
* @see {@link LabelParameterVersionCommandOutput} for command's `response` shape.
|
|
59
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
59
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
export declare class LabelParameterVersionCommand extends $Command<LabelParameterVersionCommandInput, LabelParameterVersionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAssociationVersionsCommandOutput extends ListAssociationVer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAssociationVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAssociationVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListAssociationVersionsCommand extends $Command<ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -8,7 +8,7 @@ export interface ListAssociationsCommandOutput extends ListAssociationsResult, _
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You
|
|
11
|
-
* can limit the results to a specific State Manager association document or
|
|
11
|
+
* can limit the results to a specific State Manager association document or managed node by specifying
|
|
12
12
|
* a filter. State Manager is a capability of Amazon Web Services Systems Manager.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -22,7 +22,7 @@ export interface ListAssociationsCommandOutput extends ListAssociationsResult, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListAssociationsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListAssociationsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListAssociationsCommand extends $Command<ListAssociationsCommandInput, ListAssociationsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,10 +7,10 @@ export interface ListCommandInvocationsCommandInput extends ListCommandInvocatio
|
|
|
7
7
|
export interface ListCommandInvocationsCommandOutput extends ListCommandInvocationsResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>An invocation is copy of a command sent to a specific
|
|
11
|
-
* or more
|
|
12
|
-
* <code>SendCommand</code> against three
|
|
13
|
-
* requested
|
|
10
|
+
* <p>An invocation is copy of a command sent to a specific managed node. A command can apply to one
|
|
11
|
+
* or more managed nodes. A command invocation applies to one managed node. For example, if a user runs
|
|
12
|
+
* <code>SendCommand</code> against three managed nodes, then a command invocation is created for
|
|
13
|
+
* each requested managed node ID. <code>ListCommandInvocations</code> provide status about command
|
|
14
14
|
* execution.</p>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -24,7 +24,7 @@ export interface ListCommandInvocationsCommandOutput extends ListCommandInvocati
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListCommandInvocationsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListCommandInvocationsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListCommandInvocationsCommand extends $Command<ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListCommandsCommandOutput extends ListCommandsResult, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListCommandsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListCommandsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListCommandsCommand extends $Command<ListCommandsCommandInput, ListCommandsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListComplianceItemsCommandOutput extends ListComplianceItemsRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListComplianceItemsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListComplianceItemsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListComplianceItemsCommand extends $Command<ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListComplianceSummariesCommandOutput extends ListComplianceSumm
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListComplianceSummariesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListComplianceSummariesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListComplianceSummariesCommand extends $Command<ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDocumentMetadataHistoryCommandOutput extends ListDocumentMe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDocumentMetadataHistoryCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDocumentMetadataHistoryCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDocumentMetadataHistoryCommand extends $Command<ListDocumentMetadataHistoryCommandInput, ListDocumentMetadataHistoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDocumentVersionsCommandOutput extends ListDocumentVersionsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDocumentVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDocumentVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDocumentVersionsCommand extends $Command<ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListDocumentsCommandOutput extends ListDocumentsResult, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListDocumentsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListDocumentsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListDocumentsCommand extends $Command<ListDocumentsCommandInput, ListDocumentsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInventoryEntriesCommandOutput extends ListInventoryEntriesR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInventoryEntriesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInventoryEntriesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInventoryEntriesCommand extends $Command<ListInventoryEntriesCommandInput, ListInventoryEntriesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListOpsItemEventsCommandOutput extends ListOpsItemEventsRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListOpsItemEventsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListOpsItemEventsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListOpsItemEventsCommand extends $Command<ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListOpsItemRelatedItemsCommandOutput extends ListOpsItemRelated
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListOpsItemRelatedItemsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListOpsItemRelatedItemsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListOpsItemRelatedItemsCommand extends $Command<ListOpsItemRelatedItemsCommandInput, ListOpsItemRelatedItemsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListOpsMetadataCommandOutput extends ListOpsMetadataResult, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListOpsMetadataCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListOpsMetadataCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListOpsMetadataCommand extends $Command<ListOpsMetadataCommandInput, ListOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListResourceComplianceSummariesCommandOutput extends ListResour
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListResourceComplianceSummariesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListResourceComplianceSummariesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListResourceComplianceSummariesCommand extends $Command<ListResourceComplianceSummariesCommandInput, ListResourceComplianceSummariesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListResourceDataSyncCommandOutput extends ListResourceDataSyncR
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListResourceDataSyncCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListResourceDataSyncCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListResourceDataSyncCommand extends $Command<ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|