@aws-sdk/client-proton 3.194.0 → 3.196.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 +5 -3
- 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 { DeleteEnvironmentTemplateInput, DeleteEnvironmentTemplateOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmen
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteEnvironmentTemplateCommand extends $Command<DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteEnvironmentTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteEnvironmentTemplateCommandInput);
|
|
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 { DeleteEnvironmentTemplateVersionInput, DeleteEnvironmentTemplateVersionOutput } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnv
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DeleteEnvironmentTemplateVersionCommand extends $Command<DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
|
|
32
33
|
readonly input: DeleteEnvironmentTemplateVersionCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DeleteEnvironmentTemplateVersionCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @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 { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteRepositoryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteRepositoryCommandInput);
|
|
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 { DeleteServiceInput, DeleteServiceOutput } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __Metad
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, ProtonClientResolvedConfig> {
|
|
33
34
|
readonly input: DeleteServiceCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: DeleteServiceCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @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 { DeleteServiceTemplateInput, DeleteServiceTemplateOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteServiceTemplateCommand extends $Command<DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteServiceTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteServiceTemplateCommandInput);
|
|
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 { DeleteServiceTemplateVersionInput, DeleteServiceTemplateVersionOutput } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface DeleteServiceTemplateVersionCommandOutput extends DeleteService
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DeleteServiceTemplateVersionCommand extends $Command<DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
|
|
32
33
|
readonly input: DeleteServiceTemplateVersionCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DeleteServiceTemplateVersionCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @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 { DeleteTemplateSyncConfigInput, DeleteTemplateSyncConfigOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteTemplateSyncConfigCommandOutput extends DeleteTemplateSyn
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteTemplateSyncConfigCommand extends $Command<DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteTemplateSyncConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteTemplateSyncConfigCommandInput);
|
|
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 { GetAccountSettingsInput, GetAccountSettingsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsOutpu
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetAccountSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetAccountSettingsCommandInput);
|
|
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 { GetComponentInput, GetComponentOutput } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface GetComponentCommandOutput extends GetComponentOutput, __Metadat
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, ProtonClientResolvedConfig> {
|
|
30
31
|
readonly input: GetComponentCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: GetComponentCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @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 { GetEnvironmentAccountConnectionInput, GetEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface GetEnvironmentAccountConnectionCommandOutput extends GetEnviron
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class GetEnvironmentAccountConnectionCommand extends $Command<GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
|
|
29
30
|
readonly input: GetEnvironmentAccountConnectionCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: GetEnvironmentAccountConnectionCommandInput);
|
|
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 { GetEnvironmentInput, GetEnvironmentOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentOutput, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetEnvironmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEnvironmentCommandInput);
|
|
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 { GetEnvironmentTemplateInput, GetEnvironmentTemplateOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetEnvironmentTemplateCommandOutput extends GetEnvironmentTempl
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetEnvironmentTemplateCommand extends $Command<GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetEnvironmentTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEnvironmentTemplateCommandInput);
|
|
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 { GetEnvironmentTemplateVersionInput, GetEnvironmentTemplateVersionOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetEnvironmentTemplateVersionCommandOutput extends GetEnvironme
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetEnvironmentTemplateVersionCommand extends $Command<GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetEnvironmentTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEnvironmentTemplateVersionCommandInput);
|
|
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 { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetRepositoryCommand extends $Command<GetRepositoryCommandInput, GetRepositoryCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetRepositoryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetRepositoryCommandInput);
|
|
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 { GetRepositorySyncStatusInput, GetRepositorySyncStatusOutput } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncS
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class GetRepositorySyncStatusCommand extends $Command<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, ProtonClientResolvedConfig> {
|
|
34
35
|
readonly input: GetRepositorySyncStatusCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: GetRepositorySyncStatusCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @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 { GetServiceInput, GetServiceOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetServiceCommandOutput extends GetServiceOutput, __MetadataBea
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetServiceCommand extends $Command<GetServiceCommandInput, GetServiceCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetServiceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetServiceCommandInput);
|
|
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 { GetServiceInstanceInput, GetServiceInstanceOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetServiceInstanceCommandOutput extends GetServiceInstanceOutpu
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetServiceInstanceCommand extends $Command<GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetServiceInstanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetServiceInstanceCommandInput);
|
|
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 { GetServiceTemplateInput, GetServiceTemplateOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetServiceTemplateCommandOutput extends GetServiceTemplateOutpu
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetServiceTemplateCommand extends $Command<GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetServiceTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetServiceTemplateCommandInput);
|
|
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 { GetServiceTemplateVersionInput, GetServiceTemplateVersionOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetServiceTemplateVersionCommandOutput extends GetServiceTempla
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetServiceTemplateVersionCommand extends $Command<GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetServiceTemplateVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetServiceTemplateVersionCommandInput);
|
|
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 { GetTemplateSyncConfigInput, GetTemplateSyncConfigOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetTemplateSyncConfigCommandOutput extends GetTemplateSyncConfi
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetTemplateSyncConfigCommand extends $Command<GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetTemplateSyncConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemplateSyncConfigCommandInput);
|
|
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 { GetTemplateSyncStatusInput, GetTemplateSyncStatusOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetTemplateSyncStatusCommandOutput extends GetTemplateSyncStatu
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetTemplateSyncStatusCommand extends $Command<GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: GetTemplateSyncStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemplateSyncStatusCommandInput);
|
|
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 { ListComponentOutputsInput, ListComponentOutputsOutput } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface ListComponentOutputsCommandOutput extends ListComponentOutputsO
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListComponentOutputsCommand extends $Command<ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput, ProtonClientResolvedConfig> {
|
|
30
31
|
readonly input: ListComponentOutputsCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListComponentOutputsCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @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 { ListComponentProvisionedResourcesInput, ListComponentProvisionedResourcesOutput } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface ListComponentProvisionedResourcesCommandOutput extends ListComp
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListComponentProvisionedResourcesCommand extends $Command<ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput, ProtonClientResolvedConfig> {
|
|
30
31
|
readonly input: ListComponentProvisionedResourcesCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListComponentProvisionedResourcesCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @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 { ListComponentsInput, ListComponentsOutput } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface ListComponentsCommandOutput extends ListComponentsOutput, __Met
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, ProtonClientResolvedConfig> {
|
|
30
31
|
readonly input: ListComponentsCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListComponentsCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @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 { ListEnvironmentAccountConnectionsInput, ListEnvironmentAccountConnectionsOutput } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface ListEnvironmentAccountConnectionsCommandOutput extends ListEnvi
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListEnvironmentAccountConnectionsCommand extends $Command<ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput, ProtonClientResolvedConfig> {
|
|
29
30
|
readonly input: ListEnvironmentAccountConnectionsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListEnvironmentAccountConnectionsCommandInput);
|
|
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 { ListEnvironmentOutputsInput, ListEnvironmentOutputsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListEnvironmentOutputsCommandOutput extends ListEnvironmentOutp
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListEnvironmentOutputsCommand extends $Command<ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListEnvironmentOutputsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentOutputsCommandInput);
|
|
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 { ListEnvironmentProvisionedResourcesInput, ListEnvironmentProvisionedResourcesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListEnvironmentProvisionedResourcesCommandOutput extends ListEn
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListEnvironmentProvisionedResourcesCommand extends $Command<ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListEnvironmentProvisionedResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentProvisionedResourcesCommandInput);
|
|
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 { ListEnvironmentTemplateVersionsInput, ListEnvironmentTemplateVersionsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListEnvironmentTemplateVersionsCommandOutput extends ListEnviro
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListEnvironmentTemplateVersionsCommand extends $Command<ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListEnvironmentTemplateVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentTemplateVersionsCommandInput);
|
|
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 { ListEnvironmentTemplatesInput, ListEnvironmentTemplatesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListEnvironmentTemplatesCommandOutput extends ListEnvironmentTe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListEnvironmentTemplatesCommand extends $Command<ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListEnvironmentTemplatesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentTemplatesCommandInput);
|
|
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 { ListEnvironmentsInput, ListEnvironmentsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsOutput, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListEnvironmentsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEnvironmentsCommandInput);
|
|
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 { ListRepositoriesInput, ListRepositoriesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListRepositoriesCommand extends $Command<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListRepositoriesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListRepositoriesCommandInput);
|
|
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 { ListRepositorySyncDefinitionsInput, ListRepositorySyncDefinitionsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListRepositorySyncDefinitionsCommandOutput extends ListReposito
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListRepositorySyncDefinitionsCommand extends $Command<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListRepositorySyncDefinitionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListRepositorySyncDefinitionsCommandInput);
|
|
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 { ListServiceInstanceOutputsInput, ListServiceInstanceOutputsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListServiceInstanceOutputsCommandOutput extends ListServiceInst
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListServiceInstanceOutputsCommand extends $Command<ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListServiceInstanceOutputsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceInstanceOutputsCommandInput);
|
|
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 { ListServiceInstanceProvisionedResourcesInput, ListServiceInstanceProvisionedResourcesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListServiceInstanceProvisionedResourcesCommandOutput extends Li
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListServiceInstanceProvisionedResourcesCommand extends $Command<ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListServiceInstanceProvisionedResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceInstanceProvisionedResourcesCommandInput);
|
|
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 { ListServiceInstancesInput, ListServiceInstancesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListServiceInstancesCommandOutput extends ListServiceInstancesO
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListServiceInstancesCommand extends $Command<ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListServiceInstancesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceInstancesCommandInput);
|
|
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 { ListServicePipelineOutputsInput, ListServicePipelineOutputsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListServicePipelineOutputsCommandOutput extends ListServicePipe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListServicePipelineOutputsCommand extends $Command<ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListServicePipelineOutputsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServicePipelineOutputsCommandInput);
|
|
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 { ListServicePipelineProvisionedResourcesInput, ListServicePipelineProvisionedResourcesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListServicePipelineProvisionedResourcesCommandOutput extends Li
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListServicePipelineProvisionedResourcesCommand extends $Command<ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListServicePipelineProvisionedResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServicePipelineProvisionedResourcesCommandInput);
|
|
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 { ListServiceTemplateVersionsInput, ListServiceTemplateVersionsOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListServiceTemplateVersionsCommandOutput extends ListServiceTem
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListServiceTemplateVersionsCommand extends $Command<ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListServiceTemplateVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceTemplateVersionsCommandInput);
|
|
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 { ListServiceTemplatesInput, ListServiceTemplatesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListServiceTemplatesCommandOutput extends ListServiceTemplatesO
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListServiceTemplatesCommand extends $Command<ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListServiceTemplatesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServiceTemplatesCommandInput);
|
|
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 { ListServicesInput, ListServicesOutput } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListServicesCommandOutput extends ListServicesOutput, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, ProtonClientResolvedConfig> {
|
|
27
28
|
readonly input: ListServicesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListServicesCommandInput);
|
|
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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ProtonClientResolvedConfig> {
|
|
28
29
|
readonly input: ListTagsForResourceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { NotifyResourceDeploymentStatusChangeInput, NotifyResourceDeploymentStatusChangeOutput } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface NotifyResourceDeploymentStatusChangeCommandOutput extends Notif
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class NotifyResourceDeploymentStatusChangeCommand extends $Command<NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput, ProtonClientResolvedConfig> {
|
|
28
29
|
readonly input: NotifyResourceDeploymentStatusChangeCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: NotifyResourceDeploymentStatusChangeCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { RejectEnvironmentAccountConnectionInput, RejectEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface RejectEnvironmentAccountConnectionCommandOutput extends RejectE
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class RejectEnvironmentAccountConnectionCommand extends $Command<RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
|
|
32
33
|
readonly input: RejectEnvironmentAccountConnectionCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: RejectEnvironmentAccountConnectionCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ProtonClientResolvedConfig> {
|
|
29
30
|
readonly input: TagResourceCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: TagResourceCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|