@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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteServiceCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteServiceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteServiceCommandInput);
|
|
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 DeleteServiceTemplateCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteServiceTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteServiceTemplateCommandInput);
|
|
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 DeleteServiceTemplateVersionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteServiceTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteServiceTemplateVersionCommandInput);
|
|
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 DeleteTemplateSyncConfigCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteTemplateSyncConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteTemplateSyncConfigCommandInput);
|
|
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 GetAccountSettingsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetAccountSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetAccountSettingsCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class GetComponentCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetComponentCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetComponentCommandInput);
|
|
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 GetEnvironmentAccountConnectionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetEnvironmentAccountConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEnvironmentAccountConnectionCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class GetEnvironmentCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetEnvironmentCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetEnvironmentCommandInput);
|
|
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 GetEnvironmentTemplateCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetEnvironmentTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEnvironmentTemplateCommandInput);
|
|
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 GetEnvironmentTemplateVersionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetEnvironmentTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEnvironmentTemplateVersionCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class GetRepositoryCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetRepositoryCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetRepositoryCommandInput);
|
|
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 GetRepositorySyncStatusCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetRepositorySyncStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetRepositorySyncStatusCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class GetServiceCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetServiceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetServiceCommandInput);
|
|
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 GetServiceInstanceCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetServiceInstanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetServiceInstanceCommandInput);
|
|
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 GetServiceTemplateCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetServiceTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetServiceTemplateCommandInput);
|
|
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 GetServiceTemplateVersionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetServiceTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetServiceTemplateVersionCommandInput);
|
|
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 GetTemplateSyncConfigCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetTemplateSyncConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemplateSyncConfigCommandInput);
|
|
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 GetTemplateSyncStatusCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetTemplateSyncStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemplateSyncStatusCommandInput);
|
|
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 ListComponentOutputsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListComponentOutputsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListComponentOutputsCommandInput);
|
|
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 ListComponentProvisionedResourcesCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListComponentProvisionedResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListComponentProvisionedResourcesCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class ListComponentsCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListComponentsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListComponentsCommandInput);
|
|
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 ListEnvironmentAccountConnectionsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEnvironmentAccountConnectionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentAccountConnectionsCommandInput);
|
|
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 ListEnvironmentOutputsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEnvironmentOutputsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentOutputsCommandInput);
|
|
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 ListEnvironmentProvisionedResourcesCommand extends $Command
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEnvironmentProvisionedResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentProvisionedResourcesCommandInput);
|
|
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 ListEnvironmentTemplateVersionsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEnvironmentTemplateVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentTemplateVersionsCommandInput);
|
|
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 ListEnvironmentTemplatesCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEnvironmentTemplatesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentTemplatesCommandInput);
|
|
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 ListEnvironmentsCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListEnvironmentsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListEnvironmentsCommandInput);
|
|
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,
|
|
@@ -24,6 +25,7 @@ export declare class ListRepositoriesCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListRepositoriesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListRepositoriesCommandInput);
|
|
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 ListRepositorySyncDefinitionsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListRepositorySyncDefinitionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListRepositorySyncDefinitionsCommandInput);
|
|
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 ListServiceInstanceOutputsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListServiceInstanceOutputsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceInstanceOutputsCommandInput);
|
|
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 ListServiceInstanceProvisionedResourcesCommand extends $Com
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListServiceInstanceProvisionedResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceInstanceProvisionedResourcesCommandInput);
|
|
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 ListServiceInstancesCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListServiceInstancesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceInstancesCommandInput);
|
|
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 ListServicePipelineOutputsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListServicePipelineOutputsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServicePipelineOutputsCommandInput);
|
|
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 ListServicePipelineProvisionedResourcesCommand extends $Com
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListServicePipelineProvisionedResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServicePipelineProvisionedResourcesCommandInput);
|
|
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 ListServiceTemplateVersionsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListServiceTemplateVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceTemplateVersionsCommandInput);
|
|
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 ListServiceTemplatesCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListServiceTemplatesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceTemplatesCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class ListServicesCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListServicesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListServicesCommandInput);
|
|
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 ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
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 NotifyResourceDeploymentStatusChangeCommand extends $Comman
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: NotifyResourceDeploymentStatusChangeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: NotifyResourceDeploymentStatusChangeCommandInput);
|
|
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 RejectEnvironmentAccountConnectionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RejectEnvironmentAccountConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RejectEnvironmentAccountConnectionCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
22
|
ProtonClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: UntagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: UntagResourceCommandInput);
|
|
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 UpdateAccountSettingsCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateAccountSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAccountSettingsCommandInput);
|
|
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 UpdateComponentCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateComponentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateComponentCommandInput);
|
|
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 UpdateEnvironmentAccountConnectionCommand extends $Command<
|
|
|
25
26
|
ProtonClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateEnvironmentAccountConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateEnvironmentAccountConnectionCommandInput);
|
|
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 UpdateEnvironmentCommand extends $Command<
|
|
|
24
25
|
ProtonClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateEnvironmentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateEnvironmentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|