@aws-sdk/client-elastic-beanstalk 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/ElasticBeanstalk.js +2 -20
- package/dist-cjs/ElasticBeanstalkClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AbortEnvironmentUpdateCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ApplyEnvironmentManagedActionCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CheckDNSAvailabilityCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ComposeEnvironmentsCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -28
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreatePlatformVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateStorageLocationCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationVersionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationTemplateCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentConfigurationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeletePlatformVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAccountAttributesCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeApplicationVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeApplicationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeConfigurationOptionsCommand.js +2 -30
- package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentHealthCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentResourcesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DescribeInstancesHealthCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribePlatformVersionCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListAvailableSolutionStacksCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListPlatformBranchesCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListPlatformVersionsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/RebuildEnvironmentCommand.js +2 -28
- package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RestartAppServerCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/RetrieveEnvironmentInfoCommand.js +2 -36
- package/{dist/cjs → dist-cjs}/commands/SwapEnvironmentCNAMEsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TerminateEnvironmentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationVersionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationTemplateCommand.js +2 -40
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/UpdateTagsForResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ValidateConfigurationSettingsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -436
- package/{dist/cjs → dist-cjs}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPlatformBranchesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPlatformVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +112 -115
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentExists.js +10 -20
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentTerminated.js +10 -20
- package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentUpdated.js +10 -20
- package/{dist/es → dist-es}/ElasticBeanstalk.js +2 -3
- package/{dist/es → dist-es}/ElasticBeanstalkClient.js +1 -2
- package/{dist/es → dist-es}/commands/AbortEnvironmentUpdateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ApplyEnvironmentManagedActionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CheckDNSAvailabilityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ComposeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreatePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateStorageLocationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEnvironmentConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAccountAttributesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeApplicationVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeApplicationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationOptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentResourcesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEventsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeInstancesHealthCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePlatformVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAvailableSolutionStacksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPlatformBranchesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPlatformVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RebuildEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RequestEnvironmentInfoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RestartAppServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RetrieveEnvironmentInfoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SwapEnvironmentCNAMEsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TerminateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateConfigurationTemplateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ValidateConfigurationSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/DescribeEventsPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListPlatformBranchesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPlatformVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_query.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentExists.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentTerminated.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForEnvironmentUpdated.js +1 -2
- package/{dist/types → dist-types}/ElasticBeanstalk.d.ts +3 -3
- package/{dist/types → dist-types}/ElasticBeanstalkClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/AbortEnvironmentUpdateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckDNSAvailabilityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ComposeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateStorageLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccountAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApplicationVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationOptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeInstancesHealthCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePlatformVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAvailableSolutionStacksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlatformBranchesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlatformVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RebuildEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RequestEnvironmentInfoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RestartAppServerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TerminateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConfigurationTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ValidateConfigurationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_query.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ElasticBeanstalk.d.ts +51 -357
- package/{dist/types → dist-types}/ts3.4/ElasticBeanstalkClient.d.ts +33 -112
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreatePlatformVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2081 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentExists.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +4 -11
- package/{dist/types → dist-types}/waiters/waitForEnvironmentExists.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForEnvironmentTerminated.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForEnvironmentUpdated.d.ts +2 -2
- package/package.json +46 -43
- package/ElasticBeanstalk.ts +0 -1960
- package/ElasticBeanstalkClient.ts +0 -507
- package/commands/AbortEnvironmentUpdateCommand.ts +0 -95
- package/commands/ApplyEnvironmentManagedActionCommand.ts +0 -101
- package/commands/AssociateEnvironmentOperationsRoleCommand.ts +0 -103
- package/commands/CheckDNSAvailabilityCommand.ts +0 -94
- package/commands/ComposeEnvironmentsCommand.ts +0 -99
- package/commands/CreateApplicationCommand.ts +0 -95
- package/commands/CreateApplicationVersionCommand.ts +0 -110
- package/commands/CreateConfigurationTemplateCommand.ts +0 -120
- package/commands/CreateEnvironmentCommand.ts +0 -95
- package/commands/CreatePlatformVersionCommand.ts +0 -94
- package/commands/CreateStorageLocationCommand.ts +0 -98
- package/commands/DeleteApplicationCommand.ts +0 -99
- package/commands/DeleteApplicationVersionCommand.ts +0 -98
- package/commands/DeleteConfigurationTemplateCommand.ts +0 -102
- package/commands/DeleteEnvironmentConfigurationCommand.ts +0 -105
- package/commands/DeletePlatformVersionCommand.ts +0 -94
- package/commands/DescribeAccountAttributesCommand.ts +0 -99
- package/commands/DescribeApplicationVersionsCommand.ts +0 -99
- package/commands/DescribeApplicationsCommand.ts +0 -94
- package/commands/DescribeConfigurationOptionsCommand.ts +0 -100
- package/commands/DescribeConfigurationSettingsCommand.ts +0 -113
- package/commands/DescribeEnvironmentHealthCommand.ts +0 -99
- package/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +0 -109
- package/commands/DescribeEnvironmentManagedActionsCommand.ts +0 -102
- package/commands/DescribeEnvironmentResourcesCommand.ts +0 -99
- package/commands/DescribeEnvironmentsCommand.ts +0 -94
- package/commands/DescribeEventsCommand.ts +0 -98
- package/commands/DescribeInstancesHealthCommand.ts +0 -96
- package/commands/DescribePlatformVersionCommand.ts +0 -97
- package/commands/DisassociateEnvironmentOperationsRoleCommand.ts +0 -104
- package/commands/ListAvailableSolutionStacksCommand.ts +0 -100
- package/commands/ListPlatformBranchesCommand.ts +0 -97
- package/commands/ListPlatformVersionsCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -97
- package/commands/RebuildEnvironmentCommand.ts +0 -95
- package/commands/RequestEnvironmentInfoCommand.ts +0 -109
- package/commands/RestartAppServerCommand.ts +0 -95
- package/commands/RetrieveEnvironmentInfoCommand.ts +0 -103
- package/commands/SwapEnvironmentCNAMEsCommand.ts +0 -94
- package/commands/TerminateEnvironmentCommand.ts +0 -94
- package/commands/UpdateApplicationCommand.ts +0 -98
- package/commands/UpdateApplicationResourceLifecycleCommand.ts +0 -105
- package/commands/UpdateApplicationVersionCommand.ts +0 -98
- package/commands/UpdateConfigurationTemplateCommand.ts +0 -110
- package/commands/UpdateEnvironmentCommand.ts +0 -102
- package/commands/UpdateTagsForResourceCommand.ts +0 -113
- package/commands/ValidateConfigurationSettingsCommand.ts +0 -102
- package/dist/cjs/ElasticBeanstalk.js.map +0 -1
- package/dist/cjs/ElasticBeanstalkClient.js +0 -58
- package/dist/cjs/ElasticBeanstalkClient.js.map +0 -1
- package/dist/cjs/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
- package/dist/cjs/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/cjs/commands/CheckDNSAvailabilityCommand.js.map +0 -1
- package/dist/cjs/commands/ComposeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationVersionCommand.js +0 -77
- package/dist/cjs/commands/CreateApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationTemplateCommand.js +0 -84
- package/dist/cjs/commands/CreateConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStorageLocationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicationVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js +0 -75
- package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstancesHealthCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlatformVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlatformBranchesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlatformVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RebuildEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/RequestEnvironmentInfoCommand.js +0 -76
- package/dist/cjs/commands/RequestEnvironmentInfoCommand.js.map +0 -1
- package/dist/cjs/commands/RestartAppServerCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
- package/dist/cjs/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentCommand.js +0 -69
- package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTagsForResourceCommand.js +0 -80
- package/dist/cjs/commands/UpdateTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListPlatformBranchesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPlatformVersionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentExists.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentTerminated.js.map +0 -1
- package/dist/cjs/waiters/waitForEnvironmentUpdated.js.map +0 -1
- package/dist/es/ElasticBeanstalk.js.map +0 -1
- package/dist/es/ElasticBeanstalkClient.js.map +0 -1
- package/dist/es/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
- package/dist/es/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
- package/dist/es/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/es/commands/CheckDNSAvailabilityCommand.js.map +0 -1
- package/dist/es/commands/ComposeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/CreatePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateStorageLocationCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicationVersionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstancesHealthCommand.js.map +0 -1
- package/dist/es/commands/DescribePlatformVersionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
- package/dist/es/commands/ListPlatformBranchesCommand.js.map +0 -1
- package/dist/es/commands/ListPlatformVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RebuildEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/RequestEnvironmentInfoCommand.js.map +0 -1
- package/dist/es/commands/RestartAppServerCommand.js.map +0 -1
- package/dist/es/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
- package/dist/es/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
- package/dist/es/commands/TerminateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationVersionCommand.js.map +0 -1
- package/dist/es/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -59
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListPlatformBranchesPaginator.js.map +0 -1
- package/dist/es/pagination/ListPlatformVersionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentExists.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentTerminated.js.map +0 -1
- package/dist/es/waiters/waitForEnvironmentUpdated.js.map +0 -1
- package/dist/types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStorageLocationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/RestartAppServerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4528
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5505
- package/pagination/DescribeEnvironmentManagedActionHistoryPaginator.ts +0 -58
- package/pagination/DescribeEventsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListPlatformBranchesPaginator.ts +0 -58
- package/pagination/ListPlatformVersionsPaginator.ts +0 -58
- package/protocols/Aws_query.ts +0 -8240
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForEnvironmentExists.ts +0 -73
- package/waiters/waitForEnvironmentTerminated.ts +0 -73
- package/waiters/waitForEnvironmentUpdated.ts +0 -73
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeAccountAttributesResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeAccountAttributesCommand, serializeAws_queryDescribeAccountAttributesCommand, } 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 { DescribeAccountAttributesResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeAccountAttributesCommand, serializeAws_queryDescribeAccountAttributesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeAccountAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAccountAttributesCommand, _super);
|
|
8
8
|
function DescribeAccountAttributesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeAccountAttributesCommand = (function (_super) {
|
|
|
37
37
|
return DescribeAccountAttributesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeAccountAttributesCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeAccountAttributesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ApplicationVersionDescriptionsMessage, DescribeApplicationVersionsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeApplicationVersionsCommand, serializeAws_queryDescribeApplicationVersionsCommand, } 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 { ApplicationVersionDescriptionsMessage, DescribeApplicationVersionsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeApplicationVersionsCommand, serializeAws_queryDescribeApplicationVersionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeApplicationVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeApplicationVersionsCommand, _super);
|
|
8
8
|
function DescribeApplicationVersionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeApplicationVersionsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeApplicationVersionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeApplicationVersionsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeApplicationVersionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ApplicationDescriptionsMessage, DescribeApplicationsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeApplicationsCommand, serializeAws_queryDescribeApplicationsCommand, } 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 { ApplicationDescriptionsMessage, DescribeApplicationsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeApplicationsCommand, serializeAws_queryDescribeApplicationsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeApplicationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeApplicationsCommand, _super);
|
|
8
8
|
function DescribeApplicationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeApplicationsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeApplicationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeApplicationsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeApplicationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ConfigurationOptionsDescription, DescribeConfigurationOptionsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeConfigurationOptionsCommand, serializeAws_queryDescribeConfigurationOptionsCommand, } 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 { ConfigurationOptionsDescription, DescribeConfigurationOptionsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeConfigurationOptionsCommand, serializeAws_queryDescribeConfigurationOptionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeConfigurationOptionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeConfigurationOptionsCommand, _super);
|
|
8
8
|
function DescribeConfigurationOptionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeConfigurationOptionsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeConfigurationOptionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeConfigurationOptionsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeConfigurationOptionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ConfigurationSettingsDescriptions, DescribeConfigurationSettingsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeConfigurationSettingsCommand, serializeAws_queryDescribeConfigurationSettingsCommand, } 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 { ConfigurationSettingsDescriptions, DescribeConfigurationSettingsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeConfigurationSettingsCommand, serializeAws_queryDescribeConfigurationSettingsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeConfigurationSettingsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeConfigurationSettingsCommand, _super);
|
|
8
8
|
function DescribeConfigurationSettingsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeConfigurationSettingsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeConfigurationSettingsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeConfigurationSettingsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeConfigurationSettingsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeEnvironmentHealthCommand, serializeAws_queryDescribeEnvironmentHealthCommand, } 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 { DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeEnvironmentHealthCommand, serializeAws_queryDescribeEnvironmentHealthCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentHealthCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentHealthCommand, _super);
|
|
8
8
|
function DescribeEnvironmentHealthCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeEnvironmentHealthCommand = (function (_super) {
|
|
|
37
37
|
return DescribeEnvironmentHealthCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeEnvironmentHealthCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeEnvironmentHealthCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeEnvironmentManagedActionHistoryRequest, DescribeEnvironmentManagedActionHistoryResult, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommand, serializeAws_queryDescribeEnvironmentManagedActionHistoryCommand, } 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 { DescribeEnvironmentManagedActionHistoryRequest, DescribeEnvironmentManagedActionHistoryResult, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommand, serializeAws_queryDescribeEnvironmentManagedActionHistoryCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentManagedActionHistoryCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentManagedActionHistoryCommand, _super);
|
|
8
8
|
function DescribeEnvironmentManagedActionHistoryCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeEnvironmentManagedActionHistoryCommand = (function (_super) {
|
|
|
37
37
|
return DescribeEnvironmentManagedActionHistoryCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeEnvironmentManagedActionHistoryCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeEnvironmentManagedActionHistoryCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeEnvironmentManagedActionsRequest, DescribeEnvironmentManagedActionsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeEnvironmentManagedActionsCommand, serializeAws_queryDescribeEnvironmentManagedActionsCommand, } 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 { DescribeEnvironmentManagedActionsRequest, DescribeEnvironmentManagedActionsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeEnvironmentManagedActionsCommand, serializeAws_queryDescribeEnvironmentManagedActionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentManagedActionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentManagedActionsCommand, _super);
|
|
8
8
|
function DescribeEnvironmentManagedActionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeEnvironmentManagedActionsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeEnvironmentManagedActionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeEnvironmentManagedActionsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeEnvironmentManagedActionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeEnvironmentResourcesMessage, EnvironmentResourceDescriptionsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeEnvironmentResourcesCommand, serializeAws_queryDescribeEnvironmentResourcesCommand, } 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 { DescribeEnvironmentResourcesMessage, EnvironmentResourceDescriptionsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeEnvironmentResourcesCommand, serializeAws_queryDescribeEnvironmentResourcesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentResourcesCommand, _super);
|
|
8
8
|
function DescribeEnvironmentResourcesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeEnvironmentResourcesCommand = (function (_super) {
|
|
|
37
37
|
return DescribeEnvironmentResourcesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeEnvironmentResourcesCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeEnvironmentResourcesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeEnvironmentsCommand, serializeAws_queryDescribeEnvironmentsCommand, } 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 { DescribeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeEnvironmentsCommand, serializeAws_queryDescribeEnvironmentsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentsCommand, _super);
|
|
8
8
|
function DescribeEnvironmentsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeEnvironmentsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeEnvironmentsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeEnvironmentsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeEnvironmentsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeEventsCommand, serializeAws_queryDescribeEventsCommand, } 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 { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeEventsCommand, serializeAws_queryDescribeEventsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEventsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventsCommand, _super);
|
|
8
8
|
function DescribeEventsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeEventsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeEventsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeEventsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeEventsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeInstancesHealthCommand, serializeAws_queryDescribeInstancesHealthCommand, } 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 { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeInstancesHealthCommand, serializeAws_queryDescribeInstancesHealthCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeInstancesHealthCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeInstancesHealthCommand, _super);
|
|
8
8
|
function DescribeInstancesHealthCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeInstancesHealthCommand = (function (_super) {
|
|
|
37
37
|
return DescribeInstancesHealthCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeInstancesHealthCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeInstancesHealthCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribePlatformVersionRequest, DescribePlatformVersionResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribePlatformVersionCommand, serializeAws_queryDescribePlatformVersionCommand, } 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 { DescribePlatformVersionRequest, DescribePlatformVersionResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribePlatformVersionCommand, serializeAws_queryDescribePlatformVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribePlatformVersionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePlatformVersionCommand, _super);
|
|
8
8
|
function DescribePlatformVersionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribePlatformVersionCommand = (function (_super) {
|
|
|
37
37
|
return DescribePlatformVersionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribePlatformVersionCommand };
|
|
40
|
-
//# sourceMappingURL=DescribePlatformVersionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDisassociateEnvironmentOperationsRoleCommand, serializeAws_queryDisassociateEnvironmentOperationsRoleCommand, } 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 { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDisassociateEnvironmentOperationsRoleCommand, serializeAws_queryDisassociateEnvironmentOperationsRoleCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DisassociateEnvironmentOperationsRoleCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateEnvironmentOperationsRoleCommand, _super);
|
|
8
8
|
function DisassociateEnvironmentOperationsRoleCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DisassociateEnvironmentOperationsRoleCommand = (function (_super) {
|
|
|
37
37
|
return DisassociateEnvironmentOperationsRoleCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DisassociateEnvironmentOperationsRoleCommand };
|
|
40
|
-
//# sourceMappingURL=DisassociateEnvironmentOperationsRoleCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryListAvailableSolutionStacksCommand, serializeAws_queryListAvailableSolutionStacksCommand, } 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 { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryListAvailableSolutionStacksCommand, serializeAws_queryListAvailableSolutionStacksCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListAvailableSolutionStacksCommand = (function (_super) {
|
|
7
7
|
__extends(ListAvailableSolutionStacksCommand, _super);
|
|
8
8
|
function ListAvailableSolutionStacksCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListAvailableSolutionStacksCommand = (function (_super) {
|
|
|
37
37
|
return ListAvailableSolutionStacksCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListAvailableSolutionStacksCommand };
|
|
40
|
-
//# sourceMappingURL=ListAvailableSolutionStacksCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListPlatformBranchesRequest, ListPlatformBranchesResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryListPlatformBranchesCommand, serializeAws_queryListPlatformBranchesCommand, } 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 { ListPlatformBranchesRequest, ListPlatformBranchesResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryListPlatformBranchesCommand, serializeAws_queryListPlatformBranchesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListPlatformBranchesCommand = (function (_super) {
|
|
7
7
|
__extends(ListPlatformBranchesCommand, _super);
|
|
8
8
|
function ListPlatformBranchesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListPlatformBranchesCommand = (function (_super) {
|
|
|
37
37
|
return ListPlatformBranchesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListPlatformBranchesCommand };
|
|
40
|
-
//# sourceMappingURL=ListPlatformBranchesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListPlatformVersionsRequest, ListPlatformVersionsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryListPlatformVersionsCommand, serializeAws_queryListPlatformVersionsCommand, } 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 { ListPlatformVersionsRequest, ListPlatformVersionsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryListPlatformVersionsCommand, serializeAws_queryListPlatformVersionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListPlatformVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPlatformVersionsCommand, _super);
|
|
8
8
|
function ListPlatformVersionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListPlatformVersionsCommand = (function (_super) {
|
|
|
37
37
|
return ListPlatformVersionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListPlatformVersionsCommand };
|
|
40
|
-
//# sourceMappingURL=ListPlatformVersionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryListTagsForResourceCommand, serializeAws_queryListTagsForResourceCommand, } 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 { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryListTagsForResourceCommand, serializeAws_queryListTagsForResourceCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
8
8
|
function ListTagsForResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
37
37
|
return ListTagsForResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListTagsForResourceCommand };
|
|
40
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RebuildEnvironmentMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryRebuildEnvironmentCommand, serializeAws_queryRebuildEnvironmentCommand, } 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 { RebuildEnvironmentMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryRebuildEnvironmentCommand, serializeAws_queryRebuildEnvironmentCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var RebuildEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(RebuildEnvironmentCommand, _super);
|
|
8
8
|
function RebuildEnvironmentCommand(input) {
|
|
@@ -37,4 +37,3 @@ var RebuildEnvironmentCommand = (function (_super) {
|
|
|
37
37
|
return RebuildEnvironmentCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { RebuildEnvironmentCommand };
|
|
40
|
-
//# sourceMappingURL=RebuildEnvironmentCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RequestEnvironmentInfoMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryRequestEnvironmentInfoCommand, serializeAws_queryRequestEnvironmentInfoCommand, } 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 { RequestEnvironmentInfoMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryRequestEnvironmentInfoCommand, serializeAws_queryRequestEnvironmentInfoCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var RequestEnvironmentInfoCommand = (function (_super) {
|
|
7
7
|
__extends(RequestEnvironmentInfoCommand, _super);
|
|
8
8
|
function RequestEnvironmentInfoCommand(input) {
|
|
@@ -37,4 +37,3 @@ var RequestEnvironmentInfoCommand = (function (_super) {
|
|
|
37
37
|
return RequestEnvironmentInfoCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { RequestEnvironmentInfoCommand };
|
|
40
|
-
//# sourceMappingURL=RequestEnvironmentInfoCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RestartAppServerMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryRestartAppServerCommand, serializeAws_queryRestartAppServerCommand, } 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 { RestartAppServerMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryRestartAppServerCommand, serializeAws_queryRestartAppServerCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var RestartAppServerCommand = (function (_super) {
|
|
7
7
|
__extends(RestartAppServerCommand, _super);
|
|
8
8
|
function RestartAppServerCommand(input) {
|
|
@@ -37,4 +37,3 @@ var RestartAppServerCommand = (function (_super) {
|
|
|
37
37
|
return RestartAppServerCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { RestartAppServerCommand };
|
|
40
|
-
//# sourceMappingURL=RestartAppServerCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RetrieveEnvironmentInfoMessage, RetrieveEnvironmentInfoResultMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryRetrieveEnvironmentInfoCommand, serializeAws_queryRetrieveEnvironmentInfoCommand, } 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 { RetrieveEnvironmentInfoMessage, RetrieveEnvironmentInfoResultMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryRetrieveEnvironmentInfoCommand, serializeAws_queryRetrieveEnvironmentInfoCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var RetrieveEnvironmentInfoCommand = (function (_super) {
|
|
7
7
|
__extends(RetrieveEnvironmentInfoCommand, _super);
|
|
8
8
|
function RetrieveEnvironmentInfoCommand(input) {
|
|
@@ -37,4 +37,3 @@ var RetrieveEnvironmentInfoCommand = (function (_super) {
|
|
|
37
37
|
return RetrieveEnvironmentInfoCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { RetrieveEnvironmentInfoCommand };
|
|
40
|
-
//# sourceMappingURL=RetrieveEnvironmentInfoCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_querySwapEnvironmentCNAMEsCommand, serializeAws_querySwapEnvironmentCNAMEsCommand, } 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 { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_querySwapEnvironmentCNAMEsCommand, serializeAws_querySwapEnvironmentCNAMEsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var SwapEnvironmentCNAMEsCommand = (function (_super) {
|
|
7
7
|
__extends(SwapEnvironmentCNAMEsCommand, _super);
|
|
8
8
|
function SwapEnvironmentCNAMEsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var SwapEnvironmentCNAMEsCommand = (function (_super) {
|
|
|
37
37
|
return SwapEnvironmentCNAMEsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { SwapEnvironmentCNAMEsCommand };
|
|
40
|
-
//# sourceMappingURL=SwapEnvironmentCNAMEsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { EnvironmentDescription, TerminateEnvironmentMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryTerminateEnvironmentCommand, serializeAws_queryTerminateEnvironmentCommand, } 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 { EnvironmentDescription, TerminateEnvironmentMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryTerminateEnvironmentCommand, serializeAws_queryTerminateEnvironmentCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var TerminateEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(TerminateEnvironmentCommand, _super);
|
|
8
8
|
function TerminateEnvironmentCommand(input) {
|
|
@@ -37,4 +37,3 @@ var TerminateEnvironmentCommand = (function (_super) {
|
|
|
37
37
|
return TerminateEnvironmentCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { TerminateEnvironmentCommand };
|
|
40
|
-
//# sourceMappingURL=TerminateEnvironmentCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ApplicationDescriptionMessage, UpdateApplicationMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateApplicationCommand, serializeAws_queryUpdateApplicationCommand, } 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, UpdateApplicationMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateApplicationCommand, serializeAws_queryUpdateApplicationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateApplicationCommand, _super);
|
|
8
8
|
function UpdateApplicationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateApplicationCommand = (function (_super) {
|
|
|
37
37
|
return UpdateApplicationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateApplicationCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateApplicationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ApplicationResourceLifecycleDescriptionMessage, UpdateApplicationResourceLifecycleMessage, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateApplicationResourceLifecycleCommand, serializeAws_queryUpdateApplicationResourceLifecycleCommand, } 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 { ApplicationResourceLifecycleDescriptionMessage, UpdateApplicationResourceLifecycleMessage, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateApplicationResourceLifecycleCommand, serializeAws_queryUpdateApplicationResourceLifecycleCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateApplicationResourceLifecycleCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateApplicationResourceLifecycleCommand, _super);
|
|
8
8
|
function UpdateApplicationResourceLifecycleCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateApplicationResourceLifecycleCommand = (function (_super) {
|
|
|
37
37
|
return UpdateApplicationResourceLifecycleCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateApplicationResourceLifecycleCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateApplicationResourceLifecycleCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ApplicationVersionDescriptionMessage, UpdateApplicationVersionMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateApplicationVersionCommand, serializeAws_queryUpdateApplicationVersionCommand, } 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, UpdateApplicationVersionMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateApplicationVersionCommand, serializeAws_queryUpdateApplicationVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateApplicationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateApplicationVersionCommand, _super);
|
|
8
8
|
function UpdateApplicationVersionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateApplicationVersionCommand = (function (_super) {
|
|
|
37
37
|
return UpdateApplicationVersionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateApplicationVersionCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateApplicationVersionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ConfigurationSettingsDescription, UpdateConfigurationTemplateMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateConfigurationTemplateCommand, serializeAws_queryUpdateConfigurationTemplateCommand, } 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, UpdateConfigurationTemplateMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateConfigurationTemplateCommand, serializeAws_queryUpdateConfigurationTemplateCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateConfigurationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateConfigurationTemplateCommand, _super);
|
|
8
8
|
function UpdateConfigurationTemplateCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateConfigurationTemplateCommand = (function (_super) {
|
|
|
37
37
|
return UpdateConfigurationTemplateCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateConfigurationTemplateCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateConfigurationTemplateCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { EnvironmentDescription, UpdateEnvironmentMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateEnvironmentCommand, serializeAws_queryUpdateEnvironmentCommand, } 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 { EnvironmentDescription, UpdateEnvironmentMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateEnvironmentCommand, serializeAws_queryUpdateEnvironmentCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateEnvironmentCommand, _super);
|
|
8
8
|
function UpdateEnvironmentCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateEnvironmentCommand = (function (_super) {
|
|
|
37
37
|
return UpdateEnvironmentCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateEnvironmentCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateEnvironmentCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateTagsForResourceMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateTagsForResourceCommand, serializeAws_queryUpdateTagsForResourceCommand, } 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 { UpdateTagsForResourceMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateTagsForResourceCommand, serializeAws_queryUpdateTagsForResourceCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateTagsForResourceCommand, _super);
|
|
8
8
|
function UpdateTagsForResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateTagsForResourceCommand = (function (_super) {
|
|
|
37
37
|
return UpdateTagsForResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateTagsForResourceCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateTagsForResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ConfigurationSettingsValidationMessages, ValidateConfigurationSettingsMessage } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryValidateConfigurationSettingsCommand, serializeAws_queryValidateConfigurationSettingsCommand, } 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 { ConfigurationSettingsValidationMessages, ValidateConfigurationSettingsMessage } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryValidateConfigurationSettingsCommand, serializeAws_queryValidateConfigurationSettingsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ValidateConfigurationSettingsCommand = (function (_super) {
|
|
7
7
|
__extends(ValidateConfigurationSettingsCommand, _super);
|
|
8
8
|
function ValidateConfigurationSettingsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ValidateConfigurationSettingsCommand = (function (_super) {
|
|
|
37
37
|
return ValidateConfigurationSettingsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ValidateConfigurationSettingsCommand };
|
|
40
|
-
//# sourceMappingURL=ValidateConfigurationSettingsCommand.js.map
|
|
@@ -62,7 +62,7 @@ var partitionHash = {
|
|
|
62
62
|
hostname: "elasticbeanstalk.{region}.amazonaws.com.cn",
|
|
63
63
|
},
|
|
64
64
|
"aws-iso": {
|
|
65
|
-
regions: ["us-iso-east-1"],
|
|
65
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
66
66
|
hostname: "elasticbeanstalk.{region}.c2s.ic.gov",
|
|
67
67
|
},
|
|
68
68
|
"aws-iso-b": {
|
|
@@ -79,4 +79,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
79
79
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "elasticbeanstalk", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
80
80
|
});
|
|
81
81
|
}); };
|
|
82
|
-
//# sourceMappingURL=endpoints.js.map
|
|
File without changes
|
|
File without changes
|
|
@@ -610,4 +610,3 @@ export var ValidateConfigurationSettingsMessage;
|
|
|
610
610
|
(function (ValidateConfigurationSettingsMessage) {
|
|
611
611
|
ValidateConfigurationSettingsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
612
|
})(ValidateConfigurationSettingsMessage || (ValidateConfigurationSettingsMessage = {}));
|
|
613
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { DescribeEnvironmentManagedActionHistoryCommand, } from "../commands/DescribeEnvironmentManagedActionHistoryCommand";
|
|
2
3
|
import { ElasticBeanstalk } from "../ElasticBeanstalk";
|
|
3
4
|
import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
4
|
-
import { DescribeEnvironmentManagedActionHistoryCommand, } from "../commands/DescribeEnvironmentManagedActionHistoryCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateDescribeEnvironmentManagedActionHistory(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=DescribeEnvironmentManagedActionHistoryPaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { DescribeEventsCommand, } from "../commands/DescribeEventsCommand";
|
|
2
3
|
import { ElasticBeanstalk } from "../ElasticBeanstalk";
|
|
3
4
|
import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
4
|
-
import { DescribeEventsCommand, } from "../commands/DescribeEventsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateDescribeEvents(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=DescribeEventsPaginator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListPlatformBranchesCommand, } from "../commands/ListPlatformBranchesCommand";
|
|
2
3
|
import { ElasticBeanstalk } from "../ElasticBeanstalk";
|
|
3
4
|
import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
4
|
-
import { ListPlatformBranchesCommand, } from "../commands/ListPlatformBranchesCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateListPlatformBranches(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=ListPlatformBranchesPaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListPlatformVersionsCommand, } from "../commands/ListPlatformVersionsCommand";
|
|
2
3
|
import { ElasticBeanstalk } from "../ElasticBeanstalk";
|
|
3
4
|
import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
4
|
-
import { ListPlatformVersionsCommand, } from "../commands/ListPlatformVersionsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateListPlatformVersions(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=ListPlatformVersionsPaginator.js.map
|