@depup/aws-sdk__client-ssm 3.1010.0-depup.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/LICENSE +201 -0
- package/README.md +39 -0
- package/changes.json +42 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +3267 -0
- package/dist-cjs/models/SSMServiceException.js +12 -0
- package/dist-cjs/models/errors.js +2059 -0
- package/dist-cjs/runtimeConfig.browser.js +38 -0
- package/dist-cjs/runtimeConfig.js +53 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +44 -0
- package/dist-cjs/schemas/schemas_0.js +5616 -0
- package/dist-es/SSM.js +405 -0
- package/dist-es/SSMClient.js +50 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +16 -0
- package/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +16 -0
- package/dist-es/commands/CancelCommandCommand.js +16 -0
- package/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +16 -0
- package/dist-es/commands/CreateActivationCommand.js +16 -0
- package/dist-es/commands/CreateAssociationBatchCommand.js +16 -0
- package/dist-es/commands/CreateAssociationCommand.js +16 -0
- package/dist-es/commands/CreateDocumentCommand.js +16 -0
- package/dist-es/commands/CreateMaintenanceWindowCommand.js +16 -0
- package/dist-es/commands/CreateOpsItemCommand.js +16 -0
- package/dist-es/commands/CreateOpsMetadataCommand.js +16 -0
- package/dist-es/commands/CreatePatchBaselineCommand.js +16 -0
- package/dist-es/commands/CreateResourceDataSyncCommand.js +16 -0
- package/dist-es/commands/DeleteActivationCommand.js +16 -0
- package/dist-es/commands/DeleteAssociationCommand.js +16 -0
- package/dist-es/commands/DeleteDocumentCommand.js +16 -0
- package/dist-es/commands/DeleteInventoryCommand.js +16 -0
- package/dist-es/commands/DeleteMaintenanceWindowCommand.js +16 -0
- package/dist-es/commands/DeleteOpsItemCommand.js +16 -0
- package/dist-es/commands/DeleteOpsMetadataCommand.js +16 -0
- package/dist-es/commands/DeleteParameterCommand.js +16 -0
- package/dist-es/commands/DeleteParametersCommand.js +16 -0
- package/dist-es/commands/DeletePatchBaselineCommand.js +16 -0
- package/dist-es/commands/DeleteResourceDataSyncCommand.js +16 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +16 -0
- package/dist-es/commands/DeregisterManagedInstanceCommand.js +16 -0
- package/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +16 -0
- package/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +16 -0
- package/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +16 -0
- package/dist-es/commands/DescribeActivationsCommand.js +16 -0
- package/dist-es/commands/DescribeAssociationCommand.js +16 -0
- package/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +16 -0
- package/dist-es/commands/DescribeAssociationExecutionsCommand.js +16 -0
- package/dist-es/commands/DescribeAutomationExecutionsCommand.js +16 -0
- package/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +16 -0
- package/dist-es/commands/DescribeAvailablePatchesCommand.js +16 -0
- package/dist-es/commands/DescribeDocumentCommand.js +16 -0
- package/dist-es/commands/DescribeDocumentPermissionCommand.js +16 -0
- package/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +16 -0
- package/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +16 -0
- package/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +16 -0
- package/dist-es/commands/DescribeInstanceInformationCommand.js +16 -0
- package/dist-es/commands/DescribeInstancePatchStatesCommand.js +16 -0
- package/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +16 -0
- package/dist-es/commands/DescribeInstancePatchesCommand.js +16 -0
- package/dist-es/commands/DescribeInstancePropertiesCommand.js +16 -0
- package/dist-es/commands/DescribeInventoryDeletionsCommand.js +16 -0
- package/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +16 -0
- package/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +16 -0
- package/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +16 -0
- package/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +16 -0
- package/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +16 -0
- package/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +16 -0
- package/dist-es/commands/DescribeMaintenanceWindowsCommand.js +16 -0
- package/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +16 -0
- package/dist-es/commands/DescribeOpsItemsCommand.js +16 -0
- package/dist-es/commands/DescribeParametersCommand.js +16 -0
- package/dist-es/commands/DescribePatchBaselinesCommand.js +16 -0
- package/dist-es/commands/DescribePatchGroupStateCommand.js +16 -0
- package/dist-es/commands/DescribePatchGroupsCommand.js +16 -0
- package/dist-es/commands/DescribePatchPropertiesCommand.js +16 -0
- package/dist-es/commands/DescribeSessionsCommand.js +16 -0
- package/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +16 -0
- package/dist-es/commands/GetAccessTokenCommand.js +16 -0
- package/dist-es/commands/GetAutomationExecutionCommand.js +16 -0
- package/dist-es/commands/GetCalendarStateCommand.js +16 -0
- package/dist-es/commands/GetCommandInvocationCommand.js +16 -0
- package/dist-es/commands/GetConnectionStatusCommand.js +16 -0
- package/dist-es/commands/GetDefaultPatchBaselineCommand.js +16 -0
- package/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +16 -0
- package/dist-es/commands/GetDocumentCommand.js +16 -0
- package/dist-es/commands/GetExecutionPreviewCommand.js +16 -0
- package/dist-es/commands/GetInventoryCommand.js +16 -0
- package/dist-es/commands/GetInventorySchemaCommand.js +16 -0
- package/dist-es/commands/GetMaintenanceWindowCommand.js +16 -0
- package/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +16 -0
- package/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +16 -0
- package/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +16 -0
- package/dist-es/commands/GetMaintenanceWindowTaskCommand.js +16 -0
- package/dist-es/commands/GetOpsItemCommand.js +16 -0
- package/dist-es/commands/GetOpsMetadataCommand.js +16 -0
- package/dist-es/commands/GetOpsSummaryCommand.js +16 -0
- package/dist-es/commands/GetParameterCommand.js +16 -0
- package/dist-es/commands/GetParameterHistoryCommand.js +16 -0
- package/dist-es/commands/GetParametersByPathCommand.js +16 -0
- package/dist-es/commands/GetParametersCommand.js +16 -0
- package/dist-es/commands/GetPatchBaselineCommand.js +16 -0
- package/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +16 -0
- package/dist-es/commands/GetResourcePoliciesCommand.js +16 -0
- package/dist-es/commands/GetServiceSettingCommand.js +16 -0
- package/dist-es/commands/LabelParameterVersionCommand.js +16 -0
- package/dist-es/commands/ListAssociationVersionsCommand.js +16 -0
- package/dist-es/commands/ListAssociationsCommand.js +16 -0
- package/dist-es/commands/ListCommandInvocationsCommand.js +16 -0
- package/dist-es/commands/ListCommandsCommand.js +16 -0
- package/dist-es/commands/ListComplianceItemsCommand.js +16 -0
- package/dist-es/commands/ListComplianceSummariesCommand.js +16 -0
- package/dist-es/commands/ListDocumentMetadataHistoryCommand.js +16 -0
- package/dist-es/commands/ListDocumentVersionsCommand.js +16 -0
- package/dist-es/commands/ListDocumentsCommand.js +16 -0
- package/dist-es/commands/ListInventoryEntriesCommand.js +16 -0
- package/dist-es/commands/ListNodesCommand.js +16 -0
- package/dist-es/commands/ListNodesSummaryCommand.js +16 -0
- package/dist-es/commands/ListOpsItemEventsCommand.js +16 -0
- package/dist-es/commands/ListOpsItemRelatedItemsCommand.js +16 -0
- package/dist-es/commands/ListOpsMetadataCommand.js +16 -0
- package/dist-es/commands/ListResourceComplianceSummariesCommand.js +16 -0
- package/dist-es/commands/ListResourceDataSyncCommand.js +16 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +16 -0
- package/dist-es/commands/ModifyDocumentPermissionCommand.js +16 -0
- package/dist-es/commands/PutComplianceItemsCommand.js +16 -0
- package/dist-es/commands/PutInventoryCommand.js +16 -0
- package/dist-es/commands/PutParameterCommand.js +16 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +16 -0
- package/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +16 -0
- package/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +16 -0
- package/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +16 -0
- package/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +16 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +16 -0
- package/dist-es/commands/ResetServiceSettingCommand.js +16 -0
- package/dist-es/commands/ResumeSessionCommand.js +16 -0
- package/dist-es/commands/SendAutomationSignalCommand.js +16 -0
- package/dist-es/commands/SendCommandCommand.js +16 -0
- package/dist-es/commands/StartAccessRequestCommand.js +16 -0
- package/dist-es/commands/StartAssociationsOnceCommand.js +16 -0
- package/dist-es/commands/StartAutomationExecutionCommand.js +16 -0
- package/dist-es/commands/StartChangeRequestExecutionCommand.js +16 -0
- package/dist-es/commands/StartExecutionPreviewCommand.js +16 -0
- package/dist-es/commands/StartSessionCommand.js +16 -0
- package/dist-es/commands/StopAutomationExecutionCommand.js +16 -0
- package/dist-es/commands/TerminateSessionCommand.js +16 -0
- package/dist-es/commands/UnlabelParameterVersionCommand.js +16 -0
- package/dist-es/commands/UpdateAssociationCommand.js +16 -0
- package/dist-es/commands/UpdateAssociationStatusCommand.js +16 -0
- package/dist-es/commands/UpdateDocumentCommand.js +16 -0
- package/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +16 -0
- package/dist-es/commands/UpdateDocumentMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateMaintenanceWindowCommand.js +16 -0
- package/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +16 -0
- package/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +16 -0
- package/dist-es/commands/UpdateManagedInstanceRoleCommand.js +16 -0
- package/dist-es/commands/UpdateOpsItemCommand.js +16 -0
- package/dist-es/commands/UpdateOpsMetadataCommand.js +16 -0
- package/dist-es/commands/UpdatePatchBaselineCommand.js +16 -0
- package/dist-es/commands/UpdateResourceDataSyncCommand.js +16 -0
- package/dist-es/commands/UpdateServiceSettingCommand.js +16 -0
- package/dist-es/commands/index.js +146 -0
- package/dist-es/endpoint/EndpointParameters.js +13 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +11 -0
- package/dist-es/models/SSMServiceException.js +8 -0
- package/dist-es/models/enums.js +674 -0
- package/dist-es/models/errors.js +1915 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/pagination/DescribeActivationsPaginator.js +4 -0
- package/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +4 -0
- package/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +4 -0
- package/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +4 -0
- package/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +4 -0
- package/dist-es/pagination/DescribeAvailablePatchesPaginator.js +4 -0
- package/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +4 -0
- package/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +4 -0
- package/dist-es/pagination/DescribeInstanceInformationPaginator.js +4 -0
- package/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +4 -0
- package/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +4 -0
- package/dist-es/pagination/DescribeInstancePatchesPaginator.js +4 -0
- package/dist-es/pagination/DescribeInstancePropertiesPaginator.js +4 -0
- package/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +4 -0
- package/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +4 -0
- package/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +4 -0
- package/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +4 -0
- package/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +4 -0
- package/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +4 -0
- package/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +4 -0
- package/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +4 -0
- package/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +4 -0
- package/dist-es/pagination/DescribeOpsItemsPaginator.js +4 -0
- package/dist-es/pagination/DescribeParametersPaginator.js +4 -0
- package/dist-es/pagination/DescribePatchBaselinesPaginator.js +4 -0
- package/dist-es/pagination/DescribePatchGroupsPaginator.js +4 -0
- package/dist-es/pagination/DescribePatchPropertiesPaginator.js +4 -0
- package/dist-es/pagination/DescribeSessionsPaginator.js +4 -0
- package/dist-es/pagination/GetInventoryPaginator.js +4 -0
- package/dist-es/pagination/GetInventorySchemaPaginator.js +4 -0
- package/dist-es/pagination/GetOpsSummaryPaginator.js +4 -0
- package/dist-es/pagination/GetParameterHistoryPaginator.js +4 -0
- package/dist-es/pagination/GetParametersByPathPaginator.js +4 -0
- package/dist-es/pagination/GetResourcePoliciesPaginator.js +4 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAssociationVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListCommandInvocationsPaginator.js +4 -0
- package/dist-es/pagination/ListCommandsPaginator.js +4 -0
- package/dist-es/pagination/ListComplianceItemsPaginator.js +4 -0
- package/dist-es/pagination/ListComplianceSummariesPaginator.js +4 -0
- package/dist-es/pagination/ListDocumentVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListDocumentsPaginator.js +4 -0
- package/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/dist-es/pagination/ListOpsItemEventsPaginator.js +4 -0
- package/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +4 -0
- package/dist-es/pagination/ListOpsMetadataPaginator.js +4 -0
- package/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceDataSyncPaginator.js +4 -0
- package/dist-es/pagination/index.js +51 -0
- package/dist-es/runtimeConfig.browser.js +33 -0
- package/dist-es/runtimeConfig.js +48 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +40 -0
- package/dist-es/runtimeExtensions.js +9 -0
- package/dist-es/schemas/schemas_0.js +5599 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForCommandExecuted.js +97 -0
- package/dist-types/SSM.d.ts +1456 -0
- package/dist-types/SSMClient.d.ts +370 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +142 -0
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +98 -0
- package/dist-types/commands/CancelCommandCommand.d.ts +105 -0
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +85 -0
- package/dist-types/commands/CreateActivationCommand.d.ts +107 -0
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +407 -0
- package/dist-types/commands/CreateAssociationCommand.d.ts +347 -0
- package/dist-types/commands/CreateDocumentCommand.d.ts +196 -0
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +111 -0
- package/dist-types/commands/CreateOpsItemCommand.d.ts +131 -0
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +103 -0
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +149 -0
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +131 -0
- package/dist-types/commands/DeleteActivationCommand.d.ts +88 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +112 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +93 -0
- package/dist-types/commands/DeleteInventoryCommand.d.ts +106 -0
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +77 -0
- package/dist-types/commands/DeleteOpsItemCommand.d.ts +106 -0
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +81 -0
- package/dist-types/commands/DeleteParameterCommand.d.ts +84 -0
- package/dist-types/commands/DeleteParametersCommand.d.ts +85 -0
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +81 -0
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +84 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +111 -0
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +101 -0
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +82 -0
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +90 -0
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +85 -0
- package/dist-types/commands/DescribeActivationsCommand.d.ts +114 -0
- package/dist-types/commands/DescribeAssociationCommand.d.ts +226 -0
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +111 -0
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +118 -0
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +220 -0
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +200 -0
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +123 -0
- package/dist-types/commands/DescribeDocumentCommand.d.ts +151 -0
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +105 -0
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +110 -0
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +133 -0
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +122 -0
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +163 -0
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +111 -0
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +122 -0
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +125 -0
- package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +167 -0
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +107 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +111 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +119 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +99 -0
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +109 -0
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +111 -0
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +142 -0
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +94 -0
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +118 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +147 -0
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +95 -0
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +92 -0
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +98 -0
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +155 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +111 -0
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +92 -0
- package/dist-types/commands/GetAccessTokenCommand.d.ts +97 -0
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +283 -0
- package/dist-types/commands/GetCalendarStateCommand.d.ts +100 -0
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +137 -0
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +79 -0
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +81 -0
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +152 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +113 -0
- package/dist-types/commands/GetExecutionPreviewCommand.d.ts +101 -0
- package/dist-types/commands/GetInventoryCommand.d.ts +162 -0
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +101 -0
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +97 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +90 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +119 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +96 -0
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +174 -0
- package/dist-types/commands/GetOpsItemCommand.d.ts +128 -0
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +91 -0
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +159 -0
- package/dist-types/commands/GetParameterCommand.d.ts +109 -0
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +128 -0
- package/dist-types/commands/GetParametersByPathCommand.d.ts +128 -0
- package/dist-types/commands/GetParametersCommand.d.ts +105 -0
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +143 -0
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +80 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +93 -0
- package/dist-types/commands/GetServiceSettingCommand.d.ts +102 -0
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +143 -0
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +169 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +125 -0
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +164 -0
- package/dist-types/commands/ListCommandsCommand.d.ts +179 -0
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +127 -0
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +122 -0
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +114 -0
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +99 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +132 -0
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +127 -0
- package/dist-types/commands/ListNodesCommand.d.ts +126 -0
- package/dist-types/commands/ListNodesSummaryCommand.d.ts +167 -0
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +111 -0
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +110 -0
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +99 -0
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +131 -0
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +132 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -0
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +104 -0
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +179 -0
- package/dist-types/commands/PutInventoryCommand.d.ts +150 -0
- package/dist-types/commands/PutParameterCommand.d.ts +157 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +136 -0
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +90 -0
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +98 -0
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +106 -0
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +180 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +89 -0
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +105 -0
- package/dist-types/commands/ResumeSessionCommand.d.ts +90 -0
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +93 -0
- package/dist-types/commands/SendCommandCommand.d.ts +236 -0
- package/dist-types/commands/StartAccessRequestCommand.d.ts +109 -0
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +81 -0
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +176 -0
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +192 -0
- package/dist-types/commands/StartExecutionPreviewCommand.d.ts +159 -0
- package/dist-types/commands/StartSessionCommand.d.ts +105 -0
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +83 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +78 -0
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +104 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +337 -0
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +234 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +189 -0
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +96 -0
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +104 -0
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +114 -0
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +133 -0
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +303 -0
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +98 -0
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +131 -0
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +99 -0
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +194 -0
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +111 -0
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +96 -0
- package/dist-types/commands/index.d.ts +146 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +50 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +56 -0
- package/dist-types/models/SSMServiceException.d.ts +14 -0
- package/dist-types/models/enums.d.ts +1458 -0
- package/dist-types/models/errors.d.ts +1953 -0
- package/dist-types/models/models_0.d.ts +10900 -0
- package/dist-types/models/models_1.d.ts +6478 -0
- package/dist-types/pagination/DescribeActivationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeParametersPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetInventoryPaginator.d.ts +7 -0
- package/dist-types/pagination/GetInventorySchemaPaginator.d.ts +7 -0
- package/dist-types/pagination/GetOpsSummaryPaginator.d.ts +7 -0
- package/dist-types/pagination/GetParameterHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/GetParametersByPathPaginator.d.ts +7 -0
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCommandsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComplianceItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDocumentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOpsMetadataPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +51 -0
- package/dist-types/runtimeConfig.browser.d.ts +55 -0
- package/dist-types/runtimeConfig.d.ts +55 -0
- package/dist-types/runtimeConfig.native.d.ts +54 -0
- package/dist-types/runtimeConfig.shared.d.ts +27 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/schemas/schemas_0.d.ts +755 -0
- package/dist-types/ts3.4/SSM.d.ts +2996 -0
- package/dist-types/ts3.4/SSMClient.d.ts +992 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +146 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +14 -0
- package/dist-types/ts3.4/models/SSMServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/enums.d.ts +844 -0
- package/dist-types/ts3.4/models/errors.d.ts +1191 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1991 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1151 -0
- package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstancePropertiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +51 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +95 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +755 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForCommandExecuted.d.ts +14 -0
- package/package.json +156 -0
package/dist-es/SSM.js
ADDED
|
@@ -0,0 +1,405 @@
|
|
|
1
|
+
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
+
import { AddTagsToResourceCommand, } from "./commands/AddTagsToResourceCommand";
|
|
3
|
+
import { AssociateOpsItemRelatedItemCommand, } from "./commands/AssociateOpsItemRelatedItemCommand";
|
|
4
|
+
import { CancelCommandCommand, } from "./commands/CancelCommandCommand";
|
|
5
|
+
import { CancelMaintenanceWindowExecutionCommand, } from "./commands/CancelMaintenanceWindowExecutionCommand";
|
|
6
|
+
import { CreateActivationCommand, } from "./commands/CreateActivationCommand";
|
|
7
|
+
import { CreateAssociationBatchCommand, } from "./commands/CreateAssociationBatchCommand";
|
|
8
|
+
import { CreateAssociationCommand, } from "./commands/CreateAssociationCommand";
|
|
9
|
+
import { CreateDocumentCommand, } from "./commands/CreateDocumentCommand";
|
|
10
|
+
import { CreateMaintenanceWindowCommand, } from "./commands/CreateMaintenanceWindowCommand";
|
|
11
|
+
import { CreateOpsItemCommand, } from "./commands/CreateOpsItemCommand";
|
|
12
|
+
import { CreateOpsMetadataCommand, } from "./commands/CreateOpsMetadataCommand";
|
|
13
|
+
import { CreatePatchBaselineCommand, } from "./commands/CreatePatchBaselineCommand";
|
|
14
|
+
import { CreateResourceDataSyncCommand, } from "./commands/CreateResourceDataSyncCommand";
|
|
15
|
+
import { DeleteActivationCommand, } from "./commands/DeleteActivationCommand";
|
|
16
|
+
import { DeleteAssociationCommand, } from "./commands/DeleteAssociationCommand";
|
|
17
|
+
import { DeleteDocumentCommand, } from "./commands/DeleteDocumentCommand";
|
|
18
|
+
import { DeleteInventoryCommand, } from "./commands/DeleteInventoryCommand";
|
|
19
|
+
import { DeleteMaintenanceWindowCommand, } from "./commands/DeleteMaintenanceWindowCommand";
|
|
20
|
+
import { DeleteOpsItemCommand, } from "./commands/DeleteOpsItemCommand";
|
|
21
|
+
import { DeleteOpsMetadataCommand, } from "./commands/DeleteOpsMetadataCommand";
|
|
22
|
+
import { DeleteParameterCommand, } from "./commands/DeleteParameterCommand";
|
|
23
|
+
import { DeleteParametersCommand, } from "./commands/DeleteParametersCommand";
|
|
24
|
+
import { DeletePatchBaselineCommand, } from "./commands/DeletePatchBaselineCommand";
|
|
25
|
+
import { DeleteResourceDataSyncCommand, } from "./commands/DeleteResourceDataSyncCommand";
|
|
26
|
+
import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
|
|
27
|
+
import { DeregisterManagedInstanceCommand, } from "./commands/DeregisterManagedInstanceCommand";
|
|
28
|
+
import { DeregisterPatchBaselineForPatchGroupCommand, } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
|
|
29
|
+
import { DeregisterTargetFromMaintenanceWindowCommand, } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
|
|
30
|
+
import { DeregisterTaskFromMaintenanceWindowCommand, } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
|
|
31
|
+
import { DescribeActivationsCommand, } from "./commands/DescribeActivationsCommand";
|
|
32
|
+
import { DescribeAssociationCommand, } from "./commands/DescribeAssociationCommand";
|
|
33
|
+
import { DescribeAssociationExecutionsCommand, } from "./commands/DescribeAssociationExecutionsCommand";
|
|
34
|
+
import { DescribeAssociationExecutionTargetsCommand, } from "./commands/DescribeAssociationExecutionTargetsCommand";
|
|
35
|
+
import { DescribeAutomationExecutionsCommand, } from "./commands/DescribeAutomationExecutionsCommand";
|
|
36
|
+
import { DescribeAutomationStepExecutionsCommand, } from "./commands/DescribeAutomationStepExecutionsCommand";
|
|
37
|
+
import { DescribeAvailablePatchesCommand, } from "./commands/DescribeAvailablePatchesCommand";
|
|
38
|
+
import { DescribeDocumentCommand, } from "./commands/DescribeDocumentCommand";
|
|
39
|
+
import { DescribeDocumentPermissionCommand, } from "./commands/DescribeDocumentPermissionCommand";
|
|
40
|
+
import { DescribeEffectiveInstanceAssociationsCommand, } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
|
|
41
|
+
import { DescribeEffectivePatchesForPatchBaselineCommand, } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
|
|
42
|
+
import { DescribeInstanceAssociationsStatusCommand, } from "./commands/DescribeInstanceAssociationsStatusCommand";
|
|
43
|
+
import { DescribeInstanceInformationCommand, } from "./commands/DescribeInstanceInformationCommand";
|
|
44
|
+
import { DescribeInstancePatchesCommand, } from "./commands/DescribeInstancePatchesCommand";
|
|
45
|
+
import { DescribeInstancePatchStatesCommand, } from "./commands/DescribeInstancePatchStatesCommand";
|
|
46
|
+
import { DescribeInstancePatchStatesForPatchGroupCommand, } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
|
|
47
|
+
import { DescribeInstancePropertiesCommand, } from "./commands/DescribeInstancePropertiesCommand";
|
|
48
|
+
import { DescribeInventoryDeletionsCommand, } from "./commands/DescribeInventoryDeletionsCommand";
|
|
49
|
+
import { DescribeMaintenanceWindowExecutionsCommand, } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
|
|
50
|
+
import { DescribeMaintenanceWindowExecutionTaskInvocationsCommand, } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
|
|
51
|
+
import { DescribeMaintenanceWindowExecutionTasksCommand, } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
|
|
52
|
+
import { DescribeMaintenanceWindowScheduleCommand, } from "./commands/DescribeMaintenanceWindowScheduleCommand";
|
|
53
|
+
import { DescribeMaintenanceWindowsCommand, } from "./commands/DescribeMaintenanceWindowsCommand";
|
|
54
|
+
import { DescribeMaintenanceWindowsForTargetCommand, } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
|
|
55
|
+
import { DescribeMaintenanceWindowTargetsCommand, } from "./commands/DescribeMaintenanceWindowTargetsCommand";
|
|
56
|
+
import { DescribeMaintenanceWindowTasksCommand, } from "./commands/DescribeMaintenanceWindowTasksCommand";
|
|
57
|
+
import { DescribeOpsItemsCommand, } from "./commands/DescribeOpsItemsCommand";
|
|
58
|
+
import { DescribeParametersCommand, } from "./commands/DescribeParametersCommand";
|
|
59
|
+
import { DescribePatchBaselinesCommand, } from "./commands/DescribePatchBaselinesCommand";
|
|
60
|
+
import { DescribePatchGroupsCommand, } from "./commands/DescribePatchGroupsCommand";
|
|
61
|
+
import { DescribePatchGroupStateCommand, } from "./commands/DescribePatchGroupStateCommand";
|
|
62
|
+
import { DescribePatchPropertiesCommand, } from "./commands/DescribePatchPropertiesCommand";
|
|
63
|
+
import { DescribeSessionsCommand, } from "./commands/DescribeSessionsCommand";
|
|
64
|
+
import { DisassociateOpsItemRelatedItemCommand, } from "./commands/DisassociateOpsItemRelatedItemCommand";
|
|
65
|
+
import { GetAccessTokenCommand, } from "./commands/GetAccessTokenCommand";
|
|
66
|
+
import { GetAutomationExecutionCommand, } from "./commands/GetAutomationExecutionCommand";
|
|
67
|
+
import { GetCalendarStateCommand, } from "./commands/GetCalendarStateCommand";
|
|
68
|
+
import { GetCommandInvocationCommand, } from "./commands/GetCommandInvocationCommand";
|
|
69
|
+
import { GetConnectionStatusCommand, } from "./commands/GetConnectionStatusCommand";
|
|
70
|
+
import { GetDefaultPatchBaselineCommand, } from "./commands/GetDefaultPatchBaselineCommand";
|
|
71
|
+
import { GetDeployablePatchSnapshotForInstanceCommand, } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
|
|
72
|
+
import { GetDocumentCommand } from "./commands/GetDocumentCommand";
|
|
73
|
+
import { GetExecutionPreviewCommand, } from "./commands/GetExecutionPreviewCommand";
|
|
74
|
+
import { GetInventoryCommand, } from "./commands/GetInventoryCommand";
|
|
75
|
+
import { GetInventorySchemaCommand, } from "./commands/GetInventorySchemaCommand";
|
|
76
|
+
import { GetMaintenanceWindowCommand, } from "./commands/GetMaintenanceWindowCommand";
|
|
77
|
+
import { GetMaintenanceWindowExecutionCommand, } from "./commands/GetMaintenanceWindowExecutionCommand";
|
|
78
|
+
import { GetMaintenanceWindowExecutionTaskCommand, } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
|
|
79
|
+
import { GetMaintenanceWindowExecutionTaskInvocationCommand, } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
|
|
80
|
+
import { GetMaintenanceWindowTaskCommand, } from "./commands/GetMaintenanceWindowTaskCommand";
|
|
81
|
+
import { GetOpsItemCommand } from "./commands/GetOpsItemCommand";
|
|
82
|
+
import { GetOpsMetadataCommand, } from "./commands/GetOpsMetadataCommand";
|
|
83
|
+
import { GetOpsSummaryCommand, } from "./commands/GetOpsSummaryCommand";
|
|
84
|
+
import { GetParameterCommand, } from "./commands/GetParameterCommand";
|
|
85
|
+
import { GetParameterHistoryCommand, } from "./commands/GetParameterHistoryCommand";
|
|
86
|
+
import { GetParametersByPathCommand, } from "./commands/GetParametersByPathCommand";
|
|
87
|
+
import { GetParametersCommand, } from "./commands/GetParametersCommand";
|
|
88
|
+
import { GetPatchBaselineCommand, } from "./commands/GetPatchBaselineCommand";
|
|
89
|
+
import { GetPatchBaselineForPatchGroupCommand, } from "./commands/GetPatchBaselineForPatchGroupCommand";
|
|
90
|
+
import { GetResourcePoliciesCommand, } from "./commands/GetResourcePoliciesCommand";
|
|
91
|
+
import { GetServiceSettingCommand, } from "./commands/GetServiceSettingCommand";
|
|
92
|
+
import { LabelParameterVersionCommand, } from "./commands/LabelParameterVersionCommand";
|
|
93
|
+
import { ListAssociationsCommand, } from "./commands/ListAssociationsCommand";
|
|
94
|
+
import { ListAssociationVersionsCommand, } from "./commands/ListAssociationVersionsCommand";
|
|
95
|
+
import { ListCommandInvocationsCommand, } from "./commands/ListCommandInvocationsCommand";
|
|
96
|
+
import { ListCommandsCommand, } from "./commands/ListCommandsCommand";
|
|
97
|
+
import { ListComplianceItemsCommand, } from "./commands/ListComplianceItemsCommand";
|
|
98
|
+
import { ListComplianceSummariesCommand, } from "./commands/ListComplianceSummariesCommand";
|
|
99
|
+
import { ListDocumentMetadataHistoryCommand, } from "./commands/ListDocumentMetadataHistoryCommand";
|
|
100
|
+
import { ListDocumentsCommand, } from "./commands/ListDocumentsCommand";
|
|
101
|
+
import { ListDocumentVersionsCommand, } from "./commands/ListDocumentVersionsCommand";
|
|
102
|
+
import { ListInventoryEntriesCommand, } from "./commands/ListInventoryEntriesCommand";
|
|
103
|
+
import { ListNodesCommand } from "./commands/ListNodesCommand";
|
|
104
|
+
import { ListNodesSummaryCommand, } from "./commands/ListNodesSummaryCommand";
|
|
105
|
+
import { ListOpsItemEventsCommand, } from "./commands/ListOpsItemEventsCommand";
|
|
106
|
+
import { ListOpsItemRelatedItemsCommand, } from "./commands/ListOpsItemRelatedItemsCommand";
|
|
107
|
+
import { ListOpsMetadataCommand, } from "./commands/ListOpsMetadataCommand";
|
|
108
|
+
import { ListResourceComplianceSummariesCommand, } from "./commands/ListResourceComplianceSummariesCommand";
|
|
109
|
+
import { ListResourceDataSyncCommand, } from "./commands/ListResourceDataSyncCommand";
|
|
110
|
+
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
111
|
+
import { ModifyDocumentPermissionCommand, } from "./commands/ModifyDocumentPermissionCommand";
|
|
112
|
+
import { PutComplianceItemsCommand, } from "./commands/PutComplianceItemsCommand";
|
|
113
|
+
import { PutInventoryCommand, } from "./commands/PutInventoryCommand";
|
|
114
|
+
import { PutParameterCommand, } from "./commands/PutParameterCommand";
|
|
115
|
+
import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
116
|
+
import { RegisterDefaultPatchBaselineCommand, } from "./commands/RegisterDefaultPatchBaselineCommand";
|
|
117
|
+
import { RegisterPatchBaselineForPatchGroupCommand, } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
|
|
118
|
+
import { RegisterTargetWithMaintenanceWindowCommand, } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
|
|
119
|
+
import { RegisterTaskWithMaintenanceWindowCommand, } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
|
|
120
|
+
import { RemoveTagsFromResourceCommand, } from "./commands/RemoveTagsFromResourceCommand";
|
|
121
|
+
import { ResetServiceSettingCommand, } from "./commands/ResetServiceSettingCommand";
|
|
122
|
+
import { ResumeSessionCommand, } from "./commands/ResumeSessionCommand";
|
|
123
|
+
import { SendAutomationSignalCommand, } from "./commands/SendAutomationSignalCommand";
|
|
124
|
+
import { SendCommandCommand } from "./commands/SendCommandCommand";
|
|
125
|
+
import { StartAccessRequestCommand, } from "./commands/StartAccessRequestCommand";
|
|
126
|
+
import { StartAssociationsOnceCommand, } from "./commands/StartAssociationsOnceCommand";
|
|
127
|
+
import { StartAutomationExecutionCommand, } from "./commands/StartAutomationExecutionCommand";
|
|
128
|
+
import { StartChangeRequestExecutionCommand, } from "./commands/StartChangeRequestExecutionCommand";
|
|
129
|
+
import { StartExecutionPreviewCommand, } from "./commands/StartExecutionPreviewCommand";
|
|
130
|
+
import { StartSessionCommand, } from "./commands/StartSessionCommand";
|
|
131
|
+
import { StopAutomationExecutionCommand, } from "./commands/StopAutomationExecutionCommand";
|
|
132
|
+
import { TerminateSessionCommand, } from "./commands/TerminateSessionCommand";
|
|
133
|
+
import { UnlabelParameterVersionCommand, } from "./commands/UnlabelParameterVersionCommand";
|
|
134
|
+
import { UpdateAssociationCommand, } from "./commands/UpdateAssociationCommand";
|
|
135
|
+
import { UpdateAssociationStatusCommand, } from "./commands/UpdateAssociationStatusCommand";
|
|
136
|
+
import { UpdateDocumentCommand, } from "./commands/UpdateDocumentCommand";
|
|
137
|
+
import { UpdateDocumentDefaultVersionCommand, } from "./commands/UpdateDocumentDefaultVersionCommand";
|
|
138
|
+
import { UpdateDocumentMetadataCommand, } from "./commands/UpdateDocumentMetadataCommand";
|
|
139
|
+
import { UpdateMaintenanceWindowCommand, } from "./commands/UpdateMaintenanceWindowCommand";
|
|
140
|
+
import { UpdateMaintenanceWindowTargetCommand, } from "./commands/UpdateMaintenanceWindowTargetCommand";
|
|
141
|
+
import { UpdateMaintenanceWindowTaskCommand, } from "./commands/UpdateMaintenanceWindowTaskCommand";
|
|
142
|
+
import { UpdateManagedInstanceRoleCommand, } from "./commands/UpdateManagedInstanceRoleCommand";
|
|
143
|
+
import { UpdateOpsItemCommand, } from "./commands/UpdateOpsItemCommand";
|
|
144
|
+
import { UpdateOpsMetadataCommand, } from "./commands/UpdateOpsMetadataCommand";
|
|
145
|
+
import { UpdatePatchBaselineCommand, } from "./commands/UpdatePatchBaselineCommand";
|
|
146
|
+
import { UpdateResourceDataSyncCommand, } from "./commands/UpdateResourceDataSyncCommand";
|
|
147
|
+
import { UpdateServiceSettingCommand, } from "./commands/UpdateServiceSettingCommand";
|
|
148
|
+
import { paginateDescribeActivations } from "./pagination/DescribeActivationsPaginator";
|
|
149
|
+
import { paginateDescribeAssociationExecutions } from "./pagination/DescribeAssociationExecutionsPaginator";
|
|
150
|
+
import { paginateDescribeAssociationExecutionTargets } from "./pagination/DescribeAssociationExecutionTargetsPaginator";
|
|
151
|
+
import { paginateDescribeAutomationExecutions } from "./pagination/DescribeAutomationExecutionsPaginator";
|
|
152
|
+
import { paginateDescribeAutomationStepExecutions } from "./pagination/DescribeAutomationStepExecutionsPaginator";
|
|
153
|
+
import { paginateDescribeAvailablePatches } from "./pagination/DescribeAvailablePatchesPaginator";
|
|
154
|
+
import { paginateDescribeEffectiveInstanceAssociations, } from "./pagination/DescribeEffectiveInstanceAssociationsPaginator";
|
|
155
|
+
import { paginateDescribeEffectivePatchesForPatchBaseline, } from "./pagination/DescribeEffectivePatchesForPatchBaselinePaginator";
|
|
156
|
+
import { paginateDescribeInstanceAssociationsStatus } from "./pagination/DescribeInstanceAssociationsStatusPaginator";
|
|
157
|
+
import { paginateDescribeInstanceInformation } from "./pagination/DescribeInstanceInformationPaginator";
|
|
158
|
+
import { paginateDescribeInstancePatches } from "./pagination/DescribeInstancePatchesPaginator";
|
|
159
|
+
import { paginateDescribeInstancePatchStatesForPatchGroup, } from "./pagination/DescribeInstancePatchStatesForPatchGroupPaginator";
|
|
160
|
+
import { paginateDescribeInstancePatchStates } from "./pagination/DescribeInstancePatchStatesPaginator";
|
|
161
|
+
import { paginateDescribeInstanceProperties } from "./pagination/DescribeInstancePropertiesPaginator";
|
|
162
|
+
import { paginateDescribeInventoryDeletions } from "./pagination/DescribeInventoryDeletionsPaginator";
|
|
163
|
+
import { paginateDescribeMaintenanceWindowExecutions } from "./pagination/DescribeMaintenanceWindowExecutionsPaginator";
|
|
164
|
+
import { paginateDescribeMaintenanceWindowExecutionTaskInvocations, } from "./pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
|
|
165
|
+
import { paginateDescribeMaintenanceWindowExecutionTasks, } from "./pagination/DescribeMaintenanceWindowExecutionTasksPaginator";
|
|
166
|
+
import { paginateDescribeMaintenanceWindowSchedule } from "./pagination/DescribeMaintenanceWindowSchedulePaginator";
|
|
167
|
+
import { paginateDescribeMaintenanceWindowsForTarget } from "./pagination/DescribeMaintenanceWindowsForTargetPaginator";
|
|
168
|
+
import { paginateDescribeMaintenanceWindows } from "./pagination/DescribeMaintenanceWindowsPaginator";
|
|
169
|
+
import { paginateDescribeMaintenanceWindowTargets } from "./pagination/DescribeMaintenanceWindowTargetsPaginator";
|
|
170
|
+
import { paginateDescribeMaintenanceWindowTasks } from "./pagination/DescribeMaintenanceWindowTasksPaginator";
|
|
171
|
+
import { paginateDescribeOpsItems } from "./pagination/DescribeOpsItemsPaginator";
|
|
172
|
+
import { paginateDescribeParameters } from "./pagination/DescribeParametersPaginator";
|
|
173
|
+
import { paginateDescribePatchBaselines } from "./pagination/DescribePatchBaselinesPaginator";
|
|
174
|
+
import { paginateDescribePatchGroups } from "./pagination/DescribePatchGroupsPaginator";
|
|
175
|
+
import { paginateDescribePatchProperties } from "./pagination/DescribePatchPropertiesPaginator";
|
|
176
|
+
import { paginateDescribeSessions } from "./pagination/DescribeSessionsPaginator";
|
|
177
|
+
import { paginateGetInventory } from "./pagination/GetInventoryPaginator";
|
|
178
|
+
import { paginateGetInventorySchema } from "./pagination/GetInventorySchemaPaginator";
|
|
179
|
+
import { paginateGetOpsSummary } from "./pagination/GetOpsSummaryPaginator";
|
|
180
|
+
import { paginateGetParameterHistory } from "./pagination/GetParameterHistoryPaginator";
|
|
181
|
+
import { paginateGetParametersByPath } from "./pagination/GetParametersByPathPaginator";
|
|
182
|
+
import { paginateGetResourcePolicies } from "./pagination/GetResourcePoliciesPaginator";
|
|
183
|
+
import { paginateListAssociations } from "./pagination/ListAssociationsPaginator";
|
|
184
|
+
import { paginateListAssociationVersions } from "./pagination/ListAssociationVersionsPaginator";
|
|
185
|
+
import { paginateListCommandInvocations } from "./pagination/ListCommandInvocationsPaginator";
|
|
186
|
+
import { paginateListCommands } from "./pagination/ListCommandsPaginator";
|
|
187
|
+
import { paginateListComplianceItems } from "./pagination/ListComplianceItemsPaginator";
|
|
188
|
+
import { paginateListComplianceSummaries } from "./pagination/ListComplianceSummariesPaginator";
|
|
189
|
+
import { paginateListDocuments } from "./pagination/ListDocumentsPaginator";
|
|
190
|
+
import { paginateListDocumentVersions } from "./pagination/ListDocumentVersionsPaginator";
|
|
191
|
+
import { paginateListNodes } from "./pagination/ListNodesPaginator";
|
|
192
|
+
import { paginateListNodesSummary } from "./pagination/ListNodesSummaryPaginator";
|
|
193
|
+
import { paginateListOpsItemEvents } from "./pagination/ListOpsItemEventsPaginator";
|
|
194
|
+
import { paginateListOpsItemRelatedItems } from "./pagination/ListOpsItemRelatedItemsPaginator";
|
|
195
|
+
import { paginateListOpsMetadata } from "./pagination/ListOpsMetadataPaginator";
|
|
196
|
+
import { paginateListResourceComplianceSummaries } from "./pagination/ListResourceComplianceSummariesPaginator";
|
|
197
|
+
import { paginateListResourceDataSync } from "./pagination/ListResourceDataSyncPaginator";
|
|
198
|
+
import { SSMClient } from "./SSMClient";
|
|
199
|
+
import { waitUntilCommandExecuted } from "./waiters/waitForCommandExecuted";
|
|
200
|
+
const commands = {
|
|
201
|
+
AddTagsToResourceCommand,
|
|
202
|
+
AssociateOpsItemRelatedItemCommand,
|
|
203
|
+
CancelCommandCommand,
|
|
204
|
+
CancelMaintenanceWindowExecutionCommand,
|
|
205
|
+
CreateActivationCommand,
|
|
206
|
+
CreateAssociationCommand,
|
|
207
|
+
CreateAssociationBatchCommand,
|
|
208
|
+
CreateDocumentCommand,
|
|
209
|
+
CreateMaintenanceWindowCommand,
|
|
210
|
+
CreateOpsItemCommand,
|
|
211
|
+
CreateOpsMetadataCommand,
|
|
212
|
+
CreatePatchBaselineCommand,
|
|
213
|
+
CreateResourceDataSyncCommand,
|
|
214
|
+
DeleteActivationCommand,
|
|
215
|
+
DeleteAssociationCommand,
|
|
216
|
+
DeleteDocumentCommand,
|
|
217
|
+
DeleteInventoryCommand,
|
|
218
|
+
DeleteMaintenanceWindowCommand,
|
|
219
|
+
DeleteOpsItemCommand,
|
|
220
|
+
DeleteOpsMetadataCommand,
|
|
221
|
+
DeleteParameterCommand,
|
|
222
|
+
DeleteParametersCommand,
|
|
223
|
+
DeletePatchBaselineCommand,
|
|
224
|
+
DeleteResourceDataSyncCommand,
|
|
225
|
+
DeleteResourcePolicyCommand,
|
|
226
|
+
DeregisterManagedInstanceCommand,
|
|
227
|
+
DeregisterPatchBaselineForPatchGroupCommand,
|
|
228
|
+
DeregisterTargetFromMaintenanceWindowCommand,
|
|
229
|
+
DeregisterTaskFromMaintenanceWindowCommand,
|
|
230
|
+
DescribeActivationsCommand,
|
|
231
|
+
DescribeAssociationCommand,
|
|
232
|
+
DescribeAssociationExecutionsCommand,
|
|
233
|
+
DescribeAssociationExecutionTargetsCommand,
|
|
234
|
+
DescribeAutomationExecutionsCommand,
|
|
235
|
+
DescribeAutomationStepExecutionsCommand,
|
|
236
|
+
DescribeAvailablePatchesCommand,
|
|
237
|
+
DescribeDocumentCommand,
|
|
238
|
+
DescribeDocumentPermissionCommand,
|
|
239
|
+
DescribeEffectiveInstanceAssociationsCommand,
|
|
240
|
+
DescribeEffectivePatchesForPatchBaselineCommand,
|
|
241
|
+
DescribeInstanceAssociationsStatusCommand,
|
|
242
|
+
DescribeInstanceInformationCommand,
|
|
243
|
+
DescribeInstancePatchesCommand,
|
|
244
|
+
DescribeInstancePatchStatesCommand,
|
|
245
|
+
DescribeInstancePatchStatesForPatchGroupCommand,
|
|
246
|
+
DescribeInstancePropertiesCommand,
|
|
247
|
+
DescribeInventoryDeletionsCommand,
|
|
248
|
+
DescribeMaintenanceWindowExecutionsCommand,
|
|
249
|
+
DescribeMaintenanceWindowExecutionTaskInvocationsCommand,
|
|
250
|
+
DescribeMaintenanceWindowExecutionTasksCommand,
|
|
251
|
+
DescribeMaintenanceWindowsCommand,
|
|
252
|
+
DescribeMaintenanceWindowScheduleCommand,
|
|
253
|
+
DescribeMaintenanceWindowsForTargetCommand,
|
|
254
|
+
DescribeMaintenanceWindowTargetsCommand,
|
|
255
|
+
DescribeMaintenanceWindowTasksCommand,
|
|
256
|
+
DescribeOpsItemsCommand,
|
|
257
|
+
DescribeParametersCommand,
|
|
258
|
+
DescribePatchBaselinesCommand,
|
|
259
|
+
DescribePatchGroupsCommand,
|
|
260
|
+
DescribePatchGroupStateCommand,
|
|
261
|
+
DescribePatchPropertiesCommand,
|
|
262
|
+
DescribeSessionsCommand,
|
|
263
|
+
DisassociateOpsItemRelatedItemCommand,
|
|
264
|
+
GetAccessTokenCommand,
|
|
265
|
+
GetAutomationExecutionCommand,
|
|
266
|
+
GetCalendarStateCommand,
|
|
267
|
+
GetCommandInvocationCommand,
|
|
268
|
+
GetConnectionStatusCommand,
|
|
269
|
+
GetDefaultPatchBaselineCommand,
|
|
270
|
+
GetDeployablePatchSnapshotForInstanceCommand,
|
|
271
|
+
GetDocumentCommand,
|
|
272
|
+
GetExecutionPreviewCommand,
|
|
273
|
+
GetInventoryCommand,
|
|
274
|
+
GetInventorySchemaCommand,
|
|
275
|
+
GetMaintenanceWindowCommand,
|
|
276
|
+
GetMaintenanceWindowExecutionCommand,
|
|
277
|
+
GetMaintenanceWindowExecutionTaskCommand,
|
|
278
|
+
GetMaintenanceWindowExecutionTaskInvocationCommand,
|
|
279
|
+
GetMaintenanceWindowTaskCommand,
|
|
280
|
+
GetOpsItemCommand,
|
|
281
|
+
GetOpsMetadataCommand,
|
|
282
|
+
GetOpsSummaryCommand,
|
|
283
|
+
GetParameterCommand,
|
|
284
|
+
GetParameterHistoryCommand,
|
|
285
|
+
GetParametersCommand,
|
|
286
|
+
GetParametersByPathCommand,
|
|
287
|
+
GetPatchBaselineCommand,
|
|
288
|
+
GetPatchBaselineForPatchGroupCommand,
|
|
289
|
+
GetResourcePoliciesCommand,
|
|
290
|
+
GetServiceSettingCommand,
|
|
291
|
+
LabelParameterVersionCommand,
|
|
292
|
+
ListAssociationsCommand,
|
|
293
|
+
ListAssociationVersionsCommand,
|
|
294
|
+
ListCommandInvocationsCommand,
|
|
295
|
+
ListCommandsCommand,
|
|
296
|
+
ListComplianceItemsCommand,
|
|
297
|
+
ListComplianceSummariesCommand,
|
|
298
|
+
ListDocumentMetadataHistoryCommand,
|
|
299
|
+
ListDocumentsCommand,
|
|
300
|
+
ListDocumentVersionsCommand,
|
|
301
|
+
ListInventoryEntriesCommand,
|
|
302
|
+
ListNodesCommand,
|
|
303
|
+
ListNodesSummaryCommand,
|
|
304
|
+
ListOpsItemEventsCommand,
|
|
305
|
+
ListOpsItemRelatedItemsCommand,
|
|
306
|
+
ListOpsMetadataCommand,
|
|
307
|
+
ListResourceComplianceSummariesCommand,
|
|
308
|
+
ListResourceDataSyncCommand,
|
|
309
|
+
ListTagsForResourceCommand,
|
|
310
|
+
ModifyDocumentPermissionCommand,
|
|
311
|
+
PutComplianceItemsCommand,
|
|
312
|
+
PutInventoryCommand,
|
|
313
|
+
PutParameterCommand,
|
|
314
|
+
PutResourcePolicyCommand,
|
|
315
|
+
RegisterDefaultPatchBaselineCommand,
|
|
316
|
+
RegisterPatchBaselineForPatchGroupCommand,
|
|
317
|
+
RegisterTargetWithMaintenanceWindowCommand,
|
|
318
|
+
RegisterTaskWithMaintenanceWindowCommand,
|
|
319
|
+
RemoveTagsFromResourceCommand,
|
|
320
|
+
ResetServiceSettingCommand,
|
|
321
|
+
ResumeSessionCommand,
|
|
322
|
+
SendAutomationSignalCommand,
|
|
323
|
+
SendCommandCommand,
|
|
324
|
+
StartAccessRequestCommand,
|
|
325
|
+
StartAssociationsOnceCommand,
|
|
326
|
+
StartAutomationExecutionCommand,
|
|
327
|
+
StartChangeRequestExecutionCommand,
|
|
328
|
+
StartExecutionPreviewCommand,
|
|
329
|
+
StartSessionCommand,
|
|
330
|
+
StopAutomationExecutionCommand,
|
|
331
|
+
TerminateSessionCommand,
|
|
332
|
+
UnlabelParameterVersionCommand,
|
|
333
|
+
UpdateAssociationCommand,
|
|
334
|
+
UpdateAssociationStatusCommand,
|
|
335
|
+
UpdateDocumentCommand,
|
|
336
|
+
UpdateDocumentDefaultVersionCommand,
|
|
337
|
+
UpdateDocumentMetadataCommand,
|
|
338
|
+
UpdateMaintenanceWindowCommand,
|
|
339
|
+
UpdateMaintenanceWindowTargetCommand,
|
|
340
|
+
UpdateMaintenanceWindowTaskCommand,
|
|
341
|
+
UpdateManagedInstanceRoleCommand,
|
|
342
|
+
UpdateOpsItemCommand,
|
|
343
|
+
UpdateOpsMetadataCommand,
|
|
344
|
+
UpdatePatchBaselineCommand,
|
|
345
|
+
UpdateResourceDataSyncCommand,
|
|
346
|
+
UpdateServiceSettingCommand,
|
|
347
|
+
};
|
|
348
|
+
const paginators = {
|
|
349
|
+
paginateDescribeActivations,
|
|
350
|
+
paginateDescribeAssociationExecutions,
|
|
351
|
+
paginateDescribeAssociationExecutionTargets,
|
|
352
|
+
paginateDescribeAutomationExecutions,
|
|
353
|
+
paginateDescribeAutomationStepExecutions,
|
|
354
|
+
paginateDescribeAvailablePatches,
|
|
355
|
+
paginateDescribeEffectiveInstanceAssociations,
|
|
356
|
+
paginateDescribeEffectivePatchesForPatchBaseline,
|
|
357
|
+
paginateDescribeInstanceAssociationsStatus,
|
|
358
|
+
paginateDescribeInstanceInformation,
|
|
359
|
+
paginateDescribeInstancePatches,
|
|
360
|
+
paginateDescribeInstancePatchStates,
|
|
361
|
+
paginateDescribeInstancePatchStatesForPatchGroup,
|
|
362
|
+
paginateDescribeInstanceProperties,
|
|
363
|
+
paginateDescribeInventoryDeletions,
|
|
364
|
+
paginateDescribeMaintenanceWindowExecutions,
|
|
365
|
+
paginateDescribeMaintenanceWindowExecutionTaskInvocations,
|
|
366
|
+
paginateDescribeMaintenanceWindowExecutionTasks,
|
|
367
|
+
paginateDescribeMaintenanceWindows,
|
|
368
|
+
paginateDescribeMaintenanceWindowSchedule,
|
|
369
|
+
paginateDescribeMaintenanceWindowsForTarget,
|
|
370
|
+
paginateDescribeMaintenanceWindowTargets,
|
|
371
|
+
paginateDescribeMaintenanceWindowTasks,
|
|
372
|
+
paginateDescribeOpsItems,
|
|
373
|
+
paginateDescribeParameters,
|
|
374
|
+
paginateDescribePatchBaselines,
|
|
375
|
+
paginateDescribePatchGroups,
|
|
376
|
+
paginateDescribePatchProperties,
|
|
377
|
+
paginateDescribeSessions,
|
|
378
|
+
paginateGetInventory,
|
|
379
|
+
paginateGetInventorySchema,
|
|
380
|
+
paginateGetOpsSummary,
|
|
381
|
+
paginateGetParameterHistory,
|
|
382
|
+
paginateGetParametersByPath,
|
|
383
|
+
paginateGetResourcePolicies,
|
|
384
|
+
paginateListAssociations,
|
|
385
|
+
paginateListAssociationVersions,
|
|
386
|
+
paginateListCommandInvocations,
|
|
387
|
+
paginateListCommands,
|
|
388
|
+
paginateListComplianceItems,
|
|
389
|
+
paginateListComplianceSummaries,
|
|
390
|
+
paginateListDocuments,
|
|
391
|
+
paginateListDocumentVersions,
|
|
392
|
+
paginateListNodes,
|
|
393
|
+
paginateListNodesSummary,
|
|
394
|
+
paginateListOpsItemEvents,
|
|
395
|
+
paginateListOpsItemRelatedItems,
|
|
396
|
+
paginateListOpsMetadata,
|
|
397
|
+
paginateListResourceComplianceSummaries,
|
|
398
|
+
paginateListResourceDataSync,
|
|
399
|
+
};
|
|
400
|
+
const waiters = {
|
|
401
|
+
waitUntilCommandExecuted,
|
|
402
|
+
};
|
|
403
|
+
export class SSM extends SSMClient {
|
|
404
|
+
}
|
|
405
|
+
createAggregatedClient(commands, SSM, { paginators, waiters });
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
3
|
+
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
4
|
+
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
|
+
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
|
+
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
|
+
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
|
+
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
|
+
import { defaultSSMHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
|
+
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
14
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
15
|
+
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
16
|
+
export { __Client };
|
|
17
|
+
export class SSMClient extends __Client {
|
|
18
|
+
config;
|
|
19
|
+
constructor(...[configuration]) {
|
|
20
|
+
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
21
|
+
super(_config_0);
|
|
22
|
+
this.initConfig = _config_0;
|
|
23
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
24
|
+
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
25
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
26
|
+
const _config_4 = resolveRegionConfig(_config_3);
|
|
27
|
+
const _config_5 = resolveHostHeaderConfig(_config_4);
|
|
28
|
+
const _config_6 = resolveEndpointConfig(_config_5);
|
|
29
|
+
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
30
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
31
|
+
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
33
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
34
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
35
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
36
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
37
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
38
|
+
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
39
|
+
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
40
|
+
httpAuthSchemeParametersProvider: defaultSSMHttpAuthSchemeParametersProvider,
|
|
41
|
+
identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
|
|
42
|
+
"aws.auth#sigv4": config.credentials,
|
|
43
|
+
}),
|
|
44
|
+
}));
|
|
45
|
+
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
|
46
|
+
}
|
|
47
|
+
destroy() {
|
|
48
|
+
super.destroy();
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
2
|
+
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
3
|
+
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
4
|
+
let _credentials = runtimeConfig.credentials;
|
|
5
|
+
return {
|
|
6
|
+
setHttpAuthScheme(httpAuthScheme) {
|
|
7
|
+
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
8
|
+
if (index === -1) {
|
|
9
|
+
_httpAuthSchemes.push(httpAuthScheme);
|
|
10
|
+
}
|
|
11
|
+
else {
|
|
12
|
+
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
httpAuthSchemes() {
|
|
16
|
+
return _httpAuthSchemes;
|
|
17
|
+
},
|
|
18
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
19
|
+
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
20
|
+
},
|
|
21
|
+
httpAuthSchemeProvider() {
|
|
22
|
+
return _httpAuthSchemeProvider;
|
|
23
|
+
},
|
|
24
|
+
setCredentials(credentials) {
|
|
25
|
+
_credentials = credentials;
|
|
26
|
+
},
|
|
27
|
+
credentials() {
|
|
28
|
+
return _credentials;
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export const resolveHttpAuthRuntimeConfig = (config) => {
|
|
33
|
+
return {
|
|
34
|
+
httpAuthSchemes: config.httpAuthSchemes(),
|
|
35
|
+
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
36
|
+
credentials: config.credentials(),
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
|
|
2
|
+
import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
3
|
+
export const defaultSSMHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
|
+
return {
|
|
5
|
+
operation: getSmithyContext(context).operation,
|
|
6
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
7
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
8
|
+
})(),
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
12
|
+
return {
|
|
13
|
+
schemeId: "aws.auth#sigv4",
|
|
14
|
+
signingProperties: {
|
|
15
|
+
name: "ssm",
|
|
16
|
+
region: authParameters.region,
|
|
17
|
+
},
|
|
18
|
+
propertiesExtractor: (config, context) => ({
|
|
19
|
+
signingProperties: {
|
|
20
|
+
config,
|
|
21
|
+
context,
|
|
22
|
+
},
|
|
23
|
+
}),
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export const defaultSSMHttpAuthSchemeProvider = (authParameters) => {
|
|
27
|
+
const options = [];
|
|
28
|
+
switch (authParameters.operation) {
|
|
29
|
+
default: {
|
|
30
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return options;
|
|
34
|
+
};
|
|
35
|
+
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
36
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
37
|
+
return Object.assign(config_0, {
|
|
38
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
39
|
+
});
|
|
40
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { AddTagsToResource$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class AddTagsToResourceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonSSM", "AddTagsToResource", {})
|
|
13
|
+
.n("SSMClient", "AddTagsToResourceCommand")
|
|
14
|
+
.sc(AddTagsToResource$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { AssociateOpsItemRelatedItem$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class AssociateOpsItemRelatedItemCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonSSM", "AssociateOpsItemRelatedItem", {})
|
|
13
|
+
.n("SSMClient", "AssociateOpsItemRelatedItemCommand")
|
|
14
|
+
.sc(AssociateOpsItemRelatedItem$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CancelCommand$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CancelCommandCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonSSM", "CancelCommand", {})
|
|
13
|
+
.n("SSMClient", "CancelCommandCommand")
|
|
14
|
+
.sc(CancelCommand$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CancelMaintenanceWindowExecution$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CancelMaintenanceWindowExecutionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonSSM", "CancelMaintenanceWindowExecution", {})
|
|
13
|
+
.n("SSMClient", "CancelMaintenanceWindowExecutionCommand")
|
|
14
|
+
.sc(CancelMaintenanceWindowExecution$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateActivation$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateActivationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonSSM", "CreateActivation", {})
|
|
13
|
+
.n("SSMClient", "CreateActivationCommand")
|
|
14
|
+
.sc(CreateActivation$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateAssociationBatch$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateAssociationBatchCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonSSM", "CreateAssociationBatch", {})
|
|
13
|
+
.n("SSMClient", "CreateAssociationBatchCommand")
|
|
14
|
+
.sc(CreateAssociationBatch$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|