@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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilEnvironmentExists = exports.waitForEnvironmentExists = void 0;
|
|
4
|
-
const DescribeEnvironmentsCommand_1 = require("../commands/DescribeEnvironmentsCommand");
|
|
5
4
|
const util_waiter_1 = require("@aws-sdk/util-waiter");
|
|
5
|
+
const DescribeEnvironmentsCommand_1 = require("../commands/DescribeEnvironmentsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const result = await client.send(new DescribeEnvironmentsCommand_1.DescribeEnvironmentsCommand(input));
|
|
10
10
|
reason = result;
|
|
11
11
|
try {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
const returnComparator = () => {
|
|
13
|
+
const flat_1 = [].concat(...result.Environments);
|
|
14
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
15
15
|
return element_2.Status;
|
|
16
16
|
});
|
|
17
17
|
return projection_3;
|
|
18
18
|
};
|
|
19
19
|
let allStringEq_5 = returnComparator().length > 0;
|
|
20
|
-
for (
|
|
20
|
+
for (const element_4 of returnComparator()) {
|
|
21
21
|
allStringEq_5 = allStringEq_5 && element_4 == "Ready";
|
|
22
22
|
}
|
|
23
23
|
if (allStringEq_5) {
|
|
@@ -26,15 +26,15 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (e) { }
|
|
28
28
|
try {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
const returnComparator = () => {
|
|
30
|
+
const flat_1 = [].concat(...result.Environments);
|
|
31
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
32
32
|
return element_2.Status;
|
|
33
33
|
});
|
|
34
34
|
return projection_3;
|
|
35
35
|
};
|
|
36
36
|
let allStringEq_5 = returnComparator().length > 0;
|
|
37
|
-
for (
|
|
37
|
+
for (const element_4 of returnComparator()) {
|
|
38
38
|
allStringEq_5 = allStringEq_5 && element_4 == "Launching";
|
|
39
39
|
}
|
|
40
40
|
if (allStringEq_5) {
|
|
@@ -48,24 +48,14 @@ const checkState = async (client, input) => {
|
|
|
48
48
|
}
|
|
49
49
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
50
50
|
};
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @deprecated Use waitUntilEnvironmentExists instead. waitForEnvironmentExists does not throw error in non-success cases.
|
|
54
|
-
*/
|
|
55
51
|
const waitForEnvironmentExists = async (params, input) => {
|
|
56
52
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
57
53
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
58
54
|
};
|
|
59
55
|
exports.waitForEnvironmentExists = waitForEnvironmentExists;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @param params - Waiter configuration options.
|
|
63
|
-
* @param input - The input to DescribeEnvironmentsCommand for polling.
|
|
64
|
-
*/
|
|
65
56
|
const waitUntilEnvironmentExists = async (params, input) => {
|
|
66
57
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
67
58
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
68
59
|
return util_waiter_1.checkExceptions(result);
|
|
69
60
|
};
|
|
70
61
|
exports.waitUntilEnvironmentExists = waitUntilEnvironmentExists;
|
|
71
|
-
//# sourceMappingURL=waitForEnvironmentExists.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilEnvironmentTerminated = exports.waitForEnvironmentTerminated = void 0;
|
|
4
|
-
const DescribeEnvironmentsCommand_1 = require("../commands/DescribeEnvironmentsCommand");
|
|
5
4
|
const util_waiter_1 = require("@aws-sdk/util-waiter");
|
|
5
|
+
const DescribeEnvironmentsCommand_1 = require("../commands/DescribeEnvironmentsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const result = await client.send(new DescribeEnvironmentsCommand_1.DescribeEnvironmentsCommand(input));
|
|
10
10
|
reason = result;
|
|
11
11
|
try {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
const returnComparator = () => {
|
|
13
|
+
const flat_1 = [].concat(...result.Environments);
|
|
14
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
15
15
|
return element_2.Status;
|
|
16
16
|
});
|
|
17
17
|
return projection_3;
|
|
18
18
|
};
|
|
19
19
|
let allStringEq_5 = returnComparator().length > 0;
|
|
20
|
-
for (
|
|
20
|
+
for (const element_4 of returnComparator()) {
|
|
21
21
|
allStringEq_5 = allStringEq_5 && element_4 == "Terminated";
|
|
22
22
|
}
|
|
23
23
|
if (allStringEq_5) {
|
|
@@ -26,15 +26,15 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (e) { }
|
|
28
28
|
try {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
const returnComparator = () => {
|
|
30
|
+
const flat_1 = [].concat(...result.Environments);
|
|
31
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
32
32
|
return element_2.Status;
|
|
33
33
|
});
|
|
34
34
|
return projection_3;
|
|
35
35
|
};
|
|
36
36
|
let allStringEq_5 = returnComparator().length > 0;
|
|
37
|
-
for (
|
|
37
|
+
for (const element_4 of returnComparator()) {
|
|
38
38
|
allStringEq_5 = allStringEq_5 && element_4 == "Terminating";
|
|
39
39
|
}
|
|
40
40
|
if (allStringEq_5) {
|
|
@@ -48,24 +48,14 @@ const checkState = async (client, input) => {
|
|
|
48
48
|
}
|
|
49
49
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
50
50
|
};
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @deprecated Use waitUntilEnvironmentTerminated instead. waitForEnvironmentTerminated does not throw error in non-success cases.
|
|
54
|
-
*/
|
|
55
51
|
const waitForEnvironmentTerminated = async (params, input) => {
|
|
56
52
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
57
53
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
58
54
|
};
|
|
59
55
|
exports.waitForEnvironmentTerminated = waitForEnvironmentTerminated;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @param params - Waiter configuration options.
|
|
63
|
-
* @param input - The input to DescribeEnvironmentsCommand for polling.
|
|
64
|
-
*/
|
|
65
56
|
const waitUntilEnvironmentTerminated = async (params, input) => {
|
|
66
57
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
67
58
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
68
59
|
return util_waiter_1.checkExceptions(result);
|
|
69
60
|
};
|
|
70
61
|
exports.waitUntilEnvironmentTerminated = waitUntilEnvironmentTerminated;
|
|
71
|
-
//# sourceMappingURL=waitForEnvironmentTerminated.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilEnvironmentUpdated = exports.waitForEnvironmentUpdated = void 0;
|
|
4
|
-
const DescribeEnvironmentsCommand_1 = require("../commands/DescribeEnvironmentsCommand");
|
|
5
4
|
const util_waiter_1 = require("@aws-sdk/util-waiter");
|
|
5
|
+
const DescribeEnvironmentsCommand_1 = require("../commands/DescribeEnvironmentsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const result = await client.send(new DescribeEnvironmentsCommand_1.DescribeEnvironmentsCommand(input));
|
|
10
10
|
reason = result;
|
|
11
11
|
try {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
const returnComparator = () => {
|
|
13
|
+
const flat_1 = [].concat(...result.Environments);
|
|
14
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
15
15
|
return element_2.Status;
|
|
16
16
|
});
|
|
17
17
|
return projection_3;
|
|
18
18
|
};
|
|
19
19
|
let allStringEq_5 = returnComparator().length > 0;
|
|
20
|
-
for (
|
|
20
|
+
for (const element_4 of returnComparator()) {
|
|
21
21
|
allStringEq_5 = allStringEq_5 && element_4 == "Ready";
|
|
22
22
|
}
|
|
23
23
|
if (allStringEq_5) {
|
|
@@ -26,15 +26,15 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (e) { }
|
|
28
28
|
try {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
const returnComparator = () => {
|
|
30
|
+
const flat_1 = [].concat(...result.Environments);
|
|
31
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
32
32
|
return element_2.Status;
|
|
33
33
|
});
|
|
34
34
|
return projection_3;
|
|
35
35
|
};
|
|
36
36
|
let allStringEq_5 = returnComparator().length > 0;
|
|
37
|
-
for (
|
|
37
|
+
for (const element_4 of returnComparator()) {
|
|
38
38
|
allStringEq_5 = allStringEq_5 && element_4 == "Updating";
|
|
39
39
|
}
|
|
40
40
|
if (allStringEq_5) {
|
|
@@ -48,24 +48,14 @@ const checkState = async (client, input) => {
|
|
|
48
48
|
}
|
|
49
49
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
50
50
|
};
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @deprecated Use waitUntilEnvironmentUpdated instead. waitForEnvironmentUpdated does not throw error in non-success cases.
|
|
54
|
-
*/
|
|
55
51
|
const waitForEnvironmentUpdated = async (params, input) => {
|
|
56
52
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
57
53
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
58
54
|
};
|
|
59
55
|
exports.waitForEnvironmentUpdated = waitForEnvironmentUpdated;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @param params - Waiter configuration options.
|
|
63
|
-
* @param input - The input to DescribeEnvironmentsCommand for polling.
|
|
64
|
-
*/
|
|
65
56
|
const waitUntilEnvironmentUpdated = async (params, input) => {
|
|
66
57
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
67
58
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
68
59
|
return util_waiter_1.checkExceptions(result);
|
|
69
60
|
};
|
|
70
61
|
exports.waitUntilEnvironmentUpdated = waitUntilEnvironmentUpdated;
|
|
71
|
-
//# sourceMappingURL=waitForEnvironmentUpdated.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
|
|
3
2
|
import { AbortEnvironmentUpdateCommand, } from "./commands/AbortEnvironmentUpdateCommand";
|
|
4
3
|
import { ApplyEnvironmentManagedActionCommand, } from "./commands/ApplyEnvironmentManagedActionCommand";
|
|
5
4
|
import { AssociateEnvironmentOperationsRoleCommand, } from "./commands/AssociateEnvironmentOperationsRoleCommand";
|
|
@@ -17,8 +16,8 @@ import { DeleteConfigurationTemplateCommand, } from "./commands/DeleteConfigurat
|
|
|
17
16
|
import { DeleteEnvironmentConfigurationCommand, } from "./commands/DeleteEnvironmentConfigurationCommand";
|
|
18
17
|
import { DeletePlatformVersionCommand, } from "./commands/DeletePlatformVersionCommand";
|
|
19
18
|
import { DescribeAccountAttributesCommand, } from "./commands/DescribeAccountAttributesCommand";
|
|
20
|
-
import { DescribeApplicationVersionsCommand, } from "./commands/DescribeApplicationVersionsCommand";
|
|
21
19
|
import { DescribeApplicationsCommand, } from "./commands/DescribeApplicationsCommand";
|
|
20
|
+
import { DescribeApplicationVersionsCommand, } from "./commands/DescribeApplicationVersionsCommand";
|
|
22
21
|
import { DescribeConfigurationOptionsCommand, } from "./commands/DescribeConfigurationOptionsCommand";
|
|
23
22
|
import { DescribeConfigurationSettingsCommand, } from "./commands/DescribeConfigurationSettingsCommand";
|
|
24
23
|
import { DescribeEnvironmentHealthCommand, } from "./commands/DescribeEnvironmentHealthCommand";
|
|
@@ -47,6 +46,7 @@ import { UpdateConfigurationTemplateCommand, } from "./commands/UpdateConfigurat
|
|
|
47
46
|
import { UpdateEnvironmentCommand, } from "./commands/UpdateEnvironmentCommand";
|
|
48
47
|
import { UpdateTagsForResourceCommand, } from "./commands/UpdateTagsForResourceCommand";
|
|
49
48
|
import { ValidateConfigurationSettingsCommand, } from "./commands/ValidateConfigurationSettingsCommand";
|
|
49
|
+
import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
|
|
50
50
|
var ElasticBeanstalk = (function (_super) {
|
|
51
51
|
__extends(ElasticBeanstalk, _super);
|
|
52
52
|
function ElasticBeanstalk() {
|
|
@@ -713,4 +713,3 @@ var ElasticBeanstalk = (function (_super) {
|
|
|
713
713
|
return ElasticBeanstalk;
|
|
714
714
|
}(ElasticBeanstalkClient));
|
|
715
715
|
export { ElasticBeanstalk };
|
|
716
|
-
//# sourceMappingURL=ElasticBeanstalk.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
11
|
var ElasticBeanstalkClient = (function (_super) {
|
|
12
12
|
__extends(ElasticBeanstalkClient, _super);
|
|
13
13
|
function ElasticBeanstalkClient(configuration) {
|
|
@@ -35,4 +35,3 @@ var ElasticBeanstalkClient = (function (_super) {
|
|
|
35
35
|
return ElasticBeanstalkClient;
|
|
36
36
|
}(__Client));
|
|
37
37
|
export { ElasticBeanstalkClient };
|
|
38
|
-
//# sourceMappingURL=ElasticBeanstalkClient.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AbortEnvironmentUpdateMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryAbortEnvironmentUpdateCommand, serializeAws_queryAbortEnvironmentUpdateCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AbortEnvironmentUpdateMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryAbortEnvironmentUpdateCommand, serializeAws_queryAbortEnvironmentUpdateCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var AbortEnvironmentUpdateCommand = (function (_super) {
|
|
7
7
|
__extends(AbortEnvironmentUpdateCommand, _super);
|
|
8
8
|
function AbortEnvironmentUpdateCommand(input) {
|
|
@@ -37,4 +37,3 @@ var AbortEnvironmentUpdateCommand = (function (_super) {
|
|
|
37
37
|
return AbortEnvironmentUpdateCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { AbortEnvironmentUpdateCommand };
|
|
40
|
-
//# sourceMappingURL=AbortEnvironmentUpdateCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryApplyEnvironmentManagedActionCommand, serializeAws_queryApplyEnvironmentManagedActionCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryApplyEnvironmentManagedActionCommand, serializeAws_queryApplyEnvironmentManagedActionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ApplyEnvironmentManagedActionCommand = (function (_super) {
|
|
7
7
|
__extends(ApplyEnvironmentManagedActionCommand, _super);
|
|
8
8
|
function ApplyEnvironmentManagedActionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ApplyEnvironmentManagedActionCommand = (function (_super) {
|
|
|
37
37
|
return ApplyEnvironmentManagedActionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ApplyEnvironmentManagedActionCommand };
|
|
40
|
-
//# sourceMappingURL=ApplyEnvironmentManagedActionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryAssociateEnvironmentOperationsRoleCommand, serializeAws_queryAssociateEnvironmentOperationsRoleCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryAssociateEnvironmentOperationsRoleCommand, serializeAws_queryAssociateEnvironmentOperationsRoleCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var AssociateEnvironmentOperationsRoleCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateEnvironmentOperationsRoleCommand, _super);
|
|
8
8
|
function AssociateEnvironmentOperationsRoleCommand(input) {
|
|
@@ -37,4 +37,3 @@ var AssociateEnvironmentOperationsRoleCommand = (function (_super) {
|
|
|
37
37
|
return AssociateEnvironmentOperationsRoleCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { AssociateEnvironmentOperationsRoleCommand };
|
|
40
|
-
//# sourceMappingURL=AssociateEnvironmentOperationsRoleCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryCheckDNSAvailabilityCommand, serializeAws_queryCheckDNSAvailabilityCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryCheckDNSAvailabilityCommand, serializeAws_queryCheckDNSAvailabilityCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CheckDNSAvailabilityCommand = (function (_super) {
|
|
7
7
|
__extends(CheckDNSAvailabilityCommand, _super);
|
|
8
8
|
function CheckDNSAvailabilityCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CheckDNSAvailabilityCommand = (function (_super) {
|
|
|
37
37
|
return CheckDNSAvailabilityCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CheckDNSAvailabilityCommand };
|
|
40
|
-
//# sourceMappingURL=CheckDNSAvailabilityCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ComposeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryComposeEnvironmentsCommand, serializeAws_queryComposeEnvironmentsCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ComposeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryComposeEnvironmentsCommand, serializeAws_queryComposeEnvironmentsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ComposeEnvironmentsCommand = (function (_super) {
|
|
7
7
|
__extends(ComposeEnvironmentsCommand, _super);
|
|
8
8
|
function ComposeEnvironmentsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ComposeEnvironmentsCommand = (function (_super) {
|
|
|
37
37
|
return ComposeEnvironmentsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ComposeEnvironmentsCommand };
|
|
40
|
-
//# sourceMappingURL=ComposeEnvironmentsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ApplicationDescriptionMessage, CreateApplicationMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryCreateApplicationCommand, serializeAws_queryCreateApplicationCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ApplicationDescriptionMessage, CreateApplicationMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryCreateApplicationCommand, serializeAws_queryCreateApplicationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApplicationCommand, _super);
|
|
8
8
|
function CreateApplicationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateApplicationCommand = (function (_super) {
|
|
|
37
37
|
return CreateApplicationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateApplicationCommand };
|
|
40
|
-
//# sourceMappingURL=CreateApplicationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ApplicationVersionDescriptionMessage, CreateApplicationVersionMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryCreateApplicationVersionCommand, serializeAws_queryCreateApplicationVersionCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ApplicationVersionDescriptionMessage, CreateApplicationVersionMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryCreateApplicationVersionCommand, serializeAws_queryCreateApplicationVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateApplicationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApplicationVersionCommand, _super);
|
|
8
8
|
function CreateApplicationVersionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateApplicationVersionCommand = (function (_super) {
|
|
|
37
37
|
return CreateApplicationVersionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateApplicationVersionCommand };
|
|
40
|
-
//# sourceMappingURL=CreateApplicationVersionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ConfigurationSettingsDescription, CreateConfigurationTemplateMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryCreateConfigurationTemplateCommand, serializeAws_queryCreateConfigurationTemplateCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ConfigurationSettingsDescription, CreateConfigurationTemplateMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryCreateConfigurationTemplateCommand, serializeAws_queryCreateConfigurationTemplateCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateConfigurationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(CreateConfigurationTemplateCommand, _super);
|
|
8
8
|
function CreateConfigurationTemplateCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateConfigurationTemplateCommand = (function (_super) {
|
|
|
37
37
|
return CreateConfigurationTemplateCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateConfigurationTemplateCommand };
|
|
40
|
-
//# sourceMappingURL=CreateConfigurationTemplateCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateEnvironmentMessage, EnvironmentDescription } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryCreateEnvironmentCommand, serializeAws_queryCreateEnvironmentCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateEnvironmentMessage, EnvironmentDescription } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryCreateEnvironmentCommand, serializeAws_queryCreateEnvironmentCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEnvironmentCommand, _super);
|
|
8
8
|
function CreateEnvironmentCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateEnvironmentCommand = (function (_super) {
|
|
|
37
37
|
return CreateEnvironmentCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateEnvironmentCommand };
|
|
40
|
-
//# sourceMappingURL=CreateEnvironmentCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreatePlatformVersionRequest, CreatePlatformVersionResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryCreatePlatformVersionCommand, serializeAws_queryCreatePlatformVersionCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreatePlatformVersionRequest, CreatePlatformVersionResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryCreatePlatformVersionCommand, serializeAws_queryCreatePlatformVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreatePlatformVersionCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePlatformVersionCommand, _super);
|
|
8
8
|
function CreatePlatformVersionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreatePlatformVersionCommand = (function (_super) {
|
|
|
37
37
|
return CreatePlatformVersionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreatePlatformVersionCommand };
|
|
40
|
-
//# sourceMappingURL=CreatePlatformVersionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateStorageLocationResultMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryCreateStorageLocationCommand, serializeAws_queryCreateStorageLocationCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateStorageLocationResultMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryCreateStorageLocationCommand, serializeAws_queryCreateStorageLocationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateStorageLocationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStorageLocationCommand, _super);
|
|
8
8
|
function CreateStorageLocationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateStorageLocationCommand = (function (_super) {
|
|
|
37
37
|
return CreateStorageLocationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateStorageLocationCommand };
|
|
40
|
-
//# sourceMappingURL=CreateStorageLocationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteApplicationMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeleteApplicationCommand, serializeAws_queryDeleteApplicationCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteApplicationMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeleteApplicationCommand, serializeAws_queryDeleteApplicationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteApplicationCommand, _super);
|
|
8
8
|
function DeleteApplicationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteApplicationCommand = (function (_super) {
|
|
|
37
37
|
return DeleteApplicationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteApplicationCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteApplicationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteApplicationVersionMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeleteApplicationVersionCommand, serializeAws_queryDeleteApplicationVersionCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteApplicationVersionMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeleteApplicationVersionCommand, serializeAws_queryDeleteApplicationVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteApplicationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteApplicationVersionCommand, _super);
|
|
8
8
|
function DeleteApplicationVersionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteApplicationVersionCommand = (function (_super) {
|
|
|
37
37
|
return DeleteApplicationVersionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteApplicationVersionCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteApplicationVersionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteConfigurationTemplateMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeleteConfigurationTemplateCommand, serializeAws_queryDeleteConfigurationTemplateCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteConfigurationTemplateMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeleteConfigurationTemplateCommand, serializeAws_queryDeleteConfigurationTemplateCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteConfigurationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteConfigurationTemplateCommand, _super);
|
|
8
8
|
function DeleteConfigurationTemplateCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteConfigurationTemplateCommand = (function (_super) {
|
|
|
37
37
|
return DeleteConfigurationTemplateCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteConfigurationTemplateCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteConfigurationTemplateCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteEnvironmentConfigurationMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeleteEnvironmentConfigurationCommand, serializeAws_queryDeleteEnvironmentConfigurationCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteEnvironmentConfigurationMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeleteEnvironmentConfigurationCommand, serializeAws_queryDeleteEnvironmentConfigurationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteEnvironmentConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEnvironmentConfigurationCommand, _super);
|
|
8
8
|
function DeleteEnvironmentConfigurationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteEnvironmentConfigurationCommand = (function (_super) {
|
|
|
37
37
|
return DeleteEnvironmentConfigurationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteEnvironmentConfigurationCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteEnvironmentConfigurationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeletePlatformVersionRequest, DeletePlatformVersionResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeletePlatformVersionCommand, serializeAws_queryDeletePlatformVersionCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeletePlatformVersionRequest, DeletePlatformVersionResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeletePlatformVersionCommand, serializeAws_queryDeletePlatformVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeletePlatformVersionCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePlatformVersionCommand, _super);
|
|
8
8
|
function DeletePlatformVersionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeletePlatformVersionCommand = (function (_super) {
|
|
|
37
37
|
return DeletePlatformVersionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeletePlatformVersionCommand };
|
|
40
|
-
//# sourceMappingURL=DeletePlatformVersionCommand.js.map
|