@aws-sdk/client-proton 3.193.0 → 3.195.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/ProtonClient.js +11 -8
- package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-cjs/commands/CancelComponentDeploymentCommand.js +10 -0
- package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +10 -0
- package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +10 -0
- package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +10 -0
- package/dist-cjs/commands/CreateComponentCommand.js +10 -0
- package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-cjs/commands/CreateEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateRepositoryCommand.js +10 -0
- package/dist-cjs/commands/CreateServiceCommand.js +10 -0
- package/dist-cjs/commands/CreateServiceTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +10 -0
- package/dist-cjs/commands/DeleteComponentCommand.js +10 -0
- package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/DeleteRepositoryCommand.js +10 -0
- package/dist-cjs/commands/DeleteServiceCommand.js +10 -0
- package/dist-cjs/commands/DeleteServiceTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +10 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetComponentCommand.js +10 -0
- package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-cjs/commands/GetEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/GetRepositoryCommand.js +10 -0
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +10 -0
- package/dist-cjs/commands/GetServiceCommand.js +10 -0
- package/dist-cjs/commands/GetServiceInstanceCommand.js +10 -0
- package/dist-cjs/commands/GetServiceTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +10 -0
- package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +10 -0
- package/dist-cjs/commands/ListComponentOutputsCommand.js +10 -0
- package/dist-cjs/commands/ListComponentProvisionedResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListComponentsCommand.js +10 -0
- package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +10 -0
- package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +10 -0
- package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListEnvironmentsCommand.js +10 -0
- package/dist-cjs/commands/ListRepositoriesCommand.js +10 -0
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +10 -0
- package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListServiceInstancesCommand.js +10 -0
- package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +10 -0
- package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListServiceTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListServicesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +10 -0
- package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateComponentCommand.js +10 -0
- package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +10 -0
- package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/UpdateServiceCommand.js +10 -0
- package/dist-cjs/commands/UpdateServiceInstanceCommand.js +10 -0
- package/dist-cjs/commands/UpdateServicePipelineCommand.js +10 -0
- package/dist-cjs/commands/UpdateServiceTemplateCommand.js +10 -0
- package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/ProtonClient.js +12 -9
- package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-es/commands/CancelComponentDeploymentCommand.js +10 -0
- package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +10 -0
- package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +10 -0
- package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +10 -0
- package/dist-es/commands/CreateComponentCommand.js +10 -0
- package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +10 -0
- package/dist-es/commands/CreateEnvironmentTemplateCommand.js +10 -0
- package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +10 -0
- package/dist-es/commands/CreateRepositoryCommand.js +10 -0
- package/dist-es/commands/CreateServiceCommand.js +10 -0
- package/dist-es/commands/CreateServiceTemplateCommand.js +10 -0
- package/dist-es/commands/CreateServiceTemplateVersionCommand.js +10 -0
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +10 -0
- package/dist-es/commands/DeleteComponentCommand.js +10 -0
- package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-es/commands/DeleteEnvironmentCommand.js +10 -0
- package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +10 -0
- package/dist-es/commands/DeleteRepositoryCommand.js +10 -0
- package/dist-es/commands/DeleteServiceCommand.js +10 -0
- package/dist-es/commands/DeleteServiceTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +10 -0
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +10 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +10 -0
- package/dist-es/commands/GetComponentCommand.js +10 -0
- package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-es/commands/GetEnvironmentCommand.js +10 -0
- package/dist-es/commands/GetEnvironmentTemplateCommand.js +10 -0
- package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +10 -0
- package/dist-es/commands/GetRepositoryCommand.js +10 -0
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +10 -0
- package/dist-es/commands/GetServiceCommand.js +10 -0
- package/dist-es/commands/GetServiceInstanceCommand.js +10 -0
- package/dist-es/commands/GetServiceTemplateCommand.js +10 -0
- package/dist-es/commands/GetServiceTemplateVersionCommand.js +10 -0
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +10 -0
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +10 -0
- package/dist-es/commands/ListComponentOutputsCommand.js +10 -0
- package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +10 -0
- package/dist-es/commands/ListComponentsCommand.js +10 -0
- package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +10 -0
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +10 -0
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +10 -0
- package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +10 -0
- package/dist-es/commands/ListEnvironmentTemplatesCommand.js +10 -0
- package/dist-es/commands/ListEnvironmentsCommand.js +10 -0
- package/dist-es/commands/ListRepositoriesCommand.js +10 -0
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +10 -0
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +10 -0
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +10 -0
- package/dist-es/commands/ListServiceInstancesCommand.js +10 -0
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +10 -0
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +10 -0
- package/dist-es/commands/ListServiceTemplateVersionsCommand.js +10 -0
- package/dist-es/commands/ListServiceTemplatesCommand.js +10 -0
- package/dist-es/commands/ListServicesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +10 -0
- package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAccountSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateComponentCommand.js +10 -0
- package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +10 -0
- package/dist-es/commands/UpdateEnvironmentCommand.js +10 -0
- package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +10 -0
- package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +10 -0
- package/dist-es/commands/UpdateServiceCommand.js +10 -0
- package/dist-es/commands/UpdateServiceInstanceCommand.js +10 -0
- package/dist-es/commands/UpdateServicePipelineCommand.js +10 -0
- package/dist-es/commands/UpdateServiceTemplateCommand.js +10 -0
- package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +10 -0
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/ProtonClient.d.ts +6 -9
- package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +2 -0
- package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetComponentCommand.d.ts +2 -0
- package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +2 -0
- package/dist-types/commands/ListComponentOutputsCommand.d.ts +2 -0
- package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -0
- package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +2 -0
- package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -0
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +2 -0
- package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListServicesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -0
- package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateComponentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServicePipelineCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/ProtonClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -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/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ProtonClientResolvedConfig> {
|
|
29
30
|
readonly input: UntagResourceCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UntagResourceCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAccountSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAccountSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateComponentInput, UpdateComponentOutput } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface UpdateComponentCommandOutput extends UpdateComponentOutput, __M
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class UpdateComponentCommand extends $Command<UpdateComponentCommandInput, UpdateComponentCommandOutput, ProtonClientResolvedConfig> {
|
|
35
36
|
readonly input: UpdateComponentCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: UpdateComponentCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateEnvironmentAccountConnectionInput, UpdateEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface UpdateEnvironmentAccountConnectionCommandOutput extends UpdateE
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateEnvironmentAccountConnectionCommand extends $Command<UpdateEnvironmentAccountConnectionCommandInput, UpdateEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateEnvironmentAccountConnectionCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateEnvironmentAccountConnectionCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateEnvironmentInput, UpdateEnvironmentOutput } from "../models/models_0";
|
|
@@ -73,6 +74,7 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentOutput,
|
|
|
73
74
|
*/
|
|
74
75
|
export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, ProtonClientResolvedConfig> {
|
|
75
76
|
readonly input: UpdateEnvironmentCommandInput;
|
|
77
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
78
|
constructor(input: UpdateEnvironmentCommandInput);
|
|
77
79
|
/**
|
|
78
80
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateEnvironmentTemplateInput, UpdateEnvironmentTemplateOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateEnvironmentTemplateCommandOutput extends UpdateEnvironmen
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateEnvironmentTemplateCommand extends $Command<UpdateEnvironmentTemplateCommandInput, UpdateEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateEnvironmentTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateEnvironmentTemplateCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateEnvironmentTemplateVersionInput, UpdateEnvironmentTemplateVersionOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateEnvironmentTemplateVersionCommandOutput extends UpdateEnv
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateEnvironmentTemplateVersionCommand extends $Command<UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateEnvironmentTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateEnvironmentTemplateVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateServiceInput, UpdateServiceOutput } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceOutput, __Metad
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class UpdateServiceCommand extends $Command<UpdateServiceCommandInput, UpdateServiceCommandOutput, ProtonClientResolvedConfig> {
|
|
38
39
|
readonly input: UpdateServiceCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: UpdateServiceCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateServiceInstanceInput, UpdateServiceInstanceOutput } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface UpdateServiceInstanceCommandOutput extends UpdateServiceInstanc
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class UpdateServiceInstanceCommand extends $Command<UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput, ProtonClientResolvedConfig> {
|
|
35
36
|
readonly input: UpdateServiceInstanceCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: UpdateServiceInstanceCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateServicePipelineInput, UpdateServicePipelineOutput } from "../models/models_0";
|
|
@@ -59,6 +60,7 @@ export interface UpdateServicePipelineCommandOutput extends UpdateServicePipelin
|
|
|
59
60
|
*/
|
|
60
61
|
export declare class UpdateServicePipelineCommand extends $Command<UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput, ProtonClientResolvedConfig> {
|
|
61
62
|
readonly input: UpdateServicePipelineCommandInput;
|
|
63
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
64
|
constructor(input: UpdateServicePipelineCommandInput);
|
|
63
65
|
/**
|
|
64
66
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateServiceTemplateInput, UpdateServiceTemplateOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateServiceTemplateCommandOutput extends UpdateServiceTemplat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateServiceTemplateCommand extends $Command<UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateServiceTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateServiceTemplateCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateServiceTemplateVersionInput, UpdateServiceTemplateVersionOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateServiceTemplateVersionCommandOutput extends UpdateService
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateServiceTemplateVersionCommand extends $Command<UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateServiceTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateServiceTemplateVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateTemplateSyncConfigInput, UpdateTemplateSyncConfigOutput } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyn
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateTemplateSyncConfigCommand extends $Command<UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateTemplateSyncConfigCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateTemplateSyncConfigCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { ProtonClientConfig } from "./ProtonClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -342,6 +343,11 @@ import {
|
|
|
342
343
|
UpdateTemplateSyncConfigCommandInput,
|
|
343
344
|
UpdateTemplateSyncConfigCommandOutput,
|
|
344
345
|
} from "./commands/UpdateTemplateSyncConfigCommand";
|
|
346
|
+
import {
|
|
347
|
+
ClientInputEndpointParameters,
|
|
348
|
+
ClientResolvedEndpointParameters,
|
|
349
|
+
EndpointParameters,
|
|
350
|
+
} from "./endpoint/EndpointParameters";
|
|
345
351
|
export declare type ServiceInputTypes =
|
|
346
352
|
| AcceptEnvironmentAccountConnectionCommandInput
|
|
347
353
|
| CancelComponentDeploymentCommandInput
|
|
@@ -515,7 +521,6 @@ export interface ClientDefaults
|
|
|
515
521
|
serviceId?: string;
|
|
516
522
|
region?: string | __Provider<string>;
|
|
517
523
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
518
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
519
524
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
520
525
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
521
526
|
}
|
|
@@ -524,21 +529,23 @@ declare type ProtonClientConfigType = Partial<
|
|
|
524
529
|
> &
|
|
525
530
|
ClientDefaults &
|
|
526
531
|
RegionInputConfig &
|
|
527
|
-
|
|
532
|
+
EndpointInputConfig<EndpointParameters> &
|
|
528
533
|
RetryInputConfig &
|
|
529
534
|
HostHeaderInputConfig &
|
|
530
535
|
AwsAuthInputConfig &
|
|
531
|
-
UserAgentInputConfig
|
|
536
|
+
UserAgentInputConfig &
|
|
537
|
+
ClientInputEndpointParameters;
|
|
532
538
|
export interface ProtonClientConfig extends ProtonClientConfigType {}
|
|
533
539
|
declare type ProtonClientResolvedConfigType =
|
|
534
540
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
535
541
|
Required<ClientDefaults> &
|
|
536
542
|
RegionResolvedConfig &
|
|
537
|
-
|
|
543
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
538
544
|
RetryResolvedConfig &
|
|
539
545
|
HostHeaderResolvedConfig &
|
|
540
546
|
AwsAuthResolvedConfig &
|
|
541
|
-
UserAgentResolvedConfig
|
|
547
|
+
UserAgentResolvedConfig &
|
|
548
|
+
ClientResolvedEndpointParameters;
|
|
542
549
|
export interface ProtonClientResolvedConfig
|
|
543
550
|
extends ProtonClientResolvedConfigType {}
|
|
544
551
|
export declare class ProtonClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AcceptEnvironmentAccountConnectionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AcceptEnvironmentAccountConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AcceptEnvironmentAccountConnectionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CancelComponentDeploymentCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CancelComponentDeploymentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CancelComponentDeploymentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CancelEnvironmentDeploymentCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CancelEnvironmentDeploymentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CancelEnvironmentDeploymentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CancelServiceInstanceDeploymentCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CancelServiceInstanceDeploymentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CancelServiceInstanceDeploymentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CancelServicePipelineDeploymentCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CancelServicePipelineDeploymentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CancelServicePipelineDeploymentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateComponentCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateComponentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateComponentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateEnvironmentAccountConnectionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateEnvironmentAccountConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateEnvironmentAccountConnectionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateEnvironmentCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateEnvironmentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateEnvironmentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateEnvironmentTemplateCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateEnvironmentTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateEnvironmentTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateEnvironmentTemplateVersionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateEnvironmentTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateEnvironmentTemplateVersionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateRepositoryCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateRepositoryCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateRepositoryCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateServiceCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateServiceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateServiceCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateServiceTemplateCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateServiceTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateServiceTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateServiceTemplateVersionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateServiceTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateServiceTemplateVersionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateTemplateSyncConfigCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateTemplateSyncConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateTemplateSyncConfigCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteComponentCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteComponentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteComponentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteEnvironmentAccountConnectionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteEnvironmentAccountConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteEnvironmentAccountConnectionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteEnvironmentCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteEnvironmentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteEnvironmentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteEnvironmentTemplateCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteEnvironmentTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteEnvironmentTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteEnvironmentTemplateVersionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteEnvironmentTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteEnvironmentTemplateVersionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteRepositoryCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteRepositoryCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteRepositoryCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|