@aws-sdk/client-appconfig 3.34.0 → 3.35.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 +12 -0
- package/{dist/cjs → dist-cjs}/AppConfig.js +1 -1
- package/dist-cjs/AppConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/AppConfigClient.js +8 -8
- package/dist-cjs/AppConfigClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateConfigurationProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateDeploymentStrategyCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateHostedConfigurationVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteDeploymentStrategyCommand.js +2 -2
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteHostedConfigurationVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetApplicationCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetConfigurationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetConfigurationProfileCommand.js +2 -2
- package/dist-cjs/commands/GetConfigurationProfileCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetDeploymentStrategyCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetHostedConfigurationVersionCommand.js +2 -2
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListConfigurationProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListDeploymentStrategiesCommand.js +2 -2
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/ListDeploymentsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListHostedConfigurationVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StartDeploymentCommand.js +2 -2
- package/dist-cjs/commands/StartDeploymentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StopDeploymentCommand.js +2 -2
- package/dist-cjs/commands/StopDeploymentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateDeploymentStrategyCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ValidateConfigurationCommand.js +2 -2
- package/dist-cjs/commands/ValidateConfigurationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListApplicationsPaginator.js +0 -0
- package/dist-cjs/pagination/ListApplicationsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListConfigurationProfilesPaginator.js +0 -0
- package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListDeploymentStrategiesPaginator.js +0 -0
- package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListDeploymentsPaginator.js +0 -0
- package/dist-cjs/pagination/ListDeploymentsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListEnvironmentsPaginator.js +0 -0
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListHostedConfigurationVersionsPaginator.js +0 -0
- package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +4 -4
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -1
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +3 -2
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/AppConfig.js +1 -1
- package/dist-es/AppConfig.js.map +1 -0
- package/{dist/es → dist-es}/AppConfigClient.js +1 -1
- package/dist-es/AppConfigClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationProfileCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateDeploymentStrategyCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentStrategyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateHostedConfigurationVersionCommand.js +2 -2
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationProfileCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteDeploymentStrategyCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteHostedConfigurationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetConfigurationCommand.js +2 -2
- package/dist-es/commands/GetConfigurationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/GetConfigurationProfileCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetDeploymentCommand.js +2 -2
- package/dist-es/commands/GetDeploymentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetDeploymentStrategyCommand.js +2 -2
- package/dist-es/commands/GetDeploymentStrategyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetHostedConfigurationVersionCommand.js +2 -2
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListConfigurationProfilesCommand.js +2 -2
- package/dist-es/commands/ListConfigurationProfilesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListDeploymentStrategiesCommand.js +2 -2
- package/dist-es/commands/ListDeploymentStrategiesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListHostedConfigurationVersionsCommand.js +2 -2
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StartDeploymentCommand.js +2 -2
- package/dist-es/commands/StartDeploymentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StopDeploymentCommand.js +2 -2
- package/dist-es/commands/StopDeploymentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationProfileCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateDeploymentStrategyCommand.js +2 -2
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ValidateConfigurationCommand.js +2 -2
- package/dist-es/commands/ValidateConfigurationCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/pagination/ListApplicationsPaginator.js +0 -0
- package/dist-es/pagination/ListApplicationsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListConfigurationProfilesPaginator.js +0 -0
- package/dist-es/pagination/ListConfigurationProfilesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListDeploymentStrategiesPaginator.js +0 -0
- package/dist-es/pagination/ListDeploymentStrategiesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListDeploymentsPaginator.js +0 -0
- package/dist-es/pagination/ListDeploymentsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListEnvironmentsPaginator.js +0 -0
- package/dist-es/pagination/ListEnvironmentsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListHostedConfigurationVersionsPaginator.js +0 -0
- package/dist-es/pagination/ListHostedConfigurationVersionsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -1
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -2
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -1
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/AppConfig.d.ts +2 -2
- package/{dist/types → dist-types}/AppConfigClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConfigurationProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDeploymentStrategyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConfigurationProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDeploymentStrategyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetConfigurationProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDeploymentStrategyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetHostedConfigurationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConfigurationProfilesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeploymentStrategiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeploymentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConfigurationProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDeploymentStrategyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ValidateConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListConfigurationProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDeploymentStrategiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListHostedConfigurationVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/AppConfig.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/AppConfigClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetConfigurationProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StopDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ValidateConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListConfigurationProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentStrategiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListHostedConfigurationVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/{AppConfig.ts → src/AppConfig.ts} +7 -6
- package/{AppConfigClient.ts → src/AppConfigClient.ts} +59 -58
- package/{commands → src/commands}/CreateApplicationCommand.ts +8 -7
- package/{commands → src/commands}/CreateConfigurationProfileCommand.ts +8 -7
- package/{commands → src/commands}/CreateDeploymentStrategyCommand.ts +8 -7
- package/{commands → src/commands}/CreateEnvironmentCommand.ts +8 -7
- package/{commands → src/commands}/CreateHostedConfigurationVersionCommand.ts +8 -7
- package/{commands → src/commands}/DeleteApplicationCommand.ts +8 -7
- package/{commands → src/commands}/DeleteConfigurationProfileCommand.ts +8 -7
- package/{commands → src/commands}/DeleteDeploymentStrategyCommand.ts +8 -7
- package/{commands → src/commands}/DeleteEnvironmentCommand.ts +8 -7
- package/{commands → src/commands}/DeleteHostedConfigurationVersionCommand.ts +8 -7
- package/{commands → src/commands}/GetApplicationCommand.ts +8 -7
- package/{commands → src/commands}/GetConfigurationCommand.ts +8 -7
- package/{commands → src/commands}/GetConfigurationProfileCommand.ts +8 -7
- package/{commands → src/commands}/GetDeploymentCommand.ts +8 -7
- package/{commands → src/commands}/GetDeploymentStrategyCommand.ts +8 -7
- package/{commands → src/commands}/GetEnvironmentCommand.ts +8 -7
- package/{commands → src/commands}/GetHostedConfigurationVersionCommand.ts +8 -7
- package/{commands → src/commands}/ListApplicationsCommand.ts +8 -7
- package/{commands → src/commands}/ListConfigurationProfilesCommand.ts +8 -7
- package/{commands → src/commands}/ListDeploymentStrategiesCommand.ts +8 -7
- package/{commands → src/commands}/ListDeploymentsCommand.ts +8 -7
- package/{commands → src/commands}/ListEnvironmentsCommand.ts +8 -7
- package/{commands → src/commands}/ListHostedConfigurationVersionsCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
- package/{commands → src/commands}/StartDeploymentCommand.ts +8 -7
- package/{commands → src/commands}/StopDeploymentCommand.ts +8 -7
- package/{commands → src/commands}/TagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UpdateApplicationCommand.ts +8 -7
- package/{commands → src/commands}/UpdateConfigurationProfileCommand.ts +8 -7
- package/{commands → src/commands}/UpdateDeploymentStrategyCommand.ts +8 -7
- package/{commands → src/commands}/UpdateEnvironmentCommand.ts +8 -7
- package/{commands → src/commands}/ValidateConfigurationCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListApplicationsPaginator.ts +2 -1
- package/{pagination → src/pagination}/ListConfigurationProfilesPaginator.ts +2 -1
- package/{pagination → src/pagination}/ListDeploymentStrategiesPaginator.ts +2 -1
- package/{pagination → src/pagination}/ListDeploymentsPaginator.ts +2 -1
- package/{pagination → src/pagination}/ListEnvironmentsPaginator.ts +2 -1
- package/{pagination → src/pagination}/ListHostedConfigurationVersionsPaginator.ts +2 -1
- package/{protocols → src/protocols}/Aws_restJson1.ts +58 -57
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/dist/cjs/AppConfig.js.map +0 -1
- package/dist/cjs/AppConfigClient.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeploymentStrategyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/GetConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetConfigurationProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentStrategyCommand.js.map +0 -1
- package/dist/cjs/commands/GetEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/ListApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListConfigurationProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeploymentStrategiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/StopDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConfigurationProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateConfigurationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/AppConfig.js.map +0 -1
- package/dist/es/AppConfigClient.js.map +0 -1
- package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateConfigurationProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateDeploymentStrategyCommand.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
- package/dist/es/commands/GetApplicationCommand.js.map +0 -1
- package/dist/es/commands/GetConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetConfigurationProfileCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentStrategyCommand.js.map +0 -1
- package/dist/es/commands/GetEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
- package/dist/es/commands/ListApplicationsCommand.js.map +0 -1
- package/dist/es/commands/ListConfigurationProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListDeploymentStrategiesCommand.js.map +0 -1
- package/dist/es/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/StartDeploymentCommand.js.map +0 -1
- package/dist/es/commands/StopDeploymentCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateConfigurationProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/ValidateConfigurationCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
|
@@ -1,3 +1,54 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
resolveEndpointsConfig,
|
|
7
|
+
resolveRegionConfig,
|
|
8
|
+
} from "@aws-sdk/config-resolver";
|
|
9
|
+
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
10
|
+
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
12
|
+
HostHeaderInputConfig,
|
|
13
|
+
HostHeaderResolvedConfig,
|
|
14
|
+
resolveHostHeaderConfig,
|
|
15
|
+
} from "@aws-sdk/middleware-host-header";
|
|
16
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
18
|
+
import {
|
|
19
|
+
AwsAuthInputConfig,
|
|
20
|
+
AwsAuthResolvedConfig,
|
|
21
|
+
getAwsAuthPlugin,
|
|
22
|
+
resolveAwsAuthConfig,
|
|
23
|
+
} from "@aws-sdk/middleware-signing";
|
|
24
|
+
import {
|
|
25
|
+
getUserAgentPlugin,
|
|
26
|
+
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
29
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
30
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
31
|
+
import {
|
|
32
|
+
Client as __Client,
|
|
33
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
34
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
35
|
+
} from "@aws-sdk/smithy-client";
|
|
36
|
+
import {
|
|
37
|
+
Credentials as __Credentials,
|
|
38
|
+
Decoder as __Decoder,
|
|
39
|
+
Encoder as __Encoder,
|
|
40
|
+
Hash as __Hash,
|
|
41
|
+
HashConstructor as __HashConstructor,
|
|
42
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
43
|
+
Logger as __Logger,
|
|
44
|
+
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
47
|
+
StreamCollector as __StreamCollector,
|
|
48
|
+
UrlParser as __UrlParser,
|
|
49
|
+
UserAgent as __UserAgent,
|
|
50
|
+
} from "@aws-sdk/types";
|
|
51
|
+
|
|
1
52
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
2
53
|
import {
|
|
3
54
|
CreateConfigurationProfileCommandInput,
|
|
@@ -47,11 +98,11 @@ import {
|
|
|
47
98
|
ListConfigurationProfilesCommandInput,
|
|
48
99
|
ListConfigurationProfilesCommandOutput,
|
|
49
100
|
} from "./commands/ListConfigurationProfilesCommand";
|
|
101
|
+
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
|
|
50
102
|
import {
|
|
51
103
|
ListDeploymentStrategiesCommandInput,
|
|
52
104
|
ListDeploymentStrategiesCommandOutput,
|
|
53
105
|
} from "./commands/ListDeploymentStrategiesCommand";
|
|
54
|
-
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
|
|
55
106
|
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
56
107
|
import {
|
|
57
108
|
ListHostedConfigurationVersionsCommandInput,
|
|
@@ -80,56 +131,6 @@ import {
|
|
|
80
131
|
ValidateConfigurationCommandOutput,
|
|
81
132
|
} from "./commands/ValidateConfigurationCommand";
|
|
82
133
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
83
|
-
import {
|
|
84
|
-
EndpointsInputConfig,
|
|
85
|
-
EndpointsResolvedConfig,
|
|
86
|
-
RegionInputConfig,
|
|
87
|
-
RegionResolvedConfig,
|
|
88
|
-
resolveEndpointsConfig,
|
|
89
|
-
resolveRegionConfig,
|
|
90
|
-
} from "@aws-sdk/config-resolver";
|
|
91
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
92
|
-
import {
|
|
93
|
-
HostHeaderInputConfig,
|
|
94
|
-
HostHeaderResolvedConfig,
|
|
95
|
-
getHostHeaderPlugin,
|
|
96
|
-
resolveHostHeaderConfig,
|
|
97
|
-
} from "@aws-sdk/middleware-host-header";
|
|
98
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
99
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
100
|
-
import {
|
|
101
|
-
AwsAuthInputConfig,
|
|
102
|
-
AwsAuthResolvedConfig,
|
|
103
|
-
getAwsAuthPlugin,
|
|
104
|
-
resolveAwsAuthConfig,
|
|
105
|
-
} from "@aws-sdk/middleware-signing";
|
|
106
|
-
import {
|
|
107
|
-
UserAgentInputConfig,
|
|
108
|
-
UserAgentResolvedConfig,
|
|
109
|
-
getUserAgentPlugin,
|
|
110
|
-
resolveUserAgentConfig,
|
|
111
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
112
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
113
|
-
import {
|
|
114
|
-
Client as __Client,
|
|
115
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
116
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
117
|
-
} from "@aws-sdk/smithy-client";
|
|
118
|
-
import {
|
|
119
|
-
Provider,
|
|
120
|
-
RegionInfoProvider,
|
|
121
|
-
Credentials as __Credentials,
|
|
122
|
-
Decoder as __Decoder,
|
|
123
|
-
Encoder as __Encoder,
|
|
124
|
-
Hash as __Hash,
|
|
125
|
-
HashConstructor as __HashConstructor,
|
|
126
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
127
|
-
Logger as __Logger,
|
|
128
|
-
Provider as __Provider,
|
|
129
|
-
StreamCollector as __StreamCollector,
|
|
130
|
-
UrlParser as __UrlParser,
|
|
131
|
-
UserAgent as __UserAgent,
|
|
132
|
-
} from "@aws-sdk/types";
|
|
133
134
|
|
|
134
135
|
export type ServiceInputTypes =
|
|
135
136
|
| CreateApplicationCommandInput
|
|
@@ -402,13 +403,13 @@ export class AppConfigClient extends __Client<
|
|
|
402
403
|
readonly config: AppConfigClientResolvedConfig;
|
|
403
404
|
|
|
404
405
|
constructor(configuration: AppConfigClientConfig) {
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
406
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
407
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
408
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
409
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
410
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
411
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
412
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
412
413
|
super(_config_6);
|
|
413
414
|
this.config = _config_6;
|
|
414
415
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { Application, CreateApplicationRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateApplicationCommand,
|
|
5
|
-
serializeAws_restJson1CreateApplicationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { Application, CreateApplicationRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateApplicationCommand,
|
|
18
|
+
serializeAws_restJson1CreateApplicationCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateApplicationCommandInput extends CreateApplicationRequest {}
|
|
21
22
|
export interface CreateApplicationCommandOutput extends Application, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { ConfigurationProfile, CreateConfigurationProfileRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateConfigurationProfileCommand,
|
|
5
|
-
serializeAws_restJson1CreateConfigurationProfileCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { ConfigurationProfile, CreateConfigurationProfileRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateConfigurationProfileCommand,
|
|
18
|
+
serializeAws_restJson1CreateConfigurationProfileCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateConfigurationProfileCommandInput extends CreateConfigurationProfileRequest {}
|
|
21
22
|
export interface CreateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { CreateDeploymentStrategyRequest, DeploymentStrategy } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateDeploymentStrategyCommand,
|
|
5
|
-
serializeAws_restJson1CreateDeploymentStrategyCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { CreateDeploymentStrategyRequest, DeploymentStrategy } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateDeploymentStrategyCommand,
|
|
18
|
+
serializeAws_restJson1CreateDeploymentStrategyCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateDeploymentStrategyCommandInput extends CreateDeploymentStrategyRequest {}
|
|
21
22
|
export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { CreateEnvironmentRequest, Environment } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateEnvironmentCommand,
|
|
5
|
-
serializeAws_restJson1CreateEnvironmentCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { CreateEnvironmentRequest, Environment } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateEnvironmentCommand,
|
|
18
|
+
serializeAws_restJson1CreateEnvironmentCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest {}
|
|
21
22
|
export interface CreateEnvironmentCommandOutput extends Environment, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { CreateHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateHostedConfigurationVersionCommand,
|
|
5
|
-
serializeAws_restJson1CreateHostedConfigurationVersionCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { CreateHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateHostedConfigurationVersionCommand,
|
|
18
|
+
serializeAws_restJson1CreateHostedConfigurationVersionCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateHostedConfigurationVersionCommandInput extends CreateHostedConfigurationVersionRequest {}
|
|
21
22
|
export interface CreateHostedConfigurationVersionCommandOutput extends HostedConfigurationVersion, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { DeleteApplicationRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteApplicationCommand,
|
|
5
|
-
serializeAws_restJson1DeleteApplicationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { DeleteApplicationRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DeleteApplicationCommand,
|
|
18
|
+
serializeAws_restJson1DeleteApplicationCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {}
|
|
21
22
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { DeleteConfigurationProfileRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteConfigurationProfileCommand,
|
|
5
|
-
serializeAws_restJson1DeleteConfigurationProfileCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { DeleteConfigurationProfileRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DeleteConfigurationProfileCommand,
|
|
18
|
+
serializeAws_restJson1DeleteConfigurationProfileCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteConfigurationProfileCommandInput extends DeleteConfigurationProfileRequest {}
|
|
21
22
|
export interface DeleteConfigurationProfileCommandOutput extends __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { DeleteDeploymentStrategyRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteDeploymentStrategyCommand,
|
|
5
|
-
serializeAws_restJson1DeleteDeploymentStrategyCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { DeleteDeploymentStrategyRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DeleteDeploymentStrategyCommand,
|
|
18
|
+
serializeAws_restJson1DeleteDeploymentStrategyCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteDeploymentStrategyCommandInput extends DeleteDeploymentStrategyRequest {}
|
|
21
22
|
export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { DeleteEnvironmentRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteEnvironmentCommand,
|
|
5
|
-
serializeAws_restJson1DeleteEnvironmentCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { DeleteEnvironmentRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DeleteEnvironmentCommand,
|
|
18
|
+
serializeAws_restJson1DeleteEnvironmentCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {}
|
|
21
22
|
export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteHostedConfigurationVersionCommand,
|
|
5
|
-
serializeAws_restJson1DeleteHostedConfigurationVersionCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DeleteHostedConfigurationVersionCommand,
|
|
18
|
+
serializeAws_restJson1DeleteHostedConfigurationVersionCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteHostedConfigurationVersionCommandInput extends DeleteHostedConfigurationVersionRequest {}
|
|
21
22
|
export interface DeleteHostedConfigurationVersionCommandOutput extends __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { Application, GetApplicationRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetApplicationCommand,
|
|
5
|
-
serializeAws_restJson1GetApplicationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { Application, GetApplicationRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1GetApplicationCommand,
|
|
18
|
+
serializeAws_restJson1GetApplicationCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
21
22
|
export interface GetApplicationCommandOutput extends Application, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { Configuration, GetConfigurationRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetConfigurationCommand,
|
|
5
|
-
serializeAws_restJson1GetConfigurationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { Configuration, GetConfigurationRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1GetConfigurationCommand,
|
|
18
|
+
serializeAws_restJson1GetConfigurationCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
|
|
21
22
|
export interface GetConfigurationCommandOutput extends Configuration, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { ConfigurationProfile, GetConfigurationProfileRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetConfigurationProfileCommand,
|
|
5
|
-
serializeAws_restJson1GetConfigurationProfileCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { ConfigurationProfile, GetConfigurationProfileRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1GetConfigurationProfileCommand,
|
|
18
|
+
serializeAws_restJson1GetConfigurationProfileCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface GetConfigurationProfileCommandInput extends GetConfigurationProfileRequest {}
|
|
21
22
|
export interface GetConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { Deployment, GetDeploymentRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetDeploymentCommand,
|
|
5
|
-
serializeAws_restJson1GetDeploymentCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { Deployment, GetDeploymentRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1GetDeploymentCommand,
|
|
18
|
+
serializeAws_restJson1GetDeploymentCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
21
22
|
export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetDeploymentStrategyCommand,
|
|
5
|
-
serializeAws_restJson1GetDeploymentStrategyCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1GetDeploymentStrategyCommand,
|
|
18
|
+
serializeAws_restJson1GetDeploymentStrategyCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface GetDeploymentStrategyCommandInput extends GetDeploymentStrategyRequest {}
|
|
21
22
|
export interface GetDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
2
|
-
import { Environment, GetEnvironmentRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetEnvironmentCommand,
|
|
5
|
-
serializeAws_restJson1GetEnvironmentCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
15
|
+
import { Environment, GetEnvironmentRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1GetEnvironmentCommand,
|
|
18
|
+
serializeAws_restJson1GetEnvironmentCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
21
22
|
export interface GetEnvironmentCommandOutput extends Environment, __MetadataBearer {}
|
|
22
23
|
|