@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
package/ElasticBeanstalk.ts
DELETED
|
@@ -1,1960 +0,0 @@
|
|
|
1
|
-
import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
|
|
2
|
-
import {
|
|
3
|
-
AbortEnvironmentUpdateCommand,
|
|
4
|
-
AbortEnvironmentUpdateCommandInput,
|
|
5
|
-
AbortEnvironmentUpdateCommandOutput,
|
|
6
|
-
} from "./commands/AbortEnvironmentUpdateCommand";
|
|
7
|
-
import {
|
|
8
|
-
ApplyEnvironmentManagedActionCommand,
|
|
9
|
-
ApplyEnvironmentManagedActionCommandInput,
|
|
10
|
-
ApplyEnvironmentManagedActionCommandOutput,
|
|
11
|
-
} from "./commands/ApplyEnvironmentManagedActionCommand";
|
|
12
|
-
import {
|
|
13
|
-
AssociateEnvironmentOperationsRoleCommand,
|
|
14
|
-
AssociateEnvironmentOperationsRoleCommandInput,
|
|
15
|
-
AssociateEnvironmentOperationsRoleCommandOutput,
|
|
16
|
-
} from "./commands/AssociateEnvironmentOperationsRoleCommand";
|
|
17
|
-
import {
|
|
18
|
-
CheckDNSAvailabilityCommand,
|
|
19
|
-
CheckDNSAvailabilityCommandInput,
|
|
20
|
-
CheckDNSAvailabilityCommandOutput,
|
|
21
|
-
} from "./commands/CheckDNSAvailabilityCommand";
|
|
22
|
-
import {
|
|
23
|
-
ComposeEnvironmentsCommand,
|
|
24
|
-
ComposeEnvironmentsCommandInput,
|
|
25
|
-
ComposeEnvironmentsCommandOutput,
|
|
26
|
-
} from "./commands/ComposeEnvironmentsCommand";
|
|
27
|
-
import {
|
|
28
|
-
CreateApplicationCommand,
|
|
29
|
-
CreateApplicationCommandInput,
|
|
30
|
-
CreateApplicationCommandOutput,
|
|
31
|
-
} from "./commands/CreateApplicationCommand";
|
|
32
|
-
import {
|
|
33
|
-
CreateApplicationVersionCommand,
|
|
34
|
-
CreateApplicationVersionCommandInput,
|
|
35
|
-
CreateApplicationVersionCommandOutput,
|
|
36
|
-
} from "./commands/CreateApplicationVersionCommand";
|
|
37
|
-
import {
|
|
38
|
-
CreateConfigurationTemplateCommand,
|
|
39
|
-
CreateConfigurationTemplateCommandInput,
|
|
40
|
-
CreateConfigurationTemplateCommandOutput,
|
|
41
|
-
} from "./commands/CreateConfigurationTemplateCommand";
|
|
42
|
-
import {
|
|
43
|
-
CreateEnvironmentCommand,
|
|
44
|
-
CreateEnvironmentCommandInput,
|
|
45
|
-
CreateEnvironmentCommandOutput,
|
|
46
|
-
} from "./commands/CreateEnvironmentCommand";
|
|
47
|
-
import {
|
|
48
|
-
CreatePlatformVersionCommand,
|
|
49
|
-
CreatePlatformVersionCommandInput,
|
|
50
|
-
CreatePlatformVersionCommandOutput,
|
|
51
|
-
} from "./commands/CreatePlatformVersionCommand";
|
|
52
|
-
import {
|
|
53
|
-
CreateStorageLocationCommand,
|
|
54
|
-
CreateStorageLocationCommandInput,
|
|
55
|
-
CreateStorageLocationCommandOutput,
|
|
56
|
-
} from "./commands/CreateStorageLocationCommand";
|
|
57
|
-
import {
|
|
58
|
-
DeleteApplicationCommand,
|
|
59
|
-
DeleteApplicationCommandInput,
|
|
60
|
-
DeleteApplicationCommandOutput,
|
|
61
|
-
} from "./commands/DeleteApplicationCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeleteApplicationVersionCommand,
|
|
64
|
-
DeleteApplicationVersionCommandInput,
|
|
65
|
-
DeleteApplicationVersionCommandOutput,
|
|
66
|
-
} from "./commands/DeleteApplicationVersionCommand";
|
|
67
|
-
import {
|
|
68
|
-
DeleteConfigurationTemplateCommand,
|
|
69
|
-
DeleteConfigurationTemplateCommandInput,
|
|
70
|
-
DeleteConfigurationTemplateCommandOutput,
|
|
71
|
-
} from "./commands/DeleteConfigurationTemplateCommand";
|
|
72
|
-
import {
|
|
73
|
-
DeleteEnvironmentConfigurationCommand,
|
|
74
|
-
DeleteEnvironmentConfigurationCommandInput,
|
|
75
|
-
DeleteEnvironmentConfigurationCommandOutput,
|
|
76
|
-
} from "./commands/DeleteEnvironmentConfigurationCommand";
|
|
77
|
-
import {
|
|
78
|
-
DeletePlatformVersionCommand,
|
|
79
|
-
DeletePlatformVersionCommandInput,
|
|
80
|
-
DeletePlatformVersionCommandOutput,
|
|
81
|
-
} from "./commands/DeletePlatformVersionCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeAccountAttributesCommand,
|
|
84
|
-
DescribeAccountAttributesCommandInput,
|
|
85
|
-
DescribeAccountAttributesCommandOutput,
|
|
86
|
-
} from "./commands/DescribeAccountAttributesCommand";
|
|
87
|
-
import {
|
|
88
|
-
DescribeApplicationVersionsCommand,
|
|
89
|
-
DescribeApplicationVersionsCommandInput,
|
|
90
|
-
DescribeApplicationVersionsCommandOutput,
|
|
91
|
-
} from "./commands/DescribeApplicationVersionsCommand";
|
|
92
|
-
import {
|
|
93
|
-
DescribeApplicationsCommand,
|
|
94
|
-
DescribeApplicationsCommandInput,
|
|
95
|
-
DescribeApplicationsCommandOutput,
|
|
96
|
-
} from "./commands/DescribeApplicationsCommand";
|
|
97
|
-
import {
|
|
98
|
-
DescribeConfigurationOptionsCommand,
|
|
99
|
-
DescribeConfigurationOptionsCommandInput,
|
|
100
|
-
DescribeConfigurationOptionsCommandOutput,
|
|
101
|
-
} from "./commands/DescribeConfigurationOptionsCommand";
|
|
102
|
-
import {
|
|
103
|
-
DescribeConfigurationSettingsCommand,
|
|
104
|
-
DescribeConfigurationSettingsCommandInput,
|
|
105
|
-
DescribeConfigurationSettingsCommandOutput,
|
|
106
|
-
} from "./commands/DescribeConfigurationSettingsCommand";
|
|
107
|
-
import {
|
|
108
|
-
DescribeEnvironmentHealthCommand,
|
|
109
|
-
DescribeEnvironmentHealthCommandInput,
|
|
110
|
-
DescribeEnvironmentHealthCommandOutput,
|
|
111
|
-
} from "./commands/DescribeEnvironmentHealthCommand";
|
|
112
|
-
import {
|
|
113
|
-
DescribeEnvironmentManagedActionHistoryCommand,
|
|
114
|
-
DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
115
|
-
DescribeEnvironmentManagedActionHistoryCommandOutput,
|
|
116
|
-
} from "./commands/DescribeEnvironmentManagedActionHistoryCommand";
|
|
117
|
-
import {
|
|
118
|
-
DescribeEnvironmentManagedActionsCommand,
|
|
119
|
-
DescribeEnvironmentManagedActionsCommandInput,
|
|
120
|
-
DescribeEnvironmentManagedActionsCommandOutput,
|
|
121
|
-
} from "./commands/DescribeEnvironmentManagedActionsCommand";
|
|
122
|
-
import {
|
|
123
|
-
DescribeEnvironmentResourcesCommand,
|
|
124
|
-
DescribeEnvironmentResourcesCommandInput,
|
|
125
|
-
DescribeEnvironmentResourcesCommandOutput,
|
|
126
|
-
} from "./commands/DescribeEnvironmentResourcesCommand";
|
|
127
|
-
import {
|
|
128
|
-
DescribeEnvironmentsCommand,
|
|
129
|
-
DescribeEnvironmentsCommandInput,
|
|
130
|
-
DescribeEnvironmentsCommandOutput,
|
|
131
|
-
} from "./commands/DescribeEnvironmentsCommand";
|
|
132
|
-
import {
|
|
133
|
-
DescribeEventsCommand,
|
|
134
|
-
DescribeEventsCommandInput,
|
|
135
|
-
DescribeEventsCommandOutput,
|
|
136
|
-
} from "./commands/DescribeEventsCommand";
|
|
137
|
-
import {
|
|
138
|
-
DescribeInstancesHealthCommand,
|
|
139
|
-
DescribeInstancesHealthCommandInput,
|
|
140
|
-
DescribeInstancesHealthCommandOutput,
|
|
141
|
-
} from "./commands/DescribeInstancesHealthCommand";
|
|
142
|
-
import {
|
|
143
|
-
DescribePlatformVersionCommand,
|
|
144
|
-
DescribePlatformVersionCommandInput,
|
|
145
|
-
DescribePlatformVersionCommandOutput,
|
|
146
|
-
} from "./commands/DescribePlatformVersionCommand";
|
|
147
|
-
import {
|
|
148
|
-
DisassociateEnvironmentOperationsRoleCommand,
|
|
149
|
-
DisassociateEnvironmentOperationsRoleCommandInput,
|
|
150
|
-
DisassociateEnvironmentOperationsRoleCommandOutput,
|
|
151
|
-
} from "./commands/DisassociateEnvironmentOperationsRoleCommand";
|
|
152
|
-
import {
|
|
153
|
-
ListAvailableSolutionStacksCommand,
|
|
154
|
-
ListAvailableSolutionStacksCommandInput,
|
|
155
|
-
ListAvailableSolutionStacksCommandOutput,
|
|
156
|
-
} from "./commands/ListAvailableSolutionStacksCommand";
|
|
157
|
-
import {
|
|
158
|
-
ListPlatformBranchesCommand,
|
|
159
|
-
ListPlatformBranchesCommandInput,
|
|
160
|
-
ListPlatformBranchesCommandOutput,
|
|
161
|
-
} from "./commands/ListPlatformBranchesCommand";
|
|
162
|
-
import {
|
|
163
|
-
ListPlatformVersionsCommand,
|
|
164
|
-
ListPlatformVersionsCommandInput,
|
|
165
|
-
ListPlatformVersionsCommandOutput,
|
|
166
|
-
} from "./commands/ListPlatformVersionsCommand";
|
|
167
|
-
import {
|
|
168
|
-
ListTagsForResourceCommand,
|
|
169
|
-
ListTagsForResourceCommandInput,
|
|
170
|
-
ListTagsForResourceCommandOutput,
|
|
171
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
172
|
-
import {
|
|
173
|
-
RebuildEnvironmentCommand,
|
|
174
|
-
RebuildEnvironmentCommandInput,
|
|
175
|
-
RebuildEnvironmentCommandOutput,
|
|
176
|
-
} from "./commands/RebuildEnvironmentCommand";
|
|
177
|
-
import {
|
|
178
|
-
RequestEnvironmentInfoCommand,
|
|
179
|
-
RequestEnvironmentInfoCommandInput,
|
|
180
|
-
RequestEnvironmentInfoCommandOutput,
|
|
181
|
-
} from "./commands/RequestEnvironmentInfoCommand";
|
|
182
|
-
import {
|
|
183
|
-
RestartAppServerCommand,
|
|
184
|
-
RestartAppServerCommandInput,
|
|
185
|
-
RestartAppServerCommandOutput,
|
|
186
|
-
} from "./commands/RestartAppServerCommand";
|
|
187
|
-
import {
|
|
188
|
-
RetrieveEnvironmentInfoCommand,
|
|
189
|
-
RetrieveEnvironmentInfoCommandInput,
|
|
190
|
-
RetrieveEnvironmentInfoCommandOutput,
|
|
191
|
-
} from "./commands/RetrieveEnvironmentInfoCommand";
|
|
192
|
-
import {
|
|
193
|
-
SwapEnvironmentCNAMEsCommand,
|
|
194
|
-
SwapEnvironmentCNAMEsCommandInput,
|
|
195
|
-
SwapEnvironmentCNAMEsCommandOutput,
|
|
196
|
-
} from "./commands/SwapEnvironmentCNAMEsCommand";
|
|
197
|
-
import {
|
|
198
|
-
TerminateEnvironmentCommand,
|
|
199
|
-
TerminateEnvironmentCommandInput,
|
|
200
|
-
TerminateEnvironmentCommandOutput,
|
|
201
|
-
} from "./commands/TerminateEnvironmentCommand";
|
|
202
|
-
import {
|
|
203
|
-
UpdateApplicationCommand,
|
|
204
|
-
UpdateApplicationCommandInput,
|
|
205
|
-
UpdateApplicationCommandOutput,
|
|
206
|
-
} from "./commands/UpdateApplicationCommand";
|
|
207
|
-
import {
|
|
208
|
-
UpdateApplicationResourceLifecycleCommand,
|
|
209
|
-
UpdateApplicationResourceLifecycleCommandInput,
|
|
210
|
-
UpdateApplicationResourceLifecycleCommandOutput,
|
|
211
|
-
} from "./commands/UpdateApplicationResourceLifecycleCommand";
|
|
212
|
-
import {
|
|
213
|
-
UpdateApplicationVersionCommand,
|
|
214
|
-
UpdateApplicationVersionCommandInput,
|
|
215
|
-
UpdateApplicationVersionCommandOutput,
|
|
216
|
-
} from "./commands/UpdateApplicationVersionCommand";
|
|
217
|
-
import {
|
|
218
|
-
UpdateConfigurationTemplateCommand,
|
|
219
|
-
UpdateConfigurationTemplateCommandInput,
|
|
220
|
-
UpdateConfigurationTemplateCommandOutput,
|
|
221
|
-
} from "./commands/UpdateConfigurationTemplateCommand";
|
|
222
|
-
import {
|
|
223
|
-
UpdateEnvironmentCommand,
|
|
224
|
-
UpdateEnvironmentCommandInput,
|
|
225
|
-
UpdateEnvironmentCommandOutput,
|
|
226
|
-
} from "./commands/UpdateEnvironmentCommand";
|
|
227
|
-
import {
|
|
228
|
-
UpdateTagsForResourceCommand,
|
|
229
|
-
UpdateTagsForResourceCommandInput,
|
|
230
|
-
UpdateTagsForResourceCommandOutput,
|
|
231
|
-
} from "./commands/UpdateTagsForResourceCommand";
|
|
232
|
-
import {
|
|
233
|
-
ValidateConfigurationSettingsCommand,
|
|
234
|
-
ValidateConfigurationSettingsCommandInput,
|
|
235
|
-
ValidateConfigurationSettingsCommandOutput,
|
|
236
|
-
} from "./commands/ValidateConfigurationSettingsCommand";
|
|
237
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* <fullname>AWS Elastic Beanstalk</fullname>
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
* <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
|
|
244
|
-
* fault-tolerant applications running on the Amazon Web Services cloud.</p>
|
|
245
|
-
* <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
|
|
246
|
-
* 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>.
|
|
247
|
-
* To install the Software Development Kits (SDKs), Integrated Development Environment (IDE)
|
|
248
|
-
* 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>
|
|
249
|
-
* <p>
|
|
250
|
-
* <b>Endpoints</b>
|
|
251
|
-
* </p>
|
|
252
|
-
* <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to
|
|
253
|
-
* <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services
|
|
254
|
-
* Glossary</i>.</p>
|
|
255
|
-
*/
|
|
256
|
-
export class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
257
|
-
/**
|
|
258
|
-
* <p>Cancels in-progress environment configuration update or application version
|
|
259
|
-
* deployment.</p>
|
|
260
|
-
*/
|
|
261
|
-
public abortEnvironmentUpdate(
|
|
262
|
-
args: AbortEnvironmentUpdateCommandInput,
|
|
263
|
-
options?: __HttpHandlerOptions
|
|
264
|
-
): Promise<AbortEnvironmentUpdateCommandOutput>;
|
|
265
|
-
public abortEnvironmentUpdate(
|
|
266
|
-
args: AbortEnvironmentUpdateCommandInput,
|
|
267
|
-
cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
|
|
268
|
-
): void;
|
|
269
|
-
public abortEnvironmentUpdate(
|
|
270
|
-
args: AbortEnvironmentUpdateCommandInput,
|
|
271
|
-
options: __HttpHandlerOptions,
|
|
272
|
-
cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
|
|
273
|
-
): void;
|
|
274
|
-
public abortEnvironmentUpdate(
|
|
275
|
-
args: AbortEnvironmentUpdateCommandInput,
|
|
276
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AbortEnvironmentUpdateCommandOutput) => void),
|
|
277
|
-
cb?: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
|
|
278
|
-
): Promise<AbortEnvironmentUpdateCommandOutput> | void {
|
|
279
|
-
const command = new AbortEnvironmentUpdateCommand(args);
|
|
280
|
-
if (typeof optionsOrCb === "function") {
|
|
281
|
-
this.send(command, optionsOrCb);
|
|
282
|
-
} else if (typeof cb === "function") {
|
|
283
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
284
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
285
|
-
} else {
|
|
286
|
-
return this.send(command, optionsOrCb);
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
/**
|
|
291
|
-
* <p>Applies a scheduled managed action immediately. A managed action can be applied only if
|
|
292
|
-
* its status is <code>Scheduled</code>. Get the status and action ID of a managed action with
|
|
293
|
-
* <a>DescribeEnvironmentManagedActions</a>.</p>
|
|
294
|
-
*/
|
|
295
|
-
public applyEnvironmentManagedAction(
|
|
296
|
-
args: ApplyEnvironmentManagedActionCommandInput,
|
|
297
|
-
options?: __HttpHandlerOptions
|
|
298
|
-
): Promise<ApplyEnvironmentManagedActionCommandOutput>;
|
|
299
|
-
public applyEnvironmentManagedAction(
|
|
300
|
-
args: ApplyEnvironmentManagedActionCommandInput,
|
|
301
|
-
cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
|
|
302
|
-
): void;
|
|
303
|
-
public applyEnvironmentManagedAction(
|
|
304
|
-
args: ApplyEnvironmentManagedActionCommandInput,
|
|
305
|
-
options: __HttpHandlerOptions,
|
|
306
|
-
cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
|
|
307
|
-
): void;
|
|
308
|
-
public applyEnvironmentManagedAction(
|
|
309
|
-
args: ApplyEnvironmentManagedActionCommandInput,
|
|
310
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void),
|
|
311
|
-
cb?: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
|
|
312
|
-
): Promise<ApplyEnvironmentManagedActionCommandOutput> | void {
|
|
313
|
-
const command = new ApplyEnvironmentManagedActionCommand(args);
|
|
314
|
-
if (typeof optionsOrCb === "function") {
|
|
315
|
-
this.send(command, optionsOrCb);
|
|
316
|
-
} else if (typeof cb === "function") {
|
|
317
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
318
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
319
|
-
} else {
|
|
320
|
-
return this.send(command, optionsOrCb);
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
/**
|
|
325
|
-
* <p>Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk
|
|
326
|
-
* uses the associated operations role for permissions to downstream services during subsequent
|
|
327
|
-
* calls acting on this environment. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the
|
|
328
|
-
* <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
|
|
329
|
-
*/
|
|
330
|
-
public associateEnvironmentOperationsRole(
|
|
331
|
-
args: AssociateEnvironmentOperationsRoleCommandInput,
|
|
332
|
-
options?: __HttpHandlerOptions
|
|
333
|
-
): Promise<AssociateEnvironmentOperationsRoleCommandOutput>;
|
|
334
|
-
public associateEnvironmentOperationsRole(
|
|
335
|
-
args: AssociateEnvironmentOperationsRoleCommandInput,
|
|
336
|
-
cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void
|
|
337
|
-
): void;
|
|
338
|
-
public associateEnvironmentOperationsRole(
|
|
339
|
-
args: AssociateEnvironmentOperationsRoleCommandInput,
|
|
340
|
-
options: __HttpHandlerOptions,
|
|
341
|
-
cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void
|
|
342
|
-
): void;
|
|
343
|
-
public associateEnvironmentOperationsRole(
|
|
344
|
-
args: AssociateEnvironmentOperationsRoleCommandInput,
|
|
345
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void),
|
|
346
|
-
cb?: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void
|
|
347
|
-
): Promise<AssociateEnvironmentOperationsRoleCommandOutput> | void {
|
|
348
|
-
const command = new AssociateEnvironmentOperationsRoleCommand(args);
|
|
349
|
-
if (typeof optionsOrCb === "function") {
|
|
350
|
-
this.send(command, optionsOrCb);
|
|
351
|
-
} else if (typeof cb === "function") {
|
|
352
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
353
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
354
|
-
} else {
|
|
355
|
-
return this.send(command, optionsOrCb);
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
/**
|
|
360
|
-
* <p>Checks if the specified CNAME is available.</p>
|
|
361
|
-
*/
|
|
362
|
-
public checkDNSAvailability(
|
|
363
|
-
args: CheckDNSAvailabilityCommandInput,
|
|
364
|
-
options?: __HttpHandlerOptions
|
|
365
|
-
): Promise<CheckDNSAvailabilityCommandOutput>;
|
|
366
|
-
public checkDNSAvailability(
|
|
367
|
-
args: CheckDNSAvailabilityCommandInput,
|
|
368
|
-
cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
|
|
369
|
-
): void;
|
|
370
|
-
public checkDNSAvailability(
|
|
371
|
-
args: CheckDNSAvailabilityCommandInput,
|
|
372
|
-
options: __HttpHandlerOptions,
|
|
373
|
-
cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
|
|
374
|
-
): void;
|
|
375
|
-
public checkDNSAvailability(
|
|
376
|
-
args: CheckDNSAvailabilityCommandInput,
|
|
377
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CheckDNSAvailabilityCommandOutput) => void),
|
|
378
|
-
cb?: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
|
|
379
|
-
): Promise<CheckDNSAvailabilityCommandOutput> | void {
|
|
380
|
-
const command = new CheckDNSAvailabilityCommand(args);
|
|
381
|
-
if (typeof optionsOrCb === "function") {
|
|
382
|
-
this.send(command, optionsOrCb);
|
|
383
|
-
} else if (typeof cb === "function") {
|
|
384
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
385
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
386
|
-
} else {
|
|
387
|
-
return this.send(command, optionsOrCb);
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* <p>Create or update a group of environments that each run a separate component of a single
|
|
393
|
-
* application. Takes a list of version labels that specify application source bundles for each
|
|
394
|
-
* of the environments to create or update. The name of each environment and other required
|
|
395
|
-
* information must be included in the source bundles in an environment manifest named
|
|
396
|
-
* <code>env.yaml</code>. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html">Compose Environments</a>
|
|
397
|
-
* for details.</p>
|
|
398
|
-
*/
|
|
399
|
-
public composeEnvironments(
|
|
400
|
-
args: ComposeEnvironmentsCommandInput,
|
|
401
|
-
options?: __HttpHandlerOptions
|
|
402
|
-
): Promise<ComposeEnvironmentsCommandOutput>;
|
|
403
|
-
public composeEnvironments(
|
|
404
|
-
args: ComposeEnvironmentsCommandInput,
|
|
405
|
-
cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
|
|
406
|
-
): void;
|
|
407
|
-
public composeEnvironments(
|
|
408
|
-
args: ComposeEnvironmentsCommandInput,
|
|
409
|
-
options: __HttpHandlerOptions,
|
|
410
|
-
cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
|
|
411
|
-
): void;
|
|
412
|
-
public composeEnvironments(
|
|
413
|
-
args: ComposeEnvironmentsCommandInput,
|
|
414
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ComposeEnvironmentsCommandOutput) => void),
|
|
415
|
-
cb?: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
|
|
416
|
-
): Promise<ComposeEnvironmentsCommandOutput> | void {
|
|
417
|
-
const command = new ComposeEnvironmentsCommand(args);
|
|
418
|
-
if (typeof optionsOrCb === "function") {
|
|
419
|
-
this.send(command, optionsOrCb);
|
|
420
|
-
} else if (typeof cb === "function") {
|
|
421
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
422
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
423
|
-
} else {
|
|
424
|
-
return this.send(command, optionsOrCb);
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
* <p>Creates an application that has one configuration template named <code>default</code>
|
|
430
|
-
* and no application versions.</p>
|
|
431
|
-
*/
|
|
432
|
-
public createApplication(
|
|
433
|
-
args: CreateApplicationCommandInput,
|
|
434
|
-
options?: __HttpHandlerOptions
|
|
435
|
-
): Promise<CreateApplicationCommandOutput>;
|
|
436
|
-
public createApplication(
|
|
437
|
-
args: CreateApplicationCommandInput,
|
|
438
|
-
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
439
|
-
): void;
|
|
440
|
-
public createApplication(
|
|
441
|
-
args: CreateApplicationCommandInput,
|
|
442
|
-
options: __HttpHandlerOptions,
|
|
443
|
-
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
444
|
-
): void;
|
|
445
|
-
public createApplication(
|
|
446
|
-
args: CreateApplicationCommandInput,
|
|
447
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateApplicationCommandOutput) => void),
|
|
448
|
-
cb?: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
449
|
-
): Promise<CreateApplicationCommandOutput> | void {
|
|
450
|
-
const command = new CreateApplicationCommand(args);
|
|
451
|
-
if (typeof optionsOrCb === "function") {
|
|
452
|
-
this.send(command, optionsOrCb);
|
|
453
|
-
} else if (typeof cb === "function") {
|
|
454
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
455
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
456
|
-
} else {
|
|
457
|
-
return this.send(command, optionsOrCb);
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
/**
|
|
462
|
-
* <p>Creates an application version for the specified application. You can create an
|
|
463
|
-
* application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the
|
|
464
|
-
* output of an AWS CodeBuild build as follows:</p>
|
|
465
|
-
* <p>Specify a commit in an AWS CodeCommit repository with
|
|
466
|
-
* <code>SourceBuildInformation</code>.</p>
|
|
467
|
-
* <p>Specify a build in an AWS CodeBuild with <code>SourceBuildInformation</code> and
|
|
468
|
-
* <code>BuildConfiguration</code>.</p>
|
|
469
|
-
* <p>Specify a source bundle in S3 with <code>SourceBundle</code>
|
|
470
|
-
* </p>
|
|
471
|
-
* <p>Omit both <code>SourceBuildInformation</code> and <code>SourceBundle</code> to use the
|
|
472
|
-
* default sample application.</p>
|
|
473
|
-
* <note>
|
|
474
|
-
* <p>After you create an application version with a specified Amazon S3 bucket and key
|
|
475
|
-
* location, you can't change that Amazon S3 location. If you change the Amazon S3 location,
|
|
476
|
-
* you receive an exception when you attempt to launch an environment from the application
|
|
477
|
-
* version.</p>
|
|
478
|
-
* </note>
|
|
479
|
-
*/
|
|
480
|
-
public createApplicationVersion(
|
|
481
|
-
args: CreateApplicationVersionCommandInput,
|
|
482
|
-
options?: __HttpHandlerOptions
|
|
483
|
-
): Promise<CreateApplicationVersionCommandOutput>;
|
|
484
|
-
public createApplicationVersion(
|
|
485
|
-
args: CreateApplicationVersionCommandInput,
|
|
486
|
-
cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
|
|
487
|
-
): void;
|
|
488
|
-
public createApplicationVersion(
|
|
489
|
-
args: CreateApplicationVersionCommandInput,
|
|
490
|
-
options: __HttpHandlerOptions,
|
|
491
|
-
cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
|
|
492
|
-
): void;
|
|
493
|
-
public createApplicationVersion(
|
|
494
|
-
args: CreateApplicationVersionCommandInput,
|
|
495
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateApplicationVersionCommandOutput) => void),
|
|
496
|
-
cb?: (err: any, data?: CreateApplicationVersionCommandOutput) => void
|
|
497
|
-
): Promise<CreateApplicationVersionCommandOutput> | void {
|
|
498
|
-
const command = new CreateApplicationVersionCommand(args);
|
|
499
|
-
if (typeof optionsOrCb === "function") {
|
|
500
|
-
this.send(command, optionsOrCb);
|
|
501
|
-
} else if (typeof cb === "function") {
|
|
502
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
503
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
504
|
-
} else {
|
|
505
|
-
return this.send(command, optionsOrCb);
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
/**
|
|
510
|
-
* <p>Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk
|
|
511
|
-
* application. You define application configuration settings in a configuration template. You
|
|
512
|
-
* can then use the configuration template to deploy different versions of the application with
|
|
513
|
-
* the same configuration settings.</p>
|
|
514
|
-
* <p>Templates aren't associated with any environment. The <code>EnvironmentName</code>
|
|
515
|
-
* response element is always <code>null</code>.</p>
|
|
516
|
-
* <p>Related Topics</p>
|
|
517
|
-
* <ul>
|
|
518
|
-
* <li>
|
|
519
|
-
* <p>
|
|
520
|
-
* <a>DescribeConfigurationOptions</a>
|
|
521
|
-
* </p>
|
|
522
|
-
* </li>
|
|
523
|
-
* <li>
|
|
524
|
-
* <p>
|
|
525
|
-
* <a>DescribeConfigurationSettings</a>
|
|
526
|
-
* </p>
|
|
527
|
-
* </li>
|
|
528
|
-
* <li>
|
|
529
|
-
* <p>
|
|
530
|
-
* <a>ListAvailableSolutionStacks</a>
|
|
531
|
-
* </p>
|
|
532
|
-
* </li>
|
|
533
|
-
* </ul>
|
|
534
|
-
*/
|
|
535
|
-
public createConfigurationTemplate(
|
|
536
|
-
args: CreateConfigurationTemplateCommandInput,
|
|
537
|
-
options?: __HttpHandlerOptions
|
|
538
|
-
): Promise<CreateConfigurationTemplateCommandOutput>;
|
|
539
|
-
public createConfigurationTemplate(
|
|
540
|
-
args: CreateConfigurationTemplateCommandInput,
|
|
541
|
-
cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
|
|
542
|
-
): void;
|
|
543
|
-
public createConfigurationTemplate(
|
|
544
|
-
args: CreateConfigurationTemplateCommandInput,
|
|
545
|
-
options: __HttpHandlerOptions,
|
|
546
|
-
cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
|
|
547
|
-
): void;
|
|
548
|
-
public createConfigurationTemplate(
|
|
549
|
-
args: CreateConfigurationTemplateCommandInput,
|
|
550
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateConfigurationTemplateCommandOutput) => void),
|
|
551
|
-
cb?: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
|
|
552
|
-
): Promise<CreateConfigurationTemplateCommandOutput> | void {
|
|
553
|
-
const command = new CreateConfigurationTemplateCommand(args);
|
|
554
|
-
if (typeof optionsOrCb === "function") {
|
|
555
|
-
this.send(command, optionsOrCb);
|
|
556
|
-
} else if (typeof cb === "function") {
|
|
557
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
558
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
559
|
-
} else {
|
|
560
|
-
return this.send(command, optionsOrCb);
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
/**
|
|
565
|
-
* <p>Launches an AWS Elastic Beanstalk environment for the specified application using the specified
|
|
566
|
-
* configuration.</p>
|
|
567
|
-
*/
|
|
568
|
-
public createEnvironment(
|
|
569
|
-
args: CreateEnvironmentCommandInput,
|
|
570
|
-
options?: __HttpHandlerOptions
|
|
571
|
-
): Promise<CreateEnvironmentCommandOutput>;
|
|
572
|
-
public createEnvironment(
|
|
573
|
-
args: CreateEnvironmentCommandInput,
|
|
574
|
-
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
575
|
-
): void;
|
|
576
|
-
public createEnvironment(
|
|
577
|
-
args: CreateEnvironmentCommandInput,
|
|
578
|
-
options: __HttpHandlerOptions,
|
|
579
|
-
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
580
|
-
): void;
|
|
581
|
-
public createEnvironment(
|
|
582
|
-
args: CreateEnvironmentCommandInput,
|
|
583
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEnvironmentCommandOutput) => void),
|
|
584
|
-
cb?: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
585
|
-
): Promise<CreateEnvironmentCommandOutput> | void {
|
|
586
|
-
const command = new CreateEnvironmentCommand(args);
|
|
587
|
-
if (typeof optionsOrCb === "function") {
|
|
588
|
-
this.send(command, optionsOrCb);
|
|
589
|
-
} else if (typeof cb === "function") {
|
|
590
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
591
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
592
|
-
} else {
|
|
593
|
-
return this.send(command, optionsOrCb);
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
/**
|
|
598
|
-
* <p>Create a new version of your custom platform.</p>
|
|
599
|
-
*/
|
|
600
|
-
public createPlatformVersion(
|
|
601
|
-
args: CreatePlatformVersionCommandInput,
|
|
602
|
-
options?: __HttpHandlerOptions
|
|
603
|
-
): Promise<CreatePlatformVersionCommandOutput>;
|
|
604
|
-
public createPlatformVersion(
|
|
605
|
-
args: CreatePlatformVersionCommandInput,
|
|
606
|
-
cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
|
|
607
|
-
): void;
|
|
608
|
-
public createPlatformVersion(
|
|
609
|
-
args: CreatePlatformVersionCommandInput,
|
|
610
|
-
options: __HttpHandlerOptions,
|
|
611
|
-
cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
|
|
612
|
-
): void;
|
|
613
|
-
public createPlatformVersion(
|
|
614
|
-
args: CreatePlatformVersionCommandInput,
|
|
615
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreatePlatformVersionCommandOutput) => void),
|
|
616
|
-
cb?: (err: any, data?: CreatePlatformVersionCommandOutput) => void
|
|
617
|
-
): Promise<CreatePlatformVersionCommandOutput> | void {
|
|
618
|
-
const command = new CreatePlatformVersionCommand(args);
|
|
619
|
-
if (typeof optionsOrCb === "function") {
|
|
620
|
-
this.send(command, optionsOrCb);
|
|
621
|
-
} else if (typeof cb === "function") {
|
|
622
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
623
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
624
|
-
} else {
|
|
625
|
-
return this.send(command, optionsOrCb);
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
/**
|
|
630
|
-
* <p>Creates a bucket in Amazon S3 to store application versions, logs, and other files used
|
|
631
|
-
* by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the
|
|
632
|
-
* first time you create an environment in a region. If the storage location already exists,
|
|
633
|
-
* <code>CreateStorageLocation</code> still returns the bucket name but does not create a new
|
|
634
|
-
* bucket.</p>
|
|
635
|
-
*/
|
|
636
|
-
public createStorageLocation(
|
|
637
|
-
args: CreateStorageLocationCommandInput,
|
|
638
|
-
options?: __HttpHandlerOptions
|
|
639
|
-
): Promise<CreateStorageLocationCommandOutput>;
|
|
640
|
-
public createStorageLocation(
|
|
641
|
-
args: CreateStorageLocationCommandInput,
|
|
642
|
-
cb: (err: any, data?: CreateStorageLocationCommandOutput) => void
|
|
643
|
-
): void;
|
|
644
|
-
public createStorageLocation(
|
|
645
|
-
args: CreateStorageLocationCommandInput,
|
|
646
|
-
options: __HttpHandlerOptions,
|
|
647
|
-
cb: (err: any, data?: CreateStorageLocationCommandOutput) => void
|
|
648
|
-
): void;
|
|
649
|
-
public createStorageLocation(
|
|
650
|
-
args: CreateStorageLocationCommandInput,
|
|
651
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateStorageLocationCommandOutput) => void),
|
|
652
|
-
cb?: (err: any, data?: CreateStorageLocationCommandOutput) => void
|
|
653
|
-
): Promise<CreateStorageLocationCommandOutput> | void {
|
|
654
|
-
const command = new CreateStorageLocationCommand(args);
|
|
655
|
-
if (typeof optionsOrCb === "function") {
|
|
656
|
-
this.send(command, optionsOrCb);
|
|
657
|
-
} else if (typeof cb === "function") {
|
|
658
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
659
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
660
|
-
} else {
|
|
661
|
-
return this.send(command, optionsOrCb);
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
/**
|
|
666
|
-
* <p>Deletes the specified application along with all associated versions and
|
|
667
|
-
* configurations. The application versions will not be deleted from your Amazon S3
|
|
668
|
-
* bucket.</p>
|
|
669
|
-
* <note>
|
|
670
|
-
* <p>You cannot delete an application that has a running environment.</p>
|
|
671
|
-
* </note>
|
|
672
|
-
*/
|
|
673
|
-
public deleteApplication(
|
|
674
|
-
args: DeleteApplicationCommandInput,
|
|
675
|
-
options?: __HttpHandlerOptions
|
|
676
|
-
): Promise<DeleteApplicationCommandOutput>;
|
|
677
|
-
public deleteApplication(
|
|
678
|
-
args: DeleteApplicationCommandInput,
|
|
679
|
-
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
680
|
-
): void;
|
|
681
|
-
public deleteApplication(
|
|
682
|
-
args: DeleteApplicationCommandInput,
|
|
683
|
-
options: __HttpHandlerOptions,
|
|
684
|
-
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
685
|
-
): void;
|
|
686
|
-
public deleteApplication(
|
|
687
|
-
args: DeleteApplicationCommandInput,
|
|
688
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteApplicationCommandOutput) => void),
|
|
689
|
-
cb?: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
690
|
-
): Promise<DeleteApplicationCommandOutput> | void {
|
|
691
|
-
const command = new DeleteApplicationCommand(args);
|
|
692
|
-
if (typeof optionsOrCb === "function") {
|
|
693
|
-
this.send(command, optionsOrCb);
|
|
694
|
-
} else if (typeof cb === "function") {
|
|
695
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
696
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
697
|
-
} else {
|
|
698
|
-
return this.send(command, optionsOrCb);
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
/**
|
|
703
|
-
* <p>Deletes the specified version from the specified application.</p>
|
|
704
|
-
* <note>
|
|
705
|
-
* <p>You cannot delete an application version that is associated with a running
|
|
706
|
-
* environment.</p>
|
|
707
|
-
* </note>
|
|
708
|
-
*/
|
|
709
|
-
public deleteApplicationVersion(
|
|
710
|
-
args: DeleteApplicationVersionCommandInput,
|
|
711
|
-
options?: __HttpHandlerOptions
|
|
712
|
-
): Promise<DeleteApplicationVersionCommandOutput>;
|
|
713
|
-
public deleteApplicationVersion(
|
|
714
|
-
args: DeleteApplicationVersionCommandInput,
|
|
715
|
-
cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
|
|
716
|
-
): void;
|
|
717
|
-
public deleteApplicationVersion(
|
|
718
|
-
args: DeleteApplicationVersionCommandInput,
|
|
719
|
-
options: __HttpHandlerOptions,
|
|
720
|
-
cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
|
|
721
|
-
): void;
|
|
722
|
-
public deleteApplicationVersion(
|
|
723
|
-
args: DeleteApplicationVersionCommandInput,
|
|
724
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteApplicationVersionCommandOutput) => void),
|
|
725
|
-
cb?: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
|
|
726
|
-
): Promise<DeleteApplicationVersionCommandOutput> | void {
|
|
727
|
-
const command = new DeleteApplicationVersionCommand(args);
|
|
728
|
-
if (typeof optionsOrCb === "function") {
|
|
729
|
-
this.send(command, optionsOrCb);
|
|
730
|
-
} else if (typeof cb === "function") {
|
|
731
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
732
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
733
|
-
} else {
|
|
734
|
-
return this.send(command, optionsOrCb);
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
/**
|
|
739
|
-
* <p>Deletes the specified configuration template.</p>
|
|
740
|
-
* <note>
|
|
741
|
-
* <p>When you launch an environment using a configuration template, the environment gets a
|
|
742
|
-
* copy of the template. You can delete or modify the environment's copy of the template
|
|
743
|
-
* without affecting the running environment.</p>
|
|
744
|
-
* </note>
|
|
745
|
-
*/
|
|
746
|
-
public deleteConfigurationTemplate(
|
|
747
|
-
args: DeleteConfigurationTemplateCommandInput,
|
|
748
|
-
options?: __HttpHandlerOptions
|
|
749
|
-
): Promise<DeleteConfigurationTemplateCommandOutput>;
|
|
750
|
-
public deleteConfigurationTemplate(
|
|
751
|
-
args: DeleteConfigurationTemplateCommandInput,
|
|
752
|
-
cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
|
|
753
|
-
): void;
|
|
754
|
-
public deleteConfigurationTemplate(
|
|
755
|
-
args: DeleteConfigurationTemplateCommandInput,
|
|
756
|
-
options: __HttpHandlerOptions,
|
|
757
|
-
cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
|
|
758
|
-
): void;
|
|
759
|
-
public deleteConfigurationTemplate(
|
|
760
|
-
args: DeleteConfigurationTemplateCommandInput,
|
|
761
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteConfigurationTemplateCommandOutput) => void),
|
|
762
|
-
cb?: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
|
|
763
|
-
): Promise<DeleteConfigurationTemplateCommandOutput> | void {
|
|
764
|
-
const command = new DeleteConfigurationTemplateCommand(args);
|
|
765
|
-
if (typeof optionsOrCb === "function") {
|
|
766
|
-
this.send(command, optionsOrCb);
|
|
767
|
-
} else if (typeof cb === "function") {
|
|
768
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
769
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
770
|
-
} else {
|
|
771
|
-
return this.send(command, optionsOrCb);
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
/**
|
|
776
|
-
* <p>Deletes the draft configuration associated with the running environment.</p>
|
|
777
|
-
* <p>Updating a running environment with any configuration changes creates a draft
|
|
778
|
-
* configuration set. You can get the draft configuration using <a>DescribeConfigurationSettings</a> while the update is in progress or if the update
|
|
779
|
-
* fails. The <code>DeploymentStatus</code> for the draft configuration indicates whether the
|
|
780
|
-
* deployment is in process or has failed. The draft configuration remains in existence until it
|
|
781
|
-
* is deleted with this action.</p>
|
|
782
|
-
*/
|
|
783
|
-
public deleteEnvironmentConfiguration(
|
|
784
|
-
args: DeleteEnvironmentConfigurationCommandInput,
|
|
785
|
-
options?: __HttpHandlerOptions
|
|
786
|
-
): Promise<DeleteEnvironmentConfigurationCommandOutput>;
|
|
787
|
-
public deleteEnvironmentConfiguration(
|
|
788
|
-
args: DeleteEnvironmentConfigurationCommandInput,
|
|
789
|
-
cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
|
|
790
|
-
): void;
|
|
791
|
-
public deleteEnvironmentConfiguration(
|
|
792
|
-
args: DeleteEnvironmentConfigurationCommandInput,
|
|
793
|
-
options: __HttpHandlerOptions,
|
|
794
|
-
cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
|
|
795
|
-
): void;
|
|
796
|
-
public deleteEnvironmentConfiguration(
|
|
797
|
-
args: DeleteEnvironmentConfigurationCommandInput,
|
|
798
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void),
|
|
799
|
-
cb?: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
|
|
800
|
-
): Promise<DeleteEnvironmentConfigurationCommandOutput> | void {
|
|
801
|
-
const command = new DeleteEnvironmentConfigurationCommand(args);
|
|
802
|
-
if (typeof optionsOrCb === "function") {
|
|
803
|
-
this.send(command, optionsOrCb);
|
|
804
|
-
} else if (typeof cb === "function") {
|
|
805
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
806
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
807
|
-
} else {
|
|
808
|
-
return this.send(command, optionsOrCb);
|
|
809
|
-
}
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
/**
|
|
813
|
-
* <p>Deletes the specified version of a custom platform.</p>
|
|
814
|
-
*/
|
|
815
|
-
public deletePlatformVersion(
|
|
816
|
-
args: DeletePlatformVersionCommandInput,
|
|
817
|
-
options?: __HttpHandlerOptions
|
|
818
|
-
): Promise<DeletePlatformVersionCommandOutput>;
|
|
819
|
-
public deletePlatformVersion(
|
|
820
|
-
args: DeletePlatformVersionCommandInput,
|
|
821
|
-
cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
|
|
822
|
-
): void;
|
|
823
|
-
public deletePlatformVersion(
|
|
824
|
-
args: DeletePlatformVersionCommandInput,
|
|
825
|
-
options: __HttpHandlerOptions,
|
|
826
|
-
cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
|
|
827
|
-
): void;
|
|
828
|
-
public deletePlatformVersion(
|
|
829
|
-
args: DeletePlatformVersionCommandInput,
|
|
830
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeletePlatformVersionCommandOutput) => void),
|
|
831
|
-
cb?: (err: any, data?: DeletePlatformVersionCommandOutput) => void
|
|
832
|
-
): Promise<DeletePlatformVersionCommandOutput> | void {
|
|
833
|
-
const command = new DeletePlatformVersionCommand(args);
|
|
834
|
-
if (typeof optionsOrCb === "function") {
|
|
835
|
-
this.send(command, optionsOrCb);
|
|
836
|
-
} else if (typeof cb === "function") {
|
|
837
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
838
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
839
|
-
} else {
|
|
840
|
-
return this.send(command, optionsOrCb);
|
|
841
|
-
}
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
/**
|
|
845
|
-
* <p>Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS
|
|
846
|
-
* account.</p>
|
|
847
|
-
* <p>The result currently has one set of attributes—resource quotas.</p>
|
|
848
|
-
*/
|
|
849
|
-
public describeAccountAttributes(
|
|
850
|
-
args: DescribeAccountAttributesCommandInput,
|
|
851
|
-
options?: __HttpHandlerOptions
|
|
852
|
-
): Promise<DescribeAccountAttributesCommandOutput>;
|
|
853
|
-
public describeAccountAttributes(
|
|
854
|
-
args: DescribeAccountAttributesCommandInput,
|
|
855
|
-
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
856
|
-
): void;
|
|
857
|
-
public describeAccountAttributes(
|
|
858
|
-
args: DescribeAccountAttributesCommandInput,
|
|
859
|
-
options: __HttpHandlerOptions,
|
|
860
|
-
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
861
|
-
): void;
|
|
862
|
-
public describeAccountAttributes(
|
|
863
|
-
args: DescribeAccountAttributesCommandInput,
|
|
864
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAccountAttributesCommandOutput) => void),
|
|
865
|
-
cb?: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
866
|
-
): Promise<DescribeAccountAttributesCommandOutput> | void {
|
|
867
|
-
const command = new DescribeAccountAttributesCommand(args);
|
|
868
|
-
if (typeof optionsOrCb === "function") {
|
|
869
|
-
this.send(command, optionsOrCb);
|
|
870
|
-
} else if (typeof cb === "function") {
|
|
871
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
872
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
873
|
-
} else {
|
|
874
|
-
return this.send(command, optionsOrCb);
|
|
875
|
-
}
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
/**
|
|
879
|
-
* <p>Returns the descriptions of existing applications.</p>
|
|
880
|
-
*/
|
|
881
|
-
public describeApplications(
|
|
882
|
-
args: DescribeApplicationsCommandInput,
|
|
883
|
-
options?: __HttpHandlerOptions
|
|
884
|
-
): Promise<DescribeApplicationsCommandOutput>;
|
|
885
|
-
public describeApplications(
|
|
886
|
-
args: DescribeApplicationsCommandInput,
|
|
887
|
-
cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
|
|
888
|
-
): void;
|
|
889
|
-
public describeApplications(
|
|
890
|
-
args: DescribeApplicationsCommandInput,
|
|
891
|
-
options: __HttpHandlerOptions,
|
|
892
|
-
cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
|
|
893
|
-
): void;
|
|
894
|
-
public describeApplications(
|
|
895
|
-
args: DescribeApplicationsCommandInput,
|
|
896
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeApplicationsCommandOutput) => void),
|
|
897
|
-
cb?: (err: any, data?: DescribeApplicationsCommandOutput) => void
|
|
898
|
-
): Promise<DescribeApplicationsCommandOutput> | void {
|
|
899
|
-
const command = new DescribeApplicationsCommand(args);
|
|
900
|
-
if (typeof optionsOrCb === "function") {
|
|
901
|
-
this.send(command, optionsOrCb);
|
|
902
|
-
} else if (typeof cb === "function") {
|
|
903
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
904
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
905
|
-
} else {
|
|
906
|
-
return this.send(command, optionsOrCb);
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
/**
|
|
911
|
-
* <p>Retrieve a list of application versions.</p>
|
|
912
|
-
*/
|
|
913
|
-
public describeApplicationVersions(
|
|
914
|
-
args: DescribeApplicationVersionsCommandInput,
|
|
915
|
-
options?: __HttpHandlerOptions
|
|
916
|
-
): Promise<DescribeApplicationVersionsCommandOutput>;
|
|
917
|
-
public describeApplicationVersions(
|
|
918
|
-
args: DescribeApplicationVersionsCommandInput,
|
|
919
|
-
cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
|
|
920
|
-
): void;
|
|
921
|
-
public describeApplicationVersions(
|
|
922
|
-
args: DescribeApplicationVersionsCommandInput,
|
|
923
|
-
options: __HttpHandlerOptions,
|
|
924
|
-
cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
|
|
925
|
-
): void;
|
|
926
|
-
public describeApplicationVersions(
|
|
927
|
-
args: DescribeApplicationVersionsCommandInput,
|
|
928
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeApplicationVersionsCommandOutput) => void),
|
|
929
|
-
cb?: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
|
|
930
|
-
): Promise<DescribeApplicationVersionsCommandOutput> | void {
|
|
931
|
-
const command = new DescribeApplicationVersionsCommand(args);
|
|
932
|
-
if (typeof optionsOrCb === "function") {
|
|
933
|
-
this.send(command, optionsOrCb);
|
|
934
|
-
} else if (typeof cb === "function") {
|
|
935
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
936
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
937
|
-
} else {
|
|
938
|
-
return this.send(command, optionsOrCb);
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
/**
|
|
943
|
-
* <p>Describes the configuration options that are used in a particular configuration
|
|
944
|
-
* template or environment, or that a specified solution stack defines. The description includes
|
|
945
|
-
* the values the options, their default values, and an indication of the required action on a
|
|
946
|
-
* running environment if an option value is changed.</p>
|
|
947
|
-
*/
|
|
948
|
-
public describeConfigurationOptions(
|
|
949
|
-
args: DescribeConfigurationOptionsCommandInput,
|
|
950
|
-
options?: __HttpHandlerOptions
|
|
951
|
-
): Promise<DescribeConfigurationOptionsCommandOutput>;
|
|
952
|
-
public describeConfigurationOptions(
|
|
953
|
-
args: DescribeConfigurationOptionsCommandInput,
|
|
954
|
-
cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
|
|
955
|
-
): void;
|
|
956
|
-
public describeConfigurationOptions(
|
|
957
|
-
args: DescribeConfigurationOptionsCommandInput,
|
|
958
|
-
options: __HttpHandlerOptions,
|
|
959
|
-
cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
|
|
960
|
-
): void;
|
|
961
|
-
public describeConfigurationOptions(
|
|
962
|
-
args: DescribeConfigurationOptionsCommandInput,
|
|
963
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConfigurationOptionsCommandOutput) => void),
|
|
964
|
-
cb?: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
|
|
965
|
-
): Promise<DescribeConfigurationOptionsCommandOutput> | void {
|
|
966
|
-
const command = new DescribeConfigurationOptionsCommand(args);
|
|
967
|
-
if (typeof optionsOrCb === "function") {
|
|
968
|
-
this.send(command, optionsOrCb);
|
|
969
|
-
} else if (typeof cb === "function") {
|
|
970
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
971
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
972
|
-
} else {
|
|
973
|
-
return this.send(command, optionsOrCb);
|
|
974
|
-
}
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
/**
|
|
978
|
-
* <p>Returns a description of the settings for the specified configuration set, that is,
|
|
979
|
-
* either a configuration template or the configuration set associated with a running
|
|
980
|
-
* environment.</p>
|
|
981
|
-
* <p>When describing the settings for the configuration set associated with a running
|
|
982
|
-
* environment, it is possible to receive two sets of setting descriptions. One is the deployed
|
|
983
|
-
* configuration set, and the other is a draft configuration of an environment that is either in
|
|
984
|
-
* the process of deployment or that failed to deploy.</p>
|
|
985
|
-
* <p>Related Topics</p>
|
|
986
|
-
* <ul>
|
|
987
|
-
* <li>
|
|
988
|
-
* <p>
|
|
989
|
-
* <a>DeleteEnvironmentConfiguration</a>
|
|
990
|
-
* </p>
|
|
991
|
-
* </li>
|
|
992
|
-
* </ul>
|
|
993
|
-
*/
|
|
994
|
-
public describeConfigurationSettings(
|
|
995
|
-
args: DescribeConfigurationSettingsCommandInput,
|
|
996
|
-
options?: __HttpHandlerOptions
|
|
997
|
-
): Promise<DescribeConfigurationSettingsCommandOutput>;
|
|
998
|
-
public describeConfigurationSettings(
|
|
999
|
-
args: DescribeConfigurationSettingsCommandInput,
|
|
1000
|
-
cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
|
|
1001
|
-
): void;
|
|
1002
|
-
public describeConfigurationSettings(
|
|
1003
|
-
args: DescribeConfigurationSettingsCommandInput,
|
|
1004
|
-
options: __HttpHandlerOptions,
|
|
1005
|
-
cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
|
|
1006
|
-
): void;
|
|
1007
|
-
public describeConfigurationSettings(
|
|
1008
|
-
args: DescribeConfigurationSettingsCommandInput,
|
|
1009
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConfigurationSettingsCommandOutput) => void),
|
|
1010
|
-
cb?: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
|
|
1011
|
-
): Promise<DescribeConfigurationSettingsCommandOutput> | void {
|
|
1012
|
-
const command = new DescribeConfigurationSettingsCommand(args);
|
|
1013
|
-
if (typeof optionsOrCb === "function") {
|
|
1014
|
-
this.send(command, optionsOrCb);
|
|
1015
|
-
} else if (typeof cb === "function") {
|
|
1016
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1017
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1018
|
-
} else {
|
|
1019
|
-
return this.send(command, optionsOrCb);
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
/**
|
|
1024
|
-
* <p>Returns information about the overall health of the specified environment. The
|
|
1025
|
-
* <b>DescribeEnvironmentHealth</b> operation is only available with
|
|
1026
|
-
* AWS Elastic Beanstalk Enhanced Health.</p>
|
|
1027
|
-
*/
|
|
1028
|
-
public describeEnvironmentHealth(
|
|
1029
|
-
args: DescribeEnvironmentHealthCommandInput,
|
|
1030
|
-
options?: __HttpHandlerOptions
|
|
1031
|
-
): Promise<DescribeEnvironmentHealthCommandOutput>;
|
|
1032
|
-
public describeEnvironmentHealth(
|
|
1033
|
-
args: DescribeEnvironmentHealthCommandInput,
|
|
1034
|
-
cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
|
|
1035
|
-
): void;
|
|
1036
|
-
public describeEnvironmentHealth(
|
|
1037
|
-
args: DescribeEnvironmentHealthCommandInput,
|
|
1038
|
-
options: __HttpHandlerOptions,
|
|
1039
|
-
cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
|
|
1040
|
-
): void;
|
|
1041
|
-
public describeEnvironmentHealth(
|
|
1042
|
-
args: DescribeEnvironmentHealthCommandInput,
|
|
1043
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEnvironmentHealthCommandOutput) => void),
|
|
1044
|
-
cb?: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
|
|
1045
|
-
): Promise<DescribeEnvironmentHealthCommandOutput> | void {
|
|
1046
|
-
const command = new DescribeEnvironmentHealthCommand(args);
|
|
1047
|
-
if (typeof optionsOrCb === "function") {
|
|
1048
|
-
this.send(command, optionsOrCb);
|
|
1049
|
-
} else if (typeof cb === "function") {
|
|
1050
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1051
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1052
|
-
} else {
|
|
1053
|
-
return this.send(command, optionsOrCb);
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
/**
|
|
1058
|
-
* <p>Lists an environment's completed and failed managed actions.</p>
|
|
1059
|
-
*/
|
|
1060
|
-
public describeEnvironmentManagedActionHistory(
|
|
1061
|
-
args: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
1062
|
-
options?: __HttpHandlerOptions
|
|
1063
|
-
): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
|
|
1064
|
-
public describeEnvironmentManagedActionHistory(
|
|
1065
|
-
args: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
1066
|
-
cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void
|
|
1067
|
-
): void;
|
|
1068
|
-
public describeEnvironmentManagedActionHistory(
|
|
1069
|
-
args: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
1070
|
-
options: __HttpHandlerOptions,
|
|
1071
|
-
cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void
|
|
1072
|
-
): void;
|
|
1073
|
-
public describeEnvironmentManagedActionHistory(
|
|
1074
|
-
args: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
1075
|
-
optionsOrCb?:
|
|
1076
|
-
| __HttpHandlerOptions
|
|
1077
|
-
| ((err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void),
|
|
1078
|
-
cb?: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void
|
|
1079
|
-
): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput> | void {
|
|
1080
|
-
const command = new DescribeEnvironmentManagedActionHistoryCommand(args);
|
|
1081
|
-
if (typeof optionsOrCb === "function") {
|
|
1082
|
-
this.send(command, optionsOrCb);
|
|
1083
|
-
} else if (typeof cb === "function") {
|
|
1084
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1085
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1086
|
-
} else {
|
|
1087
|
-
return this.send(command, optionsOrCb);
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
/**
|
|
1092
|
-
* <p>Lists an environment's upcoming and in-progress managed actions.</p>
|
|
1093
|
-
*/
|
|
1094
|
-
public describeEnvironmentManagedActions(
|
|
1095
|
-
args: DescribeEnvironmentManagedActionsCommandInput,
|
|
1096
|
-
options?: __HttpHandlerOptions
|
|
1097
|
-
): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
|
|
1098
|
-
public describeEnvironmentManagedActions(
|
|
1099
|
-
args: DescribeEnvironmentManagedActionsCommandInput,
|
|
1100
|
-
cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void
|
|
1101
|
-
): void;
|
|
1102
|
-
public describeEnvironmentManagedActions(
|
|
1103
|
-
args: DescribeEnvironmentManagedActionsCommandInput,
|
|
1104
|
-
options: __HttpHandlerOptions,
|
|
1105
|
-
cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void
|
|
1106
|
-
): void;
|
|
1107
|
-
public describeEnvironmentManagedActions(
|
|
1108
|
-
args: DescribeEnvironmentManagedActionsCommandInput,
|
|
1109
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void),
|
|
1110
|
-
cb?: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void
|
|
1111
|
-
): Promise<DescribeEnvironmentManagedActionsCommandOutput> | void {
|
|
1112
|
-
const command = new DescribeEnvironmentManagedActionsCommand(args);
|
|
1113
|
-
if (typeof optionsOrCb === "function") {
|
|
1114
|
-
this.send(command, optionsOrCb);
|
|
1115
|
-
} else if (typeof cb === "function") {
|
|
1116
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1117
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1118
|
-
} else {
|
|
1119
|
-
return this.send(command, optionsOrCb);
|
|
1120
|
-
}
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
/**
|
|
1124
|
-
* <p>Returns AWS resources for this environment.</p>
|
|
1125
|
-
*/
|
|
1126
|
-
public describeEnvironmentResources(
|
|
1127
|
-
args: DescribeEnvironmentResourcesCommandInput,
|
|
1128
|
-
options?: __HttpHandlerOptions
|
|
1129
|
-
): Promise<DescribeEnvironmentResourcesCommandOutput>;
|
|
1130
|
-
public describeEnvironmentResources(
|
|
1131
|
-
args: DescribeEnvironmentResourcesCommandInput,
|
|
1132
|
-
cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
|
|
1133
|
-
): void;
|
|
1134
|
-
public describeEnvironmentResources(
|
|
1135
|
-
args: DescribeEnvironmentResourcesCommandInput,
|
|
1136
|
-
options: __HttpHandlerOptions,
|
|
1137
|
-
cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
|
|
1138
|
-
): void;
|
|
1139
|
-
public describeEnvironmentResources(
|
|
1140
|
-
args: DescribeEnvironmentResourcesCommandInput,
|
|
1141
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void),
|
|
1142
|
-
cb?: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
|
|
1143
|
-
): Promise<DescribeEnvironmentResourcesCommandOutput> | void {
|
|
1144
|
-
const command = new DescribeEnvironmentResourcesCommand(args);
|
|
1145
|
-
if (typeof optionsOrCb === "function") {
|
|
1146
|
-
this.send(command, optionsOrCb);
|
|
1147
|
-
} else if (typeof cb === "function") {
|
|
1148
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1149
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1150
|
-
} else {
|
|
1151
|
-
return this.send(command, optionsOrCb);
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
/**
|
|
1156
|
-
* <p>Returns descriptions for existing environments.</p>
|
|
1157
|
-
*/
|
|
1158
|
-
public describeEnvironments(
|
|
1159
|
-
args: DescribeEnvironmentsCommandInput,
|
|
1160
|
-
options?: __HttpHandlerOptions
|
|
1161
|
-
): Promise<DescribeEnvironmentsCommandOutput>;
|
|
1162
|
-
public describeEnvironments(
|
|
1163
|
-
args: DescribeEnvironmentsCommandInput,
|
|
1164
|
-
cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
|
|
1165
|
-
): void;
|
|
1166
|
-
public describeEnvironments(
|
|
1167
|
-
args: DescribeEnvironmentsCommandInput,
|
|
1168
|
-
options: __HttpHandlerOptions,
|
|
1169
|
-
cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
|
|
1170
|
-
): void;
|
|
1171
|
-
public describeEnvironments(
|
|
1172
|
-
args: DescribeEnvironmentsCommandInput,
|
|
1173
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEnvironmentsCommandOutput) => void),
|
|
1174
|
-
cb?: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
|
|
1175
|
-
): Promise<DescribeEnvironmentsCommandOutput> | void {
|
|
1176
|
-
const command = new DescribeEnvironmentsCommand(args);
|
|
1177
|
-
if (typeof optionsOrCb === "function") {
|
|
1178
|
-
this.send(command, optionsOrCb);
|
|
1179
|
-
} else if (typeof cb === "function") {
|
|
1180
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1181
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1182
|
-
} else {
|
|
1183
|
-
return this.send(command, optionsOrCb);
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
/**
|
|
1188
|
-
* <p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p>
|
|
1189
|
-
* <note>
|
|
1190
|
-
* <p>This action returns the most recent 1,000 events from the specified
|
|
1191
|
-
* <code>NextToken</code>.</p>
|
|
1192
|
-
* </note>
|
|
1193
|
-
*/
|
|
1194
|
-
public describeEvents(
|
|
1195
|
-
args: DescribeEventsCommandInput,
|
|
1196
|
-
options?: __HttpHandlerOptions
|
|
1197
|
-
): Promise<DescribeEventsCommandOutput>;
|
|
1198
|
-
public describeEvents(
|
|
1199
|
-
args: DescribeEventsCommandInput,
|
|
1200
|
-
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
1201
|
-
): void;
|
|
1202
|
-
public describeEvents(
|
|
1203
|
-
args: DescribeEventsCommandInput,
|
|
1204
|
-
options: __HttpHandlerOptions,
|
|
1205
|
-
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
1206
|
-
): void;
|
|
1207
|
-
public describeEvents(
|
|
1208
|
-
args: DescribeEventsCommandInput,
|
|
1209
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventsCommandOutput) => void),
|
|
1210
|
-
cb?: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
1211
|
-
): Promise<DescribeEventsCommandOutput> | void {
|
|
1212
|
-
const command = new DescribeEventsCommand(args);
|
|
1213
|
-
if (typeof optionsOrCb === "function") {
|
|
1214
|
-
this.send(command, optionsOrCb);
|
|
1215
|
-
} else if (typeof cb === "function") {
|
|
1216
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1217
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1218
|
-
} else {
|
|
1219
|
-
return this.send(command, optionsOrCb);
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
/**
|
|
1224
|
-
* <p>Retrieves detailed information about the health of instances in your AWS Elastic
|
|
1225
|
-
* Beanstalk. This operation requires <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced.html">enhanced health
|
|
1226
|
-
* reporting</a>.</p>
|
|
1227
|
-
*/
|
|
1228
|
-
public describeInstancesHealth(
|
|
1229
|
-
args: DescribeInstancesHealthCommandInput,
|
|
1230
|
-
options?: __HttpHandlerOptions
|
|
1231
|
-
): Promise<DescribeInstancesHealthCommandOutput>;
|
|
1232
|
-
public describeInstancesHealth(
|
|
1233
|
-
args: DescribeInstancesHealthCommandInput,
|
|
1234
|
-
cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
|
|
1235
|
-
): void;
|
|
1236
|
-
public describeInstancesHealth(
|
|
1237
|
-
args: DescribeInstancesHealthCommandInput,
|
|
1238
|
-
options: __HttpHandlerOptions,
|
|
1239
|
-
cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
|
|
1240
|
-
): void;
|
|
1241
|
-
public describeInstancesHealth(
|
|
1242
|
-
args: DescribeInstancesHealthCommandInput,
|
|
1243
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeInstancesHealthCommandOutput) => void),
|
|
1244
|
-
cb?: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
|
|
1245
|
-
): Promise<DescribeInstancesHealthCommandOutput> | void {
|
|
1246
|
-
const command = new DescribeInstancesHealthCommand(args);
|
|
1247
|
-
if (typeof optionsOrCb === "function") {
|
|
1248
|
-
this.send(command, optionsOrCb);
|
|
1249
|
-
} else if (typeof cb === "function") {
|
|
1250
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1251
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1252
|
-
} else {
|
|
1253
|
-
return this.send(command, optionsOrCb);
|
|
1254
|
-
}
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
/**
|
|
1258
|
-
* <p>Describes a platform version. Provides full details. Compare to <a>ListPlatformVersions</a>, which provides summary information about a list of
|
|
1259
|
-
* platform versions.</p>
|
|
1260
|
-
* <p>For definitions of platform version and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
|
|
1261
|
-
* Platforms Glossary</a>.</p>
|
|
1262
|
-
*/
|
|
1263
|
-
public describePlatformVersion(
|
|
1264
|
-
args: DescribePlatformVersionCommandInput,
|
|
1265
|
-
options?: __HttpHandlerOptions
|
|
1266
|
-
): Promise<DescribePlatformVersionCommandOutput>;
|
|
1267
|
-
public describePlatformVersion(
|
|
1268
|
-
args: DescribePlatformVersionCommandInput,
|
|
1269
|
-
cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void
|
|
1270
|
-
): void;
|
|
1271
|
-
public describePlatformVersion(
|
|
1272
|
-
args: DescribePlatformVersionCommandInput,
|
|
1273
|
-
options: __HttpHandlerOptions,
|
|
1274
|
-
cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void
|
|
1275
|
-
): void;
|
|
1276
|
-
public describePlatformVersion(
|
|
1277
|
-
args: DescribePlatformVersionCommandInput,
|
|
1278
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePlatformVersionCommandOutput) => void),
|
|
1279
|
-
cb?: (err: any, data?: DescribePlatformVersionCommandOutput) => void
|
|
1280
|
-
): Promise<DescribePlatformVersionCommandOutput> | void {
|
|
1281
|
-
const command = new DescribePlatformVersionCommand(args);
|
|
1282
|
-
if (typeof optionsOrCb === "function") {
|
|
1283
|
-
this.send(command, optionsOrCb);
|
|
1284
|
-
} else if (typeof cb === "function") {
|
|
1285
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1286
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1287
|
-
} else {
|
|
1288
|
-
return this.send(command, optionsOrCb);
|
|
1289
|
-
}
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
/**
|
|
1293
|
-
* <p>Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses
|
|
1294
|
-
* the caller's permissions for permissions to downstream services during subsequent calls acting
|
|
1295
|
-
* on this environment. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the
|
|
1296
|
-
* <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
|
|
1297
|
-
*/
|
|
1298
|
-
public disassociateEnvironmentOperationsRole(
|
|
1299
|
-
args: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
1300
|
-
options?: __HttpHandlerOptions
|
|
1301
|
-
): Promise<DisassociateEnvironmentOperationsRoleCommandOutput>;
|
|
1302
|
-
public disassociateEnvironmentOperationsRole(
|
|
1303
|
-
args: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
1304
|
-
cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void
|
|
1305
|
-
): void;
|
|
1306
|
-
public disassociateEnvironmentOperationsRole(
|
|
1307
|
-
args: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
1308
|
-
options: __HttpHandlerOptions,
|
|
1309
|
-
cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void
|
|
1310
|
-
): void;
|
|
1311
|
-
public disassociateEnvironmentOperationsRole(
|
|
1312
|
-
args: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
1313
|
-
optionsOrCb?:
|
|
1314
|
-
| __HttpHandlerOptions
|
|
1315
|
-
| ((err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void),
|
|
1316
|
-
cb?: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void
|
|
1317
|
-
): Promise<DisassociateEnvironmentOperationsRoleCommandOutput> | void {
|
|
1318
|
-
const command = new DisassociateEnvironmentOperationsRoleCommand(args);
|
|
1319
|
-
if (typeof optionsOrCb === "function") {
|
|
1320
|
-
this.send(command, optionsOrCb);
|
|
1321
|
-
} else if (typeof cb === "function") {
|
|
1322
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1323
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1324
|
-
} else {
|
|
1325
|
-
return this.send(command, optionsOrCb);
|
|
1326
|
-
}
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
/**
|
|
1330
|
-
* <p>Returns a list of the available solution stack names, with the public version first and
|
|
1331
|
-
* then in reverse chronological order.</p>
|
|
1332
|
-
*/
|
|
1333
|
-
public listAvailableSolutionStacks(
|
|
1334
|
-
args: ListAvailableSolutionStacksCommandInput,
|
|
1335
|
-
options?: __HttpHandlerOptions
|
|
1336
|
-
): Promise<ListAvailableSolutionStacksCommandOutput>;
|
|
1337
|
-
public listAvailableSolutionStacks(
|
|
1338
|
-
args: ListAvailableSolutionStacksCommandInput,
|
|
1339
|
-
cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
|
|
1340
|
-
): void;
|
|
1341
|
-
public listAvailableSolutionStacks(
|
|
1342
|
-
args: ListAvailableSolutionStacksCommandInput,
|
|
1343
|
-
options: __HttpHandlerOptions,
|
|
1344
|
-
cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
|
|
1345
|
-
): void;
|
|
1346
|
-
public listAvailableSolutionStacks(
|
|
1347
|
-
args: ListAvailableSolutionStacksCommandInput,
|
|
1348
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAvailableSolutionStacksCommandOutput) => void),
|
|
1349
|
-
cb?: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
|
|
1350
|
-
): Promise<ListAvailableSolutionStacksCommandOutput> | void {
|
|
1351
|
-
const command = new ListAvailableSolutionStacksCommand(args);
|
|
1352
|
-
if (typeof optionsOrCb === "function") {
|
|
1353
|
-
this.send(command, optionsOrCb);
|
|
1354
|
-
} else if (typeof cb === "function") {
|
|
1355
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1356
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1357
|
-
} else {
|
|
1358
|
-
return this.send(command, optionsOrCb);
|
|
1359
|
-
}
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
/**
|
|
1363
|
-
* <p>Lists the platform branches available for your account in an AWS Region. Provides
|
|
1364
|
-
* summary information about each platform branch.</p>
|
|
1365
|
-
* <p>For definitions of platform branch and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
|
|
1366
|
-
* Platforms Glossary</a>.</p>
|
|
1367
|
-
*/
|
|
1368
|
-
public listPlatformBranches(
|
|
1369
|
-
args: ListPlatformBranchesCommandInput,
|
|
1370
|
-
options?: __HttpHandlerOptions
|
|
1371
|
-
): Promise<ListPlatformBranchesCommandOutput>;
|
|
1372
|
-
public listPlatformBranches(
|
|
1373
|
-
args: ListPlatformBranchesCommandInput,
|
|
1374
|
-
cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
|
|
1375
|
-
): void;
|
|
1376
|
-
public listPlatformBranches(
|
|
1377
|
-
args: ListPlatformBranchesCommandInput,
|
|
1378
|
-
options: __HttpHandlerOptions,
|
|
1379
|
-
cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
|
|
1380
|
-
): void;
|
|
1381
|
-
public listPlatformBranches(
|
|
1382
|
-
args: ListPlatformBranchesCommandInput,
|
|
1383
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPlatformBranchesCommandOutput) => void),
|
|
1384
|
-
cb?: (err: any, data?: ListPlatformBranchesCommandOutput) => void
|
|
1385
|
-
): Promise<ListPlatformBranchesCommandOutput> | void {
|
|
1386
|
-
const command = new ListPlatformBranchesCommand(args);
|
|
1387
|
-
if (typeof optionsOrCb === "function") {
|
|
1388
|
-
this.send(command, optionsOrCb);
|
|
1389
|
-
} else if (typeof cb === "function") {
|
|
1390
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1391
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1392
|
-
} else {
|
|
1393
|
-
return this.send(command, optionsOrCb);
|
|
1394
|
-
}
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
/**
|
|
1398
|
-
* <p>Lists the platform versions available for your account in an AWS Region. Provides
|
|
1399
|
-
* summary information about each platform version. Compare to <a>DescribePlatformVersion</a>, which provides full details about a single platform
|
|
1400
|
-
* version.</p>
|
|
1401
|
-
* <p>For definitions of platform version and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
|
|
1402
|
-
* Platforms Glossary</a>.</p>
|
|
1403
|
-
*/
|
|
1404
|
-
public listPlatformVersions(
|
|
1405
|
-
args: ListPlatformVersionsCommandInput,
|
|
1406
|
-
options?: __HttpHandlerOptions
|
|
1407
|
-
): Promise<ListPlatformVersionsCommandOutput>;
|
|
1408
|
-
public listPlatformVersions(
|
|
1409
|
-
args: ListPlatformVersionsCommandInput,
|
|
1410
|
-
cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void
|
|
1411
|
-
): void;
|
|
1412
|
-
public listPlatformVersions(
|
|
1413
|
-
args: ListPlatformVersionsCommandInput,
|
|
1414
|
-
options: __HttpHandlerOptions,
|
|
1415
|
-
cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void
|
|
1416
|
-
): void;
|
|
1417
|
-
public listPlatformVersions(
|
|
1418
|
-
args: ListPlatformVersionsCommandInput,
|
|
1419
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPlatformVersionsCommandOutput) => void),
|
|
1420
|
-
cb?: (err: any, data?: ListPlatformVersionsCommandOutput) => void
|
|
1421
|
-
): Promise<ListPlatformVersionsCommandOutput> | void {
|
|
1422
|
-
const command = new ListPlatformVersionsCommand(args);
|
|
1423
|
-
if (typeof optionsOrCb === "function") {
|
|
1424
|
-
this.send(command, optionsOrCb);
|
|
1425
|
-
} else if (typeof cb === "function") {
|
|
1426
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1427
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1428
|
-
} else {
|
|
1429
|
-
return this.send(command, optionsOrCb);
|
|
1430
|
-
}
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
/**
|
|
1434
|
-
* <p>Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.</p>
|
|
1435
|
-
* <p>Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see
|
|
1436
|
-
* <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html">Tagging Application
|
|
1437
|
-
* Resources</a>.</p>
|
|
1438
|
-
*/
|
|
1439
|
-
public listTagsForResource(
|
|
1440
|
-
args: ListTagsForResourceCommandInput,
|
|
1441
|
-
options?: __HttpHandlerOptions
|
|
1442
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
1443
|
-
public listTagsForResource(
|
|
1444
|
-
args: ListTagsForResourceCommandInput,
|
|
1445
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1446
|
-
): void;
|
|
1447
|
-
public listTagsForResource(
|
|
1448
|
-
args: ListTagsForResourceCommandInput,
|
|
1449
|
-
options: __HttpHandlerOptions,
|
|
1450
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1451
|
-
): void;
|
|
1452
|
-
public listTagsForResource(
|
|
1453
|
-
args: ListTagsForResourceCommandInput,
|
|
1454
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
1455
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1456
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
1457
|
-
const command = new ListTagsForResourceCommand(args);
|
|
1458
|
-
if (typeof optionsOrCb === "function") {
|
|
1459
|
-
this.send(command, optionsOrCb);
|
|
1460
|
-
} else if (typeof cb === "function") {
|
|
1461
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1462
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1463
|
-
} else {
|
|
1464
|
-
return this.send(command, optionsOrCb);
|
|
1465
|
-
}
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
|
-
/**
|
|
1469
|
-
* <p>Deletes and recreates all of the AWS resources (for example: the Auto Scaling group,
|
|
1470
|
-
* load balancer, etc.) for a specified environment and forces a restart.</p>
|
|
1471
|
-
*/
|
|
1472
|
-
public rebuildEnvironment(
|
|
1473
|
-
args: RebuildEnvironmentCommandInput,
|
|
1474
|
-
options?: __HttpHandlerOptions
|
|
1475
|
-
): Promise<RebuildEnvironmentCommandOutput>;
|
|
1476
|
-
public rebuildEnvironment(
|
|
1477
|
-
args: RebuildEnvironmentCommandInput,
|
|
1478
|
-
cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void
|
|
1479
|
-
): void;
|
|
1480
|
-
public rebuildEnvironment(
|
|
1481
|
-
args: RebuildEnvironmentCommandInput,
|
|
1482
|
-
options: __HttpHandlerOptions,
|
|
1483
|
-
cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void
|
|
1484
|
-
): void;
|
|
1485
|
-
public rebuildEnvironment(
|
|
1486
|
-
args: RebuildEnvironmentCommandInput,
|
|
1487
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RebuildEnvironmentCommandOutput) => void),
|
|
1488
|
-
cb?: (err: any, data?: RebuildEnvironmentCommandOutput) => void
|
|
1489
|
-
): Promise<RebuildEnvironmentCommandOutput> | void {
|
|
1490
|
-
const command = new RebuildEnvironmentCommand(args);
|
|
1491
|
-
if (typeof optionsOrCb === "function") {
|
|
1492
|
-
this.send(command, optionsOrCb);
|
|
1493
|
-
} else if (typeof cb === "function") {
|
|
1494
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1495
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1496
|
-
} else {
|
|
1497
|
-
return this.send(command, optionsOrCb);
|
|
1498
|
-
}
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
/**
|
|
1502
|
-
* <p>Initiates a request to compile the specified type of information of the deployed
|
|
1503
|
-
* environment.</p>
|
|
1504
|
-
* <p> Setting the <code>InfoType</code> to <code>tail</code> compiles the last lines from
|
|
1505
|
-
* the application server log files of every Amazon EC2 instance in your environment. </p>
|
|
1506
|
-
* <p> Setting the <code>InfoType</code> to <code>bundle</code> compresses the application
|
|
1507
|
-
* server log files for every Amazon EC2 instance into a <code>.zip</code> file. Legacy and .NET
|
|
1508
|
-
* containers do not support bundle logs. </p>
|
|
1509
|
-
* <p> Use <a>RetrieveEnvironmentInfo</a> to obtain the set of logs. </p>
|
|
1510
|
-
* <p>Related Topics</p>
|
|
1511
|
-
* <ul>
|
|
1512
|
-
* <li>
|
|
1513
|
-
* <p>
|
|
1514
|
-
* <a>RetrieveEnvironmentInfo</a>
|
|
1515
|
-
* </p>
|
|
1516
|
-
* </li>
|
|
1517
|
-
* </ul>
|
|
1518
|
-
*/
|
|
1519
|
-
public requestEnvironmentInfo(
|
|
1520
|
-
args: RequestEnvironmentInfoCommandInput,
|
|
1521
|
-
options?: __HttpHandlerOptions
|
|
1522
|
-
): Promise<RequestEnvironmentInfoCommandOutput>;
|
|
1523
|
-
public requestEnvironmentInfo(
|
|
1524
|
-
args: RequestEnvironmentInfoCommandInput,
|
|
1525
|
-
cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
|
|
1526
|
-
): void;
|
|
1527
|
-
public requestEnvironmentInfo(
|
|
1528
|
-
args: RequestEnvironmentInfoCommandInput,
|
|
1529
|
-
options: __HttpHandlerOptions,
|
|
1530
|
-
cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
|
|
1531
|
-
): void;
|
|
1532
|
-
public requestEnvironmentInfo(
|
|
1533
|
-
args: RequestEnvironmentInfoCommandInput,
|
|
1534
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RequestEnvironmentInfoCommandOutput) => void),
|
|
1535
|
-
cb?: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
|
|
1536
|
-
): Promise<RequestEnvironmentInfoCommandOutput> | void {
|
|
1537
|
-
const command = new RequestEnvironmentInfoCommand(args);
|
|
1538
|
-
if (typeof optionsOrCb === "function") {
|
|
1539
|
-
this.send(command, optionsOrCb);
|
|
1540
|
-
} else if (typeof cb === "function") {
|
|
1541
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1542
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1543
|
-
} else {
|
|
1544
|
-
return this.send(command, optionsOrCb);
|
|
1545
|
-
}
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
/**
|
|
1549
|
-
* <p>Causes the environment to restart the application container server running on each
|
|
1550
|
-
* Amazon EC2 instance.</p>
|
|
1551
|
-
*/
|
|
1552
|
-
public restartAppServer(
|
|
1553
|
-
args: RestartAppServerCommandInput,
|
|
1554
|
-
options?: __HttpHandlerOptions
|
|
1555
|
-
): Promise<RestartAppServerCommandOutput>;
|
|
1556
|
-
public restartAppServer(
|
|
1557
|
-
args: RestartAppServerCommandInput,
|
|
1558
|
-
cb: (err: any, data?: RestartAppServerCommandOutput) => void
|
|
1559
|
-
): void;
|
|
1560
|
-
public restartAppServer(
|
|
1561
|
-
args: RestartAppServerCommandInput,
|
|
1562
|
-
options: __HttpHandlerOptions,
|
|
1563
|
-
cb: (err: any, data?: RestartAppServerCommandOutput) => void
|
|
1564
|
-
): void;
|
|
1565
|
-
public restartAppServer(
|
|
1566
|
-
args: RestartAppServerCommandInput,
|
|
1567
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RestartAppServerCommandOutput) => void),
|
|
1568
|
-
cb?: (err: any, data?: RestartAppServerCommandOutput) => void
|
|
1569
|
-
): Promise<RestartAppServerCommandOutput> | void {
|
|
1570
|
-
const command = new RestartAppServerCommand(args);
|
|
1571
|
-
if (typeof optionsOrCb === "function") {
|
|
1572
|
-
this.send(command, optionsOrCb);
|
|
1573
|
-
} else if (typeof cb === "function") {
|
|
1574
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1575
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1576
|
-
} else {
|
|
1577
|
-
return this.send(command, optionsOrCb);
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
/**
|
|
1582
|
-
* <p>Retrieves the compiled information from a <a>RequestEnvironmentInfo</a>
|
|
1583
|
-
* request.</p>
|
|
1584
|
-
* <p>Related Topics</p>
|
|
1585
|
-
* <ul>
|
|
1586
|
-
* <li>
|
|
1587
|
-
* <p>
|
|
1588
|
-
* <a>RequestEnvironmentInfo</a>
|
|
1589
|
-
* </p>
|
|
1590
|
-
* </li>
|
|
1591
|
-
* </ul>
|
|
1592
|
-
*/
|
|
1593
|
-
public retrieveEnvironmentInfo(
|
|
1594
|
-
args: RetrieveEnvironmentInfoCommandInput,
|
|
1595
|
-
options?: __HttpHandlerOptions
|
|
1596
|
-
): Promise<RetrieveEnvironmentInfoCommandOutput>;
|
|
1597
|
-
public retrieveEnvironmentInfo(
|
|
1598
|
-
args: RetrieveEnvironmentInfoCommandInput,
|
|
1599
|
-
cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
|
|
1600
|
-
): void;
|
|
1601
|
-
public retrieveEnvironmentInfo(
|
|
1602
|
-
args: RetrieveEnvironmentInfoCommandInput,
|
|
1603
|
-
options: __HttpHandlerOptions,
|
|
1604
|
-
cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
|
|
1605
|
-
): void;
|
|
1606
|
-
public retrieveEnvironmentInfo(
|
|
1607
|
-
args: RetrieveEnvironmentInfoCommandInput,
|
|
1608
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void),
|
|
1609
|
-
cb?: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
|
|
1610
|
-
): Promise<RetrieveEnvironmentInfoCommandOutput> | void {
|
|
1611
|
-
const command = new RetrieveEnvironmentInfoCommand(args);
|
|
1612
|
-
if (typeof optionsOrCb === "function") {
|
|
1613
|
-
this.send(command, optionsOrCb);
|
|
1614
|
-
} else if (typeof cb === "function") {
|
|
1615
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1616
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1617
|
-
} else {
|
|
1618
|
-
return this.send(command, optionsOrCb);
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
/**
|
|
1623
|
-
* <p>Swaps the CNAMEs of two environments.</p>
|
|
1624
|
-
*/
|
|
1625
|
-
public swapEnvironmentCNAMEs(
|
|
1626
|
-
args: SwapEnvironmentCNAMEsCommandInput,
|
|
1627
|
-
options?: __HttpHandlerOptions
|
|
1628
|
-
): Promise<SwapEnvironmentCNAMEsCommandOutput>;
|
|
1629
|
-
public swapEnvironmentCNAMEs(
|
|
1630
|
-
args: SwapEnvironmentCNAMEsCommandInput,
|
|
1631
|
-
cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
|
|
1632
|
-
): void;
|
|
1633
|
-
public swapEnvironmentCNAMEs(
|
|
1634
|
-
args: SwapEnvironmentCNAMEsCommandInput,
|
|
1635
|
-
options: __HttpHandlerOptions,
|
|
1636
|
-
cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
|
|
1637
|
-
): void;
|
|
1638
|
-
public swapEnvironmentCNAMEs(
|
|
1639
|
-
args: SwapEnvironmentCNAMEsCommandInput,
|
|
1640
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void),
|
|
1641
|
-
cb?: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
|
|
1642
|
-
): Promise<SwapEnvironmentCNAMEsCommandOutput> | void {
|
|
1643
|
-
const command = new SwapEnvironmentCNAMEsCommand(args);
|
|
1644
|
-
if (typeof optionsOrCb === "function") {
|
|
1645
|
-
this.send(command, optionsOrCb);
|
|
1646
|
-
} else if (typeof cb === "function") {
|
|
1647
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1648
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1649
|
-
} else {
|
|
1650
|
-
return this.send(command, optionsOrCb);
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
/**
|
|
1655
|
-
* <p>Terminates the specified environment.</p>
|
|
1656
|
-
*/
|
|
1657
|
-
public terminateEnvironment(
|
|
1658
|
-
args: TerminateEnvironmentCommandInput,
|
|
1659
|
-
options?: __HttpHandlerOptions
|
|
1660
|
-
): Promise<TerminateEnvironmentCommandOutput>;
|
|
1661
|
-
public terminateEnvironment(
|
|
1662
|
-
args: TerminateEnvironmentCommandInput,
|
|
1663
|
-
cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void
|
|
1664
|
-
): void;
|
|
1665
|
-
public terminateEnvironment(
|
|
1666
|
-
args: TerminateEnvironmentCommandInput,
|
|
1667
|
-
options: __HttpHandlerOptions,
|
|
1668
|
-
cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void
|
|
1669
|
-
): void;
|
|
1670
|
-
public terminateEnvironment(
|
|
1671
|
-
args: TerminateEnvironmentCommandInput,
|
|
1672
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TerminateEnvironmentCommandOutput) => void),
|
|
1673
|
-
cb?: (err: any, data?: TerminateEnvironmentCommandOutput) => void
|
|
1674
|
-
): Promise<TerminateEnvironmentCommandOutput> | void {
|
|
1675
|
-
const command = new TerminateEnvironmentCommand(args);
|
|
1676
|
-
if (typeof optionsOrCb === "function") {
|
|
1677
|
-
this.send(command, optionsOrCb);
|
|
1678
|
-
} else if (typeof cb === "function") {
|
|
1679
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1680
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1681
|
-
} else {
|
|
1682
|
-
return this.send(command, optionsOrCb);
|
|
1683
|
-
}
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
/**
|
|
1687
|
-
* <p>Updates the specified application to have the specified properties.</p>
|
|
1688
|
-
* <note>
|
|
1689
|
-
* <p>If a property (for example, <code>description</code>) is not provided, the value
|
|
1690
|
-
* remains unchanged. To clear these properties, specify an empty string.</p>
|
|
1691
|
-
* </note>
|
|
1692
|
-
*/
|
|
1693
|
-
public updateApplication(
|
|
1694
|
-
args: UpdateApplicationCommandInput,
|
|
1695
|
-
options?: __HttpHandlerOptions
|
|
1696
|
-
): Promise<UpdateApplicationCommandOutput>;
|
|
1697
|
-
public updateApplication(
|
|
1698
|
-
args: UpdateApplicationCommandInput,
|
|
1699
|
-
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
1700
|
-
): void;
|
|
1701
|
-
public updateApplication(
|
|
1702
|
-
args: UpdateApplicationCommandInput,
|
|
1703
|
-
options: __HttpHandlerOptions,
|
|
1704
|
-
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
1705
|
-
): void;
|
|
1706
|
-
public updateApplication(
|
|
1707
|
-
args: UpdateApplicationCommandInput,
|
|
1708
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateApplicationCommandOutput) => void),
|
|
1709
|
-
cb?: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
1710
|
-
): Promise<UpdateApplicationCommandOutput> | void {
|
|
1711
|
-
const command = new UpdateApplicationCommand(args);
|
|
1712
|
-
if (typeof optionsOrCb === "function") {
|
|
1713
|
-
this.send(command, optionsOrCb);
|
|
1714
|
-
} else if (typeof cb === "function") {
|
|
1715
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1716
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1717
|
-
} else {
|
|
1718
|
-
return this.send(command, optionsOrCb);
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
/**
|
|
1723
|
-
* <p>Modifies lifecycle settings for an application.</p>
|
|
1724
|
-
*/
|
|
1725
|
-
public updateApplicationResourceLifecycle(
|
|
1726
|
-
args: UpdateApplicationResourceLifecycleCommandInput,
|
|
1727
|
-
options?: __HttpHandlerOptions
|
|
1728
|
-
): Promise<UpdateApplicationResourceLifecycleCommandOutput>;
|
|
1729
|
-
public updateApplicationResourceLifecycle(
|
|
1730
|
-
args: UpdateApplicationResourceLifecycleCommandInput,
|
|
1731
|
-
cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void
|
|
1732
|
-
): void;
|
|
1733
|
-
public updateApplicationResourceLifecycle(
|
|
1734
|
-
args: UpdateApplicationResourceLifecycleCommandInput,
|
|
1735
|
-
options: __HttpHandlerOptions,
|
|
1736
|
-
cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void
|
|
1737
|
-
): void;
|
|
1738
|
-
public updateApplicationResourceLifecycle(
|
|
1739
|
-
args: UpdateApplicationResourceLifecycleCommandInput,
|
|
1740
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void),
|
|
1741
|
-
cb?: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void
|
|
1742
|
-
): Promise<UpdateApplicationResourceLifecycleCommandOutput> | void {
|
|
1743
|
-
const command = new UpdateApplicationResourceLifecycleCommand(args);
|
|
1744
|
-
if (typeof optionsOrCb === "function") {
|
|
1745
|
-
this.send(command, optionsOrCb);
|
|
1746
|
-
} else if (typeof cb === "function") {
|
|
1747
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1748
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1749
|
-
} else {
|
|
1750
|
-
return this.send(command, optionsOrCb);
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
/**
|
|
1755
|
-
* <p>Updates the specified application version to have the specified properties.</p>
|
|
1756
|
-
* <note>
|
|
1757
|
-
* <p>If a property (for example, <code>description</code>) is not provided, the value
|
|
1758
|
-
* remains unchanged. To clear properties, specify an empty string.</p>
|
|
1759
|
-
* </note>
|
|
1760
|
-
*/
|
|
1761
|
-
public updateApplicationVersion(
|
|
1762
|
-
args: UpdateApplicationVersionCommandInput,
|
|
1763
|
-
options?: __HttpHandlerOptions
|
|
1764
|
-
): Promise<UpdateApplicationVersionCommandOutput>;
|
|
1765
|
-
public updateApplicationVersion(
|
|
1766
|
-
args: UpdateApplicationVersionCommandInput,
|
|
1767
|
-
cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
|
|
1768
|
-
): void;
|
|
1769
|
-
public updateApplicationVersion(
|
|
1770
|
-
args: UpdateApplicationVersionCommandInput,
|
|
1771
|
-
options: __HttpHandlerOptions,
|
|
1772
|
-
cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
|
|
1773
|
-
): void;
|
|
1774
|
-
public updateApplicationVersion(
|
|
1775
|
-
args: UpdateApplicationVersionCommandInput,
|
|
1776
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateApplicationVersionCommandOutput) => void),
|
|
1777
|
-
cb?: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
|
|
1778
|
-
): Promise<UpdateApplicationVersionCommandOutput> | void {
|
|
1779
|
-
const command = new UpdateApplicationVersionCommand(args);
|
|
1780
|
-
if (typeof optionsOrCb === "function") {
|
|
1781
|
-
this.send(command, optionsOrCb);
|
|
1782
|
-
} else if (typeof cb === "function") {
|
|
1783
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1784
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1785
|
-
} else {
|
|
1786
|
-
return this.send(command, optionsOrCb);
|
|
1787
|
-
}
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
/**
|
|
1791
|
-
* <p>Updates the specified configuration template to have the specified properties or
|
|
1792
|
-
* configuration option values.</p>
|
|
1793
|
-
* <note>
|
|
1794
|
-
* <p>If a property (for example, <code>ApplicationName</code>) is not provided, its value
|
|
1795
|
-
* remains unchanged. To clear such properties, specify an empty string.</p>
|
|
1796
|
-
* </note>
|
|
1797
|
-
* <p>Related Topics</p>
|
|
1798
|
-
* <ul>
|
|
1799
|
-
* <li>
|
|
1800
|
-
* <p>
|
|
1801
|
-
* <a>DescribeConfigurationOptions</a>
|
|
1802
|
-
* </p>
|
|
1803
|
-
* </li>
|
|
1804
|
-
* </ul>
|
|
1805
|
-
*/
|
|
1806
|
-
public updateConfigurationTemplate(
|
|
1807
|
-
args: UpdateConfigurationTemplateCommandInput,
|
|
1808
|
-
options?: __HttpHandlerOptions
|
|
1809
|
-
): Promise<UpdateConfigurationTemplateCommandOutput>;
|
|
1810
|
-
public updateConfigurationTemplate(
|
|
1811
|
-
args: UpdateConfigurationTemplateCommandInput,
|
|
1812
|
-
cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
|
|
1813
|
-
): void;
|
|
1814
|
-
public updateConfigurationTemplate(
|
|
1815
|
-
args: UpdateConfigurationTemplateCommandInput,
|
|
1816
|
-
options: __HttpHandlerOptions,
|
|
1817
|
-
cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
|
|
1818
|
-
): void;
|
|
1819
|
-
public updateConfigurationTemplate(
|
|
1820
|
-
args: UpdateConfigurationTemplateCommandInput,
|
|
1821
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateConfigurationTemplateCommandOutput) => void),
|
|
1822
|
-
cb?: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
|
|
1823
|
-
): Promise<UpdateConfigurationTemplateCommandOutput> | void {
|
|
1824
|
-
const command = new UpdateConfigurationTemplateCommand(args);
|
|
1825
|
-
if (typeof optionsOrCb === "function") {
|
|
1826
|
-
this.send(command, optionsOrCb);
|
|
1827
|
-
} else if (typeof cb === "function") {
|
|
1828
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1829
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1830
|
-
} else {
|
|
1831
|
-
return this.send(command, optionsOrCb);
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
/**
|
|
1836
|
-
* <p>Updates the environment description, deploys a new application version, updates the
|
|
1837
|
-
* configuration settings to an entirely new configuration template, or updates select
|
|
1838
|
-
* configuration option values in the running environment.</p>
|
|
1839
|
-
* <p> Attempting to update both the release and configuration is not allowed and AWS Elastic
|
|
1840
|
-
* Beanstalk returns an <code>InvalidParameterCombination</code> error. </p>
|
|
1841
|
-
* <p> When updating the configuration settings to a new template or individual settings, a
|
|
1842
|
-
* draft configuration is created and <a>DescribeConfigurationSettings</a> for this
|
|
1843
|
-
* environment returns two setting descriptions with different <code>DeploymentStatus</code>
|
|
1844
|
-
* values. </p>
|
|
1845
|
-
*/
|
|
1846
|
-
public updateEnvironment(
|
|
1847
|
-
args: UpdateEnvironmentCommandInput,
|
|
1848
|
-
options?: __HttpHandlerOptions
|
|
1849
|
-
): Promise<UpdateEnvironmentCommandOutput>;
|
|
1850
|
-
public updateEnvironment(
|
|
1851
|
-
args: UpdateEnvironmentCommandInput,
|
|
1852
|
-
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
1853
|
-
): void;
|
|
1854
|
-
public updateEnvironment(
|
|
1855
|
-
args: UpdateEnvironmentCommandInput,
|
|
1856
|
-
options: __HttpHandlerOptions,
|
|
1857
|
-
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
1858
|
-
): void;
|
|
1859
|
-
public updateEnvironment(
|
|
1860
|
-
args: UpdateEnvironmentCommandInput,
|
|
1861
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateEnvironmentCommandOutput) => void),
|
|
1862
|
-
cb?: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
1863
|
-
): Promise<UpdateEnvironmentCommandOutput> | void {
|
|
1864
|
-
const command = new UpdateEnvironmentCommand(args);
|
|
1865
|
-
if (typeof optionsOrCb === "function") {
|
|
1866
|
-
this.send(command, optionsOrCb);
|
|
1867
|
-
} else if (typeof cb === "function") {
|
|
1868
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1869
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1870
|
-
} else {
|
|
1871
|
-
return this.send(command, optionsOrCb);
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
/**
|
|
1876
|
-
* <p>Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed: <code>TagsToAdd</code>
|
|
1877
|
-
* for tags to add or update, and <code>TagsToRemove</code>.</p>
|
|
1878
|
-
* <p>Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see
|
|
1879
|
-
* <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html">Tagging Application
|
|
1880
|
-
* Resources</a>.</p>
|
|
1881
|
-
* <p>If you create a custom IAM user policy to control permission to this operation, specify
|
|
1882
|
-
* one of the following two virtual actions (or both) instead of the API operation name:</p>
|
|
1883
|
-
* <dl>
|
|
1884
|
-
* <dt>elasticbeanstalk:AddTags</dt>
|
|
1885
|
-
* <dd>
|
|
1886
|
-
* <p>Controls permission to call <code>UpdateTagsForResource</code> and pass a list of tags to add in the <code>TagsToAdd</code>
|
|
1887
|
-
* parameter.</p>
|
|
1888
|
-
* </dd>
|
|
1889
|
-
* <dt>elasticbeanstalk:RemoveTags</dt>
|
|
1890
|
-
* <dd>
|
|
1891
|
-
* <p>Controls permission to call <code>UpdateTagsForResource</code> and pass a list of tag keys to remove in the <code>TagsToRemove</code>
|
|
1892
|
-
* parameter.</p>
|
|
1893
|
-
* </dd>
|
|
1894
|
-
* </dl>
|
|
1895
|
-
* <p>For details about creating a custom user policy, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/AWSHowTo.iam.managed-policies.html#AWSHowTo.iam.policies">Creating a Custom User Policy</a>.</p>
|
|
1896
|
-
*/
|
|
1897
|
-
public updateTagsForResource(
|
|
1898
|
-
args: UpdateTagsForResourceCommandInput,
|
|
1899
|
-
options?: __HttpHandlerOptions
|
|
1900
|
-
): Promise<UpdateTagsForResourceCommandOutput>;
|
|
1901
|
-
public updateTagsForResource(
|
|
1902
|
-
args: UpdateTagsForResourceCommandInput,
|
|
1903
|
-
cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
|
|
1904
|
-
): void;
|
|
1905
|
-
public updateTagsForResource(
|
|
1906
|
-
args: UpdateTagsForResourceCommandInput,
|
|
1907
|
-
options: __HttpHandlerOptions,
|
|
1908
|
-
cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
|
|
1909
|
-
): void;
|
|
1910
|
-
public updateTagsForResource(
|
|
1911
|
-
args: UpdateTagsForResourceCommandInput,
|
|
1912
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateTagsForResourceCommandOutput) => void),
|
|
1913
|
-
cb?: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
|
|
1914
|
-
): Promise<UpdateTagsForResourceCommandOutput> | void {
|
|
1915
|
-
const command = new UpdateTagsForResourceCommand(args);
|
|
1916
|
-
if (typeof optionsOrCb === "function") {
|
|
1917
|
-
this.send(command, optionsOrCb);
|
|
1918
|
-
} else if (typeof cb === "function") {
|
|
1919
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1920
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1921
|
-
} else {
|
|
1922
|
-
return this.send(command, optionsOrCb);
|
|
1923
|
-
}
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
/**
|
|
1927
|
-
* <p>Takes a set of configuration settings and either a configuration template or
|
|
1928
|
-
* environment, and determines whether those values are valid.</p>
|
|
1929
|
-
* <p>This action returns a list of messages indicating any errors or warnings associated
|
|
1930
|
-
* with the selection of option values.</p>
|
|
1931
|
-
*/
|
|
1932
|
-
public validateConfigurationSettings(
|
|
1933
|
-
args: ValidateConfigurationSettingsCommandInput,
|
|
1934
|
-
options?: __HttpHandlerOptions
|
|
1935
|
-
): Promise<ValidateConfigurationSettingsCommandOutput>;
|
|
1936
|
-
public validateConfigurationSettings(
|
|
1937
|
-
args: ValidateConfigurationSettingsCommandInput,
|
|
1938
|
-
cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
|
|
1939
|
-
): void;
|
|
1940
|
-
public validateConfigurationSettings(
|
|
1941
|
-
args: ValidateConfigurationSettingsCommandInput,
|
|
1942
|
-
options: __HttpHandlerOptions,
|
|
1943
|
-
cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
|
|
1944
|
-
): void;
|
|
1945
|
-
public validateConfigurationSettings(
|
|
1946
|
-
args: ValidateConfigurationSettingsCommandInput,
|
|
1947
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ValidateConfigurationSettingsCommandOutput) => void),
|
|
1948
|
-
cb?: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
|
|
1949
|
-
): Promise<ValidateConfigurationSettingsCommandOutput> | void {
|
|
1950
|
-
const command = new ValidateConfigurationSettingsCommand(args);
|
|
1951
|
-
if (typeof optionsOrCb === "function") {
|
|
1952
|
-
this.send(command, optionsOrCb);
|
|
1953
|
-
} else if (typeof cb === "function") {
|
|
1954
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1955
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1956
|
-
} else {
|
|
1957
|
-
return this.send(command, optionsOrCb);
|
|
1958
|
-
}
|
|
1959
|
-
}
|
|
1960
|
-
}
|