@aws-sdk/client-ssm 3.325.0 → 3.326.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
- package/dist-types/commands/CancelCommandCommand.d.ts +4 -0
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +6 -0
- package/dist-types/commands/CreateActivationCommand.d.ts +7 -0
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +170 -0
- package/dist-types/commands/CreateAssociationCommand.d.ts +103 -0
- package/dist-types/commands/CreateDocumentCommand.d.ts +72 -0
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/CreateOpsItemCommand.d.ts +7 -0
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/DeleteActivationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInventoryCommand.d.ts +18 -0
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DeleteParameterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +7 -0
- package/dist-types/commands/DescribeActivationsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeAssociationCommand.d.ts +103 -0
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeDocumentCommand.d.ts +72 -0
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +46 -0
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +26 -0
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +32 -0
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +32 -0
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +17 -0
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +32 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +49 -0
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -0
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +27 -0
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +15 -0
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +17 -0
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +18 -0
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +24 -0
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +192 -0
- package/dist-types/commands/GetCalendarStateCommand.d.ts +8 -0
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +25 -0
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +7 -0
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +33 -0
- package/dist-types/commands/GetInventoryCommand.d.ts +24 -0
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +19 -0
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +20 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +13 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +40 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +89 -0
- package/dist-types/commands/GetOpsItemCommand.d.ts +42 -0
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +12 -0
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +21 -0
- package/dist-types/commands/GetParameterCommand.d.ts +16 -0
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +31 -0
- package/dist-types/commands/GetParametersByPathCommand.d.ts +19 -0
- package/dist-types/commands/GetParametersCommand.d.ts +21 -0
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +62 -0
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +8 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
- package/dist-types/commands/GetServiceSettingCommand.d.ts +13 -0
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +9 -0
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +74 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +41 -0
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +50 -0
- package/dist-types/commands/ListCommandsCommand.d.ts +70 -0
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +25 -0
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +33 -0
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +25 -0
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +20 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +39 -0
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +19 -0
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +23 -0
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +15 -0
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +42 -0
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +45 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +4 -0
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +4 -0
- package/dist-types/commands/PutInventoryCommand.d.ts +6 -0
- package/dist-types/commands/PutParameterCommand.d.ts +7 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +13 -0
- package/dist-types/commands/ResumeSessionCommand.d.ts +8 -0
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +4 -0
- package/dist-types/commands/SendCommandCommand.d.ts +67 -0
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +4 -0
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StartSessionCommand.d.ts +8 -0
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +6 -0
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +103 -0
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +103 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +72 -0
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +18 -0
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +88 -0
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +59 -0
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
- package/package.json +3 -3
|
@@ -41,6 +41,49 @@ export interface ListResourceDataSyncCommandOutput extends ListResourceDataSyncR
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new ListResourceDataSyncCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // ListResourceDataSyncResult
|
|
45
|
+
* // ResourceDataSyncItems: [ // ResourceDataSyncItemList
|
|
46
|
+
* // { // ResourceDataSyncItem
|
|
47
|
+
* // SyncName: "STRING_VALUE",
|
|
48
|
+
* // SyncType: "STRING_VALUE",
|
|
49
|
+
* // SyncSource: { // ResourceDataSyncSourceWithState
|
|
50
|
+
* // SourceType: "STRING_VALUE",
|
|
51
|
+
* // AwsOrganizationsSource: { // ResourceDataSyncAwsOrganizationsSource
|
|
52
|
+
* // OrganizationSourceType: "STRING_VALUE", // required
|
|
53
|
+
* // OrganizationalUnits: [ // ResourceDataSyncOrganizationalUnitList
|
|
54
|
+
* // { // ResourceDataSyncOrganizationalUnit
|
|
55
|
+
* // OrganizationalUnitId: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
59
|
+
* // SourceRegions: [ // ResourceDataSyncSourceRegionList
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // IncludeFutureRegions: true || false,
|
|
63
|
+
* // State: "STRING_VALUE",
|
|
64
|
+
* // EnableAllOpsDataSources: true || false,
|
|
65
|
+
* // },
|
|
66
|
+
* // S3Destination: { // ResourceDataSyncS3Destination
|
|
67
|
+
* // BucketName: "STRING_VALUE", // required
|
|
68
|
+
* // Prefix: "STRING_VALUE",
|
|
69
|
+
* // SyncFormat: "JsonSerDe", // required
|
|
70
|
+
* // Region: "STRING_VALUE", // required
|
|
71
|
+
* // AWSKMSKeyARN: "STRING_VALUE",
|
|
72
|
+
* // DestinationDataSharing: { // ResourceDataSyncDestinationDataSharing
|
|
73
|
+
* // DestinationDataSharingType: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // },
|
|
76
|
+
* // LastSyncTime: new Date("TIMESTAMP"),
|
|
77
|
+
* // LastSuccessfulSyncTime: new Date("TIMESTAMP"),
|
|
78
|
+
* // SyncLastModifiedTime: new Date("TIMESTAMP"),
|
|
79
|
+
* // LastStatus: "Successful" || "Failed" || "InProgress",
|
|
80
|
+
* // SyncCreatedTime: new Date("TIMESTAMP"),
|
|
81
|
+
* // LastSyncStatusMessage: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // NextToken: "STRING_VALUE",
|
|
85
|
+
* // };
|
|
86
|
+
*
|
|
44
87
|
* ```
|
|
45
88
|
*
|
|
46
89
|
* @param ListResourceDataSyncCommandInput - {@link ListResourceDataSyncCommandInput}
|
|
@@ -58,6 +101,8 @@ export interface ListResourceDataSyncCommandOutput extends ListResourceDataSyncR
|
|
|
58
101
|
* @throws {@link ResourceDataSyncInvalidConfigurationException} (client fault)
|
|
59
102
|
* <p>The specified sync configuration is invalid.</p>
|
|
60
103
|
*
|
|
104
|
+
* @throws {@link SSMServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
61
106
|
*
|
|
62
107
|
*/
|
|
63
108
|
export declare class ListResourceDataSyncCommand extends $Command<ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,6 +33,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListTagsForResourceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListTagsForResourceResult
|
|
37
|
+
* // TagList: [ // TagList
|
|
38
|
+
* // { // Tag
|
|
39
|
+
* // Key: "STRING_VALUE", // required
|
|
40
|
+
* // Value: "STRING_VALUE", // required
|
|
41
|
+
* // },
|
|
42
|
+
* // ],
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -51,6 +60,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
51
60
|
* <p>The resource type isn't valid. For example, if you are attempting to tag an EC2 instance,
|
|
52
61
|
* the instance must be a registered managed node.</p>
|
|
53
62
|
*
|
|
63
|
+
* @throws {@link SSMServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
54
65
|
*
|
|
55
66
|
*/
|
|
56
67
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -42,6 +42,8 @@ export interface ModifyDocumentPermissionCommandOutput extends ModifyDocumentPer
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new ModifyDocumentPermissionCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
45
47
|
* ```
|
|
46
48
|
*
|
|
47
49
|
* @param ModifyDocumentPermissionCommandInput - {@link ModifyDocumentPermissionCommandInput}
|
|
@@ -71,6 +73,8 @@ export interface ModifyDocumentPermissionCommandOutput extends ModifyDocumentPer
|
|
|
71
73
|
* <p>The permission type isn't supported. <i>Share</i> is the only supported
|
|
72
74
|
* permission type.</p>
|
|
73
75
|
*
|
|
76
|
+
* @throws {@link SSMServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
74
78
|
*
|
|
75
79
|
*/
|
|
76
80
|
export declare class ModifyDocumentPermissionCommand extends $Command<ModifyDocumentPermissionCommandInput, ModifyDocumentPermissionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -106,6 +106,8 @@ export interface PutComplianceItemsCommandOutput extends PutComplianceItemsResul
|
|
|
106
106
|
* };
|
|
107
107
|
* const command = new PutComplianceItemsCommand(input);
|
|
108
108
|
* const response = await client.send(command);
|
|
109
|
+
* // {};
|
|
110
|
+
*
|
|
109
111
|
* ```
|
|
110
112
|
*
|
|
111
113
|
* @param PutComplianceItemsCommandInput - {@link PutComplianceItemsCommandInput}
|
|
@@ -137,6 +139,8 @@ export interface PutComplianceItemsCommandOutput extends PutComplianceItemsResul
|
|
|
137
139
|
* @throws {@link TotalSizeLimitExceededException} (client fault)
|
|
138
140
|
* <p>The size of inventory data has exceeded the total size limit for the resource.</p>
|
|
139
141
|
*
|
|
142
|
+
* @throws {@link SSMServiceException}
|
|
143
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
140
144
|
*
|
|
141
145
|
*/
|
|
142
146
|
export declare class PutComplianceItemsCommand extends $Command<PutComplianceItemsCommandInput, PutComplianceItemsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -49,6 +49,10 @@ export interface PutInventoryCommandOutput extends PutInventoryResult, __Metadat
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new PutInventoryCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // PutInventoryResult
|
|
53
|
+
* // Message: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
52
56
|
* ```
|
|
53
57
|
*
|
|
54
58
|
* @param PutInventoryCommandInput - {@link PutInventoryCommandInput}
|
|
@@ -115,6 +119,8 @@ export interface PutInventoryCommandOutput extends PutInventoryResult, __Metadat
|
|
|
115
119
|
* <p>Inventory item type schema version has to match supported versions in the service. Check
|
|
116
120
|
* output of GetInventorySchema to see the available schema version for each type.</p>
|
|
117
121
|
*
|
|
122
|
+
* @throws {@link SSMServiceException}
|
|
123
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
118
124
|
*
|
|
119
125
|
*/
|
|
120
126
|
export declare class PutInventoryCommand extends $Command<PutInventoryCommandInput, PutInventoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -46,6 +46,11 @@ export interface PutParameterCommandOutput extends PutParameterResult, __Metadat
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new PutParameterCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // PutParameterResult
|
|
50
|
+
* // Version: Number("long"),
|
|
51
|
+
* // Tier: "Standard" || "Advanced" || "Intelligent-Tiering",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
49
54
|
* ```
|
|
50
55
|
*
|
|
51
56
|
* @param PutParameterCommandInput - {@link PutParameterCommandInput}
|
|
@@ -121,6 +126,8 @@ export interface PutParameterCommandOutput extends PutParameterResult, __Metadat
|
|
|
121
126
|
* @throws {@link UnsupportedParameterType} (client fault)
|
|
122
127
|
* <p>The parameter type isn't supported.</p>
|
|
123
128
|
*
|
|
129
|
+
* @throws {@link SSMServiceException}
|
|
130
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
124
131
|
*
|
|
125
132
|
*/
|
|
126
133
|
export declare class PutParameterCommand extends $Command<PutParameterCommandInput, PutParameterCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -38,6 +38,11 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new PutResourcePolicyCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // PutResourcePolicyResponse
|
|
42
|
+
* // PolicyId: "STRING_VALUE",
|
|
43
|
+
* // PolicyHash: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
43
48
|
* @param PutResourcePolicyCommandInput - {@link PutResourcePolicyCommandInput}
|
|
@@ -63,6 +68,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
63
68
|
* greater than 1024 bytes in size. And only one policy can be attached to
|
|
64
69
|
* <code>OpsItemGroup</code>. Verify these limits and try again.</p>
|
|
65
70
|
*
|
|
71
|
+
* @throws {@link SSMServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
66
73
|
*
|
|
67
74
|
*/
|
|
68
75
|
export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -35,6 +35,10 @@ export interface RegisterDefaultPatchBaselineCommandOutput extends RegisterDefau
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new RegisterDefaultPatchBaselineCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // RegisterDefaultPatchBaselineResult
|
|
39
|
+
* // BaselineId: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
38
42
|
* ```
|
|
39
43
|
*
|
|
40
44
|
* @param RegisterDefaultPatchBaselineCommandInput - {@link RegisterDefaultPatchBaselineCommandInput}
|
|
@@ -55,6 +59,8 @@ export interface RegisterDefaultPatchBaselineCommandOutput extends RegisterDefau
|
|
|
55
59
|
* @throws {@link InvalidResourceId} (client fault)
|
|
56
60
|
* <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
|
|
57
61
|
*
|
|
62
|
+
* @throws {@link SSMServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
58
64
|
*
|
|
59
65
|
*/
|
|
60
66
|
export declare class RegisterDefaultPatchBaselineCommand extends $Command<RegisterDefaultPatchBaselineCommandInput, RegisterDefaultPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -32,6 +32,11 @@ export interface RegisterPatchBaselineForPatchGroupCommandOutput extends Registe
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new RegisterPatchBaselineForPatchGroupCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // RegisterPatchBaselineForPatchGroupResult
|
|
36
|
+
* // BaselineId: "STRING_VALUE",
|
|
37
|
+
* // PatchGroup: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param RegisterPatchBaselineForPatchGroupCommandInput - {@link RegisterPatchBaselineForPatchGroupCommandInput}
|
|
@@ -62,6 +67,8 @@ export interface RegisterPatchBaselineForPatchGroupCommandOutput extends Registe
|
|
|
62
67
|
* <p>For information about resource quotas in Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
63
68
|
* <i>Amazon Web Services General Reference</i>.</p>
|
|
64
69
|
*
|
|
70
|
+
* @throws {@link SSMServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
65
72
|
*
|
|
66
73
|
*/
|
|
67
74
|
export declare class RegisterPatchBaselineForPatchGroupCommand extends $Command<RegisterPatchBaselineForPatchGroupCommandInput, RegisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -44,6 +44,10 @@ export interface RegisterTargetWithMaintenanceWindowCommandOutput extends Regist
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new RegisterTargetWithMaintenanceWindowCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // RegisterTargetWithMaintenanceWindowResult
|
|
48
|
+
* // WindowTargetId: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
47
51
|
* ```
|
|
48
52
|
*
|
|
49
53
|
* @param RegisterTargetWithMaintenanceWindowCommandInput - {@link RegisterTargetWithMaintenanceWindowCommandInput}
|
|
@@ -71,6 +75,8 @@ export interface RegisterTargetWithMaintenanceWindowCommandOutput extends Regist
|
|
|
71
75
|
* <p>For information about resource quotas in Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
72
76
|
* <i>Amazon Web Services General Reference</i>.</p>
|
|
73
77
|
*
|
|
78
|
+
* @throws {@link SSMServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
74
80
|
*
|
|
75
81
|
*/
|
|
76
82
|
export declare class RegisterTargetWithMaintenanceWindowCommand extends $Command<RegisterTargetWithMaintenanceWindowCommandInput, RegisterTargetWithMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -114,6 +114,10 @@ export interface RegisterTaskWithMaintenanceWindowCommandOutput extends Register
|
|
|
114
114
|
* };
|
|
115
115
|
* const command = new RegisterTaskWithMaintenanceWindowCommand(input);
|
|
116
116
|
* const response = await client.send(command);
|
|
117
|
+
* // { // RegisterTaskWithMaintenanceWindowResult
|
|
118
|
+
* // WindowTaskId: "STRING_VALUE",
|
|
119
|
+
* // };
|
|
120
|
+
*
|
|
117
121
|
* ```
|
|
118
122
|
*
|
|
119
123
|
* @param RegisterTaskWithMaintenanceWindowCommandInput - {@link RegisterTaskWithMaintenanceWindowCommandInput}
|
|
@@ -145,6 +149,8 @@ export interface RegisterTaskWithMaintenanceWindowCommandOutput extends Register
|
|
|
145
149
|
* <p>For information about resource quotas in Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
146
150
|
* <i>Amazon Web Services General Reference</i>.</p>
|
|
147
151
|
*
|
|
152
|
+
* @throws {@link SSMServiceException}
|
|
153
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
148
154
|
*
|
|
149
155
|
*/
|
|
150
156
|
export declare class RegisterTaskWithMaintenanceWindowCommand extends $Command<RegisterTaskWithMaintenanceWindowCommandInput, RegisterTaskWithMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new RemoveTagsFromResourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param RemoveTagsFromResourceCommandInput - {@link RemoveTagsFromResourceCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
56
58
|
* @throws {@link TooManyUpdates} (client fault)
|
|
57
59
|
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link SSMServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -45,6 +45,17 @@ export interface ResetServiceSettingCommandOutput extends ResetServiceSettingRes
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ResetServiceSettingCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // ResetServiceSettingResult
|
|
49
|
+
* // ServiceSetting: { // ServiceSetting
|
|
50
|
+
* // SettingId: "STRING_VALUE",
|
|
51
|
+
* // SettingValue: "STRING_VALUE",
|
|
52
|
+
* // LastModifiedDate: new Date("TIMESTAMP"),
|
|
53
|
+
* // LastModifiedUser: "STRING_VALUE",
|
|
54
|
+
* // ARN: "STRING_VALUE",
|
|
55
|
+
* // Status: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
48
59
|
* ```
|
|
49
60
|
*
|
|
50
61
|
* @param ResetServiceSettingCommandInput - {@link ResetServiceSettingCommandInput}
|
|
@@ -63,6 +74,8 @@ export interface ResetServiceSettingCommandOutput extends ResetServiceSettingRes
|
|
|
63
74
|
* @throws {@link TooManyUpdates} (client fault)
|
|
64
75
|
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
65
76
|
*
|
|
77
|
+
* @throws {@link SSMServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
66
79
|
*
|
|
67
80
|
*/
|
|
68
81
|
export declare class ResetServiceSettingCommand extends $Command<ResetServiceSettingCommandInput, ResetServiceSettingCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -36,6 +36,12 @@ export interface ResumeSessionCommandOutput extends ResumeSessionResponse, __Met
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ResumeSessionCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ResumeSessionResponse
|
|
40
|
+
* // SessionId: "STRING_VALUE",
|
|
41
|
+
* // TokenValue: "STRING_VALUE",
|
|
42
|
+
* // StreamUrl: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
39
45
|
* ```
|
|
40
46
|
*
|
|
41
47
|
* @param ResumeSessionCommandInput - {@link ResumeSessionCommandInput}
|
|
@@ -53,6 +59,8 @@ export interface ResumeSessionCommandOutput extends ResumeSessionResponse, __Met
|
|
|
53
59
|
* @throws {@link InternalServerError} (server fault)
|
|
54
60
|
* <p>An error occurred on the server side.</p>
|
|
55
61
|
*
|
|
62
|
+
* @throws {@link SSMServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
56
64
|
*
|
|
57
65
|
*/
|
|
58
66
|
export declare class ResumeSessionCommand extends $Command<ResumeSessionCommandInput, ResumeSessionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface SendAutomationSignalCommandOutput extends SendAutomationSignalR
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new SendAutomationSignalCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param SendAutomationSignalCommandInput - {@link SendAutomationSignalCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface SendAutomationSignalCommandOutput extends SendAutomationSignalR
|
|
|
60
62
|
* @throws {@link InvalidAutomationSignalException} (client fault)
|
|
61
63
|
* <p>The signal isn't valid for the current Automation execution.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link SSMServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class SendAutomationSignalCommand extends $Command<SendAutomationSignalCommandInput, SendAutomationSignalCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -77,6 +77,71 @@ export interface SendCommandCommandOutput extends SendCommandResult, __MetadataB
|
|
|
77
77
|
* };
|
|
78
78
|
* const command = new SendCommandCommand(input);
|
|
79
79
|
* const response = await client.send(command);
|
|
80
|
+
* // { // SendCommandResult
|
|
81
|
+
* // Command: { // Command
|
|
82
|
+
* // CommandId: "STRING_VALUE",
|
|
83
|
+
* // DocumentName: "STRING_VALUE",
|
|
84
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
85
|
+
* // Comment: "STRING_VALUE",
|
|
86
|
+
* // ExpiresAfter: new Date("TIMESTAMP"),
|
|
87
|
+
* // Parameters: { // Parameters
|
|
88
|
+
* // "<keys>": [ // ParameterValueList
|
|
89
|
+
* // "STRING_VALUE",
|
|
90
|
+
* // ],
|
|
91
|
+
* // },
|
|
92
|
+
* // InstanceIds: [ // InstanceIdList
|
|
93
|
+
* // "STRING_VALUE",
|
|
94
|
+
* // ],
|
|
95
|
+
* // Targets: [ // Targets
|
|
96
|
+
* // { // Target
|
|
97
|
+
* // Key: "STRING_VALUE",
|
|
98
|
+
* // Values: [ // TargetValues
|
|
99
|
+
* // "STRING_VALUE",
|
|
100
|
+
* // ],
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // RequestedDateTime: new Date("TIMESTAMP"),
|
|
104
|
+
* // Status: "Pending" || "InProgress" || "Success" || "Cancelled" || "Failed" || "TimedOut" || "Cancelling",
|
|
105
|
+
* // StatusDetails: "STRING_VALUE",
|
|
106
|
+
* // OutputS3Region: "STRING_VALUE",
|
|
107
|
+
* // OutputS3BucketName: "STRING_VALUE",
|
|
108
|
+
* // OutputS3KeyPrefix: "STRING_VALUE",
|
|
109
|
+
* // MaxConcurrency: "STRING_VALUE",
|
|
110
|
+
* // MaxErrors: "STRING_VALUE",
|
|
111
|
+
* // TargetCount: Number("int"),
|
|
112
|
+
* // CompletedCount: Number("int"),
|
|
113
|
+
* // ErrorCount: Number("int"),
|
|
114
|
+
* // DeliveryTimedOutCount: Number("int"),
|
|
115
|
+
* // ServiceRole: "STRING_VALUE",
|
|
116
|
+
* // NotificationConfig: { // NotificationConfig
|
|
117
|
+
* // NotificationArn: "STRING_VALUE",
|
|
118
|
+
* // NotificationEvents: [ // NotificationEventList
|
|
119
|
+
* // "All" || "InProgress" || "Success" || "TimedOut" || "Cancelled" || "Failed",
|
|
120
|
+
* // ],
|
|
121
|
+
* // NotificationType: "Command" || "Invocation",
|
|
122
|
+
* // },
|
|
123
|
+
* // CloudWatchOutputConfig: { // CloudWatchOutputConfig
|
|
124
|
+
* // CloudWatchLogGroupName: "STRING_VALUE",
|
|
125
|
+
* // CloudWatchOutputEnabled: true || false,
|
|
126
|
+
* // },
|
|
127
|
+
* // TimeoutSeconds: Number("int"),
|
|
128
|
+
* // AlarmConfiguration: { // AlarmConfiguration
|
|
129
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
130
|
+
* // Alarms: [ // AlarmList // required
|
|
131
|
+
* // { // Alarm
|
|
132
|
+
* // Name: "STRING_VALUE", // required
|
|
133
|
+
* // },
|
|
134
|
+
* // ],
|
|
135
|
+
* // },
|
|
136
|
+
* // TriggeredAlarms: [ // AlarmStateInformationList
|
|
137
|
+
* // { // AlarmStateInformation
|
|
138
|
+
* // Name: "STRING_VALUE", // required
|
|
139
|
+
* // State: "UNKNOWN" || "ALARM", // required
|
|
140
|
+
* // },
|
|
141
|
+
* // ],
|
|
142
|
+
* // },
|
|
143
|
+
* // };
|
|
144
|
+
*
|
|
80
145
|
* ```
|
|
81
146
|
*
|
|
82
147
|
* @param SendCommandCommandInput - {@link SendCommandCommandInput}
|
|
@@ -140,6 +205,8 @@ export interface SendCommandCommandOutput extends SendCommandResult, __MetadataB
|
|
|
140
205
|
* <p>The document doesn't support the platform type of the given managed node ID(s). For example,
|
|
141
206
|
* you sent an document for a Windows managed node to a Linux node.</p>
|
|
142
207
|
*
|
|
208
|
+
* @throws {@link SSMServiceException}
|
|
209
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
143
210
|
*
|
|
144
211
|
*/
|
|
145
212
|
export declare class SendCommandCommand extends $Command<SendCommandCommandInput, SendCommandCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface StartAssociationsOnceCommandOutput extends StartAssociationsOnc
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new StartAssociationsOnceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param StartAssociationsOnceCommandInput - {@link StartAssociationsOnceCommandInput}
|
|
@@ -48,6 +50,8 @@ export interface StartAssociationsOnceCommandOutput extends StartAssociationsOnc
|
|
|
48
50
|
* @throws {@link InvalidAssociation} (client fault)
|
|
49
51
|
* <p>The association isn't valid or doesn't exist. </p>
|
|
50
52
|
*
|
|
53
|
+
* @throws {@link SSMServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
51
55
|
*
|
|
52
56
|
*/
|
|
53
57
|
export declare class StartAssociationsOnceCommand extends $Command<StartAssociationsOnceCommandInput, StartAssociationsOnceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -92,6 +92,10 @@ export interface StartAutomationExecutionCommandOutput extends StartAutomationEx
|
|
|
92
92
|
* };
|
|
93
93
|
* const command = new StartAutomationExecutionCommand(input);
|
|
94
94
|
* const response = await client.send(command);
|
|
95
|
+
* // { // StartAutomationExecutionResult
|
|
96
|
+
* // AutomationExecutionId: "STRING_VALUE",
|
|
97
|
+
* // };
|
|
98
|
+
*
|
|
95
99
|
* ```
|
|
96
100
|
*
|
|
97
101
|
* @param StartAutomationExecutionCommandInput - {@link StartAutomationExecutionCommandInput}
|
|
@@ -126,6 +130,8 @@ export interface StartAutomationExecutionCommandOutput extends StartAutomationEx
|
|
|
126
130
|
* <p>The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might
|
|
127
131
|
* not have permission to perform the operation.</p>
|
|
128
132
|
*
|
|
133
|
+
* @throws {@link SSMServiceException}
|
|
134
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
129
135
|
*
|
|
130
136
|
*/
|
|
131
137
|
export declare class StartAutomationExecutionCommand extends $Command<StartAutomationExecutionCommandInput, StartAutomationExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -101,6 +101,10 @@ export interface StartChangeRequestExecutionCommandOutput extends StartChangeReq
|
|
|
101
101
|
* };
|
|
102
102
|
* const command = new StartChangeRequestExecutionCommand(input);
|
|
103
103
|
* const response = await client.send(command);
|
|
104
|
+
* // { // StartChangeRequestExecutionResult
|
|
105
|
+
* // AutomationExecutionId: "STRING_VALUE",
|
|
106
|
+
* // };
|
|
107
|
+
*
|
|
104
108
|
* ```
|
|
105
109
|
*
|
|
106
110
|
* @param StartChangeRequestExecutionCommandInput - {@link StartChangeRequestExecutionCommandInput}
|
|
@@ -135,6 +139,8 @@ export interface StartChangeRequestExecutionCommandOutput extends StartChangeReq
|
|
|
135
139
|
* example, they may not match the set of parameters permitted for the specified Automation
|
|
136
140
|
* document.</p>
|
|
137
141
|
*
|
|
142
|
+
* @throws {@link SSMServiceException}
|
|
143
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
138
144
|
*
|
|
139
145
|
*/
|
|
140
146
|
export declare class StartChangeRequestExecutionCommand extends $Command<StartChangeRequestExecutionCommandInput, StartChangeRequestExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -47,6 +47,12 @@ export interface StartSessionCommandOutput extends StartSessionResponse, __Metad
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new StartSessionCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // StartSessionResponse
|
|
51
|
+
* // SessionId: "STRING_VALUE",
|
|
52
|
+
* // TokenValue: "STRING_VALUE",
|
|
53
|
+
* // StreamUrl: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
50
56
|
* ```
|
|
51
57
|
*
|
|
52
58
|
* @param StartSessionCommandInput - {@link StartSessionCommandInput}
|
|
@@ -68,6 +74,8 @@ export interface StartSessionCommandOutput extends StartSessionResponse, __Metad
|
|
|
68
74
|
* attempt to start a session on a managed node that is located in a different account or
|
|
69
75
|
* Region</p>
|
|
70
76
|
*
|
|
77
|
+
* @throws {@link SSMServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
71
79
|
*
|
|
72
80
|
*/
|
|
73
81
|
export declare class StartSessionCommand extends $Command<StartSessionCommandInput, StartSessionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface StopAutomationExecutionCommandOutput extends StopAutomationExec
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new StopAutomationExecutionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param StopAutomationExecutionCommandInput - {@link StopAutomationExecutionCommandInput}
|
|
@@ -50,6 +52,8 @@ export interface StopAutomationExecutionCommandOutput extends StopAutomationExec
|
|
|
50
52
|
* @throws {@link InvalidAutomationStatusUpdateException} (client fault)
|
|
51
53
|
* <p>The specified update status operation isn't valid.</p>
|
|
52
54
|
*
|
|
55
|
+
* @throws {@link SSMServiceException}
|
|
56
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
53
57
|
*
|
|
54
58
|
*/
|
|
55
59
|
export declare class StopAutomationExecutionCommand extends $Command<StopAutomationExecutionCommandInput, StopAutomationExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -32,6 +32,10 @@ export interface TerminateSessionCommandOutput extends TerminateSessionResponse,
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new TerminateSessionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // TerminateSessionResponse
|
|
36
|
+
* // SessionId: "STRING_VALUE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param TerminateSessionCommandInput - {@link TerminateSessionCommandInput}
|
|
@@ -43,6 +47,8 @@ export interface TerminateSessionCommandOutput extends TerminateSessionResponse,
|
|
|
43
47
|
* @throws {@link InternalServerError} (server fault)
|
|
44
48
|
* <p>An error occurred on the server side.</p>
|
|
45
49
|
*
|
|
50
|
+
* @throws {@link SSMServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
46
52
|
*
|
|
47
53
|
*/
|
|
48
54
|
export declare class TerminateSessionCommand extends $Command<TerminateSessionCommandInput, TerminateSessionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -35,6 +35,15 @@ export interface UnlabelParameterVersionCommandOutput extends UnlabelParameterVe
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UnlabelParameterVersionCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // UnlabelParameterVersionResult
|
|
39
|
+
* // RemovedLabels: [ // ParameterLabelList
|
|
40
|
+
* // "STRING_VALUE",
|
|
41
|
+
* // ],
|
|
42
|
+
* // InvalidLabels: [
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
38
47
|
* ```
|
|
39
48
|
*
|
|
40
49
|
* @param UnlabelParameterVersionCommandInput - {@link UnlabelParameterVersionCommandInput}
|
|
@@ -56,6 +65,8 @@ export interface UnlabelParameterVersionCommandOutput extends UnlabelParameterVe
|
|
|
56
65
|
* @throws {@link TooManyUpdates} (client fault)
|
|
57
66
|
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
58
67
|
*
|
|
68
|
+
* @throws {@link SSMServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
59
70
|
*
|
|
60
71
|
*/
|
|
61
72
|
export declare class UnlabelParameterVersionCommand extends $Command<UnlabelParameterVersionCommandInput, UnlabelParameterVersionCommandOutput, SSMClientResolvedConfig> {
|