@aws-sdk/client-elastic-beanstalk 3.1086.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +149 -181
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +5 -15
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +19 -85
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +3 -6
- package/package.json +39 -39