@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
|
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ModifyDocumentPermissionCommandOutput extends ModifyDocumentPer
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ModifyDocumentPermissionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ModifyDocumentPermissionCommandOutput} 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 ModifyDocumentPermissionCommand extends $Command<ModifyDocumentPermissionCommandInput, ModifyDocumentPermissionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutComplianceItemsCommandOutput extends PutComplianceItemsResul
|
|
|
22
22
|
* </li>
|
|
23
23
|
* <li>
|
|
24
24
|
* <p>ExecutionTime. The time the patch, association, or custom compliance item was applied to
|
|
25
|
-
* the
|
|
25
|
+
* the managed node.</p>
|
|
26
26
|
* </li>
|
|
27
27
|
* <li>
|
|
28
28
|
* <p>Id: The patch, association, or custom compliance ID.</p>
|
|
@@ -75,7 +75,7 @@ export interface PutComplianceItemsCommandOutput extends PutComplianceItemsResul
|
|
|
75
75
|
*
|
|
76
76
|
* @see {@link PutComplianceItemsCommandInput} for command's `input` shape.
|
|
77
77
|
* @see {@link PutComplianceItemsCommandOutput} for command's `response` shape.
|
|
78
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
78
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
export declare class PutComplianceItemsCommand extends $Command<PutComplianceItemsCommandInput, PutComplianceItemsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface PutInventoryCommandInput extends PutInventoryRequest {
|
|
|
7
7
|
export interface PutInventoryCommandOutput extends PutInventoryResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Bulk update custom inventory items on one more
|
|
10
|
+
* <p>Bulk update custom inventory items on one or more managed nodes. The request adds an inventory item,
|
|
11
11
|
* if it doesn't already exist, or updates an inventory item, if it does exist.</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 PutInventoryCommandOutput extends PutInventoryResult, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutInventoryCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutInventoryCommandOutput} 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 PutInventoryCommand extends $Command<PutInventoryCommandInput, PutInventoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutParameterCommandOutput extends PutParameterResult, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutParameterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutParameterCommandOutput} 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 PutParameterCommand extends $Command<PutParameterCommandInput, PutParameterCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface RegisterDefaultPatchBaselineCommandOutput extends RegisterDefau
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link RegisterDefaultPatchBaselineCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link RegisterDefaultPatchBaselineCommandOutput} 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 RegisterDefaultPatchBaselineCommand extends $Command<RegisterDefaultPatchBaselineCommandInput, RegisterDefaultPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RegisterPatchBaselineForPatchGroupCommandOutput extends Registe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RegisterPatchBaselineForPatchGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RegisterPatchBaselineForPatchGroupCommandOutput} 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 RegisterPatchBaselineForPatchGroupCommand extends $Command<RegisterPatchBaselineForPatchGroupCommandInput, RegisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RegisterTargetWithMaintenanceWindowCommandOutput extends Regist
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RegisterTargetWithMaintenanceWindowCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RegisterTargetWithMaintenanceWindowCommandOutput} 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 RegisterTargetWithMaintenanceWindowCommand extends $Command<RegisterTargetWithMaintenanceWindowCommandInput, RegisterTargetWithMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RegisterTaskWithMaintenanceWindowCommandOutput extends Register
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RegisterTaskWithMaintenanceWindowCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RegisterTaskWithMaintenanceWindowCommandOutput} 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 RegisterTaskWithMaintenanceWindowCommand extends $Command<RegisterTaskWithMaintenanceWindowCommandInput, RegisterTaskWithMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RemoveTagsFromResourceCommandOutput} 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 RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface ResetServiceSettingCommandOutput extends ResetServiceSettingRes
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link ResetServiceSettingCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link ResetServiceSettingCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class ResetServiceSettingCommand extends $Command<ResetServiceSettingCommandInput, ResetServiceSettingCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface ResumeSessionCommandInput extends ResumeSessionRequest {
|
|
|
7
7
|
export interface ResumeSessionCommandOutput extends ResumeSessionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Reconnects a session to
|
|
10
|
+
* <p>Reconnects a session to a managed node after it has been disconnected. Connections can be
|
|
11
11
|
* resumed for disconnected sessions, but not terminated sessions.</p>
|
|
12
12
|
* <note>
|
|
13
13
|
* <p>This command is primarily for use by client machines to automatically reconnect during
|
|
@@ -25,7 +25,7 @@ export interface ResumeSessionCommandOutput extends ResumeSessionResponse, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ResumeSessionCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ResumeSessionCommandOutput} 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 ResumeSessionCommand extends $Command<ResumeSessionCommandInput, ResumeSessionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface SendAutomationSignalCommandOutput extends SendAutomationSignalR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link SendAutomationSignalCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link SendAutomationSignalCommandOutput} 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 SendAutomationSignalCommand extends $Command<SendAutomationSignalCommandInput, SendAutomationSignalCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface SendCommandCommandInput extends SendCommandRequest {
|
|
|
7
7
|
export interface SendCommandCommandOutput extends SendCommandResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Runs commands on one or more managed
|
|
10
|
+
* <p>Runs commands on 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 SendCommandCommandOutput extends SendCommandResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link SendCommandCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link SendCommandCommandOutput} 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 SendCommandCommand extends $Command<SendCommandCommandInput, SendCommandCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface StartAssociationsOnceCommandOutput extends StartAssociationsOnc
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link StartAssociationsOnceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link StartAssociationsOnceCommandOutput} 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 StartAssociationsOnceCommand extends $Command<StartAssociationsOnceCommandInput, StartAssociationsOnceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartAutomationExecutionCommandOutput extends StartAutomationEx
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartAutomationExecutionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartAutomationExecutionCommandOutput} 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 StartAutomationExecutionCommand extends $Command<StartAutomationExecutionCommandInput, StartAutomationExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartChangeRequestExecutionCommandOutput extends StartChangeReq
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartChangeRequestExecutionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartChangeRequestExecutionCommandOutput} 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 StartChangeRequestExecutionCommand extends $Command<StartChangeRequestExecutionCommandInput, StartChangeRequestExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface StartSessionCommandInput extends StartSessionRequest {
|
|
|
7
7
|
export interface StartSessionCommandOutput extends StartSessionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Initiates a connection to a target (for example,
|
|
10
|
+
* <p>Initiates a connection to a target (for example, a managed node) for a Session Manager session. Returns a
|
|
11
11
|
* URL and token that can be used to open a WebSocket connection for sending input and receiving
|
|
12
12
|
* outputs.</p>
|
|
13
13
|
* <note>
|
|
@@ -29,7 +29,7 @@ export interface StartSessionCommandOutput extends StartSessionResponse, __Metad
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link StartSessionCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link StartSessionCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class StartSessionCommand extends $Command<StartSessionCommandInput, StartSessionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopAutomationExecutionCommandOutput extends StopAutomationExec
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopAutomationExecutionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopAutomationExecutionCommandOutput} 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 StopAutomationExecutionCommand extends $Command<StopAutomationExecutionCommandInput, StopAutomationExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -8,7 +8,7 @@ export interface TerminateSessionCommandOutput extends TerminateSessionResponse,
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Permanently ends a session and closes the data connection between the Session Manager client and
|
|
11
|
-
* SSM Agent on the
|
|
11
|
+
* SSM Agent on the managed node. A terminated session isn't be resumed.</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 TerminateSessionCommandOutput extends TerminateSessionResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link TerminateSessionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link TerminateSessionCommandOutput} 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 TerminateSessionCommand extends $Command<TerminateSessionCommandInput, TerminateSessionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UnlabelParameterVersionCommandOutput extends UnlabelParameterVe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UnlabelParameterVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UnlabelParameterVersionCommandOutput} 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 UnlabelParameterVersionCommand extends $Command<UnlabelParameterVersionCommandInput, UnlabelParameterVersionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface UpdateAssociationCommandOutput extends UpdateAssociationResult,
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link UpdateAssociationCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link UpdateAssociationCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class UpdateAssociationCommand extends $Command<UpdateAssociationCommandInput, UpdateAssociationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -8,7 +8,7 @@ export interface UpdateAssociationStatusCommandOutput extends UpdateAssociationS
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified
|
|
11
|
-
*
|
|
11
|
+
* managed node.</p>
|
|
12
12
|
* <p>
|
|
13
13
|
* <code>UpdateAssociationStatus</code> is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to
|
|
14
14
|
* report status updates about your associations and is only used for associations created with the
|
|
@@ -25,7 +25,7 @@ export interface UpdateAssociationStatusCommandOutput extends UpdateAssociationS
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateAssociationStatusCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateAssociationStatusCommandOutput} 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 UpdateAssociationStatusCommand extends $Command<UpdateAssociationStatusCommandInput, UpdateAssociationStatusCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDocumentCommandOutput extends UpdateDocumentResult, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDocumentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDocumentCommandOutput} 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 UpdateDocumentCommand extends $Command<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDocumentDefaultVersionCommandOutput extends UpdateDocumen
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDocumentDefaultVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDocumentDefaultVersionCommandOutput} 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 UpdateDocumentDefaultVersionCommand extends $Command<UpdateDocumentDefaultVersionCommandInput, UpdateDocumentDefaultVersionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateDocumentMetadataRequest
|
|
3
|
+
import { UpdateDocumentMetadataRequest } from "../models/models_1";
|
|
4
|
+
import { UpdateDocumentMetadataResponse } from "../models/models_2";
|
|
4
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
|
|
5
6
|
export interface UpdateDocumentMetadataCommandInput extends UpdateDocumentMetadataRequest {
|
|
6
7
|
}
|
|
@@ -21,7 +22,7 @@ export interface UpdateDocumentMetadataCommandOutput extends UpdateDocumentMetad
|
|
|
21
22
|
*
|
|
22
23
|
* @see {@link UpdateDocumentMetadataCommandInput} for command's `input` shape.
|
|
23
24
|
* @see {@link UpdateDocumentMetadataCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
27
28
|
export declare class UpdateDocumentMetadataCommand extends $Command<UpdateDocumentMetadataCommandInput, UpdateDocumentMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateMaintenanceWindowRequest } from "../models/
|
|
4
|
-
import { UpdateMaintenanceWindowResult } from "../models/models_2";
|
|
3
|
+
import { UpdateMaintenanceWindowRequest, UpdateMaintenanceWindowResult } from "../models/models_2";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
|
|
6
5
|
export interface UpdateMaintenanceWindowCommandInput extends UpdateMaintenanceWindowRequest {
|
|
7
6
|
}
|
|
@@ -29,7 +28,7 @@ export interface UpdateMaintenanceWindowCommandOutput extends UpdateMaintenanceW
|
|
|
29
28
|
*
|
|
30
29
|
* @see {@link UpdateMaintenanceWindowCommandInput} for command's `input` shape.
|
|
31
30
|
* @see {@link UpdateMaintenanceWindowCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
32
|
*
|
|
34
33
|
*/
|
|
35
34
|
export declare class UpdateMaintenanceWindowCommand extends $Command<UpdateMaintenanceWindowCommandInput, UpdateMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface UpdateMaintenanceWindowTargetCommandOutput extends UpdateMainte
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link UpdateMaintenanceWindowTargetCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link UpdateMaintenanceWindowTargetCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class UpdateMaintenanceWindowTargetCommand extends $Command<UpdateMaintenanceWindowTargetCommandInput, UpdateMaintenanceWindowTargetCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -75,7 +75,7 @@ export interface UpdateMaintenanceWindowTaskCommandOutput extends UpdateMaintena
|
|
|
75
75
|
*
|
|
76
76
|
* @see {@link UpdateMaintenanceWindowTaskCommandInput} for command's `input` shape.
|
|
77
77
|
* @see {@link UpdateMaintenanceWindowTaskCommandOutput} for command's `response` shape.
|
|
78
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
78
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
export declare class UpdateMaintenanceWindowTaskCommand extends $Command<UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -8,8 +8,8 @@ export interface UpdateManagedInstanceRoleCommandOutput extends UpdateManagedIns
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Changes the Identity and Access Management (IAM) role that is assigned to the
|
|
11
|
-
* on-premises
|
|
12
|
-
* these hybrid
|
|
11
|
+
* on-premises server, edge device, or virtual machines (VM). IAM roles are first
|
|
12
|
+
* assigned to these hybrid nodes during the activation process. For more information, see <a>CreateActivation</a>.</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 UpdateManagedInstanceRoleCommandOutput extends UpdateManagedIns
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateManagedInstanceRoleCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateManagedInstanceRoleCommandOutput} 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 UpdateManagedInstanceRoleCommand extends $Command<UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateOpsItemCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateOpsItemCommandOutput} 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 UpdateOpsItemCommand extends $Command<UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateOpsMetadataCommandOutput extends UpdateOpsMetadataResult,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateOpsMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateOpsMetadataCommandOutput} 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 UpdateOpsMetadataCommand extends $Command<UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdatePatchBaselineCommandOutput extends UpdatePatchBaselineRes
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdatePatchBaselineCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdatePatchBaselineCommandOutput} 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 UpdatePatchBaselineCommand extends $Command<UpdatePatchBaselineCommandInput, UpdatePatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface UpdateResourceDataSyncCommandOutput extends UpdateResourceDataS
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link UpdateResourceDataSyncCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link UpdateResourceDataSyncCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class UpdateResourceDataSyncCommand extends $Command<UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface UpdateServiceSettingCommandOutput extends UpdateServiceSettingR
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link UpdateServiceSettingCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link UpdateServiceSettingCommandOutput} 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 UpdateServiceSettingCommand extends $Command<UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput, SSMClientResolvedConfig> {
|