@aws-sdk/client-elastic-beanstalk 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/ElasticBeanstalk.js +2 -20
- package/dist-cjs/ElasticBeanstalkClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AbortEnvironmentUpdateCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ApplyEnvironmentManagedActionCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CheckDNSAvailabilityCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ComposeEnvironmentsCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -28
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreatePlatformVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateStorageLocationCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationVersionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationTemplateCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentConfigurationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeletePlatformVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAccountAttributesCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeApplicationVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeApplicationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeConfigurationOptionsCommand.js +2 -30
- package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentHealthCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentResourcesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DescribeInstancesHealthCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribePlatformVersionCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListAvailableSolutionStacksCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListPlatformBranchesCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListPlatformVersionsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/RebuildEnvironmentCommand.js +2 -28
- package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RestartAppServerCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/RetrieveEnvironmentInfoCommand.js +2 -36
- package/{dist/cjs → dist-cjs}/commands/SwapEnvironmentCNAMEsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TerminateEnvironmentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationVersionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationTemplateCommand.js +2 -40
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/UpdateTagsForResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ValidateConfigurationSettingsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -436
- package/{dist/cjs → dist-cjs}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPlatformBranchesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPlatformVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +112 -115
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentExists.js +10 -20
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentTerminated.js +10 -20
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentUpdated.js +10 -20
- package/{dist/es → dist-es}/ElasticBeanstalk.js +2 -3
- package/{dist/es → dist-es}/ElasticBeanstalkClient.js +1 -2
- package/{dist/es → dist-es}/commands/AbortEnvironmentUpdateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ApplyEnvironmentManagedActionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CheckDNSAvailabilityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ComposeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreatePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateStorageLocationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEnvironmentConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAccountAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeApplicationVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeApplicationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationOptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentResourcesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEventsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeInstancesHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAvailableSolutionStacksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPlatformBranchesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPlatformVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RebuildEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RequestEnvironmentInfoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RestartAppServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RetrieveEnvironmentInfoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SwapEnvironmentCNAMEsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TerminateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ValidateConfigurationSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/DescribeEventsPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListPlatformBranchesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPlatformVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_query.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentExists.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentTerminated.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentUpdated.js +1 -2
- package/{dist/types → dist-types}/ElasticBeanstalk.d.ts +3 -3
- package/{dist/types → dist-types}/ElasticBeanstalkClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/AbortEnvironmentUpdateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckDNSAvailabilityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ComposeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateStorageLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccountAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApplicationVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationOptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeInstancesHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAvailableSolutionStacksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlatformBranchesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlatformVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RebuildEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RequestEnvironmentInfoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RestartAppServerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TerminateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ValidateConfigurationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_query.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ElasticBeanstalk.d.ts +51 -357
- package/{dist/types → dist-types}/ts3.4/ElasticBeanstalkClient.d.ts +33 -112
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreatePlatformVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2081 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentExists.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +4 -11
- package/{dist/types → dist-types}/waiters/waitForEnvironmentExists.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForEnvironmentTerminated.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForEnvironmentUpdated.d.ts +2 -2
- package/package.json +46 -43
- package/ElasticBeanstalk.ts +0 -1960
- package/ElasticBeanstalkClient.ts +0 -507
- package/commands/AbortEnvironmentUpdateCommand.ts +0 -95
- package/commands/ApplyEnvironmentManagedActionCommand.ts +0 -101
- package/commands/AssociateEnvironmentOperationsRoleCommand.ts +0 -103
- package/commands/CheckDNSAvailabilityCommand.ts +0 -94
- package/commands/ComposeEnvironmentsCommand.ts +0 -99
- package/commands/CreateApplicationCommand.ts +0 -95
- package/commands/CreateApplicationVersionCommand.ts +0 -110
- package/commands/CreateConfigurationTemplateCommand.ts +0 -120
- package/commands/CreateEnvironmentCommand.ts +0 -95
- package/commands/CreatePlatformVersionCommand.ts +0 -94
- package/commands/CreateStorageLocationCommand.ts +0 -98
- package/commands/DeleteApplicationCommand.ts +0 -99
- package/commands/DeleteApplicationVersionCommand.ts +0 -98
- package/commands/DeleteConfigurationTemplateCommand.ts +0 -102
- package/commands/DeleteEnvironmentConfigurationCommand.ts +0 -105
- package/commands/DeletePlatformVersionCommand.ts +0 -94
- package/commands/DescribeAccountAttributesCommand.ts +0 -99
- package/commands/DescribeApplicationVersionsCommand.ts +0 -99
- package/commands/DescribeApplicationsCommand.ts +0 -94
- package/commands/DescribeConfigurationOptionsCommand.ts +0 -100
- package/commands/DescribeConfigurationSettingsCommand.ts +0 -113
- package/commands/DescribeEnvironmentHealthCommand.ts +0 -99
- package/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +0 -109
- package/commands/DescribeEnvironmentManagedActionsCommand.ts +0 -102
- package/commands/DescribeEnvironmentResourcesCommand.ts +0 -99
- package/commands/DescribeEnvironmentsCommand.ts +0 -94
- package/commands/DescribeEventsCommand.ts +0 -98
- package/commands/DescribeInstancesHealthCommand.ts +0 -96
- package/commands/DescribePlatformVersionCommand.ts +0 -97
- package/commands/DisassociateEnvironmentOperationsRoleCommand.ts +0 -104
- package/commands/ListAvailableSolutionStacksCommand.ts +0 -100
- package/commands/ListPlatformBranchesCommand.ts +0 -97
- package/commands/ListPlatformVersionsCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -97
- package/commands/RebuildEnvironmentCommand.ts +0 -95
- package/commands/RequestEnvironmentInfoCommand.ts +0 -109
- package/commands/RestartAppServerCommand.ts +0 -95
- package/commands/RetrieveEnvironmentInfoCommand.ts +0 -103
- package/commands/SwapEnvironmentCNAMEsCommand.ts +0 -94
- package/commands/TerminateEnvironmentCommand.ts +0 -94
- package/commands/UpdateApplicationCommand.ts +0 -98
- package/commands/UpdateApplicationResourceLifecycleCommand.ts +0 -105
- package/commands/UpdateApplicationVersionCommand.ts +0 -98
- package/commands/UpdateConfigurationTemplateCommand.ts +0 -110
- package/commands/UpdateEnvironmentCommand.ts +0 -102
- package/commands/UpdateTagsForResourceCommand.ts +0 -113
- package/commands/ValidateConfigurationSettingsCommand.ts +0 -102
- package/dist/cjs/ElasticBeanstalk.js.map +0 -1
- package/dist/cjs/ElasticBeanstalkClient.js +0 -58
- package/dist/cjs/ElasticBeanstalkClient.js.map +0 -1
- package/dist/cjs/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
- package/dist/cjs/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/cjs/commands/CheckDNSAvailabilityCommand.js.map +0 -1
- package/dist/cjs/commands/ComposeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationVersionCommand.js +0 -77
- package/dist/cjs/commands/CreateApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationTemplateCommand.js +0 -84
- package/dist/cjs/commands/CreateConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStorageLocationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicationVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js +0 -75
- package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstancesHealthCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlatformBranchesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlatformVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RebuildEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/RequestEnvironmentInfoCommand.js +0 -76
- package/dist/cjs/commands/RequestEnvironmentInfoCommand.js.map +0 -1
- package/dist/cjs/commands/RestartAppServerCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
- package/dist/cjs/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentCommand.js +0 -69
- package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTagsForResourceCommand.js +0 -80
- package/dist/cjs/commands/UpdateTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListPlatformBranchesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPlatformVersionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentExists.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentTerminated.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentUpdated.js.map +0 -1
- package/dist/es/ElasticBeanstalk.js.map +0 -1
- package/dist/es/ElasticBeanstalkClient.js.map +0 -1
- package/dist/es/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
- package/dist/es/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
- package/dist/es/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/es/commands/CheckDNSAvailabilityCommand.js.map +0 -1
- package/dist/es/commands/ComposeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/CreatePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateStorageLocationCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicationVersionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstancesHealthCommand.js.map +0 -1
- package/dist/es/commands/DescribePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
- package/dist/es/commands/ListPlatformBranchesCommand.js.map +0 -1
- package/dist/es/commands/ListPlatformVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RebuildEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/RequestEnvironmentInfoCommand.js.map +0 -1
- package/dist/es/commands/RestartAppServerCommand.js.map +0 -1
- package/dist/es/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
- package/dist/es/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
- package/dist/es/commands/TerminateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -59
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListPlatformBranchesPaginator.js.map +0 -1
- package/dist/es/pagination/ListPlatformVersionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentExists.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentTerminated.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentUpdated.js.map +0 -1
- package/dist/types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStorageLocationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/RestartAppServerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4528
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5505
- package/pagination/DescribeEnvironmentManagedActionHistoryPaginator.ts +0 -58
- package/pagination/DescribeEventsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListPlatformBranchesPaginator.ts +0 -58
- package/pagination/ListPlatformVersionsPaginator.ts +0 -58
- package/protocols/Aws_query.ts +0 -8240
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForEnvironmentExists.ts +0 -73
- package/waiters/waitForEnvironmentTerminated.ts +0 -73
- package/waiters/waitForEnvironmentUpdated.ts +0 -73
|
@@ -1,4528 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
/**
|
|
3
|
-
* <p></p>
|
|
4
|
-
*/
|
|
5
|
-
export interface AbortEnvironmentUpdateMessage {
|
|
6
|
-
/**
|
|
7
|
-
* <p>This specifies the ID of the environment with the in-progress update that you want to
|
|
8
|
-
* cancel.</p>
|
|
9
|
-
*/
|
|
10
|
-
EnvironmentId?: string;
|
|
11
|
-
/**
|
|
12
|
-
* <p>This specifies the name of the environment with the in-progress update that you want to
|
|
13
|
-
* cancel.</p>
|
|
14
|
-
*/
|
|
15
|
-
EnvironmentName?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare namespace AbortEnvironmentUpdateMessage {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
const filterSensitiveLog: (obj: AbortEnvironmentUpdateMessage) => any;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* <p>The specified account does not have sufficient privileges for one or more AWS
|
|
25
|
-
* services.</p>
|
|
26
|
-
*/
|
|
27
|
-
export interface InsufficientPrivilegesException extends __SmithyException, $MetadataBearer {
|
|
28
|
-
name: "InsufficientPrivilegesException";
|
|
29
|
-
$fault: "client";
|
|
30
|
-
/**
|
|
31
|
-
* <p>The exception error message.</p>
|
|
32
|
-
*/
|
|
33
|
-
message?: string;
|
|
34
|
-
}
|
|
35
|
-
export declare namespace InsufficientPrivilegesException {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
const filterSensitiveLog: (obj: InsufficientPrivilegesException) => any;
|
|
40
|
-
}
|
|
41
|
-
export declare type ActionHistoryStatus = "Completed" | "Failed" | "Unknown";
|
|
42
|
-
export declare type ActionStatus = "Pending" | "Running" | "Scheduled" | "Unknown";
|
|
43
|
-
export declare type ActionType = "InstanceRefresh" | "PlatformUpdate" | "Unknown";
|
|
44
|
-
/**
|
|
45
|
-
* <p>A lifecycle rule that deletes application versions after the specified number of
|
|
46
|
-
* days.</p>
|
|
47
|
-
*/
|
|
48
|
-
export interface MaxAgeRule {
|
|
49
|
-
/**
|
|
50
|
-
* <p>Specify <code>true</code> to apply the rule, or <code>false</code> to disable
|
|
51
|
-
* it.</p>
|
|
52
|
-
*/
|
|
53
|
-
Enabled: boolean | undefined;
|
|
54
|
-
/**
|
|
55
|
-
* <p>Specify the number of days to retain an application versions.</p>
|
|
56
|
-
*/
|
|
57
|
-
MaxAgeInDays?: number;
|
|
58
|
-
/**
|
|
59
|
-
* <p>Set to <code>true</code> to delete a version's source bundle from Amazon S3 when
|
|
60
|
-
* Elastic Beanstalk deletes the application version.</p>
|
|
61
|
-
*/
|
|
62
|
-
DeleteSourceFromS3?: boolean;
|
|
63
|
-
}
|
|
64
|
-
export declare namespace MaxAgeRule {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
const filterSensitiveLog: (obj: MaxAgeRule) => any;
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* <p>A lifecycle rule that deletes the oldest application version when the maximum count is
|
|
72
|
-
* exceeded.</p>
|
|
73
|
-
*/
|
|
74
|
-
export interface MaxCountRule {
|
|
75
|
-
/**
|
|
76
|
-
* <p>Specify <code>true</code> to apply the rule, or <code>false</code> to disable
|
|
77
|
-
* it.</p>
|
|
78
|
-
*/
|
|
79
|
-
Enabled: boolean | undefined;
|
|
80
|
-
/**
|
|
81
|
-
* <p>Specify the maximum number of application versions to retain.</p>
|
|
82
|
-
*/
|
|
83
|
-
MaxCount?: number;
|
|
84
|
-
/**
|
|
85
|
-
* <p>Set to <code>true</code> to delete a version's source bundle from Amazon S3 when
|
|
86
|
-
* Elastic Beanstalk deletes the application version.</p>
|
|
87
|
-
*/
|
|
88
|
-
DeleteSourceFromS3?: boolean;
|
|
89
|
-
}
|
|
90
|
-
export declare namespace MaxCountRule {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
const filterSensitiveLog: (obj: MaxCountRule) => any;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* <p>The application version lifecycle settings for an application. Defines the rules that
|
|
98
|
-
* Elastic Beanstalk applies to an application's versions in order to avoid hitting the
|
|
99
|
-
* per-region limit for application versions.</p>
|
|
100
|
-
* <p>When Elastic Beanstalk deletes an application version from its database, you can no
|
|
101
|
-
* longer deploy that version to an environment. The source bundle remains in S3 unless you
|
|
102
|
-
* configure the rule to delete it.</p>
|
|
103
|
-
*/
|
|
104
|
-
export interface ApplicationVersionLifecycleConfig {
|
|
105
|
-
/**
|
|
106
|
-
* <p>Specify a max count rule to restrict the number of application versions that are
|
|
107
|
-
* retained for an application.</p>
|
|
108
|
-
*/
|
|
109
|
-
MaxCountRule?: MaxCountRule;
|
|
110
|
-
/**
|
|
111
|
-
* <p>Specify a max age rule to restrict the length of time that application versions are
|
|
112
|
-
* retained for an application.</p>
|
|
113
|
-
*/
|
|
114
|
-
MaxAgeRule?: MaxAgeRule;
|
|
115
|
-
}
|
|
116
|
-
export declare namespace ApplicationVersionLifecycleConfig {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
const filterSensitiveLog: (obj: ApplicationVersionLifecycleConfig) => any;
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* <p>The resource lifecycle configuration for an application. Defines lifecycle settings for
|
|
124
|
-
* resources that belong to the application, and the service role that AWS Elastic Beanstalk assumes
|
|
125
|
-
* in order to apply lifecycle settings. The version lifecycle configuration defines lifecycle
|
|
126
|
-
* settings for application versions.</p>
|
|
127
|
-
*/
|
|
128
|
-
export interface ApplicationResourceLifecycleConfig {
|
|
129
|
-
/**
|
|
130
|
-
* <p>The ARN of an IAM service role that Elastic Beanstalk has permission to
|
|
131
|
-
* assume.</p>
|
|
132
|
-
* <p>The <code>ServiceRole</code> property is required the first time that you provide a
|
|
133
|
-
* <code>VersionLifecycleConfig</code> for the application in one of the supporting calls
|
|
134
|
-
* (<code>CreateApplication</code> or <code>UpdateApplicationResourceLifecycle</code>). After
|
|
135
|
-
* you provide it once, in either one of the calls, Elastic Beanstalk persists the Service Role with the
|
|
136
|
-
* application, and you don't need to specify it again in subsequent
|
|
137
|
-
* <code>UpdateApplicationResourceLifecycle</code> calls. You can, however, specify it in
|
|
138
|
-
* subsequent calls to change the Service Role to another value.</p>
|
|
139
|
-
*/
|
|
140
|
-
ServiceRole?: string;
|
|
141
|
-
/**
|
|
142
|
-
* <p>Defines lifecycle settings for application versions.</p>
|
|
143
|
-
*/
|
|
144
|
-
VersionLifecycleConfig?: ApplicationVersionLifecycleConfig;
|
|
145
|
-
}
|
|
146
|
-
export declare namespace ApplicationResourceLifecycleConfig {
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
const filterSensitiveLog: (obj: ApplicationResourceLifecycleConfig) => any;
|
|
151
|
-
}
|
|
152
|
-
/**
|
|
153
|
-
* <p>Describes the properties of an application.</p>
|
|
154
|
-
*/
|
|
155
|
-
export interface ApplicationDescription {
|
|
156
|
-
/**
|
|
157
|
-
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
158
|
-
*/
|
|
159
|
-
ApplicationArn?: string;
|
|
160
|
-
/**
|
|
161
|
-
* <p>The name of the application.</p>
|
|
162
|
-
*/
|
|
163
|
-
ApplicationName?: string;
|
|
164
|
-
/**
|
|
165
|
-
* <p>User-defined description of the application.</p>
|
|
166
|
-
*/
|
|
167
|
-
Description?: string;
|
|
168
|
-
/**
|
|
169
|
-
* <p>The date when the application was created.</p>
|
|
170
|
-
*/
|
|
171
|
-
DateCreated?: Date;
|
|
172
|
-
/**
|
|
173
|
-
* <p>The date when the application was last modified.</p>
|
|
174
|
-
*/
|
|
175
|
-
DateUpdated?: Date;
|
|
176
|
-
/**
|
|
177
|
-
* <p>The names of the versions for this application.</p>
|
|
178
|
-
*/
|
|
179
|
-
Versions?: string[];
|
|
180
|
-
/**
|
|
181
|
-
* <p>The names of the configuration templates associated with this application.</p>
|
|
182
|
-
*/
|
|
183
|
-
ConfigurationTemplates?: string[];
|
|
184
|
-
/**
|
|
185
|
-
* <p>The lifecycle settings for the application.</p>
|
|
186
|
-
*/
|
|
187
|
-
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
|
|
188
|
-
}
|
|
189
|
-
export declare namespace ApplicationDescription {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
|
-
const filterSensitiveLog: (obj: ApplicationDescription) => any;
|
|
194
|
-
}
|
|
195
|
-
/**
|
|
196
|
-
* <p>Result message containing a single description of an application.</p>
|
|
197
|
-
*/
|
|
198
|
-
export interface ApplicationDescriptionMessage {
|
|
199
|
-
/**
|
|
200
|
-
* <p> The <a>ApplicationDescription</a> of the application. </p>
|
|
201
|
-
*/
|
|
202
|
-
Application?: ApplicationDescription;
|
|
203
|
-
}
|
|
204
|
-
export declare namespace ApplicationDescriptionMessage {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
|
-
const filterSensitiveLog: (obj: ApplicationDescriptionMessage) => any;
|
|
209
|
-
}
|
|
210
|
-
/**
|
|
211
|
-
* <p>Result message containing a list of application descriptions.</p>
|
|
212
|
-
*/
|
|
213
|
-
export interface ApplicationDescriptionsMessage {
|
|
214
|
-
/**
|
|
215
|
-
* <p>This parameter contains a list of <a>ApplicationDescription</a>.</p>
|
|
216
|
-
*/
|
|
217
|
-
Applications?: ApplicationDescription[];
|
|
218
|
-
}
|
|
219
|
-
export declare namespace ApplicationDescriptionsMessage {
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
const filterSensitiveLog: (obj: ApplicationDescriptionsMessage) => any;
|
|
224
|
-
}
|
|
225
|
-
/**
|
|
226
|
-
* <p>Represents the average latency for the slowest X percent of requests over the last 10
|
|
227
|
-
* seconds.</p>
|
|
228
|
-
*/
|
|
229
|
-
export interface Latency {
|
|
230
|
-
/**
|
|
231
|
-
* <p>The average latency for the slowest 0.1 percent of requests over the last 10
|
|
232
|
-
* seconds.</p>
|
|
233
|
-
*/
|
|
234
|
-
P999?: number;
|
|
235
|
-
/**
|
|
236
|
-
* <p>The average latency for the slowest 1 percent of requests over the last 10
|
|
237
|
-
* seconds.</p>
|
|
238
|
-
*/
|
|
239
|
-
P99?: number;
|
|
240
|
-
/**
|
|
241
|
-
* <p>The average latency for the slowest 5 percent of requests over the last 10
|
|
242
|
-
* seconds.</p>
|
|
243
|
-
*/
|
|
244
|
-
P95?: number;
|
|
245
|
-
/**
|
|
246
|
-
* <p>The average latency for the slowest 10 percent of requests over the last 10
|
|
247
|
-
* seconds.</p>
|
|
248
|
-
*/
|
|
249
|
-
P90?: number;
|
|
250
|
-
/**
|
|
251
|
-
* <p>The average latency for the slowest 15 percent of requests over the last 10
|
|
252
|
-
* seconds.</p>
|
|
253
|
-
*/
|
|
254
|
-
P85?: number;
|
|
255
|
-
/**
|
|
256
|
-
* <p>The average latency for the slowest 25 percent of requests over the last 10
|
|
257
|
-
* seconds.</p>
|
|
258
|
-
*/
|
|
259
|
-
P75?: number;
|
|
260
|
-
/**
|
|
261
|
-
* <p>The average latency for the slowest 50 percent of requests over the last 10
|
|
262
|
-
* seconds.</p>
|
|
263
|
-
*/
|
|
264
|
-
P50?: number;
|
|
265
|
-
/**
|
|
266
|
-
* <p>The average latency for the slowest 90 percent of requests over the last 10
|
|
267
|
-
* seconds.</p>
|
|
268
|
-
*/
|
|
269
|
-
P10?: number;
|
|
270
|
-
}
|
|
271
|
-
export declare namespace Latency {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
|
-
const filterSensitiveLog: (obj: Latency) => any;
|
|
276
|
-
}
|
|
277
|
-
/**
|
|
278
|
-
* <p>Represents the percentage of requests over the last 10 seconds that resulted in each
|
|
279
|
-
* type of status code response. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">Status Code
|
|
280
|
-
* Definitions</a>.</p>
|
|
281
|
-
*/
|
|
282
|
-
export interface StatusCodes {
|
|
283
|
-
/**
|
|
284
|
-
* <p>The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201,
|
|
285
|
-
* etc.) status code.</p>
|
|
286
|
-
*/
|
|
287
|
-
Status2xx?: number;
|
|
288
|
-
/**
|
|
289
|
-
* <p>The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301,
|
|
290
|
-
* etc.) status code.</p>
|
|
291
|
-
*/
|
|
292
|
-
Status3xx?: number;
|
|
293
|
-
/**
|
|
294
|
-
* <p>The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401,
|
|
295
|
-
* etc.) status code.</p>
|
|
296
|
-
*/
|
|
297
|
-
Status4xx?: number;
|
|
298
|
-
/**
|
|
299
|
-
* <p>The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501,
|
|
300
|
-
* etc.) status code.</p>
|
|
301
|
-
*/
|
|
302
|
-
Status5xx?: number;
|
|
303
|
-
}
|
|
304
|
-
export declare namespace StatusCodes {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
const filterSensitiveLog: (obj: StatusCodes) => any;
|
|
309
|
-
}
|
|
310
|
-
/**
|
|
311
|
-
* <p>Application request metrics for an AWS Elastic Beanstalk environment.</p>
|
|
312
|
-
*/
|
|
313
|
-
export interface ApplicationMetrics {
|
|
314
|
-
/**
|
|
315
|
-
* <p>The amount of time that the metrics cover (usually 10 seconds). For example, you might
|
|
316
|
-
* have 5 requests (<code>request_count</code>) within the most recent time slice of 10 seconds
|
|
317
|
-
* (<code>duration</code>).</p>
|
|
318
|
-
*/
|
|
319
|
-
Duration?: number;
|
|
320
|
-
/**
|
|
321
|
-
* <p>Average number of requests handled by the web server per second over the last 10
|
|
322
|
-
* seconds.</p>
|
|
323
|
-
*/
|
|
324
|
-
RequestCount?: number;
|
|
325
|
-
/**
|
|
326
|
-
* <p>Represents the percentage of requests over the last 10 seconds that resulted in each
|
|
327
|
-
* type of status code response.</p>
|
|
328
|
-
*/
|
|
329
|
-
StatusCodes?: StatusCodes;
|
|
330
|
-
/**
|
|
331
|
-
* <p>Represents the average latency for the slowest X percent of requests over the last 10
|
|
332
|
-
* seconds. Latencies are in seconds with one millisecond resolution.</p>
|
|
333
|
-
*/
|
|
334
|
-
Latency?: Latency;
|
|
335
|
-
}
|
|
336
|
-
export declare namespace ApplicationMetrics {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
|
-
const filterSensitiveLog: (obj: ApplicationMetrics) => any;
|
|
341
|
-
}
|
|
342
|
-
export interface ApplicationResourceLifecycleDescriptionMessage {
|
|
343
|
-
/**
|
|
344
|
-
* <p>The name of the application.</p>
|
|
345
|
-
*/
|
|
346
|
-
ApplicationName?: string;
|
|
347
|
-
/**
|
|
348
|
-
* <p>The lifecycle configuration.</p>
|
|
349
|
-
*/
|
|
350
|
-
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
|
|
351
|
-
}
|
|
352
|
-
export declare namespace ApplicationResourceLifecycleDescriptionMessage {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
const filterSensitiveLog: (obj: ApplicationResourceLifecycleDescriptionMessage) => any;
|
|
357
|
-
}
|
|
358
|
-
export declare type SourceRepository = "CodeCommit" | "S3";
|
|
359
|
-
export declare type SourceType = "Git" | "Zip";
|
|
360
|
-
/**
|
|
361
|
-
* <p>Location of the source code for an application version.</p>
|
|
362
|
-
*/
|
|
363
|
-
export interface SourceBuildInformation {
|
|
364
|
-
/**
|
|
365
|
-
* <p>The type of repository.</p>
|
|
366
|
-
* <ul>
|
|
367
|
-
* <li>
|
|
368
|
-
* <p>
|
|
369
|
-
* <code>Git</code>
|
|
370
|
-
* </p>
|
|
371
|
-
* </li>
|
|
372
|
-
* <li>
|
|
373
|
-
* <p>
|
|
374
|
-
* <code>Zip</code>
|
|
375
|
-
* </p>
|
|
376
|
-
* </li>
|
|
377
|
-
* </ul>
|
|
378
|
-
*/
|
|
379
|
-
SourceType: SourceType | string | undefined;
|
|
380
|
-
/**
|
|
381
|
-
* <p>Location where the repository is stored.</p>
|
|
382
|
-
* <ul>
|
|
383
|
-
* <li>
|
|
384
|
-
* <p>
|
|
385
|
-
* <code>CodeCommit</code>
|
|
386
|
-
* </p>
|
|
387
|
-
* </li>
|
|
388
|
-
* <li>
|
|
389
|
-
* <p>
|
|
390
|
-
* <code>S3</code>
|
|
391
|
-
* </p>
|
|
392
|
-
* </li>
|
|
393
|
-
* </ul>
|
|
394
|
-
*/
|
|
395
|
-
SourceRepository: SourceRepository | string | undefined;
|
|
396
|
-
/**
|
|
397
|
-
* <p>The location of the source code, as a formatted string, depending on the value of <code>SourceRepository</code>
|
|
398
|
-
* </p>
|
|
399
|
-
* <ul>
|
|
400
|
-
* <li>
|
|
401
|
-
* <p>For <code>CodeCommit</code>,
|
|
402
|
-
* the format is the repository name and commit ID, separated by a forward slash.
|
|
403
|
-
* For example,
|
|
404
|
-
* <code>my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a</code>.</p>
|
|
405
|
-
* </li>
|
|
406
|
-
* <li>
|
|
407
|
-
* <p>For <code>S3</code>,
|
|
408
|
-
* the format is the S3 bucket name and object key, separated by a forward slash.
|
|
409
|
-
* For example,
|
|
410
|
-
* <code>my-s3-bucket/Folders/my-source-file</code>.</p>
|
|
411
|
-
* </li>
|
|
412
|
-
* </ul>
|
|
413
|
-
*/
|
|
414
|
-
SourceLocation: string | undefined;
|
|
415
|
-
}
|
|
416
|
-
export declare namespace SourceBuildInformation {
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
|
-
const filterSensitiveLog: (obj: SourceBuildInformation) => any;
|
|
421
|
-
}
|
|
422
|
-
/**
|
|
423
|
-
* <p>The bucket and key of an item stored in Amazon S3.</p>
|
|
424
|
-
*/
|
|
425
|
-
export interface S3Location {
|
|
426
|
-
/**
|
|
427
|
-
* <p>The Amazon S3 bucket where the data is located.</p>
|
|
428
|
-
*/
|
|
429
|
-
S3Bucket?: string;
|
|
430
|
-
/**
|
|
431
|
-
* <p>The Amazon S3 key where the data is located.</p>
|
|
432
|
-
*/
|
|
433
|
-
S3Key?: string;
|
|
434
|
-
}
|
|
435
|
-
export declare namespace S3Location {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
|
-
const filterSensitiveLog: (obj: S3Location) => any;
|
|
440
|
-
}
|
|
441
|
-
export declare type ApplicationVersionStatus = "Building" | "Failed" | "Processed" | "Processing" | "Unprocessed";
|
|
442
|
-
/**
|
|
443
|
-
* <p>Describes the properties of an application version.</p>
|
|
444
|
-
*/
|
|
445
|
-
export interface ApplicationVersionDescription {
|
|
446
|
-
/**
|
|
447
|
-
* <p>The Amazon Resource Name (ARN) of the application version.</p>
|
|
448
|
-
*/
|
|
449
|
-
ApplicationVersionArn?: string;
|
|
450
|
-
/**
|
|
451
|
-
* <p>The name of the application to which the application version belongs.</p>
|
|
452
|
-
*/
|
|
453
|
-
ApplicationName?: string;
|
|
454
|
-
/**
|
|
455
|
-
* <p>The description of the application version.</p>
|
|
456
|
-
*/
|
|
457
|
-
Description?: string;
|
|
458
|
-
/**
|
|
459
|
-
* <p>A unique identifier for the application version.</p>
|
|
460
|
-
*/
|
|
461
|
-
VersionLabel?: string;
|
|
462
|
-
/**
|
|
463
|
-
* <p>If the version's source code was retrieved from AWS CodeCommit, the location of the
|
|
464
|
-
* source code for the application version.</p>
|
|
465
|
-
*/
|
|
466
|
-
SourceBuildInformation?: SourceBuildInformation;
|
|
467
|
-
/**
|
|
468
|
-
* <p>Reference to the artifact from the AWS CodeBuild build.</p>
|
|
469
|
-
*/
|
|
470
|
-
BuildArn?: string;
|
|
471
|
-
/**
|
|
472
|
-
* <p>The storage location of the application version's source bundle in Amazon S3.</p>
|
|
473
|
-
*/
|
|
474
|
-
SourceBundle?: S3Location;
|
|
475
|
-
/**
|
|
476
|
-
* <p>The creation date of the application version.</p>
|
|
477
|
-
*/
|
|
478
|
-
DateCreated?: Date;
|
|
479
|
-
/**
|
|
480
|
-
* <p>The last modified date of the application version.</p>
|
|
481
|
-
*/
|
|
482
|
-
DateUpdated?: Date;
|
|
483
|
-
/**
|
|
484
|
-
* <p>The processing status of the application version. Reflects the state of the application
|
|
485
|
-
* version during its creation. Many of the values are only applicable if you specified
|
|
486
|
-
* <code>True</code> for the <code>Process</code> parameter of the
|
|
487
|
-
* <code>CreateApplicationVersion</code> action. The following list describes the possible
|
|
488
|
-
* values.</p>
|
|
489
|
-
* <ul>
|
|
490
|
-
* <li>
|
|
491
|
-
* <p>
|
|
492
|
-
* <code>Unprocessed</code> – Application version wasn't pre-processed or validated.
|
|
493
|
-
* Elastic Beanstalk will validate configuration files during deployment of the application version to an
|
|
494
|
-
* environment.</p>
|
|
495
|
-
* </li>
|
|
496
|
-
* <li>
|
|
497
|
-
* <p>
|
|
498
|
-
* <code>Processing</code> – Elastic Beanstalk is currently processing the application version.</p>
|
|
499
|
-
* </li>
|
|
500
|
-
* <li>
|
|
501
|
-
* <p>
|
|
502
|
-
* <code>Building</code> – Application version is currently undergoing an AWS CodeBuild build.</p>
|
|
503
|
-
* </li>
|
|
504
|
-
* <li>
|
|
505
|
-
* <p>
|
|
506
|
-
* <code>Processed</code> – Elastic Beanstalk was successfully pre-processed and validated.</p>
|
|
507
|
-
* </li>
|
|
508
|
-
* <li>
|
|
509
|
-
* <p>
|
|
510
|
-
* <code>Failed</code> – Either the AWS CodeBuild build failed or configuration files didn't
|
|
511
|
-
* pass validation. This application version isn't usable.</p>
|
|
512
|
-
* </li>
|
|
513
|
-
* </ul>
|
|
514
|
-
*/
|
|
515
|
-
Status?: ApplicationVersionStatus | string;
|
|
516
|
-
}
|
|
517
|
-
export declare namespace ApplicationVersionDescription {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
|
-
const filterSensitiveLog: (obj: ApplicationVersionDescription) => any;
|
|
522
|
-
}
|
|
523
|
-
/**
|
|
524
|
-
* <p>Result message wrapping a single description of an application version.</p>
|
|
525
|
-
*/
|
|
526
|
-
export interface ApplicationVersionDescriptionMessage {
|
|
527
|
-
/**
|
|
528
|
-
* <p> The <a>ApplicationVersionDescription</a> of the application version.
|
|
529
|
-
* </p>
|
|
530
|
-
*/
|
|
531
|
-
ApplicationVersion?: ApplicationVersionDescription;
|
|
532
|
-
}
|
|
533
|
-
export declare namespace ApplicationVersionDescriptionMessage {
|
|
534
|
-
/**
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
537
|
-
const filterSensitiveLog: (obj: ApplicationVersionDescriptionMessage) => any;
|
|
538
|
-
}
|
|
539
|
-
/**
|
|
540
|
-
* <p>Result message wrapping a list of application version descriptions.</p>
|
|
541
|
-
*/
|
|
542
|
-
export interface ApplicationVersionDescriptionsMessage {
|
|
543
|
-
/**
|
|
544
|
-
* <p>List of <code>ApplicationVersionDescription</code> objects sorted in order of
|
|
545
|
-
* creation.</p>
|
|
546
|
-
*/
|
|
547
|
-
ApplicationVersions?: ApplicationVersionDescription[];
|
|
548
|
-
/**
|
|
549
|
-
* <p>In a paginated request, the token that you can pass in a subsequent request to get the
|
|
550
|
-
* next response page.</p>
|
|
551
|
-
*/
|
|
552
|
-
NextToken?: string;
|
|
553
|
-
}
|
|
554
|
-
export declare namespace ApplicationVersionDescriptionsMessage {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
|
-
const filterSensitiveLog: (obj: ApplicationVersionDescriptionsMessage) => any;
|
|
559
|
-
}
|
|
560
|
-
/**
|
|
561
|
-
* <p>Request to execute a scheduled managed action immediately.</p>
|
|
562
|
-
*/
|
|
563
|
-
export interface ApplyEnvironmentManagedActionRequest {
|
|
564
|
-
/**
|
|
565
|
-
* <p>The name of the target environment.</p>
|
|
566
|
-
*/
|
|
567
|
-
EnvironmentName?: string;
|
|
568
|
-
/**
|
|
569
|
-
* <p>The environment ID of the target environment.</p>
|
|
570
|
-
*/
|
|
571
|
-
EnvironmentId?: string;
|
|
572
|
-
/**
|
|
573
|
-
* <p>The action ID of the scheduled managed action to execute.</p>
|
|
574
|
-
*/
|
|
575
|
-
ActionId: string | undefined;
|
|
576
|
-
}
|
|
577
|
-
export declare namespace ApplyEnvironmentManagedActionRequest {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
|
-
const filterSensitiveLog: (obj: ApplyEnvironmentManagedActionRequest) => any;
|
|
582
|
-
}
|
|
583
|
-
/**
|
|
584
|
-
* <p>The result message containing information about the managed action.</p>
|
|
585
|
-
*/
|
|
586
|
-
export interface ApplyEnvironmentManagedActionResult {
|
|
587
|
-
/**
|
|
588
|
-
* <p>The action ID of the managed action.</p>
|
|
589
|
-
*/
|
|
590
|
-
ActionId?: string;
|
|
591
|
-
/**
|
|
592
|
-
* <p>A description of the managed action.</p>
|
|
593
|
-
*/
|
|
594
|
-
ActionDescription?: string;
|
|
595
|
-
/**
|
|
596
|
-
* <p>The type of managed action.</p>
|
|
597
|
-
*/
|
|
598
|
-
ActionType?: ActionType | string;
|
|
599
|
-
/**
|
|
600
|
-
* <p>The status of the managed action.</p>
|
|
601
|
-
*/
|
|
602
|
-
Status?: string;
|
|
603
|
-
}
|
|
604
|
-
export declare namespace ApplyEnvironmentManagedActionResult {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
|
-
const filterSensitiveLog: (obj: ApplyEnvironmentManagedActionResult) => any;
|
|
609
|
-
}
|
|
610
|
-
/**
|
|
611
|
-
* <p>A generic service exception has occurred.</p>
|
|
612
|
-
*/
|
|
613
|
-
export interface ElasticBeanstalkServiceException extends __SmithyException, $MetadataBearer {
|
|
614
|
-
name: "ElasticBeanstalkServiceException";
|
|
615
|
-
$fault: "client";
|
|
616
|
-
/**
|
|
617
|
-
* <p>The exception error message.</p>
|
|
618
|
-
*/
|
|
619
|
-
message?: string;
|
|
620
|
-
}
|
|
621
|
-
export declare namespace ElasticBeanstalkServiceException {
|
|
622
|
-
/**
|
|
623
|
-
* @internal
|
|
624
|
-
*/
|
|
625
|
-
const filterSensitiveLog: (obj: ElasticBeanstalkServiceException) => any;
|
|
626
|
-
}
|
|
627
|
-
/**
|
|
628
|
-
* <p>Cannot modify the managed action in its current state.</p>
|
|
629
|
-
*/
|
|
630
|
-
export interface ManagedActionInvalidStateException extends __SmithyException, $MetadataBearer {
|
|
631
|
-
name: "ManagedActionInvalidStateException";
|
|
632
|
-
$fault: "client";
|
|
633
|
-
/**
|
|
634
|
-
* <p>The exception error message.</p>
|
|
635
|
-
*/
|
|
636
|
-
message?: string;
|
|
637
|
-
}
|
|
638
|
-
export declare namespace ManagedActionInvalidStateException {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
|
-
const filterSensitiveLog: (obj: ManagedActionInvalidStateException) => any;
|
|
643
|
-
}
|
|
644
|
-
/**
|
|
645
|
-
* <p>Request to add or change the operations role used by an environment.</p>
|
|
646
|
-
*/
|
|
647
|
-
export interface AssociateEnvironmentOperationsRoleMessage {
|
|
648
|
-
/**
|
|
649
|
-
* <p>The name of the environment to which to set the operations role.</p>
|
|
650
|
-
*/
|
|
651
|
-
EnvironmentName: string | undefined;
|
|
652
|
-
/**
|
|
653
|
-
* <p>The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's
|
|
654
|
-
* operations role.</p>
|
|
655
|
-
*/
|
|
656
|
-
OperationsRole: string | undefined;
|
|
657
|
-
}
|
|
658
|
-
export declare namespace AssociateEnvironmentOperationsRoleMessage {
|
|
659
|
-
/**
|
|
660
|
-
* @internal
|
|
661
|
-
*/
|
|
662
|
-
const filterSensitiveLog: (obj: AssociateEnvironmentOperationsRoleMessage) => any;
|
|
663
|
-
}
|
|
664
|
-
/**
|
|
665
|
-
* <p>Describes an Auto Scaling launch configuration.</p>
|
|
666
|
-
*/
|
|
667
|
-
export interface AutoScalingGroup {
|
|
668
|
-
/**
|
|
669
|
-
* <p>The name of the <code>AutoScalingGroup</code> . </p>
|
|
670
|
-
*/
|
|
671
|
-
Name?: string;
|
|
672
|
-
}
|
|
673
|
-
export declare namespace AutoScalingGroup {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
const filterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
678
|
-
}
|
|
679
|
-
/**
|
|
680
|
-
* <p>Describes the solution stack.</p>
|
|
681
|
-
*/
|
|
682
|
-
export interface SolutionStackDescription {
|
|
683
|
-
/**
|
|
684
|
-
* <p>The name of the solution stack.</p>
|
|
685
|
-
*/
|
|
686
|
-
SolutionStackName?: string;
|
|
687
|
-
/**
|
|
688
|
-
* <p>The permitted file types allowed for a solution stack.</p>
|
|
689
|
-
*/
|
|
690
|
-
PermittedFileTypes?: string[];
|
|
691
|
-
}
|
|
692
|
-
export declare namespace SolutionStackDescription {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
|
-
const filterSensitiveLog: (obj: SolutionStackDescription) => any;
|
|
697
|
-
}
|
|
698
|
-
/**
|
|
699
|
-
* <p>Results message indicating whether a CNAME is available.</p>
|
|
700
|
-
*/
|
|
701
|
-
export interface CheckDNSAvailabilityMessage {
|
|
702
|
-
/**
|
|
703
|
-
* <p>The prefix used when this CNAME is reserved.</p>
|
|
704
|
-
*/
|
|
705
|
-
CNAMEPrefix: string | undefined;
|
|
706
|
-
}
|
|
707
|
-
export declare namespace CheckDNSAvailabilityMessage {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
|
-
const filterSensitiveLog: (obj: CheckDNSAvailabilityMessage) => any;
|
|
712
|
-
}
|
|
713
|
-
/**
|
|
714
|
-
* <p>Indicates if the specified CNAME is available.</p>
|
|
715
|
-
*/
|
|
716
|
-
export interface CheckDNSAvailabilityResultMessage {
|
|
717
|
-
/**
|
|
718
|
-
* <p>Indicates if the specified CNAME is available:</p>
|
|
719
|
-
* <ul>
|
|
720
|
-
* <li>
|
|
721
|
-
* <p>
|
|
722
|
-
* <code>true</code> : The CNAME is available.</p>
|
|
723
|
-
* </li>
|
|
724
|
-
* <li>
|
|
725
|
-
* <p>
|
|
726
|
-
* <code>false</code> : The CNAME is not available.</p>
|
|
727
|
-
* </li>
|
|
728
|
-
* </ul>
|
|
729
|
-
*/
|
|
730
|
-
Available?: boolean;
|
|
731
|
-
/**
|
|
732
|
-
* <p>The fully qualified CNAME to reserve when <a>CreateEnvironment</a> is called
|
|
733
|
-
* with the provided prefix.</p>
|
|
734
|
-
*/
|
|
735
|
-
FullyQualifiedCNAME?: string;
|
|
736
|
-
}
|
|
737
|
-
export declare namespace CheckDNSAvailabilityResultMessage {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
|
-
const filterSensitiveLog: (obj: CheckDNSAvailabilityResultMessage) => any;
|
|
742
|
-
}
|
|
743
|
-
/**
|
|
744
|
-
* <p>Request to create or update a group of environments.</p>
|
|
745
|
-
*/
|
|
746
|
-
export interface ComposeEnvironmentsMessage {
|
|
747
|
-
/**
|
|
748
|
-
* <p>The name of the application to which the specified source bundles belong.</p>
|
|
749
|
-
*/
|
|
750
|
-
ApplicationName?: string;
|
|
751
|
-
/**
|
|
752
|
-
* <p>The name of the group to which the target environments belong. Specify a group name
|
|
753
|
-
* only if the environment name defined in each target environment's manifest ends with a +
|
|
754
|
-
* (plus) character. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment Manifest
|
|
755
|
-
* (env.yaml)</a> for details.</p>
|
|
756
|
-
*/
|
|
757
|
-
GroupName?: string;
|
|
758
|
-
/**
|
|
759
|
-
* <p>A list of version labels, specifying one or more application source bundles that belong
|
|
760
|
-
* to the target application. Each source bundle must include an environment manifest that
|
|
761
|
-
* specifies the name of the environment and the name of the solution stack to use, and
|
|
762
|
-
* optionally can specify environment links to create.</p>
|
|
763
|
-
*/
|
|
764
|
-
VersionLabels?: string[];
|
|
765
|
-
}
|
|
766
|
-
export declare namespace ComposeEnvironmentsMessage {
|
|
767
|
-
/**
|
|
768
|
-
* @internal
|
|
769
|
-
*/
|
|
770
|
-
const filterSensitiveLog: (obj: ComposeEnvironmentsMessage) => any;
|
|
771
|
-
}
|
|
772
|
-
/**
|
|
773
|
-
* <p>A link to another environment, defined in the environment's manifest. Links provide
|
|
774
|
-
* connection information in system properties that can be used to connect to another environment
|
|
775
|
-
* in the same group. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment Manifest
|
|
776
|
-
* (env.yaml)</a> for details.</p>
|
|
777
|
-
*/
|
|
778
|
-
export interface EnvironmentLink {
|
|
779
|
-
/**
|
|
780
|
-
* <p>The name of the link.</p>
|
|
781
|
-
*/
|
|
782
|
-
LinkName?: string;
|
|
783
|
-
/**
|
|
784
|
-
* <p>The name of the linked environment (the dependency).</p>
|
|
785
|
-
*/
|
|
786
|
-
EnvironmentName?: string;
|
|
787
|
-
}
|
|
788
|
-
export declare namespace EnvironmentLink {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
|
-
const filterSensitiveLog: (obj: EnvironmentLink) => any;
|
|
793
|
-
}
|
|
794
|
-
export declare type EnvironmentHealth = "Green" | "Grey" | "Red" | "Yellow";
|
|
795
|
-
export declare type EnvironmentHealthStatus = "Degraded" | "Info" | "NoData" | "Ok" | "Pending" | "Severe" | "Suspended" | "Unknown" | "Warning";
|
|
796
|
-
/**
|
|
797
|
-
* <p>Describes the properties of a Listener for the LoadBalancer.</p>
|
|
798
|
-
*/
|
|
799
|
-
export interface Listener {
|
|
800
|
-
/**
|
|
801
|
-
* <p>The protocol that is used by the Listener.</p>
|
|
802
|
-
*/
|
|
803
|
-
Protocol?: string;
|
|
804
|
-
/**
|
|
805
|
-
* <p>The port that is used by the Listener.</p>
|
|
806
|
-
*/
|
|
807
|
-
Port?: number;
|
|
808
|
-
}
|
|
809
|
-
export declare namespace Listener {
|
|
810
|
-
/**
|
|
811
|
-
* @internal
|
|
812
|
-
*/
|
|
813
|
-
const filterSensitiveLog: (obj: Listener) => any;
|
|
814
|
-
}
|
|
815
|
-
/**
|
|
816
|
-
* <p>Describes the details of a LoadBalancer.</p>
|
|
817
|
-
*/
|
|
818
|
-
export interface LoadBalancerDescription {
|
|
819
|
-
/**
|
|
820
|
-
* <p>The name of the LoadBalancer.</p>
|
|
821
|
-
*/
|
|
822
|
-
LoadBalancerName?: string;
|
|
823
|
-
/**
|
|
824
|
-
* <p>The domain name of the LoadBalancer.</p>
|
|
825
|
-
*/
|
|
826
|
-
Domain?: string;
|
|
827
|
-
/**
|
|
828
|
-
* <p>A list of Listeners used by the LoadBalancer.</p>
|
|
829
|
-
*/
|
|
830
|
-
Listeners?: Listener[];
|
|
831
|
-
}
|
|
832
|
-
export declare namespace LoadBalancerDescription {
|
|
833
|
-
/**
|
|
834
|
-
* @internal
|
|
835
|
-
*/
|
|
836
|
-
const filterSensitiveLog: (obj: LoadBalancerDescription) => any;
|
|
837
|
-
}
|
|
838
|
-
/**
|
|
839
|
-
* <p>Describes the AWS resources in use by this environment. This data is not live
|
|
840
|
-
* data.</p>
|
|
841
|
-
*/
|
|
842
|
-
export interface EnvironmentResourcesDescription {
|
|
843
|
-
/**
|
|
844
|
-
* <p>Describes the LoadBalancer.</p>
|
|
845
|
-
*/
|
|
846
|
-
LoadBalancer?: LoadBalancerDescription;
|
|
847
|
-
}
|
|
848
|
-
export declare namespace EnvironmentResourcesDescription {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
|
-
const filterSensitiveLog: (obj: EnvironmentResourcesDescription) => any;
|
|
853
|
-
}
|
|
854
|
-
export declare type EnvironmentStatus = "Aborting" | "Launching" | "LinkingFrom" | "LinkingTo" | "Ready" | "Terminated" | "Terminating" | "Updating";
|
|
855
|
-
/**
|
|
856
|
-
* <p>Describes the properties of an environment tier</p>
|
|
857
|
-
*/
|
|
858
|
-
export interface EnvironmentTier {
|
|
859
|
-
/**
|
|
860
|
-
* <p>The name of this environment tier.</p>
|
|
861
|
-
* <p>Valid values:</p>
|
|
862
|
-
* <ul>
|
|
863
|
-
* <li>
|
|
864
|
-
* <p>For <i>Web server tier</i> – <code>WebServer</code>
|
|
865
|
-
* </p>
|
|
866
|
-
* </li>
|
|
867
|
-
* <li>
|
|
868
|
-
* <p>For <i>Worker tier</i> – <code>Worker</code>
|
|
869
|
-
* </p>
|
|
870
|
-
* </li>
|
|
871
|
-
* </ul>
|
|
872
|
-
*/
|
|
873
|
-
Name?: string;
|
|
874
|
-
/**
|
|
875
|
-
* <p>The type of this environment tier.</p>
|
|
876
|
-
* <p>Valid values:</p>
|
|
877
|
-
* <ul>
|
|
878
|
-
* <li>
|
|
879
|
-
* <p>For <i>Web server tier</i> – <code>Standard</code>
|
|
880
|
-
* </p>
|
|
881
|
-
* </li>
|
|
882
|
-
* <li>
|
|
883
|
-
* <p>For <i>Worker tier</i> – <code>SQS/HTTP</code>
|
|
884
|
-
* </p>
|
|
885
|
-
* </li>
|
|
886
|
-
* </ul>
|
|
887
|
-
*/
|
|
888
|
-
Type?: string;
|
|
889
|
-
/**
|
|
890
|
-
* <p>The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the
|
|
891
|
-
* latest compatible worker tier version.</p>
|
|
892
|
-
* <note>
|
|
893
|
-
* <p>This member is deprecated. Any specific version that you set may become out of date.
|
|
894
|
-
* We recommend leaving it unspecified.</p>
|
|
895
|
-
* </note>
|
|
896
|
-
*/
|
|
897
|
-
Version?: string;
|
|
898
|
-
}
|
|
899
|
-
export declare namespace EnvironmentTier {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
const filterSensitiveLog: (obj: EnvironmentTier) => any;
|
|
904
|
-
}
|
|
905
|
-
/**
|
|
906
|
-
* <p>Describes the properties of an environment.</p>
|
|
907
|
-
*/
|
|
908
|
-
export interface EnvironmentDescription {
|
|
909
|
-
/**
|
|
910
|
-
* <p>The name of this environment.</p>
|
|
911
|
-
*/
|
|
912
|
-
EnvironmentName?: string;
|
|
913
|
-
/**
|
|
914
|
-
* <p>The ID of this environment.</p>
|
|
915
|
-
*/
|
|
916
|
-
EnvironmentId?: string;
|
|
917
|
-
/**
|
|
918
|
-
* <p>The name of the application associated with this environment.</p>
|
|
919
|
-
*/
|
|
920
|
-
ApplicationName?: string;
|
|
921
|
-
/**
|
|
922
|
-
* <p>The application version deployed in this environment.</p>
|
|
923
|
-
*/
|
|
924
|
-
VersionLabel?: string;
|
|
925
|
-
/**
|
|
926
|
-
* <p> The name of the <code>SolutionStack</code> deployed with this environment. </p>
|
|
927
|
-
*/
|
|
928
|
-
SolutionStackName?: string;
|
|
929
|
-
/**
|
|
930
|
-
* <p>The ARN of the platform version.</p>
|
|
931
|
-
*/
|
|
932
|
-
PlatformArn?: string;
|
|
933
|
-
/**
|
|
934
|
-
* <p>The name of the configuration template used to originally launch this
|
|
935
|
-
* environment.</p>
|
|
936
|
-
*/
|
|
937
|
-
TemplateName?: string;
|
|
938
|
-
/**
|
|
939
|
-
* <p>Describes this environment.</p>
|
|
940
|
-
*/
|
|
941
|
-
Description?: string;
|
|
942
|
-
/**
|
|
943
|
-
* <p>For load-balanced, autoscaling environments, the URL to the LoadBalancer. For
|
|
944
|
-
* single-instance environments, the IP address of the instance.</p>
|
|
945
|
-
*/
|
|
946
|
-
EndpointURL?: string;
|
|
947
|
-
/**
|
|
948
|
-
* <p>The URL to the CNAME for this environment.</p>
|
|
949
|
-
*/
|
|
950
|
-
CNAME?: string;
|
|
951
|
-
/**
|
|
952
|
-
* <p>The creation date for this environment.</p>
|
|
953
|
-
*/
|
|
954
|
-
DateCreated?: Date;
|
|
955
|
-
/**
|
|
956
|
-
* <p>The last modified date for this environment.</p>
|
|
957
|
-
*/
|
|
958
|
-
DateUpdated?: Date;
|
|
959
|
-
/**
|
|
960
|
-
* <p>The current operational status of the environment:</p>
|
|
961
|
-
*
|
|
962
|
-
* <ul>
|
|
963
|
-
* <li>
|
|
964
|
-
* <p>
|
|
965
|
-
* <code>Launching</code>: Environment is in the process of initial deployment.</p>
|
|
966
|
-
* </li>
|
|
967
|
-
* <li>
|
|
968
|
-
* <p>
|
|
969
|
-
* <code>Updating</code>: Environment is in the process of updating its configuration
|
|
970
|
-
* settings or application version.</p>
|
|
971
|
-
* </li>
|
|
972
|
-
* <li>
|
|
973
|
-
* <p>
|
|
974
|
-
* <code>Ready</code>: Environment is available to have an action performed on it, such as
|
|
975
|
-
* update or terminate.</p>
|
|
976
|
-
* </li>
|
|
977
|
-
* <li>
|
|
978
|
-
* <p>
|
|
979
|
-
* <code>Terminating</code>: Environment is in the shut-down process.</p>
|
|
980
|
-
* </li>
|
|
981
|
-
* <li>
|
|
982
|
-
* <p>
|
|
983
|
-
* <code>Terminated</code>: Environment is not running.</p>
|
|
984
|
-
* </li>
|
|
985
|
-
* </ul>
|
|
986
|
-
*/
|
|
987
|
-
Status?: EnvironmentStatus | string;
|
|
988
|
-
/**
|
|
989
|
-
* <p>Indicates if there is an in-progress environment configuration update or application
|
|
990
|
-
* version deployment that you can cancel.</p>
|
|
991
|
-
* <p>
|
|
992
|
-
* <code>true:</code> There is an update in progress. </p>
|
|
993
|
-
* <p>
|
|
994
|
-
* <code>false:</code> There are no updates currently in progress. </p>
|
|
995
|
-
*/
|
|
996
|
-
AbortableOperationInProgress?: boolean;
|
|
997
|
-
/**
|
|
998
|
-
* <p>Describes the health status of the environment. AWS Elastic Beanstalk indicates the
|
|
999
|
-
* failure levels for a running environment:</p>
|
|
1000
|
-
* <ul>
|
|
1001
|
-
* <li>
|
|
1002
|
-
* <p>
|
|
1003
|
-
* <code>Red</code>: Indicates the environment is not responsive. Occurs when three or more
|
|
1004
|
-
* consecutive failures occur for an environment.</p>
|
|
1005
|
-
* </li>
|
|
1006
|
-
* <li>
|
|
1007
|
-
* <p>
|
|
1008
|
-
* <code>Yellow</code>: Indicates that something is wrong. Occurs when two consecutive
|
|
1009
|
-
* failures occur for an environment.</p>
|
|
1010
|
-
* </li>
|
|
1011
|
-
* <li>
|
|
1012
|
-
* <p>
|
|
1013
|
-
* <code>Green</code>: Indicates the environment is healthy and fully functional.</p>
|
|
1014
|
-
* </li>
|
|
1015
|
-
* <li>
|
|
1016
|
-
* <p>
|
|
1017
|
-
* <code>Grey</code>: Default health for a new environment. The environment is not fully
|
|
1018
|
-
* launched and health checks have not started or health checks are suspended during an
|
|
1019
|
-
* <code>UpdateEnvironment</code> or <code>RestartEnvironment</code> request.</p>
|
|
1020
|
-
* </li>
|
|
1021
|
-
* </ul>
|
|
1022
|
-
* <p> Default: <code>Grey</code>
|
|
1023
|
-
* </p>
|
|
1024
|
-
*/
|
|
1025
|
-
Health?: EnvironmentHealth | string;
|
|
1026
|
-
/**
|
|
1027
|
-
* <p>Returns the health status of the application running in your environment. For more
|
|
1028
|
-
* information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and
|
|
1029
|
-
* Statuses</a>.</p>
|
|
1030
|
-
*/
|
|
1031
|
-
HealthStatus?: EnvironmentHealthStatus | string;
|
|
1032
|
-
/**
|
|
1033
|
-
* <p>The description of the AWS resources used by this environment.</p>
|
|
1034
|
-
*/
|
|
1035
|
-
Resources?: EnvironmentResourcesDescription;
|
|
1036
|
-
/**
|
|
1037
|
-
* <p>Describes the current tier of this environment.</p>
|
|
1038
|
-
*/
|
|
1039
|
-
Tier?: EnvironmentTier;
|
|
1040
|
-
/**
|
|
1041
|
-
* <p>A list of links to other environments in the same group.</p>
|
|
1042
|
-
*/
|
|
1043
|
-
EnvironmentLinks?: EnvironmentLink[];
|
|
1044
|
-
/**
|
|
1045
|
-
* <p>The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.</p>
|
|
1046
|
-
*/
|
|
1047
|
-
EnvironmentArn?: string;
|
|
1048
|
-
/**
|
|
1049
|
-
* <p>The Amazon Resource Name (ARN) of the environment's operations role. For more information,
|
|
1050
|
-
* see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
|
|
1051
|
-
*/
|
|
1052
|
-
OperationsRole?: string;
|
|
1053
|
-
}
|
|
1054
|
-
export declare namespace EnvironmentDescription {
|
|
1055
|
-
/**
|
|
1056
|
-
* @internal
|
|
1057
|
-
*/
|
|
1058
|
-
const filterSensitiveLog: (obj: EnvironmentDescription) => any;
|
|
1059
|
-
}
|
|
1060
|
-
/**
|
|
1061
|
-
* <p>Result message containing a list of environment descriptions.</p>
|
|
1062
|
-
*/
|
|
1063
|
-
export interface EnvironmentDescriptionsMessage {
|
|
1064
|
-
/**
|
|
1065
|
-
* <p> Returns an <a>EnvironmentDescription</a> list. </p>
|
|
1066
|
-
*/
|
|
1067
|
-
Environments?: EnvironmentDescription[];
|
|
1068
|
-
/**
|
|
1069
|
-
* <p>In a paginated request, the token that you can pass in a subsequent request to get the
|
|
1070
|
-
* next response page.</p>
|
|
1071
|
-
*/
|
|
1072
|
-
NextToken?: string;
|
|
1073
|
-
}
|
|
1074
|
-
export declare namespace EnvironmentDescriptionsMessage {
|
|
1075
|
-
/**
|
|
1076
|
-
* @internal
|
|
1077
|
-
*/
|
|
1078
|
-
const filterSensitiveLog: (obj: EnvironmentDescriptionsMessage) => any;
|
|
1079
|
-
}
|
|
1080
|
-
/**
|
|
1081
|
-
* <p>The specified account has reached its limit of environments.</p>
|
|
1082
|
-
*/
|
|
1083
|
-
export interface TooManyEnvironmentsException extends __SmithyException, $MetadataBearer {
|
|
1084
|
-
name: "TooManyEnvironmentsException";
|
|
1085
|
-
$fault: "client";
|
|
1086
|
-
/**
|
|
1087
|
-
* <p>The exception error message.</p>
|
|
1088
|
-
*/
|
|
1089
|
-
message?: string;
|
|
1090
|
-
}
|
|
1091
|
-
export declare namespace TooManyEnvironmentsException {
|
|
1092
|
-
/**
|
|
1093
|
-
* @internal
|
|
1094
|
-
*/
|
|
1095
|
-
const filterSensitiveLog: (obj: TooManyEnvironmentsException) => any;
|
|
1096
|
-
}
|
|
1097
|
-
/**
|
|
1098
|
-
* <p>Describes a tag applied to a resource in an environment.</p>
|
|
1099
|
-
*/
|
|
1100
|
-
export interface Tag {
|
|
1101
|
-
/**
|
|
1102
|
-
* <p>The key of the tag.</p>
|
|
1103
|
-
*/
|
|
1104
|
-
Key?: string;
|
|
1105
|
-
/**
|
|
1106
|
-
* <p>The value of the tag.</p>
|
|
1107
|
-
*/
|
|
1108
|
-
Value?: string;
|
|
1109
|
-
}
|
|
1110
|
-
export declare namespace Tag {
|
|
1111
|
-
/**
|
|
1112
|
-
* @internal
|
|
1113
|
-
*/
|
|
1114
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
1115
|
-
}
|
|
1116
|
-
/**
|
|
1117
|
-
* <p>Request to create an application.</p>
|
|
1118
|
-
*/
|
|
1119
|
-
export interface CreateApplicationMessage {
|
|
1120
|
-
/**
|
|
1121
|
-
* <p>The name of the application. Must be unique within your account.</p>
|
|
1122
|
-
*/
|
|
1123
|
-
ApplicationName: string | undefined;
|
|
1124
|
-
/**
|
|
1125
|
-
* <p>Your description of the application.</p>
|
|
1126
|
-
*/
|
|
1127
|
-
Description?: string;
|
|
1128
|
-
/**
|
|
1129
|
-
* <p>Specifies an application resource lifecycle configuration to prevent your application
|
|
1130
|
-
* from accumulating too many versions.</p>
|
|
1131
|
-
*/
|
|
1132
|
-
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
|
|
1133
|
-
/**
|
|
1134
|
-
* <p>Specifies the tags applied to the application.</p>
|
|
1135
|
-
* <p>Elastic Beanstalk applies these tags only to the application. Environments that you create in the
|
|
1136
|
-
* application don't inherit the tags.</p>
|
|
1137
|
-
*/
|
|
1138
|
-
Tags?: Tag[];
|
|
1139
|
-
}
|
|
1140
|
-
export declare namespace CreateApplicationMessage {
|
|
1141
|
-
/**
|
|
1142
|
-
* @internal
|
|
1143
|
-
*/
|
|
1144
|
-
const filterSensitiveLog: (obj: CreateApplicationMessage) => any;
|
|
1145
|
-
}
|
|
1146
|
-
/**
|
|
1147
|
-
* <p>The specified account has reached its limit of applications.</p>
|
|
1148
|
-
*/
|
|
1149
|
-
export interface TooManyApplicationsException extends __SmithyException, $MetadataBearer {
|
|
1150
|
-
name: "TooManyApplicationsException";
|
|
1151
|
-
$fault: "client";
|
|
1152
|
-
/**
|
|
1153
|
-
* <p>The exception error message.</p>
|
|
1154
|
-
*/
|
|
1155
|
-
message?: string;
|
|
1156
|
-
}
|
|
1157
|
-
export declare namespace TooManyApplicationsException {
|
|
1158
|
-
/**
|
|
1159
|
-
* @internal
|
|
1160
|
-
*/
|
|
1161
|
-
const filterSensitiveLog: (obj: TooManyApplicationsException) => any;
|
|
1162
|
-
}
|
|
1163
|
-
/**
|
|
1164
|
-
* <p>AWS CodeBuild is not available in the specified region.</p>
|
|
1165
|
-
*/
|
|
1166
|
-
export interface CodeBuildNotInServiceRegionException extends __SmithyException, $MetadataBearer {
|
|
1167
|
-
name: "CodeBuildNotInServiceRegionException";
|
|
1168
|
-
$fault: "client";
|
|
1169
|
-
/**
|
|
1170
|
-
* <p>The exception error message.</p>
|
|
1171
|
-
*/
|
|
1172
|
-
message?: string;
|
|
1173
|
-
}
|
|
1174
|
-
export declare namespace CodeBuildNotInServiceRegionException {
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
const filterSensitiveLog: (obj: CodeBuildNotInServiceRegionException) => any;
|
|
1179
|
-
}
|
|
1180
|
-
export declare enum ComputeType {
|
|
1181
|
-
BUILD_GENERAL1_LARGE = "BUILD_GENERAL1_LARGE",
|
|
1182
|
-
BUILD_GENERAL1_MEDIUM = "BUILD_GENERAL1_MEDIUM",
|
|
1183
|
-
BUILD_GENERAL1_SMALL = "BUILD_GENERAL1_SMALL"
|
|
1184
|
-
}
|
|
1185
|
-
/**
|
|
1186
|
-
* <p>Settings for an AWS CodeBuild build.</p>
|
|
1187
|
-
*/
|
|
1188
|
-
export interface BuildConfiguration {
|
|
1189
|
-
/**
|
|
1190
|
-
* <p>The name of the artifact of the CodeBuild build.
|
|
1191
|
-
* If provided, Elastic Beanstalk stores the build artifact in the S3 location
|
|
1192
|
-
* <i>S3-bucket</i>/resources/<i>application-name</i>/codebuild/codebuild-<i>version-label</i>-<i>artifact-name</i>.zip.
|
|
1193
|
-
* If not provided, Elastic Beanstalk stores the build artifact in the S3 location
|
|
1194
|
-
* <i>S3-bucket</i>/resources/<i>application-name</i>/codebuild/codebuild-<i>version-label</i>.zip.
|
|
1195
|
-
* </p>
|
|
1196
|
-
*/
|
|
1197
|
-
ArtifactName?: string;
|
|
1198
|
-
/**
|
|
1199
|
-
* <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.</p>
|
|
1200
|
-
*/
|
|
1201
|
-
CodeBuildServiceRole: string | undefined;
|
|
1202
|
-
/**
|
|
1203
|
-
* <p>Information about the compute resources the build project will use.</p>
|
|
1204
|
-
* <ul>
|
|
1205
|
-
* <li>
|
|
1206
|
-
* <p>
|
|
1207
|
-
* <code>BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds</code>
|
|
1208
|
-
* </p>
|
|
1209
|
-
* </li>
|
|
1210
|
-
* <li>
|
|
1211
|
-
* <p>
|
|
1212
|
-
* <code>BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds</code>
|
|
1213
|
-
* </p>
|
|
1214
|
-
* </li>
|
|
1215
|
-
* <li>
|
|
1216
|
-
* <p>
|
|
1217
|
-
* <code>BUILD_GENERAL1_LARGE: Use up to 15 GB memory and 8 vCPUs for builds</code>
|
|
1218
|
-
* </p>
|
|
1219
|
-
* </li>
|
|
1220
|
-
* </ul>
|
|
1221
|
-
*/
|
|
1222
|
-
ComputeType?: ComputeType | string;
|
|
1223
|
-
/**
|
|
1224
|
-
* <p>The ID of the Docker image to use for this build project.</p>
|
|
1225
|
-
*/
|
|
1226
|
-
Image: string | undefined;
|
|
1227
|
-
/**
|
|
1228
|
-
* <p>How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes.</p>
|
|
1229
|
-
*/
|
|
1230
|
-
TimeoutInMinutes?: number;
|
|
1231
|
-
}
|
|
1232
|
-
export declare namespace BuildConfiguration {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
|
-
const filterSensitiveLog: (obj: BuildConfiguration) => any;
|
|
1237
|
-
}
|
|
1238
|
-
/**
|
|
1239
|
-
* <p></p>
|
|
1240
|
-
*/
|
|
1241
|
-
export interface CreateApplicationVersionMessage {
|
|
1242
|
-
/**
|
|
1243
|
-
* <p> The name of the application. If no application is found with this name, and
|
|
1244
|
-
* <code>AutoCreateApplication</code> is <code>false</code>, returns an
|
|
1245
|
-
* <code>InvalidParameterValue</code> error. </p>
|
|
1246
|
-
*/
|
|
1247
|
-
ApplicationName: string | undefined;
|
|
1248
|
-
/**
|
|
1249
|
-
* <p>A label identifying this version.</p>
|
|
1250
|
-
* <p>Constraint: Must be unique per application. If an application version already exists
|
|
1251
|
-
* with this label for the specified application, AWS Elastic Beanstalk returns an
|
|
1252
|
-
* <code>InvalidParameterValue</code> error. </p>
|
|
1253
|
-
*/
|
|
1254
|
-
VersionLabel: string | undefined;
|
|
1255
|
-
/**
|
|
1256
|
-
* <p>A description of this application version.</p>
|
|
1257
|
-
*/
|
|
1258
|
-
Description?: string;
|
|
1259
|
-
/**
|
|
1260
|
-
* <p>Specify a commit in an AWS CodeCommit Git repository to use as the source code for the
|
|
1261
|
-
* application version.</p>
|
|
1262
|
-
*/
|
|
1263
|
-
SourceBuildInformation?: SourceBuildInformation;
|
|
1264
|
-
/**
|
|
1265
|
-
* <p>The Amazon S3 bucket and key that identify the location of the source bundle for this
|
|
1266
|
-
* version.</p>
|
|
1267
|
-
* <note>
|
|
1268
|
-
* <p>The Amazon S3 bucket must be in the same region as the
|
|
1269
|
-
* environment.</p>
|
|
1270
|
-
* </note>
|
|
1271
|
-
* <p>Specify a source bundle in S3 or a commit in an AWS CodeCommit repository (with
|
|
1272
|
-
* <code>SourceBuildInformation</code>), but not both. If neither <code>SourceBundle</code> nor
|
|
1273
|
-
* <code>SourceBuildInformation</code> are provided, Elastic Beanstalk uses a sample
|
|
1274
|
-
* application.</p>
|
|
1275
|
-
*/
|
|
1276
|
-
SourceBundle?: S3Location;
|
|
1277
|
-
/**
|
|
1278
|
-
* <p>Settings for an AWS CodeBuild build.</p>
|
|
1279
|
-
*/
|
|
1280
|
-
BuildConfiguration?: BuildConfiguration;
|
|
1281
|
-
/**
|
|
1282
|
-
* <p>Set to <code>true</code> to create an application with the specified name if it doesn't
|
|
1283
|
-
* already exist.</p>
|
|
1284
|
-
*/
|
|
1285
|
-
AutoCreateApplication?: boolean;
|
|
1286
|
-
/**
|
|
1287
|
-
* <p>Pre-processes and validates the environment manifest (<code>env.yaml</code>) and
|
|
1288
|
-
* configuration files (<code>*.config</code> files in the <code>.ebextensions</code> folder) in
|
|
1289
|
-
* the source bundle. Validating configuration files can identify issues prior to deploying the
|
|
1290
|
-
* application version to an environment.</p>
|
|
1291
|
-
* <p>You must turn processing on for application versions that you create using AWS
|
|
1292
|
-
* CodeBuild or AWS CodeCommit. For application versions built from a source bundle in Amazon S3,
|
|
1293
|
-
* processing is optional.</p>
|
|
1294
|
-
* <note>
|
|
1295
|
-
* <p>The <code>Process</code> option validates Elastic Beanstalk configuration files. It
|
|
1296
|
-
* doesn't validate your application's configuration files, like proxy server or Docker
|
|
1297
|
-
* configuration.</p>
|
|
1298
|
-
* </note>
|
|
1299
|
-
*/
|
|
1300
|
-
Process?: boolean;
|
|
1301
|
-
/**
|
|
1302
|
-
* <p>Specifies the tags applied to the application version.</p>
|
|
1303
|
-
* <p>Elastic Beanstalk applies these tags only to the application version. Environments that use the
|
|
1304
|
-
* application version don't inherit the tags.</p>
|
|
1305
|
-
*/
|
|
1306
|
-
Tags?: Tag[];
|
|
1307
|
-
}
|
|
1308
|
-
export declare namespace CreateApplicationVersionMessage {
|
|
1309
|
-
/**
|
|
1310
|
-
* @internal
|
|
1311
|
-
*/
|
|
1312
|
-
const filterSensitiveLog: (obj: CreateApplicationVersionMessage) => any;
|
|
1313
|
-
}
|
|
1314
|
-
/**
|
|
1315
|
-
* <p>The specified S3 bucket does not belong to the S3 region in which the service is
|
|
1316
|
-
* running. The following regions are supported:</p>
|
|
1317
|
-
* <ul>
|
|
1318
|
-
* <li>
|
|
1319
|
-
* <p>IAD/us-east-1</p>
|
|
1320
|
-
* </li>
|
|
1321
|
-
* <li>
|
|
1322
|
-
* <p>PDX/us-west-2</p>
|
|
1323
|
-
* </li>
|
|
1324
|
-
* <li>
|
|
1325
|
-
* <p>DUB/eu-west-1</p>
|
|
1326
|
-
* </li>
|
|
1327
|
-
* </ul>
|
|
1328
|
-
*/
|
|
1329
|
-
export interface S3LocationNotInServiceRegionException extends __SmithyException, $MetadataBearer {
|
|
1330
|
-
name: "S3LocationNotInServiceRegionException";
|
|
1331
|
-
$fault: "client";
|
|
1332
|
-
/**
|
|
1333
|
-
* <p>The exception error message.</p>
|
|
1334
|
-
*/
|
|
1335
|
-
message?: string;
|
|
1336
|
-
}
|
|
1337
|
-
export declare namespace S3LocationNotInServiceRegionException {
|
|
1338
|
-
/**
|
|
1339
|
-
* @internal
|
|
1340
|
-
*/
|
|
1341
|
-
const filterSensitiveLog: (obj: S3LocationNotInServiceRegionException) => any;
|
|
1342
|
-
}
|
|
1343
|
-
/**
|
|
1344
|
-
* <p>The specified account has reached its limit of application versions.</p>
|
|
1345
|
-
*/
|
|
1346
|
-
export interface TooManyApplicationVersionsException extends __SmithyException, $MetadataBearer {
|
|
1347
|
-
name: "TooManyApplicationVersionsException";
|
|
1348
|
-
$fault: "client";
|
|
1349
|
-
/**
|
|
1350
|
-
* <p>The exception error message.</p>
|
|
1351
|
-
*/
|
|
1352
|
-
message?: string;
|
|
1353
|
-
}
|
|
1354
|
-
export declare namespace TooManyApplicationVersionsException {
|
|
1355
|
-
/**
|
|
1356
|
-
* @internal
|
|
1357
|
-
*/
|
|
1358
|
-
const filterSensitiveLog: (obj: TooManyApplicationVersionsException) => any;
|
|
1359
|
-
}
|
|
1360
|
-
export declare type ConfigurationDeploymentStatus = "deployed" | "failed" | "pending";
|
|
1361
|
-
/**
|
|
1362
|
-
* <p>A specification identifying an individual configuration option along with its current
|
|
1363
|
-
* value. For a list of possible namespaces and option values, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html">Option Values</a> in the
|
|
1364
|
-
* <i>AWS Elastic Beanstalk Developer Guide</i>. </p>
|
|
1365
|
-
*/
|
|
1366
|
-
export interface ConfigurationOptionSetting {
|
|
1367
|
-
/**
|
|
1368
|
-
* <p>A unique resource name for the option setting. Use it for a time–based scaling configuration option.</p>
|
|
1369
|
-
*/
|
|
1370
|
-
ResourceName?: string;
|
|
1371
|
-
/**
|
|
1372
|
-
* <p>A unique namespace that identifies the option's associated AWS resource.</p>
|
|
1373
|
-
*/
|
|
1374
|
-
Namespace?: string;
|
|
1375
|
-
/**
|
|
1376
|
-
* <p>The name of the configuration option.</p>
|
|
1377
|
-
*/
|
|
1378
|
-
OptionName?: string;
|
|
1379
|
-
/**
|
|
1380
|
-
* <p>The current value for the configuration option.</p>
|
|
1381
|
-
*/
|
|
1382
|
-
Value?: string;
|
|
1383
|
-
}
|
|
1384
|
-
export declare namespace ConfigurationOptionSetting {
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
|
-
const filterSensitiveLog: (obj: ConfigurationOptionSetting) => any;
|
|
1389
|
-
}
|
|
1390
|
-
/**
|
|
1391
|
-
* <p>Describes the settings for a configuration set.</p>
|
|
1392
|
-
*/
|
|
1393
|
-
export interface ConfigurationSettingsDescription {
|
|
1394
|
-
/**
|
|
1395
|
-
* <p>The name of the solution stack this configuration set uses.</p>
|
|
1396
|
-
*/
|
|
1397
|
-
SolutionStackName?: string;
|
|
1398
|
-
/**
|
|
1399
|
-
* <p>The ARN of the platform version.</p>
|
|
1400
|
-
*/
|
|
1401
|
-
PlatformArn?: string;
|
|
1402
|
-
/**
|
|
1403
|
-
* <p>The name of the application associated with this configuration set.</p>
|
|
1404
|
-
*/
|
|
1405
|
-
ApplicationName?: string;
|
|
1406
|
-
/**
|
|
1407
|
-
* <p> If not <code>null</code>, the name of the configuration template for this
|
|
1408
|
-
* configuration set. </p>
|
|
1409
|
-
*/
|
|
1410
|
-
TemplateName?: string;
|
|
1411
|
-
/**
|
|
1412
|
-
* <p>Describes this configuration set.</p>
|
|
1413
|
-
*/
|
|
1414
|
-
Description?: string;
|
|
1415
|
-
/**
|
|
1416
|
-
* <p> If not <code>null</code>, the name of the environment for this configuration set.
|
|
1417
|
-
* </p>
|
|
1418
|
-
*/
|
|
1419
|
-
EnvironmentName?: string;
|
|
1420
|
-
/**
|
|
1421
|
-
* <p> If this configuration set is associated with an environment, the
|
|
1422
|
-
* <code>DeploymentStatus</code> parameter indicates the deployment status of this
|
|
1423
|
-
* configuration set: </p>
|
|
1424
|
-
* <ul>
|
|
1425
|
-
* <li>
|
|
1426
|
-
* <p>
|
|
1427
|
-
* <code>null</code>: This configuration is not associated with a running
|
|
1428
|
-
* environment.</p>
|
|
1429
|
-
* </li>
|
|
1430
|
-
* <li>
|
|
1431
|
-
* <p>
|
|
1432
|
-
* <code>pending</code>: This is a draft configuration that is not deployed to the associated
|
|
1433
|
-
* environment but is in the process of deploying.</p>
|
|
1434
|
-
* </li>
|
|
1435
|
-
* <li>
|
|
1436
|
-
* <p>
|
|
1437
|
-
* <code>deployed</code>: This is the configuration that is currently deployed to the
|
|
1438
|
-
* associated running environment.</p>
|
|
1439
|
-
* </li>
|
|
1440
|
-
* <li>
|
|
1441
|
-
* <p>
|
|
1442
|
-
* <code>failed</code>: This is a draft configuration that failed to successfully
|
|
1443
|
-
* deploy.</p>
|
|
1444
|
-
* </li>
|
|
1445
|
-
* </ul>
|
|
1446
|
-
*/
|
|
1447
|
-
DeploymentStatus?: ConfigurationDeploymentStatus | string;
|
|
1448
|
-
/**
|
|
1449
|
-
* <p>The date (in UTC time) when this configuration set was created.</p>
|
|
1450
|
-
*/
|
|
1451
|
-
DateCreated?: Date;
|
|
1452
|
-
/**
|
|
1453
|
-
* <p>The date (in UTC time) when this configuration set was last modified.</p>
|
|
1454
|
-
*/
|
|
1455
|
-
DateUpdated?: Date;
|
|
1456
|
-
/**
|
|
1457
|
-
* <p>A list of the configuration options and their values in this configuration
|
|
1458
|
-
* set.</p>
|
|
1459
|
-
*/
|
|
1460
|
-
OptionSettings?: ConfigurationOptionSetting[];
|
|
1461
|
-
}
|
|
1462
|
-
export declare namespace ConfigurationSettingsDescription {
|
|
1463
|
-
/**
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
1466
|
-
const filterSensitiveLog: (obj: ConfigurationSettingsDescription) => any;
|
|
1467
|
-
}
|
|
1468
|
-
/**
|
|
1469
|
-
* <p>A specification for an environment configuration.</p>
|
|
1470
|
-
*/
|
|
1471
|
-
export interface SourceConfiguration {
|
|
1472
|
-
/**
|
|
1473
|
-
* <p>The name of the application associated with the configuration.</p>
|
|
1474
|
-
*/
|
|
1475
|
-
ApplicationName?: string;
|
|
1476
|
-
/**
|
|
1477
|
-
* <p>The name of the configuration template.</p>
|
|
1478
|
-
*/
|
|
1479
|
-
TemplateName?: string;
|
|
1480
|
-
}
|
|
1481
|
-
export declare namespace SourceConfiguration {
|
|
1482
|
-
/**
|
|
1483
|
-
* @internal
|
|
1484
|
-
*/
|
|
1485
|
-
const filterSensitiveLog: (obj: SourceConfiguration) => any;
|
|
1486
|
-
}
|
|
1487
|
-
/**
|
|
1488
|
-
* <p>Request to create a configuration template.</p>
|
|
1489
|
-
*/
|
|
1490
|
-
export interface CreateConfigurationTemplateMessage {
|
|
1491
|
-
/**
|
|
1492
|
-
* <p>The name of the Elastic Beanstalk application to associate with this configuration
|
|
1493
|
-
* template.</p>
|
|
1494
|
-
*/
|
|
1495
|
-
ApplicationName: string | undefined;
|
|
1496
|
-
/**
|
|
1497
|
-
* <p>The name of the configuration template.</p>
|
|
1498
|
-
* <p>Constraint: This name must be unique per application.</p>
|
|
1499
|
-
*/
|
|
1500
|
-
TemplateName: string | undefined;
|
|
1501
|
-
/**
|
|
1502
|
-
* <p>The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses. For
|
|
1503
|
-
* example, <code>64bit Amazon Linux 2013.09 running Tomcat 7 Java 7</code>. A solution stack
|
|
1504
|
-
* specifies the operating system, runtime, and application server for a configuration template.
|
|
1505
|
-
* It also determines the set of configuration options as well as the possible and default
|
|
1506
|
-
* values. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html">Supported Platforms</a> in the
|
|
1507
|
-
* <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
|
|
1508
|
-
* <p>You must specify <code>SolutionStackName</code> if you don't specify
|
|
1509
|
-
* <code>PlatformArn</code>, <code>EnvironmentId</code>, or
|
|
1510
|
-
* <code>SourceConfiguration</code>.</p>
|
|
1511
|
-
* <p>Use the <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_ListAvailableSolutionStacks.html">
|
|
1512
|
-
* <code>ListAvailableSolutionStacks</code>
|
|
1513
|
-
* </a> API to obtain a list of available
|
|
1514
|
-
* solution stacks.</p>
|
|
1515
|
-
*/
|
|
1516
|
-
SolutionStackName?: string;
|
|
1517
|
-
/**
|
|
1518
|
-
* <p>The Amazon Resource Name (ARN) of the custom platform. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html"> Custom
|
|
1519
|
-
* Platforms</a> in the <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
|
|
1520
|
-
* <note>
|
|
1521
|
-
*
|
|
1522
|
-
* <p>If you specify <code>PlatformArn</code>, then don't specify
|
|
1523
|
-
* <code>SolutionStackName</code>.</p>
|
|
1524
|
-
* </note>
|
|
1525
|
-
*/
|
|
1526
|
-
PlatformArn?: string;
|
|
1527
|
-
/**
|
|
1528
|
-
* <p>An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses the configuration values from the specified
|
|
1529
|
-
* configuration template to create a new configuration.</p>
|
|
1530
|
-
* <p>Values specified in <code>OptionSettings</code> override any values obtained from the
|
|
1531
|
-
* <code>SourceConfiguration</code>.</p>
|
|
1532
|
-
* <p>You must specify <code>SourceConfiguration</code> if you don't specify
|
|
1533
|
-
* <code>PlatformArn</code>, <code>EnvironmentId</code>, or
|
|
1534
|
-
* <code>SolutionStackName</code>.</p>
|
|
1535
|
-
* <p>Constraint: If both solution stack name and source configuration are specified, the
|
|
1536
|
-
* solution stack of the source configuration template must match the specified solution stack
|
|
1537
|
-
* name.</p>
|
|
1538
|
-
*/
|
|
1539
|
-
SourceConfiguration?: SourceConfiguration;
|
|
1540
|
-
/**
|
|
1541
|
-
* <p>The ID of an environment whose settings you want to use to create the configuration
|
|
1542
|
-
* template. You must specify <code>EnvironmentId</code> if you don't specify
|
|
1543
|
-
* <code>PlatformArn</code>, <code>SolutionStackName</code>, or
|
|
1544
|
-
* <code>SourceConfiguration</code>.</p>
|
|
1545
|
-
*/
|
|
1546
|
-
EnvironmentId?: string;
|
|
1547
|
-
/**
|
|
1548
|
-
* <p>An optional description for this configuration.</p>
|
|
1549
|
-
*/
|
|
1550
|
-
Description?: string;
|
|
1551
|
-
/**
|
|
1552
|
-
* <p>Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these
|
|
1553
|
-
* values override the values obtained from the solution stack or the source configuration
|
|
1554
|
-
* template. For a complete list of Elastic Beanstalk configuration options, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html">Option Values</a> in the
|
|
1555
|
-
* <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
|
|
1556
|
-
*/
|
|
1557
|
-
OptionSettings?: ConfigurationOptionSetting[];
|
|
1558
|
-
/**
|
|
1559
|
-
* <p>Specifies the tags applied to the configuration template.</p>
|
|
1560
|
-
*/
|
|
1561
|
-
Tags?: Tag[];
|
|
1562
|
-
}
|
|
1563
|
-
export declare namespace CreateConfigurationTemplateMessage {
|
|
1564
|
-
/**
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
const filterSensitiveLog: (obj: CreateConfigurationTemplateMessage) => any;
|
|
1568
|
-
}
|
|
1569
|
-
/**
|
|
1570
|
-
* <p>The specified account has reached its limit of Amazon S3 buckets.</p>
|
|
1571
|
-
*/
|
|
1572
|
-
export interface TooManyBucketsException extends __SmithyException, $MetadataBearer {
|
|
1573
|
-
name: "TooManyBucketsException";
|
|
1574
|
-
$fault: "client";
|
|
1575
|
-
/**
|
|
1576
|
-
* <p>The exception error message.</p>
|
|
1577
|
-
*/
|
|
1578
|
-
message?: string;
|
|
1579
|
-
}
|
|
1580
|
-
export declare namespace TooManyBucketsException {
|
|
1581
|
-
/**
|
|
1582
|
-
* @internal
|
|
1583
|
-
*/
|
|
1584
|
-
const filterSensitiveLog: (obj: TooManyBucketsException) => any;
|
|
1585
|
-
}
|
|
1586
|
-
/**
|
|
1587
|
-
* <p>The specified account has reached its limit of configuration templates.</p>
|
|
1588
|
-
*/
|
|
1589
|
-
export interface TooManyConfigurationTemplatesException extends __SmithyException, $MetadataBearer {
|
|
1590
|
-
name: "TooManyConfigurationTemplatesException";
|
|
1591
|
-
$fault: "client";
|
|
1592
|
-
/**
|
|
1593
|
-
* <p>The exception error message.</p>
|
|
1594
|
-
*/
|
|
1595
|
-
message?: string;
|
|
1596
|
-
}
|
|
1597
|
-
export declare namespace TooManyConfigurationTemplatesException {
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
|
-
const filterSensitiveLog: (obj: TooManyConfigurationTemplatesException) => any;
|
|
1602
|
-
}
|
|
1603
|
-
/**
|
|
1604
|
-
* <p>A specification identifying an individual configuration option.</p>
|
|
1605
|
-
*/
|
|
1606
|
-
export interface OptionSpecification {
|
|
1607
|
-
/**
|
|
1608
|
-
* <p>A unique resource name for a time-based scaling configuration option.</p>
|
|
1609
|
-
*/
|
|
1610
|
-
ResourceName?: string;
|
|
1611
|
-
/**
|
|
1612
|
-
* <p>A unique namespace identifying the option's associated AWS resource.</p>
|
|
1613
|
-
*/
|
|
1614
|
-
Namespace?: string;
|
|
1615
|
-
/**
|
|
1616
|
-
* <p>The name of the configuration option.</p>
|
|
1617
|
-
*/
|
|
1618
|
-
OptionName?: string;
|
|
1619
|
-
}
|
|
1620
|
-
export declare namespace OptionSpecification {
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
|
-
const filterSensitiveLog: (obj: OptionSpecification) => any;
|
|
1625
|
-
}
|
|
1626
|
-
/**
|
|
1627
|
-
* <p></p>
|
|
1628
|
-
*/
|
|
1629
|
-
export interface CreateEnvironmentMessage {
|
|
1630
|
-
/**
|
|
1631
|
-
* <p>The name of the application that is associated with this environment.</p>
|
|
1632
|
-
*/
|
|
1633
|
-
ApplicationName: string | undefined;
|
|
1634
|
-
/**
|
|
1635
|
-
* <p>A unique name for the environment.</p>
|
|
1636
|
-
* <p>Constraint: Must be from 4 to 40 characters in length. The name can contain only
|
|
1637
|
-
* letters, numbers, and hyphens. It can't start or end with a hyphen. This name must be unique
|
|
1638
|
-
* within a region in your account. If the specified name already exists in the region, Elastic Beanstalk returns an
|
|
1639
|
-
* <code>InvalidParameterValue</code> error. </p>
|
|
1640
|
-
* <p>If you don't specify the <code>CNAMEPrefix</code> parameter, the environment name becomes part of
|
|
1641
|
-
* the CNAME, and therefore part of the visible URL for your application.</p>
|
|
1642
|
-
*/
|
|
1643
|
-
EnvironmentName?: string;
|
|
1644
|
-
/**
|
|
1645
|
-
* <p>The name of the group to which the target environment belongs. Specify a group name
|
|
1646
|
-
* only if the environment's name is specified in an environment manifest and not with the
|
|
1647
|
-
* environment name parameter. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment Manifest
|
|
1648
|
-
* (env.yaml)</a> for details.</p>
|
|
1649
|
-
*/
|
|
1650
|
-
GroupName?: string;
|
|
1651
|
-
/**
|
|
1652
|
-
* <p>Your description for this environment.</p>
|
|
1653
|
-
*/
|
|
1654
|
-
Description?: string;
|
|
1655
|
-
/**
|
|
1656
|
-
* <p>If specified, the environment attempts to use this value as the prefix for the CNAME in
|
|
1657
|
-
* your Elastic Beanstalk environment URL. If not specified, the CNAME is generated automatically by
|
|
1658
|
-
* appending a random alphanumeric string to the environment name.</p>
|
|
1659
|
-
*/
|
|
1660
|
-
CNAMEPrefix?: string;
|
|
1661
|
-
/**
|
|
1662
|
-
* <p>Specifies the tier to use in creating this environment. The environment tier that you
|
|
1663
|
-
* choose determines whether Elastic Beanstalk provisions resources to support a web application that handles
|
|
1664
|
-
* HTTP(S) requests or a web application that handles background-processing tasks.</p>
|
|
1665
|
-
*/
|
|
1666
|
-
Tier?: EnvironmentTier;
|
|
1667
|
-
/**
|
|
1668
|
-
* <p>Specifies the tags applied to resources in the environment.</p>
|
|
1669
|
-
*/
|
|
1670
|
-
Tags?: Tag[];
|
|
1671
|
-
/**
|
|
1672
|
-
* <p>The name of the application version to deploy.</p>
|
|
1673
|
-
* <p>Default: If not specified, Elastic Beanstalk attempts to deploy the sample application.</p>
|
|
1674
|
-
*/
|
|
1675
|
-
VersionLabel?: string;
|
|
1676
|
-
/**
|
|
1677
|
-
* <p>The name of the Elastic Beanstalk configuration template to use with the environment.</p>
|
|
1678
|
-
* <note>
|
|
1679
|
-
* <p>If you specify <code>TemplateName</code>, then don't specify
|
|
1680
|
-
* <code>SolutionStackName</code>.</p>
|
|
1681
|
-
* </note>
|
|
1682
|
-
*/
|
|
1683
|
-
TemplateName?: string;
|
|
1684
|
-
/**
|
|
1685
|
-
* <p>The name of an Elastic Beanstalk solution stack (platform version) to use with the environment. If
|
|
1686
|
-
* specified, Elastic Beanstalk sets the configuration values to the default values associated with the
|
|
1687
|
-
* specified solution stack. For a list of current solution stacks, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html">Elastic Beanstalk Supported Platforms</a> in the <i>AWS Elastic Beanstalk
|
|
1688
|
-
* Platforms</i> guide.</p>
|
|
1689
|
-
* <note>
|
|
1690
|
-
* <p>If you specify <code>SolutionStackName</code>, don't specify <code>PlatformArn</code> or
|
|
1691
|
-
* <code>TemplateName</code>.</p>
|
|
1692
|
-
* </note>
|
|
1693
|
-
*/
|
|
1694
|
-
SolutionStackName?: string;
|
|
1695
|
-
/**
|
|
1696
|
-
* <p>The Amazon Resource Name (ARN) of the custom platform to use with the environment. For
|
|
1697
|
-
* more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html">Custom Platforms</a> in the
|
|
1698
|
-
* <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
|
|
1699
|
-
* <note>
|
|
1700
|
-
*
|
|
1701
|
-
* <p>If you specify <code>PlatformArn</code>, don't specify
|
|
1702
|
-
* <code>SolutionStackName</code>.</p>
|
|
1703
|
-
* </note>
|
|
1704
|
-
*/
|
|
1705
|
-
PlatformArn?: string;
|
|
1706
|
-
/**
|
|
1707
|
-
* <p>If specified, AWS Elastic Beanstalk sets the specified configuration options to the
|
|
1708
|
-
* requested value in the configuration set for the new environment. These override the values
|
|
1709
|
-
* obtained from the solution stack or the configuration template.</p>
|
|
1710
|
-
*/
|
|
1711
|
-
OptionSettings?: ConfigurationOptionSetting[];
|
|
1712
|
-
/**
|
|
1713
|
-
* <p>A list of custom user-defined configuration options to remove from the configuration
|
|
1714
|
-
* set for this new environment.</p>
|
|
1715
|
-
*/
|
|
1716
|
-
OptionsToRemove?: OptionSpecification[];
|
|
1717
|
-
/**
|
|
1718
|
-
* <p>The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's
|
|
1719
|
-
* operations role. If specified, Elastic Beanstalk uses the operations role for permissions to downstream
|
|
1720
|
-
* services during this call and during subsequent calls acting on this environment. To specify
|
|
1721
|
-
* an operations role, you must have the <code>iam:PassRole</code> permission for the role. For
|
|
1722
|
-
* more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the
|
|
1723
|
-
* <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
|
|
1724
|
-
*/
|
|
1725
|
-
OperationsRole?: string;
|
|
1726
|
-
}
|
|
1727
|
-
export declare namespace CreateEnvironmentMessage {
|
|
1728
|
-
/**
|
|
1729
|
-
* @internal
|
|
1730
|
-
*/
|
|
1731
|
-
const filterSensitiveLog: (obj: CreateEnvironmentMessage) => any;
|
|
1732
|
-
}
|
|
1733
|
-
/**
|
|
1734
|
-
* <p>Request to create a new platform version.</p>
|
|
1735
|
-
*/
|
|
1736
|
-
export interface CreatePlatformVersionRequest {
|
|
1737
|
-
/**
|
|
1738
|
-
* <p>The name of your custom platform.</p>
|
|
1739
|
-
*/
|
|
1740
|
-
PlatformName: string | undefined;
|
|
1741
|
-
/**
|
|
1742
|
-
* <p>The number, such as 1.0.2, for the new platform version.</p>
|
|
1743
|
-
*/
|
|
1744
|
-
PlatformVersion: string | undefined;
|
|
1745
|
-
/**
|
|
1746
|
-
* <p>The location of the platform definition archive in Amazon S3.</p>
|
|
1747
|
-
*/
|
|
1748
|
-
PlatformDefinitionBundle: S3Location | undefined;
|
|
1749
|
-
/**
|
|
1750
|
-
* <p>The name of the builder environment.</p>
|
|
1751
|
-
*/
|
|
1752
|
-
EnvironmentName?: string;
|
|
1753
|
-
/**
|
|
1754
|
-
* <p>The configuration option settings to apply to the builder environment.</p>
|
|
1755
|
-
*/
|
|
1756
|
-
OptionSettings?: ConfigurationOptionSetting[];
|
|
1757
|
-
/**
|
|
1758
|
-
* <p>Specifies the tags applied to the new platform version.</p>
|
|
1759
|
-
* <p>Elastic Beanstalk applies these tags only to the platform version. Environments that you create using
|
|
1760
|
-
* the platform version don't inherit the tags.</p>
|
|
1761
|
-
*/
|
|
1762
|
-
Tags?: Tag[];
|
|
1763
|
-
}
|
|
1764
|
-
export declare namespace CreatePlatformVersionRequest {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
const filterSensitiveLog: (obj: CreatePlatformVersionRequest) => any;
|
|
1769
|
-
}
|
|
1770
|
-
/**
|
|
1771
|
-
* <p>The builder used to build the custom platform.</p>
|
|
1772
|
-
*/
|
|
1773
|
-
export interface Builder {
|
|
1774
|
-
/**
|
|
1775
|
-
* <p>The ARN of the builder.</p>
|
|
1776
|
-
*/
|
|
1777
|
-
ARN?: string;
|
|
1778
|
-
}
|
|
1779
|
-
export declare namespace Builder {
|
|
1780
|
-
/**
|
|
1781
|
-
* @internal
|
|
1782
|
-
*/
|
|
1783
|
-
const filterSensitiveLog: (obj: Builder) => any;
|
|
1784
|
-
}
|
|
1785
|
-
export declare type PlatformStatus = "Creating" | "Deleted" | "Deleting" | "Failed" | "Ready";
|
|
1786
|
-
/**
|
|
1787
|
-
* <p>Summary information about a platform version.</p>
|
|
1788
|
-
*/
|
|
1789
|
-
export interface PlatformSummary {
|
|
1790
|
-
/**
|
|
1791
|
-
* <p>The ARN of the platform version.</p>
|
|
1792
|
-
*/
|
|
1793
|
-
PlatformArn?: string;
|
|
1794
|
-
/**
|
|
1795
|
-
* <p>The AWS account ID of the person who created the platform version.</p>
|
|
1796
|
-
*/
|
|
1797
|
-
PlatformOwner?: string;
|
|
1798
|
-
/**
|
|
1799
|
-
* <p>The status of the platform version. You can create an environment from the platform
|
|
1800
|
-
* version once it is ready.</p>
|
|
1801
|
-
*/
|
|
1802
|
-
PlatformStatus?: PlatformStatus | string;
|
|
1803
|
-
/**
|
|
1804
|
-
* <p>The category of platform version.</p>
|
|
1805
|
-
*/
|
|
1806
|
-
PlatformCategory?: string;
|
|
1807
|
-
/**
|
|
1808
|
-
* <p>The operating system used by the platform version.</p>
|
|
1809
|
-
*/
|
|
1810
|
-
OperatingSystemName?: string;
|
|
1811
|
-
/**
|
|
1812
|
-
* <p>The version of the operating system used by the platform version.</p>
|
|
1813
|
-
*/
|
|
1814
|
-
OperatingSystemVersion?: string;
|
|
1815
|
-
/**
|
|
1816
|
-
* <p>The tiers in which the platform version runs.</p>
|
|
1817
|
-
*/
|
|
1818
|
-
SupportedTierList?: string[];
|
|
1819
|
-
/**
|
|
1820
|
-
* <p>The additions associated with the platform version.</p>
|
|
1821
|
-
*/
|
|
1822
|
-
SupportedAddonList?: string[];
|
|
1823
|
-
/**
|
|
1824
|
-
* <p>The state of the platform version in its lifecycle.</p>
|
|
1825
|
-
* <p>Possible values: <code>recommended</code> | empty</p>
|
|
1826
|
-
* <p>If an empty value is returned, the platform version is supported but isn't the recommended
|
|
1827
|
-
* one for its branch.</p>
|
|
1828
|
-
*/
|
|
1829
|
-
PlatformLifecycleState?: string;
|
|
1830
|
-
/**
|
|
1831
|
-
* <p>The version string of the platform version.</p>
|
|
1832
|
-
*/
|
|
1833
|
-
PlatformVersion?: string;
|
|
1834
|
-
/**
|
|
1835
|
-
* <p>The platform branch to which the platform version belongs.</p>
|
|
1836
|
-
*/
|
|
1837
|
-
PlatformBranchName?: string;
|
|
1838
|
-
/**
|
|
1839
|
-
* <p>The state of the platform version's branch in its lifecycle.</p>
|
|
1840
|
-
* <p>Possible values: <code>beta</code> | <code>supported</code> | <code>deprecated</code> |
|
|
1841
|
-
* <code>retired</code>
|
|
1842
|
-
* </p>
|
|
1843
|
-
*/
|
|
1844
|
-
PlatformBranchLifecycleState?: string;
|
|
1845
|
-
}
|
|
1846
|
-
export declare namespace PlatformSummary {
|
|
1847
|
-
/**
|
|
1848
|
-
* @internal
|
|
1849
|
-
*/
|
|
1850
|
-
const filterSensitiveLog: (obj: PlatformSummary) => any;
|
|
1851
|
-
}
|
|
1852
|
-
export interface CreatePlatformVersionResult {
|
|
1853
|
-
/**
|
|
1854
|
-
* <p>Detailed information about the new version of the custom platform.</p>
|
|
1855
|
-
*/
|
|
1856
|
-
PlatformSummary?: PlatformSummary;
|
|
1857
|
-
/**
|
|
1858
|
-
* <p>The builder used to create the custom platform.</p>
|
|
1859
|
-
*/
|
|
1860
|
-
Builder?: Builder;
|
|
1861
|
-
}
|
|
1862
|
-
export declare namespace CreatePlatformVersionResult {
|
|
1863
|
-
/**
|
|
1864
|
-
* @internal
|
|
1865
|
-
*/
|
|
1866
|
-
const filterSensitiveLog: (obj: CreatePlatformVersionResult) => any;
|
|
1867
|
-
}
|
|
1868
|
-
/**
|
|
1869
|
-
* <p>You have exceeded the maximum number of allowed platforms associated with the account.</p>
|
|
1870
|
-
*/
|
|
1871
|
-
export interface TooManyPlatformsException extends __SmithyException, $MetadataBearer {
|
|
1872
|
-
name: "TooManyPlatformsException";
|
|
1873
|
-
$fault: "client";
|
|
1874
|
-
/**
|
|
1875
|
-
* <p>The exception error message.</p>
|
|
1876
|
-
*/
|
|
1877
|
-
message?: string;
|
|
1878
|
-
}
|
|
1879
|
-
export declare namespace TooManyPlatformsException {
|
|
1880
|
-
/**
|
|
1881
|
-
* @internal
|
|
1882
|
-
*/
|
|
1883
|
-
const filterSensitiveLog: (obj: TooManyPlatformsException) => any;
|
|
1884
|
-
}
|
|
1885
|
-
/**
|
|
1886
|
-
* <p>Results of a <a>CreateStorageLocationResult</a> call.</p>
|
|
1887
|
-
*/
|
|
1888
|
-
export interface CreateStorageLocationResultMessage {
|
|
1889
|
-
/**
|
|
1890
|
-
* <p>The name of the Amazon S3 bucket created.</p>
|
|
1891
|
-
*/
|
|
1892
|
-
S3Bucket?: string;
|
|
1893
|
-
}
|
|
1894
|
-
export declare namespace CreateStorageLocationResultMessage {
|
|
1895
|
-
/**
|
|
1896
|
-
* @internal
|
|
1897
|
-
*/
|
|
1898
|
-
const filterSensitiveLog: (obj: CreateStorageLocationResultMessage) => any;
|
|
1899
|
-
}
|
|
1900
|
-
/**
|
|
1901
|
-
* <p>The specified account does not have a subscription to Amazon S3.</p>
|
|
1902
|
-
*/
|
|
1903
|
-
export interface S3SubscriptionRequiredException extends __SmithyException, $MetadataBearer {
|
|
1904
|
-
name: "S3SubscriptionRequiredException";
|
|
1905
|
-
$fault: "client";
|
|
1906
|
-
/**
|
|
1907
|
-
* <p>The exception error message.</p>
|
|
1908
|
-
*/
|
|
1909
|
-
message?: string;
|
|
1910
|
-
}
|
|
1911
|
-
export declare namespace S3SubscriptionRequiredException {
|
|
1912
|
-
/**
|
|
1913
|
-
* @internal
|
|
1914
|
-
*/
|
|
1915
|
-
const filterSensitiveLog: (obj: S3SubscriptionRequiredException) => any;
|
|
1916
|
-
}
|
|
1917
|
-
/**
|
|
1918
|
-
* <p>Request to delete an application.</p>
|
|
1919
|
-
*/
|
|
1920
|
-
export interface DeleteApplicationMessage {
|
|
1921
|
-
/**
|
|
1922
|
-
* <p>The name of the application to delete.</p>
|
|
1923
|
-
*/
|
|
1924
|
-
ApplicationName: string | undefined;
|
|
1925
|
-
/**
|
|
1926
|
-
* <p>When set to true, running environments will be terminated before deleting the
|
|
1927
|
-
* application.</p>
|
|
1928
|
-
*/
|
|
1929
|
-
TerminateEnvByForce?: boolean;
|
|
1930
|
-
}
|
|
1931
|
-
export declare namespace DeleteApplicationMessage {
|
|
1932
|
-
/**
|
|
1933
|
-
* @internal
|
|
1934
|
-
*/
|
|
1935
|
-
const filterSensitiveLog: (obj: DeleteApplicationMessage) => any;
|
|
1936
|
-
}
|
|
1937
|
-
/**
|
|
1938
|
-
* <p>Unable to perform the specified operation because another operation that effects an
|
|
1939
|
-
* element in this activity is already in progress.</p>
|
|
1940
|
-
*/
|
|
1941
|
-
export interface OperationInProgressException extends __SmithyException, $MetadataBearer {
|
|
1942
|
-
name: "OperationInProgressException";
|
|
1943
|
-
$fault: "client";
|
|
1944
|
-
/**
|
|
1945
|
-
* <p>The exception error message.</p>
|
|
1946
|
-
*/
|
|
1947
|
-
message?: string;
|
|
1948
|
-
}
|
|
1949
|
-
export declare namespace OperationInProgressException {
|
|
1950
|
-
/**
|
|
1951
|
-
* @internal
|
|
1952
|
-
*/
|
|
1953
|
-
const filterSensitiveLog: (obj: OperationInProgressException) => any;
|
|
1954
|
-
}
|
|
1955
|
-
/**
|
|
1956
|
-
* <p>Request to delete an application version.</p>
|
|
1957
|
-
*/
|
|
1958
|
-
export interface DeleteApplicationVersionMessage {
|
|
1959
|
-
/**
|
|
1960
|
-
* <p>The name of the application to which the version belongs.</p>
|
|
1961
|
-
*/
|
|
1962
|
-
ApplicationName: string | undefined;
|
|
1963
|
-
/**
|
|
1964
|
-
* <p>The label of the version to delete.</p>
|
|
1965
|
-
*/
|
|
1966
|
-
VersionLabel: string | undefined;
|
|
1967
|
-
/**
|
|
1968
|
-
* <p>Set to <code>true</code> to delete the source bundle from your storage bucket.
|
|
1969
|
-
* Otherwise, the application version is deleted only from Elastic Beanstalk and the source
|
|
1970
|
-
* bundle remains in Amazon S3.</p>
|
|
1971
|
-
*/
|
|
1972
|
-
DeleteSourceBundle?: boolean;
|
|
1973
|
-
}
|
|
1974
|
-
export declare namespace DeleteApplicationVersionMessage {
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
|
-
const filterSensitiveLog: (obj: DeleteApplicationVersionMessage) => any;
|
|
1979
|
-
}
|
|
1980
|
-
/**
|
|
1981
|
-
* <p>Unable to delete the Amazon S3 source bundle associated with the application version.
|
|
1982
|
-
* The application version was deleted successfully.</p>
|
|
1983
|
-
*/
|
|
1984
|
-
export interface SourceBundleDeletionException extends __SmithyException, $MetadataBearer {
|
|
1985
|
-
name: "SourceBundleDeletionException";
|
|
1986
|
-
$fault: "client";
|
|
1987
|
-
/**
|
|
1988
|
-
* <p>The exception error message.</p>
|
|
1989
|
-
*/
|
|
1990
|
-
message?: string;
|
|
1991
|
-
}
|
|
1992
|
-
export declare namespace SourceBundleDeletionException {
|
|
1993
|
-
/**
|
|
1994
|
-
* @internal
|
|
1995
|
-
*/
|
|
1996
|
-
const filterSensitiveLog: (obj: SourceBundleDeletionException) => any;
|
|
1997
|
-
}
|
|
1998
|
-
/**
|
|
1999
|
-
* <p>Request to delete a configuration template.</p>
|
|
2000
|
-
*/
|
|
2001
|
-
export interface DeleteConfigurationTemplateMessage {
|
|
2002
|
-
/**
|
|
2003
|
-
* <p>The name of the application to delete the configuration template from.</p>
|
|
2004
|
-
*/
|
|
2005
|
-
ApplicationName: string | undefined;
|
|
2006
|
-
/**
|
|
2007
|
-
* <p>The name of the configuration template to delete.</p>
|
|
2008
|
-
*/
|
|
2009
|
-
TemplateName: string | undefined;
|
|
2010
|
-
}
|
|
2011
|
-
export declare namespace DeleteConfigurationTemplateMessage {
|
|
2012
|
-
/**
|
|
2013
|
-
* @internal
|
|
2014
|
-
*/
|
|
2015
|
-
const filterSensitiveLog: (obj: DeleteConfigurationTemplateMessage) => any;
|
|
2016
|
-
}
|
|
2017
|
-
/**
|
|
2018
|
-
* <p>Request to delete a draft environment configuration.</p>
|
|
2019
|
-
*/
|
|
2020
|
-
export interface DeleteEnvironmentConfigurationMessage {
|
|
2021
|
-
/**
|
|
2022
|
-
* <p>The name of the application the environment is associated with.</p>
|
|
2023
|
-
*/
|
|
2024
|
-
ApplicationName: string | undefined;
|
|
2025
|
-
/**
|
|
2026
|
-
* <p>The name of the environment to delete the draft configuration from.</p>
|
|
2027
|
-
*/
|
|
2028
|
-
EnvironmentName: string | undefined;
|
|
2029
|
-
}
|
|
2030
|
-
export declare namespace DeleteEnvironmentConfigurationMessage {
|
|
2031
|
-
/**
|
|
2032
|
-
* @internal
|
|
2033
|
-
*/
|
|
2034
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentConfigurationMessage) => any;
|
|
2035
|
-
}
|
|
2036
|
-
export interface DeletePlatformVersionRequest {
|
|
2037
|
-
/**
|
|
2038
|
-
* <p>The ARN of the version of the custom platform.</p>
|
|
2039
|
-
*/
|
|
2040
|
-
PlatformArn?: string;
|
|
2041
|
-
}
|
|
2042
|
-
export declare namespace DeletePlatformVersionRequest {
|
|
2043
|
-
/**
|
|
2044
|
-
* @internal
|
|
2045
|
-
*/
|
|
2046
|
-
const filterSensitiveLog: (obj: DeletePlatformVersionRequest) => any;
|
|
2047
|
-
}
|
|
2048
|
-
export interface DeletePlatformVersionResult {
|
|
2049
|
-
/**
|
|
2050
|
-
* <p>Detailed information about the version of the custom platform.</p>
|
|
2051
|
-
*/
|
|
2052
|
-
PlatformSummary?: PlatformSummary;
|
|
2053
|
-
}
|
|
2054
|
-
export declare namespace DeletePlatformVersionResult {
|
|
2055
|
-
/**
|
|
2056
|
-
* @internal
|
|
2057
|
-
*/
|
|
2058
|
-
const filterSensitiveLog: (obj: DeletePlatformVersionResult) => any;
|
|
2059
|
-
}
|
|
2060
|
-
/**
|
|
2061
|
-
* <p>You cannot delete the platform version because there are still environments running on it.</p>
|
|
2062
|
-
*/
|
|
2063
|
-
export interface PlatformVersionStillReferencedException extends __SmithyException, $MetadataBearer {
|
|
2064
|
-
name: "PlatformVersionStillReferencedException";
|
|
2065
|
-
$fault: "client";
|
|
2066
|
-
/**
|
|
2067
|
-
* <p>The exception error message.</p>
|
|
2068
|
-
*/
|
|
2069
|
-
message?: string;
|
|
2070
|
-
}
|
|
2071
|
-
export declare namespace PlatformVersionStillReferencedException {
|
|
2072
|
-
/**
|
|
2073
|
-
* @internal
|
|
2074
|
-
*/
|
|
2075
|
-
const filterSensitiveLog: (obj: PlatformVersionStillReferencedException) => any;
|
|
2076
|
-
}
|
|
2077
|
-
/**
|
|
2078
|
-
* <p>The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It
|
|
2079
|
-
* reflects the resource's limits for this account.</p>
|
|
2080
|
-
*/
|
|
2081
|
-
export interface ResourceQuota {
|
|
2082
|
-
/**
|
|
2083
|
-
* <p>The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can
|
|
2084
|
-
* use.</p>
|
|
2085
|
-
*/
|
|
2086
|
-
Maximum?: number;
|
|
2087
|
-
}
|
|
2088
|
-
export declare namespace ResourceQuota {
|
|
2089
|
-
/**
|
|
2090
|
-
* @internal
|
|
2091
|
-
*/
|
|
2092
|
-
const filterSensitiveLog: (obj: ResourceQuota) => any;
|
|
2093
|
-
}
|
|
2094
|
-
/**
|
|
2095
|
-
* <p>A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect
|
|
2096
|
-
* Elastic Beanstalk resource limits for this account.</p>
|
|
2097
|
-
*/
|
|
2098
|
-
export interface ResourceQuotas {
|
|
2099
|
-
/**
|
|
2100
|
-
* <p>The quota for applications in the AWS account.</p>
|
|
2101
|
-
*/
|
|
2102
|
-
ApplicationQuota?: ResourceQuota;
|
|
2103
|
-
/**
|
|
2104
|
-
* <p>The quota for application versions in the AWS account.</p>
|
|
2105
|
-
*/
|
|
2106
|
-
ApplicationVersionQuota?: ResourceQuota;
|
|
2107
|
-
/**
|
|
2108
|
-
* <p>The quota for environments in the AWS account.</p>
|
|
2109
|
-
*/
|
|
2110
|
-
EnvironmentQuota?: ResourceQuota;
|
|
2111
|
-
/**
|
|
2112
|
-
* <p>The quota for configuration templates in the AWS account.</p>
|
|
2113
|
-
*/
|
|
2114
|
-
ConfigurationTemplateQuota?: ResourceQuota;
|
|
2115
|
-
/**
|
|
2116
|
-
* <p>The quota for custom platforms in the AWS account.</p>
|
|
2117
|
-
*/
|
|
2118
|
-
CustomPlatformQuota?: ResourceQuota;
|
|
2119
|
-
}
|
|
2120
|
-
export declare namespace ResourceQuotas {
|
|
2121
|
-
/**
|
|
2122
|
-
* @internal
|
|
2123
|
-
*/
|
|
2124
|
-
const filterSensitiveLog: (obj: ResourceQuotas) => any;
|
|
2125
|
-
}
|
|
2126
|
-
export interface DescribeAccountAttributesResult {
|
|
2127
|
-
/**
|
|
2128
|
-
* <p>The Elastic Beanstalk resource quotas associated with the calling AWS account.</p>
|
|
2129
|
-
*/
|
|
2130
|
-
ResourceQuotas?: ResourceQuotas;
|
|
2131
|
-
}
|
|
2132
|
-
export declare namespace DescribeAccountAttributesResult {
|
|
2133
|
-
/**
|
|
2134
|
-
* @internal
|
|
2135
|
-
*/
|
|
2136
|
-
const filterSensitiveLog: (obj: DescribeAccountAttributesResult) => any;
|
|
2137
|
-
}
|
|
2138
|
-
/**
|
|
2139
|
-
* <p>Request to describe one or more applications.</p>
|
|
2140
|
-
*/
|
|
2141
|
-
export interface DescribeApplicationsMessage {
|
|
2142
|
-
/**
|
|
2143
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include
|
|
2144
|
-
* those with the specified names.</p>
|
|
2145
|
-
*/
|
|
2146
|
-
ApplicationNames?: string[];
|
|
2147
|
-
}
|
|
2148
|
-
export declare namespace DescribeApplicationsMessage {
|
|
2149
|
-
/**
|
|
2150
|
-
* @internal
|
|
2151
|
-
*/
|
|
2152
|
-
const filterSensitiveLog: (obj: DescribeApplicationsMessage) => any;
|
|
2153
|
-
}
|
|
2154
|
-
/**
|
|
2155
|
-
* <p>Request to describe application versions.</p>
|
|
2156
|
-
*/
|
|
2157
|
-
export interface DescribeApplicationVersionsMessage {
|
|
2158
|
-
/**
|
|
2159
|
-
* <p>Specify an application name to show only application versions for that
|
|
2160
|
-
* application.</p>
|
|
2161
|
-
*/
|
|
2162
|
-
ApplicationName?: string;
|
|
2163
|
-
/**
|
|
2164
|
-
* <p>Specify a version label to show a specific application version.</p>
|
|
2165
|
-
*/
|
|
2166
|
-
VersionLabels?: string[];
|
|
2167
|
-
/**
|
|
2168
|
-
* <p>For a paginated request. Specify a maximum number of application versions to include in
|
|
2169
|
-
* each response.</p>
|
|
2170
|
-
* <p>If no <code>MaxRecords</code> is specified, all available application versions are
|
|
2171
|
-
* retrieved in a single response.</p>
|
|
2172
|
-
*/
|
|
2173
|
-
MaxRecords?: number;
|
|
2174
|
-
/**
|
|
2175
|
-
* <p>For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other
|
|
2176
|
-
* parameter values must be identical to the ones specified in the initial request.</p>
|
|
2177
|
-
* <p>If no <code>NextToken</code> is specified, the first page is retrieved.</p>
|
|
2178
|
-
*/
|
|
2179
|
-
NextToken?: string;
|
|
2180
|
-
}
|
|
2181
|
-
export declare namespace DescribeApplicationVersionsMessage {
|
|
2182
|
-
/**
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
2185
|
-
const filterSensitiveLog: (obj: DescribeApplicationVersionsMessage) => any;
|
|
2186
|
-
}
|
|
2187
|
-
/**
|
|
2188
|
-
* <p>A regular expression representing a restriction on a string configuration option
|
|
2189
|
-
* value.</p>
|
|
2190
|
-
*/
|
|
2191
|
-
export interface OptionRestrictionRegex {
|
|
2192
|
-
/**
|
|
2193
|
-
* <p>The regular expression pattern that a string configuration option value with this
|
|
2194
|
-
* restriction must match.</p>
|
|
2195
|
-
*/
|
|
2196
|
-
Pattern?: string;
|
|
2197
|
-
/**
|
|
2198
|
-
* <p>A unique name representing this regular expression.</p>
|
|
2199
|
-
*/
|
|
2200
|
-
Label?: string;
|
|
2201
|
-
}
|
|
2202
|
-
export declare namespace OptionRestrictionRegex {
|
|
2203
|
-
/**
|
|
2204
|
-
* @internal
|
|
2205
|
-
*/
|
|
2206
|
-
const filterSensitiveLog: (obj: OptionRestrictionRegex) => any;
|
|
2207
|
-
}
|
|
2208
|
-
export declare type ConfigurationOptionValueType = "List" | "Scalar";
|
|
2209
|
-
/**
|
|
2210
|
-
* <p>Describes the possible values for a configuration option.</p>
|
|
2211
|
-
*/
|
|
2212
|
-
export interface ConfigurationOptionDescription {
|
|
2213
|
-
/**
|
|
2214
|
-
* <p>A unique namespace identifying the option's associated AWS resource.</p>
|
|
2215
|
-
*/
|
|
2216
|
-
Namespace?: string;
|
|
2217
|
-
/**
|
|
2218
|
-
* <p>The name of the configuration option.</p>
|
|
2219
|
-
*/
|
|
2220
|
-
Name?: string;
|
|
2221
|
-
/**
|
|
2222
|
-
* <p>The default value for this configuration option.</p>
|
|
2223
|
-
*/
|
|
2224
|
-
DefaultValue?: string;
|
|
2225
|
-
/**
|
|
2226
|
-
* <p>An indication of which action is required if the value for this configuration option
|
|
2227
|
-
* changes:</p>
|
|
2228
|
-
* <ul>
|
|
2229
|
-
* <li>
|
|
2230
|
-
* <p>
|
|
2231
|
-
* <code>NoInterruption</code> : There is no interruption to the environment or application
|
|
2232
|
-
* availability.</p>
|
|
2233
|
-
* </li>
|
|
2234
|
-
* <li>
|
|
2235
|
-
* <p>
|
|
2236
|
-
* <code>RestartEnvironment</code> : The environment is entirely restarted, all AWS resources
|
|
2237
|
-
* are deleted and recreated, and the environment is unavailable during the
|
|
2238
|
-
* process.</p>
|
|
2239
|
-
* </li>
|
|
2240
|
-
* <li>
|
|
2241
|
-
* <p>
|
|
2242
|
-
* <code>RestartApplicationServer</code> : The environment is available the entire time.
|
|
2243
|
-
* However, a short application outage occurs when the application servers on the running
|
|
2244
|
-
* Amazon EC2 instances are restarted.</p>
|
|
2245
|
-
* </li>
|
|
2246
|
-
* </ul>
|
|
2247
|
-
*/
|
|
2248
|
-
ChangeSeverity?: string;
|
|
2249
|
-
/**
|
|
2250
|
-
* <p>An indication of whether the user defined this configuration option:</p>
|
|
2251
|
-
* <ul>
|
|
2252
|
-
* <li>
|
|
2253
|
-
* <p>
|
|
2254
|
-
* <code>true</code> : This configuration option was defined by the user. It is a valid
|
|
2255
|
-
* choice for specifying if this as an <code>Option to Remove</code> when updating
|
|
2256
|
-
* configuration settings. </p>
|
|
2257
|
-
* </li>
|
|
2258
|
-
* <li>
|
|
2259
|
-
* <p>
|
|
2260
|
-
* <code>false</code> : This configuration was not defined by the user.</p>
|
|
2261
|
-
* </li>
|
|
2262
|
-
* </ul>
|
|
2263
|
-
* <p> Constraint: You can remove only <code>UserDefined</code> options from a configuration. </p>
|
|
2264
|
-
* <p> Valid Values: <code>true</code> | <code>false</code>
|
|
2265
|
-
* </p>
|
|
2266
|
-
*/
|
|
2267
|
-
UserDefined?: boolean;
|
|
2268
|
-
/**
|
|
2269
|
-
* <p>An indication of which type of values this option has and whether it is allowable to
|
|
2270
|
-
* select one or more than one of the possible values:</p>
|
|
2271
|
-
* <ul>
|
|
2272
|
-
* <li>
|
|
2273
|
-
* <p>
|
|
2274
|
-
* <code>Scalar</code> : Values for this option are a single selection from the possible
|
|
2275
|
-
* values, or an unformatted string, or numeric value governed by the
|
|
2276
|
-
* <code>MIN/MAX/Regex</code> constraints.</p>
|
|
2277
|
-
* </li>
|
|
2278
|
-
* <li>
|
|
2279
|
-
* <p>
|
|
2280
|
-
* <code>List</code> : Values for this option are multiple selections from the possible
|
|
2281
|
-
* values.</p>
|
|
2282
|
-
* </li>
|
|
2283
|
-
* <li>
|
|
2284
|
-
* <p>
|
|
2285
|
-
* <code>Boolean</code> : Values for this option are either <code>true</code> or
|
|
2286
|
-
* <code>false</code> .</p>
|
|
2287
|
-
* </li>
|
|
2288
|
-
* <li>
|
|
2289
|
-
* <p>
|
|
2290
|
-
* <code>Json</code> : Values for this option are a JSON representation of a
|
|
2291
|
-
* <code>ConfigDocument</code>.</p>
|
|
2292
|
-
* </li>
|
|
2293
|
-
* </ul>
|
|
2294
|
-
*/
|
|
2295
|
-
ValueType?: ConfigurationOptionValueType | string;
|
|
2296
|
-
/**
|
|
2297
|
-
* <p>If specified, values for the configuration option are selected from this
|
|
2298
|
-
* list.</p>
|
|
2299
|
-
*/
|
|
2300
|
-
ValueOptions?: string[];
|
|
2301
|
-
/**
|
|
2302
|
-
* <p>If specified, the configuration option must be a numeric value greater than this
|
|
2303
|
-
* value.</p>
|
|
2304
|
-
*/
|
|
2305
|
-
MinValue?: number;
|
|
2306
|
-
/**
|
|
2307
|
-
* <p>If specified, the configuration option must be a numeric value less than this
|
|
2308
|
-
* value.</p>
|
|
2309
|
-
*/
|
|
2310
|
-
MaxValue?: number;
|
|
2311
|
-
/**
|
|
2312
|
-
* <p>If specified, the configuration option must be a string value no longer than this
|
|
2313
|
-
* value.</p>
|
|
2314
|
-
*/
|
|
2315
|
-
MaxLength?: number;
|
|
2316
|
-
/**
|
|
2317
|
-
* <p>If specified, the configuration option must be a string value that satisfies this
|
|
2318
|
-
* regular expression.</p>
|
|
2319
|
-
*/
|
|
2320
|
-
Regex?: OptionRestrictionRegex;
|
|
2321
|
-
}
|
|
2322
|
-
export declare namespace ConfigurationOptionDescription {
|
|
2323
|
-
/**
|
|
2324
|
-
* @internal
|
|
2325
|
-
*/
|
|
2326
|
-
const filterSensitiveLog: (obj: ConfigurationOptionDescription) => any;
|
|
2327
|
-
}
|
|
2328
|
-
/**
|
|
2329
|
-
* <p>Describes the settings for a specified configuration set.</p>
|
|
2330
|
-
*/
|
|
2331
|
-
export interface ConfigurationOptionsDescription {
|
|
2332
|
-
/**
|
|
2333
|
-
* <p>The name of the solution stack these configuration options belong to.</p>
|
|
2334
|
-
*/
|
|
2335
|
-
SolutionStackName?: string;
|
|
2336
|
-
/**
|
|
2337
|
-
* <p>The ARN of the platform version.</p>
|
|
2338
|
-
*/
|
|
2339
|
-
PlatformArn?: string;
|
|
2340
|
-
/**
|
|
2341
|
-
* <p> A list of <a>ConfigurationOptionDescription</a>. </p>
|
|
2342
|
-
*/
|
|
2343
|
-
Options?: ConfigurationOptionDescription[];
|
|
2344
|
-
}
|
|
2345
|
-
export declare namespace ConfigurationOptionsDescription {
|
|
2346
|
-
/**
|
|
2347
|
-
* @internal
|
|
2348
|
-
*/
|
|
2349
|
-
const filterSensitiveLog: (obj: ConfigurationOptionsDescription) => any;
|
|
2350
|
-
}
|
|
2351
|
-
/**
|
|
2352
|
-
* <p>Result message containing a list of application version descriptions.</p>
|
|
2353
|
-
*/
|
|
2354
|
-
export interface DescribeConfigurationOptionsMessage {
|
|
2355
|
-
/**
|
|
2356
|
-
* <p>The name of the application associated with the configuration template or environment.
|
|
2357
|
-
* Only needed if you want to describe the configuration options associated with either the
|
|
2358
|
-
* configuration template or environment.</p>
|
|
2359
|
-
*/
|
|
2360
|
-
ApplicationName?: string;
|
|
2361
|
-
/**
|
|
2362
|
-
* <p>The name of the configuration template whose configuration options you want to
|
|
2363
|
-
* describe.</p>
|
|
2364
|
-
*/
|
|
2365
|
-
TemplateName?: string;
|
|
2366
|
-
/**
|
|
2367
|
-
* <p>The name of the environment whose configuration options you want to describe.</p>
|
|
2368
|
-
*/
|
|
2369
|
-
EnvironmentName?: string;
|
|
2370
|
-
/**
|
|
2371
|
-
* <p>The name of the solution stack whose configuration options you want to
|
|
2372
|
-
* describe.</p>
|
|
2373
|
-
*/
|
|
2374
|
-
SolutionStackName?: string;
|
|
2375
|
-
/**
|
|
2376
|
-
* <p>The ARN of the custom platform.</p>
|
|
2377
|
-
*/
|
|
2378
|
-
PlatformArn?: string;
|
|
2379
|
-
/**
|
|
2380
|
-
* <p>If specified, restricts the descriptions to only the specified options.</p>
|
|
2381
|
-
*/
|
|
2382
|
-
Options?: OptionSpecification[];
|
|
2383
|
-
}
|
|
2384
|
-
export declare namespace DescribeConfigurationOptionsMessage {
|
|
2385
|
-
/**
|
|
2386
|
-
* @internal
|
|
2387
|
-
*/
|
|
2388
|
-
const filterSensitiveLog: (obj: DescribeConfigurationOptionsMessage) => any;
|
|
2389
|
-
}
|
|
2390
|
-
/**
|
|
2391
|
-
* <p>The results from a request to change the configuration settings of an
|
|
2392
|
-
* environment.</p>
|
|
2393
|
-
*/
|
|
2394
|
-
export interface ConfigurationSettingsDescriptions {
|
|
2395
|
-
/**
|
|
2396
|
-
* <p> A list of <a>ConfigurationSettingsDescription</a>. </p>
|
|
2397
|
-
*/
|
|
2398
|
-
ConfigurationSettings?: ConfigurationSettingsDescription[];
|
|
2399
|
-
}
|
|
2400
|
-
export declare namespace ConfigurationSettingsDescriptions {
|
|
2401
|
-
/**
|
|
2402
|
-
* @internal
|
|
2403
|
-
*/
|
|
2404
|
-
const filterSensitiveLog: (obj: ConfigurationSettingsDescriptions) => any;
|
|
2405
|
-
}
|
|
2406
|
-
/**
|
|
2407
|
-
* <p>Result message containing all of the configuration settings for a specified solution
|
|
2408
|
-
* stack or configuration template.</p>
|
|
2409
|
-
*/
|
|
2410
|
-
export interface DescribeConfigurationSettingsMessage {
|
|
2411
|
-
/**
|
|
2412
|
-
* <p>The application for the environment or configuration template.</p>
|
|
2413
|
-
*/
|
|
2414
|
-
ApplicationName: string | undefined;
|
|
2415
|
-
/**
|
|
2416
|
-
* <p>The name of the configuration template to describe.</p>
|
|
2417
|
-
* <p> Conditional: You must specify either this parameter or an EnvironmentName, but not
|
|
2418
|
-
* both. If you specify both, AWS Elastic Beanstalk returns an
|
|
2419
|
-
* <code>InvalidParameterCombination</code> error. If you do not specify either, AWS Elastic
|
|
2420
|
-
* Beanstalk returns a <code>MissingRequiredParameter</code> error. </p>
|
|
2421
|
-
*/
|
|
2422
|
-
TemplateName?: string;
|
|
2423
|
-
/**
|
|
2424
|
-
* <p>The name of the environment to describe.</p>
|
|
2425
|
-
* <p> Condition: You must specify either this or a TemplateName, but not both. If you
|
|
2426
|
-
* specify both, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error.
|
|
2427
|
-
* If you do not specify either, AWS Elastic Beanstalk returns
|
|
2428
|
-
* <code>MissingRequiredParameter</code> error. </p>
|
|
2429
|
-
*/
|
|
2430
|
-
EnvironmentName?: string;
|
|
2431
|
-
}
|
|
2432
|
-
export declare namespace DescribeConfigurationSettingsMessage {
|
|
2433
|
-
/**
|
|
2434
|
-
* @internal
|
|
2435
|
-
*/
|
|
2436
|
-
const filterSensitiveLog: (obj: DescribeConfigurationSettingsMessage) => any;
|
|
2437
|
-
}
|
|
2438
|
-
export declare enum EnvironmentHealthAttribute {
|
|
2439
|
-
All = "All",
|
|
2440
|
-
ApplicationMetrics = "ApplicationMetrics",
|
|
2441
|
-
Causes = "Causes",
|
|
2442
|
-
Color = "Color",
|
|
2443
|
-
HealthStatus = "HealthStatus",
|
|
2444
|
-
InstancesHealth = "InstancesHealth",
|
|
2445
|
-
RefreshedAt = "RefreshedAt",
|
|
2446
|
-
Status = "Status"
|
|
2447
|
-
}
|
|
2448
|
-
/**
|
|
2449
|
-
* <p>See the example below to learn how to create a request body.</p>
|
|
2450
|
-
*/
|
|
2451
|
-
export interface DescribeEnvironmentHealthRequest {
|
|
2452
|
-
/**
|
|
2453
|
-
* <p>Specify the environment by name.</p>
|
|
2454
|
-
* <p>You must specify either this or an EnvironmentName, or both.</p>
|
|
2455
|
-
*/
|
|
2456
|
-
EnvironmentName?: string;
|
|
2457
|
-
/**
|
|
2458
|
-
* <p>Specify the environment by ID.</p>
|
|
2459
|
-
* <p>You must specify either this or an EnvironmentName, or both.</p>
|
|
2460
|
-
*/
|
|
2461
|
-
EnvironmentId?: string;
|
|
2462
|
-
/**
|
|
2463
|
-
* <p>Specify the response elements to return. To retrieve all attributes, set to
|
|
2464
|
-
* <code>All</code>. If no attribute names are specified, returns the name of the
|
|
2465
|
-
* environment.</p>
|
|
2466
|
-
*/
|
|
2467
|
-
AttributeNames?: (EnvironmentHealthAttribute | string)[];
|
|
2468
|
-
}
|
|
2469
|
-
export declare namespace DescribeEnvironmentHealthRequest {
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
const filterSensitiveLog: (obj: DescribeEnvironmentHealthRequest) => any;
|
|
2474
|
-
}
|
|
2475
|
-
/**
|
|
2476
|
-
* <p>Represents summary information about the health of an instance. For more information,
|
|
2477
|
-
* see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>.</p>
|
|
2478
|
-
*/
|
|
2479
|
-
export interface InstanceHealthSummary {
|
|
2480
|
-
/**
|
|
2481
|
-
* <p>
|
|
2482
|
-
* <b>Grey.</b> AWS Elastic Beanstalk and the health agent are
|
|
2483
|
-
* reporting no data on an instance.</p>
|
|
2484
|
-
*/
|
|
2485
|
-
NoData?: number;
|
|
2486
|
-
/**
|
|
2487
|
-
* <p>
|
|
2488
|
-
* <b>Grey.</b> AWS Elastic Beanstalk and the health agent are
|
|
2489
|
-
* reporting an insufficient amount of data on an instance.</p>
|
|
2490
|
-
*/
|
|
2491
|
-
Unknown?: number;
|
|
2492
|
-
/**
|
|
2493
|
-
* <p>
|
|
2494
|
-
* <b>Grey.</b> An operation is in progress on an instance within the
|
|
2495
|
-
* command timeout.</p>
|
|
2496
|
-
*/
|
|
2497
|
-
Pending?: number;
|
|
2498
|
-
/**
|
|
2499
|
-
* <p>
|
|
2500
|
-
* <b>Green.</b> An instance is passing health checks and the health
|
|
2501
|
-
* agent is not reporting any problems.</p>
|
|
2502
|
-
*/
|
|
2503
|
-
Ok?: number;
|
|
2504
|
-
/**
|
|
2505
|
-
* <p>
|
|
2506
|
-
* <b>Green.</b> An operation is in progress on an instance.</p>
|
|
2507
|
-
*/
|
|
2508
|
-
Info?: number;
|
|
2509
|
-
/**
|
|
2510
|
-
* <p>
|
|
2511
|
-
* <b>Yellow.</b> The health agent is reporting a moderate number of
|
|
2512
|
-
* request failures or other issues for an instance or environment.</p>
|
|
2513
|
-
*/
|
|
2514
|
-
Warning?: number;
|
|
2515
|
-
/**
|
|
2516
|
-
* <p>
|
|
2517
|
-
* <b>Red.</b> The health agent is reporting a high number of request
|
|
2518
|
-
* failures or other issues for an instance or environment.</p>
|
|
2519
|
-
*/
|
|
2520
|
-
Degraded?: number;
|
|
2521
|
-
/**
|
|
2522
|
-
* <p>
|
|
2523
|
-
* <b>Red.</b> The health agent is reporting a very high number of
|
|
2524
|
-
* request failures or other issues for an instance or environment.</p>
|
|
2525
|
-
*/
|
|
2526
|
-
Severe?: number;
|
|
2527
|
-
}
|
|
2528
|
-
export declare namespace InstanceHealthSummary {
|
|
2529
|
-
/**
|
|
2530
|
-
* @internal
|
|
2531
|
-
*/
|
|
2532
|
-
const filterSensitiveLog: (obj: InstanceHealthSummary) => any;
|
|
2533
|
-
}
|
|
2534
|
-
/**
|
|
2535
|
-
* <p>Health details for an AWS Elastic Beanstalk environment.</p>
|
|
2536
|
-
*/
|
|
2537
|
-
export interface DescribeEnvironmentHealthResult {
|
|
2538
|
-
/**
|
|
2539
|
-
* <p>The environment's name.</p>
|
|
2540
|
-
*/
|
|
2541
|
-
EnvironmentName?: string;
|
|
2542
|
-
/**
|
|
2543
|
-
* <p>The <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">health status</a> of the
|
|
2544
|
-
* environment. For example, <code>Ok</code>.</p>
|
|
2545
|
-
*/
|
|
2546
|
-
HealthStatus?: string;
|
|
2547
|
-
/**
|
|
2548
|
-
* <p>The environment's operational status. <code>Ready</code>, <code>Launching</code>,
|
|
2549
|
-
* <code>Updating</code>, <code>Terminating</code>, or <code>Terminated</code>.</p>
|
|
2550
|
-
*/
|
|
2551
|
-
Status?: EnvironmentHealth | string;
|
|
2552
|
-
/**
|
|
2553
|
-
* <p>The <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">health color</a> of the
|
|
2554
|
-
* environment.</p>
|
|
2555
|
-
*/
|
|
2556
|
-
Color?: string;
|
|
2557
|
-
/**
|
|
2558
|
-
* <p>Descriptions of the data that contributed to the environment's current health
|
|
2559
|
-
* status.</p>
|
|
2560
|
-
*/
|
|
2561
|
-
Causes?: string[];
|
|
2562
|
-
/**
|
|
2563
|
-
* <p>Application request metrics for the environment.</p>
|
|
2564
|
-
*/
|
|
2565
|
-
ApplicationMetrics?: ApplicationMetrics;
|
|
2566
|
-
/**
|
|
2567
|
-
* <p>Summary health information for the instances in the environment.</p>
|
|
2568
|
-
*/
|
|
2569
|
-
InstancesHealth?: InstanceHealthSummary;
|
|
2570
|
-
/**
|
|
2571
|
-
* <p>The date and time that the health information was retrieved.</p>
|
|
2572
|
-
*/
|
|
2573
|
-
RefreshedAt?: Date;
|
|
2574
|
-
}
|
|
2575
|
-
export declare namespace DescribeEnvironmentHealthResult {
|
|
2576
|
-
/**
|
|
2577
|
-
* @internal
|
|
2578
|
-
*/
|
|
2579
|
-
const filterSensitiveLog: (obj: DescribeEnvironmentHealthResult) => any;
|
|
2580
|
-
}
|
|
2581
|
-
/**
|
|
2582
|
-
* <p>One or more input parameters is not valid. Please correct the input parameters and try
|
|
2583
|
-
* the operation again.</p>
|
|
2584
|
-
*/
|
|
2585
|
-
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
2586
|
-
name: "InvalidRequestException";
|
|
2587
|
-
$fault: "client";
|
|
2588
|
-
/**
|
|
2589
|
-
* <p>The exception error message.</p>
|
|
2590
|
-
*/
|
|
2591
|
-
message?: string;
|
|
2592
|
-
}
|
|
2593
|
-
export declare namespace InvalidRequestException {
|
|
2594
|
-
/**
|
|
2595
|
-
* @internal
|
|
2596
|
-
*/
|
|
2597
|
-
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
2598
|
-
}
|
|
2599
|
-
/**
|
|
2600
|
-
* <p>Request to list completed and failed managed actions.</p>
|
|
2601
|
-
*/
|
|
2602
|
-
export interface DescribeEnvironmentManagedActionHistoryRequest {
|
|
2603
|
-
/**
|
|
2604
|
-
* <p>The environment ID of the target environment.</p>
|
|
2605
|
-
*/
|
|
2606
|
-
EnvironmentId?: string;
|
|
2607
|
-
/**
|
|
2608
|
-
* <p>The name of the target environment.</p>
|
|
2609
|
-
*/
|
|
2610
|
-
EnvironmentName?: string;
|
|
2611
|
-
/**
|
|
2612
|
-
* <p>The pagination token returned by a previous request.</p>
|
|
2613
|
-
*/
|
|
2614
|
-
NextToken?: string;
|
|
2615
|
-
/**
|
|
2616
|
-
* <p>The maximum number of items to return for a single request.</p>
|
|
2617
|
-
*/
|
|
2618
|
-
MaxItems?: number;
|
|
2619
|
-
}
|
|
2620
|
-
export declare namespace DescribeEnvironmentManagedActionHistoryRequest {
|
|
2621
|
-
/**
|
|
2622
|
-
* @internal
|
|
2623
|
-
*/
|
|
2624
|
-
const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionHistoryRequest) => any;
|
|
2625
|
-
}
|
|
2626
|
-
export declare type FailureType = "CancellationFailed" | "InternalFailure" | "InvalidEnvironmentState" | "PermissionsError" | "RollbackFailed" | "RollbackSuccessful" | "UpdateCancelled";
|
|
2627
|
-
/**
|
|
2628
|
-
* <p>The record of a completed or failed managed action.</p>
|
|
2629
|
-
*/
|
|
2630
|
-
export interface ManagedActionHistoryItem {
|
|
2631
|
-
/**
|
|
2632
|
-
* <p>A unique identifier for the managed action.</p>
|
|
2633
|
-
*/
|
|
2634
|
-
ActionId?: string;
|
|
2635
|
-
/**
|
|
2636
|
-
* <p>The type of the managed action.</p>
|
|
2637
|
-
*/
|
|
2638
|
-
ActionType?: ActionType | string;
|
|
2639
|
-
/**
|
|
2640
|
-
* <p>A description of the managed action.</p>
|
|
2641
|
-
*/
|
|
2642
|
-
ActionDescription?: string;
|
|
2643
|
-
/**
|
|
2644
|
-
* <p>If the action failed, the type of failure.</p>
|
|
2645
|
-
*/
|
|
2646
|
-
FailureType?: FailureType | string;
|
|
2647
|
-
/**
|
|
2648
|
-
* <p>The status of the action.</p>
|
|
2649
|
-
*/
|
|
2650
|
-
Status?: ActionHistoryStatus | string;
|
|
2651
|
-
/**
|
|
2652
|
-
* <p>If the action failed, a description of the failure.</p>
|
|
2653
|
-
*/
|
|
2654
|
-
FailureDescription?: string;
|
|
2655
|
-
/**
|
|
2656
|
-
* <p>The date and time that the action started executing.</p>
|
|
2657
|
-
*/
|
|
2658
|
-
ExecutedTime?: Date;
|
|
2659
|
-
/**
|
|
2660
|
-
* <p>The date and time that the action finished executing.</p>
|
|
2661
|
-
*/
|
|
2662
|
-
FinishedTime?: Date;
|
|
2663
|
-
}
|
|
2664
|
-
export declare namespace ManagedActionHistoryItem {
|
|
2665
|
-
/**
|
|
2666
|
-
* @internal
|
|
2667
|
-
*/
|
|
2668
|
-
const filterSensitiveLog: (obj: ManagedActionHistoryItem) => any;
|
|
2669
|
-
}
|
|
2670
|
-
/**
|
|
2671
|
-
* <p>A result message containing a list of completed and failed managed actions.</p>
|
|
2672
|
-
*/
|
|
2673
|
-
export interface DescribeEnvironmentManagedActionHistoryResult {
|
|
2674
|
-
/**
|
|
2675
|
-
* <p>A list of completed and failed managed actions.</p>
|
|
2676
|
-
*/
|
|
2677
|
-
ManagedActionHistoryItems?: ManagedActionHistoryItem[];
|
|
2678
|
-
/**
|
|
2679
|
-
* <p>A pagination token that you pass to <a>DescribeEnvironmentManagedActionHistory</a> to get the next page of
|
|
2680
|
-
* results.</p>
|
|
2681
|
-
*/
|
|
2682
|
-
NextToken?: string;
|
|
2683
|
-
}
|
|
2684
|
-
export declare namespace DescribeEnvironmentManagedActionHistoryResult {
|
|
2685
|
-
/**
|
|
2686
|
-
* @internal
|
|
2687
|
-
*/
|
|
2688
|
-
const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionHistoryResult) => any;
|
|
2689
|
-
}
|
|
2690
|
-
/**
|
|
2691
|
-
* <p>Request to list an environment's upcoming and in-progress managed actions.</p>
|
|
2692
|
-
*/
|
|
2693
|
-
export interface DescribeEnvironmentManagedActionsRequest {
|
|
2694
|
-
/**
|
|
2695
|
-
* <p>The name of the target environment.</p>
|
|
2696
|
-
*/
|
|
2697
|
-
EnvironmentName?: string;
|
|
2698
|
-
/**
|
|
2699
|
-
* <p>The environment ID of the target environment.</p>
|
|
2700
|
-
*/
|
|
2701
|
-
EnvironmentId?: string;
|
|
2702
|
-
/**
|
|
2703
|
-
* <p>To show only actions with a particular status, specify a status.</p>
|
|
2704
|
-
*/
|
|
2705
|
-
Status?: ActionStatus | string;
|
|
2706
|
-
}
|
|
2707
|
-
export declare namespace DescribeEnvironmentManagedActionsRequest {
|
|
2708
|
-
/**
|
|
2709
|
-
* @internal
|
|
2710
|
-
*/
|
|
2711
|
-
const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionsRequest) => any;
|
|
2712
|
-
}
|
|
2713
|
-
/**
|
|
2714
|
-
* <p>The record of an upcoming or in-progress managed action.</p>
|
|
2715
|
-
*/
|
|
2716
|
-
export interface ManagedAction {
|
|
2717
|
-
/**
|
|
2718
|
-
* <p>A unique identifier for the managed action.</p>
|
|
2719
|
-
*/
|
|
2720
|
-
ActionId?: string;
|
|
2721
|
-
/**
|
|
2722
|
-
* <p>A description of the managed action.</p>
|
|
2723
|
-
*/
|
|
2724
|
-
ActionDescription?: string;
|
|
2725
|
-
/**
|
|
2726
|
-
* <p>The type of managed action.</p>
|
|
2727
|
-
*/
|
|
2728
|
-
ActionType?: ActionType | string;
|
|
2729
|
-
/**
|
|
2730
|
-
* <p>The status of the managed action. If the action is <code>Scheduled</code>, you can
|
|
2731
|
-
* apply it immediately with <a>ApplyEnvironmentManagedAction</a>.</p>
|
|
2732
|
-
*/
|
|
2733
|
-
Status?: ActionStatus | string;
|
|
2734
|
-
/**
|
|
2735
|
-
* <p>The start time of the maintenance window in which the managed action will
|
|
2736
|
-
* execute.</p>
|
|
2737
|
-
*/
|
|
2738
|
-
WindowStartTime?: Date;
|
|
2739
|
-
}
|
|
2740
|
-
export declare namespace ManagedAction {
|
|
2741
|
-
/**
|
|
2742
|
-
* @internal
|
|
2743
|
-
*/
|
|
2744
|
-
const filterSensitiveLog: (obj: ManagedAction) => any;
|
|
2745
|
-
}
|
|
2746
|
-
/**
|
|
2747
|
-
* <p>The result message containing a list of managed actions.</p>
|
|
2748
|
-
*/
|
|
2749
|
-
export interface DescribeEnvironmentManagedActionsResult {
|
|
2750
|
-
/**
|
|
2751
|
-
* <p>A list of upcoming and in-progress managed actions.</p>
|
|
2752
|
-
*/
|
|
2753
|
-
ManagedActions?: ManagedAction[];
|
|
2754
|
-
}
|
|
2755
|
-
export declare namespace DescribeEnvironmentManagedActionsResult {
|
|
2756
|
-
/**
|
|
2757
|
-
* @internal
|
|
2758
|
-
*/
|
|
2759
|
-
const filterSensitiveLog: (obj: DescribeEnvironmentManagedActionsResult) => any;
|
|
2760
|
-
}
|
|
2761
|
-
/**
|
|
2762
|
-
* <p>Request to describe the resources in an environment.</p>
|
|
2763
|
-
*/
|
|
2764
|
-
export interface DescribeEnvironmentResourcesMessage {
|
|
2765
|
-
/**
|
|
2766
|
-
* <p>The ID of the environment to retrieve AWS resource usage data.</p>
|
|
2767
|
-
* <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not
|
|
2768
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
2769
|
-
* </p>
|
|
2770
|
-
*/
|
|
2771
|
-
EnvironmentId?: string;
|
|
2772
|
-
/**
|
|
2773
|
-
* <p>The name of the environment to retrieve AWS resource usage data.</p>
|
|
2774
|
-
* <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
|
|
2775
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
2776
|
-
* </p>
|
|
2777
|
-
*/
|
|
2778
|
-
EnvironmentName?: string;
|
|
2779
|
-
}
|
|
2780
|
-
export declare namespace DescribeEnvironmentResourcesMessage {
|
|
2781
|
-
/**
|
|
2782
|
-
* @internal
|
|
2783
|
-
*/
|
|
2784
|
-
const filterSensitiveLog: (obj: DescribeEnvironmentResourcesMessage) => any;
|
|
2785
|
-
}
|
|
2786
|
-
/**
|
|
2787
|
-
* <p>The description of an Amazon EC2 instance.</p>
|
|
2788
|
-
*/
|
|
2789
|
-
export interface Instance {
|
|
2790
|
-
/**
|
|
2791
|
-
* <p>The ID of the Amazon EC2 instance.</p>
|
|
2792
|
-
*/
|
|
2793
|
-
Id?: string;
|
|
2794
|
-
}
|
|
2795
|
-
export declare namespace Instance {
|
|
2796
|
-
/**
|
|
2797
|
-
* @internal
|
|
2798
|
-
*/
|
|
2799
|
-
const filterSensitiveLog: (obj: Instance) => any;
|
|
2800
|
-
}
|
|
2801
|
-
/**
|
|
2802
|
-
* <p>Describes an Auto Scaling launch configuration.</p>
|
|
2803
|
-
*/
|
|
2804
|
-
export interface LaunchConfiguration {
|
|
2805
|
-
/**
|
|
2806
|
-
* <p>The name of the launch configuration.</p>
|
|
2807
|
-
*/
|
|
2808
|
-
Name?: string;
|
|
2809
|
-
}
|
|
2810
|
-
export declare namespace LaunchConfiguration {
|
|
2811
|
-
/**
|
|
2812
|
-
* @internal
|
|
2813
|
-
*/
|
|
2814
|
-
const filterSensitiveLog: (obj: LaunchConfiguration) => any;
|
|
2815
|
-
}
|
|
2816
|
-
/**
|
|
2817
|
-
* <p>Describes an Amazon EC2 launch template.</p>
|
|
2818
|
-
*/
|
|
2819
|
-
export interface LaunchTemplate {
|
|
2820
|
-
/**
|
|
2821
|
-
* <p>The ID of the launch template.</p>
|
|
2822
|
-
*/
|
|
2823
|
-
Id?: string;
|
|
2824
|
-
}
|
|
2825
|
-
export declare namespace LaunchTemplate {
|
|
2826
|
-
/**
|
|
2827
|
-
* @internal
|
|
2828
|
-
*/
|
|
2829
|
-
const filterSensitiveLog: (obj: LaunchTemplate) => any;
|
|
2830
|
-
}
|
|
2831
|
-
/**
|
|
2832
|
-
* <p>Describes a LoadBalancer.</p>
|
|
2833
|
-
*/
|
|
2834
|
-
export interface LoadBalancer {
|
|
2835
|
-
/**
|
|
2836
|
-
* <p>The name of the LoadBalancer.</p>
|
|
2837
|
-
*/
|
|
2838
|
-
Name?: string;
|
|
2839
|
-
}
|
|
2840
|
-
export declare namespace LoadBalancer {
|
|
2841
|
-
/**
|
|
2842
|
-
* @internal
|
|
2843
|
-
*/
|
|
2844
|
-
const filterSensitiveLog: (obj: LoadBalancer) => any;
|
|
2845
|
-
}
|
|
2846
|
-
/**
|
|
2847
|
-
* <p>Describes a queue.</p>
|
|
2848
|
-
*/
|
|
2849
|
-
export interface Queue {
|
|
2850
|
-
/**
|
|
2851
|
-
* <p>The name of the queue.</p>
|
|
2852
|
-
*/
|
|
2853
|
-
Name?: string;
|
|
2854
|
-
/**
|
|
2855
|
-
* <p>The URL of the queue.</p>
|
|
2856
|
-
*/
|
|
2857
|
-
URL?: string;
|
|
2858
|
-
}
|
|
2859
|
-
export declare namespace Queue {
|
|
2860
|
-
/**
|
|
2861
|
-
* @internal
|
|
2862
|
-
*/
|
|
2863
|
-
const filterSensitiveLog: (obj: Queue) => any;
|
|
2864
|
-
}
|
|
2865
|
-
/**
|
|
2866
|
-
* <p>Describes a trigger.</p>
|
|
2867
|
-
*/
|
|
2868
|
-
export interface Trigger {
|
|
2869
|
-
/**
|
|
2870
|
-
* <p>The name of the trigger.</p>
|
|
2871
|
-
*/
|
|
2872
|
-
Name?: string;
|
|
2873
|
-
}
|
|
2874
|
-
export declare namespace Trigger {
|
|
2875
|
-
/**
|
|
2876
|
-
* @internal
|
|
2877
|
-
*/
|
|
2878
|
-
const filterSensitiveLog: (obj: Trigger) => any;
|
|
2879
|
-
}
|
|
2880
|
-
/**
|
|
2881
|
-
* <p>Describes the AWS resources in use by this environment. This data is live.</p>
|
|
2882
|
-
*/
|
|
2883
|
-
export interface EnvironmentResourceDescription {
|
|
2884
|
-
/**
|
|
2885
|
-
* <p>The name of the environment.</p>
|
|
2886
|
-
*/
|
|
2887
|
-
EnvironmentName?: string;
|
|
2888
|
-
/**
|
|
2889
|
-
* <p> The <code>AutoScalingGroups</code> used by this environment. </p>
|
|
2890
|
-
*/
|
|
2891
|
-
AutoScalingGroups?: AutoScalingGroup[];
|
|
2892
|
-
/**
|
|
2893
|
-
* <p>The Amazon EC2 instances used by this environment.</p>
|
|
2894
|
-
*/
|
|
2895
|
-
Instances?: Instance[];
|
|
2896
|
-
/**
|
|
2897
|
-
* <p>The Auto Scaling launch configurations in use by this environment.</p>
|
|
2898
|
-
*/
|
|
2899
|
-
LaunchConfigurations?: LaunchConfiguration[];
|
|
2900
|
-
/**
|
|
2901
|
-
* <p>The Amazon EC2 launch templates in use by this environment.</p>
|
|
2902
|
-
*/
|
|
2903
|
-
LaunchTemplates?: LaunchTemplate[];
|
|
2904
|
-
/**
|
|
2905
|
-
* <p>The LoadBalancers in use by this environment.</p>
|
|
2906
|
-
*/
|
|
2907
|
-
LoadBalancers?: LoadBalancer[];
|
|
2908
|
-
/**
|
|
2909
|
-
* <p>The <code>AutoScaling</code> triggers in use by this environment. </p>
|
|
2910
|
-
*/
|
|
2911
|
-
Triggers?: Trigger[];
|
|
2912
|
-
/**
|
|
2913
|
-
* <p>The queues used by this environment.</p>
|
|
2914
|
-
*/
|
|
2915
|
-
Queues?: Queue[];
|
|
2916
|
-
}
|
|
2917
|
-
export declare namespace EnvironmentResourceDescription {
|
|
2918
|
-
/**
|
|
2919
|
-
* @internal
|
|
2920
|
-
*/
|
|
2921
|
-
const filterSensitiveLog: (obj: EnvironmentResourceDescription) => any;
|
|
2922
|
-
}
|
|
2923
|
-
/**
|
|
2924
|
-
* <p>Result message containing a list of environment resource descriptions.</p>
|
|
2925
|
-
*/
|
|
2926
|
-
export interface EnvironmentResourceDescriptionsMessage {
|
|
2927
|
-
/**
|
|
2928
|
-
* <p> A list of <a>EnvironmentResourceDescription</a>. </p>
|
|
2929
|
-
*/
|
|
2930
|
-
EnvironmentResources?: EnvironmentResourceDescription;
|
|
2931
|
-
}
|
|
2932
|
-
export declare namespace EnvironmentResourceDescriptionsMessage {
|
|
2933
|
-
/**
|
|
2934
|
-
* @internal
|
|
2935
|
-
*/
|
|
2936
|
-
const filterSensitiveLog: (obj: EnvironmentResourceDescriptionsMessage) => any;
|
|
2937
|
-
}
|
|
2938
|
-
/**
|
|
2939
|
-
* <p>Request to describe one or more environments.</p>
|
|
2940
|
-
*/
|
|
2941
|
-
export interface DescribeEnvironmentsMessage {
|
|
2942
|
-
/**
|
|
2943
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
|
|
2944
|
-
* those that are associated with this application.</p>
|
|
2945
|
-
*/
|
|
2946
|
-
ApplicationName?: string;
|
|
2947
|
-
/**
|
|
2948
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
|
|
2949
|
-
* those that are associated with this application version.</p>
|
|
2950
|
-
*/
|
|
2951
|
-
VersionLabel?: string;
|
|
2952
|
-
/**
|
|
2953
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
|
|
2954
|
-
* those that have the specified IDs.</p>
|
|
2955
|
-
*/
|
|
2956
|
-
EnvironmentIds?: string[];
|
|
2957
|
-
/**
|
|
2958
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
|
|
2959
|
-
* those that have the specified names.</p>
|
|
2960
|
-
*/
|
|
2961
|
-
EnvironmentNames?: string[];
|
|
2962
|
-
/**
|
|
2963
|
-
* <p>Indicates whether to include deleted environments:</p>
|
|
2964
|
-
* <p>
|
|
2965
|
-
* <code>true</code>: Environments that have been deleted after
|
|
2966
|
-
* <code>IncludedDeletedBackTo</code> are displayed.</p>
|
|
2967
|
-
* <p>
|
|
2968
|
-
* <code>false</code>: Do not include deleted environments.</p>
|
|
2969
|
-
*/
|
|
2970
|
-
IncludeDeleted?: boolean;
|
|
2971
|
-
/**
|
|
2972
|
-
* <p> If specified when <code>IncludeDeleted</code> is set to <code>true</code>, then
|
|
2973
|
-
* environments deleted after this date are displayed. </p>
|
|
2974
|
-
*/
|
|
2975
|
-
IncludedDeletedBackTo?: Date;
|
|
2976
|
-
/**
|
|
2977
|
-
* <p>For a paginated request. Specify a maximum number of environments to include in
|
|
2978
|
-
* each response.</p>
|
|
2979
|
-
* <p>If no <code>MaxRecords</code> is specified, all available environments are
|
|
2980
|
-
* retrieved in a single response.</p>
|
|
2981
|
-
*/
|
|
2982
|
-
MaxRecords?: number;
|
|
2983
|
-
/**
|
|
2984
|
-
* <p>For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other
|
|
2985
|
-
* parameter values must be identical to the ones specified in the initial request.</p>
|
|
2986
|
-
* <p>If no <code>NextToken</code> is specified, the first page is retrieved.</p>
|
|
2987
|
-
*/
|
|
2988
|
-
NextToken?: string;
|
|
2989
|
-
}
|
|
2990
|
-
export declare namespace DescribeEnvironmentsMessage {
|
|
2991
|
-
/**
|
|
2992
|
-
* @internal
|
|
2993
|
-
*/
|
|
2994
|
-
const filterSensitiveLog: (obj: DescribeEnvironmentsMessage) => any;
|
|
2995
|
-
}
|
|
2996
|
-
export declare type EventSeverity = "DEBUG" | "ERROR" | "FATAL" | "INFO" | "TRACE" | "WARN";
|
|
2997
|
-
/**
|
|
2998
|
-
* <p>Request to retrieve a list of events for an environment.</p>
|
|
2999
|
-
*/
|
|
3000
|
-
export interface DescribeEventsMessage {
|
|
3001
|
-
/**
|
|
3002
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
|
|
3003
|
-
* those associated with this application.</p>
|
|
3004
|
-
*/
|
|
3005
|
-
ApplicationName?: string;
|
|
3006
|
-
/**
|
|
3007
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
|
|
3008
|
-
* associated with this application version.</p>
|
|
3009
|
-
*/
|
|
3010
|
-
VersionLabel?: string;
|
|
3011
|
-
/**
|
|
3012
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
|
|
3013
|
-
* are associated with this environment configuration.</p>
|
|
3014
|
-
*/
|
|
3015
|
-
TemplateName?: string;
|
|
3016
|
-
/**
|
|
3017
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
|
|
3018
|
-
* associated with this environment.</p>
|
|
3019
|
-
*/
|
|
3020
|
-
EnvironmentId?: string;
|
|
3021
|
-
/**
|
|
3022
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
|
|
3023
|
-
* associated with this environment.</p>
|
|
3024
|
-
*/
|
|
3025
|
-
EnvironmentName?: string;
|
|
3026
|
-
/**
|
|
3027
|
-
* <p>The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the
|
|
3028
|
-
* returned descriptions to those associated with this custom platform version.</p>
|
|
3029
|
-
*/
|
|
3030
|
-
PlatformArn?: string;
|
|
3031
|
-
/**
|
|
3032
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the described events to include only
|
|
3033
|
-
* those associated with this request ID.</p>
|
|
3034
|
-
*/
|
|
3035
|
-
RequestId?: string;
|
|
3036
|
-
/**
|
|
3037
|
-
* <p>If specified, limits the events returned from this call to include only those with the
|
|
3038
|
-
* specified severity or higher.</p>
|
|
3039
|
-
*/
|
|
3040
|
-
Severity?: EventSeverity | string;
|
|
3041
|
-
/**
|
|
3042
|
-
* <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
|
|
3043
|
-
* occur on or after this time.</p>
|
|
3044
|
-
*/
|
|
3045
|
-
StartTime?: Date;
|
|
3046
|
-
/**
|
|
3047
|
-
* <p> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
|
|
3048
|
-
* occur up to, but not including, the <code>EndTime</code>. </p>
|
|
3049
|
-
*/
|
|
3050
|
-
EndTime?: Date;
|
|
3051
|
-
/**
|
|
3052
|
-
* <p>Specifies the maximum number of events that can be returned, beginning with the most
|
|
3053
|
-
* recent event.</p>
|
|
3054
|
-
*/
|
|
3055
|
-
MaxRecords?: number;
|
|
3056
|
-
/**
|
|
3057
|
-
* <p>Pagination token. If specified, the events return the next batch of results.</p>
|
|
3058
|
-
*/
|
|
3059
|
-
NextToken?: string;
|
|
3060
|
-
}
|
|
3061
|
-
export declare namespace DescribeEventsMessage {
|
|
3062
|
-
/**
|
|
3063
|
-
* @internal
|
|
3064
|
-
*/
|
|
3065
|
-
const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
|
|
3066
|
-
}
|
|
3067
|
-
/**
|
|
3068
|
-
* <p>Describes an event.</p>
|
|
3069
|
-
*/
|
|
3070
|
-
export interface EventDescription {
|
|
3071
|
-
/**
|
|
3072
|
-
* <p>The date when the event occurred.</p>
|
|
3073
|
-
*/
|
|
3074
|
-
EventDate?: Date;
|
|
3075
|
-
/**
|
|
3076
|
-
* <p>The event message.</p>
|
|
3077
|
-
*/
|
|
3078
|
-
Message?: string;
|
|
3079
|
-
/**
|
|
3080
|
-
* <p>The application associated with the event.</p>
|
|
3081
|
-
*/
|
|
3082
|
-
ApplicationName?: string;
|
|
3083
|
-
/**
|
|
3084
|
-
* <p>The release label for the application version associated with this event.</p>
|
|
3085
|
-
*/
|
|
3086
|
-
VersionLabel?: string;
|
|
3087
|
-
/**
|
|
3088
|
-
* <p>The name of the configuration associated with this event.</p>
|
|
3089
|
-
*/
|
|
3090
|
-
TemplateName?: string;
|
|
3091
|
-
/**
|
|
3092
|
-
* <p>The name of the environment associated with this event.</p>
|
|
3093
|
-
*/
|
|
3094
|
-
EnvironmentName?: string;
|
|
3095
|
-
/**
|
|
3096
|
-
* <p>The ARN of the platform version.</p>
|
|
3097
|
-
*/
|
|
3098
|
-
PlatformArn?: string;
|
|
3099
|
-
/**
|
|
3100
|
-
* <p>The web service request ID for the activity of this event.</p>
|
|
3101
|
-
*/
|
|
3102
|
-
RequestId?: string;
|
|
3103
|
-
/**
|
|
3104
|
-
* <p>The severity level of this event.</p>
|
|
3105
|
-
*/
|
|
3106
|
-
Severity?: EventSeverity | string;
|
|
3107
|
-
}
|
|
3108
|
-
export declare namespace EventDescription {
|
|
3109
|
-
/**
|
|
3110
|
-
* @internal
|
|
3111
|
-
*/
|
|
3112
|
-
const filterSensitiveLog: (obj: EventDescription) => any;
|
|
3113
|
-
}
|
|
3114
|
-
/**
|
|
3115
|
-
* <p>Result message wrapping a list of event descriptions.</p>
|
|
3116
|
-
*/
|
|
3117
|
-
export interface EventDescriptionsMessage {
|
|
3118
|
-
/**
|
|
3119
|
-
* <p> A list of <a>EventDescription</a>. </p>
|
|
3120
|
-
*/
|
|
3121
|
-
Events?: EventDescription[];
|
|
3122
|
-
/**
|
|
3123
|
-
* <p> If returned, this indicates that there are more results to obtain. Use this token in
|
|
3124
|
-
* the next <a>DescribeEvents</a> call to get the next batch of events. </p>
|
|
3125
|
-
*/
|
|
3126
|
-
NextToken?: string;
|
|
3127
|
-
}
|
|
3128
|
-
export declare namespace EventDescriptionsMessage {
|
|
3129
|
-
/**
|
|
3130
|
-
* @internal
|
|
3131
|
-
*/
|
|
3132
|
-
const filterSensitiveLog: (obj: EventDescriptionsMessage) => any;
|
|
3133
|
-
}
|
|
3134
|
-
export declare enum InstancesHealthAttribute {
|
|
3135
|
-
All = "All",
|
|
3136
|
-
ApplicationMetrics = "ApplicationMetrics",
|
|
3137
|
-
AvailabilityZone = "AvailabilityZone",
|
|
3138
|
-
Causes = "Causes",
|
|
3139
|
-
Color = "Color",
|
|
3140
|
-
Deployment = "Deployment",
|
|
3141
|
-
HealthStatus = "HealthStatus",
|
|
3142
|
-
InstanceType = "InstanceType",
|
|
3143
|
-
LaunchedAt = "LaunchedAt",
|
|
3144
|
-
RefreshedAt = "RefreshedAt",
|
|
3145
|
-
System = "System"
|
|
3146
|
-
}
|
|
3147
|
-
/**
|
|
3148
|
-
* <p>Parameters for a call to <code>DescribeInstancesHealth</code>.</p>
|
|
3149
|
-
*/
|
|
3150
|
-
export interface DescribeInstancesHealthRequest {
|
|
3151
|
-
/**
|
|
3152
|
-
* <p>Specify the AWS Elastic Beanstalk environment by name.</p>
|
|
3153
|
-
*/
|
|
3154
|
-
EnvironmentName?: string;
|
|
3155
|
-
/**
|
|
3156
|
-
* <p>Specify the AWS Elastic Beanstalk environment by ID.</p>
|
|
3157
|
-
*/
|
|
3158
|
-
EnvironmentId?: string;
|
|
3159
|
-
/**
|
|
3160
|
-
* <p>Specifies the response elements you wish to receive. To retrieve all attributes, set to
|
|
3161
|
-
* <code>All</code>. If no attribute names are specified, returns a list of
|
|
3162
|
-
* instances.</p>
|
|
3163
|
-
*/
|
|
3164
|
-
AttributeNames?: (InstancesHealthAttribute | string)[];
|
|
3165
|
-
/**
|
|
3166
|
-
* <p>Specify the pagination token returned by a previous call.</p>
|
|
3167
|
-
*/
|
|
3168
|
-
NextToken?: string;
|
|
3169
|
-
}
|
|
3170
|
-
export declare namespace DescribeInstancesHealthRequest {
|
|
3171
|
-
/**
|
|
3172
|
-
* @internal
|
|
3173
|
-
*/
|
|
3174
|
-
const filterSensitiveLog: (obj: DescribeInstancesHealthRequest) => any;
|
|
3175
|
-
}
|
|
3176
|
-
/**
|
|
3177
|
-
* <p>Information about an application version deployment.</p>
|
|
3178
|
-
*/
|
|
3179
|
-
export interface Deployment {
|
|
3180
|
-
/**
|
|
3181
|
-
* <p>The version label of the application version in the deployment.</p>
|
|
3182
|
-
*/
|
|
3183
|
-
VersionLabel?: string;
|
|
3184
|
-
/**
|
|
3185
|
-
* <p>The ID of the deployment. This number increases by one each time that you deploy source
|
|
3186
|
-
* code or change instance configuration settings.</p>
|
|
3187
|
-
*/
|
|
3188
|
-
DeploymentId?: number;
|
|
3189
|
-
/**
|
|
3190
|
-
* <p>The status of the deployment:</p>
|
|
3191
|
-
* <ul>
|
|
3192
|
-
* <li>
|
|
3193
|
-
* <p>
|
|
3194
|
-
* <code>In Progress</code> : The deployment is in progress.</p>
|
|
3195
|
-
* </li>
|
|
3196
|
-
* <li>
|
|
3197
|
-
* <p>
|
|
3198
|
-
* <code>Deployed</code> : The deployment succeeded.</p>
|
|
3199
|
-
* </li>
|
|
3200
|
-
* <li>
|
|
3201
|
-
* <p>
|
|
3202
|
-
* <code>Failed</code> : The deployment failed.</p>
|
|
3203
|
-
* </li>
|
|
3204
|
-
* </ul>
|
|
3205
|
-
*/
|
|
3206
|
-
Status?: string;
|
|
3207
|
-
/**
|
|
3208
|
-
* <p>For in-progress deployments, the time that the deployment started.</p>
|
|
3209
|
-
* <p>For completed deployments, the time that the deployment ended.</p>
|
|
3210
|
-
*/
|
|
3211
|
-
DeploymentTime?: Date;
|
|
3212
|
-
}
|
|
3213
|
-
export declare namespace Deployment {
|
|
3214
|
-
/**
|
|
3215
|
-
* @internal
|
|
3216
|
-
*/
|
|
3217
|
-
const filterSensitiveLog: (obj: Deployment) => any;
|
|
3218
|
-
}
|
|
3219
|
-
/**
|
|
3220
|
-
* <p>CPU utilization metrics for an instance.</p>
|
|
3221
|
-
*/
|
|
3222
|
-
export interface CPUUtilization {
|
|
3223
|
-
/**
|
|
3224
|
-
* <p>Percentage of time that the CPU has spent in the <code>User</code> state over the last
|
|
3225
|
-
* 10 seconds.</p>
|
|
3226
|
-
*/
|
|
3227
|
-
User?: number;
|
|
3228
|
-
/**
|
|
3229
|
-
* <p>Available on Linux environments only.</p>
|
|
3230
|
-
* <p>Percentage of time that the CPU has spent in the <code>Nice</code> state over the last
|
|
3231
|
-
* 10 seconds.</p>
|
|
3232
|
-
*/
|
|
3233
|
-
Nice?: number;
|
|
3234
|
-
/**
|
|
3235
|
-
* <p>Available on Linux environments only.</p>
|
|
3236
|
-
* <p>Percentage of time that the CPU has spent in the <code>System</code> state over the
|
|
3237
|
-
* last 10 seconds.</p>
|
|
3238
|
-
*/
|
|
3239
|
-
System?: number;
|
|
3240
|
-
/**
|
|
3241
|
-
* <p>Percentage of time that the CPU has spent in the <code>Idle</code> state over the last
|
|
3242
|
-
* 10 seconds.</p>
|
|
3243
|
-
*/
|
|
3244
|
-
Idle?: number;
|
|
3245
|
-
/**
|
|
3246
|
-
* <p>Available on Linux environments only.</p>
|
|
3247
|
-
* <p>Percentage of time that the CPU has spent in the <code>I/O Wait</code> state over the
|
|
3248
|
-
* last 10 seconds.</p>
|
|
3249
|
-
*/
|
|
3250
|
-
IOWait?: number;
|
|
3251
|
-
/**
|
|
3252
|
-
* <p>Available on Linux environments only.</p>
|
|
3253
|
-
* <p>Percentage of time that the CPU has spent in the <code>IRQ</code> state over the last
|
|
3254
|
-
* 10 seconds.</p>
|
|
3255
|
-
*/
|
|
3256
|
-
IRQ?: number;
|
|
3257
|
-
/**
|
|
3258
|
-
* <p>Available on Linux environments only.</p>
|
|
3259
|
-
* <p>Percentage of time that the CPU has spent in the <code>SoftIRQ</code> state over the
|
|
3260
|
-
* last 10 seconds.</p>
|
|
3261
|
-
*/
|
|
3262
|
-
SoftIRQ?: number;
|
|
3263
|
-
/**
|
|
3264
|
-
* <p>Available on Windows environments only.</p>
|
|
3265
|
-
* <p>Percentage of time that the CPU has spent in the <code>Privileged</code> state over the
|
|
3266
|
-
* last 10 seconds.</p>
|
|
3267
|
-
*/
|
|
3268
|
-
Privileged?: number;
|
|
3269
|
-
}
|
|
3270
|
-
export declare namespace CPUUtilization {
|
|
3271
|
-
/**
|
|
3272
|
-
* @internal
|
|
3273
|
-
*/
|
|
3274
|
-
const filterSensitiveLog: (obj: CPUUtilization) => any;
|
|
3275
|
-
}
|
|
3276
|
-
/**
|
|
3277
|
-
* <p>CPU utilization and load average metrics for an Amazon EC2 instance.</p>
|
|
3278
|
-
*/
|
|
3279
|
-
export interface SystemStatus {
|
|
3280
|
-
/**
|
|
3281
|
-
* <p>CPU utilization metrics for the instance.</p>
|
|
3282
|
-
*/
|
|
3283
|
-
CPUUtilization?: CPUUtilization;
|
|
3284
|
-
/**
|
|
3285
|
-
* <p>Load average in the last 1-minute, 5-minute, and 15-minute periods.
|
|
3286
|
-
* For more information, see
|
|
3287
|
-
* <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-metrics.html#health-enhanced-metrics-os">Operating System Metrics</a>.</p>
|
|
3288
|
-
*/
|
|
3289
|
-
LoadAverage?: number[];
|
|
3290
|
-
}
|
|
3291
|
-
export declare namespace SystemStatus {
|
|
3292
|
-
/**
|
|
3293
|
-
* @internal
|
|
3294
|
-
*/
|
|
3295
|
-
const filterSensitiveLog: (obj: SystemStatus) => any;
|
|
3296
|
-
}
|
|
3297
|
-
/**
|
|
3298
|
-
* <p>Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk
|
|
3299
|
-
* environment.</p>
|
|
3300
|
-
*/
|
|
3301
|
-
export interface SingleInstanceHealth {
|
|
3302
|
-
/**
|
|
3303
|
-
* <p>The ID of the Amazon EC2 instance.</p>
|
|
3304
|
-
*/
|
|
3305
|
-
InstanceId?: string;
|
|
3306
|
-
/**
|
|
3307
|
-
* <p>Returns the health status of the specified instance. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health
|
|
3308
|
-
* Colors and Statuses</a>.</p>
|
|
3309
|
-
*/
|
|
3310
|
-
HealthStatus?: string;
|
|
3311
|
-
/**
|
|
3312
|
-
* <p>Represents the color indicator that gives you information about the health of the EC2
|
|
3313
|
-
* instance. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and
|
|
3314
|
-
* Statuses</a>.</p>
|
|
3315
|
-
*/
|
|
3316
|
-
Color?: string;
|
|
3317
|
-
/**
|
|
3318
|
-
* <p>Represents the causes, which provide more information about the current health
|
|
3319
|
-
* status.</p>
|
|
3320
|
-
*/
|
|
3321
|
-
Causes?: string[];
|
|
3322
|
-
/**
|
|
3323
|
-
* <p>The time at which the EC2 instance was launched.</p>
|
|
3324
|
-
*/
|
|
3325
|
-
LaunchedAt?: Date;
|
|
3326
|
-
/**
|
|
3327
|
-
* <p>Request metrics from your application.</p>
|
|
3328
|
-
*/
|
|
3329
|
-
ApplicationMetrics?: ApplicationMetrics;
|
|
3330
|
-
/**
|
|
3331
|
-
* <p>Operating system metrics from the instance.</p>
|
|
3332
|
-
*/
|
|
3333
|
-
System?: SystemStatus;
|
|
3334
|
-
/**
|
|
3335
|
-
* <p>Information about the most recent deployment to an instance.</p>
|
|
3336
|
-
*/
|
|
3337
|
-
Deployment?: Deployment;
|
|
3338
|
-
/**
|
|
3339
|
-
* <p>The availability zone in which the instance runs.</p>
|
|
3340
|
-
*/
|
|
3341
|
-
AvailabilityZone?: string;
|
|
3342
|
-
/**
|
|
3343
|
-
* <p>The instance's type.</p>
|
|
3344
|
-
*/
|
|
3345
|
-
InstanceType?: string;
|
|
3346
|
-
}
|
|
3347
|
-
export declare namespace SingleInstanceHealth {
|
|
3348
|
-
/**
|
|
3349
|
-
* @internal
|
|
3350
|
-
*/
|
|
3351
|
-
const filterSensitiveLog: (obj: SingleInstanceHealth) => any;
|
|
3352
|
-
}
|
|
3353
|
-
/**
|
|
3354
|
-
* <p>Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk
|
|
3355
|
-
* environment.</p>
|
|
3356
|
-
*/
|
|
3357
|
-
export interface DescribeInstancesHealthResult {
|
|
3358
|
-
/**
|
|
3359
|
-
* <p>Detailed health information about each instance.</p>
|
|
3360
|
-
* <p>The output differs slightly between Linux and Windows environments. There is a difference
|
|
3361
|
-
* in the members that are supported under the <code><CPUUtilization></code> type.</p>
|
|
3362
|
-
*/
|
|
3363
|
-
InstanceHealthList?: SingleInstanceHealth[];
|
|
3364
|
-
/**
|
|
3365
|
-
* <p>The date and time that the health information was retrieved.</p>
|
|
3366
|
-
*/
|
|
3367
|
-
RefreshedAt?: Date;
|
|
3368
|
-
/**
|
|
3369
|
-
* <p>Pagination token for the next page of results, if available.</p>
|
|
3370
|
-
*/
|
|
3371
|
-
NextToken?: string;
|
|
3372
|
-
}
|
|
3373
|
-
export declare namespace DescribeInstancesHealthResult {
|
|
3374
|
-
/**
|
|
3375
|
-
* @internal
|
|
3376
|
-
*/
|
|
3377
|
-
const filterSensitiveLog: (obj: DescribeInstancesHealthResult) => any;
|
|
3378
|
-
}
|
|
3379
|
-
export interface DescribePlatformVersionRequest {
|
|
3380
|
-
/**
|
|
3381
|
-
* <p>The ARN of the platform version.</p>
|
|
3382
|
-
*/
|
|
3383
|
-
PlatformArn?: string;
|
|
3384
|
-
}
|
|
3385
|
-
export declare namespace DescribePlatformVersionRequest {
|
|
3386
|
-
/**
|
|
3387
|
-
* @internal
|
|
3388
|
-
*/
|
|
3389
|
-
const filterSensitiveLog: (obj: DescribePlatformVersionRequest) => any;
|
|
3390
|
-
}
|
|
3391
|
-
/**
|
|
3392
|
-
* <p>A custom AMI available to platforms.</p>
|
|
3393
|
-
*/
|
|
3394
|
-
export interface CustomAmi {
|
|
3395
|
-
/**
|
|
3396
|
-
* <p>The type of virtualization used to create the custom AMI.</p>
|
|
3397
|
-
*/
|
|
3398
|
-
VirtualizationType?: string;
|
|
3399
|
-
/**
|
|
3400
|
-
* <p>THe ID of the image used to create the custom AMI.</p>
|
|
3401
|
-
*/
|
|
3402
|
-
ImageId?: string;
|
|
3403
|
-
}
|
|
3404
|
-
export declare namespace CustomAmi {
|
|
3405
|
-
/**
|
|
3406
|
-
* @internal
|
|
3407
|
-
*/
|
|
3408
|
-
const filterSensitiveLog: (obj: CustomAmi) => any;
|
|
3409
|
-
}
|
|
3410
|
-
/**
|
|
3411
|
-
* <p>A framework supported by the platform.</p>
|
|
3412
|
-
*/
|
|
3413
|
-
export interface PlatformFramework {
|
|
3414
|
-
/**
|
|
3415
|
-
* <p>The name of the framework.</p>
|
|
3416
|
-
*/
|
|
3417
|
-
Name?: string;
|
|
3418
|
-
/**
|
|
3419
|
-
* <p>The version of the framework.</p>
|
|
3420
|
-
*/
|
|
3421
|
-
Version?: string;
|
|
3422
|
-
}
|
|
3423
|
-
export declare namespace PlatformFramework {
|
|
3424
|
-
/**
|
|
3425
|
-
* @internal
|
|
3426
|
-
*/
|
|
3427
|
-
const filterSensitiveLog: (obj: PlatformFramework) => any;
|
|
3428
|
-
}
|
|
3429
|
-
/**
|
|
3430
|
-
* <p>A programming language supported by the platform.</p>
|
|
3431
|
-
*/
|
|
3432
|
-
export interface PlatformProgrammingLanguage {
|
|
3433
|
-
/**
|
|
3434
|
-
* <p>The name of the programming language.</p>
|
|
3435
|
-
*/
|
|
3436
|
-
Name?: string;
|
|
3437
|
-
/**
|
|
3438
|
-
* <p>The version of the programming language.</p>
|
|
3439
|
-
*/
|
|
3440
|
-
Version?: string;
|
|
3441
|
-
}
|
|
3442
|
-
export declare namespace PlatformProgrammingLanguage {
|
|
3443
|
-
/**
|
|
3444
|
-
* @internal
|
|
3445
|
-
*/
|
|
3446
|
-
const filterSensitiveLog: (obj: PlatformProgrammingLanguage) => any;
|
|
3447
|
-
}
|
|
3448
|
-
/**
|
|
3449
|
-
* <p>Detailed information about a platform version.</p>
|
|
3450
|
-
*/
|
|
3451
|
-
export interface PlatformDescription {
|
|
3452
|
-
/**
|
|
3453
|
-
* <p>The ARN of the platform version.</p>
|
|
3454
|
-
*/
|
|
3455
|
-
PlatformArn?: string;
|
|
3456
|
-
/**
|
|
3457
|
-
* <p>The AWS account ID of the person who created the platform version.</p>
|
|
3458
|
-
*/
|
|
3459
|
-
PlatformOwner?: string;
|
|
3460
|
-
/**
|
|
3461
|
-
* <p>The name of the platform version.</p>
|
|
3462
|
-
*/
|
|
3463
|
-
PlatformName?: string;
|
|
3464
|
-
/**
|
|
3465
|
-
* <p>The version of the platform version.</p>
|
|
3466
|
-
*/
|
|
3467
|
-
PlatformVersion?: string;
|
|
3468
|
-
/**
|
|
3469
|
-
* <p>The name of the solution stack used by the platform version.</p>
|
|
3470
|
-
*/
|
|
3471
|
-
SolutionStackName?: string;
|
|
3472
|
-
/**
|
|
3473
|
-
* <p>The status of the platform version.</p>
|
|
3474
|
-
*/
|
|
3475
|
-
PlatformStatus?: PlatformStatus | string;
|
|
3476
|
-
/**
|
|
3477
|
-
* <p>The date when the platform version was created.</p>
|
|
3478
|
-
*/
|
|
3479
|
-
DateCreated?: Date;
|
|
3480
|
-
/**
|
|
3481
|
-
* <p>The date when the platform version was last updated.</p>
|
|
3482
|
-
*/
|
|
3483
|
-
DateUpdated?: Date;
|
|
3484
|
-
/**
|
|
3485
|
-
* <p>The category of the platform version.</p>
|
|
3486
|
-
*/
|
|
3487
|
-
PlatformCategory?: string;
|
|
3488
|
-
/**
|
|
3489
|
-
* <p>The description of the platform version.</p>
|
|
3490
|
-
*/
|
|
3491
|
-
Description?: string;
|
|
3492
|
-
/**
|
|
3493
|
-
* <p>Information about the maintainer of the platform version.</p>
|
|
3494
|
-
*/
|
|
3495
|
-
Maintainer?: string;
|
|
3496
|
-
/**
|
|
3497
|
-
* <p>The operating system used by the platform version.</p>
|
|
3498
|
-
*/
|
|
3499
|
-
OperatingSystemName?: string;
|
|
3500
|
-
/**
|
|
3501
|
-
* <p>The version of the operating system used by the platform version.</p>
|
|
3502
|
-
*/
|
|
3503
|
-
OperatingSystemVersion?: string;
|
|
3504
|
-
/**
|
|
3505
|
-
* <p>The programming languages supported by the platform version.</p>
|
|
3506
|
-
*/
|
|
3507
|
-
ProgrammingLanguages?: PlatformProgrammingLanguage[];
|
|
3508
|
-
/**
|
|
3509
|
-
* <p>The frameworks supported by the platform version.</p>
|
|
3510
|
-
*/
|
|
3511
|
-
Frameworks?: PlatformFramework[];
|
|
3512
|
-
/**
|
|
3513
|
-
* <p>The custom AMIs supported by the platform version.</p>
|
|
3514
|
-
*/
|
|
3515
|
-
CustomAmiList?: CustomAmi[];
|
|
3516
|
-
/**
|
|
3517
|
-
* <p>The tiers supported by the platform version.</p>
|
|
3518
|
-
*/
|
|
3519
|
-
SupportedTierList?: string[];
|
|
3520
|
-
/**
|
|
3521
|
-
* <p>The additions supported by the platform version.</p>
|
|
3522
|
-
*/
|
|
3523
|
-
SupportedAddonList?: string[];
|
|
3524
|
-
/**
|
|
3525
|
-
* <p>The state of the platform version in its lifecycle.</p>
|
|
3526
|
-
* <p>Possible values: <code>Recommended</code> | <code>null</code>
|
|
3527
|
-
* </p>
|
|
3528
|
-
* <p>If a null value is returned, the platform version isn't the recommended one for its
|
|
3529
|
-
* branch. Each platform branch has a single recommended platform version, typically the most
|
|
3530
|
-
* recent one.</p>
|
|
3531
|
-
*/
|
|
3532
|
-
PlatformLifecycleState?: string;
|
|
3533
|
-
/**
|
|
3534
|
-
* <p>The platform branch to which the platform version belongs.</p>
|
|
3535
|
-
*/
|
|
3536
|
-
PlatformBranchName?: string;
|
|
3537
|
-
/**
|
|
3538
|
-
* <p>The state of the platform version's branch in its lifecycle.</p>
|
|
3539
|
-
* <p>Possible values: <code>Beta</code> | <code>Supported</code> | <code>Deprecated</code> |
|
|
3540
|
-
* <code>Retired</code>
|
|
3541
|
-
* </p>
|
|
3542
|
-
*/
|
|
3543
|
-
PlatformBranchLifecycleState?: string;
|
|
3544
|
-
}
|
|
3545
|
-
export declare namespace PlatformDescription {
|
|
3546
|
-
/**
|
|
3547
|
-
* @internal
|
|
3548
|
-
*/
|
|
3549
|
-
const filterSensitiveLog: (obj: PlatformDescription) => any;
|
|
3550
|
-
}
|
|
3551
|
-
export interface DescribePlatformVersionResult {
|
|
3552
|
-
/**
|
|
3553
|
-
* <p>Detailed information about the platform version.</p>
|
|
3554
|
-
*/
|
|
3555
|
-
PlatformDescription?: PlatformDescription;
|
|
3556
|
-
}
|
|
3557
|
-
export declare namespace DescribePlatformVersionResult {
|
|
3558
|
-
/**
|
|
3559
|
-
* @internal
|
|
3560
|
-
*/
|
|
3561
|
-
const filterSensitiveLog: (obj: DescribePlatformVersionResult) => any;
|
|
3562
|
-
}
|
|
3563
|
-
/**
|
|
3564
|
-
* <p>Request to disassociate the operations role from an environment.</p>
|
|
3565
|
-
*/
|
|
3566
|
-
export interface DisassociateEnvironmentOperationsRoleMessage {
|
|
3567
|
-
/**
|
|
3568
|
-
* <p>The name of the environment from which to disassociate the operations role.</p>
|
|
3569
|
-
*/
|
|
3570
|
-
EnvironmentName: string | undefined;
|
|
3571
|
-
}
|
|
3572
|
-
export declare namespace DisassociateEnvironmentOperationsRoleMessage {
|
|
3573
|
-
/**
|
|
3574
|
-
* @internal
|
|
3575
|
-
*/
|
|
3576
|
-
const filterSensitiveLog: (obj: DisassociateEnvironmentOperationsRoleMessage) => any;
|
|
3577
|
-
}
|
|
3578
|
-
/**
|
|
3579
|
-
* <p>A list of available AWS Elastic Beanstalk solution stacks.</p>
|
|
3580
|
-
*/
|
|
3581
|
-
export interface ListAvailableSolutionStacksResultMessage {
|
|
3582
|
-
/**
|
|
3583
|
-
* <p>A list of available solution stacks.</p>
|
|
3584
|
-
*/
|
|
3585
|
-
SolutionStacks?: string[];
|
|
3586
|
-
/**
|
|
3587
|
-
* <p> A list of available solution stacks and their <a>SolutionStackDescription</a>. </p>
|
|
3588
|
-
*/
|
|
3589
|
-
SolutionStackDetails?: SolutionStackDescription[];
|
|
3590
|
-
}
|
|
3591
|
-
export declare namespace ListAvailableSolutionStacksResultMessage {
|
|
3592
|
-
/**
|
|
3593
|
-
* @internal
|
|
3594
|
-
*/
|
|
3595
|
-
const filterSensitiveLog: (obj: ListAvailableSolutionStacksResultMessage) => any;
|
|
3596
|
-
}
|
|
3597
|
-
/**
|
|
3598
|
-
* <p>Describes criteria to restrict a list of results.</p>
|
|
3599
|
-
* <p>For operators that apply a single value to the attribute, the filter is evaluated as
|
|
3600
|
-
* follows: <code>Attribute Operator Values[1]</code>
|
|
3601
|
-
* </p>
|
|
3602
|
-
* <p>Some operators, e.g. <code>in</code>, can apply multiple values. In this case, the filter
|
|
3603
|
-
* is evaluated as a logical union (OR) of applications of the operator to the attribute with
|
|
3604
|
-
* each one of the values: <code>(Attribute Operator Values[1]) OR (Attribute Operator Values[2])
|
|
3605
|
-
* OR ...</code>
|
|
3606
|
-
* </p>
|
|
3607
|
-
* <p>The valid values for attributes of <code>SearchFilter</code> depend on the API action. For
|
|
3608
|
-
* valid values, see the reference page for the API action you're calling that takes a
|
|
3609
|
-
* <code>SearchFilter</code> parameter.</p>
|
|
3610
|
-
*/
|
|
3611
|
-
export interface SearchFilter {
|
|
3612
|
-
/**
|
|
3613
|
-
* <p>The result attribute to which the filter values are applied. Valid values vary by API
|
|
3614
|
-
* action.</p>
|
|
3615
|
-
*/
|
|
3616
|
-
Attribute?: string;
|
|
3617
|
-
/**
|
|
3618
|
-
* <p>The operator to apply to the <code>Attribute</code> with each of the <code>Values</code>.
|
|
3619
|
-
* Valid values vary by <code>Attribute</code>.</p>
|
|
3620
|
-
*/
|
|
3621
|
-
Operator?: string;
|
|
3622
|
-
/**
|
|
3623
|
-
* <p>The list of values applied to the <code>Attribute</code> and <code>Operator</code>
|
|
3624
|
-
* attributes. Number of values and valid values vary by <code>Attribute</code>.</p>
|
|
3625
|
-
*/
|
|
3626
|
-
Values?: string[];
|
|
3627
|
-
}
|
|
3628
|
-
export declare namespace SearchFilter {
|
|
3629
|
-
/**
|
|
3630
|
-
* @internal
|
|
3631
|
-
*/
|
|
3632
|
-
const filterSensitiveLog: (obj: SearchFilter) => any;
|
|
3633
|
-
}
|
|
3634
|
-
export interface ListPlatformBranchesRequest {
|
|
3635
|
-
/**
|
|
3636
|
-
* <p>Criteria for restricting the resulting list of platform branches. The filter is evaluated
|
|
3637
|
-
* as a logical conjunction (AND) of the separate <code>SearchFilter</code> terms.</p>
|
|
3638
|
-
* <p>The following list shows valid attribute values for each of the <code>SearchFilter</code>
|
|
3639
|
-
* terms. Most operators take a single value. The <code>in</code> and <code>not_in</code>
|
|
3640
|
-
* operators can take multiple values.</p>
|
|
3641
|
-
* <ul>
|
|
3642
|
-
* <li>
|
|
3643
|
-
* <p>
|
|
3644
|
-
* <code>Attribute = BranchName</code>:</p>
|
|
3645
|
-
* <ul>
|
|
3646
|
-
* <li>
|
|
3647
|
-
* <p>
|
|
3648
|
-
* <code>Operator</code>: <code>=</code> | <code>!=</code> | <code>begins_with</code>
|
|
3649
|
-
* | <code>ends_with</code> | <code>contains</code> | <code>in</code> |
|
|
3650
|
-
* <code>not_in</code>
|
|
3651
|
-
* </p>
|
|
3652
|
-
* </li>
|
|
3653
|
-
* </ul>
|
|
3654
|
-
* </li>
|
|
3655
|
-
* <li>
|
|
3656
|
-
* <p>
|
|
3657
|
-
* <code>Attribute = LifecycleState</code>:</p>
|
|
3658
|
-
* <ul>
|
|
3659
|
-
* <li>
|
|
3660
|
-
* <p>
|
|
3661
|
-
* <code>Operator</code>: <code>=</code> | <code>!=</code> | <code>in</code> |
|
|
3662
|
-
* <code>not_in</code>
|
|
3663
|
-
* </p>
|
|
3664
|
-
* </li>
|
|
3665
|
-
* <li>
|
|
3666
|
-
* <p>
|
|
3667
|
-
* <code>Values</code>: <code>beta</code> | <code>supported</code> |
|
|
3668
|
-
* <code>deprecated</code> | <code>retired</code>
|
|
3669
|
-
* </p>
|
|
3670
|
-
* </li>
|
|
3671
|
-
* </ul>
|
|
3672
|
-
* </li>
|
|
3673
|
-
* <li>
|
|
3674
|
-
* <p>
|
|
3675
|
-
* <code>Attribute = PlatformName</code>:</p>
|
|
3676
|
-
* <ul>
|
|
3677
|
-
* <li>
|
|
3678
|
-
* <p>
|
|
3679
|
-
* <code>Operator</code>: <code>=</code> | <code>!=</code> | <code>begins_with</code>
|
|
3680
|
-
* | <code>ends_with</code> | <code>contains</code> | <code>in</code> |
|
|
3681
|
-
* <code>not_in</code>
|
|
3682
|
-
* </p>
|
|
3683
|
-
* </li>
|
|
3684
|
-
* </ul>
|
|
3685
|
-
* </li>
|
|
3686
|
-
* <li>
|
|
3687
|
-
* <p>
|
|
3688
|
-
* <code>Attribute = TierType</code>:</p>
|
|
3689
|
-
* <ul>
|
|
3690
|
-
* <li>
|
|
3691
|
-
* <p>
|
|
3692
|
-
* <code>Operator</code>: <code>=</code> | <code>!=</code>
|
|
3693
|
-
* </p>
|
|
3694
|
-
* </li>
|
|
3695
|
-
* <li>
|
|
3696
|
-
* <p>
|
|
3697
|
-
* <code>Values</code>: <code>WebServer/Standard</code> | <code>Worker/SQS/HTTP</code>
|
|
3698
|
-
* </p>
|
|
3699
|
-
* </li>
|
|
3700
|
-
* </ul>
|
|
3701
|
-
* </li>
|
|
3702
|
-
* </ul>
|
|
3703
|
-
* <p>Array size: limited to 10 <code>SearchFilter</code> objects.</p>
|
|
3704
|
-
* <p>Within each <code>SearchFilter</code> item, the <code>Values</code> array is limited to 10
|
|
3705
|
-
* items.</p>
|
|
3706
|
-
*/
|
|
3707
|
-
Filters?: SearchFilter[];
|
|
3708
|
-
/**
|
|
3709
|
-
* <p>The maximum number of platform branch values returned in one call.</p>
|
|
3710
|
-
*/
|
|
3711
|
-
MaxRecords?: number;
|
|
3712
|
-
/**
|
|
3713
|
-
* <p>For a paginated request. Specify a token from a previous response page to retrieve the
|
|
3714
|
-
* next response page. All other parameter values must be identical to the ones specified in the
|
|
3715
|
-
* initial request.</p>
|
|
3716
|
-
* <p>If no <code>NextToken</code> is specified, the first page is retrieved.</p>
|
|
3717
|
-
*/
|
|
3718
|
-
NextToken?: string;
|
|
3719
|
-
}
|
|
3720
|
-
export declare namespace ListPlatformBranchesRequest {
|
|
3721
|
-
/**
|
|
3722
|
-
* @internal
|
|
3723
|
-
*/
|
|
3724
|
-
const filterSensitiveLog: (obj: ListPlatformBranchesRequest) => any;
|
|
3725
|
-
}
|
|
3726
|
-
/**
|
|
3727
|
-
* <p>Summary information about a platform branch.</p>
|
|
3728
|
-
*/
|
|
3729
|
-
export interface PlatformBranchSummary {
|
|
3730
|
-
/**
|
|
3731
|
-
* <p>The name of the platform to which this platform branch belongs.</p>
|
|
3732
|
-
*/
|
|
3733
|
-
PlatformName?: string;
|
|
3734
|
-
/**
|
|
3735
|
-
* <p>The name of the platform branch.</p>
|
|
3736
|
-
*/
|
|
3737
|
-
BranchName?: string;
|
|
3738
|
-
/**
|
|
3739
|
-
* <p>The support life cycle state of the platform branch.</p>
|
|
3740
|
-
* <p>Possible values: <code>beta</code> | <code>supported</code> | <code>deprecated</code> |
|
|
3741
|
-
* <code>retired</code>
|
|
3742
|
-
* </p>
|
|
3743
|
-
*/
|
|
3744
|
-
LifecycleState?: string;
|
|
3745
|
-
/**
|
|
3746
|
-
* <p>An ordinal number that designates the order in which platform branches have been added to
|
|
3747
|
-
* a platform. This can be helpful, for example, if your code calls the
|
|
3748
|
-
* <code>ListPlatformBranches</code> action and then displays a list of platform
|
|
3749
|
-
* branches.</p>
|
|
3750
|
-
* <p>A larger <code>BranchOrder</code> value designates a newer platform branch within the
|
|
3751
|
-
* platform.</p>
|
|
3752
|
-
*/
|
|
3753
|
-
BranchOrder?: number;
|
|
3754
|
-
/**
|
|
3755
|
-
* <p>The environment tiers that platform versions in this branch support.</p>
|
|
3756
|
-
* <p>Possible values: <code>WebServer/Standard</code> | <code>Worker/SQS/HTTP</code>
|
|
3757
|
-
* </p>
|
|
3758
|
-
*/
|
|
3759
|
-
SupportedTierList?: string[];
|
|
3760
|
-
}
|
|
3761
|
-
export declare namespace PlatformBranchSummary {
|
|
3762
|
-
/**
|
|
3763
|
-
* @internal
|
|
3764
|
-
*/
|
|
3765
|
-
const filterSensitiveLog: (obj: PlatformBranchSummary) => any;
|
|
3766
|
-
}
|
|
3767
|
-
export interface ListPlatformBranchesResult {
|
|
3768
|
-
/**
|
|
3769
|
-
* <p>Summary information about the platform branches.</p>
|
|
3770
|
-
*/
|
|
3771
|
-
PlatformBranchSummaryList?: PlatformBranchSummary[];
|
|
3772
|
-
/**
|
|
3773
|
-
* <p>In a paginated request, if this value isn't <code>null</code>, it's the token that you can
|
|
3774
|
-
* pass in a subsequent request to get the next response page.</p>
|
|
3775
|
-
*/
|
|
3776
|
-
NextToken?: string;
|
|
3777
|
-
}
|
|
3778
|
-
export declare namespace ListPlatformBranchesResult {
|
|
3779
|
-
/**
|
|
3780
|
-
* @internal
|
|
3781
|
-
*/
|
|
3782
|
-
const filterSensitiveLog: (obj: ListPlatformBranchesResult) => any;
|
|
3783
|
-
}
|
|
3784
|
-
/**
|
|
3785
|
-
* <p>Describes criteria to restrict the results when listing platform versions.</p>
|
|
3786
|
-
* <p>The filter is evaluated as follows: <code>Type Operator Values[1]</code>
|
|
3787
|
-
* </p>
|
|
3788
|
-
*/
|
|
3789
|
-
export interface PlatformFilter {
|
|
3790
|
-
/**
|
|
3791
|
-
* <p>The platform version attribute to which the filter values are applied.</p>
|
|
3792
|
-
* <p>Valid values: <code>PlatformName</code> | <code>PlatformVersion</code> |
|
|
3793
|
-
* <code>PlatformStatus</code> | <code>PlatformBranchName</code> |
|
|
3794
|
-
* <code>PlatformLifecycleState</code> | <code>PlatformOwner</code> |
|
|
3795
|
-
* <code>SupportedTier</code> | <code>SupportedAddon</code> |
|
|
3796
|
-
* <code>ProgrammingLanguageName</code> | <code>OperatingSystemName</code>
|
|
3797
|
-
* </p>
|
|
3798
|
-
*/
|
|
3799
|
-
Type?: string;
|
|
3800
|
-
/**
|
|
3801
|
-
* <p>The operator to apply to the <code>Type</code> with each of the
|
|
3802
|
-
* <code>Values</code>.</p>
|
|
3803
|
-
* <p>Valid values: <code>=</code> | <code>!=</code> |
|
|
3804
|
-
* <code><</code> | <code><=</code> |
|
|
3805
|
-
* <code>></code> | <code>>=</code> |
|
|
3806
|
-
* <code>contains</code> | <code>begins_with</code> | <code>ends_with</code>
|
|
3807
|
-
* </p>
|
|
3808
|
-
*/
|
|
3809
|
-
Operator?: string;
|
|
3810
|
-
/**
|
|
3811
|
-
* <p>The list of values applied to the filtering platform version attribute. Only one value is supported
|
|
3812
|
-
* for all current operators.</p>
|
|
3813
|
-
* <p>The following list shows valid filter values for some filter attributes.</p>
|
|
3814
|
-
* <ul>
|
|
3815
|
-
* <li>
|
|
3816
|
-
* <p>
|
|
3817
|
-
* <code>PlatformStatus</code>: <code>Creating</code> | <code>Failed</code> |
|
|
3818
|
-
* <code>Ready</code> | <code>Deleting</code> | <code>Deleted</code>
|
|
3819
|
-
* </p>
|
|
3820
|
-
* </li>
|
|
3821
|
-
* <li>
|
|
3822
|
-
* <p>
|
|
3823
|
-
* <code>PlatformLifecycleState</code>: <code>recommended</code>
|
|
3824
|
-
* </p>
|
|
3825
|
-
* </li>
|
|
3826
|
-
* <li>
|
|
3827
|
-
* <p>
|
|
3828
|
-
* <code>SupportedTier</code>: <code>WebServer/Standard</code> |
|
|
3829
|
-
* <code>Worker/SQS/HTTP</code>
|
|
3830
|
-
* </p>
|
|
3831
|
-
* </li>
|
|
3832
|
-
* <li>
|
|
3833
|
-
* <p>
|
|
3834
|
-
* <code>SupportedAddon</code>: <code>Log/S3</code> | <code>Monitoring/Healthd</code> |
|
|
3835
|
-
* <code>WorkerDaemon/SQSD</code>
|
|
3836
|
-
* </p>
|
|
3837
|
-
* </li>
|
|
3838
|
-
* </ul>
|
|
3839
|
-
*/
|
|
3840
|
-
Values?: string[];
|
|
3841
|
-
}
|
|
3842
|
-
export declare namespace PlatformFilter {
|
|
3843
|
-
/**
|
|
3844
|
-
* @internal
|
|
3845
|
-
*/
|
|
3846
|
-
const filterSensitiveLog: (obj: PlatformFilter) => any;
|
|
3847
|
-
}
|
|
3848
|
-
export interface ListPlatformVersionsRequest {
|
|
3849
|
-
/**
|
|
3850
|
-
* <p>Criteria for restricting the resulting list of platform versions. The filter is
|
|
3851
|
-
* interpreted as a logical conjunction (AND) of the separate <code>PlatformFilter</code>
|
|
3852
|
-
* terms.</p>
|
|
3853
|
-
*/
|
|
3854
|
-
Filters?: PlatformFilter[];
|
|
3855
|
-
/**
|
|
3856
|
-
* <p>The maximum number of platform version values returned in one call.</p>
|
|
3857
|
-
*/
|
|
3858
|
-
MaxRecords?: number;
|
|
3859
|
-
/**
|
|
3860
|
-
* <p>For a paginated request. Specify a token from a previous response page to retrieve the
|
|
3861
|
-
* next response page. All other parameter values must be identical to the ones specified in the
|
|
3862
|
-
* initial request.</p>
|
|
3863
|
-
* <p>If no <code>NextToken</code> is specified, the first page is retrieved.</p>
|
|
3864
|
-
*/
|
|
3865
|
-
NextToken?: string;
|
|
3866
|
-
}
|
|
3867
|
-
export declare namespace ListPlatformVersionsRequest {
|
|
3868
|
-
/**
|
|
3869
|
-
* @internal
|
|
3870
|
-
*/
|
|
3871
|
-
const filterSensitiveLog: (obj: ListPlatformVersionsRequest) => any;
|
|
3872
|
-
}
|
|
3873
|
-
export interface ListPlatformVersionsResult {
|
|
3874
|
-
/**
|
|
3875
|
-
* <p>Summary information about the platform versions.</p>
|
|
3876
|
-
*/
|
|
3877
|
-
PlatformSummaryList?: PlatformSummary[];
|
|
3878
|
-
/**
|
|
3879
|
-
* <p>In a paginated request, if this value isn't <code>null</code>, it's the token that you can
|
|
3880
|
-
* pass in a subsequent request to get the next response page.</p>
|
|
3881
|
-
*/
|
|
3882
|
-
NextToken?: string;
|
|
3883
|
-
}
|
|
3884
|
-
export declare namespace ListPlatformVersionsResult {
|
|
3885
|
-
/**
|
|
3886
|
-
* @internal
|
|
3887
|
-
*/
|
|
3888
|
-
const filterSensitiveLog: (obj: ListPlatformVersionsResult) => any;
|
|
3889
|
-
}
|
|
3890
|
-
export interface ListTagsForResourceMessage {
|
|
3891
|
-
/**
|
|
3892
|
-
* <p>The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.</p>
|
|
3893
|
-
* <p>Must be the ARN of an Elastic Beanstalk resource.</p>
|
|
3894
|
-
*/
|
|
3895
|
-
ResourceArn: string | undefined;
|
|
3896
|
-
}
|
|
3897
|
-
export declare namespace ListTagsForResourceMessage {
|
|
3898
|
-
/**
|
|
3899
|
-
* @internal
|
|
3900
|
-
*/
|
|
3901
|
-
const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
|
|
3902
|
-
}
|
|
3903
|
-
/**
|
|
3904
|
-
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN).</p>
|
|
3905
|
-
*/
|
|
3906
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
3907
|
-
name: "ResourceNotFoundException";
|
|
3908
|
-
$fault: "client";
|
|
3909
|
-
/**
|
|
3910
|
-
* <p>The exception error message.</p>
|
|
3911
|
-
*/
|
|
3912
|
-
message?: string;
|
|
3913
|
-
}
|
|
3914
|
-
export declare namespace ResourceNotFoundException {
|
|
3915
|
-
/**
|
|
3916
|
-
* @internal
|
|
3917
|
-
*/
|
|
3918
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
3919
|
-
}
|
|
3920
|
-
export interface ResourceTagsDescriptionMessage {
|
|
3921
|
-
/**
|
|
3922
|
-
* <p>The Amazon Resource Name (ARN) of the resource for which a tag list was requested.</p>
|
|
3923
|
-
*/
|
|
3924
|
-
ResourceArn?: string;
|
|
3925
|
-
/**
|
|
3926
|
-
* <p>A list of tag key-value pairs.</p>
|
|
3927
|
-
*/
|
|
3928
|
-
ResourceTags?: Tag[];
|
|
3929
|
-
}
|
|
3930
|
-
export declare namespace ResourceTagsDescriptionMessage {
|
|
3931
|
-
/**
|
|
3932
|
-
* @internal
|
|
3933
|
-
*/
|
|
3934
|
-
const filterSensitiveLog: (obj: ResourceTagsDescriptionMessage) => any;
|
|
3935
|
-
}
|
|
3936
|
-
/**
|
|
3937
|
-
* <p>The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.</p>
|
|
3938
|
-
*/
|
|
3939
|
-
export interface ResourceTypeNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
3940
|
-
name: "ResourceTypeNotSupportedException";
|
|
3941
|
-
$fault: "client";
|
|
3942
|
-
/**
|
|
3943
|
-
* <p>The exception error message.</p>
|
|
3944
|
-
*/
|
|
3945
|
-
message?: string;
|
|
3946
|
-
}
|
|
3947
|
-
export declare namespace ResourceTypeNotSupportedException {
|
|
3948
|
-
/**
|
|
3949
|
-
* @internal
|
|
3950
|
-
*/
|
|
3951
|
-
const filterSensitiveLog: (obj: ResourceTypeNotSupportedException) => any;
|
|
3952
|
-
}
|
|
3953
|
-
/**
|
|
3954
|
-
* <p></p>
|
|
3955
|
-
*/
|
|
3956
|
-
export interface RebuildEnvironmentMessage {
|
|
3957
|
-
/**
|
|
3958
|
-
* <p>The ID of the environment to rebuild.</p>
|
|
3959
|
-
* <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not
|
|
3960
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
3961
|
-
* </p>
|
|
3962
|
-
*/
|
|
3963
|
-
EnvironmentId?: string;
|
|
3964
|
-
/**
|
|
3965
|
-
* <p>The name of the environment to rebuild.</p>
|
|
3966
|
-
* <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
|
|
3967
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
3968
|
-
* </p>
|
|
3969
|
-
*/
|
|
3970
|
-
EnvironmentName?: string;
|
|
3971
|
-
}
|
|
3972
|
-
export declare namespace RebuildEnvironmentMessage {
|
|
3973
|
-
/**
|
|
3974
|
-
* @internal
|
|
3975
|
-
*/
|
|
3976
|
-
const filterSensitiveLog: (obj: RebuildEnvironmentMessage) => any;
|
|
3977
|
-
}
|
|
3978
|
-
export declare type EnvironmentInfoType = "bundle" | "tail";
|
|
3979
|
-
/**
|
|
3980
|
-
* <p>Request to retrieve logs from an environment and store them in your Elastic Beanstalk
|
|
3981
|
-
* storage bucket.</p>
|
|
3982
|
-
*/
|
|
3983
|
-
export interface RequestEnvironmentInfoMessage {
|
|
3984
|
-
/**
|
|
3985
|
-
* <p>The ID of the environment of the requested data.</p>
|
|
3986
|
-
* <p>If no such environment is found, <code>RequestEnvironmentInfo</code> returns an
|
|
3987
|
-
* <code>InvalidParameterValue</code> error. </p>
|
|
3988
|
-
* <p>Condition: You must specify either this or an EnvironmentName, or both. If you do not
|
|
3989
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
3990
|
-
* </p>
|
|
3991
|
-
*/
|
|
3992
|
-
EnvironmentId?: string;
|
|
3993
|
-
/**
|
|
3994
|
-
* <p>The name of the environment of the requested data.</p>
|
|
3995
|
-
* <p>If no such environment is found, <code>RequestEnvironmentInfo</code> returns an
|
|
3996
|
-
* <code>InvalidParameterValue</code> error. </p>
|
|
3997
|
-
* <p>Condition: You must specify either this or an EnvironmentId, or both. If you do not
|
|
3998
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
3999
|
-
* </p>
|
|
4000
|
-
*/
|
|
4001
|
-
EnvironmentName?: string;
|
|
4002
|
-
/**
|
|
4003
|
-
* <p>The type of information to request.</p>
|
|
4004
|
-
*/
|
|
4005
|
-
InfoType: EnvironmentInfoType | string | undefined;
|
|
4006
|
-
}
|
|
4007
|
-
export declare namespace RequestEnvironmentInfoMessage {
|
|
4008
|
-
/**
|
|
4009
|
-
* @internal
|
|
4010
|
-
*/
|
|
4011
|
-
const filterSensitiveLog: (obj: RequestEnvironmentInfoMessage) => any;
|
|
4012
|
-
}
|
|
4013
|
-
/**
|
|
4014
|
-
* <p></p>
|
|
4015
|
-
*/
|
|
4016
|
-
export interface RestartAppServerMessage {
|
|
4017
|
-
/**
|
|
4018
|
-
* <p>The ID of the environment to restart the server for.</p>
|
|
4019
|
-
* <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not
|
|
4020
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
4021
|
-
* </p>
|
|
4022
|
-
*/
|
|
4023
|
-
EnvironmentId?: string;
|
|
4024
|
-
/**
|
|
4025
|
-
* <p>The name of the environment to restart the server for.</p>
|
|
4026
|
-
* <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
|
|
4027
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
4028
|
-
* </p>
|
|
4029
|
-
*/
|
|
4030
|
-
EnvironmentName?: string;
|
|
4031
|
-
}
|
|
4032
|
-
export declare namespace RestartAppServerMessage {
|
|
4033
|
-
/**
|
|
4034
|
-
* @internal
|
|
4035
|
-
*/
|
|
4036
|
-
const filterSensitiveLog: (obj: RestartAppServerMessage) => any;
|
|
4037
|
-
}
|
|
4038
|
-
/**
|
|
4039
|
-
* <p>Request to download logs retrieved with <a>RequestEnvironmentInfo</a>.</p>
|
|
4040
|
-
*/
|
|
4041
|
-
export interface RetrieveEnvironmentInfoMessage {
|
|
4042
|
-
/**
|
|
4043
|
-
* <p>The ID of the data's environment.</p>
|
|
4044
|
-
* <p>If no such environment is found, returns an <code>InvalidParameterValue</code>
|
|
4045
|
-
* error.</p>
|
|
4046
|
-
* <p>Condition: You must specify either this or an EnvironmentName, or both. If you do not
|
|
4047
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
|
|
4048
|
-
* error.</p>
|
|
4049
|
-
*/
|
|
4050
|
-
EnvironmentId?: string;
|
|
4051
|
-
/**
|
|
4052
|
-
* <p>The name of the data's environment.</p>
|
|
4053
|
-
* <p> If no such environment is found, returns an <code>InvalidParameterValue</code> error. </p>
|
|
4054
|
-
* <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
|
|
4055
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
4056
|
-
* </p>
|
|
4057
|
-
*/
|
|
4058
|
-
EnvironmentName?: string;
|
|
4059
|
-
/**
|
|
4060
|
-
* <p>The type of information to retrieve.</p>
|
|
4061
|
-
*/
|
|
4062
|
-
InfoType: EnvironmentInfoType | string | undefined;
|
|
4063
|
-
}
|
|
4064
|
-
export declare namespace RetrieveEnvironmentInfoMessage {
|
|
4065
|
-
/**
|
|
4066
|
-
* @internal
|
|
4067
|
-
*/
|
|
4068
|
-
const filterSensitiveLog: (obj: RetrieveEnvironmentInfoMessage) => any;
|
|
4069
|
-
}
|
|
4070
|
-
/**
|
|
4071
|
-
* <p>The information retrieved from the Amazon EC2 instances.</p>
|
|
4072
|
-
*/
|
|
4073
|
-
export interface EnvironmentInfoDescription {
|
|
4074
|
-
/**
|
|
4075
|
-
* <p>The type of information retrieved.</p>
|
|
4076
|
-
*/
|
|
4077
|
-
InfoType?: EnvironmentInfoType | string;
|
|
4078
|
-
/**
|
|
4079
|
-
* <p>The Amazon EC2 Instance ID for this information.</p>
|
|
4080
|
-
*/
|
|
4081
|
-
Ec2InstanceId?: string;
|
|
4082
|
-
/**
|
|
4083
|
-
* <p>The time stamp when this information was retrieved.</p>
|
|
4084
|
-
*/
|
|
4085
|
-
SampleTimestamp?: Date;
|
|
4086
|
-
/**
|
|
4087
|
-
* <p>The retrieved information. Currently contains a presigned Amazon S3 URL. The files are
|
|
4088
|
-
* deleted after 15 minutes.</p>
|
|
4089
|
-
* <p>Anyone in possession of this URL can access the files before they are deleted. Make the
|
|
4090
|
-
* URL available only to trusted parties.</p>
|
|
4091
|
-
*/
|
|
4092
|
-
Message?: string;
|
|
4093
|
-
}
|
|
4094
|
-
export declare namespace EnvironmentInfoDescription {
|
|
4095
|
-
/**
|
|
4096
|
-
* @internal
|
|
4097
|
-
*/
|
|
4098
|
-
const filterSensitiveLog: (obj: EnvironmentInfoDescription) => any;
|
|
4099
|
-
}
|
|
4100
|
-
/**
|
|
4101
|
-
* <p>Result message containing a description of the requested environment info.</p>
|
|
4102
|
-
*/
|
|
4103
|
-
export interface RetrieveEnvironmentInfoResultMessage {
|
|
4104
|
-
/**
|
|
4105
|
-
* <p> The <a>EnvironmentInfoDescription</a> of the environment. </p>
|
|
4106
|
-
*/
|
|
4107
|
-
EnvironmentInfo?: EnvironmentInfoDescription[];
|
|
4108
|
-
}
|
|
4109
|
-
export declare namespace RetrieveEnvironmentInfoResultMessage {
|
|
4110
|
-
/**
|
|
4111
|
-
* @internal
|
|
4112
|
-
*/
|
|
4113
|
-
const filterSensitiveLog: (obj: RetrieveEnvironmentInfoResultMessage) => any;
|
|
4114
|
-
}
|
|
4115
|
-
/**
|
|
4116
|
-
* <p>Swaps the CNAMEs of two environments.</p>
|
|
4117
|
-
*/
|
|
4118
|
-
export interface SwapEnvironmentCNAMEsMessage {
|
|
4119
|
-
/**
|
|
4120
|
-
* <p>The ID of the source environment.</p>
|
|
4121
|
-
* <p> Condition: You must specify at least the <code>SourceEnvironmentID</code> or the
|
|
4122
|
-
* <code>SourceEnvironmentName</code>. You may also specify both. If you specify the
|
|
4123
|
-
* <code>SourceEnvironmentId</code>, you must specify the
|
|
4124
|
-
* <code>DestinationEnvironmentId</code>. </p>
|
|
4125
|
-
*/
|
|
4126
|
-
SourceEnvironmentId?: string;
|
|
4127
|
-
/**
|
|
4128
|
-
* <p>The name of the source environment.</p>
|
|
4129
|
-
* <p> Condition: You must specify at least the <code>SourceEnvironmentID</code> or the
|
|
4130
|
-
* <code>SourceEnvironmentName</code>. You may also specify both. If you specify the
|
|
4131
|
-
* <code>SourceEnvironmentName</code>, you must specify the
|
|
4132
|
-
* <code>DestinationEnvironmentName</code>. </p>
|
|
4133
|
-
*/
|
|
4134
|
-
SourceEnvironmentName?: string;
|
|
4135
|
-
/**
|
|
4136
|
-
* <p>The ID of the destination environment.</p>
|
|
4137
|
-
* <p> Condition: You must specify at least the <code>DestinationEnvironmentID</code> or the
|
|
4138
|
-
* <code>DestinationEnvironmentName</code>. You may also specify both. You must specify the
|
|
4139
|
-
* <code>SourceEnvironmentId</code> with the <code>DestinationEnvironmentId</code>. </p>
|
|
4140
|
-
*/
|
|
4141
|
-
DestinationEnvironmentId?: string;
|
|
4142
|
-
/**
|
|
4143
|
-
* <p>The name of the destination environment.</p>
|
|
4144
|
-
* <p> Condition: You must specify at least the <code>DestinationEnvironmentID</code> or the
|
|
4145
|
-
* <code>DestinationEnvironmentName</code>. You may also specify both. You must specify the
|
|
4146
|
-
* <code>SourceEnvironmentName</code> with the <code>DestinationEnvironmentName</code>.
|
|
4147
|
-
* </p>
|
|
4148
|
-
*/
|
|
4149
|
-
DestinationEnvironmentName?: string;
|
|
4150
|
-
}
|
|
4151
|
-
export declare namespace SwapEnvironmentCNAMEsMessage {
|
|
4152
|
-
/**
|
|
4153
|
-
* @internal
|
|
4154
|
-
*/
|
|
4155
|
-
const filterSensitiveLog: (obj: SwapEnvironmentCNAMEsMessage) => any;
|
|
4156
|
-
}
|
|
4157
|
-
/**
|
|
4158
|
-
* <p>Request to terminate an environment.</p>
|
|
4159
|
-
*/
|
|
4160
|
-
export interface TerminateEnvironmentMessage {
|
|
4161
|
-
/**
|
|
4162
|
-
* <p>The ID of the environment to terminate.</p>
|
|
4163
|
-
* <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not
|
|
4164
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
4165
|
-
* </p>
|
|
4166
|
-
*/
|
|
4167
|
-
EnvironmentId?: string;
|
|
4168
|
-
/**
|
|
4169
|
-
* <p>The name of the environment to terminate.</p>
|
|
4170
|
-
* <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
|
|
4171
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
4172
|
-
* </p>
|
|
4173
|
-
*/
|
|
4174
|
-
EnvironmentName?: string;
|
|
4175
|
-
/**
|
|
4176
|
-
* <p>Indicates whether the associated AWS resources should shut down when the environment is
|
|
4177
|
-
* terminated:</p>
|
|
4178
|
-
* <ul>
|
|
4179
|
-
* <li>
|
|
4180
|
-
* <p>
|
|
4181
|
-
* <code>true</code>: The specified environment as well as the associated AWS resources, such
|
|
4182
|
-
* as Auto Scaling group and LoadBalancer, are terminated.</p>
|
|
4183
|
-
* </li>
|
|
4184
|
-
* <li>
|
|
4185
|
-
* <p>
|
|
4186
|
-
* <code>false</code>: AWS Elastic Beanstalk resource management is removed from the
|
|
4187
|
-
* environment, but the AWS resources continue to operate.</p>
|
|
4188
|
-
* </li>
|
|
4189
|
-
* </ul>
|
|
4190
|
-
* <p> For more information, see the <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/ug/"> AWS Elastic Beanstalk User Guide. </a>
|
|
4191
|
-
* </p>
|
|
4192
|
-
* <p> Default: <code>true</code>
|
|
4193
|
-
* </p>
|
|
4194
|
-
* <p> Valid Values: <code>true</code> | <code>false</code>
|
|
4195
|
-
* </p>
|
|
4196
|
-
*/
|
|
4197
|
-
TerminateResources?: boolean;
|
|
4198
|
-
/**
|
|
4199
|
-
* <p>Terminates the target environment even if another environment in the same group is
|
|
4200
|
-
* dependent on it.</p>
|
|
4201
|
-
*/
|
|
4202
|
-
ForceTerminate?: boolean;
|
|
4203
|
-
}
|
|
4204
|
-
export declare namespace TerminateEnvironmentMessage {
|
|
4205
|
-
/**
|
|
4206
|
-
* @internal
|
|
4207
|
-
*/
|
|
4208
|
-
const filterSensitiveLog: (obj: TerminateEnvironmentMessage) => any;
|
|
4209
|
-
}
|
|
4210
|
-
/**
|
|
4211
|
-
* <p>Request to update an application.</p>
|
|
4212
|
-
*/
|
|
4213
|
-
export interface UpdateApplicationMessage {
|
|
4214
|
-
/**
|
|
4215
|
-
* <p>The name of the application to update. If no such application is found,
|
|
4216
|
-
* <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error.
|
|
4217
|
-
* </p>
|
|
4218
|
-
*/
|
|
4219
|
-
ApplicationName: string | undefined;
|
|
4220
|
-
/**
|
|
4221
|
-
* <p>A new description for the application.</p>
|
|
4222
|
-
* <p>Default: If not specified, AWS Elastic Beanstalk does not update the
|
|
4223
|
-
* description.</p>
|
|
4224
|
-
*/
|
|
4225
|
-
Description?: string;
|
|
4226
|
-
}
|
|
4227
|
-
export declare namespace UpdateApplicationMessage {
|
|
4228
|
-
/**
|
|
4229
|
-
* @internal
|
|
4230
|
-
*/
|
|
4231
|
-
const filterSensitiveLog: (obj: UpdateApplicationMessage) => any;
|
|
4232
|
-
}
|
|
4233
|
-
export interface UpdateApplicationResourceLifecycleMessage {
|
|
4234
|
-
/**
|
|
4235
|
-
* <p>The name of the application.</p>
|
|
4236
|
-
*/
|
|
4237
|
-
ApplicationName: string | undefined;
|
|
4238
|
-
/**
|
|
4239
|
-
* <p>The lifecycle configuration.</p>
|
|
4240
|
-
*/
|
|
4241
|
-
ResourceLifecycleConfig: ApplicationResourceLifecycleConfig | undefined;
|
|
4242
|
-
}
|
|
4243
|
-
export declare namespace UpdateApplicationResourceLifecycleMessage {
|
|
4244
|
-
/**
|
|
4245
|
-
* @internal
|
|
4246
|
-
*/
|
|
4247
|
-
const filterSensitiveLog: (obj: UpdateApplicationResourceLifecycleMessage) => any;
|
|
4248
|
-
}
|
|
4249
|
-
/**
|
|
4250
|
-
* <p></p>
|
|
4251
|
-
*/
|
|
4252
|
-
export interface UpdateApplicationVersionMessage {
|
|
4253
|
-
/**
|
|
4254
|
-
* <p>The name of the application associated with this version.</p>
|
|
4255
|
-
* <p> If no application is found with this name, <code>UpdateApplication</code> returns an
|
|
4256
|
-
* <code>InvalidParameterValue</code> error.</p>
|
|
4257
|
-
*/
|
|
4258
|
-
ApplicationName: string | undefined;
|
|
4259
|
-
/**
|
|
4260
|
-
* <p>The name of the version to update.</p>
|
|
4261
|
-
* <p>If no application version is found with this label, <code>UpdateApplication</code>
|
|
4262
|
-
* returns an <code>InvalidParameterValue</code> error. </p>
|
|
4263
|
-
*/
|
|
4264
|
-
VersionLabel: string | undefined;
|
|
4265
|
-
/**
|
|
4266
|
-
* <p>A new description for this version.</p>
|
|
4267
|
-
*/
|
|
4268
|
-
Description?: string;
|
|
4269
|
-
}
|
|
4270
|
-
export declare namespace UpdateApplicationVersionMessage {
|
|
4271
|
-
/**
|
|
4272
|
-
* @internal
|
|
4273
|
-
*/
|
|
4274
|
-
const filterSensitiveLog: (obj: UpdateApplicationVersionMessage) => any;
|
|
4275
|
-
}
|
|
4276
|
-
/**
|
|
4277
|
-
* <p>The result message containing the options for the specified solution stack.</p>
|
|
4278
|
-
*/
|
|
4279
|
-
export interface UpdateConfigurationTemplateMessage {
|
|
4280
|
-
/**
|
|
4281
|
-
* <p>The name of the application associated with the configuration template to
|
|
4282
|
-
* update.</p>
|
|
4283
|
-
* <p> If no application is found with this name, <code>UpdateConfigurationTemplate</code>
|
|
4284
|
-
* returns an <code>InvalidParameterValue</code> error. </p>
|
|
4285
|
-
*/
|
|
4286
|
-
ApplicationName: string | undefined;
|
|
4287
|
-
/**
|
|
4288
|
-
* <p>The name of the configuration template to update.</p>
|
|
4289
|
-
* <p> If no configuration template is found with this name,
|
|
4290
|
-
* <code>UpdateConfigurationTemplate</code> returns an <code>InvalidParameterValue</code>
|
|
4291
|
-
* error. </p>
|
|
4292
|
-
*/
|
|
4293
|
-
TemplateName: string | undefined;
|
|
4294
|
-
/**
|
|
4295
|
-
* <p>A new description for the configuration.</p>
|
|
4296
|
-
*/
|
|
4297
|
-
Description?: string;
|
|
4298
|
-
/**
|
|
4299
|
-
* <p>A list of configuration option settings to update with the new specified option
|
|
4300
|
-
* value.</p>
|
|
4301
|
-
*/
|
|
4302
|
-
OptionSettings?: ConfigurationOptionSetting[];
|
|
4303
|
-
/**
|
|
4304
|
-
* <p>A list of configuration options to remove from the configuration set.</p>
|
|
4305
|
-
* <p> Constraint: You can remove only <code>UserDefined</code> configuration options.
|
|
4306
|
-
* </p>
|
|
4307
|
-
*/
|
|
4308
|
-
OptionsToRemove?: OptionSpecification[];
|
|
4309
|
-
}
|
|
4310
|
-
export declare namespace UpdateConfigurationTemplateMessage {
|
|
4311
|
-
/**
|
|
4312
|
-
* @internal
|
|
4313
|
-
*/
|
|
4314
|
-
const filterSensitiveLog: (obj: UpdateConfigurationTemplateMessage) => any;
|
|
4315
|
-
}
|
|
4316
|
-
/**
|
|
4317
|
-
* <p>Request to update an environment.</p>
|
|
4318
|
-
*/
|
|
4319
|
-
export interface UpdateEnvironmentMessage {
|
|
4320
|
-
/**
|
|
4321
|
-
* <p>The name of the application with which the environment is associated.</p>
|
|
4322
|
-
*/
|
|
4323
|
-
ApplicationName?: string;
|
|
4324
|
-
/**
|
|
4325
|
-
* <p>The ID of the environment to update.</p>
|
|
4326
|
-
* <p>If no environment with this ID exists, AWS Elastic Beanstalk returns an
|
|
4327
|
-
* <code>InvalidParameterValue</code> error.</p>
|
|
4328
|
-
* <p>Condition: You must specify either this or an EnvironmentName, or both. If you do not
|
|
4329
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
4330
|
-
* </p>
|
|
4331
|
-
*/
|
|
4332
|
-
EnvironmentId?: string;
|
|
4333
|
-
/**
|
|
4334
|
-
* <p>The name of the environment to update. If no environment with this name exists, AWS
|
|
4335
|
-
* Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </p>
|
|
4336
|
-
* <p>Condition: You must specify either this or an EnvironmentId, or both. If you do not
|
|
4337
|
-
* specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
|
|
4338
|
-
* </p>
|
|
4339
|
-
*/
|
|
4340
|
-
EnvironmentName?: string;
|
|
4341
|
-
/**
|
|
4342
|
-
* <p>The name of the group to which the target environment belongs. Specify a group name
|
|
4343
|
-
* only if the environment's name is specified in an environment manifest and not with the
|
|
4344
|
-
* environment name or environment ID parameters. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment Manifest
|
|
4345
|
-
* (env.yaml)</a> for details.</p>
|
|
4346
|
-
*/
|
|
4347
|
-
GroupName?: string;
|
|
4348
|
-
/**
|
|
4349
|
-
* <p>If this parameter is specified, AWS Elastic Beanstalk updates the description of this
|
|
4350
|
-
* environment.</p>
|
|
4351
|
-
*/
|
|
4352
|
-
Description?: string;
|
|
4353
|
-
/**
|
|
4354
|
-
* <p>This specifies the tier to use to update the environment.</p>
|
|
4355
|
-
* <p>Condition: At this time, if you change the tier version, name, or type, AWS Elastic
|
|
4356
|
-
* Beanstalk returns <code>InvalidParameterValue</code> error. </p>
|
|
4357
|
-
*/
|
|
4358
|
-
Tier?: EnvironmentTier;
|
|
4359
|
-
/**
|
|
4360
|
-
* <p>If this parameter is specified, AWS Elastic Beanstalk deploys the named application
|
|
4361
|
-
* version to the environment. If no such application version is found, returns an
|
|
4362
|
-
* <code>InvalidParameterValue</code> error. </p>
|
|
4363
|
-
*/
|
|
4364
|
-
VersionLabel?: string;
|
|
4365
|
-
/**
|
|
4366
|
-
* <p>If this parameter is specified, AWS Elastic Beanstalk deploys this configuration
|
|
4367
|
-
* template to the environment. If no such configuration template is found, AWS Elastic Beanstalk
|
|
4368
|
-
* returns an <code>InvalidParameterValue</code> error. </p>
|
|
4369
|
-
*/
|
|
4370
|
-
TemplateName?: string;
|
|
4371
|
-
/**
|
|
4372
|
-
* <p>This specifies the platform version that the environment will run after the environment
|
|
4373
|
-
* is updated.</p>
|
|
4374
|
-
*/
|
|
4375
|
-
SolutionStackName?: string;
|
|
4376
|
-
/**
|
|
4377
|
-
* <p>The ARN of the platform, if used.</p>
|
|
4378
|
-
*/
|
|
4379
|
-
PlatformArn?: string;
|
|
4380
|
-
/**
|
|
4381
|
-
* <p>If specified, AWS Elastic Beanstalk updates the configuration set associated with the
|
|
4382
|
-
* running environment and sets the specified configuration options to the requested
|
|
4383
|
-
* value.</p>
|
|
4384
|
-
*/
|
|
4385
|
-
OptionSettings?: ConfigurationOptionSetting[];
|
|
4386
|
-
/**
|
|
4387
|
-
* <p>A list of custom user-defined configuration options to remove from the configuration
|
|
4388
|
-
* set for this environment.</p>
|
|
4389
|
-
*/
|
|
4390
|
-
OptionsToRemove?: OptionSpecification[];
|
|
4391
|
-
}
|
|
4392
|
-
export declare namespace UpdateEnvironmentMessage {
|
|
4393
|
-
/**
|
|
4394
|
-
* @internal
|
|
4395
|
-
*/
|
|
4396
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentMessage) => any;
|
|
4397
|
-
}
|
|
4398
|
-
/**
|
|
4399
|
-
* <p>The number of tags in the resource would exceed the number of tags that each resource
|
|
4400
|
-
* can have.</p>
|
|
4401
|
-
* <p>To calculate this, the operation considers both the number of tags the resource already has
|
|
4402
|
-
* and the tags this operation would add if it succeeded.</p>
|
|
4403
|
-
*/
|
|
4404
|
-
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
4405
|
-
name: "TooManyTagsException";
|
|
4406
|
-
$fault: "client";
|
|
4407
|
-
/**
|
|
4408
|
-
* <p>The exception error message.</p>
|
|
4409
|
-
*/
|
|
4410
|
-
message?: string;
|
|
4411
|
-
}
|
|
4412
|
-
export declare namespace TooManyTagsException {
|
|
4413
|
-
/**
|
|
4414
|
-
* @internal
|
|
4415
|
-
*/
|
|
4416
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
4417
|
-
}
|
|
4418
|
-
export interface UpdateTagsForResourceMessage {
|
|
4419
|
-
/**
|
|
4420
|
-
* <p>The Amazon Resource Name (ARN) of the resouce to be updated.</p>
|
|
4421
|
-
* <p>Must be the ARN of an Elastic Beanstalk resource.</p>
|
|
4422
|
-
*/
|
|
4423
|
-
ResourceArn: string | undefined;
|
|
4424
|
-
/**
|
|
4425
|
-
* <p>A list of tags to add or update. If a key of an existing tag is added, the tag's value is
|
|
4426
|
-
* updated.</p>
|
|
4427
|
-
* <p>Specify at least one of these parameters: <code>TagsToAdd</code>,
|
|
4428
|
-
* <code>TagsToRemove</code>.</p>
|
|
4429
|
-
*/
|
|
4430
|
-
TagsToAdd?: Tag[];
|
|
4431
|
-
/**
|
|
4432
|
-
* <p>A list of tag keys to remove. If a tag key doesn't exist, it is silently ignored.</p>
|
|
4433
|
-
* <p>Specify at least one of these parameters: <code>TagsToAdd</code>,
|
|
4434
|
-
* <code>TagsToRemove</code>.</p>
|
|
4435
|
-
*/
|
|
4436
|
-
TagsToRemove?: string[];
|
|
4437
|
-
}
|
|
4438
|
-
export declare namespace UpdateTagsForResourceMessage {
|
|
4439
|
-
/**
|
|
4440
|
-
* @internal
|
|
4441
|
-
*/
|
|
4442
|
-
const filterSensitiveLog: (obj: UpdateTagsForResourceMessage) => any;
|
|
4443
|
-
}
|
|
4444
|
-
export declare type ValidationSeverity = "error" | "warning";
|
|
4445
|
-
/**
|
|
4446
|
-
* <p>An error or warning for a desired configuration option value.</p>
|
|
4447
|
-
*/
|
|
4448
|
-
export interface ValidationMessage {
|
|
4449
|
-
/**
|
|
4450
|
-
* <p>A message describing the error or warning.</p>
|
|
4451
|
-
*/
|
|
4452
|
-
Message?: string;
|
|
4453
|
-
/**
|
|
4454
|
-
* <p>An indication of the severity of this message:</p>
|
|
4455
|
-
* <ul>
|
|
4456
|
-
* <li>
|
|
4457
|
-
* <p>
|
|
4458
|
-
* <code>error</code>: This message indicates that this is not a valid setting for an
|
|
4459
|
-
* option.</p>
|
|
4460
|
-
* </li>
|
|
4461
|
-
* <li>
|
|
4462
|
-
* <p>
|
|
4463
|
-
* <code>warning</code>: This message is providing information you should take into
|
|
4464
|
-
* account.</p>
|
|
4465
|
-
* </li>
|
|
4466
|
-
* </ul>
|
|
4467
|
-
*/
|
|
4468
|
-
Severity?: ValidationSeverity | string;
|
|
4469
|
-
/**
|
|
4470
|
-
* <p>The namespace to which the option belongs.</p>
|
|
4471
|
-
*/
|
|
4472
|
-
Namespace?: string;
|
|
4473
|
-
/**
|
|
4474
|
-
* <p>The name of the option.</p>
|
|
4475
|
-
*/
|
|
4476
|
-
OptionName?: string;
|
|
4477
|
-
}
|
|
4478
|
-
export declare namespace ValidationMessage {
|
|
4479
|
-
/**
|
|
4480
|
-
* @internal
|
|
4481
|
-
*/
|
|
4482
|
-
const filterSensitiveLog: (obj: ValidationMessage) => any;
|
|
4483
|
-
}
|
|
4484
|
-
/**
|
|
4485
|
-
* <p>Provides a list of validation messages.</p>
|
|
4486
|
-
*/
|
|
4487
|
-
export interface ConfigurationSettingsValidationMessages {
|
|
4488
|
-
/**
|
|
4489
|
-
* <p> A list of <a>ValidationMessage</a>. </p>
|
|
4490
|
-
*/
|
|
4491
|
-
Messages?: ValidationMessage[];
|
|
4492
|
-
}
|
|
4493
|
-
export declare namespace ConfigurationSettingsValidationMessages {
|
|
4494
|
-
/**
|
|
4495
|
-
* @internal
|
|
4496
|
-
*/
|
|
4497
|
-
const filterSensitiveLog: (obj: ConfigurationSettingsValidationMessages) => any;
|
|
4498
|
-
}
|
|
4499
|
-
/**
|
|
4500
|
-
* <p>A list of validation messages for a specified configuration template.</p>
|
|
4501
|
-
*/
|
|
4502
|
-
export interface ValidateConfigurationSettingsMessage {
|
|
4503
|
-
/**
|
|
4504
|
-
* <p>The name of the application that the configuration template or environment belongs
|
|
4505
|
-
* to.</p>
|
|
4506
|
-
*/
|
|
4507
|
-
ApplicationName: string | undefined;
|
|
4508
|
-
/**
|
|
4509
|
-
* <p>The name of the configuration template to validate the settings against.</p>
|
|
4510
|
-
* <p>Condition: You cannot specify both this and an environment name.</p>
|
|
4511
|
-
*/
|
|
4512
|
-
TemplateName?: string;
|
|
4513
|
-
/**
|
|
4514
|
-
* <p>The name of the environment to validate the settings against.</p>
|
|
4515
|
-
* <p>Condition: You cannot specify both this and a configuration template name.</p>
|
|
4516
|
-
*/
|
|
4517
|
-
EnvironmentName?: string;
|
|
4518
|
-
/**
|
|
4519
|
-
* <p>A list of the options and desired values to evaluate.</p>
|
|
4520
|
-
*/
|
|
4521
|
-
OptionSettings: ConfigurationOptionSetting[] | undefined;
|
|
4522
|
-
}
|
|
4523
|
-
export declare namespace ValidateConfigurationSettingsMessage {
|
|
4524
|
-
/**
|
|
4525
|
-
* @internal
|
|
4526
|
-
*/
|
|
4527
|
-
const filterSensitiveLog: (obj: ValidateConfigurationSettingsMessage) => any;
|
|
4528
|
-
}
|