@aws-sdk/client-proton 3.1045.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +277 -279
- package/dist-cjs/models/ProtonServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Proton.js +1 -1
- package/dist-es/ProtonClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-es/commands/CancelComponentDeploymentCommand.js +2 -2
- package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +2 -2
- package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +2 -2
- package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateComponentCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentTemplateCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-es/commands/CreateRepositoryCommand.js +2 -2
- package/dist-es/commands/CreateServiceCommand.js +2 -2
- package/dist-es/commands/CreateServiceInstanceCommand.js +2 -2
- package/dist-es/commands/CreateServiceSyncConfigCommand.js +2 -2
- package/dist-es/commands/CreateServiceTemplateCommand.js +2 -2
- package/dist-es/commands/CreateServiceTemplateVersionCommand.js +2 -2
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +2 -2
- package/dist-es/commands/DeleteComponentCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-es/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeleteServiceSyncConfigCommand.js +2 -2
- package/dist-es/commands/DeleteServiceTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +2 -2
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetComponentCommand.js +2 -2
- package/dist-es/commands/GetDeploymentCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentTemplateCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-es/commands/GetRepositoryCommand.js +2 -2
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +2 -2
- package/dist-es/commands/GetResourcesSummaryCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/GetServiceInstanceCommand.js +2 -2
- package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +2 -2
- package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +2 -2
- package/dist-es/commands/GetServiceSyncConfigCommand.js +2 -2
- package/dist-es/commands/GetServiceTemplateCommand.js +2 -2
- package/dist-es/commands/GetServiceTemplateVersionCommand.js +2 -2
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +2 -2
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +2 -2
- package/dist-es/commands/ListComponentOutputsCommand.js +2 -2
- package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +2 -2
- package/dist-es/commands/ListComponentsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentTemplatesCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListRepositoriesCommand.js +2 -2
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +2 -2
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +2 -2
- package/dist-es/commands/ListServiceInstancesCommand.js +2 -2
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +2 -2
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +2 -2
- package/dist-es/commands/ListServiceTemplateVersionsCommand.js +2 -2
- package/dist-es/commands/ListServiceTemplatesCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +2 -2
- package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateComponentCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-es/commands/UpdateServiceCommand.js +2 -2
- package/dist-es/commands/UpdateServiceInstanceCommand.js +2 -2
- package/dist-es/commands/UpdateServicePipelineCommand.js +2 -2
- package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +2 -2
- package/dist-es/commands/UpdateServiceSyncConfigCommand.js +2 -2
- package/dist-es/commands/UpdateServiceTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +2 -2
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ProtonServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForComponentDeleted.js +1 -1
- package/dist-es/waiters/waitForComponentDeployed.js +1 -1
- package/dist-es/waiters/waitForEnvironmentDeployed.js +1 -1
- package/dist-es/waiters/waitForEnvironmentTemplateVersionRegistered.js +1 -1
- package/dist-es/waiters/waitForServiceCreated.js +1 -1
- package/dist-es/waiters/waitForServiceDeleted.js +1 -1
- package/dist-es/waiters/waitForServiceInstanceDeployed.js +1 -1
- package/dist-es/waiters/waitForServicePipelineDeployed.js +1 -1
- package/dist-es/waiters/waitForServiceTemplateVersionRegistered.js +1 -1
- package/dist-es/waiters/waitForServiceUpdated.js +1 -1
- package/dist-types/Proton.d.ts +1 -1
- package/dist-types/ProtonClient.d.ts +5 -5
- package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetComponentCommand.d.ts +6 -4
- package/dist-types/commands/GetDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcesSummaryCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListComponentOutputsCommand.d.ts +6 -4
- package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListRepositoriesCommand.d.ts +6 -4
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +6 -4
- package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +6 -4
- package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateComponentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServicePipelineCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ProtonServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Proton.d.ts +1 -1
- package/dist-types/ts3.4/ProtonClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceSyncConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceSyncConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcesSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceInstanceSyncStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceSyncBlockerSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceSyncConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceSyncBlockerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceSyncConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ProtonServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForComponentDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForComponentDeployed.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentDeployed.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForServiceCreated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForServiceDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForServiceInstanceDeployed.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForServicePipelineDeployed.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForServiceTemplateVersionRegistered.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForServiceUpdated.d.ts +1 -1
- package/dist-types/waiters/waitForComponentDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForComponentDeployed.d.ts +1 -1
- package/dist-types/waiters/waitForEnvironmentDeployed.d.ts +1 -1
- package/dist-types/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +1 -1
- package/dist-types/waiters/waitForServiceCreated.d.ts +1 -1
- package/dist-types/waiters/waitForServiceDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForServiceInstanceDeployed.d.ts +1 -1
- package/dist-types/waiters/waitForServicePipelineDeployed.d.ts +1 -1
- package/dist-types/waiters/waitForServiceTemplateVersionRegistered.d.ts +1 -1
- package/dist-types/waiters/waitForServiceUpdated.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetServiceCommand, } from "../commands/GetServiceCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
package/dist-types/Proton.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { type WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
-
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
3
|
import { type AcceptEnvironmentAccountConnectionCommandInput, type AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
|
|
4
4
|
import { type CancelComponentDeploymentCommandInput, type CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
|
|
5
5
|
import { type CancelEnvironmentDeploymentCommandInput, type CancelEnvironmentDeploymentCommandOutput } from "./commands/CancelEnvironmentDeploymentCommand";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AcceptEnvironmentAccountConnectionInput, AcceptEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface AcceptEnvironmentAccountConnectionCommandInput extends AcceptEn
|
|
|
22
22
|
export interface AcceptEnvironmentAccountConnectionCommandOutput extends AcceptEnvironmentAccountConnectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AcceptEnvironmentAccountConnectionCommand_base: {
|
|
25
|
-
new (input: AcceptEnvironmentAccountConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: AcceptEnvironmentAccountConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AcceptEnvironmentAccountConnectionCommandInput): import("@smithy/core/client").CommandImpl<AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AcceptEnvironmentAccountConnectionCommandInput): import("@smithy/core/client").CommandImpl<AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelComponentDeploymentInput, CancelComponentDeploymentOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelComponentDeploymentCommandInput extends CancelComponentDe
|
|
|
22
22
|
export interface CancelComponentDeploymentCommandOutput extends CancelComponentDeploymentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelComponentDeploymentCommand_base: {
|
|
25
|
-
new (input: CancelComponentDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelComponentDeploymentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelComponentDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelComponentDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attempts to cancel a component deployment (for a component that is in the <code>IN_PROGRESS</code> deployment status).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelEnvironmentDeploymentInput, CancelEnvironmentDeploymentOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelEnvironmentDeploymentCommandInput extends CancelEnvironme
|
|
|
22
22
|
export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironmentDeploymentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelEnvironmentDeploymentCommand_base: {
|
|
25
|
-
new (input: CancelEnvironmentDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelEnvironmentDeploymentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelEnvironmentDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelEnvironmentDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attempts to cancel an environment deployment on an <a>UpdateEnvironment</a> action, if the deployment is <code>IN_PROGRESS</code>. For more
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelServiceInstanceDeploymentInput, CancelServiceInstanceDeploymentOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelServiceInstanceDeploymentCommandInput extends CancelServi
|
|
|
22
22
|
export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServiceInstanceDeploymentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelServiceInstanceDeploymentCommand_base: {
|
|
25
|
-
new (input: CancelServiceInstanceDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelServiceInstanceDeploymentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelServiceInstanceDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelServiceInstanceDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is <code>IN_PROGRESS</code>. For
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelServicePipelineDeploymentInput, CancelServicePipelineDeploymentOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelServicePipelineDeploymentCommandInput extends CancelServi
|
|
|
22
22
|
export interface CancelServicePipelineDeploymentCommandOutput extends CancelServicePipelineDeploymentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelServicePipelineDeploymentCommand_base: {
|
|
25
|
-
new (input: CancelServicePipelineDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelServicePipelineDeploymentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelServicePipelineDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelServicePipelineDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attempts to cancel a service pipeline deployment on an <a>UpdateServicePipeline</a> action, if the deployment is <code>IN_PROGRESS</code>. For
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateComponentInput, CreateComponentOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateComponentCommandInput extends CreateComponentInput {
|
|
|
22
22
|
export interface CreateComponentCommandOutput extends CreateComponentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateComponentCommand_base: {
|
|
25
|
-
new (input: CreateComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an Proton component. A component is an infrastructure extension for a service instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateEnvironmentAccountConnectionInput, CreateEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateEnvironmentAccountConnectionCommandInput extends CreateEn
|
|
|
22
22
|
export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateEnvironmentAccountConnectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEnvironmentAccountConnectionCommand_base: {
|
|
25
|
-
new (input: CreateEnvironmentAccountConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEnvironmentAccountConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEnvironmentAccountConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEnvironmentAccountConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateEnvironmentInput, CreateEnvironmentOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {
|
|
|
22
22
|
export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEnvironmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateEnvironmentTemplateInput, CreateEnvironmentTemplateOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateEnvironmentTemplateCommandInput extends CreateEnvironment
|
|
|
22
22
|
export interface CreateEnvironmentTemplateCommandOutput extends CreateEnvironmentTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEnvironmentTemplateCommand_base: {
|
|
25
|
-
new (input: CreateEnvironmentTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEnvironmentTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEnvironmentTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEnvironmentTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an environment template for Proton. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-templates.html">Environment Templates</a> in the <i>Proton User Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateEnvironmentTemplateVersionInput, CreateEnvironmentTemplateVersionOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateEnvironmentTemplateVersionCommandInput extends CreateEnvi
|
|
|
22
22
|
export interface CreateEnvironmentTemplateVersionCommandOutput extends CreateEnvironmentTemplateVersionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEnvironmentTemplateVersionCommand_base: {
|
|
25
|
-
new (input: CreateEnvironmentTemplateVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEnvironmentTemplateVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEnvironmentTemplateVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEnvironmentTemplateVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a new major or minor version of an environment template. A major version of an environment template is a version that
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateRepositoryCommandInput extends CreateRepositoryInput {
|
|
|
22
22
|
export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRepositoryCommand_base: {
|
|
25
|
-
new (input: CreateRepositoryCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateRepositoryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create and register a link to a repository. Proton uses the link to repeatedly access the repository, to either push to it (self-managed
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateServiceInput, CreateServiceOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateServiceCommandInput extends CreateServiceInput {
|
|
|
22
22
|
export interface CreateServiceCommandOutput extends CreateServiceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateServiceCommand_base: {
|
|
25
|
-
new (input: CreateServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an Proton service. An Proton service is an instantiation of a service
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateServiceInstanceInput, CreateServiceInstanceOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateServiceInstanceCommandInput extends CreateServiceInstance
|
|
|
22
22
|
export interface CreateServiceInstanceCommandOutput extends CreateServiceInstanceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateServiceInstanceCommand_base: {
|
|
25
|
-
new (input: CreateServiceInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateServiceInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateServiceInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateServiceInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a service instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateServiceSyncConfigInput, CreateServiceSyncConfigOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateServiceSyncConfigCommandInput extends CreateServiceSyncCo
|
|
|
22
22
|
export interface CreateServiceSyncConfigCommandOutput extends CreateServiceSyncConfigOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateServiceSyncConfigCommand_base: {
|
|
25
|
-
new (input: CreateServiceSyncConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateServiceSyncConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateServiceSyncConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateServiceSyncConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create the Proton Ops configuration file.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateServiceTemplateInput, CreateServiceTemplateOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateServiceTemplateCommandInput extends CreateServiceTemplate
|
|
|
22
22
|
export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateServiceTemplateCommand_base: {
|
|
25
|
-
new (input: CreateServiceTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateServiceTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateServiceTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateServiceTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a service template. The administrator creates a service template to define
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateServiceTemplateVersionInput, CreateServiceTemplateVersionOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateServiceTemplateVersionCommandInput extends CreateServiceT
|
|
|
22
22
|
export interface CreateServiceTemplateVersionCommandOutput extends CreateServiceTemplateVersionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateServiceTemplateVersionCommand_base: {
|
|
25
|
-
new (input: CreateServiceTemplateVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateServiceTemplateVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateServiceTemplateVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateServiceTemplateVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a new major or minor version of a service template. A major version of a service
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateTemplateSyncConfigInput, CreateTemplateSyncConfigOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateTemplateSyncConfigCommandInput extends CreateTemplateSync
|
|
|
22
22
|
export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyncConfigOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTemplateSyncConfigCommand_base: {
|
|
25
|
-
new (input: CreateTemplateSyncConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTemplateSyncConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTemplateSyncConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTemplateSyncConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Set up a template to create new template versions automatically by tracking a linked repository. A linked repository is a repository that has
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteComponentInput, DeleteComponentOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteComponentCommandInput extends DeleteComponentInput {
|
|
|
22
22
|
export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteComponentCommand_base: {
|
|
25
|
-
new (input: DeleteComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an Proton component resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteDeploymentInput, DeleteDeploymentOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDeploymentCommandInput extends DeleteDeploymentInput {
|
|
|
22
22
|
export interface DeleteDeploymentCommandOutput extends DeleteDeploymentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDeploymentCommand_base: {
|
|
25
|
-
new (input: DeleteDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDeploymentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDeploymentCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDeploymentCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete the deployment.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteEnvironmentAccountConnectionInput, DeleteEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentAccountConnectionCommandInput extends DeleteEn
|
|
|
22
22
|
export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteEnvironmentAccountConnectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentAccountConnectionCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentAccountConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentAccountConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentAccountConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentAccountConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>In an environment account, delete an environment account connection.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteEnvironmentInput, DeleteEnvironmentOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentInput {
|
|
|
22
22
|
export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an environment.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteEnvironmentTemplateInput, DeleteEnvironmentTemplateOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentTemplateCommandInput extends DeleteEnvironment
|
|
|
22
22
|
export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmentTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentTemplateCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>If no other major or minor versions of an environment template exist, delete the environment template.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteEnvironmentTemplateVersionInput, DeleteEnvironmentTemplateVersionOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentTemplateVersionCommandInput extends DeleteEnvi
|
|
|
22
22
|
export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnvironmentTemplateVersionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentTemplateVersionCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentTemplateVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentTemplateVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentTemplateVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentTemplateVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0";
|
|
4
4
|
import type { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRepositoryCommandInput extends DeleteRepositoryInput {
|
|
|
22
22
|
export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRepositoryCommand_base: {
|
|
25
|
-
new (input: DeleteRepositoryCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRepositoryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>De-register and unlink your repository.</p>
|