@aws-sdk/client-ssm 3.50.0 → 3.53.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 +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/SSMServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +881 -5
- package/dist-cjs/models/models_1.js +789 -5
- package/dist-cjs/models/models_2.js +29 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1611 -5052
- package/dist-es/index.js +1 -0
- package/dist-es/models/SSMServiceException.js +12 -0
- package/dist-es/models/models_0.js +813 -1
- package/dist-es/models/models_1.js +727 -1
- package/dist-es/models/models_2.js +27 -1
- package/dist-es/protocols/Aws_json1_1.js +3192 -5352
- package/dist-types/SSM.d.ts +2 -2
- package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/SSMServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +470 -200
- package/dist-types/models/models_1.d.ts +441 -222
- package/dist-types/models/models_2.d.ts +31 -20
- package/dist-types/ts3.4/SSM.d.ts +680 -0
- package/dist-types/ts3.4/SSMClient.d.ts +208 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +135 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/SSMServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3608 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3829 -0
- package/dist-types/ts3.4/models/models_2.d.ts +449 -0
- package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +47 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +407 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
|
|
4
|
+
import { AssociateOpsItemRelatedItemCommandInput, AssociateOpsItemRelatedItemCommandOutput } from "../commands/AssociateOpsItemRelatedItemCommand";
|
|
5
|
+
import { CancelCommandCommandInput, CancelCommandCommandOutput } from "../commands/CancelCommandCommand";
|
|
6
|
+
import { CancelMaintenanceWindowExecutionCommandInput, CancelMaintenanceWindowExecutionCommandOutput } from "../commands/CancelMaintenanceWindowExecutionCommand";
|
|
7
|
+
import { CreateActivationCommandInput, CreateActivationCommandOutput } from "../commands/CreateActivationCommand";
|
|
8
|
+
import { CreateAssociationBatchCommandInput, CreateAssociationBatchCommandOutput } from "../commands/CreateAssociationBatchCommand";
|
|
9
|
+
import { CreateAssociationCommandInput, CreateAssociationCommandOutput } from "../commands/CreateAssociationCommand";
|
|
10
|
+
import { CreateDocumentCommandInput, CreateDocumentCommandOutput } from "../commands/CreateDocumentCommand";
|
|
11
|
+
import { CreateMaintenanceWindowCommandInput, CreateMaintenanceWindowCommandOutput } from "../commands/CreateMaintenanceWindowCommand";
|
|
12
|
+
import { CreateOpsItemCommandInput, CreateOpsItemCommandOutput } from "../commands/CreateOpsItemCommand";
|
|
13
|
+
import { CreateOpsMetadataCommandInput, CreateOpsMetadataCommandOutput } from "../commands/CreateOpsMetadataCommand";
|
|
14
|
+
import { CreatePatchBaselineCommandInput, CreatePatchBaselineCommandOutput } from "../commands/CreatePatchBaselineCommand";
|
|
15
|
+
import { CreateResourceDataSyncCommandInput, CreateResourceDataSyncCommandOutput } from "../commands/CreateResourceDataSyncCommand";
|
|
16
|
+
import { DeleteActivationCommandInput, DeleteActivationCommandOutput } from "../commands/DeleteActivationCommand";
|
|
17
|
+
import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "../commands/DeleteAssociationCommand";
|
|
18
|
+
import { DeleteDocumentCommandInput, DeleteDocumentCommandOutput } from "../commands/DeleteDocumentCommand";
|
|
19
|
+
import { DeleteInventoryCommandInput, DeleteInventoryCommandOutput } from "../commands/DeleteInventoryCommand";
|
|
20
|
+
import { DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput } from "../commands/DeleteMaintenanceWindowCommand";
|
|
21
|
+
import { DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput } from "../commands/DeleteOpsMetadataCommand";
|
|
22
|
+
import { DeleteParameterCommandInput, DeleteParameterCommandOutput } from "../commands/DeleteParameterCommand";
|
|
23
|
+
import { DeleteParametersCommandInput, DeleteParametersCommandOutput } from "../commands/DeleteParametersCommand";
|
|
24
|
+
import { DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput } from "../commands/DeletePatchBaselineCommand";
|
|
25
|
+
import { DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput } from "../commands/DeleteResourceDataSyncCommand";
|
|
26
|
+
import { DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput } from "../commands/DeregisterManagedInstanceCommand";
|
|
27
|
+
import { DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput } from "../commands/DeregisterPatchBaselineForPatchGroupCommand";
|
|
28
|
+
import { DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput } from "../commands/DeregisterTargetFromMaintenanceWindowCommand";
|
|
29
|
+
import { DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput } from "../commands/DeregisterTaskFromMaintenanceWindowCommand";
|
|
30
|
+
import { DescribeActivationsCommandInput, DescribeActivationsCommandOutput } from "../commands/DescribeActivationsCommand";
|
|
31
|
+
import { DescribeAssociationCommandInput, DescribeAssociationCommandOutput } from "../commands/DescribeAssociationCommand";
|
|
32
|
+
import { DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput } from "../commands/DescribeAssociationExecutionsCommand";
|
|
33
|
+
import { DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput } from "../commands/DescribeAssociationExecutionTargetsCommand";
|
|
34
|
+
import { DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput } from "../commands/DescribeAutomationExecutionsCommand";
|
|
35
|
+
import { DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput } from "../commands/DescribeAutomationStepExecutionsCommand";
|
|
36
|
+
import { DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput } from "../commands/DescribeAvailablePatchesCommand";
|
|
37
|
+
import { DescribeDocumentCommandInput, DescribeDocumentCommandOutput } from "../commands/DescribeDocumentCommand";
|
|
38
|
+
import { DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput } from "../commands/DescribeDocumentPermissionCommand";
|
|
39
|
+
import { DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput } from "../commands/DescribeEffectiveInstanceAssociationsCommand";
|
|
40
|
+
import { DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput } from "../commands/DescribeEffectivePatchesForPatchBaselineCommand";
|
|
41
|
+
import { DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput } from "../commands/DescribeInstanceAssociationsStatusCommand";
|
|
42
|
+
import { DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput } from "../commands/DescribeInstanceInformationCommand";
|
|
43
|
+
import { DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput } from "../commands/DescribeInstancePatchesCommand";
|
|
44
|
+
import { DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput } from "../commands/DescribeInstancePatchStatesCommand";
|
|
45
|
+
import { DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput } from "../commands/DescribeInstancePatchStatesForPatchGroupCommand";
|
|
46
|
+
import { DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput } from "../commands/DescribeInventoryDeletionsCommand";
|
|
47
|
+
import { DescribeMaintenanceWindowExecutionsCommandInput, DescribeMaintenanceWindowExecutionsCommandOutput } from "../commands/DescribeMaintenanceWindowExecutionsCommand";
|
|
48
|
+
import { DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput } from "../commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
|
|
49
|
+
import { DescribeMaintenanceWindowExecutionTasksCommandInput, DescribeMaintenanceWindowExecutionTasksCommandOutput } from "../commands/DescribeMaintenanceWindowExecutionTasksCommand";
|
|
50
|
+
import { DescribeMaintenanceWindowScheduleCommandInput, DescribeMaintenanceWindowScheduleCommandOutput } from "../commands/DescribeMaintenanceWindowScheduleCommand";
|
|
51
|
+
import { DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput } from "../commands/DescribeMaintenanceWindowsCommand";
|
|
52
|
+
import { DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput } from "../commands/DescribeMaintenanceWindowsForTargetCommand";
|
|
53
|
+
import { DescribeMaintenanceWindowTargetsCommandInput, DescribeMaintenanceWindowTargetsCommandOutput } from "../commands/DescribeMaintenanceWindowTargetsCommand";
|
|
54
|
+
import { DescribeMaintenanceWindowTasksCommandInput, DescribeMaintenanceWindowTasksCommandOutput } from "../commands/DescribeMaintenanceWindowTasksCommand";
|
|
55
|
+
import { DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput } from "../commands/DescribeOpsItemsCommand";
|
|
56
|
+
import { DescribeParametersCommandInput, DescribeParametersCommandOutput } from "../commands/DescribeParametersCommand";
|
|
57
|
+
import { DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput } from "../commands/DescribePatchBaselinesCommand";
|
|
58
|
+
import { DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput } from "../commands/DescribePatchGroupsCommand";
|
|
59
|
+
import { DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput } from "../commands/DescribePatchGroupStateCommand";
|
|
60
|
+
import { DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput } from "../commands/DescribePatchPropertiesCommand";
|
|
61
|
+
import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "../commands/DescribeSessionsCommand";
|
|
62
|
+
import { DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput } from "../commands/DisassociateOpsItemRelatedItemCommand";
|
|
63
|
+
import { GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput } from "../commands/GetAutomationExecutionCommand";
|
|
64
|
+
import { GetCalendarStateCommandInput, GetCalendarStateCommandOutput } from "../commands/GetCalendarStateCommand";
|
|
65
|
+
import { GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput } from "../commands/GetCommandInvocationCommand";
|
|
66
|
+
import { GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput } from "../commands/GetConnectionStatusCommand";
|
|
67
|
+
import { GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput } from "../commands/GetDefaultPatchBaselineCommand";
|
|
68
|
+
import { GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput } from "../commands/GetDeployablePatchSnapshotForInstanceCommand";
|
|
69
|
+
import { GetDocumentCommandInput, GetDocumentCommandOutput } from "../commands/GetDocumentCommand";
|
|
70
|
+
import { GetInventoryCommandInput, GetInventoryCommandOutput } from "../commands/GetInventoryCommand";
|
|
71
|
+
import { GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput } from "../commands/GetInventorySchemaCommand";
|
|
72
|
+
import { GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput } from "../commands/GetMaintenanceWindowCommand";
|
|
73
|
+
import { GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput } from "../commands/GetMaintenanceWindowExecutionCommand";
|
|
74
|
+
import { GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput } from "../commands/GetMaintenanceWindowExecutionTaskCommand";
|
|
75
|
+
import { GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput } from "../commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
|
|
76
|
+
import { GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput } from "../commands/GetMaintenanceWindowTaskCommand";
|
|
77
|
+
import { GetOpsItemCommandInput, GetOpsItemCommandOutput } from "../commands/GetOpsItemCommand";
|
|
78
|
+
import { GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput } from "../commands/GetOpsMetadataCommand";
|
|
79
|
+
import { GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput } from "../commands/GetOpsSummaryCommand";
|
|
80
|
+
import { GetParameterCommandInput, GetParameterCommandOutput } from "../commands/GetParameterCommand";
|
|
81
|
+
import { GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput } from "../commands/GetParameterHistoryCommand";
|
|
82
|
+
import { GetParametersByPathCommandInput, GetParametersByPathCommandOutput } from "../commands/GetParametersByPathCommand";
|
|
83
|
+
import { GetParametersCommandInput, GetParametersCommandOutput } from "../commands/GetParametersCommand";
|
|
84
|
+
import { GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput } from "../commands/GetPatchBaselineCommand";
|
|
85
|
+
import { GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput } from "../commands/GetPatchBaselineForPatchGroupCommand";
|
|
86
|
+
import { GetServiceSettingCommandInput, GetServiceSettingCommandOutput } from "../commands/GetServiceSettingCommand";
|
|
87
|
+
import { LabelParameterVersionCommandInput, LabelParameterVersionCommandOutput } from "../commands/LabelParameterVersionCommand";
|
|
88
|
+
import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
|
|
89
|
+
import { ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput } from "../commands/ListAssociationVersionsCommand";
|
|
90
|
+
import { ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput } from "../commands/ListCommandInvocationsCommand";
|
|
91
|
+
import { ListCommandsCommandInput, ListCommandsCommandOutput } from "../commands/ListCommandsCommand";
|
|
92
|
+
import { ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput } from "../commands/ListComplianceItemsCommand";
|
|
93
|
+
import { ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput } from "../commands/ListComplianceSummariesCommand";
|
|
94
|
+
import { ListDocumentMetadataHistoryCommandInput, ListDocumentMetadataHistoryCommandOutput } from "../commands/ListDocumentMetadataHistoryCommand";
|
|
95
|
+
import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "../commands/ListDocumentsCommand";
|
|
96
|
+
import { ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput } from "../commands/ListDocumentVersionsCommand";
|
|
97
|
+
import { ListInventoryEntriesCommandInput, ListInventoryEntriesCommandOutput } from "../commands/ListInventoryEntriesCommand";
|
|
98
|
+
import { ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput } from "../commands/ListOpsItemEventsCommand";
|
|
99
|
+
import { ListOpsItemRelatedItemsCommandInput, ListOpsItemRelatedItemsCommandOutput } from "../commands/ListOpsItemRelatedItemsCommand";
|
|
100
|
+
import { ListOpsMetadataCommandInput, ListOpsMetadataCommandOutput } from "../commands/ListOpsMetadataCommand";
|
|
101
|
+
import { ListResourceComplianceSummariesCommandInput, ListResourceComplianceSummariesCommandOutput } from "../commands/ListResourceComplianceSummariesCommand";
|
|
102
|
+
import { ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput } from "../commands/ListResourceDataSyncCommand";
|
|
103
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
104
|
+
import { ModifyDocumentPermissionCommandInput, ModifyDocumentPermissionCommandOutput } from "../commands/ModifyDocumentPermissionCommand";
|
|
105
|
+
import { PutComplianceItemsCommandInput, PutComplianceItemsCommandOutput } from "../commands/PutComplianceItemsCommand";
|
|
106
|
+
import { PutInventoryCommandInput, PutInventoryCommandOutput } from "../commands/PutInventoryCommand";
|
|
107
|
+
import { PutParameterCommandInput, PutParameterCommandOutput } from "../commands/PutParameterCommand";
|
|
108
|
+
import { RegisterDefaultPatchBaselineCommandInput, RegisterDefaultPatchBaselineCommandOutput } from "../commands/RegisterDefaultPatchBaselineCommand";
|
|
109
|
+
import { RegisterPatchBaselineForPatchGroupCommandInput, RegisterPatchBaselineForPatchGroupCommandOutput } from "../commands/RegisterPatchBaselineForPatchGroupCommand";
|
|
110
|
+
import { RegisterTargetWithMaintenanceWindowCommandInput, RegisterTargetWithMaintenanceWindowCommandOutput } from "../commands/RegisterTargetWithMaintenanceWindowCommand";
|
|
111
|
+
import { RegisterTaskWithMaintenanceWindowCommandInput, RegisterTaskWithMaintenanceWindowCommandOutput } from "../commands/RegisterTaskWithMaintenanceWindowCommand";
|
|
112
|
+
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
|
|
113
|
+
import { ResetServiceSettingCommandInput, ResetServiceSettingCommandOutput } from "../commands/ResetServiceSettingCommand";
|
|
114
|
+
import { ResumeSessionCommandInput, ResumeSessionCommandOutput } from "../commands/ResumeSessionCommand";
|
|
115
|
+
import { SendAutomationSignalCommandInput, SendAutomationSignalCommandOutput } from "../commands/SendAutomationSignalCommand";
|
|
116
|
+
import { SendCommandCommandInput, SendCommandCommandOutput } from "../commands/SendCommandCommand";
|
|
117
|
+
import { StartAssociationsOnceCommandInput, StartAssociationsOnceCommandOutput } from "../commands/StartAssociationsOnceCommand";
|
|
118
|
+
import { StartAutomationExecutionCommandInput, StartAutomationExecutionCommandOutput } from "../commands/StartAutomationExecutionCommand";
|
|
119
|
+
import { StartChangeRequestExecutionCommandInput, StartChangeRequestExecutionCommandOutput } from "../commands/StartChangeRequestExecutionCommand";
|
|
120
|
+
import { StartSessionCommandInput, StartSessionCommandOutput } from "../commands/StartSessionCommand";
|
|
121
|
+
import { StopAutomationExecutionCommandInput, StopAutomationExecutionCommandOutput } from "../commands/StopAutomationExecutionCommand";
|
|
122
|
+
import { TerminateSessionCommandInput, TerminateSessionCommandOutput } from "../commands/TerminateSessionCommand";
|
|
123
|
+
import { UnlabelParameterVersionCommandInput, UnlabelParameterVersionCommandOutput } from "../commands/UnlabelParameterVersionCommand";
|
|
124
|
+
import { UpdateAssociationCommandInput, UpdateAssociationCommandOutput } from "../commands/UpdateAssociationCommand";
|
|
125
|
+
import { UpdateAssociationStatusCommandInput, UpdateAssociationStatusCommandOutput } from "../commands/UpdateAssociationStatusCommand";
|
|
126
|
+
import { UpdateDocumentCommandInput, UpdateDocumentCommandOutput } from "../commands/UpdateDocumentCommand";
|
|
127
|
+
import { UpdateDocumentDefaultVersionCommandInput, UpdateDocumentDefaultVersionCommandOutput } from "../commands/UpdateDocumentDefaultVersionCommand";
|
|
128
|
+
import { UpdateDocumentMetadataCommandInput, UpdateDocumentMetadataCommandOutput } from "../commands/UpdateDocumentMetadataCommand";
|
|
129
|
+
import { UpdateMaintenanceWindowCommandInput, UpdateMaintenanceWindowCommandOutput } from "../commands/UpdateMaintenanceWindowCommand";
|
|
130
|
+
import { UpdateMaintenanceWindowTargetCommandInput, UpdateMaintenanceWindowTargetCommandOutput } from "../commands/UpdateMaintenanceWindowTargetCommand";
|
|
131
|
+
import { UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput } from "../commands/UpdateMaintenanceWindowTaskCommand";
|
|
132
|
+
import { UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput } from "../commands/UpdateManagedInstanceRoleCommand";
|
|
133
|
+
import { UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput } from "../commands/UpdateOpsItemCommand";
|
|
134
|
+
import { UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput } from "../commands/UpdateOpsMetadataCommand";
|
|
135
|
+
import { UpdatePatchBaselineCommandInput, UpdatePatchBaselineCommandOutput } from "../commands/UpdatePatchBaselineCommand";
|
|
136
|
+
import { UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput } from "../commands/UpdateResourceDataSyncCommand";
|
|
137
|
+
import { UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput } from "../commands/UpdateServiceSettingCommand";
|
|
138
|
+
export declare const serializeAws_json1_1AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
export declare const serializeAws_json1_1AssociateOpsItemRelatedItemCommand: (input: AssociateOpsItemRelatedItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
export declare const serializeAws_json1_1CancelCommandCommand: (input: CancelCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
export declare const serializeAws_json1_1CancelMaintenanceWindowExecutionCommand: (input: CancelMaintenanceWindowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_json1_1CreateActivationCommand: (input: CreateActivationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
export declare const serializeAws_json1_1CreateAssociationCommand: (input: CreateAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
export declare const serializeAws_json1_1CreateAssociationBatchCommand: (input: CreateAssociationBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
export declare const serializeAws_json1_1CreateDocumentCommand: (input: CreateDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_json1_1CreateMaintenanceWindowCommand: (input: CreateMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
export declare const serializeAws_json1_1CreateOpsItemCommand: (input: CreateOpsItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
export declare const serializeAws_json1_1CreateOpsMetadataCommand: (input: CreateOpsMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
export declare const serializeAws_json1_1CreatePatchBaselineCommand: (input: CreatePatchBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_json1_1CreateResourceDataSyncCommand: (input: CreateResourceDataSyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
export declare const serializeAws_json1_1DeleteActivationCommand: (input: DeleteActivationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
+
export declare const serializeAws_json1_1DeleteAssociationCommand: (input: DeleteAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
export declare const serializeAws_json1_1DeleteDocumentCommand: (input: DeleteDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_json1_1DeleteInventoryCommand: (input: DeleteInventoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
export declare const serializeAws_json1_1DeleteMaintenanceWindowCommand: (input: DeleteMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
+
export declare const serializeAws_json1_1DeleteOpsMetadataCommand: (input: DeleteOpsMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
export declare const serializeAws_json1_1DeleteParameterCommand: (input: DeleteParameterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_json1_1DeleteParametersCommand: (input: DeleteParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
export declare const serializeAws_json1_1DeletePatchBaselineCommand: (input: DeletePatchBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
+
export declare const serializeAws_json1_1DeleteResourceDataSyncCommand: (input: DeleteResourceDataSyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
+
export declare const serializeAws_json1_1DeregisterManagedInstanceCommand: (input: DeregisterManagedInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_json1_1DeregisterPatchBaselineForPatchGroupCommand: (input: DeregisterPatchBaselineForPatchGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
export declare const serializeAws_json1_1DeregisterTargetFromMaintenanceWindowCommand: (input: DeregisterTargetFromMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
+
export declare const serializeAws_json1_1DeregisterTaskFromMaintenanceWindowCommand: (input: DeregisterTaskFromMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
export declare const serializeAws_json1_1DescribeActivationsCommand: (input: DescribeActivationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_1DescribeAssociationCommand: (input: DescribeAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
export declare const serializeAws_json1_1DescribeAssociationExecutionsCommand: (input: DescribeAssociationExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
+
export declare const serializeAws_json1_1DescribeAssociationExecutionTargetsCommand: (input: DescribeAssociationExecutionTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
+
export declare const serializeAws_json1_1DescribeAutomationExecutionsCommand: (input: DescribeAutomationExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_1DescribeAutomationStepExecutionsCommand: (input: DescribeAutomationStepExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
+
export declare const serializeAws_json1_1DescribeAvailablePatchesCommand: (input: DescribeAvailablePatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
export declare const serializeAws_json1_1DescribeDocumentCommand: (input: DescribeDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
export declare const serializeAws_json1_1DescribeDocumentPermissionCommand: (input: DescribeDocumentPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_json1_1DescribeEffectiveInstanceAssociationsCommand: (input: DescribeEffectiveInstanceAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
+
export declare const serializeAws_json1_1DescribeEffectivePatchesForPatchBaselineCommand: (input: DescribeEffectivePatchesForPatchBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
export declare const serializeAws_json1_1DescribeInstanceAssociationsStatusCommand: (input: DescribeInstanceAssociationsStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
+
export declare const serializeAws_json1_1DescribeInstanceInformationCommand: (input: DescribeInstanceInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_1DescribeInstancePatchesCommand: (input: DescribeInstancePatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
+
export declare const serializeAws_json1_1DescribeInstancePatchStatesCommand: (input: DescribeInstancePatchStatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
+
export declare const serializeAws_json1_1DescribeInstancePatchStatesForPatchGroupCommand: (input: DescribeInstancePatchStatesForPatchGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
export declare const serializeAws_json1_1DescribeInventoryDeletionsCommand: (input: DescribeInventoryDeletionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_json1_1DescribeMaintenanceWindowExecutionsCommand: (input: DescribeMaintenanceWindowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
+
export declare const serializeAws_json1_1DescribeMaintenanceWindowExecutionTaskInvocationsCommand: (input: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
+
export declare const serializeAws_json1_1DescribeMaintenanceWindowExecutionTasksCommand: (input: DescribeMaintenanceWindowExecutionTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
+
export declare const serializeAws_json1_1DescribeMaintenanceWindowsCommand: (input: DescribeMaintenanceWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_json1_1DescribeMaintenanceWindowScheduleCommand: (input: DescribeMaintenanceWindowScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
+
export declare const serializeAws_json1_1DescribeMaintenanceWindowsForTargetCommand: (input: DescribeMaintenanceWindowsForTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
+
export declare const serializeAws_json1_1DescribeMaintenanceWindowTargetsCommand: (input: DescribeMaintenanceWindowTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
export declare const serializeAws_json1_1DescribeMaintenanceWindowTasksCommand: (input: DescribeMaintenanceWindowTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_json1_1DescribeOpsItemsCommand: (input: DescribeOpsItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
+
export declare const serializeAws_json1_1DescribeParametersCommand: (input: DescribeParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
+
export declare const serializeAws_json1_1DescribePatchBaselinesCommand: (input: DescribePatchBaselinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
+
export declare const serializeAws_json1_1DescribePatchGroupsCommand: (input: DescribePatchGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_json1_1DescribePatchGroupStateCommand: (input: DescribePatchGroupStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
+
export declare const serializeAws_json1_1DescribePatchPropertiesCommand: (input: DescribePatchPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
+
export declare const serializeAws_json1_1DescribeSessionsCommand: (input: DescribeSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
+
export declare const serializeAws_json1_1DisassociateOpsItemRelatedItemCommand: (input: DisassociateOpsItemRelatedItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_json1_1GetAutomationExecutionCommand: (input: GetAutomationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
+
export declare const serializeAws_json1_1GetCalendarStateCommand: (input: GetCalendarStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
+
export declare const serializeAws_json1_1GetCommandInvocationCommand: (input: GetCommandInvocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
+
export declare const serializeAws_json1_1GetConnectionStatusCommand: (input: GetConnectionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_1GetDefaultPatchBaselineCommand: (input: GetDefaultPatchBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
+
export declare const serializeAws_json1_1GetDeployablePatchSnapshotForInstanceCommand: (input: GetDeployablePatchSnapshotForInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
+
export declare const serializeAws_json1_1GetDocumentCommand: (input: GetDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
+
export declare const serializeAws_json1_1GetInventoryCommand: (input: GetInventoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1GetInventorySchemaCommand: (input: GetInventorySchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
|
+
export declare const serializeAws_json1_1GetMaintenanceWindowCommand: (input: GetMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
|
+
export declare const serializeAws_json1_1GetMaintenanceWindowExecutionCommand: (input: GetMaintenanceWindowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
|
+
export declare const serializeAws_json1_1GetMaintenanceWindowExecutionTaskCommand: (input: GetMaintenanceWindowExecutionTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_1GetMaintenanceWindowExecutionTaskInvocationCommand: (input: GetMaintenanceWindowExecutionTaskInvocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
+
export declare const serializeAws_json1_1GetMaintenanceWindowTaskCommand: (input: GetMaintenanceWindowTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
+
export declare const serializeAws_json1_1GetOpsItemCommand: (input: GetOpsItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
+
export declare const serializeAws_json1_1GetOpsMetadataCommand: (input: GetOpsMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_1GetOpsSummaryCommand: (input: GetOpsSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
|
+
export declare const serializeAws_json1_1GetParameterCommand: (input: GetParameterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
+
export declare const serializeAws_json1_1GetParameterHistoryCommand: (input: GetParameterHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
|
+
export declare const serializeAws_json1_1GetParametersCommand: (input: GetParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1GetParametersByPathCommand: (input: GetParametersByPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
+
export declare const serializeAws_json1_1GetPatchBaselineCommand: (input: GetPatchBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
+
export declare const serializeAws_json1_1GetPatchBaselineForPatchGroupCommand: (input: GetPatchBaselineForPatchGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
+
export declare const serializeAws_json1_1GetServiceSettingCommand: (input: GetServiceSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1LabelParameterVersionCommand: (input: LabelParameterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
|
+
export declare const serializeAws_json1_1ListAssociationsCommand: (input: ListAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
|
+
export declare const serializeAws_json1_1ListAssociationVersionsCommand: (input: ListAssociationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
|
+
export declare const serializeAws_json1_1ListCommandInvocationsCommand: (input: ListCommandInvocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1ListCommandsCommand: (input: ListCommandsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
227
|
+
export declare const serializeAws_json1_1ListComplianceItemsCommand: (input: ListComplianceItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
+
export declare const serializeAws_json1_1ListComplianceSummariesCommand: (input: ListComplianceSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
+
export declare const serializeAws_json1_1ListDocumentMetadataHistoryCommand: (input: ListDocumentMetadataHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1ListDocumentsCommand: (input: ListDocumentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
|
+
export declare const serializeAws_json1_1ListDocumentVersionsCommand: (input: ListDocumentVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
+
export declare const serializeAws_json1_1ListInventoryEntriesCommand: (input: ListInventoryEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
+
export declare const serializeAws_json1_1ListOpsItemEventsCommand: (input: ListOpsItemEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1ListOpsItemRelatedItemsCommand: (input: ListOpsItemRelatedItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
|
+
export declare const serializeAws_json1_1ListOpsMetadataCommand: (input: ListOpsMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
|
+
export declare const serializeAws_json1_1ListResourceComplianceSummariesCommand: (input: ListResourceComplianceSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
+
export declare const serializeAws_json1_1ListResourceDataSyncCommand: (input: ListResourceDataSyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
|
+
export declare const serializeAws_json1_1ModifyDocumentPermissionCommand: (input: ModifyDocumentPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
|
+
export declare const serializeAws_json1_1PutComplianceItemsCommand: (input: PutComplianceItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
+
export declare const serializeAws_json1_1PutInventoryCommand: (input: PutInventoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1PutParameterCommand: (input: PutParameterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
243
|
+
export declare const serializeAws_json1_1RegisterDefaultPatchBaselineCommand: (input: RegisterDefaultPatchBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
+
export declare const serializeAws_json1_1RegisterPatchBaselineForPatchGroupCommand: (input: RegisterPatchBaselineForPatchGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
|
+
export declare const serializeAws_json1_1RegisterTargetWithMaintenanceWindowCommand: (input: RegisterTargetWithMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1RegisterTaskWithMaintenanceWindowCommand: (input: RegisterTaskWithMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
247
|
+
export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
248
|
+
export declare const serializeAws_json1_1ResetServiceSettingCommand: (input: ResetServiceSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
+
export declare const serializeAws_json1_1ResumeSessionCommand: (input: ResumeSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1SendAutomationSignalCommand: (input: SendAutomationSignalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
251
|
+
export declare const serializeAws_json1_1SendCommandCommand: (input: SendCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
252
|
+
export declare const serializeAws_json1_1StartAssociationsOnceCommand: (input: StartAssociationsOnceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
|
+
export declare const serializeAws_json1_1StartAutomationExecutionCommand: (input: StartAutomationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1StartChangeRequestExecutionCommand: (input: StartChangeRequestExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
255
|
+
export declare const serializeAws_json1_1StartSessionCommand: (input: StartSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
+
export declare const serializeAws_json1_1StopAutomationExecutionCommand: (input: StopAutomationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
|
+
export declare const serializeAws_json1_1TerminateSessionCommand: (input: TerminateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1UnlabelParameterVersionCommand: (input: UnlabelParameterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
|
+
export declare const serializeAws_json1_1UpdateAssociationCommand: (input: UpdateAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
|
+
export declare const serializeAws_json1_1UpdateAssociationStatusCommand: (input: UpdateAssociationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
export declare const serializeAws_json1_1UpdateDocumentCommand: (input: UpdateDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1UpdateDocumentDefaultVersionCommand: (input: UpdateDocumentDefaultVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
|
+
export declare const serializeAws_json1_1UpdateDocumentMetadataCommand: (input: UpdateDocumentMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
+
export declare const serializeAws_json1_1UpdateMaintenanceWindowCommand: (input: UpdateMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
265
|
+
export declare const serializeAws_json1_1UpdateMaintenanceWindowTargetCommand: (input: UpdateMaintenanceWindowTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1UpdateMaintenanceWindowTaskCommand: (input: UpdateMaintenanceWindowTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
267
|
+
export declare const serializeAws_json1_1UpdateManagedInstanceRoleCommand: (input: UpdateManagedInstanceRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
|
+
export declare const serializeAws_json1_1UpdateOpsItemCommand: (input: UpdateOpsItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
+
export declare const serializeAws_json1_1UpdateOpsMetadataCommand: (input: UpdateOpsMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1UpdatePatchBaselineCommand: (input: UpdatePatchBaselineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
271
|
+
export declare const serializeAws_json1_1UpdateResourceDataSyncCommand: (input: UpdateResourceDataSyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
|
+
export declare const serializeAws_json1_1UpdateServiceSettingCommand: (input: UpdateServiceSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
+
export declare const deserializeAws_json1_1AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
|
|
274
|
+
export declare const deserializeAws_json1_1AssociateOpsItemRelatedItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateOpsItemRelatedItemCommandOutput>;
|
|
275
|
+
export declare const deserializeAws_json1_1CancelCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelCommandCommandOutput>;
|
|
276
|
+
export declare const deserializeAws_json1_1CancelMaintenanceWindowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMaintenanceWindowExecutionCommandOutput>;
|
|
277
|
+
export declare const deserializeAws_json1_1CreateActivationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateActivationCommandOutput>;
|
|
278
|
+
export declare const deserializeAws_json1_1CreateAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssociationCommandOutput>;
|
|
279
|
+
export declare const deserializeAws_json1_1CreateAssociationBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssociationBatchCommandOutput>;
|
|
280
|
+
export declare const deserializeAws_json1_1CreateDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentCommandOutput>;
|
|
281
|
+
export declare const deserializeAws_json1_1CreateMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMaintenanceWindowCommandOutput>;
|
|
282
|
+
export declare const deserializeAws_json1_1CreateOpsItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOpsItemCommandOutput>;
|
|
283
|
+
export declare const deserializeAws_json1_1CreateOpsMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOpsMetadataCommandOutput>;
|
|
284
|
+
export declare const deserializeAws_json1_1CreatePatchBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePatchBaselineCommandOutput>;
|
|
285
|
+
export declare const deserializeAws_json1_1CreateResourceDataSyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceDataSyncCommandOutput>;
|
|
286
|
+
export declare const deserializeAws_json1_1DeleteActivationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteActivationCommandOutput>;
|
|
287
|
+
export declare const deserializeAws_json1_1DeleteAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssociationCommandOutput>;
|
|
288
|
+
export declare const deserializeAws_json1_1DeleteDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentCommandOutput>;
|
|
289
|
+
export declare const deserializeAws_json1_1DeleteInventoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInventoryCommandOutput>;
|
|
290
|
+
export declare const deserializeAws_json1_1DeleteMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMaintenanceWindowCommandOutput>;
|
|
291
|
+
export declare const deserializeAws_json1_1DeleteOpsMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOpsMetadataCommandOutput>;
|
|
292
|
+
export declare const deserializeAws_json1_1DeleteParameterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteParameterCommandOutput>;
|
|
293
|
+
export declare const deserializeAws_json1_1DeleteParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteParametersCommandOutput>;
|
|
294
|
+
export declare const deserializeAws_json1_1DeletePatchBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePatchBaselineCommandOutput>;
|
|
295
|
+
export declare const deserializeAws_json1_1DeleteResourceDataSyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceDataSyncCommandOutput>;
|
|
296
|
+
export declare const deserializeAws_json1_1DeregisterManagedInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterManagedInstanceCommandOutput>;
|
|
297
|
+
export declare const deserializeAws_json1_1DeregisterPatchBaselineForPatchGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterPatchBaselineForPatchGroupCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_json1_1DeregisterTargetFromMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTargetFromMaintenanceWindowCommandOutput>;
|
|
299
|
+
export declare const deserializeAws_json1_1DeregisterTaskFromMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTaskFromMaintenanceWindowCommandOutput>;
|
|
300
|
+
export declare const deserializeAws_json1_1DescribeActivationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActivationsCommandOutput>;
|
|
301
|
+
export declare const deserializeAws_json1_1DescribeAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssociationCommandOutput>;
|
|
302
|
+
export declare const deserializeAws_json1_1DescribeAssociationExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssociationExecutionsCommandOutput>;
|
|
303
|
+
export declare const deserializeAws_json1_1DescribeAssociationExecutionTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssociationExecutionTargetsCommandOutput>;
|
|
304
|
+
export declare const deserializeAws_json1_1DescribeAutomationExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutomationExecutionsCommandOutput>;
|
|
305
|
+
export declare const deserializeAws_json1_1DescribeAutomationStepExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutomationStepExecutionsCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_json1_1DescribeAvailablePatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAvailablePatchesCommandOutput>;
|
|
307
|
+
export declare const deserializeAws_json1_1DescribeDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentCommandOutput>;
|
|
308
|
+
export declare const deserializeAws_json1_1DescribeDocumentPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentPermissionCommandOutput>;
|
|
309
|
+
export declare const deserializeAws_json1_1DescribeEffectiveInstanceAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEffectiveInstanceAssociationsCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_json1_1DescribeEffectivePatchesForPatchBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEffectivePatchesForPatchBaselineCommandOutput>;
|
|
311
|
+
export declare const deserializeAws_json1_1DescribeInstanceAssociationsStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceAssociationsStatusCommandOutput>;
|
|
312
|
+
export declare const deserializeAws_json1_1DescribeInstanceInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceInformationCommandOutput>;
|
|
313
|
+
export declare const deserializeAws_json1_1DescribeInstancePatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstancePatchesCommandOutput>;
|
|
314
|
+
export declare const deserializeAws_json1_1DescribeInstancePatchStatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstancePatchStatesCommandOutput>;
|
|
315
|
+
export declare const deserializeAws_json1_1DescribeInstancePatchStatesForPatchGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstancePatchStatesForPatchGroupCommandOutput>;
|
|
316
|
+
export declare const deserializeAws_json1_1DescribeInventoryDeletionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInventoryDeletionsCommandOutput>;
|
|
317
|
+
export declare const deserializeAws_json1_1DescribeMaintenanceWindowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceWindowExecutionsCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_json1_1DescribeMaintenanceWindowExecutionTaskInvocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput>;
|
|
319
|
+
export declare const deserializeAws_json1_1DescribeMaintenanceWindowExecutionTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceWindowExecutionTasksCommandOutput>;
|
|
320
|
+
export declare const deserializeAws_json1_1DescribeMaintenanceWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceWindowsCommandOutput>;
|
|
321
|
+
export declare const deserializeAws_json1_1DescribeMaintenanceWindowScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceWindowScheduleCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_json1_1DescribeMaintenanceWindowsForTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceWindowsForTargetCommandOutput>;
|
|
323
|
+
export declare const deserializeAws_json1_1DescribeMaintenanceWindowTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceWindowTargetsCommandOutput>;
|
|
324
|
+
export declare const deserializeAws_json1_1DescribeMaintenanceWindowTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceWindowTasksCommandOutput>;
|
|
325
|
+
export declare const deserializeAws_json1_1DescribeOpsItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOpsItemsCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_json1_1DescribeParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeParametersCommandOutput>;
|
|
327
|
+
export declare const deserializeAws_json1_1DescribePatchBaselinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePatchBaselinesCommandOutput>;
|
|
328
|
+
export declare const deserializeAws_json1_1DescribePatchGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePatchGroupsCommandOutput>;
|
|
329
|
+
export declare const deserializeAws_json1_1DescribePatchGroupStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePatchGroupStateCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_json1_1DescribePatchPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePatchPropertiesCommandOutput>;
|
|
331
|
+
export declare const deserializeAws_json1_1DescribeSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSessionsCommandOutput>;
|
|
332
|
+
export declare const deserializeAws_json1_1DisassociateOpsItemRelatedItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateOpsItemRelatedItemCommandOutput>;
|
|
333
|
+
export declare const deserializeAws_json1_1GetAutomationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomationExecutionCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_json1_1GetCalendarStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalendarStateCommandOutput>;
|
|
335
|
+
export declare const deserializeAws_json1_1GetCommandInvocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommandInvocationCommandOutput>;
|
|
336
|
+
export declare const deserializeAws_json1_1GetConnectionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionStatusCommandOutput>;
|
|
337
|
+
export declare const deserializeAws_json1_1GetDefaultPatchBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDefaultPatchBaselineCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_json1_1GetDeployablePatchSnapshotForInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeployablePatchSnapshotForInstanceCommandOutput>;
|
|
339
|
+
export declare const deserializeAws_json1_1GetDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentCommandOutput>;
|
|
340
|
+
export declare const deserializeAws_json1_1GetInventoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInventoryCommandOutput>;
|
|
341
|
+
export declare const deserializeAws_json1_1GetInventorySchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInventorySchemaCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_json1_1GetMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMaintenanceWindowCommandOutput>;
|
|
343
|
+
export declare const deserializeAws_json1_1GetMaintenanceWindowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMaintenanceWindowExecutionCommandOutput>;
|
|
344
|
+
export declare const deserializeAws_json1_1GetMaintenanceWindowExecutionTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMaintenanceWindowExecutionTaskCommandOutput>;
|
|
345
|
+
export declare const deserializeAws_json1_1GetMaintenanceWindowExecutionTaskInvocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMaintenanceWindowExecutionTaskInvocationCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_json1_1GetMaintenanceWindowTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMaintenanceWindowTaskCommandOutput>;
|
|
347
|
+
export declare const deserializeAws_json1_1GetOpsItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOpsItemCommandOutput>;
|
|
348
|
+
export declare const deserializeAws_json1_1GetOpsMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOpsMetadataCommandOutput>;
|
|
349
|
+
export declare const deserializeAws_json1_1GetOpsSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOpsSummaryCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_json1_1GetParameterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParameterCommandOutput>;
|
|
351
|
+
export declare const deserializeAws_json1_1GetParameterHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParameterHistoryCommandOutput>;
|
|
352
|
+
export declare const deserializeAws_json1_1GetParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParametersCommandOutput>;
|
|
353
|
+
export declare const deserializeAws_json1_1GetParametersByPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParametersByPathCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_json1_1GetPatchBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPatchBaselineCommandOutput>;
|
|
355
|
+
export declare const deserializeAws_json1_1GetPatchBaselineForPatchGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPatchBaselineForPatchGroupCommandOutput>;
|
|
356
|
+
export declare const deserializeAws_json1_1GetServiceSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSettingCommandOutput>;
|
|
357
|
+
export declare const deserializeAws_json1_1LabelParameterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LabelParameterVersionCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_json1_1ListAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociationsCommandOutput>;
|
|
359
|
+
export declare const deserializeAws_json1_1ListAssociationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociationVersionsCommandOutput>;
|
|
360
|
+
export declare const deserializeAws_json1_1ListCommandInvocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCommandInvocationsCommandOutput>;
|
|
361
|
+
export declare const deserializeAws_json1_1ListCommandsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCommandsCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_json1_1ListComplianceItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComplianceItemsCommandOutput>;
|
|
363
|
+
export declare const deserializeAws_json1_1ListComplianceSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComplianceSummariesCommandOutput>;
|
|
364
|
+
export declare const deserializeAws_json1_1ListDocumentMetadataHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentMetadataHistoryCommandOutput>;
|
|
365
|
+
export declare const deserializeAws_json1_1ListDocumentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentsCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_json1_1ListDocumentVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentVersionsCommandOutput>;
|
|
367
|
+
export declare const deserializeAws_json1_1ListInventoryEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInventoryEntriesCommandOutput>;
|
|
368
|
+
export declare const deserializeAws_json1_1ListOpsItemEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpsItemEventsCommandOutput>;
|
|
369
|
+
export declare const deserializeAws_json1_1ListOpsItemRelatedItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpsItemRelatedItemsCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_json1_1ListOpsMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpsMetadataCommandOutput>;
|
|
371
|
+
export declare const deserializeAws_json1_1ListResourceComplianceSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceComplianceSummariesCommandOutput>;
|
|
372
|
+
export declare const deserializeAws_json1_1ListResourceDataSyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceDataSyncCommandOutput>;
|
|
373
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_json1_1ModifyDocumentPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDocumentPermissionCommandOutput>;
|
|
375
|
+
export declare const deserializeAws_json1_1PutComplianceItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutComplianceItemsCommandOutput>;
|
|
376
|
+
export declare const deserializeAws_json1_1PutInventoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInventoryCommandOutput>;
|
|
377
|
+
export declare const deserializeAws_json1_1PutParameterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutParameterCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_json1_1RegisterDefaultPatchBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDefaultPatchBaselineCommandOutput>;
|
|
379
|
+
export declare const deserializeAws_json1_1RegisterPatchBaselineForPatchGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterPatchBaselineForPatchGroupCommandOutput>;
|
|
380
|
+
export declare const deserializeAws_json1_1RegisterTargetWithMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTargetWithMaintenanceWindowCommandOutput>;
|
|
381
|
+
export declare const deserializeAws_json1_1RegisterTaskWithMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTaskWithMaintenanceWindowCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
|
|
383
|
+
export declare const deserializeAws_json1_1ResetServiceSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetServiceSettingCommandOutput>;
|
|
384
|
+
export declare const deserializeAws_json1_1ResumeSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeSessionCommandOutput>;
|
|
385
|
+
export declare const deserializeAws_json1_1SendAutomationSignalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendAutomationSignalCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_json1_1SendCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendCommandCommandOutput>;
|
|
387
|
+
export declare const deserializeAws_json1_1StartAssociationsOnceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAssociationsOnceCommandOutput>;
|
|
388
|
+
export declare const deserializeAws_json1_1StartAutomationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAutomationExecutionCommandOutput>;
|
|
389
|
+
export declare const deserializeAws_json1_1StartChangeRequestExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChangeRequestExecutionCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_1StartSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSessionCommandOutput>;
|
|
391
|
+
export declare const deserializeAws_json1_1StopAutomationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopAutomationExecutionCommandOutput>;
|
|
392
|
+
export declare const deserializeAws_json1_1TerminateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateSessionCommandOutput>;
|
|
393
|
+
export declare const deserializeAws_json1_1UnlabelParameterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnlabelParameterVersionCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_1UpdateAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssociationCommandOutput>;
|
|
395
|
+
export declare const deserializeAws_json1_1UpdateAssociationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssociationStatusCommandOutput>;
|
|
396
|
+
export declare const deserializeAws_json1_1UpdateDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentCommandOutput>;
|
|
397
|
+
export declare const deserializeAws_json1_1UpdateDocumentDefaultVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentDefaultVersionCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_1UpdateDocumentMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentMetadataCommandOutput>;
|
|
399
|
+
export declare const deserializeAws_json1_1UpdateMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMaintenanceWindowCommandOutput>;
|
|
400
|
+
export declare const deserializeAws_json1_1UpdateMaintenanceWindowTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMaintenanceWindowTargetCommandOutput>;
|
|
401
|
+
export declare const deserializeAws_json1_1UpdateMaintenanceWindowTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMaintenanceWindowTaskCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1UpdateManagedInstanceRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateManagedInstanceRoleCommandOutput>;
|
|
403
|
+
export declare const deserializeAws_json1_1UpdateOpsItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOpsItemCommandOutput>;
|
|
404
|
+
export declare const deserializeAws_json1_1UpdateOpsMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOpsMetadataCommandOutput>;
|
|
405
|
+
export declare const deserializeAws_json1_1UpdatePatchBaselineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePatchBaselineCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_1UpdateResourceDataSyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceDataSyncCommandOutput>;
|
|
407
|
+
export declare const deserializeAws_json1_1UpdateServiceSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSettingCommandOutput>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { SSMClientConfig } from "./SSMClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { SSMClientConfig } from "./SSMClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { SSMClientConfig } from "./SSMClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { SSMClientConfig } from "./SSMClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForCommandExecuted";
|