@aws-sdk/client-elastic-beanstalk 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/ElasticBeanstalk.js +2 -20
- package/dist-cjs/ElasticBeanstalkClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AbortEnvironmentUpdateCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ApplyEnvironmentManagedActionCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CheckDNSAvailabilityCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ComposeEnvironmentsCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -28
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreatePlatformVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateStorageLocationCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationVersionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationTemplateCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentConfigurationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeletePlatformVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAccountAttributesCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeApplicationVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeApplicationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeConfigurationOptionsCommand.js +2 -30
- package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentHealthCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentResourcesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DescribeInstancesHealthCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribePlatformVersionCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListAvailableSolutionStacksCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListPlatformBranchesCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListPlatformVersionsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/RebuildEnvironmentCommand.js +2 -28
- package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RestartAppServerCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/RetrieveEnvironmentInfoCommand.js +2 -36
- package/{dist/cjs → dist-cjs}/commands/SwapEnvironmentCNAMEsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TerminateEnvironmentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationVersionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationTemplateCommand.js +2 -40
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/UpdateTagsForResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ValidateConfigurationSettingsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -436
- package/{dist/cjs → dist-cjs}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPlatformBranchesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPlatformVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +112 -115
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentExists.js +10 -20
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentTerminated.js +10 -20
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentUpdated.js +10 -20
- package/{dist/es → dist-es}/ElasticBeanstalk.js +2 -3
- package/{dist/es → dist-es}/ElasticBeanstalkClient.js +1 -2
- package/{dist/es → dist-es}/commands/AbortEnvironmentUpdateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ApplyEnvironmentManagedActionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CheckDNSAvailabilityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ComposeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreatePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateStorageLocationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEnvironmentConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAccountAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeApplicationVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeApplicationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationOptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentResourcesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEventsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeInstancesHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAvailableSolutionStacksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPlatformBranchesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPlatformVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RebuildEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RequestEnvironmentInfoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RestartAppServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RetrieveEnvironmentInfoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SwapEnvironmentCNAMEsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TerminateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ValidateConfigurationSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/DescribeEventsPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListPlatformBranchesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPlatformVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_query.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentExists.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentTerminated.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentUpdated.js +1 -2
- package/{dist/types → dist-types}/ElasticBeanstalk.d.ts +3 -3
- package/{dist/types → dist-types}/ElasticBeanstalkClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/AbortEnvironmentUpdateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckDNSAvailabilityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ComposeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateStorageLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccountAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApplicationVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationOptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeInstancesHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAvailableSolutionStacksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlatformBranchesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlatformVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RebuildEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RequestEnvironmentInfoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RestartAppServerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TerminateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ValidateConfigurationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → 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/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_query.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
- 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/ElasticBeanstalk.d.ts +51 -357
- package/{dist/types → dist-types}/ts3.4/ElasticBeanstalkClient.d.ts +33 -112
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreatePlatformVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +17 -0
- 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/ts3.4/models/models_0.d.ts +2081 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentExists.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +4 -11
- package/{dist/types → dist-types}/waiters/waitForEnvironmentExists.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForEnvironmentTerminated.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForEnvironmentUpdated.d.ts +2 -2
- package/package.json +46 -43
- package/ElasticBeanstalk.ts +0 -1960
- package/ElasticBeanstalkClient.ts +0 -507
- package/commands/AbortEnvironmentUpdateCommand.ts +0 -95
- package/commands/ApplyEnvironmentManagedActionCommand.ts +0 -101
- package/commands/AssociateEnvironmentOperationsRoleCommand.ts +0 -103
- package/commands/CheckDNSAvailabilityCommand.ts +0 -94
- package/commands/ComposeEnvironmentsCommand.ts +0 -99
- package/commands/CreateApplicationCommand.ts +0 -95
- package/commands/CreateApplicationVersionCommand.ts +0 -110
- package/commands/CreateConfigurationTemplateCommand.ts +0 -120
- package/commands/CreateEnvironmentCommand.ts +0 -95
- package/commands/CreatePlatformVersionCommand.ts +0 -94
- package/commands/CreateStorageLocationCommand.ts +0 -98
- package/commands/DeleteApplicationCommand.ts +0 -99
- package/commands/DeleteApplicationVersionCommand.ts +0 -98
- package/commands/DeleteConfigurationTemplateCommand.ts +0 -102
- package/commands/DeleteEnvironmentConfigurationCommand.ts +0 -105
- package/commands/DeletePlatformVersionCommand.ts +0 -94
- package/commands/DescribeAccountAttributesCommand.ts +0 -99
- package/commands/DescribeApplicationVersionsCommand.ts +0 -99
- package/commands/DescribeApplicationsCommand.ts +0 -94
- package/commands/DescribeConfigurationOptionsCommand.ts +0 -100
- package/commands/DescribeConfigurationSettingsCommand.ts +0 -113
- package/commands/DescribeEnvironmentHealthCommand.ts +0 -99
- package/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +0 -109
- package/commands/DescribeEnvironmentManagedActionsCommand.ts +0 -102
- package/commands/DescribeEnvironmentResourcesCommand.ts +0 -99
- package/commands/DescribeEnvironmentsCommand.ts +0 -94
- package/commands/DescribeEventsCommand.ts +0 -98
- package/commands/DescribeInstancesHealthCommand.ts +0 -96
- package/commands/DescribePlatformVersionCommand.ts +0 -97
- package/commands/DisassociateEnvironmentOperationsRoleCommand.ts +0 -104
- package/commands/ListAvailableSolutionStacksCommand.ts +0 -100
- package/commands/ListPlatformBranchesCommand.ts +0 -97
- package/commands/ListPlatformVersionsCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -97
- package/commands/RebuildEnvironmentCommand.ts +0 -95
- package/commands/RequestEnvironmentInfoCommand.ts +0 -109
- package/commands/RestartAppServerCommand.ts +0 -95
- package/commands/RetrieveEnvironmentInfoCommand.ts +0 -103
- package/commands/SwapEnvironmentCNAMEsCommand.ts +0 -94
- package/commands/TerminateEnvironmentCommand.ts +0 -94
- package/commands/UpdateApplicationCommand.ts +0 -98
- package/commands/UpdateApplicationResourceLifecycleCommand.ts +0 -105
- package/commands/UpdateApplicationVersionCommand.ts +0 -98
- package/commands/UpdateConfigurationTemplateCommand.ts +0 -110
- package/commands/UpdateEnvironmentCommand.ts +0 -102
- package/commands/UpdateTagsForResourceCommand.ts +0 -113
- package/commands/ValidateConfigurationSettingsCommand.ts +0 -102
- package/dist/cjs/ElasticBeanstalk.js.map +0 -1
- package/dist/cjs/ElasticBeanstalkClient.js +0 -58
- package/dist/cjs/ElasticBeanstalkClient.js.map +0 -1
- package/dist/cjs/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
- package/dist/cjs/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/cjs/commands/CheckDNSAvailabilityCommand.js.map +0 -1
- package/dist/cjs/commands/ComposeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationVersionCommand.js +0 -77
- package/dist/cjs/commands/CreateApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationTemplateCommand.js +0 -84
- package/dist/cjs/commands/CreateConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStorageLocationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicationVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js +0 -75
- package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstancesHealthCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlatformBranchesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlatformVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RebuildEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/RequestEnvironmentInfoCommand.js +0 -76
- package/dist/cjs/commands/RequestEnvironmentInfoCommand.js.map +0 -1
- package/dist/cjs/commands/RestartAppServerCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
- package/dist/cjs/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentCommand.js +0 -69
- package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTagsForResourceCommand.js +0 -80
- package/dist/cjs/commands/UpdateTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListPlatformBranchesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPlatformVersionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.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/cjs/waiters/waitForEnvironmentExists.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentTerminated.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentUpdated.js.map +0 -1
- package/dist/es/ElasticBeanstalk.js.map +0 -1
- package/dist/es/ElasticBeanstalkClient.js.map +0 -1
- package/dist/es/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
- package/dist/es/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
- package/dist/es/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/es/commands/CheckDNSAvailabilityCommand.js.map +0 -1
- package/dist/es/commands/ComposeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/CreatePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateStorageLocationCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicationVersionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstancesHealthCommand.js.map +0 -1
- package/dist/es/commands/DescribePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
- package/dist/es/commands/ListPlatformBranchesCommand.js.map +0 -1
- package/dist/es/commands/ListPlatformVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RebuildEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/RequestEnvironmentInfoCommand.js.map +0 -1
- package/dist/es/commands/RestartAppServerCommand.js.map +0 -1
- package/dist/es/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
- package/dist/es/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
- package/dist/es/commands/TerminateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -59
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- 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 -94
- package/dist/es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListPlatformBranchesPaginator.js.map +0 -1
- package/dist/es/pagination/ListPlatformVersionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_query.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
- package/dist/es/waiters/waitForEnvironmentExists.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentTerminated.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentUpdated.js.map +0 -1
- package/dist/types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStorageLocationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/RestartAppServerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4528
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5505
- package/pagination/DescribeEnvironmentManagedActionHistoryPaginator.ts +0 -58
- package/pagination/DescribeEventsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListPlatformBranchesPaginator.ts +0 -58
- package/pagination/ListPlatformVersionsPaginator.ts +0 -58
- package/protocols/Aws_query.ts +0 -8240
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForEnvironmentExists.ts +0 -73
- package/waiters/waitForEnvironmentTerminated.ts +0 -73
- package/waiters/waitForEnvironmentUpdated.ts +0 -73
|
@@ -1,507 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AbortEnvironmentUpdateCommandInput,
|
|
3
|
-
AbortEnvironmentUpdateCommandOutput,
|
|
4
|
-
} from "./commands/AbortEnvironmentUpdateCommand";
|
|
5
|
-
import {
|
|
6
|
-
ApplyEnvironmentManagedActionCommandInput,
|
|
7
|
-
ApplyEnvironmentManagedActionCommandOutput,
|
|
8
|
-
} from "./commands/ApplyEnvironmentManagedActionCommand";
|
|
9
|
-
import {
|
|
10
|
-
AssociateEnvironmentOperationsRoleCommandInput,
|
|
11
|
-
AssociateEnvironmentOperationsRoleCommandOutput,
|
|
12
|
-
} from "./commands/AssociateEnvironmentOperationsRoleCommand";
|
|
13
|
-
import {
|
|
14
|
-
CheckDNSAvailabilityCommandInput,
|
|
15
|
-
CheckDNSAvailabilityCommandOutput,
|
|
16
|
-
} from "./commands/CheckDNSAvailabilityCommand";
|
|
17
|
-
import {
|
|
18
|
-
ComposeEnvironmentsCommandInput,
|
|
19
|
-
ComposeEnvironmentsCommandOutput,
|
|
20
|
-
} from "./commands/ComposeEnvironmentsCommand";
|
|
21
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateApplicationVersionCommandInput,
|
|
24
|
-
CreateApplicationVersionCommandOutput,
|
|
25
|
-
} from "./commands/CreateApplicationVersionCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateConfigurationTemplateCommandInput,
|
|
28
|
-
CreateConfigurationTemplateCommandOutput,
|
|
29
|
-
} from "./commands/CreateConfigurationTemplateCommand";
|
|
30
|
-
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
31
|
-
import {
|
|
32
|
-
CreatePlatformVersionCommandInput,
|
|
33
|
-
CreatePlatformVersionCommandOutput,
|
|
34
|
-
} from "./commands/CreatePlatformVersionCommand";
|
|
35
|
-
import {
|
|
36
|
-
CreateStorageLocationCommandInput,
|
|
37
|
-
CreateStorageLocationCommandOutput,
|
|
38
|
-
} from "./commands/CreateStorageLocationCommand";
|
|
39
|
-
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
40
|
-
import {
|
|
41
|
-
DeleteApplicationVersionCommandInput,
|
|
42
|
-
DeleteApplicationVersionCommandOutput,
|
|
43
|
-
} from "./commands/DeleteApplicationVersionCommand";
|
|
44
|
-
import {
|
|
45
|
-
DeleteConfigurationTemplateCommandInput,
|
|
46
|
-
DeleteConfigurationTemplateCommandOutput,
|
|
47
|
-
} from "./commands/DeleteConfigurationTemplateCommand";
|
|
48
|
-
import {
|
|
49
|
-
DeleteEnvironmentConfigurationCommandInput,
|
|
50
|
-
DeleteEnvironmentConfigurationCommandOutput,
|
|
51
|
-
} from "./commands/DeleteEnvironmentConfigurationCommand";
|
|
52
|
-
import {
|
|
53
|
-
DeletePlatformVersionCommandInput,
|
|
54
|
-
DeletePlatformVersionCommandOutput,
|
|
55
|
-
} from "./commands/DeletePlatformVersionCommand";
|
|
56
|
-
import {
|
|
57
|
-
DescribeAccountAttributesCommandInput,
|
|
58
|
-
DescribeAccountAttributesCommandOutput,
|
|
59
|
-
} from "./commands/DescribeAccountAttributesCommand";
|
|
60
|
-
import {
|
|
61
|
-
DescribeApplicationVersionsCommandInput,
|
|
62
|
-
DescribeApplicationVersionsCommandOutput,
|
|
63
|
-
} from "./commands/DescribeApplicationVersionsCommand";
|
|
64
|
-
import {
|
|
65
|
-
DescribeApplicationsCommandInput,
|
|
66
|
-
DescribeApplicationsCommandOutput,
|
|
67
|
-
} from "./commands/DescribeApplicationsCommand";
|
|
68
|
-
import {
|
|
69
|
-
DescribeConfigurationOptionsCommandInput,
|
|
70
|
-
DescribeConfigurationOptionsCommandOutput,
|
|
71
|
-
} from "./commands/DescribeConfigurationOptionsCommand";
|
|
72
|
-
import {
|
|
73
|
-
DescribeConfigurationSettingsCommandInput,
|
|
74
|
-
DescribeConfigurationSettingsCommandOutput,
|
|
75
|
-
} from "./commands/DescribeConfigurationSettingsCommand";
|
|
76
|
-
import {
|
|
77
|
-
DescribeEnvironmentHealthCommandInput,
|
|
78
|
-
DescribeEnvironmentHealthCommandOutput,
|
|
79
|
-
} from "./commands/DescribeEnvironmentHealthCommand";
|
|
80
|
-
import {
|
|
81
|
-
DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
82
|
-
DescribeEnvironmentManagedActionHistoryCommandOutput,
|
|
83
|
-
} from "./commands/DescribeEnvironmentManagedActionHistoryCommand";
|
|
84
|
-
import {
|
|
85
|
-
DescribeEnvironmentManagedActionsCommandInput,
|
|
86
|
-
DescribeEnvironmentManagedActionsCommandOutput,
|
|
87
|
-
} from "./commands/DescribeEnvironmentManagedActionsCommand";
|
|
88
|
-
import {
|
|
89
|
-
DescribeEnvironmentResourcesCommandInput,
|
|
90
|
-
DescribeEnvironmentResourcesCommandOutput,
|
|
91
|
-
} from "./commands/DescribeEnvironmentResourcesCommand";
|
|
92
|
-
import {
|
|
93
|
-
DescribeEnvironmentsCommandInput,
|
|
94
|
-
DescribeEnvironmentsCommandOutput,
|
|
95
|
-
} from "./commands/DescribeEnvironmentsCommand";
|
|
96
|
-
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
|
|
97
|
-
import {
|
|
98
|
-
DescribeInstancesHealthCommandInput,
|
|
99
|
-
DescribeInstancesHealthCommandOutput,
|
|
100
|
-
} from "./commands/DescribeInstancesHealthCommand";
|
|
101
|
-
import {
|
|
102
|
-
DescribePlatformVersionCommandInput,
|
|
103
|
-
DescribePlatformVersionCommandOutput,
|
|
104
|
-
} from "./commands/DescribePlatformVersionCommand";
|
|
105
|
-
import {
|
|
106
|
-
DisassociateEnvironmentOperationsRoleCommandInput,
|
|
107
|
-
DisassociateEnvironmentOperationsRoleCommandOutput,
|
|
108
|
-
} from "./commands/DisassociateEnvironmentOperationsRoleCommand";
|
|
109
|
-
import {
|
|
110
|
-
ListAvailableSolutionStacksCommandInput,
|
|
111
|
-
ListAvailableSolutionStacksCommandOutput,
|
|
112
|
-
} from "./commands/ListAvailableSolutionStacksCommand";
|
|
113
|
-
import {
|
|
114
|
-
ListPlatformBranchesCommandInput,
|
|
115
|
-
ListPlatformBranchesCommandOutput,
|
|
116
|
-
} from "./commands/ListPlatformBranchesCommand";
|
|
117
|
-
import {
|
|
118
|
-
ListPlatformVersionsCommandInput,
|
|
119
|
-
ListPlatformVersionsCommandOutput,
|
|
120
|
-
} from "./commands/ListPlatformVersionsCommand";
|
|
121
|
-
import {
|
|
122
|
-
ListTagsForResourceCommandInput,
|
|
123
|
-
ListTagsForResourceCommandOutput,
|
|
124
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
125
|
-
import { RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput } from "./commands/RebuildEnvironmentCommand";
|
|
126
|
-
import {
|
|
127
|
-
RequestEnvironmentInfoCommandInput,
|
|
128
|
-
RequestEnvironmentInfoCommandOutput,
|
|
129
|
-
} from "./commands/RequestEnvironmentInfoCommand";
|
|
130
|
-
import { RestartAppServerCommandInput, RestartAppServerCommandOutput } from "./commands/RestartAppServerCommand";
|
|
131
|
-
import {
|
|
132
|
-
RetrieveEnvironmentInfoCommandInput,
|
|
133
|
-
RetrieveEnvironmentInfoCommandOutput,
|
|
134
|
-
} from "./commands/RetrieveEnvironmentInfoCommand";
|
|
135
|
-
import {
|
|
136
|
-
SwapEnvironmentCNAMEsCommandInput,
|
|
137
|
-
SwapEnvironmentCNAMEsCommandOutput,
|
|
138
|
-
} from "./commands/SwapEnvironmentCNAMEsCommand";
|
|
139
|
-
import {
|
|
140
|
-
TerminateEnvironmentCommandInput,
|
|
141
|
-
TerminateEnvironmentCommandOutput,
|
|
142
|
-
} from "./commands/TerminateEnvironmentCommand";
|
|
143
|
-
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
144
|
-
import {
|
|
145
|
-
UpdateApplicationResourceLifecycleCommandInput,
|
|
146
|
-
UpdateApplicationResourceLifecycleCommandOutput,
|
|
147
|
-
} from "./commands/UpdateApplicationResourceLifecycleCommand";
|
|
148
|
-
import {
|
|
149
|
-
UpdateApplicationVersionCommandInput,
|
|
150
|
-
UpdateApplicationVersionCommandOutput,
|
|
151
|
-
} from "./commands/UpdateApplicationVersionCommand";
|
|
152
|
-
import {
|
|
153
|
-
UpdateConfigurationTemplateCommandInput,
|
|
154
|
-
UpdateConfigurationTemplateCommandOutput,
|
|
155
|
-
} from "./commands/UpdateConfigurationTemplateCommand";
|
|
156
|
-
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
157
|
-
import {
|
|
158
|
-
UpdateTagsForResourceCommandInput,
|
|
159
|
-
UpdateTagsForResourceCommandOutput,
|
|
160
|
-
} from "./commands/UpdateTagsForResourceCommand";
|
|
161
|
-
import {
|
|
162
|
-
ValidateConfigurationSettingsCommandInput,
|
|
163
|
-
ValidateConfigurationSettingsCommandOutput,
|
|
164
|
-
} from "./commands/ValidateConfigurationSettingsCommand";
|
|
165
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
166
|
-
import {
|
|
167
|
-
EndpointsInputConfig,
|
|
168
|
-
EndpointsResolvedConfig,
|
|
169
|
-
RegionInputConfig,
|
|
170
|
-
RegionResolvedConfig,
|
|
171
|
-
resolveEndpointsConfig,
|
|
172
|
-
resolveRegionConfig,
|
|
173
|
-
} from "@aws-sdk/config-resolver";
|
|
174
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
175
|
-
import {
|
|
176
|
-
HostHeaderInputConfig,
|
|
177
|
-
HostHeaderResolvedConfig,
|
|
178
|
-
getHostHeaderPlugin,
|
|
179
|
-
resolveHostHeaderConfig,
|
|
180
|
-
} from "@aws-sdk/middleware-host-header";
|
|
181
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
182
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
183
|
-
import {
|
|
184
|
-
AwsAuthInputConfig,
|
|
185
|
-
AwsAuthResolvedConfig,
|
|
186
|
-
getAwsAuthPlugin,
|
|
187
|
-
resolveAwsAuthConfig,
|
|
188
|
-
} from "@aws-sdk/middleware-signing";
|
|
189
|
-
import {
|
|
190
|
-
UserAgentInputConfig,
|
|
191
|
-
UserAgentResolvedConfig,
|
|
192
|
-
getUserAgentPlugin,
|
|
193
|
-
resolveUserAgentConfig,
|
|
194
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
195
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
196
|
-
import {
|
|
197
|
-
Client as __Client,
|
|
198
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
199
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
200
|
-
} from "@aws-sdk/smithy-client";
|
|
201
|
-
import {
|
|
202
|
-
Provider,
|
|
203
|
-
RegionInfoProvider,
|
|
204
|
-
Credentials as __Credentials,
|
|
205
|
-
Decoder as __Decoder,
|
|
206
|
-
Encoder as __Encoder,
|
|
207
|
-
Hash as __Hash,
|
|
208
|
-
HashConstructor as __HashConstructor,
|
|
209
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
210
|
-
Logger as __Logger,
|
|
211
|
-
Provider as __Provider,
|
|
212
|
-
StreamCollector as __StreamCollector,
|
|
213
|
-
UrlParser as __UrlParser,
|
|
214
|
-
UserAgent as __UserAgent,
|
|
215
|
-
} from "@aws-sdk/types";
|
|
216
|
-
|
|
217
|
-
export type ServiceInputTypes =
|
|
218
|
-
| AbortEnvironmentUpdateCommandInput
|
|
219
|
-
| ApplyEnvironmentManagedActionCommandInput
|
|
220
|
-
| AssociateEnvironmentOperationsRoleCommandInput
|
|
221
|
-
| CheckDNSAvailabilityCommandInput
|
|
222
|
-
| ComposeEnvironmentsCommandInput
|
|
223
|
-
| CreateApplicationCommandInput
|
|
224
|
-
| CreateApplicationVersionCommandInput
|
|
225
|
-
| CreateConfigurationTemplateCommandInput
|
|
226
|
-
| CreateEnvironmentCommandInput
|
|
227
|
-
| CreatePlatformVersionCommandInput
|
|
228
|
-
| CreateStorageLocationCommandInput
|
|
229
|
-
| DeleteApplicationCommandInput
|
|
230
|
-
| DeleteApplicationVersionCommandInput
|
|
231
|
-
| DeleteConfigurationTemplateCommandInput
|
|
232
|
-
| DeleteEnvironmentConfigurationCommandInput
|
|
233
|
-
| DeletePlatformVersionCommandInput
|
|
234
|
-
| DescribeAccountAttributesCommandInput
|
|
235
|
-
| DescribeApplicationVersionsCommandInput
|
|
236
|
-
| DescribeApplicationsCommandInput
|
|
237
|
-
| DescribeConfigurationOptionsCommandInput
|
|
238
|
-
| DescribeConfigurationSettingsCommandInput
|
|
239
|
-
| DescribeEnvironmentHealthCommandInput
|
|
240
|
-
| DescribeEnvironmentManagedActionHistoryCommandInput
|
|
241
|
-
| DescribeEnvironmentManagedActionsCommandInput
|
|
242
|
-
| DescribeEnvironmentResourcesCommandInput
|
|
243
|
-
| DescribeEnvironmentsCommandInput
|
|
244
|
-
| DescribeEventsCommandInput
|
|
245
|
-
| DescribeInstancesHealthCommandInput
|
|
246
|
-
| DescribePlatformVersionCommandInput
|
|
247
|
-
| DisassociateEnvironmentOperationsRoleCommandInput
|
|
248
|
-
| ListAvailableSolutionStacksCommandInput
|
|
249
|
-
| ListPlatformBranchesCommandInput
|
|
250
|
-
| ListPlatformVersionsCommandInput
|
|
251
|
-
| ListTagsForResourceCommandInput
|
|
252
|
-
| RebuildEnvironmentCommandInput
|
|
253
|
-
| RequestEnvironmentInfoCommandInput
|
|
254
|
-
| RestartAppServerCommandInput
|
|
255
|
-
| RetrieveEnvironmentInfoCommandInput
|
|
256
|
-
| SwapEnvironmentCNAMEsCommandInput
|
|
257
|
-
| TerminateEnvironmentCommandInput
|
|
258
|
-
| UpdateApplicationCommandInput
|
|
259
|
-
| UpdateApplicationResourceLifecycleCommandInput
|
|
260
|
-
| UpdateApplicationVersionCommandInput
|
|
261
|
-
| UpdateConfigurationTemplateCommandInput
|
|
262
|
-
| UpdateEnvironmentCommandInput
|
|
263
|
-
| UpdateTagsForResourceCommandInput
|
|
264
|
-
| ValidateConfigurationSettingsCommandInput;
|
|
265
|
-
|
|
266
|
-
export type ServiceOutputTypes =
|
|
267
|
-
| AbortEnvironmentUpdateCommandOutput
|
|
268
|
-
| ApplyEnvironmentManagedActionCommandOutput
|
|
269
|
-
| AssociateEnvironmentOperationsRoleCommandOutput
|
|
270
|
-
| CheckDNSAvailabilityCommandOutput
|
|
271
|
-
| ComposeEnvironmentsCommandOutput
|
|
272
|
-
| CreateApplicationCommandOutput
|
|
273
|
-
| CreateApplicationVersionCommandOutput
|
|
274
|
-
| CreateConfigurationTemplateCommandOutput
|
|
275
|
-
| CreateEnvironmentCommandOutput
|
|
276
|
-
| CreatePlatformVersionCommandOutput
|
|
277
|
-
| CreateStorageLocationCommandOutput
|
|
278
|
-
| DeleteApplicationCommandOutput
|
|
279
|
-
| DeleteApplicationVersionCommandOutput
|
|
280
|
-
| DeleteConfigurationTemplateCommandOutput
|
|
281
|
-
| DeleteEnvironmentConfigurationCommandOutput
|
|
282
|
-
| DeletePlatformVersionCommandOutput
|
|
283
|
-
| DescribeAccountAttributesCommandOutput
|
|
284
|
-
| DescribeApplicationVersionsCommandOutput
|
|
285
|
-
| DescribeApplicationsCommandOutput
|
|
286
|
-
| DescribeConfigurationOptionsCommandOutput
|
|
287
|
-
| DescribeConfigurationSettingsCommandOutput
|
|
288
|
-
| DescribeEnvironmentHealthCommandOutput
|
|
289
|
-
| DescribeEnvironmentManagedActionHistoryCommandOutput
|
|
290
|
-
| DescribeEnvironmentManagedActionsCommandOutput
|
|
291
|
-
| DescribeEnvironmentResourcesCommandOutput
|
|
292
|
-
| DescribeEnvironmentsCommandOutput
|
|
293
|
-
| DescribeEventsCommandOutput
|
|
294
|
-
| DescribeInstancesHealthCommandOutput
|
|
295
|
-
| DescribePlatformVersionCommandOutput
|
|
296
|
-
| DisassociateEnvironmentOperationsRoleCommandOutput
|
|
297
|
-
| ListAvailableSolutionStacksCommandOutput
|
|
298
|
-
| ListPlatformBranchesCommandOutput
|
|
299
|
-
| ListPlatformVersionsCommandOutput
|
|
300
|
-
| ListTagsForResourceCommandOutput
|
|
301
|
-
| RebuildEnvironmentCommandOutput
|
|
302
|
-
| RequestEnvironmentInfoCommandOutput
|
|
303
|
-
| RestartAppServerCommandOutput
|
|
304
|
-
| RetrieveEnvironmentInfoCommandOutput
|
|
305
|
-
| SwapEnvironmentCNAMEsCommandOutput
|
|
306
|
-
| TerminateEnvironmentCommandOutput
|
|
307
|
-
| UpdateApplicationCommandOutput
|
|
308
|
-
| UpdateApplicationResourceLifecycleCommandOutput
|
|
309
|
-
| UpdateApplicationVersionCommandOutput
|
|
310
|
-
| UpdateConfigurationTemplateCommandOutput
|
|
311
|
-
| UpdateEnvironmentCommandOutput
|
|
312
|
-
| UpdateTagsForResourceCommandOutput
|
|
313
|
-
| ValidateConfigurationSettingsCommandOutput;
|
|
314
|
-
|
|
315
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
316
|
-
/**
|
|
317
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
318
|
-
*/
|
|
319
|
-
requestHandler?: __HttpHandler;
|
|
320
|
-
|
|
321
|
-
/**
|
|
322
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
323
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
326
|
-
sha256?: __HashConstructor;
|
|
327
|
-
|
|
328
|
-
/**
|
|
329
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
|
-
urlParser?: __UrlParser;
|
|
333
|
-
|
|
334
|
-
/**
|
|
335
|
-
* A function that can calculate the length of a request body.
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
339
|
-
|
|
340
|
-
/**
|
|
341
|
-
* A function that converts a stream into an array of bytes.
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
|
-
streamCollector?: __StreamCollector;
|
|
345
|
-
|
|
346
|
-
/**
|
|
347
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
base64Decoder?: __Decoder;
|
|
351
|
-
|
|
352
|
-
/**
|
|
353
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
base64Encoder?: __Encoder;
|
|
357
|
-
|
|
358
|
-
/**
|
|
359
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
utf8Decoder?: __Decoder;
|
|
363
|
-
|
|
364
|
-
/**
|
|
365
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
|
-
utf8Encoder?: __Encoder;
|
|
369
|
-
|
|
370
|
-
/**
|
|
371
|
-
* The runtime environment.
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
runtime?: string;
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
378
|
-
* trait of an operation.
|
|
379
|
-
*/
|
|
380
|
-
disableHostPrefix?: boolean;
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
384
|
-
*/
|
|
385
|
-
maxAttempts?: number | __Provider<number>;
|
|
386
|
-
|
|
387
|
-
/**
|
|
388
|
-
* Specifies which retry algorithm to use.
|
|
389
|
-
*/
|
|
390
|
-
retryMode?: string | __Provider<string>;
|
|
391
|
-
|
|
392
|
-
/**
|
|
393
|
-
* Optional logger for logging debug/info/warn/error.
|
|
394
|
-
*/
|
|
395
|
-
logger?: __Logger;
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
* Unique service identifier.
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
serviceId?: string;
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
* The AWS region to which this client will send requests
|
|
405
|
-
*/
|
|
406
|
-
region?: string | __Provider<string>;
|
|
407
|
-
|
|
408
|
-
/**
|
|
409
|
-
* Default credentials provider; Not available in browser runtime.
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
413
|
-
|
|
414
|
-
/**
|
|
415
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
419
|
-
|
|
420
|
-
/**
|
|
421
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
type ElasticBeanstalkClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
428
|
-
ClientDefaults &
|
|
429
|
-
RegionInputConfig &
|
|
430
|
-
EndpointsInputConfig &
|
|
431
|
-
RetryInputConfig &
|
|
432
|
-
HostHeaderInputConfig &
|
|
433
|
-
AwsAuthInputConfig &
|
|
434
|
-
UserAgentInputConfig;
|
|
435
|
-
/**
|
|
436
|
-
* The configuration interface of ElasticBeanstalkClient class constructor that set the region, credentials and other options.
|
|
437
|
-
*/
|
|
438
|
-
export interface ElasticBeanstalkClientConfig extends ElasticBeanstalkClientConfigType {}
|
|
439
|
-
|
|
440
|
-
type ElasticBeanstalkClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
441
|
-
Required<ClientDefaults> &
|
|
442
|
-
RegionResolvedConfig &
|
|
443
|
-
EndpointsResolvedConfig &
|
|
444
|
-
RetryResolvedConfig &
|
|
445
|
-
HostHeaderResolvedConfig &
|
|
446
|
-
AwsAuthResolvedConfig &
|
|
447
|
-
UserAgentResolvedConfig;
|
|
448
|
-
/**
|
|
449
|
-
* The resolved configuration interface of ElasticBeanstalkClient class. This is resolved and normalized from the {@link ElasticBeanstalkClientConfig | constructor configuration interface}.
|
|
450
|
-
*/
|
|
451
|
-
export interface ElasticBeanstalkClientResolvedConfig extends ElasticBeanstalkClientResolvedConfigType {}
|
|
452
|
-
|
|
453
|
-
/**
|
|
454
|
-
* <fullname>AWS Elastic Beanstalk</fullname>
|
|
455
|
-
*
|
|
456
|
-
*
|
|
457
|
-
* <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
|
|
458
|
-
* fault-tolerant applications running on the Amazon Web Services cloud.</p>
|
|
459
|
-
* <p>For more information about this product, go to the <a href="http://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a> details page. The location of the
|
|
460
|
-
* latest AWS Elastic Beanstalk WSDL is <a href="https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl">https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl</a>.
|
|
461
|
-
* To install the Software Development Kits (SDKs), Integrated Development Environment (IDE)
|
|
462
|
-
* Toolkits, and command line tools that enable you to access the API, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
|
|
463
|
-
* <p>
|
|
464
|
-
* <b>Endpoints</b>
|
|
465
|
-
* </p>
|
|
466
|
-
* <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to
|
|
467
|
-
* <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services
|
|
468
|
-
* Glossary</i>.</p>
|
|
469
|
-
*/
|
|
470
|
-
export class ElasticBeanstalkClient extends __Client<
|
|
471
|
-
__HttpHandlerOptions,
|
|
472
|
-
ServiceInputTypes,
|
|
473
|
-
ServiceOutputTypes,
|
|
474
|
-
ElasticBeanstalkClientResolvedConfig
|
|
475
|
-
> {
|
|
476
|
-
/**
|
|
477
|
-
* The resolved configuration of ElasticBeanstalkClient class. This is resolved and normalized from the {@link ElasticBeanstalkClientConfig | constructor configuration interface}.
|
|
478
|
-
*/
|
|
479
|
-
readonly config: ElasticBeanstalkClientResolvedConfig;
|
|
480
|
-
|
|
481
|
-
constructor(configuration: ElasticBeanstalkClientConfig) {
|
|
482
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
483
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
484
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
485
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
486
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
487
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
488
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
489
|
-
super(_config_6);
|
|
490
|
-
this.config = _config_6;
|
|
491
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
492
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
493
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
494
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
495
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
496
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
/**
|
|
500
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
501
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
502
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
503
|
-
*/
|
|
504
|
-
destroy(): void {
|
|
505
|
-
super.destroy();
|
|
506
|
-
}
|
|
507
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
2
|
-
import { AbortEnvironmentUpdateMessage } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_queryAbortEnvironmentUpdateCommand,
|
|
5
|
-
serializeAws_queryAbortEnvironmentUpdateCommand,
|
|
6
|
-
} from "../protocols/Aws_query";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface AbortEnvironmentUpdateCommandInput extends AbortEnvironmentUpdateMessage {}
|
|
21
|
-
export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Cancels in-progress environment configuration update or application version
|
|
25
|
-
* deployment.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
30
|
-
* // const { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
31
|
-
* const client = new ElasticBeanstalkClient(config);
|
|
32
|
-
* const command = new AbortEnvironmentUpdateCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link AbortEnvironmentUpdateCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link AbortEnvironmentUpdateCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class AbortEnvironmentUpdateCommand extends $Command<
|
|
42
|
-
AbortEnvironmentUpdateCommandInput,
|
|
43
|
-
AbortEnvironmentUpdateCommandOutput,
|
|
44
|
-
ElasticBeanstalkClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: AbortEnvironmentUpdateCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "ElasticBeanstalkClient";
|
|
69
|
-
const commandName = "AbortEnvironmentUpdateCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: AbortEnvironmentUpdateMessage.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: (output: any) => output,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: AbortEnvironmentUpdateCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_queryAbortEnvironmentUpdateCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AbortEnvironmentUpdateCommandOutput> {
|
|
90
|
-
return deserializeAws_queryAbortEnvironmentUpdateCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|