@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
|
@@ -8,7 +8,7 @@ export interface CreateDocumentCommandOutput extends CreateDocumentResult, __Met
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs
|
|
11
|
-
* on your managed
|
|
11
|
+
* on your managed nodes. For more information about SSM documents, including information about
|
|
12
12
|
* supported schemas, features, and syntax, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html">Amazon Web Services Systems Manager Documents</a> in the
|
|
13
13
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
14
14
|
* @example
|
|
@@ -23,7 +23,7 @@ export interface CreateDocumentCommandOutput extends CreateDocumentResult, __Met
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateDocumentCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateDocumentCommandOutput} 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 CreateDocumentCommand extends $Command<CreateDocumentCommandInput, CreateDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface CreateMaintenanceWindowCommandOutput extends CreateMaintenanceW
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link CreateMaintenanceWindowCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link CreateMaintenanceWindowCommandOutput} 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 CreateMaintenanceWindowCommand extends $Command<CreateMaintenanceWindowCommandInput, CreateMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateOpsItemCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateOpsItemCommandOutput} 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 CreateOpsItemCommand extends $Command<CreateOpsItemCommandInput, CreateOpsItemCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateOpsMetadataCommandOutput extends CreateOpsMetadataResult,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateOpsMetadataCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateOpsMetadataCommandOutput} 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 CreateOpsMetadataCommand extends $Command<CreateOpsMetadataCommandInput, CreateOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface CreatePatchBaselineCommandOutput extends CreatePatchBaselineRes
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreatePatchBaselineCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreatePatchBaselineCommandOutput} 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 CreatePatchBaselineCommand extends $Command<CreatePatchBaselineCommandInput, CreatePatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface CreateResourceDataSyncCommandOutput extends CreateResourceDataS
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link CreateResourceDataSyncCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link CreateResourceDataSyncCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class CreateResourceDataSyncCommand extends $Command<CreateResourceDataSyncCommandInput, CreateResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -8,9 +8,8 @@ export interface DeleteActivationCommandOutput extends DeleteActivationResult, _
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes an activation. You aren't required to delete an activation. If you delete an
|
|
11
|
-
* activation, you can no longer use it to register additional managed
|
|
12
|
-
*
|
|
13
|
-
* instances.</p>
|
|
11
|
+
* activation, you can no longer use it to register additional managed nodes. Deleting an activation
|
|
12
|
+
* doesn't de-register managed nodes. You must manually de-register managed nodes.</p>
|
|
14
13
|
* @example
|
|
15
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
15
|
* ```javascript
|
|
@@ -23,7 +22,7 @@ export interface DeleteActivationCommandOutput extends DeleteActivationResult, _
|
|
|
23
22
|
*
|
|
24
23
|
* @see {@link DeleteActivationCommandInput} for command's `input` shape.
|
|
25
24
|
* @see {@link DeleteActivationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
27
26
|
*
|
|
28
27
|
*/
|
|
29
28
|
export declare class DeleteActivationCommand extends $Command<DeleteActivationCommandInput, DeleteActivationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,13 +7,13 @@ export interface DeleteAssociationCommandInput extends DeleteAssociationRequest
|
|
|
7
7
|
export interface DeleteAssociationCommandOutput extends DeleteAssociationResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified
|
|
10
|
+
* <p>Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node.
|
|
11
11
|
* If you created the association by using the <code>Targets</code> parameter, then you must delete
|
|
12
12
|
* the association by using the association ID.</p>
|
|
13
|
-
* <p>When you disassociate a document from
|
|
14
|
-
* the
|
|
13
|
+
* <p>When you disassociate a document from a managed node, it doesn't change the configuration of
|
|
14
|
+
* the node. To change the configuration state of a managed node after you disassociate a document,
|
|
15
15
|
* you must create a new document with the desired configuration and associate it with the
|
|
16
|
-
*
|
|
16
|
+
* node.</p>
|
|
17
17
|
* @example
|
|
18
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
19
19
|
* ```javascript
|
|
@@ -26,7 +26,7 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationResult,
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteAssociationCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteAssociationCommandOutput} 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 DeleteAssociationCommand extends $Command<DeleteAssociationCommandInput, DeleteAssociationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,9 +7,9 @@ export interface DeleteDocumentCommandInput extends DeleteDocumentRequest {
|
|
|
7
7
|
export interface DeleteDocumentCommandOutput extends DeleteDocumentResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deletes the Amazon Web Services Systems Manager document (SSM document) and all
|
|
10
|
+
* <p>Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the
|
|
11
11
|
* document.</p>
|
|
12
|
-
* <p>Before you delete the document, we recommend that you use <a>DeleteAssociation</a> to disassociate all
|
|
12
|
+
* <p>Before you delete the document, we recommend that you use <a>DeleteAssociation</a> to disassociate all managed nodes that are associated with the document.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -22,7 +22,7 @@ export interface DeleteDocumentCommandOutput extends DeleteDocumentResult, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteDocumentCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteDocumentCommandOutput} 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 DeleteDocumentCommand extends $Command<DeleteDocumentCommandInput, DeleteDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteInventoryCommandOutput extends DeleteInventoryResult, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteInventoryCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteInventoryCommandOutput} 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 DeleteInventoryCommand extends $Command<DeleteInventoryCommandInput, DeleteInventoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteMaintenanceWindowCommandOutput extends DeleteMaintenanceW
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteMaintenanceWindowCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteMaintenanceWindowCommandOutput} 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 DeleteMaintenanceWindowCommand extends $Command<DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteOpsMetadataCommandOutput extends DeleteOpsMetadataResult,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteOpsMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteOpsMetadataCommandOutput} 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 DeleteOpsMetadataCommand extends $Command<DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteParameterCommandOutput extends DeleteParameterResult, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteParameterCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteParameterCommandOutput} 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 DeleteParameterCommand extends $Command<DeleteParameterCommandInput, DeleteParameterCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteParametersCommandOutput extends DeleteParametersResult, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteParametersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteParametersCommandOutput} 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 DeleteParametersCommand extends $Command<DeleteParametersCommandInput, DeleteParametersCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeletePatchBaselineCommandOutput extends DeletePatchBaselineRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeletePatchBaselineCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeletePatchBaselineCommandOutput} 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 DeletePatchBaselineCommand extends $Command<DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -8,8 +8,8 @@ export interface DeleteResourceDataSyncCommandOutput extends DeleteResourceDataS
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes a resource data sync configuration. After the configuration is deleted, changes to
|
|
11
|
-
* data on managed
|
|
12
|
-
*
|
|
11
|
+
* data on managed nodes are no longer synced to or from the target. Deleting a sync configuration
|
|
12
|
+
* doesn't delete data.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -22,7 +22,7 @@ export interface DeleteResourceDataSyncCommandOutput extends DeleteResourceDataS
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteResourceDataSyncCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteResourceDataSyncCommandOutput} 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 DeleteResourceDataSyncCommand extends $Command<DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -8,7 +8,7 @@ export interface DeregisterManagedInstanceCommandOutput extends DeregisterManage
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Removes the server or virtual machine from the list of registered servers. You can
|
|
11
|
-
* reregister the
|
|
11
|
+
* reregister the node again at any time. If you don't plan to use Run Command on the server, we
|
|
12
12
|
* suggest uninstalling SSM Agent first.</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 DeregisterManagedInstanceCommandOutput extends DeregisterManage
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeregisterManagedInstanceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeregisterManagedInstanceCommandOutput} 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 DeregisterManagedInstanceCommand extends $Command<DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeregisterPatchBaselineForPatchGroupCommandOutput extends Dereg
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeregisterPatchBaselineForPatchGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeregisterPatchBaselineForPatchGroupCommandOutput} 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 DeregisterPatchBaselineForPatchGroupCommand extends $Command<DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeregisterTargetFromMaintenanceWindowCommandOutput extends Dere
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeregisterTargetFromMaintenanceWindowCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeregisterTargetFromMaintenanceWindowCommandOutput} 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 DeregisterTargetFromMaintenanceWindowCommand extends $Command<DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeregisterTaskFromMaintenanceWindowCommandOutput extends Deregi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeregisterTaskFromMaintenanceWindowCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeregisterTaskFromMaintenanceWindowCommandOutput} 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 DeregisterTaskFromMaintenanceWindowCommand extends $Command<DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -9,7 +9,7 @@ export interface DescribeActivationsCommandOutput extends DescribeActivationsRes
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Describes details about the activation, such as the date and time the activation was
|
|
11
11
|
* created, its expiration date, the Identity and Access Management (IAM) role assigned to
|
|
12
|
-
* the
|
|
12
|
+
* the managed nodes in the activation, and the number of nodes registered by using this
|
|
13
13
|
* activation.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,7 +23,7 @@ export interface DescribeActivationsCommandOutput extends DescribeActivationsRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeActivationsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeActivationsCommandOutput} 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 DescribeActivationsCommand extends $Command<DescribeActivationsCommandInput, DescribeActivationsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeAssociationCommandInput extends DescribeAssociationRequ
|
|
|
7
7
|
export interface DescribeAssociationCommandOutput extends DescribeAssociationResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Describes the association for the specified target or
|
|
10
|
+
* <p>Describes the association for the specified target or managed node. If you created the
|
|
11
11
|
* association by using the <code>Targets</code> parameter, then you must retrieve the association
|
|
12
12
|
* by using the association ID.</p>
|
|
13
13
|
* @example
|
|
@@ -22,7 +22,7 @@ export interface DescribeAssociationCommandOutput extends DescribeAssociationRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeAssociationCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeAssociationCommandOutput} 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 DescribeAssociationCommand extends $Command<DescribeAssociationCommandInput, DescribeAssociationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAssociationExecutionTargetsCommandOutput extends Descri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAssociationExecutionTargetsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAssociationExecutionTargetsCommandOutput} 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 DescribeAssociationExecutionTargetsCommand extends $Command<DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAssociationExecutionsCommandOutput extends DescribeAsso
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAssociationExecutionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAssociationExecutionsCommandOutput} 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 DescribeAssociationExecutionsCommand extends $Command<DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAutomationExecutionsCommandOutput extends DescribeAutom
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAutomationExecutionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAutomationExecutionsCommandOutput} 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 DescribeAutomationExecutionsCommand extends $Command<DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAutomationStepExecutionsCommandOutput extends DescribeA
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAutomationStepExecutionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAutomationStepExecutionsCommandOutput} 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 DescribeAutomationStepExecutionsCommand extends $Command<DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAvailablePatchesCommandOutput extends DescribeAvailable
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAvailablePatchesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAvailablePatchesCommandOutput} 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 DescribeAvailablePatchesCommand extends $Command<DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeDocumentCommandOutput extends DescribeDocumentResult, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDocumentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDocumentCommandOutput} 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 DescribeDocumentCommand extends $Command<DescribeDocumentCommandInput, DescribeDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeDocumentPermissionCommandOutput extends DescribeDocumen
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeDocumentPermissionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeDocumentPermissionCommandOutput} 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 DescribeDocumentPermissionCommand extends $Command<DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeEffectiveInstanceAssociationsCommandInput extends Descr
|
|
|
7
7
|
export interface DescribeEffectiveInstanceAssociationsCommandOutput extends DescribeEffectiveInstanceAssociationsResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>All associations for the
|
|
10
|
+
* <p>All associations for the managed node(s).</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface DescribeEffectiveInstanceAssociationsCommandOutput extends Desc
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeEffectiveInstanceAssociationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeEffectiveInstanceAssociationsCommandOutput} 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 DescribeEffectiveInstanceAssociationsCommand extends $Command<DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeEffectivePatchesForPatchBaselineCommandOutput extends D
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeEffectivePatchesForPatchBaselineCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeEffectivePatchesForPatchBaselineCommandOutput} 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 DescribeEffectivePatchesForPatchBaselineCommand extends $Command<DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeInstanceAssociationsStatusCommandInput extends Describe
|
|
|
7
7
|
export interface DescribeInstanceAssociationsStatusCommandOutput extends DescribeInstanceAssociationsStatusResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>The status of the associations for the
|
|
10
|
+
* <p>The status of the associations for the managed node(s).</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface DescribeInstanceAssociationsStatusCommandOutput extends Describ
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInstanceAssociationsStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInstanceAssociationsStatusCommandOutput} 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 DescribeInstanceAssociationsStatusCommand extends $Command<DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,14 +7,15 @@ export interface DescribeInstanceInformationCommandInput extends DescribeInstanc
|
|
|
7
7
|
export interface DescribeInstanceInformationCommandOutput extends DescribeInstanceInformationResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Describes one or more of your
|
|
11
|
-
* platform, the version of SSM Agent installed on the
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
10
|
+
* <p>Describes one or more of your managed nodes, including information about the operating
|
|
11
|
+
* system platform, the version of SSM Agent installed on the managed node, node status, and so
|
|
12
|
+
* on.</p>
|
|
13
|
+
* <p>If you specify one or more managed node IDs, it returns information for those managed nodes. If
|
|
14
|
+
* you don't specify node IDs, it returns information for all your managed nodes. If you specify
|
|
15
|
+
* a node ID that isn't valid or a node that you don't own, you receive an error.</p>
|
|
15
16
|
* <note>
|
|
16
17
|
* <p>The <code>IamRole</code> field for this API operation is the Identity and Access Management
|
|
17
|
-
* (IAM) role assigned to on-premises
|
|
18
|
+
* (IAM) role assigned to on-premises managed nodes. This call doesn't return the
|
|
18
19
|
* IAM role for EC2 instances.</p>
|
|
19
20
|
* </note>
|
|
20
21
|
* @example
|
|
@@ -29,7 +30,7 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
|
|
|
29
30
|
*
|
|
30
31
|
* @see {@link DescribeInstanceInformationCommandInput} for command's `input` shape.
|
|
31
32
|
* @see {@link DescribeInstanceInformationCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
34
|
*
|
|
34
35
|
*/
|
|
35
36
|
export declare class DescribeInstanceInformationCommand extends $Command<DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeInstancePatchStatesCommandInput extends DescribeInstanc
|
|
|
7
7
|
export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstancePatchStatesResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves the high-level patch state of one or more
|
|
10
|
+
* <p>Retrieves the high-level patch state of one or more managed nodes.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstan
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInstancePatchStatesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInstancePatchStatesCommandOutput} 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 DescribeInstancePatchStatesCommand extends $Command<DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeInstancePatchStatesForPatchGroupCommandInput extends De
|
|
|
7
7
|
export interface DescribeInstancePatchStatesForPatchGroupCommandOutput extends DescribeInstancePatchStatesForPatchGroupResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves the high-level patch state for the
|
|
10
|
+
* <p>Retrieves the high-level patch state for the managed nodes in the specified patch group.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface DescribeInstancePatchStatesForPatchGroupCommandOutput extends D
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInstancePatchStatesForPatchGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInstancePatchStatesForPatchGroupCommandOutput} 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 DescribeInstancePatchStatesForPatchGroupCommand extends $Command<DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,8 +7,8 @@ export interface DescribeInstancePatchesCommandInput extends DescribeInstancePat
|
|
|
7
7
|
export interface DescribeInstancePatchesCommandOutput extends DescribeInstancePatchesResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves information about the patches on the specified
|
|
11
|
-
* to the patch baseline being used for the
|
|
10
|
+
* <p>Retrieves information about the patches on the specified managed node and their state relative
|
|
11
|
+
* to the patch baseline being used for the node.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -21,7 +21,7 @@ export interface DescribeInstancePatchesCommandOutput extends DescribeInstancePa
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeInstancePatchesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeInstancePatchesCommandOutput} 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 DescribeInstancePatchesCommand extends $Command<DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInventoryDeletionsCommandOutput extends DescribeInvento
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInventoryDeletionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInventoryDeletionsCommandOutput} 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 DescribeInventoryDeletionsCommand extends $Command<DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput} 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 DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends $Command<DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeMaintenanceWindowExecutionTasksCommandOutput extends De
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeMaintenanceWindowExecutionTasksCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeMaintenanceWindowExecutionTasksCommandOutput} 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 DescribeMaintenanceWindowExecutionTasksCommand extends $Command<DescribeMaintenanceWindowExecutionTasksCommandInput, DescribeMaintenanceWindowExecutionTasksCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeMaintenanceWindowExecutionsCommandOutput extends Descri
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeMaintenanceWindowExecutionsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeMaintenanceWindowExecutionsCommandOutput} 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 DescribeMaintenanceWindowExecutionsCommand extends $Command<DescribeMaintenanceWindowExecutionsCommandInput, DescribeMaintenanceWindowExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeMaintenanceWindowScheduleCommandOutput extends Describe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeMaintenanceWindowScheduleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeMaintenanceWindowScheduleCommandOutput} 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 DescribeMaintenanceWindowScheduleCommand extends $Command<DescribeMaintenanceWindowScheduleCommandInput, DescribeMaintenanceWindowScheduleCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeMaintenanceWindowTargetsCommandOutput extends DescribeM
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeMaintenanceWindowTargetsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeMaintenanceWindowTargetsCommandOutput} 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 DescribeMaintenanceWindowTargetsCommand extends $Command<DescribeMaintenanceWindowTargetsCommandInput, DescribeMaintenanceWindowTargetsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DescribeMaintenanceWindowTasksCommandOutput extends DescribeMai
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DescribeMaintenanceWindowTasksCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DescribeMaintenanceWindowTasksCommandOutput} 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 DescribeMaintenanceWindowTasksCommand extends $Command<DescribeMaintenanceWindowTasksCommandInput, DescribeMaintenanceWindowTasksCommandOutput, SSMClientResolvedConfig> {
|