@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
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateMaintenanceWindowTaskRequest, UpdateMaintenanceWindowTaskResult } from "../models/models_1";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateMaintenanceWindowTaskCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateMaintenanceWindowTaskCommandInput extends UpdateMaintenanceWindowTaskRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateMaintenanceWindowTaskCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateMaintenanceWindowTaskCommandOutput extends UpdateMaintenanceWindowTaskResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateMaintenanceWindowTaskCommand_base: {
|
|
25
|
+
new (input: UpdateMaintenanceWindowTaskCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateMaintenanceWindowTaskCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Modifies a task assigned to a maintenance window. You can't change the task type, but you
|
|
31
|
+
* can change the following values:</p>
|
|
32
|
+
* <ul>
|
|
33
|
+
* <li>
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>TaskARN</code>. For example, you can change a <code>RUN_COMMAND</code> task from
|
|
36
|
+
* <code>AWS-RunPowerShellScript</code> to <code>AWS-RunShellScript</code>.</p>
|
|
37
|
+
* </li>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>
|
|
40
|
+
* <code>ServiceRoleArn</code>
|
|
41
|
+
* </p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>TaskInvocationParameters</code>
|
|
46
|
+
* </p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>
|
|
50
|
+
* <code>Priority</code>
|
|
51
|
+
* </p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>
|
|
55
|
+
* <code>MaxConcurrency</code>
|
|
56
|
+
* </p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>
|
|
60
|
+
* <code>MaxErrors</code>
|
|
61
|
+
* </p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
* <note>
|
|
65
|
+
* <p>One or more targets must be specified for maintenance window Run Command-type tasks.
|
|
66
|
+
* Depending on the task, targets are optional for other maintenance window task types (Automation,
|
|
67
|
+
* Lambda, and Step Functions). For more information about running tasks
|
|
68
|
+
* that don't specify targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html">Registering
|
|
69
|
+
* maintenance window tasks without targets</a> in the
|
|
70
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
71
|
+
* </note>
|
|
72
|
+
* <p>If the value for a parameter in <code>UpdateMaintenanceWindowTask</code> is null, then the
|
|
73
|
+
* corresponding field isn't modified. If you set <code>Replace</code> to true, then all fields
|
|
74
|
+
* required by the <a>RegisterTaskWithMaintenanceWindow</a> operation are required for
|
|
75
|
+
* this request. Optional fields that aren't specified are set to null.</p>
|
|
76
|
+
* <important>
|
|
77
|
+
* <p>When you update a maintenance window task that has options specified in
|
|
78
|
+
* <code>TaskInvocationParameters</code>, you must provide again all the
|
|
79
|
+
* <code>TaskInvocationParameters</code> values that you want to retain. The values you don't
|
|
80
|
+
* specify again are removed. For example, suppose that when you registered a Run Command task, you
|
|
81
|
+
* specified <code>TaskInvocationParameters</code> values for <code>Comment</code>,
|
|
82
|
+
* <code>NotificationConfig</code>, and <code>OutputS3BucketName</code>. If you update the
|
|
83
|
+
* maintenance window task and specify only a different <code>OutputS3BucketName</code> value, the
|
|
84
|
+
* values for <code>Comment</code> and <code>NotificationConfig</code> are removed.</p>
|
|
85
|
+
* </important>
|
|
86
|
+
* @example
|
|
87
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
88
|
+
* ```javascript
|
|
89
|
+
* import { SSMClient, UpdateMaintenanceWindowTaskCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
90
|
+
* // const { SSMClient, UpdateMaintenanceWindowTaskCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
91
|
+
* // import type { SSMClientConfig } from "@aws-sdk/client-ssm";
|
|
92
|
+
* const config = {}; // type is SSMClientConfig
|
|
93
|
+
* const client = new SSMClient(config);
|
|
94
|
+
* const input = { // UpdateMaintenanceWindowTaskRequest
|
|
95
|
+
* WindowId: "STRING_VALUE", // required
|
|
96
|
+
* WindowTaskId: "STRING_VALUE", // required
|
|
97
|
+
* Targets: [ // Targets
|
|
98
|
+
* { // Target
|
|
99
|
+
* Key: "STRING_VALUE",
|
|
100
|
+
* Values: [ // TargetValues
|
|
101
|
+
* "STRING_VALUE",
|
|
102
|
+
* ],
|
|
103
|
+
* },
|
|
104
|
+
* ],
|
|
105
|
+
* TaskArn: "STRING_VALUE",
|
|
106
|
+
* ServiceRoleArn: "STRING_VALUE",
|
|
107
|
+
* TaskParameters: { // MaintenanceWindowTaskParameters
|
|
108
|
+
* "<keys>": { // MaintenanceWindowTaskParameterValueExpression
|
|
109
|
+
* Values: [ // MaintenanceWindowTaskParameterValueList
|
|
110
|
+
* "STRING_VALUE",
|
|
111
|
+
* ],
|
|
112
|
+
* },
|
|
113
|
+
* },
|
|
114
|
+
* TaskInvocationParameters: { // MaintenanceWindowTaskInvocationParameters
|
|
115
|
+
* RunCommand: { // MaintenanceWindowRunCommandParameters
|
|
116
|
+
* Comment: "STRING_VALUE",
|
|
117
|
+
* CloudWatchOutputConfig: { // CloudWatchOutputConfig
|
|
118
|
+
* CloudWatchLogGroupName: "STRING_VALUE",
|
|
119
|
+
* CloudWatchOutputEnabled: true || false,
|
|
120
|
+
* },
|
|
121
|
+
* DocumentHash: "STRING_VALUE",
|
|
122
|
+
* DocumentHashType: "Sha256" || "Sha1",
|
|
123
|
+
* DocumentVersion: "STRING_VALUE",
|
|
124
|
+
* NotificationConfig: { // NotificationConfig
|
|
125
|
+
* NotificationArn: "STRING_VALUE",
|
|
126
|
+
* NotificationEvents: [ // NotificationEventList
|
|
127
|
+
* "All" || "InProgress" || "Success" || "TimedOut" || "Cancelled" || "Failed",
|
|
128
|
+
* ],
|
|
129
|
+
* NotificationType: "Command" || "Invocation",
|
|
130
|
+
* },
|
|
131
|
+
* OutputS3BucketName: "STRING_VALUE",
|
|
132
|
+
* OutputS3KeyPrefix: "STRING_VALUE",
|
|
133
|
+
* Parameters: { // Parameters
|
|
134
|
+
* "<keys>": [ // ParameterValueList
|
|
135
|
+
* "STRING_VALUE",
|
|
136
|
+
* ],
|
|
137
|
+
* },
|
|
138
|
+
* ServiceRoleArn: "STRING_VALUE",
|
|
139
|
+
* TimeoutSeconds: Number("int"),
|
|
140
|
+
* },
|
|
141
|
+
* Automation: { // MaintenanceWindowAutomationParameters
|
|
142
|
+
* DocumentVersion: "STRING_VALUE",
|
|
143
|
+
* Parameters: { // AutomationParameterMap
|
|
144
|
+
* "<keys>": [ // AutomationParameterValueList
|
|
145
|
+
* "STRING_VALUE",
|
|
146
|
+
* ],
|
|
147
|
+
* },
|
|
148
|
+
* },
|
|
149
|
+
* StepFunctions: { // MaintenanceWindowStepFunctionsParameters
|
|
150
|
+
* Input: "STRING_VALUE",
|
|
151
|
+
* Name: "STRING_VALUE",
|
|
152
|
+
* },
|
|
153
|
+
* Lambda: { // MaintenanceWindowLambdaParameters
|
|
154
|
+
* ClientContext: "STRING_VALUE",
|
|
155
|
+
* Qualifier: "STRING_VALUE",
|
|
156
|
+
* Payload: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
157
|
+
* },
|
|
158
|
+
* },
|
|
159
|
+
* Priority: Number("int"),
|
|
160
|
+
* MaxConcurrency: "STRING_VALUE",
|
|
161
|
+
* MaxErrors: "STRING_VALUE",
|
|
162
|
+
* LoggingInfo: { // LoggingInfo
|
|
163
|
+
* S3BucketName: "STRING_VALUE", // required
|
|
164
|
+
* S3KeyPrefix: "STRING_VALUE",
|
|
165
|
+
* S3Region: "STRING_VALUE", // required
|
|
166
|
+
* },
|
|
167
|
+
* Name: "STRING_VALUE",
|
|
168
|
+
* Description: "STRING_VALUE",
|
|
169
|
+
* Replace: true || false,
|
|
170
|
+
* CutoffBehavior: "CONTINUE_TASK" || "CANCEL_TASK",
|
|
171
|
+
* AlarmConfiguration: { // AlarmConfiguration
|
|
172
|
+
* IgnorePollAlarmFailure: true || false,
|
|
173
|
+
* Alarms: [ // AlarmList // required
|
|
174
|
+
* { // Alarm
|
|
175
|
+
* Name: "STRING_VALUE", // required
|
|
176
|
+
* },
|
|
177
|
+
* ],
|
|
178
|
+
* },
|
|
179
|
+
* };
|
|
180
|
+
* const command = new UpdateMaintenanceWindowTaskCommand(input);
|
|
181
|
+
* const response = await client.send(command);
|
|
182
|
+
* // { // UpdateMaintenanceWindowTaskResult
|
|
183
|
+
* // WindowId: "STRING_VALUE",
|
|
184
|
+
* // WindowTaskId: "STRING_VALUE",
|
|
185
|
+
* // Targets: [ // Targets
|
|
186
|
+
* // { // Target
|
|
187
|
+
* // Key: "STRING_VALUE",
|
|
188
|
+
* // Values: [ // TargetValues
|
|
189
|
+
* // "STRING_VALUE",
|
|
190
|
+
* // ],
|
|
191
|
+
* // },
|
|
192
|
+
* // ],
|
|
193
|
+
* // TaskArn: "STRING_VALUE",
|
|
194
|
+
* // ServiceRoleArn: "STRING_VALUE",
|
|
195
|
+
* // TaskParameters: { // MaintenanceWindowTaskParameters
|
|
196
|
+
* // "<keys>": { // MaintenanceWindowTaskParameterValueExpression
|
|
197
|
+
* // Values: [ // MaintenanceWindowTaskParameterValueList
|
|
198
|
+
* // "STRING_VALUE",
|
|
199
|
+
* // ],
|
|
200
|
+
* // },
|
|
201
|
+
* // },
|
|
202
|
+
* // TaskInvocationParameters: { // MaintenanceWindowTaskInvocationParameters
|
|
203
|
+
* // RunCommand: { // MaintenanceWindowRunCommandParameters
|
|
204
|
+
* // Comment: "STRING_VALUE",
|
|
205
|
+
* // CloudWatchOutputConfig: { // CloudWatchOutputConfig
|
|
206
|
+
* // CloudWatchLogGroupName: "STRING_VALUE",
|
|
207
|
+
* // CloudWatchOutputEnabled: true || false,
|
|
208
|
+
* // },
|
|
209
|
+
* // DocumentHash: "STRING_VALUE",
|
|
210
|
+
* // DocumentHashType: "Sha256" || "Sha1",
|
|
211
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
212
|
+
* // NotificationConfig: { // NotificationConfig
|
|
213
|
+
* // NotificationArn: "STRING_VALUE",
|
|
214
|
+
* // NotificationEvents: [ // NotificationEventList
|
|
215
|
+
* // "All" || "InProgress" || "Success" || "TimedOut" || "Cancelled" || "Failed",
|
|
216
|
+
* // ],
|
|
217
|
+
* // NotificationType: "Command" || "Invocation",
|
|
218
|
+
* // },
|
|
219
|
+
* // OutputS3BucketName: "STRING_VALUE",
|
|
220
|
+
* // OutputS3KeyPrefix: "STRING_VALUE",
|
|
221
|
+
* // Parameters: { // Parameters
|
|
222
|
+
* // "<keys>": [ // ParameterValueList
|
|
223
|
+
* // "STRING_VALUE",
|
|
224
|
+
* // ],
|
|
225
|
+
* // },
|
|
226
|
+
* // ServiceRoleArn: "STRING_VALUE",
|
|
227
|
+
* // TimeoutSeconds: Number("int"),
|
|
228
|
+
* // },
|
|
229
|
+
* // Automation: { // MaintenanceWindowAutomationParameters
|
|
230
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
231
|
+
* // Parameters: { // AutomationParameterMap
|
|
232
|
+
* // "<keys>": [ // AutomationParameterValueList
|
|
233
|
+
* // "STRING_VALUE",
|
|
234
|
+
* // ],
|
|
235
|
+
* // },
|
|
236
|
+
* // },
|
|
237
|
+
* // StepFunctions: { // MaintenanceWindowStepFunctionsParameters
|
|
238
|
+
* // Input: "STRING_VALUE",
|
|
239
|
+
* // Name: "STRING_VALUE",
|
|
240
|
+
* // },
|
|
241
|
+
* // Lambda: { // MaintenanceWindowLambdaParameters
|
|
242
|
+
* // ClientContext: "STRING_VALUE",
|
|
243
|
+
* // Qualifier: "STRING_VALUE",
|
|
244
|
+
* // Payload: new Uint8Array(),
|
|
245
|
+
* // },
|
|
246
|
+
* // },
|
|
247
|
+
* // Priority: Number("int"),
|
|
248
|
+
* // MaxConcurrency: "STRING_VALUE",
|
|
249
|
+
* // MaxErrors: "STRING_VALUE",
|
|
250
|
+
* // LoggingInfo: { // LoggingInfo
|
|
251
|
+
* // S3BucketName: "STRING_VALUE", // required
|
|
252
|
+
* // S3KeyPrefix: "STRING_VALUE",
|
|
253
|
+
* // S3Region: "STRING_VALUE", // required
|
|
254
|
+
* // },
|
|
255
|
+
* // Name: "STRING_VALUE",
|
|
256
|
+
* // Description: "STRING_VALUE",
|
|
257
|
+
* // CutoffBehavior: "CONTINUE_TASK" || "CANCEL_TASK",
|
|
258
|
+
* // AlarmConfiguration: { // AlarmConfiguration
|
|
259
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
260
|
+
* // Alarms: [ // AlarmList // required
|
|
261
|
+
* // { // Alarm
|
|
262
|
+
* // Name: "STRING_VALUE", // required
|
|
263
|
+
* // },
|
|
264
|
+
* // ],
|
|
265
|
+
* // },
|
|
266
|
+
* // };
|
|
267
|
+
*
|
|
268
|
+
* ```
|
|
269
|
+
*
|
|
270
|
+
* @param UpdateMaintenanceWindowTaskCommandInput - {@link UpdateMaintenanceWindowTaskCommandInput}
|
|
271
|
+
* @returns {@link UpdateMaintenanceWindowTaskCommandOutput}
|
|
272
|
+
* @see {@link UpdateMaintenanceWindowTaskCommandInput} for command's `input` shape.
|
|
273
|
+
* @see {@link UpdateMaintenanceWindowTaskCommandOutput} for command's `response` shape.
|
|
274
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
275
|
+
*
|
|
276
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
277
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
278
|
+
* baseline, doesn't exist.</p>
|
|
279
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
280
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
281
|
+
*
|
|
282
|
+
* @throws {@link InternalServerError} (server fault)
|
|
283
|
+
* <p>An error occurred on the server side.</p>
|
|
284
|
+
*
|
|
285
|
+
* @throws {@link SSMServiceException}
|
|
286
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
287
|
+
*
|
|
288
|
+
*
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
export declare class UpdateMaintenanceWindowTaskCommand extends UpdateMaintenanceWindowTaskCommand_base {
|
|
292
|
+
/** @internal type navigation helper, not in runtime. */
|
|
293
|
+
protected static __types: {
|
|
294
|
+
api: {
|
|
295
|
+
input: UpdateMaintenanceWindowTaskRequest;
|
|
296
|
+
output: UpdateMaintenanceWindowTaskResult;
|
|
297
|
+
};
|
|
298
|
+
sdk: {
|
|
299
|
+
input: UpdateMaintenanceWindowTaskCommandInput;
|
|
300
|
+
output: UpdateMaintenanceWindowTaskCommandOutput;
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateManagedInstanceRoleRequest, UpdateManagedInstanceRoleResult } from "../models/models_1";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateManagedInstanceRoleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateManagedInstanceRoleCommandInput extends UpdateManagedInstanceRoleRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateManagedInstanceRoleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateManagedInstanceRoleCommandOutput extends UpdateManagedInstanceRoleResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateManagedInstanceRoleCommand_base: {
|
|
25
|
+
new (input: UpdateManagedInstanceRoleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateManagedInstanceRoleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Changes the Identity and Access Management (IAM) role that is assigned to the
|
|
31
|
+
* on-premises server, edge device, or virtual machines (VM). IAM roles are first
|
|
32
|
+
* assigned to these hybrid nodes during the activation process. For more information, see <a>CreateActivation</a>.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { SSMClient, UpdateManagedInstanceRoleCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
37
|
+
* // const { SSMClient, UpdateManagedInstanceRoleCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
38
|
+
* // import type { SSMClientConfig } from "@aws-sdk/client-ssm";
|
|
39
|
+
* const config = {}; // type is SSMClientConfig
|
|
40
|
+
* const client = new SSMClient(config);
|
|
41
|
+
* const input = { // UpdateManagedInstanceRoleRequest
|
|
42
|
+
* InstanceId: "STRING_VALUE", // required
|
|
43
|
+
* IamRole: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
45
|
+
* const command = new UpdateManagedInstanceRoleCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param UpdateManagedInstanceRoleCommandInput - {@link UpdateManagedInstanceRoleCommandInput}
|
|
52
|
+
* @returns {@link UpdateManagedInstanceRoleCommandOutput}
|
|
53
|
+
* @see {@link UpdateManagedInstanceRoleCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link UpdateManagedInstanceRoleCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InternalServerError} (server fault)
|
|
58
|
+
* <p>An error occurred on the server side.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
61
|
+
* <p>The following problems can cause this exception:</p>
|
|
62
|
+
* <ul>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
65
|
+
* </li>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
|
|
68
|
+
* running.</p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
|
|
75
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
76
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
77
|
+
* </li>
|
|
78
|
+
* </ul>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link SSMServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
export declare class UpdateManagedInstanceRoleCommand extends UpdateManagedInstanceRoleCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateManagedInstanceRoleRequest;
|
|
91
|
+
output: {};
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateManagedInstanceRoleCommandInput;
|
|
95
|
+
output: UpdateManagedInstanceRoleCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateOpsItemRequest, UpdateOpsItemResponse } from "../models/models_1";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateOpsItemCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateOpsItemCommandInput extends UpdateOpsItemRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateOpsItemCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateOpsItemCommand_base: {
|
|
25
|
+
new (input: UpdateOpsItemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateOpsItemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html">Set up OpsCenter</a> in the
|
|
31
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
32
|
+
* <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
|
|
33
|
+
* remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
|
|
34
|
+
* more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">Amazon Web Services Systems Manager OpsCenter</a> in the
|
|
35
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>. </p>
|
|
36
|
+
* @example
|
|
37
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
+
* ```javascript
|
|
39
|
+
* import { SSMClient, UpdateOpsItemCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
40
|
+
* // const { SSMClient, UpdateOpsItemCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
41
|
+
* // import type { SSMClientConfig } from "@aws-sdk/client-ssm";
|
|
42
|
+
* const config = {}; // type is SSMClientConfig
|
|
43
|
+
* const client = new SSMClient(config);
|
|
44
|
+
* const input = { // UpdateOpsItemRequest
|
|
45
|
+
* Description: "STRING_VALUE",
|
|
46
|
+
* OperationalData: { // OpsItemOperationalData
|
|
47
|
+
* "<keys>": { // OpsItemDataValue
|
|
48
|
+
* Value: "STRING_VALUE",
|
|
49
|
+
* Type: "SearchableString" || "String",
|
|
50
|
+
* },
|
|
51
|
+
* },
|
|
52
|
+
* OperationalDataToDelete: [ // OpsItemOpsDataKeysList
|
|
53
|
+
* "STRING_VALUE",
|
|
54
|
+
* ],
|
|
55
|
+
* Notifications: [ // OpsItemNotifications
|
|
56
|
+
* { // OpsItemNotification
|
|
57
|
+
* Arn: "STRING_VALUE",
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* Priority: Number("int"),
|
|
61
|
+
* RelatedOpsItems: [ // RelatedOpsItems
|
|
62
|
+
* { // RelatedOpsItem
|
|
63
|
+
* OpsItemId: "STRING_VALUE", // required
|
|
64
|
+
* },
|
|
65
|
+
* ],
|
|
66
|
+
* Status: "Open" || "InProgress" || "Resolved" || "Pending" || "TimedOut" || "Cancelling" || "Cancelled" || "Failed" || "CompletedWithSuccess" || "CompletedWithFailure" || "Scheduled" || "RunbookInProgress" || "PendingChangeCalendarOverride" || "ChangeCalendarOverrideApproved" || "ChangeCalendarOverrideRejected" || "PendingApproval" || "Approved" || "Revoked" || "Rejected" || "Closed",
|
|
67
|
+
* OpsItemId: "STRING_VALUE", // required
|
|
68
|
+
* Title: "STRING_VALUE",
|
|
69
|
+
* Category: "STRING_VALUE",
|
|
70
|
+
* Severity: "STRING_VALUE",
|
|
71
|
+
* ActualStartTime: new Date("TIMESTAMP"),
|
|
72
|
+
* ActualEndTime: new Date("TIMESTAMP"),
|
|
73
|
+
* PlannedStartTime: new Date("TIMESTAMP"),
|
|
74
|
+
* PlannedEndTime: new Date("TIMESTAMP"),
|
|
75
|
+
* OpsItemArn: "STRING_VALUE",
|
|
76
|
+
* };
|
|
77
|
+
* const command = new UpdateOpsItemCommand(input);
|
|
78
|
+
* const response = await client.send(command);
|
|
79
|
+
* // {};
|
|
80
|
+
*
|
|
81
|
+
* ```
|
|
82
|
+
*
|
|
83
|
+
* @param UpdateOpsItemCommandInput - {@link UpdateOpsItemCommandInput}
|
|
84
|
+
* @returns {@link UpdateOpsItemCommandOutput}
|
|
85
|
+
* @see {@link UpdateOpsItemCommandInput} for command's `input` shape.
|
|
86
|
+
* @see {@link UpdateOpsItemCommandOutput} for command's `response` shape.
|
|
87
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link InternalServerError} (server fault)
|
|
90
|
+
* <p>An error occurred on the server side.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link OpsItemAccessDeniedException} (client fault)
|
|
93
|
+
* <p>You don't have permission to view OpsItems in the specified account. Verify that your account
|
|
94
|
+
* is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations
|
|
95
|
+
* management account.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link OpsItemAlreadyExistsException} (client fault)
|
|
98
|
+
* <p>The OpsItem already exists.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link OpsItemConflictException} (client fault)
|
|
101
|
+
* <p>The specified OpsItem is in the process of being deleted.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link OpsItemInvalidParameterException} (client fault)
|
|
104
|
+
* <p>A specified parameter argument isn't valid. Verify the available arguments and try
|
|
105
|
+
* again.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link OpsItemLimitExceededException} (client fault)
|
|
108
|
+
* <p>The request caused OpsItems to exceed one or more quotas.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link OpsItemNotFoundException} (client fault)
|
|
111
|
+
* <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link SSMServiceException}
|
|
114
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
115
|
+
*
|
|
116
|
+
*
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
export declare class UpdateOpsItemCommand extends UpdateOpsItemCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: UpdateOpsItemRequest;
|
|
124
|
+
output: {};
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: UpdateOpsItemCommandInput;
|
|
128
|
+
output: UpdateOpsItemCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateOpsMetadataRequest, UpdateOpsMetadataResult } from "../models/models_1";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateOpsMetadataCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateOpsMetadataCommandInput extends UpdateOpsMetadataRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateOpsMetadataCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateOpsMetadataCommandOutput extends UpdateOpsMetadataResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateOpsMetadataCommand_base: {
|
|
25
|
+
new (input: UpdateOpsMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateOpsMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SSMClient, UpdateOpsMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
35
|
+
* // const { SSMClient, UpdateOpsMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
36
|
+
* // import type { SSMClientConfig } from "@aws-sdk/client-ssm";
|
|
37
|
+
* const config = {}; // type is SSMClientConfig
|
|
38
|
+
* const client = new SSMClient(config);
|
|
39
|
+
* const input = { // UpdateOpsMetadataRequest
|
|
40
|
+
* OpsMetadataArn: "STRING_VALUE", // required
|
|
41
|
+
* MetadataToUpdate: { // MetadataMap
|
|
42
|
+
* "<keys>": { // MetadataValue
|
|
43
|
+
* Value: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* },
|
|
46
|
+
* KeysToDelete: [ // MetadataKeysToDeleteList
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
50
|
+
* const command = new UpdateOpsMetadataCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // { // UpdateOpsMetadataResult
|
|
53
|
+
* // OpsMetadataArn: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* @param UpdateOpsMetadataCommandInput - {@link UpdateOpsMetadataCommandInput}
|
|
59
|
+
* @returns {@link UpdateOpsMetadataCommandOutput}
|
|
60
|
+
* @see {@link UpdateOpsMetadataCommandInput} for command's `input` shape.
|
|
61
|
+
* @see {@link UpdateOpsMetadataCommandOutput} for command's `response` shape.
|
|
62
|
+
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InternalServerError} (server fault)
|
|
65
|
+
* <p>An error occurred on the server side.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link OpsMetadataInvalidArgumentException} (client fault)
|
|
68
|
+
* <p>One of the arguments passed is invalid. </p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link OpsMetadataKeyLimitExceededException} (client fault)
|
|
71
|
+
* <p>The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to
|
|
72
|
+
* an application in Application Manager.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link OpsMetadataNotFoundException} (client fault)
|
|
75
|
+
* <p>The OpsMetadata object doesn't exist. </p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link OpsMetadataTooManyUpdatesException} (client fault)
|
|
78
|
+
* <p>The system is processing too many concurrent updates. Wait a few moments and try
|
|
79
|
+
* again.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link SSMServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
83
|
+
*
|
|
84
|
+
*
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export declare class UpdateOpsMetadataCommand extends UpdateOpsMetadataCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateOpsMetadataRequest;
|
|
92
|
+
output: UpdateOpsMetadataResult;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateOpsMetadataCommandInput;
|
|
96
|
+
output: UpdateOpsMetadataCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
}
|