@aws-sdk/client-elastic-beanstalk 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/ElasticBeanstalk.js +2 -20
- package/dist-cjs/ElasticBeanstalkClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AbortEnvironmentUpdateCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ApplyEnvironmentManagedActionCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CheckDNSAvailabilityCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ComposeEnvironmentsCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -28
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreatePlatformVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateStorageLocationCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationVersionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationTemplateCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentConfigurationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeletePlatformVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAccountAttributesCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeApplicationVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeApplicationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeConfigurationOptionsCommand.js +2 -30
- package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentHealthCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentResourcesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DescribeInstancesHealthCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribePlatformVersionCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListAvailableSolutionStacksCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListPlatformBranchesCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListPlatformVersionsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/RebuildEnvironmentCommand.js +2 -28
- package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RestartAppServerCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/RetrieveEnvironmentInfoCommand.js +2 -36
- package/{dist/cjs → dist-cjs}/commands/SwapEnvironmentCNAMEsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TerminateEnvironmentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationVersionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationTemplateCommand.js +2 -40
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/UpdateTagsForResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ValidateConfigurationSettingsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -436
- package/{dist/cjs → dist-cjs}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPlatformBranchesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPlatformVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +112 -115
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentExists.js +10 -20
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentTerminated.js +10 -20
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentUpdated.js +10 -20
- package/{dist/es → dist-es}/ElasticBeanstalk.js +2 -3
- package/{dist/es → dist-es}/ElasticBeanstalkClient.js +1 -2
- package/{dist/es → dist-es}/commands/AbortEnvironmentUpdateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ApplyEnvironmentManagedActionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CheckDNSAvailabilityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ComposeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreatePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateStorageLocationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEnvironmentConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAccountAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeApplicationVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeApplicationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationOptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentResourcesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEventsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeInstancesHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAvailableSolutionStacksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPlatformBranchesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPlatformVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RebuildEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RequestEnvironmentInfoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RestartAppServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RetrieveEnvironmentInfoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SwapEnvironmentCNAMEsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TerminateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ValidateConfigurationSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/DescribeEventsPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListPlatformBranchesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPlatformVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_query.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentExists.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentTerminated.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentUpdated.js +1 -2
- package/{dist/types → dist-types}/ElasticBeanstalk.d.ts +3 -3
- package/{dist/types → dist-types}/ElasticBeanstalkClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/AbortEnvironmentUpdateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckDNSAvailabilityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ComposeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateStorageLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccountAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApplicationVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationOptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeInstancesHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAvailableSolutionStacksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlatformBranchesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlatformVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RebuildEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RequestEnvironmentInfoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RestartAppServerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TerminateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ValidateConfigurationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_query.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ElasticBeanstalk.d.ts +51 -357
- package/{dist/types → dist-types}/ts3.4/ElasticBeanstalkClient.d.ts +33 -112
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreatePlatformVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2081 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentExists.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +4 -11
- package/{dist/types → dist-types}/waiters/waitForEnvironmentExists.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForEnvironmentTerminated.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForEnvironmentUpdated.d.ts +2 -2
- package/package.json +46 -43
- package/ElasticBeanstalk.ts +0 -1960
- package/ElasticBeanstalkClient.ts +0 -507
- package/commands/AbortEnvironmentUpdateCommand.ts +0 -95
- package/commands/ApplyEnvironmentManagedActionCommand.ts +0 -101
- package/commands/AssociateEnvironmentOperationsRoleCommand.ts +0 -103
- package/commands/CheckDNSAvailabilityCommand.ts +0 -94
- package/commands/ComposeEnvironmentsCommand.ts +0 -99
- package/commands/CreateApplicationCommand.ts +0 -95
- package/commands/CreateApplicationVersionCommand.ts +0 -110
- package/commands/CreateConfigurationTemplateCommand.ts +0 -120
- package/commands/CreateEnvironmentCommand.ts +0 -95
- package/commands/CreatePlatformVersionCommand.ts +0 -94
- package/commands/CreateStorageLocationCommand.ts +0 -98
- package/commands/DeleteApplicationCommand.ts +0 -99
- package/commands/DeleteApplicationVersionCommand.ts +0 -98
- package/commands/DeleteConfigurationTemplateCommand.ts +0 -102
- package/commands/DeleteEnvironmentConfigurationCommand.ts +0 -105
- package/commands/DeletePlatformVersionCommand.ts +0 -94
- package/commands/DescribeAccountAttributesCommand.ts +0 -99
- package/commands/DescribeApplicationVersionsCommand.ts +0 -99
- package/commands/DescribeApplicationsCommand.ts +0 -94
- package/commands/DescribeConfigurationOptionsCommand.ts +0 -100
- package/commands/DescribeConfigurationSettingsCommand.ts +0 -113
- package/commands/DescribeEnvironmentHealthCommand.ts +0 -99
- package/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +0 -109
- package/commands/DescribeEnvironmentManagedActionsCommand.ts +0 -102
- package/commands/DescribeEnvironmentResourcesCommand.ts +0 -99
- package/commands/DescribeEnvironmentsCommand.ts +0 -94
- package/commands/DescribeEventsCommand.ts +0 -98
- package/commands/DescribeInstancesHealthCommand.ts +0 -96
- package/commands/DescribePlatformVersionCommand.ts +0 -97
- package/commands/DisassociateEnvironmentOperationsRoleCommand.ts +0 -104
- package/commands/ListAvailableSolutionStacksCommand.ts +0 -100
- package/commands/ListPlatformBranchesCommand.ts +0 -97
- package/commands/ListPlatformVersionsCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -97
- package/commands/RebuildEnvironmentCommand.ts +0 -95
- package/commands/RequestEnvironmentInfoCommand.ts +0 -109
- package/commands/RestartAppServerCommand.ts +0 -95
- package/commands/RetrieveEnvironmentInfoCommand.ts +0 -103
- package/commands/SwapEnvironmentCNAMEsCommand.ts +0 -94
- package/commands/TerminateEnvironmentCommand.ts +0 -94
- package/commands/UpdateApplicationCommand.ts +0 -98
- package/commands/UpdateApplicationResourceLifecycleCommand.ts +0 -105
- package/commands/UpdateApplicationVersionCommand.ts +0 -98
- package/commands/UpdateConfigurationTemplateCommand.ts +0 -110
- package/commands/UpdateEnvironmentCommand.ts +0 -102
- package/commands/UpdateTagsForResourceCommand.ts +0 -113
- package/commands/ValidateConfigurationSettingsCommand.ts +0 -102
- package/dist/cjs/ElasticBeanstalk.js.map +0 -1
- package/dist/cjs/ElasticBeanstalkClient.js +0 -58
- package/dist/cjs/ElasticBeanstalkClient.js.map +0 -1
- package/dist/cjs/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
- package/dist/cjs/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/cjs/commands/CheckDNSAvailabilityCommand.js.map +0 -1
- package/dist/cjs/commands/ComposeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationVersionCommand.js +0 -77
- package/dist/cjs/commands/CreateApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationTemplateCommand.js +0 -84
- package/dist/cjs/commands/CreateConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStorageLocationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicationVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js +0 -75
- package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstancesHealthCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlatformBranchesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlatformVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RebuildEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/RequestEnvironmentInfoCommand.js +0 -76
- package/dist/cjs/commands/RequestEnvironmentInfoCommand.js.map +0 -1
- package/dist/cjs/commands/RestartAppServerCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
- package/dist/cjs/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentCommand.js +0 -69
- package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTagsForResourceCommand.js +0 -80
- package/dist/cjs/commands/UpdateTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListPlatformBranchesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPlatformVersionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentExists.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentTerminated.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentUpdated.js.map +0 -1
- package/dist/es/ElasticBeanstalk.js.map +0 -1
- package/dist/es/ElasticBeanstalkClient.js.map +0 -1
- package/dist/es/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
- package/dist/es/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
- package/dist/es/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/es/commands/CheckDNSAvailabilityCommand.js.map +0 -1
- package/dist/es/commands/ComposeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/CreatePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateStorageLocationCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicationVersionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstancesHealthCommand.js.map +0 -1
- package/dist/es/commands/DescribePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
- package/dist/es/commands/ListPlatformBranchesCommand.js.map +0 -1
- package/dist/es/commands/ListPlatformVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RebuildEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/RequestEnvironmentInfoCommand.js.map +0 -1
- package/dist/es/commands/RestartAppServerCommand.js.map +0 -1
- package/dist/es/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
- package/dist/es/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
- package/dist/es/commands/TerminateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -59
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListPlatformBranchesPaginator.js.map +0 -1
- package/dist/es/pagination/ListPlatformVersionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentExists.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentTerminated.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentUpdated.js.map +0 -1
- package/dist/types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStorageLocationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/RestartAppServerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4528
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5505
- package/pagination/DescribeEnvironmentManagedActionHistoryPaginator.ts +0 -58
- package/pagination/DescribeEventsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListPlatformBranchesPaginator.ts +0 -58
- package/pagination/ListPlatformVersionsPaginator.ts +0 -58
- package/protocols/Aws_query.ts +0 -8240
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForEnvironmentExists.ts +0 -73
- package/waiters/waitForEnvironmentTerminated.ts +0 -73
- package/waiters/waitForEnvironmentUpdated.ts +0 -73
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
34
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
35
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
47
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
7
54
|
|
|
8
55
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ElasticBeanstalk = void 0;
|
|
4
|
-
const ElasticBeanstalkClient_1 = require("./ElasticBeanstalkClient");
|
|
5
4
|
const AbortEnvironmentUpdateCommand_1 = require("./commands/AbortEnvironmentUpdateCommand");
|
|
6
5
|
const ApplyEnvironmentManagedActionCommand_1 = require("./commands/ApplyEnvironmentManagedActionCommand");
|
|
7
6
|
const AssociateEnvironmentOperationsRoleCommand_1 = require("./commands/AssociateEnvironmentOperationsRoleCommand");
|
|
@@ -19,8 +18,8 @@ const DeleteConfigurationTemplateCommand_1 = require("./commands/DeleteConfigura
|
|
|
19
18
|
const DeleteEnvironmentConfigurationCommand_1 = require("./commands/DeleteEnvironmentConfigurationCommand");
|
|
20
19
|
const DeletePlatformVersionCommand_1 = require("./commands/DeletePlatformVersionCommand");
|
|
21
20
|
const DescribeAccountAttributesCommand_1 = require("./commands/DescribeAccountAttributesCommand");
|
|
22
|
-
const DescribeApplicationVersionsCommand_1 = require("./commands/DescribeApplicationVersionsCommand");
|
|
23
21
|
const DescribeApplicationsCommand_1 = require("./commands/DescribeApplicationsCommand");
|
|
22
|
+
const DescribeApplicationVersionsCommand_1 = require("./commands/DescribeApplicationVersionsCommand");
|
|
24
23
|
const DescribeConfigurationOptionsCommand_1 = require("./commands/DescribeConfigurationOptionsCommand");
|
|
25
24
|
const DescribeConfigurationSettingsCommand_1 = require("./commands/DescribeConfigurationSettingsCommand");
|
|
26
25
|
const DescribeEnvironmentHealthCommand_1 = require("./commands/DescribeEnvironmentHealthCommand");
|
|
@@ -49,23 +48,7 @@ const UpdateConfigurationTemplateCommand_1 = require("./commands/UpdateConfigura
|
|
|
49
48
|
const UpdateEnvironmentCommand_1 = require("./commands/UpdateEnvironmentCommand");
|
|
50
49
|
const UpdateTagsForResourceCommand_1 = require("./commands/UpdateTagsForResourceCommand");
|
|
51
50
|
const ValidateConfigurationSettingsCommand_1 = require("./commands/ValidateConfigurationSettingsCommand");
|
|
52
|
-
|
|
53
|
-
* <fullname>AWS Elastic Beanstalk</fullname>
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
* <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
|
|
57
|
-
* fault-tolerant applications running on the Amazon Web Services cloud.</p>
|
|
58
|
-
* <p>For more information about this product, go to the <a href="http://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a> details page. The location of the
|
|
59
|
-
* latest AWS Elastic Beanstalk WSDL is <a href="https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl">https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl</a>.
|
|
60
|
-
* To install the Software Development Kits (SDKs), Integrated Development Environment (IDE)
|
|
61
|
-
* Toolkits, and command line tools that enable you to access the API, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
|
|
62
|
-
* <p>
|
|
63
|
-
* <b>Endpoints</b>
|
|
64
|
-
* </p>
|
|
65
|
-
* <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to
|
|
66
|
-
* <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services
|
|
67
|
-
* Glossary</i>.</p>
|
|
68
|
-
*/
|
|
51
|
+
const ElasticBeanstalkClient_1 = require("./ElasticBeanstalkClient");
|
|
69
52
|
class ElasticBeanstalk extends ElasticBeanstalkClient_1.ElasticBeanstalkClient {
|
|
70
53
|
abortEnvironmentUpdate(args, optionsOrCb, cb) {
|
|
71
54
|
const command = new AbortEnvironmentUpdateCommand_1.AbortEnvironmentUpdateCommand(args);
|
|
@@ -727,4 +710,3 @@ class ElasticBeanstalk extends ElasticBeanstalkClient_1.ElasticBeanstalkClient {
|
|
|
727
710
|
}
|
|
728
711
|
}
|
|
729
712
|
exports.ElasticBeanstalk = ElasticBeanstalk;
|
|
730
|
-
//# sourceMappingURL=ElasticBeanstalk.js.map
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ElasticBeanstalkClient = void 0;
|
|
4
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
+
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
|
+
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
7
|
+
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
8
|
+
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
9
|
+
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
10
|
+
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
11
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
|
+
class ElasticBeanstalkClient extends smithy_client_1.Client {
|
|
14
|
+
constructor(configuration) {
|
|
15
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
22
|
+
super(_config_6);
|
|
23
|
+
this.config = _config_6;
|
|
24
|
+
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
25
|
+
this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
|
|
26
|
+
this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
|
|
27
|
+
this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
|
|
28
|
+
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
29
|
+
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
30
|
+
}
|
|
31
|
+
destroy() {
|
|
32
|
+
super.destroy();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
exports.ElasticBeanstalkClient = ElasticBeanstalkClient;
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AbortEnvironmentUpdateCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* deployment.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
15
|
-
* // const { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
16
|
-
* const client = new ElasticBeanstalkClient(config);
|
|
17
|
-
* const command = new AbortEnvironmentUpdateCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AbortEnvironmentUpdateCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AbortEnvironmentUpdateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
26
8
|
class AbortEnvironmentUpdateCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class AbortEnvironmentUpdateCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.AbortEnvironmentUpdateCommand = AbortEnvironmentUpdateCommand;
|
|
62
|
-
//# sourceMappingURL=AbortEnvironmentUpdateCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ApplyEnvironmentManagedActionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* its status is <code>Scheduled</code>. Get the status and action ID of a managed action with
|
|
11
|
-
* <a>DescribeEnvironmentManagedActions</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ElasticBeanstalkClient, ApplyEnvironmentManagedActionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
16
|
-
* // const { ElasticBeanstalkClient, ApplyEnvironmentManagedActionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
17
|
-
* const client = new ElasticBeanstalkClient(config);
|
|
18
|
-
* const command = new ApplyEnvironmentManagedActionCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ApplyEnvironmentManagedActionCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ApplyEnvironmentManagedActionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
27
8
|
class ApplyEnvironmentManagedActionCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class ApplyEnvironmentManagedActionCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.ApplyEnvironmentManagedActionCommand = ApplyEnvironmentManagedActionCommand;
|
|
63
|
-
//# sourceMappingURL=ApplyEnvironmentManagedActionCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateEnvironmentOperationsRoleCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* uses the associated operations role for permissions to downstream services during subsequent
|
|
11
|
-
* calls acting on this environment. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the
|
|
12
|
-
* <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ElasticBeanstalkClient, AssociateEnvironmentOperationsRoleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
17
|
-
* // const { ElasticBeanstalkClient, AssociateEnvironmentOperationsRoleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
18
|
-
* const client = new ElasticBeanstalkClient(config);
|
|
19
|
-
* const command = new AssociateEnvironmentOperationsRoleCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link AssociateEnvironmentOperationsRoleCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link AssociateEnvironmentOperationsRoleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
28
8
|
class AssociateEnvironmentOperationsRoleCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class AssociateEnvironmentOperationsRoleCommand extends smithy_client_1.Command
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.AssociateEnvironmentOperationsRoleCommand = AssociateEnvironmentOperationsRoleCommand;
|
|
64
|
-
//# sourceMappingURL=AssociateEnvironmentOperationsRoleCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CheckDNSAvailabilityCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ElasticBeanstalkClient, CheckDNSAvailabilityCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
14
|
-
* // const { ElasticBeanstalkClient, CheckDNSAvailabilityCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
15
|
-
* const client = new ElasticBeanstalkClient(config);
|
|
16
|
-
* const command = new CheckDNSAvailabilityCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link CheckDNSAvailabilityCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link CheckDNSAvailabilityCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
25
8
|
class CheckDNSAvailabilityCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class CheckDNSAvailabilityCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.CheckDNSAvailabilityCommand = CheckDNSAvailabilityCommand;
|
|
61
|
-
//# sourceMappingURL=CheckDNSAvailabilityCommand.js.map
|
|
@@ -1,44 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ComposeEnvironmentsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* application. Takes a list of version labels that specify application source bundles for each
|
|
11
|
-
* of the environments to create or update. The name of each environment and other required
|
|
12
|
-
* information must be included in the source bundles in an environment manifest named
|
|
13
|
-
* <code>env.yaml</code>. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html">Compose Environments</a>
|
|
14
|
-
* for details.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { ElasticBeanstalkClient, ComposeEnvironmentsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
19
|
-
* // const { ElasticBeanstalkClient, ComposeEnvironmentsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
20
|
-
* const client = new ElasticBeanstalkClient(config);
|
|
21
|
-
* const command = new ComposeEnvironmentsCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link ComposeEnvironmentsCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link ComposeEnvironmentsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
30
8
|
class ComposeEnvironmentsCommand extends smithy_client_1.Command {
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
9
|
constructor(input) {
|
|
34
|
-
// Start section: command_constructor
|
|
35
10
|
super();
|
|
36
11
|
this.input = input;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +34,3 @@ class ComposeEnvironmentsCommand extends smithy_client_1.Command {
|
|
|
63
34
|
}
|
|
64
35
|
}
|
|
65
36
|
exports.ComposeEnvironmentsCommand = ComposeEnvironmentsCommand;
|
|
66
|
-
//# sourceMappingURL=ComposeEnvironmentsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateApplicationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* and no application versions.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticBeanstalkClient, CreateApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
15
|
-
* // const { ElasticBeanstalkClient, CreateApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
16
|
-
* const client = new ElasticBeanstalkClient(config);
|
|
17
|
-
* const command = new CreateApplicationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateApplicationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateApplicationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
26
8
|
class CreateApplicationCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateApplicationCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
62
|
-
//# sourceMappingURL=CreateApplicationCommand.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateApplicationVersionCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
+
class CreateApplicationVersionCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ElasticBeanstalkClient";
|
|
18
|
+
const commandName = "CreateApplicationVersionCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateApplicationVersionMessage.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ApplicationVersionDescriptionMessage.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_query_1.serializeAws_queryCreateApplicationVersionCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_query_1.deserializeAws_queryCreateApplicationVersionCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateApplicationVersionCommand = CreateApplicationVersionCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateConfigurationTemplateCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
+
class CreateConfigurationTemplateCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ElasticBeanstalkClient";
|
|
18
|
+
const commandName = "CreateConfigurationTemplateCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateConfigurationTemplateMessage.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ConfigurationSettingsDescription.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_query_1.serializeAws_queryCreateConfigurationTemplateCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_query_1.deserializeAws_queryCreateConfigurationTemplateCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateConfigurationTemplateCommand = CreateConfigurationTemplateCommand;
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateEnvironmentCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* configuration.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticBeanstalkClient, CreateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
15
|
-
* // const { ElasticBeanstalkClient, CreateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
16
|
-
* const client = new ElasticBeanstalkClient(config);
|
|
17
|
-
* const command = new CreateEnvironmentCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateEnvironmentCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateEnvironmentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
26
8
|
class CreateEnvironmentCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateEnvironmentCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
|
|
62
|
-
//# sourceMappingURL=CreateEnvironmentCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreatePlatformVersionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ElasticBeanstalkClient, CreatePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
14
|
-
* // const { ElasticBeanstalkClient, CreatePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
15
|
-
* const client = new ElasticBeanstalkClient(config);
|
|
16
|
-
* const command = new CreatePlatformVersionCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link CreatePlatformVersionCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link CreatePlatformVersionCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
25
8
|
class CreatePlatformVersionCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class CreatePlatformVersionCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.CreatePlatformVersionCommand = CreatePlatformVersionCommand;
|
|
61
|
-
//# sourceMappingURL=CreatePlatformVersionCommand.js.map
|