@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
|
@@ -3150,7 +3150,7 @@ const serializeAws_queryAbortEnvironmentUpdateMessage = (input, context) => {
|
|
|
3150
3150
|
const serializeAws_queryApplicationNamesList = (input, context) => {
|
|
3151
3151
|
const entries = {};
|
|
3152
3152
|
let counter = 1;
|
|
3153
|
-
for (
|
|
3153
|
+
for (const entry of input) {
|
|
3154
3154
|
if (entry === null) {
|
|
3155
3155
|
continue;
|
|
3156
3156
|
}
|
|
@@ -3276,7 +3276,7 @@ const serializeAws_queryConfigurationOptionSetting = (input, context) => {
|
|
|
3276
3276
|
const serializeAws_queryConfigurationOptionSettingsList = (input, context) => {
|
|
3277
3277
|
const entries = {};
|
|
3278
3278
|
let counter = 1;
|
|
3279
|
-
for (
|
|
3279
|
+
for (const entry of input) {
|
|
3280
3280
|
if (entry === null) {
|
|
3281
3281
|
continue;
|
|
3282
3282
|
}
|
|
@@ -3787,7 +3787,7 @@ const serializeAws_queryDisassociateEnvironmentOperationsRoleMessage = (input, c
|
|
|
3787
3787
|
const serializeAws_queryEnvironmentHealthAttributes = (input, context) => {
|
|
3788
3788
|
const entries = {};
|
|
3789
3789
|
let counter = 1;
|
|
3790
|
-
for (
|
|
3790
|
+
for (const entry of input) {
|
|
3791
3791
|
if (entry === null) {
|
|
3792
3792
|
continue;
|
|
3793
3793
|
}
|
|
@@ -3799,7 +3799,7 @@ const serializeAws_queryEnvironmentHealthAttributes = (input, context) => {
|
|
|
3799
3799
|
const serializeAws_queryEnvironmentIdList = (input, context) => {
|
|
3800
3800
|
const entries = {};
|
|
3801
3801
|
let counter = 1;
|
|
3802
|
-
for (
|
|
3802
|
+
for (const entry of input) {
|
|
3803
3803
|
if (entry === null) {
|
|
3804
3804
|
continue;
|
|
3805
3805
|
}
|
|
@@ -3811,7 +3811,7 @@ const serializeAws_queryEnvironmentIdList = (input, context) => {
|
|
|
3811
3811
|
const serializeAws_queryEnvironmentNamesList = (input, context) => {
|
|
3812
3812
|
const entries = {};
|
|
3813
3813
|
let counter = 1;
|
|
3814
|
-
for (
|
|
3814
|
+
for (const entry of input) {
|
|
3815
3815
|
if (entry === null) {
|
|
3816
3816
|
continue;
|
|
3817
3817
|
}
|
|
@@ -3836,7 +3836,7 @@ const serializeAws_queryEnvironmentTier = (input, context) => {
|
|
|
3836
3836
|
const serializeAws_queryInstancesHealthAttributes = (input, context) => {
|
|
3837
3837
|
const entries = {};
|
|
3838
3838
|
let counter = 1;
|
|
3839
|
-
for (
|
|
3839
|
+
for (const entry of input) {
|
|
3840
3840
|
if (entry === null) {
|
|
3841
3841
|
continue;
|
|
3842
3842
|
}
|
|
@@ -3928,7 +3928,7 @@ const serializeAws_queryOptionSpecification = (input, context) => {
|
|
|
3928
3928
|
const serializeAws_queryOptionsSpecifierList = (input, context) => {
|
|
3929
3929
|
const entries = {};
|
|
3930
3930
|
let counter = 1;
|
|
3931
|
-
for (
|
|
3931
|
+
for (const entry of input) {
|
|
3932
3932
|
if (entry === null) {
|
|
3933
3933
|
continue;
|
|
3934
3934
|
}
|
|
@@ -3960,7 +3960,7 @@ const serializeAws_queryPlatformFilter = (input, context) => {
|
|
|
3960
3960
|
const serializeAws_queryPlatformFilters = (input, context) => {
|
|
3961
3961
|
const entries = {};
|
|
3962
3962
|
let counter = 1;
|
|
3963
|
-
for (
|
|
3963
|
+
for (const entry of input) {
|
|
3964
3964
|
if (entry === null) {
|
|
3965
3965
|
continue;
|
|
3966
3966
|
}
|
|
@@ -3975,7 +3975,7 @@ const serializeAws_queryPlatformFilters = (input, context) => {
|
|
|
3975
3975
|
const serializeAws_queryPlatformFilterValueList = (input, context) => {
|
|
3976
3976
|
const entries = {};
|
|
3977
3977
|
let counter = 1;
|
|
3978
|
-
for (
|
|
3978
|
+
for (const entry of input) {
|
|
3979
3979
|
if (entry === null) {
|
|
3980
3980
|
continue;
|
|
3981
3981
|
}
|
|
@@ -4060,7 +4060,7 @@ const serializeAws_querySearchFilter = (input, context) => {
|
|
|
4060
4060
|
const serializeAws_querySearchFilters = (input, context) => {
|
|
4061
4061
|
const entries = {};
|
|
4062
4062
|
let counter = 1;
|
|
4063
|
-
for (
|
|
4063
|
+
for (const entry of input) {
|
|
4064
4064
|
if (entry === null) {
|
|
4065
4065
|
continue;
|
|
4066
4066
|
}
|
|
@@ -4075,7 +4075,7 @@ const serializeAws_querySearchFilters = (input, context) => {
|
|
|
4075
4075
|
const serializeAws_querySearchFilterValues = (input, context) => {
|
|
4076
4076
|
const entries = {};
|
|
4077
4077
|
let counter = 1;
|
|
4078
|
-
for (
|
|
4078
|
+
for (const entry of input) {
|
|
4079
4079
|
if (entry === null) {
|
|
4080
4080
|
continue;
|
|
4081
4081
|
}
|
|
@@ -4136,7 +4136,7 @@ const serializeAws_queryTag = (input, context) => {
|
|
|
4136
4136
|
const serializeAws_queryTagKeyList = (input, context) => {
|
|
4137
4137
|
const entries = {};
|
|
4138
4138
|
let counter = 1;
|
|
4139
|
-
for (
|
|
4139
|
+
for (const entry of input) {
|
|
4140
4140
|
if (entry === null) {
|
|
4141
4141
|
continue;
|
|
4142
4142
|
}
|
|
@@ -4148,7 +4148,7 @@ const serializeAws_queryTagKeyList = (input, context) => {
|
|
|
4148
4148
|
const serializeAws_queryTagList = (input, context) => {
|
|
4149
4149
|
const entries = {};
|
|
4150
4150
|
let counter = 1;
|
|
4151
|
-
for (
|
|
4151
|
+
for (const entry of input) {
|
|
4152
4152
|
if (entry === null) {
|
|
4153
4153
|
continue;
|
|
4154
4154
|
}
|
|
@@ -4163,7 +4163,7 @@ const serializeAws_queryTagList = (input, context) => {
|
|
|
4163
4163
|
const serializeAws_queryTags = (input, context) => {
|
|
4164
4164
|
const entries = {};
|
|
4165
4165
|
let counter = 1;
|
|
4166
|
-
for (
|
|
4166
|
+
for (const entry of input) {
|
|
4167
4167
|
if (entry === null) {
|
|
4168
4168
|
continue;
|
|
4169
4169
|
}
|
|
@@ -4351,7 +4351,7 @@ const serializeAws_queryValidateConfigurationSettingsMessage = (input, context)
|
|
|
4351
4351
|
const serializeAws_queryVersionLabels = (input, context) => {
|
|
4352
4352
|
const entries = {};
|
|
4353
4353
|
let counter = 1;
|
|
4354
|
-
for (
|
|
4354
|
+
for (const entry of input) {
|
|
4355
4355
|
if (entry === null) {
|
|
4356
4356
|
continue;
|
|
4357
4357
|
}
|
|
@@ -4363,7 +4363,7 @@ const serializeAws_queryVersionLabels = (input, context) => {
|
|
|
4363
4363
|
const serializeAws_queryVersionLabelsList = (input, context) => {
|
|
4364
4364
|
const entries = {};
|
|
4365
4365
|
let counter = 1;
|
|
4366
|
-
for (
|
|
4366
|
+
for (const entry of input) {
|
|
4367
4367
|
if (entry === null) {
|
|
4368
4368
|
continue;
|
|
4369
4369
|
}
|
|
@@ -4373,7 +4373,7 @@ const serializeAws_queryVersionLabelsList = (input, context) => {
|
|
|
4373
4373
|
return entries;
|
|
4374
4374
|
};
|
|
4375
4375
|
const deserializeAws_queryApplicationDescription = (output, context) => {
|
|
4376
|
-
|
|
4376
|
+
const contents = {
|
|
4377
4377
|
ApplicationArn: undefined,
|
|
4378
4378
|
ApplicationName: undefined,
|
|
4379
4379
|
Description: undefined,
|
|
@@ -4426,7 +4426,7 @@ const deserializeAws_queryApplicationDescriptionList = (output, context) => {
|
|
|
4426
4426
|
});
|
|
4427
4427
|
};
|
|
4428
4428
|
const deserializeAws_queryApplicationDescriptionMessage = (output, context) => {
|
|
4429
|
-
|
|
4429
|
+
const contents = {
|
|
4430
4430
|
Application: undefined,
|
|
4431
4431
|
};
|
|
4432
4432
|
if (output["Application"] !== undefined) {
|
|
@@ -4435,7 +4435,7 @@ const deserializeAws_queryApplicationDescriptionMessage = (output, context) => {
|
|
|
4435
4435
|
return contents;
|
|
4436
4436
|
};
|
|
4437
4437
|
const deserializeAws_queryApplicationDescriptionsMessage = (output, context) => {
|
|
4438
|
-
|
|
4438
|
+
const contents = {
|
|
4439
4439
|
Applications: undefined,
|
|
4440
4440
|
};
|
|
4441
4441
|
if (output.Applications === "") {
|
|
@@ -4447,7 +4447,7 @@ const deserializeAws_queryApplicationDescriptionsMessage = (output, context) =>
|
|
|
4447
4447
|
return contents;
|
|
4448
4448
|
};
|
|
4449
4449
|
const deserializeAws_queryApplicationMetrics = (output, context) => {
|
|
4450
|
-
|
|
4450
|
+
const contents = {
|
|
4451
4451
|
Duration: undefined,
|
|
4452
4452
|
RequestCount: undefined,
|
|
4453
4453
|
StatusCodes: undefined,
|
|
@@ -4468,7 +4468,7 @@ const deserializeAws_queryApplicationMetrics = (output, context) => {
|
|
|
4468
4468
|
return contents;
|
|
4469
4469
|
};
|
|
4470
4470
|
const deserializeAws_queryApplicationResourceLifecycleConfig = (output, context) => {
|
|
4471
|
-
|
|
4471
|
+
const contents = {
|
|
4472
4472
|
ServiceRole: undefined,
|
|
4473
4473
|
VersionLifecycleConfig: undefined,
|
|
4474
4474
|
};
|
|
@@ -4481,7 +4481,7 @@ const deserializeAws_queryApplicationResourceLifecycleConfig = (output, context)
|
|
|
4481
4481
|
return contents;
|
|
4482
4482
|
};
|
|
4483
4483
|
const deserializeAws_queryApplicationResourceLifecycleDescriptionMessage = (output, context) => {
|
|
4484
|
-
|
|
4484
|
+
const contents = {
|
|
4485
4485
|
ApplicationName: undefined,
|
|
4486
4486
|
ResourceLifecycleConfig: undefined,
|
|
4487
4487
|
};
|
|
@@ -4494,7 +4494,7 @@ const deserializeAws_queryApplicationResourceLifecycleDescriptionMessage = (outp
|
|
|
4494
4494
|
return contents;
|
|
4495
4495
|
};
|
|
4496
4496
|
const deserializeAws_queryApplicationVersionDescription = (output, context) => {
|
|
4497
|
-
|
|
4497
|
+
const contents = {
|
|
4498
4498
|
ApplicationVersionArn: undefined,
|
|
4499
4499
|
ApplicationName: undefined,
|
|
4500
4500
|
Description: undefined,
|
|
@@ -4549,7 +4549,7 @@ const deserializeAws_queryApplicationVersionDescriptionList = (output, context)
|
|
|
4549
4549
|
});
|
|
4550
4550
|
};
|
|
4551
4551
|
const deserializeAws_queryApplicationVersionDescriptionMessage = (output, context) => {
|
|
4552
|
-
|
|
4552
|
+
const contents = {
|
|
4553
4553
|
ApplicationVersion: undefined,
|
|
4554
4554
|
};
|
|
4555
4555
|
if (output["ApplicationVersion"] !== undefined) {
|
|
@@ -4558,7 +4558,7 @@ const deserializeAws_queryApplicationVersionDescriptionMessage = (output, contex
|
|
|
4558
4558
|
return contents;
|
|
4559
4559
|
};
|
|
4560
4560
|
const deserializeAws_queryApplicationVersionDescriptionsMessage = (output, context) => {
|
|
4561
|
-
|
|
4561
|
+
const contents = {
|
|
4562
4562
|
ApplicationVersions: undefined,
|
|
4563
4563
|
NextToken: undefined,
|
|
4564
4564
|
};
|
|
@@ -4574,7 +4574,7 @@ const deserializeAws_queryApplicationVersionDescriptionsMessage = (output, conte
|
|
|
4574
4574
|
return contents;
|
|
4575
4575
|
};
|
|
4576
4576
|
const deserializeAws_queryApplicationVersionLifecycleConfig = (output, context) => {
|
|
4577
|
-
|
|
4577
|
+
const contents = {
|
|
4578
4578
|
MaxCountRule: undefined,
|
|
4579
4579
|
MaxAgeRule: undefined,
|
|
4580
4580
|
};
|
|
@@ -4587,7 +4587,7 @@ const deserializeAws_queryApplicationVersionLifecycleConfig = (output, context)
|
|
|
4587
4587
|
return contents;
|
|
4588
4588
|
};
|
|
4589
4589
|
const deserializeAws_queryApplyEnvironmentManagedActionResult = (output, context) => {
|
|
4590
|
-
|
|
4590
|
+
const contents = {
|
|
4591
4591
|
ActionId: undefined,
|
|
4592
4592
|
ActionDescription: undefined,
|
|
4593
4593
|
ActionType: undefined,
|
|
@@ -4608,7 +4608,7 @@ const deserializeAws_queryApplyEnvironmentManagedActionResult = (output, context
|
|
|
4608
4608
|
return contents;
|
|
4609
4609
|
};
|
|
4610
4610
|
const deserializeAws_queryAutoScalingGroup = (output, context) => {
|
|
4611
|
-
|
|
4611
|
+
const contents = {
|
|
4612
4612
|
Name: undefined,
|
|
4613
4613
|
};
|
|
4614
4614
|
if (output["Name"] !== undefined) {
|
|
@@ -4647,7 +4647,7 @@ const deserializeAws_queryAvailableSolutionStackNamesList = (output, context) =>
|
|
|
4647
4647
|
});
|
|
4648
4648
|
};
|
|
4649
4649
|
const deserializeAws_queryBuilder = (output, context) => {
|
|
4650
|
-
|
|
4650
|
+
const contents = {
|
|
4651
4651
|
ARN: undefined,
|
|
4652
4652
|
};
|
|
4653
4653
|
if (output["ARN"] !== undefined) {
|
|
@@ -4666,7 +4666,7 @@ const deserializeAws_queryCauses = (output, context) => {
|
|
|
4666
4666
|
});
|
|
4667
4667
|
};
|
|
4668
4668
|
const deserializeAws_queryCheckDNSAvailabilityResultMessage = (output, context) => {
|
|
4669
|
-
|
|
4669
|
+
const contents = {
|
|
4670
4670
|
Available: undefined,
|
|
4671
4671
|
FullyQualifiedCNAME: undefined,
|
|
4672
4672
|
};
|
|
@@ -4679,7 +4679,7 @@ const deserializeAws_queryCheckDNSAvailabilityResultMessage = (output, context)
|
|
|
4679
4679
|
return contents;
|
|
4680
4680
|
};
|
|
4681
4681
|
const deserializeAws_queryCodeBuildNotInServiceRegionException = (output, context) => {
|
|
4682
|
-
|
|
4682
|
+
const contents = {
|
|
4683
4683
|
message: undefined,
|
|
4684
4684
|
};
|
|
4685
4685
|
if (output["message"] !== undefined) {
|
|
@@ -4688,7 +4688,7 @@ const deserializeAws_queryCodeBuildNotInServiceRegionException = (output, contex
|
|
|
4688
4688
|
return contents;
|
|
4689
4689
|
};
|
|
4690
4690
|
const deserializeAws_queryConfigurationOptionDescription = (output, context) => {
|
|
4691
|
-
|
|
4691
|
+
const contents = {
|
|
4692
4692
|
Namespace: undefined,
|
|
4693
4693
|
Name: undefined,
|
|
4694
4694
|
DefaultValue: undefined,
|
|
@@ -4760,7 +4760,7 @@ const deserializeAws_queryConfigurationOptionPossibleValues = (output, context)
|
|
|
4760
4760
|
});
|
|
4761
4761
|
};
|
|
4762
4762
|
const deserializeAws_queryConfigurationOptionsDescription = (output, context) => {
|
|
4763
|
-
|
|
4763
|
+
const contents = {
|
|
4764
4764
|
SolutionStackName: undefined,
|
|
4765
4765
|
PlatformArn: undefined,
|
|
4766
4766
|
Options: undefined,
|
|
@@ -4780,7 +4780,7 @@ const deserializeAws_queryConfigurationOptionsDescription = (output, context) =>
|
|
|
4780
4780
|
return contents;
|
|
4781
4781
|
};
|
|
4782
4782
|
const deserializeAws_queryConfigurationOptionSetting = (output, context) => {
|
|
4783
|
-
|
|
4783
|
+
const contents = {
|
|
4784
4784
|
ResourceName: undefined,
|
|
4785
4785
|
Namespace: undefined,
|
|
4786
4786
|
OptionName: undefined,
|
|
@@ -4811,7 +4811,7 @@ const deserializeAws_queryConfigurationOptionSettingsList = (output, context) =>
|
|
|
4811
4811
|
});
|
|
4812
4812
|
};
|
|
4813
4813
|
const deserializeAws_queryConfigurationSettingsDescription = (output, context) => {
|
|
4814
|
-
|
|
4814
|
+
const contents = {
|
|
4815
4815
|
SolutionStackName: undefined,
|
|
4816
4816
|
PlatformArn: undefined,
|
|
4817
4817
|
ApplicationName: undefined,
|
|
@@ -4869,7 +4869,7 @@ const deserializeAws_queryConfigurationSettingsDescriptionList = (output, contex
|
|
|
4869
4869
|
});
|
|
4870
4870
|
};
|
|
4871
4871
|
const deserializeAws_queryConfigurationSettingsDescriptions = (output, context) => {
|
|
4872
|
-
|
|
4872
|
+
const contents = {
|
|
4873
4873
|
ConfigurationSettings: undefined,
|
|
4874
4874
|
};
|
|
4875
4875
|
if (output.ConfigurationSettings === "") {
|
|
@@ -4881,7 +4881,7 @@ const deserializeAws_queryConfigurationSettingsDescriptions = (output, context)
|
|
|
4881
4881
|
return contents;
|
|
4882
4882
|
};
|
|
4883
4883
|
const deserializeAws_queryConfigurationSettingsValidationMessages = (output, context) => {
|
|
4884
|
-
|
|
4884
|
+
const contents = {
|
|
4885
4885
|
Messages: undefined,
|
|
4886
4886
|
};
|
|
4887
4887
|
if (output.Messages === "") {
|
|
@@ -4903,7 +4903,7 @@ const deserializeAws_queryConfigurationTemplateNamesList = (output, context) =>
|
|
|
4903
4903
|
});
|
|
4904
4904
|
};
|
|
4905
4905
|
const deserializeAws_queryCPUUtilization = (output, context) => {
|
|
4906
|
-
|
|
4906
|
+
const contents = {
|
|
4907
4907
|
User: undefined,
|
|
4908
4908
|
Nice: undefined,
|
|
4909
4909
|
System: undefined,
|
|
@@ -4940,7 +4940,7 @@ const deserializeAws_queryCPUUtilization = (output, context) => {
|
|
|
4940
4940
|
return contents;
|
|
4941
4941
|
};
|
|
4942
4942
|
const deserializeAws_queryCreatePlatformVersionResult = (output, context) => {
|
|
4943
|
-
|
|
4943
|
+
const contents = {
|
|
4944
4944
|
PlatformSummary: undefined,
|
|
4945
4945
|
Builder: undefined,
|
|
4946
4946
|
};
|
|
@@ -4953,7 +4953,7 @@ const deserializeAws_queryCreatePlatformVersionResult = (output, context) => {
|
|
|
4953
4953
|
return contents;
|
|
4954
4954
|
};
|
|
4955
4955
|
const deserializeAws_queryCreateStorageLocationResultMessage = (output, context) => {
|
|
4956
|
-
|
|
4956
|
+
const contents = {
|
|
4957
4957
|
S3Bucket: undefined,
|
|
4958
4958
|
};
|
|
4959
4959
|
if (output["S3Bucket"] !== undefined) {
|
|
@@ -4962,7 +4962,7 @@ const deserializeAws_queryCreateStorageLocationResultMessage = (output, context)
|
|
|
4962
4962
|
return contents;
|
|
4963
4963
|
};
|
|
4964
4964
|
const deserializeAws_queryCustomAmi = (output, context) => {
|
|
4965
|
-
|
|
4965
|
+
const contents = {
|
|
4966
4966
|
VirtualizationType: undefined,
|
|
4967
4967
|
ImageId: undefined,
|
|
4968
4968
|
};
|
|
@@ -4985,7 +4985,7 @@ const deserializeAws_queryCustomAmiList = (output, context) => {
|
|
|
4985
4985
|
});
|
|
4986
4986
|
};
|
|
4987
4987
|
const deserializeAws_queryDeletePlatformVersionResult = (output, context) => {
|
|
4988
|
-
|
|
4988
|
+
const contents = {
|
|
4989
4989
|
PlatformSummary: undefined,
|
|
4990
4990
|
};
|
|
4991
4991
|
if (output["PlatformSummary"] !== undefined) {
|
|
@@ -4994,7 +4994,7 @@ const deserializeAws_queryDeletePlatformVersionResult = (output, context) => {
|
|
|
4994
4994
|
return contents;
|
|
4995
4995
|
};
|
|
4996
4996
|
const deserializeAws_queryDeployment = (output, context) => {
|
|
4997
|
-
|
|
4997
|
+
const contents = {
|
|
4998
4998
|
VersionLabel: undefined,
|
|
4999
4999
|
DeploymentId: undefined,
|
|
5000
5000
|
Status: undefined,
|
|
@@ -5015,7 +5015,7 @@ const deserializeAws_queryDeployment = (output, context) => {
|
|
|
5015
5015
|
return contents;
|
|
5016
5016
|
};
|
|
5017
5017
|
const deserializeAws_queryDescribeAccountAttributesResult = (output, context) => {
|
|
5018
|
-
|
|
5018
|
+
const contents = {
|
|
5019
5019
|
ResourceQuotas: undefined,
|
|
5020
5020
|
};
|
|
5021
5021
|
if (output["ResourceQuotas"] !== undefined) {
|
|
@@ -5024,7 +5024,7 @@ const deserializeAws_queryDescribeAccountAttributesResult = (output, context) =>
|
|
|
5024
5024
|
return contents;
|
|
5025
5025
|
};
|
|
5026
5026
|
const deserializeAws_queryDescribeEnvironmentHealthResult = (output, context) => {
|
|
5027
|
-
|
|
5027
|
+
const contents = {
|
|
5028
5028
|
EnvironmentName: undefined,
|
|
5029
5029
|
HealthStatus: undefined,
|
|
5030
5030
|
Status: undefined,
|
|
@@ -5064,7 +5064,7 @@ const deserializeAws_queryDescribeEnvironmentHealthResult = (output, context) =>
|
|
|
5064
5064
|
return contents;
|
|
5065
5065
|
};
|
|
5066
5066
|
const deserializeAws_queryDescribeEnvironmentManagedActionHistoryResult = (output, context) => {
|
|
5067
|
-
|
|
5067
|
+
const contents = {
|
|
5068
5068
|
ManagedActionHistoryItems: undefined,
|
|
5069
5069
|
NextToken: undefined,
|
|
5070
5070
|
};
|
|
@@ -5081,7 +5081,7 @@ const deserializeAws_queryDescribeEnvironmentManagedActionHistoryResult = (outpu
|
|
|
5081
5081
|
return contents;
|
|
5082
5082
|
};
|
|
5083
5083
|
const deserializeAws_queryDescribeEnvironmentManagedActionsResult = (output, context) => {
|
|
5084
|
-
|
|
5084
|
+
const contents = {
|
|
5085
5085
|
ManagedActions: undefined,
|
|
5086
5086
|
};
|
|
5087
5087
|
if (output.ManagedActions === "") {
|
|
@@ -5093,7 +5093,7 @@ const deserializeAws_queryDescribeEnvironmentManagedActionsResult = (output, con
|
|
|
5093
5093
|
return contents;
|
|
5094
5094
|
};
|
|
5095
5095
|
const deserializeAws_queryDescribeInstancesHealthResult = (output, context) => {
|
|
5096
|
-
|
|
5096
|
+
const contents = {
|
|
5097
5097
|
InstanceHealthList: undefined,
|
|
5098
5098
|
RefreshedAt: undefined,
|
|
5099
5099
|
NextToken: undefined,
|
|
@@ -5113,7 +5113,7 @@ const deserializeAws_queryDescribeInstancesHealthResult = (output, context) => {
|
|
|
5113
5113
|
return contents;
|
|
5114
5114
|
};
|
|
5115
5115
|
const deserializeAws_queryDescribePlatformVersionResult = (output, context) => {
|
|
5116
|
-
|
|
5116
|
+
const contents = {
|
|
5117
5117
|
PlatformDescription: undefined,
|
|
5118
5118
|
};
|
|
5119
5119
|
if (output["PlatformDescription"] !== undefined) {
|
|
@@ -5122,7 +5122,7 @@ const deserializeAws_queryDescribePlatformVersionResult = (output, context) => {
|
|
|
5122
5122
|
return contents;
|
|
5123
5123
|
};
|
|
5124
5124
|
const deserializeAws_queryElasticBeanstalkServiceException = (output, context) => {
|
|
5125
|
-
|
|
5125
|
+
const contents = {
|
|
5126
5126
|
message: undefined,
|
|
5127
5127
|
};
|
|
5128
5128
|
if (output["message"] !== undefined) {
|
|
@@ -5131,7 +5131,7 @@ const deserializeAws_queryElasticBeanstalkServiceException = (output, context) =
|
|
|
5131
5131
|
return contents;
|
|
5132
5132
|
};
|
|
5133
5133
|
const deserializeAws_queryEnvironmentDescription = (output, context) => {
|
|
5134
|
-
|
|
5134
|
+
const contents = {
|
|
5135
5135
|
EnvironmentName: undefined,
|
|
5136
5136
|
EnvironmentId: undefined,
|
|
5137
5137
|
ApplicationName: undefined,
|
|
@@ -5233,7 +5233,7 @@ const deserializeAws_queryEnvironmentDescriptionsList = (output, context) => {
|
|
|
5233
5233
|
});
|
|
5234
5234
|
};
|
|
5235
5235
|
const deserializeAws_queryEnvironmentDescriptionsMessage = (output, context) => {
|
|
5236
|
-
|
|
5236
|
+
const contents = {
|
|
5237
5237
|
Environments: undefined,
|
|
5238
5238
|
NextToken: undefined,
|
|
5239
5239
|
};
|
|
@@ -5249,7 +5249,7 @@ const deserializeAws_queryEnvironmentDescriptionsMessage = (output, context) =>
|
|
|
5249
5249
|
return contents;
|
|
5250
5250
|
};
|
|
5251
5251
|
const deserializeAws_queryEnvironmentInfoDescription = (output, context) => {
|
|
5252
|
-
|
|
5252
|
+
const contents = {
|
|
5253
5253
|
InfoType: undefined,
|
|
5254
5254
|
Ec2InstanceId: undefined,
|
|
5255
5255
|
SampleTimestamp: undefined,
|
|
@@ -5280,7 +5280,7 @@ const deserializeAws_queryEnvironmentInfoDescriptionList = (output, context) =>
|
|
|
5280
5280
|
});
|
|
5281
5281
|
};
|
|
5282
5282
|
const deserializeAws_queryEnvironmentLink = (output, context) => {
|
|
5283
|
-
|
|
5283
|
+
const contents = {
|
|
5284
5284
|
LinkName: undefined,
|
|
5285
5285
|
EnvironmentName: undefined,
|
|
5286
5286
|
};
|
|
@@ -5303,7 +5303,7 @@ const deserializeAws_queryEnvironmentLinks = (output, context) => {
|
|
|
5303
5303
|
});
|
|
5304
5304
|
};
|
|
5305
5305
|
const deserializeAws_queryEnvironmentResourceDescription = (output, context) => {
|
|
5306
|
-
|
|
5306
|
+
const contents = {
|
|
5307
5307
|
EnvironmentName: undefined,
|
|
5308
5308
|
AutoScalingGroups: undefined,
|
|
5309
5309
|
Instances: undefined,
|
|
@@ -5361,7 +5361,7 @@ const deserializeAws_queryEnvironmentResourceDescription = (output, context) =>
|
|
|
5361
5361
|
return contents;
|
|
5362
5362
|
};
|
|
5363
5363
|
const deserializeAws_queryEnvironmentResourceDescriptionsMessage = (output, context) => {
|
|
5364
|
-
|
|
5364
|
+
const contents = {
|
|
5365
5365
|
EnvironmentResources: undefined,
|
|
5366
5366
|
};
|
|
5367
5367
|
if (output["EnvironmentResources"] !== undefined) {
|
|
@@ -5370,7 +5370,7 @@ const deserializeAws_queryEnvironmentResourceDescriptionsMessage = (output, cont
|
|
|
5370
5370
|
return contents;
|
|
5371
5371
|
};
|
|
5372
5372
|
const deserializeAws_queryEnvironmentResourcesDescription = (output, context) => {
|
|
5373
|
-
|
|
5373
|
+
const contents = {
|
|
5374
5374
|
LoadBalancer: undefined,
|
|
5375
5375
|
};
|
|
5376
5376
|
if (output["LoadBalancer"] !== undefined) {
|
|
@@ -5379,7 +5379,7 @@ const deserializeAws_queryEnvironmentResourcesDescription = (output, context) =>
|
|
|
5379
5379
|
return contents;
|
|
5380
5380
|
};
|
|
5381
5381
|
const deserializeAws_queryEnvironmentTier = (output, context) => {
|
|
5382
|
-
|
|
5382
|
+
const contents = {
|
|
5383
5383
|
Name: undefined,
|
|
5384
5384
|
Type: undefined,
|
|
5385
5385
|
Version: undefined,
|
|
@@ -5396,7 +5396,7 @@ const deserializeAws_queryEnvironmentTier = (output, context) => {
|
|
|
5396
5396
|
return contents;
|
|
5397
5397
|
};
|
|
5398
5398
|
const deserializeAws_queryEventDescription = (output, context) => {
|
|
5399
|
-
|
|
5399
|
+
const contents = {
|
|
5400
5400
|
EventDate: undefined,
|
|
5401
5401
|
Message: undefined,
|
|
5402
5402
|
ApplicationName: undefined,
|
|
@@ -5447,7 +5447,7 @@ const deserializeAws_queryEventDescriptionList = (output, context) => {
|
|
|
5447
5447
|
});
|
|
5448
5448
|
};
|
|
5449
5449
|
const deserializeAws_queryEventDescriptionsMessage = (output, context) => {
|
|
5450
|
-
|
|
5450
|
+
const contents = {
|
|
5451
5451
|
Events: undefined,
|
|
5452
5452
|
NextToken: undefined,
|
|
5453
5453
|
};
|
|
@@ -5463,7 +5463,7 @@ const deserializeAws_queryEventDescriptionsMessage = (output, context) => {
|
|
|
5463
5463
|
return contents;
|
|
5464
5464
|
};
|
|
5465
5465
|
const deserializeAws_queryInstance = (output, context) => {
|
|
5466
|
-
|
|
5466
|
+
const contents = {
|
|
5467
5467
|
Id: undefined,
|
|
5468
5468
|
};
|
|
5469
5469
|
if (output["Id"] !== undefined) {
|
|
@@ -5482,7 +5482,7 @@ const deserializeAws_queryInstanceHealthList = (output, context) => {
|
|
|
5482
5482
|
});
|
|
5483
5483
|
};
|
|
5484
5484
|
const deserializeAws_queryInstanceHealthSummary = (output, context) => {
|
|
5485
|
-
|
|
5485
|
+
const contents = {
|
|
5486
5486
|
NoData: undefined,
|
|
5487
5487
|
Unknown: undefined,
|
|
5488
5488
|
Pending: undefined,
|
|
@@ -5529,7 +5529,7 @@ const deserializeAws_queryInstanceList = (output, context) => {
|
|
|
5529
5529
|
});
|
|
5530
5530
|
};
|
|
5531
5531
|
const deserializeAws_queryInsufficientPrivilegesException = (output, context) => {
|
|
5532
|
-
|
|
5532
|
+
const contents = {
|
|
5533
5533
|
message: undefined,
|
|
5534
5534
|
};
|
|
5535
5535
|
if (output["message"] !== undefined) {
|
|
@@ -5538,7 +5538,7 @@ const deserializeAws_queryInsufficientPrivilegesException = (output, context) =>
|
|
|
5538
5538
|
return contents;
|
|
5539
5539
|
};
|
|
5540
5540
|
const deserializeAws_queryInvalidRequestException = (output, context) => {
|
|
5541
|
-
|
|
5541
|
+
const contents = {
|
|
5542
5542
|
message: undefined,
|
|
5543
5543
|
};
|
|
5544
5544
|
if (output["message"] !== undefined) {
|
|
@@ -5547,7 +5547,7 @@ const deserializeAws_queryInvalidRequestException = (output, context) => {
|
|
|
5547
5547
|
return contents;
|
|
5548
5548
|
};
|
|
5549
5549
|
const deserializeAws_queryLatency = (output, context) => {
|
|
5550
|
-
|
|
5550
|
+
const contents = {
|
|
5551
5551
|
P999: undefined,
|
|
5552
5552
|
P99: undefined,
|
|
5553
5553
|
P95: undefined,
|
|
@@ -5584,7 +5584,7 @@ const deserializeAws_queryLatency = (output, context) => {
|
|
|
5584
5584
|
return contents;
|
|
5585
5585
|
};
|
|
5586
5586
|
const deserializeAws_queryLaunchConfiguration = (output, context) => {
|
|
5587
|
-
|
|
5587
|
+
const contents = {
|
|
5588
5588
|
Name: undefined,
|
|
5589
5589
|
};
|
|
5590
5590
|
if (output["Name"] !== undefined) {
|
|
@@ -5603,7 +5603,7 @@ const deserializeAws_queryLaunchConfigurationList = (output, context) => {
|
|
|
5603
5603
|
});
|
|
5604
5604
|
};
|
|
5605
5605
|
const deserializeAws_queryLaunchTemplate = (output, context) => {
|
|
5606
|
-
|
|
5606
|
+
const contents = {
|
|
5607
5607
|
Id: undefined,
|
|
5608
5608
|
};
|
|
5609
5609
|
if (output["Id"] !== undefined) {
|
|
@@ -5622,7 +5622,7 @@ const deserializeAws_queryLaunchTemplateList = (output, context) => {
|
|
|
5622
5622
|
});
|
|
5623
5623
|
};
|
|
5624
5624
|
const deserializeAws_queryListAvailableSolutionStacksResultMessage = (output, context) => {
|
|
5625
|
-
|
|
5625
|
+
const contents = {
|
|
5626
5626
|
SolutionStacks: undefined,
|
|
5627
5627
|
SolutionStackDetails: undefined,
|
|
5628
5628
|
};
|
|
@@ -5641,7 +5641,7 @@ const deserializeAws_queryListAvailableSolutionStacksResultMessage = (output, co
|
|
|
5641
5641
|
return contents;
|
|
5642
5642
|
};
|
|
5643
5643
|
const deserializeAws_queryListener = (output, context) => {
|
|
5644
|
-
|
|
5644
|
+
const contents = {
|
|
5645
5645
|
Protocol: undefined,
|
|
5646
5646
|
Port: undefined,
|
|
5647
5647
|
};
|
|
@@ -5654,7 +5654,7 @@ const deserializeAws_queryListener = (output, context) => {
|
|
|
5654
5654
|
return contents;
|
|
5655
5655
|
};
|
|
5656
5656
|
const deserializeAws_queryListPlatformBranchesResult = (output, context) => {
|
|
5657
|
-
|
|
5657
|
+
const contents = {
|
|
5658
5658
|
PlatformBranchSummaryList: undefined,
|
|
5659
5659
|
NextToken: undefined,
|
|
5660
5660
|
};
|
|
@@ -5671,7 +5671,7 @@ const deserializeAws_queryListPlatformBranchesResult = (output, context) => {
|
|
|
5671
5671
|
return contents;
|
|
5672
5672
|
};
|
|
5673
5673
|
const deserializeAws_queryListPlatformVersionsResult = (output, context) => {
|
|
5674
|
-
|
|
5674
|
+
const contents = {
|
|
5675
5675
|
PlatformSummaryList: undefined,
|
|
5676
5676
|
NextToken: undefined,
|
|
5677
5677
|
};
|
|
@@ -5697,7 +5697,7 @@ const deserializeAws_queryLoadAverage = (output, context) => {
|
|
|
5697
5697
|
});
|
|
5698
5698
|
};
|
|
5699
5699
|
const deserializeAws_queryLoadBalancer = (output, context) => {
|
|
5700
|
-
|
|
5700
|
+
const contents = {
|
|
5701
5701
|
Name: undefined,
|
|
5702
5702
|
};
|
|
5703
5703
|
if (output["Name"] !== undefined) {
|
|
@@ -5706,7 +5706,7 @@ const deserializeAws_queryLoadBalancer = (output, context) => {
|
|
|
5706
5706
|
return contents;
|
|
5707
5707
|
};
|
|
5708
5708
|
const deserializeAws_queryLoadBalancerDescription = (output, context) => {
|
|
5709
|
-
|
|
5709
|
+
const contents = {
|
|
5710
5710
|
LoadBalancerName: undefined,
|
|
5711
5711
|
Domain: undefined,
|
|
5712
5712
|
Listeners: undefined,
|
|
@@ -5746,7 +5746,7 @@ const deserializeAws_queryLoadBalancerListenersDescription = (output, context) =
|
|
|
5746
5746
|
});
|
|
5747
5747
|
};
|
|
5748
5748
|
const deserializeAws_queryManagedAction = (output, context) => {
|
|
5749
|
-
|
|
5749
|
+
const contents = {
|
|
5750
5750
|
ActionId: undefined,
|
|
5751
5751
|
ActionDescription: undefined,
|
|
5752
5752
|
ActionType: undefined,
|
|
@@ -5771,7 +5771,7 @@ const deserializeAws_queryManagedAction = (output, context) => {
|
|
|
5771
5771
|
return contents;
|
|
5772
5772
|
};
|
|
5773
5773
|
const deserializeAws_queryManagedActionHistoryItem = (output, context) => {
|
|
5774
|
-
|
|
5774
|
+
const contents = {
|
|
5775
5775
|
ActionId: undefined,
|
|
5776
5776
|
ActionType: undefined,
|
|
5777
5777
|
ActionDescription: undefined,
|
|
@@ -5818,7 +5818,7 @@ const deserializeAws_queryManagedActionHistoryItems = (output, context) => {
|
|
|
5818
5818
|
});
|
|
5819
5819
|
};
|
|
5820
5820
|
const deserializeAws_queryManagedActionInvalidStateException = (output, context) => {
|
|
5821
|
-
|
|
5821
|
+
const contents = {
|
|
5822
5822
|
message: undefined,
|
|
5823
5823
|
};
|
|
5824
5824
|
if (output["message"] !== undefined) {
|
|
@@ -5837,7 +5837,7 @@ const deserializeAws_queryManagedActions = (output, context) => {
|
|
|
5837
5837
|
});
|
|
5838
5838
|
};
|
|
5839
5839
|
const deserializeAws_queryMaxAgeRule = (output, context) => {
|
|
5840
|
-
|
|
5840
|
+
const contents = {
|
|
5841
5841
|
Enabled: undefined,
|
|
5842
5842
|
MaxAgeInDays: undefined,
|
|
5843
5843
|
DeleteSourceFromS3: undefined,
|
|
@@ -5854,7 +5854,7 @@ const deserializeAws_queryMaxAgeRule = (output, context) => {
|
|
|
5854
5854
|
return contents;
|
|
5855
5855
|
};
|
|
5856
5856
|
const deserializeAws_queryMaxCountRule = (output, context) => {
|
|
5857
|
-
|
|
5857
|
+
const contents = {
|
|
5858
5858
|
Enabled: undefined,
|
|
5859
5859
|
MaxCount: undefined,
|
|
5860
5860
|
DeleteSourceFromS3: undefined,
|
|
@@ -5871,7 +5871,7 @@ const deserializeAws_queryMaxCountRule = (output, context) => {
|
|
|
5871
5871
|
return contents;
|
|
5872
5872
|
};
|
|
5873
5873
|
const deserializeAws_queryOperationInProgressException = (output, context) => {
|
|
5874
|
-
|
|
5874
|
+
const contents = {
|
|
5875
5875
|
message: undefined,
|
|
5876
5876
|
};
|
|
5877
5877
|
if (output["message"] !== undefined) {
|
|
@@ -5880,7 +5880,7 @@ const deserializeAws_queryOperationInProgressException = (output, context) => {
|
|
|
5880
5880
|
return contents;
|
|
5881
5881
|
};
|
|
5882
5882
|
const deserializeAws_queryOptionRestrictionRegex = (output, context) => {
|
|
5883
|
-
|
|
5883
|
+
const contents = {
|
|
5884
5884
|
Pattern: undefined,
|
|
5885
5885
|
Label: undefined,
|
|
5886
5886
|
};
|
|
@@ -5893,7 +5893,7 @@ const deserializeAws_queryOptionRestrictionRegex = (output, context) => {
|
|
|
5893
5893
|
return contents;
|
|
5894
5894
|
};
|
|
5895
5895
|
const deserializeAws_queryPlatformBranchSummary = (output, context) => {
|
|
5896
|
-
|
|
5896
|
+
const contents = {
|
|
5897
5897
|
PlatformName: undefined,
|
|
5898
5898
|
BranchName: undefined,
|
|
5899
5899
|
LifecycleState: undefined,
|
|
@@ -5931,7 +5931,7 @@ const deserializeAws_queryPlatformBranchSummaryList = (output, context) => {
|
|
|
5931
5931
|
});
|
|
5932
5932
|
};
|
|
5933
5933
|
const deserializeAws_queryPlatformDescription = (output, context) => {
|
|
5934
|
-
|
|
5934
|
+
const contents = {
|
|
5935
5935
|
PlatformArn: undefined,
|
|
5936
5936
|
PlatformOwner: undefined,
|
|
5937
5937
|
PlatformName: undefined,
|
|
@@ -6035,7 +6035,7 @@ const deserializeAws_queryPlatformDescription = (output, context) => {
|
|
|
6035
6035
|
return contents;
|
|
6036
6036
|
};
|
|
6037
6037
|
const deserializeAws_queryPlatformFramework = (output, context) => {
|
|
6038
|
-
|
|
6038
|
+
const contents = {
|
|
6039
6039
|
Name: undefined,
|
|
6040
6040
|
Version: undefined,
|
|
6041
6041
|
};
|
|
@@ -6058,7 +6058,7 @@ const deserializeAws_queryPlatformFrameworks = (output, context) => {
|
|
|
6058
6058
|
});
|
|
6059
6059
|
};
|
|
6060
6060
|
const deserializeAws_queryPlatformProgrammingLanguage = (output, context) => {
|
|
6061
|
-
|
|
6061
|
+
const contents = {
|
|
6062
6062
|
Name: undefined,
|
|
6063
6063
|
Version: undefined,
|
|
6064
6064
|
};
|
|
@@ -6081,7 +6081,7 @@ const deserializeAws_queryPlatformProgrammingLanguages = (output, context) => {
|
|
|
6081
6081
|
});
|
|
6082
6082
|
};
|
|
6083
6083
|
const deserializeAws_queryPlatformSummary = (output, context) => {
|
|
6084
|
-
|
|
6084
|
+
const contents = {
|
|
6085
6085
|
PlatformArn: undefined,
|
|
6086
6086
|
PlatformOwner: undefined,
|
|
6087
6087
|
PlatformStatus: undefined,
|
|
@@ -6150,7 +6150,7 @@ const deserializeAws_queryPlatformSummaryList = (output, context) => {
|
|
|
6150
6150
|
});
|
|
6151
6151
|
};
|
|
6152
6152
|
const deserializeAws_queryPlatformVersionStillReferencedException = (output, context) => {
|
|
6153
|
-
|
|
6153
|
+
const contents = {
|
|
6154
6154
|
message: undefined,
|
|
6155
6155
|
};
|
|
6156
6156
|
if (output["message"] !== undefined) {
|
|
@@ -6159,7 +6159,7 @@ const deserializeAws_queryPlatformVersionStillReferencedException = (output, con
|
|
|
6159
6159
|
return contents;
|
|
6160
6160
|
};
|
|
6161
6161
|
const deserializeAws_queryQueue = (output, context) => {
|
|
6162
|
-
|
|
6162
|
+
const contents = {
|
|
6163
6163
|
Name: undefined,
|
|
6164
6164
|
URL: undefined,
|
|
6165
6165
|
};
|
|
@@ -6182,7 +6182,7 @@ const deserializeAws_queryQueueList = (output, context) => {
|
|
|
6182
6182
|
});
|
|
6183
6183
|
};
|
|
6184
6184
|
const deserializeAws_queryResourceNotFoundException = (output, context) => {
|
|
6185
|
-
|
|
6185
|
+
const contents = {
|
|
6186
6186
|
message: undefined,
|
|
6187
6187
|
};
|
|
6188
6188
|
if (output["message"] !== undefined) {
|
|
@@ -6191,7 +6191,7 @@ const deserializeAws_queryResourceNotFoundException = (output, context) => {
|
|
|
6191
6191
|
return contents;
|
|
6192
6192
|
};
|
|
6193
6193
|
const deserializeAws_queryResourceQuota = (output, context) => {
|
|
6194
|
-
|
|
6194
|
+
const contents = {
|
|
6195
6195
|
Maximum: undefined,
|
|
6196
6196
|
};
|
|
6197
6197
|
if (output["Maximum"] !== undefined) {
|
|
@@ -6200,7 +6200,7 @@ const deserializeAws_queryResourceQuota = (output, context) => {
|
|
|
6200
6200
|
return contents;
|
|
6201
6201
|
};
|
|
6202
6202
|
const deserializeAws_queryResourceQuotas = (output, context) => {
|
|
6203
|
-
|
|
6203
|
+
const contents = {
|
|
6204
6204
|
ApplicationQuota: undefined,
|
|
6205
6205
|
ApplicationVersionQuota: undefined,
|
|
6206
6206
|
EnvironmentQuota: undefined,
|
|
@@ -6225,7 +6225,7 @@ const deserializeAws_queryResourceQuotas = (output, context) => {
|
|
|
6225
6225
|
return contents;
|
|
6226
6226
|
};
|
|
6227
6227
|
const deserializeAws_queryResourceTagsDescriptionMessage = (output, context) => {
|
|
6228
|
-
|
|
6228
|
+
const contents = {
|
|
6229
6229
|
ResourceArn: undefined,
|
|
6230
6230
|
ResourceTags: undefined,
|
|
6231
6231
|
};
|
|
@@ -6241,7 +6241,7 @@ const deserializeAws_queryResourceTagsDescriptionMessage = (output, context) =>
|
|
|
6241
6241
|
return contents;
|
|
6242
6242
|
};
|
|
6243
6243
|
const deserializeAws_queryResourceTypeNotSupportedException = (output, context) => {
|
|
6244
|
-
|
|
6244
|
+
const contents = {
|
|
6245
6245
|
message: undefined,
|
|
6246
6246
|
};
|
|
6247
6247
|
if (output["message"] !== undefined) {
|
|
@@ -6250,7 +6250,7 @@ const deserializeAws_queryResourceTypeNotSupportedException = (output, context)
|
|
|
6250
6250
|
return contents;
|
|
6251
6251
|
};
|
|
6252
6252
|
const deserializeAws_queryRetrieveEnvironmentInfoResultMessage = (output, context) => {
|
|
6253
|
-
|
|
6253
|
+
const contents = {
|
|
6254
6254
|
EnvironmentInfo: undefined,
|
|
6255
6255
|
};
|
|
6256
6256
|
if (output.EnvironmentInfo === "") {
|
|
@@ -6262,7 +6262,7 @@ const deserializeAws_queryRetrieveEnvironmentInfoResultMessage = (output, contex
|
|
|
6262
6262
|
return contents;
|
|
6263
6263
|
};
|
|
6264
6264
|
const deserializeAws_queryS3Location = (output, context) => {
|
|
6265
|
-
|
|
6265
|
+
const contents = {
|
|
6266
6266
|
S3Bucket: undefined,
|
|
6267
6267
|
S3Key: undefined,
|
|
6268
6268
|
};
|
|
@@ -6275,7 +6275,7 @@ const deserializeAws_queryS3Location = (output, context) => {
|
|
|
6275
6275
|
return contents;
|
|
6276
6276
|
};
|
|
6277
6277
|
const deserializeAws_queryS3LocationNotInServiceRegionException = (output, context) => {
|
|
6278
|
-
|
|
6278
|
+
const contents = {
|
|
6279
6279
|
message: undefined,
|
|
6280
6280
|
};
|
|
6281
6281
|
if (output["message"] !== undefined) {
|
|
@@ -6284,7 +6284,7 @@ const deserializeAws_queryS3LocationNotInServiceRegionException = (output, conte
|
|
|
6284
6284
|
return contents;
|
|
6285
6285
|
};
|
|
6286
6286
|
const deserializeAws_queryS3SubscriptionRequiredException = (output, context) => {
|
|
6287
|
-
|
|
6287
|
+
const contents = {
|
|
6288
6288
|
message: undefined,
|
|
6289
6289
|
};
|
|
6290
6290
|
if (output["message"] !== undefined) {
|
|
@@ -6293,7 +6293,7 @@ const deserializeAws_queryS3SubscriptionRequiredException = (output, context) =>
|
|
|
6293
6293
|
return contents;
|
|
6294
6294
|
};
|
|
6295
6295
|
const deserializeAws_querySingleInstanceHealth = (output, context) => {
|
|
6296
|
-
|
|
6296
|
+
const contents = {
|
|
6297
6297
|
InstanceId: undefined,
|
|
6298
6298
|
HealthStatus: undefined,
|
|
6299
6299
|
Color: undefined,
|
|
@@ -6341,7 +6341,7 @@ const deserializeAws_querySingleInstanceHealth = (output, context) => {
|
|
|
6341
6341
|
return contents;
|
|
6342
6342
|
};
|
|
6343
6343
|
const deserializeAws_querySolutionStackDescription = (output, context) => {
|
|
6344
|
-
|
|
6344
|
+
const contents = {
|
|
6345
6345
|
SolutionStackName: undefined,
|
|
6346
6346
|
PermittedFileTypes: undefined,
|
|
6347
6347
|
};
|
|
@@ -6367,7 +6367,7 @@ const deserializeAws_querySolutionStackFileTypeList = (output, context) => {
|
|
|
6367
6367
|
});
|
|
6368
6368
|
};
|
|
6369
6369
|
const deserializeAws_querySourceBuildInformation = (output, context) => {
|
|
6370
|
-
|
|
6370
|
+
const contents = {
|
|
6371
6371
|
SourceType: undefined,
|
|
6372
6372
|
SourceRepository: undefined,
|
|
6373
6373
|
SourceLocation: undefined,
|
|
@@ -6384,7 +6384,7 @@ const deserializeAws_querySourceBuildInformation = (output, context) => {
|
|
|
6384
6384
|
return contents;
|
|
6385
6385
|
};
|
|
6386
6386
|
const deserializeAws_querySourceBundleDeletionException = (output, context) => {
|
|
6387
|
-
|
|
6387
|
+
const contents = {
|
|
6388
6388
|
message: undefined,
|
|
6389
6389
|
};
|
|
6390
6390
|
if (output["message"] !== undefined) {
|
|
@@ -6393,7 +6393,7 @@ const deserializeAws_querySourceBundleDeletionException = (output, context) => {
|
|
|
6393
6393
|
return contents;
|
|
6394
6394
|
};
|
|
6395
6395
|
const deserializeAws_queryStatusCodes = (output, context) => {
|
|
6396
|
-
|
|
6396
|
+
const contents = {
|
|
6397
6397
|
Status2xx: undefined,
|
|
6398
6398
|
Status3xx: undefined,
|
|
6399
6399
|
Status4xx: undefined,
|
|
@@ -6434,7 +6434,7 @@ const deserializeAws_querySupportedTierList = (output, context) => {
|
|
|
6434
6434
|
});
|
|
6435
6435
|
};
|
|
6436
6436
|
const deserializeAws_querySystemStatus = (output, context) => {
|
|
6437
|
-
|
|
6437
|
+
const contents = {
|
|
6438
6438
|
CPUUtilization: undefined,
|
|
6439
6439
|
LoadAverage: undefined,
|
|
6440
6440
|
};
|
|
@@ -6450,7 +6450,7 @@ const deserializeAws_querySystemStatus = (output, context) => {
|
|
|
6450
6450
|
return contents;
|
|
6451
6451
|
};
|
|
6452
6452
|
const deserializeAws_queryTag = (output, context) => {
|
|
6453
|
-
|
|
6453
|
+
const contents = {
|
|
6454
6454
|
Key: undefined,
|
|
6455
6455
|
Value: undefined,
|
|
6456
6456
|
};
|
|
@@ -6473,7 +6473,7 @@ const deserializeAws_queryTagList = (output, context) => {
|
|
|
6473
6473
|
});
|
|
6474
6474
|
};
|
|
6475
6475
|
const deserializeAws_queryTooManyApplicationsException = (output, context) => {
|
|
6476
|
-
|
|
6476
|
+
const contents = {
|
|
6477
6477
|
message: undefined,
|
|
6478
6478
|
};
|
|
6479
6479
|
if (output["message"] !== undefined) {
|
|
@@ -6482,7 +6482,7 @@ const deserializeAws_queryTooManyApplicationsException = (output, context) => {
|
|
|
6482
6482
|
return contents;
|
|
6483
6483
|
};
|
|
6484
6484
|
const deserializeAws_queryTooManyApplicationVersionsException = (output, context) => {
|
|
6485
|
-
|
|
6485
|
+
const contents = {
|
|
6486
6486
|
message: undefined,
|
|
6487
6487
|
};
|
|
6488
6488
|
if (output["message"] !== undefined) {
|
|
@@ -6491,7 +6491,7 @@ const deserializeAws_queryTooManyApplicationVersionsException = (output, context
|
|
|
6491
6491
|
return contents;
|
|
6492
6492
|
};
|
|
6493
6493
|
const deserializeAws_queryTooManyBucketsException = (output, context) => {
|
|
6494
|
-
|
|
6494
|
+
const contents = {
|
|
6495
6495
|
message: undefined,
|
|
6496
6496
|
};
|
|
6497
6497
|
if (output["message"] !== undefined) {
|
|
@@ -6500,7 +6500,7 @@ const deserializeAws_queryTooManyBucketsException = (output, context) => {
|
|
|
6500
6500
|
return contents;
|
|
6501
6501
|
};
|
|
6502
6502
|
const deserializeAws_queryTooManyConfigurationTemplatesException = (output, context) => {
|
|
6503
|
-
|
|
6503
|
+
const contents = {
|
|
6504
6504
|
message: undefined,
|
|
6505
6505
|
};
|
|
6506
6506
|
if (output["message"] !== undefined) {
|
|
@@ -6509,7 +6509,7 @@ const deserializeAws_queryTooManyConfigurationTemplatesException = (output, cont
|
|
|
6509
6509
|
return contents;
|
|
6510
6510
|
};
|
|
6511
6511
|
const deserializeAws_queryTooManyEnvironmentsException = (output, context) => {
|
|
6512
|
-
|
|
6512
|
+
const contents = {
|
|
6513
6513
|
message: undefined,
|
|
6514
6514
|
};
|
|
6515
6515
|
if (output["message"] !== undefined) {
|
|
@@ -6518,7 +6518,7 @@ const deserializeAws_queryTooManyEnvironmentsException = (output, context) => {
|
|
|
6518
6518
|
return contents;
|
|
6519
6519
|
};
|
|
6520
6520
|
const deserializeAws_queryTooManyPlatformsException = (output, context) => {
|
|
6521
|
-
|
|
6521
|
+
const contents = {
|
|
6522
6522
|
message: undefined,
|
|
6523
6523
|
};
|
|
6524
6524
|
if (output["message"] !== undefined) {
|
|
@@ -6527,7 +6527,7 @@ const deserializeAws_queryTooManyPlatformsException = (output, context) => {
|
|
|
6527
6527
|
return contents;
|
|
6528
6528
|
};
|
|
6529
6529
|
const deserializeAws_queryTooManyTagsException = (output, context) => {
|
|
6530
|
-
|
|
6530
|
+
const contents = {
|
|
6531
6531
|
message: undefined,
|
|
6532
6532
|
};
|
|
6533
6533
|
if (output["message"] !== undefined) {
|
|
@@ -6536,7 +6536,7 @@ const deserializeAws_queryTooManyTagsException = (output, context) => {
|
|
|
6536
6536
|
return contents;
|
|
6537
6537
|
};
|
|
6538
6538
|
const deserializeAws_queryTrigger = (output, context) => {
|
|
6539
|
-
|
|
6539
|
+
const contents = {
|
|
6540
6540
|
Name: undefined,
|
|
6541
6541
|
};
|
|
6542
6542
|
if (output["Name"] !== undefined) {
|
|
@@ -6555,7 +6555,7 @@ const deserializeAws_queryTriggerList = (output, context) => {
|
|
|
6555
6555
|
});
|
|
6556
6556
|
};
|
|
6557
6557
|
const deserializeAws_queryValidationMessage = (output, context) => {
|
|
6558
|
-
|
|
6558
|
+
const contents = {
|
|
6559
6559
|
Message: undefined,
|
|
6560
6560
|
Severity: undefined,
|
|
6561
6561
|
Namespace: undefined,
|
|
@@ -6604,14 +6604,12 @@ const deserializeMetadata = (output) => {
|
|
|
6604
6604
|
cfId: output.headers["x-amz-cf-id"],
|
|
6605
6605
|
});
|
|
6606
6606
|
};
|
|
6607
|
-
// Collect low-level response body stream to Uint8Array.
|
|
6608
6607
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
6609
6608
|
if (streamBody instanceof Uint8Array) {
|
|
6610
6609
|
return Promise.resolve(streamBody);
|
|
6611
6610
|
}
|
|
6612
6611
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
6613
6612
|
};
|
|
6614
|
-
// Encode Uint8Array data into string with utf-8.
|
|
6615
6613
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
6616
6614
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
6617
6615
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -6663,4 +6661,3 @@ const loadQueryErrorCode = (output, data) => {
|
|
|
6663
6661
|
}
|
|
6664
6662
|
return "";
|
|
6665
6663
|
};
|
|
6666
|
-
//# sourceMappingURL=Aws_query.js.map
|