@aws-sdk/client-ssm 3.39.0 → 3.43.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/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +1 -2
- package/dist-cjs/endpoints.js +151 -26
- package/dist-cjs/models/models_0.js +36 -18
- package/dist-cjs/models/models_1.js +29 -13
- package/dist-cjs/models/models_2.js +8 -1
- package/dist-cjs/protocols/Aws_json1_1.js +31 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/UpdateMaintenanceWindowCommand.js +1 -2
- package/dist-es/endpoints.js +151 -26
- package/dist-es/models/models_0.js +25 -16
- package/dist-es/models/models_1.js +22 -16
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +41 -15
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/SSMClient.d.ts +8 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDocumentCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
- package/dist-types/commands/GetInventoryCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/PutInventoryCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/dist-types/commands/SendCommandCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +46 -81
- package/dist-types/models/models_1.d.ts +84 -87
- package/dist-types/models/models_2.d.ts +79 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/SSMClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +24 -39
- package/dist-types/ts3.4/models/models_1.d.ts +36 -33
- package/dist-types/ts3.4/models/models_2.d.ts +32 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +24 -24
|
@@ -29,7 +29,7 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DescribeInstanceInformationCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DescribeInstanceInformationCommandOutput} 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 DescribeInstanceInformationCommand extends $Command<DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -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> {
|
|
@@ -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> {
|
|
@@ -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> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeMaintenanceWindowsCommandOutput extends DescribeMainten
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeMaintenanceWindowsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeMaintenanceWindowsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeMaintenanceWindowsCommand extends $Command<DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeMaintenanceWindowsForTargetCommandOutput extends Descri
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeMaintenanceWindowsForTargetCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeMaintenanceWindowsForTargetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeMaintenanceWindowsForTargetCommand extends $Command<DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeOpsItemsCommandOutput extends DescribeOpsItemsResponse,
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeOpsItemsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeOpsItemsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeOpsItemsCommand extends $Command<DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface DescribeParametersCommandOutput extends DescribeParametersResul
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link DescribeParametersCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link DescribeParametersCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class DescribeParametersCommand extends $Command<DescribeParametersCommandInput, DescribeParametersCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribePatchBaselinesCommandOutput extends DescribePatchBaseli
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribePatchBaselinesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribePatchBaselinesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribePatchBaselinesCommand extends $Command<DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribePatchGroupStateCommandOutput extends DescribePatchGroup
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribePatchGroupStateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribePatchGroupStateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribePatchGroupStateCommand extends $Command<DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribePatchGroupsCommandOutput extends DescribePatchGroupsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribePatchGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribePatchGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribePatchGroupsCommand extends $Command<DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -83,7 +83,7 @@ export interface DescribePatchPropertiesCommandOutput extends DescribePatchPrope
|
|
|
83
83
|
*
|
|
84
84
|
* @see {@link DescribePatchPropertiesCommandInput} for command's `input` shape.
|
|
85
85
|
* @see {@link DescribePatchPropertiesCommandOutput} for command's `response` shape.
|
|
86
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
86
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribePatchPropertiesCommand extends $Command<DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeSessionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeSessionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeSessionsCommand extends $Command<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DisassociateOpsItemRelatedItemCommandOutput extends Disassociat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DisassociateOpsItemRelatedItemCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DisassociateOpsItemRelatedItemCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DisassociateOpsItemRelatedItemCommand extends $Command<DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAutomationExecutionCommandOutput extends GetAutomationExecut
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAutomationExecutionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAutomationExecutionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAutomationExecutionCommand extends $Command<GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetCalendarStateCommandOutput extends GetCalendarStateResponse,
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetCalendarStateCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetCalendarStateCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetCalendarStateCommand extends $Command<GetCalendarStateCommandInput, GetCalendarStateCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetCommandInvocationCommandOutput extends GetCommandInvocationR
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetCommandInvocationCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetCommandInvocationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetCommandInvocationCommand extends $Command<GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetConnectionStatusCommandOutput extends GetConnectionStatusRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetConnectionStatusCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetConnectionStatusCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetConnectionStatusCommand extends $Command<GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetDefaultPatchBaselineCommandOutput extends GetDefaultPatchBas
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetDefaultPatchBaselineCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetDefaultPatchBaselineCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetDefaultPatchBaselineCommand extends $Command<GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetDeployablePatchSnapshotForInstanceCommandOutput extends GetD
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetDeployablePatchSnapshotForInstanceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetDeployablePatchSnapshotForInstanceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetDeployablePatchSnapshotForInstanceCommand extends $Command<GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDocumentCommandOutput extends GetDocumentResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDocumentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDocumentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDocumentCommand extends $Command<GetDocumentCommandInput, GetDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetInventoryCommandOutput extends GetInventoryResult, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetInventoryCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetInventoryCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetInventoryCommand extends $Command<GetInventoryCommandInput, GetInventoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetInventorySchemaCommandOutput extends GetInventorySchemaResul
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetInventorySchemaCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetInventorySchemaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetInventorySchemaCommand extends $Command<GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMaintenanceWindowCommandOutput extends GetMaintenanceWindowR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMaintenanceWindowCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMaintenanceWindowCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMaintenanceWindowCommand extends $Command<GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMaintenanceWindowExecutionCommandOutput extends GetMaintenan
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMaintenanceWindowExecutionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMaintenanceWindowExecutionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMaintenanceWindowExecutionCommand extends $Command<GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetMaintenanceWindowExecutionTaskCommandOutput extends GetMaint
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetMaintenanceWindowExecutionTaskCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetMaintenanceWindowExecutionTaskCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetMaintenanceWindowExecutionTaskCommand extends $Command<GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMaintenanceWindowExecutionTaskInvocationCommandOutput extend
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMaintenanceWindowExecutionTaskInvocationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMaintenanceWindowExecutionTaskInvocationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMaintenanceWindowExecutionTaskInvocationCommand extends $Command<GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetMaintenanceWindowTaskCommandOutput extends GetMaintenanceWin
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetMaintenanceWindowTaskCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetMaintenanceWindowTaskCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetMaintenanceWindowTaskCommand extends $Command<GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataB
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetOpsItemCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetOpsItemCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetOpsItemCommand extends $Command<GetOpsItemCommandInput, GetOpsItemCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetOpsMetadataCommandOutput extends GetOpsMetadataResult, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetOpsMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetOpsMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetOpsMetadataCommand extends $Command<GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetOpsSummaryCommandOutput extends GetOpsSummaryResult, __Metad
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetOpsSummaryCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetOpsSummaryCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetOpsSummaryCommand extends $Command<GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetParameterCommandOutput extends GetParameterResult, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetParameterCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetParameterCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetParameterCommand extends $Command<GetParameterCommandInput, GetParameterCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetParameterHistoryCommandOutput extends GetParameterHistoryRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetParameterHistoryCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetParameterHistoryCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetParameterHistoryCommand extends $Command<GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetParametersByPathCommandOutput extends GetParametersByPathRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetParametersByPathCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetParametersByPathCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetParametersByPathCommand extends $Command<GetParametersByPathCommandInput, GetParametersByPathCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetParametersCommandOutput extends GetParametersResult, __Metad
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetParametersCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetParametersCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetParametersCommand extends $Command<GetParametersCommandInput, GetParametersCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetPatchBaselineCommandOutput extends GetPatchBaselineResult, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetPatchBaselineCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetPatchBaselineCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetPatchBaselineCommand extends $Command<GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetPatchBaselineForPatchGroupCommandOutput extends GetPatchBase
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetPatchBaselineForPatchGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetPatchBaselineForPatchGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetPatchBaselineForPatchGroupCommand extends $Command<GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface GetServiceSettingCommandOutput extends GetServiceSettingResult,
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link GetServiceSettingCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link GetServiceSettingCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class GetServiceSettingCommand extends $Command<GetServiceSettingCommandInput, GetServiceSettingCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -56,7 +56,7 @@ export interface LabelParameterVersionCommandOutput extends LabelParameterVersio
|
|
|
56
56
|
*
|
|
57
57
|
* @see {@link LabelParameterVersionCommandInput} for command's `input` shape.
|
|
58
58
|
* @see {@link LabelParameterVersionCommandOutput} for command's `response` shape.
|
|
59
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
59
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
export declare class LabelParameterVersionCommand extends $Command<LabelParameterVersionCommandInput, LabelParameterVersionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAssociationVersionsCommandOutput extends ListAssociationVer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAssociationVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAssociationVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListAssociationVersionsCommand extends $Command<ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListAssociationsCommandOutput extends ListAssociationsResult, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListAssociationsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListAssociationsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListAssociationsCommand extends $Command<ListAssociationsCommandInput, ListAssociationsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListCommandInvocationsCommandOutput extends ListCommandInvocati
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListCommandInvocationsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListCommandInvocationsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListCommandInvocationsCommand extends $Command<ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListCommandsCommandOutput extends ListCommandsResult, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListCommandsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListCommandsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListCommandsCommand extends $Command<ListCommandsCommandInput, ListCommandsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListComplianceItemsCommandOutput extends ListComplianceItemsRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListComplianceItemsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListComplianceItemsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListComplianceItemsCommand extends $Command<ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListComplianceSummariesCommandOutput extends ListComplianceSumm
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListComplianceSummariesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListComplianceSummariesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListComplianceSummariesCommand extends $Command<ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDocumentMetadataHistoryCommandOutput extends ListDocumentMe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDocumentMetadataHistoryCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDocumentMetadataHistoryCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDocumentMetadataHistoryCommand extends $Command<ListDocumentMetadataHistoryCommandInput, ListDocumentMetadataHistoryCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDocumentVersionsCommandOutput extends ListDocumentVersionsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDocumentVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDocumentVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDocumentVersionsCommand extends $Command<ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListDocumentsCommandOutput extends ListDocumentsResult, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListDocumentsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListDocumentsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListDocumentsCommand extends $Command<ListDocumentsCommandInput, ListDocumentsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInventoryEntriesCommandOutput extends ListInventoryEntriesR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInventoryEntriesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInventoryEntriesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInventoryEntriesCommand extends $Command<ListInventoryEntriesCommandInput, ListInventoryEntriesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListOpsItemEventsCommandOutput extends ListOpsItemEventsRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListOpsItemEventsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListOpsItemEventsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSMClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListOpsItemEventsCommand extends $Command<ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput, SSMClientResolvedConfig> {
|