@aws-sdk/client-elastic-beanstalk 3.169.0 → 3.171.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.
Files changed (72) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +833 -240
  3. package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +387 -120
  4. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +31 -17
  16. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +31 -17
  39. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +7 -7
  54. package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1337 -1754
  57. package/dist-types/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  60. package/dist-types/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  63. package/dist-types/ts3.4/protocols/Aws_query.d.ts +569 -143
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  68. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  69. package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +11 -7
  70. package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +11 -7
  71. package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +11 -7
  72. package/package.json +35 -35
@@ -1,120 +1,387 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput } from "./commands/AbortEnvironmentUpdateCommand";
10
- import { ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput } from "./commands/ApplyEnvironmentManagedActionCommand";
11
- import { AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput } from "./commands/AssociateEnvironmentOperationsRoleCommand";
12
- import { CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput } from "./commands/CheckDNSAvailabilityCommand";
13
- import { ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput } from "./commands/ComposeEnvironmentsCommand";
14
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
15
- import { CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput } from "./commands/CreateApplicationVersionCommand";
16
- import { CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput } from "./commands/CreateConfigurationTemplateCommand";
17
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
18
- import { CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput } from "./commands/CreatePlatformVersionCommand";
19
- import { CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput } from "./commands/CreateStorageLocationCommand";
20
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
21
- import { DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput } from "./commands/DeleteApplicationVersionCommand";
22
- import { DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput } from "./commands/DeleteConfigurationTemplateCommand";
23
- import { DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput } from "./commands/DeleteEnvironmentConfigurationCommand";
24
- import { DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput } from "./commands/DeletePlatformVersionCommand";
25
- import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
26
- import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
27
- import { DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput } from "./commands/DescribeApplicationVersionsCommand";
28
- import { DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput } from "./commands/DescribeConfigurationOptionsCommand";
29
- import { DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput } from "./commands/DescribeConfigurationSettingsCommand";
30
- import { DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput } from "./commands/DescribeEnvironmentHealthCommand";
31
- import { DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput } from "./commands/DescribeEnvironmentManagedActionHistoryCommand";
32
- import { DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput } from "./commands/DescribeEnvironmentManagedActionsCommand";
33
- import { DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput } from "./commands/DescribeEnvironmentResourcesCommand";
34
- import { DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput } from "./commands/DescribeEnvironmentsCommand";
35
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
36
- import { DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput } from "./commands/DescribeInstancesHealthCommand";
37
- import { DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput } from "./commands/DescribePlatformVersionCommand";
38
- import { DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput } from "./commands/DisassociateEnvironmentOperationsRoleCommand";
39
- import { ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput } from "./commands/ListAvailableSolutionStacksCommand";
40
- import { ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput } from "./commands/ListPlatformBranchesCommand";
41
- import { ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput } from "./commands/ListPlatformVersionsCommand";
42
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
43
- import { RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput } from "./commands/RebuildEnvironmentCommand";
44
- import { RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput } from "./commands/RequestEnvironmentInfoCommand";
45
- import { RestartAppServerCommandInput, RestartAppServerCommandOutput } from "./commands/RestartAppServerCommand";
46
- import { RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput } from "./commands/RetrieveEnvironmentInfoCommand";
47
- import { SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput } from "./commands/SwapEnvironmentCNAMEsCommand";
48
- import { TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput } from "./commands/TerminateEnvironmentCommand";
49
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
50
- import { UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput } from "./commands/UpdateApplicationResourceLifecycleCommand";
51
- import { UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput } from "./commands/UpdateApplicationVersionCommand";
52
- import { UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput } from "./commands/UpdateConfigurationTemplateCommand";
53
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
54
- import { UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput } from "./commands/UpdateTagsForResourceCommand";
55
- import { ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput } from "./commands/ValidateConfigurationSettingsCommand";
56
- export declare type ServiceInputTypes = AbortEnvironmentUpdateCommandInput | ApplyEnvironmentManagedActionCommandInput | AssociateEnvironmentOperationsRoleCommandInput | CheckDNSAvailabilityCommandInput | ComposeEnvironmentsCommandInput | CreateApplicationCommandInput | CreateApplicationVersionCommandInput | CreateConfigurationTemplateCommandInput | CreateEnvironmentCommandInput | CreatePlatformVersionCommandInput | CreateStorageLocationCommandInput | DeleteApplicationCommandInput | DeleteApplicationVersionCommandInput | DeleteConfigurationTemplateCommandInput | DeleteEnvironmentConfigurationCommandInput | DeletePlatformVersionCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicationVersionsCommandInput | DescribeApplicationsCommandInput | DescribeConfigurationOptionsCommandInput | DescribeConfigurationSettingsCommandInput | DescribeEnvironmentHealthCommandInput | DescribeEnvironmentManagedActionHistoryCommandInput | DescribeEnvironmentManagedActionsCommandInput | DescribeEnvironmentResourcesCommandInput | DescribeEnvironmentsCommandInput | DescribeEventsCommandInput | DescribeInstancesHealthCommandInput | DescribePlatformVersionCommandInput | DisassociateEnvironmentOperationsRoleCommandInput | ListAvailableSolutionStacksCommandInput | ListPlatformBranchesCommandInput | ListPlatformVersionsCommandInput | ListTagsForResourceCommandInput | RebuildEnvironmentCommandInput | RequestEnvironmentInfoCommandInput | RestartAppServerCommandInput | RetrieveEnvironmentInfoCommandInput | SwapEnvironmentCNAMEsCommandInput | TerminateEnvironmentCommandInput | UpdateApplicationCommandInput | UpdateApplicationResourceLifecycleCommandInput | UpdateApplicationVersionCommandInput | UpdateConfigurationTemplateCommandInput | UpdateEnvironmentCommandInput | UpdateTagsForResourceCommandInput | ValidateConfigurationSettingsCommandInput;
57
- export declare type ServiceOutputTypes = AbortEnvironmentUpdateCommandOutput | ApplyEnvironmentManagedActionCommandOutput | AssociateEnvironmentOperationsRoleCommandOutput | CheckDNSAvailabilityCommandOutput | ComposeEnvironmentsCommandOutput | CreateApplicationCommandOutput | CreateApplicationVersionCommandOutput | CreateConfigurationTemplateCommandOutput | CreateEnvironmentCommandOutput | CreatePlatformVersionCommandOutput | CreateStorageLocationCommandOutput | DeleteApplicationCommandOutput | DeleteApplicationVersionCommandOutput | DeleteConfigurationTemplateCommandOutput | DeleteEnvironmentConfigurationCommandOutput | DeletePlatformVersionCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicationVersionsCommandOutput | DescribeApplicationsCommandOutput | DescribeConfigurationOptionsCommandOutput | DescribeConfigurationSettingsCommandOutput | DescribeEnvironmentHealthCommandOutput | DescribeEnvironmentManagedActionHistoryCommandOutput | DescribeEnvironmentManagedActionsCommandOutput | DescribeEnvironmentResourcesCommandOutput | DescribeEnvironmentsCommandOutput | DescribeEventsCommandOutput | DescribeInstancesHealthCommandOutput | DescribePlatformVersionCommandOutput | DisassociateEnvironmentOperationsRoleCommandOutput | ListAvailableSolutionStacksCommandOutput | ListPlatformBranchesCommandOutput | ListPlatformVersionsCommandOutput | ListTagsForResourceCommandOutput | RebuildEnvironmentCommandOutput | RequestEnvironmentInfoCommandOutput | RestartAppServerCommandOutput | RetrieveEnvironmentInfoCommandOutput | SwapEnvironmentCNAMEsCommandOutput | TerminateEnvironmentCommandOutput | UpdateApplicationCommandOutput | UpdateApplicationResourceLifecycleCommandOutput | UpdateApplicationVersionCommandOutput | UpdateConfigurationTemplateCommandOutput | UpdateEnvironmentCommandOutput | UpdateTagsForResourceCommandOutput | ValidateConfigurationSettingsCommandOutput;
58
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
59
-
60
- requestHandler?: __HttpHandler;
61
-
62
- sha256?: __HashConstructor;
63
-
64
- urlParser?: __UrlParser;
65
-
66
- bodyLengthChecker?: __BodyLengthCalculator;
67
-
68
- streamCollector?: __StreamCollector;
69
-
70
- base64Decoder?: __Decoder;
71
-
72
- base64Encoder?: __Encoder;
73
-
74
- utf8Decoder?: __Decoder;
75
-
76
- utf8Encoder?: __Encoder;
77
-
78
- runtime?: string;
79
-
80
- disableHostPrefix?: boolean;
81
-
82
- maxAttempts?: number | __Provider<number>;
83
-
84
- retryMode?: string | __Provider<string>;
85
-
86
- logger?: __Logger;
87
-
88
- useDualstackEndpoint?: boolean | __Provider<boolean>;
89
-
90
- useFipsEndpoint?: boolean | __Provider<boolean>;
91
-
92
- serviceId?: string;
93
-
94
- region?: string | __Provider<string>;
95
-
96
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
97
-
98
- regionInfoProvider?: RegionInfoProvider;
99
-
100
- defaultUserAgentProvider?: Provider<__UserAgent>;
101
-
102
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
103
- }
104
- declare type ElasticBeanstalkClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
105
-
106
- export interface ElasticBeanstalkClientConfig extends ElasticBeanstalkClientConfigType {
107
- }
108
- declare type ElasticBeanstalkClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
109
-
110
- export interface ElasticBeanstalkClientResolvedConfig extends ElasticBeanstalkClientResolvedConfigType {
111
- }
112
-
113
- export declare class ElasticBeanstalkClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticBeanstalkClientResolvedConfig> {
114
-
115
- readonly config: ElasticBeanstalkClientResolvedConfig;
116
- constructor(configuration: ElasticBeanstalkClientConfig);
117
-
118
- destroy(): void;
119
- }
120
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AbortEnvironmentUpdateCommandInput,
47
+ AbortEnvironmentUpdateCommandOutput,
48
+ } from "./commands/AbortEnvironmentUpdateCommand";
49
+ import {
50
+ ApplyEnvironmentManagedActionCommandInput,
51
+ ApplyEnvironmentManagedActionCommandOutput,
52
+ } from "./commands/ApplyEnvironmentManagedActionCommand";
53
+ import {
54
+ AssociateEnvironmentOperationsRoleCommandInput,
55
+ AssociateEnvironmentOperationsRoleCommandOutput,
56
+ } from "./commands/AssociateEnvironmentOperationsRoleCommand";
57
+ import {
58
+ CheckDNSAvailabilityCommandInput,
59
+ CheckDNSAvailabilityCommandOutput,
60
+ } from "./commands/CheckDNSAvailabilityCommand";
61
+ import {
62
+ ComposeEnvironmentsCommandInput,
63
+ ComposeEnvironmentsCommandOutput,
64
+ } from "./commands/ComposeEnvironmentsCommand";
65
+ import {
66
+ CreateApplicationCommandInput,
67
+ CreateApplicationCommandOutput,
68
+ } from "./commands/CreateApplicationCommand";
69
+ import {
70
+ CreateApplicationVersionCommandInput,
71
+ CreateApplicationVersionCommandOutput,
72
+ } from "./commands/CreateApplicationVersionCommand";
73
+ import {
74
+ CreateConfigurationTemplateCommandInput,
75
+ CreateConfigurationTemplateCommandOutput,
76
+ } from "./commands/CreateConfigurationTemplateCommand";
77
+ import {
78
+ CreateEnvironmentCommandInput,
79
+ CreateEnvironmentCommandOutput,
80
+ } from "./commands/CreateEnvironmentCommand";
81
+ import {
82
+ CreatePlatformVersionCommandInput,
83
+ CreatePlatformVersionCommandOutput,
84
+ } from "./commands/CreatePlatformVersionCommand";
85
+ import {
86
+ CreateStorageLocationCommandInput,
87
+ CreateStorageLocationCommandOutput,
88
+ } from "./commands/CreateStorageLocationCommand";
89
+ import {
90
+ DeleteApplicationCommandInput,
91
+ DeleteApplicationCommandOutput,
92
+ } from "./commands/DeleteApplicationCommand";
93
+ import {
94
+ DeleteApplicationVersionCommandInput,
95
+ DeleteApplicationVersionCommandOutput,
96
+ } from "./commands/DeleteApplicationVersionCommand";
97
+ import {
98
+ DeleteConfigurationTemplateCommandInput,
99
+ DeleteConfigurationTemplateCommandOutput,
100
+ } from "./commands/DeleteConfigurationTemplateCommand";
101
+ import {
102
+ DeleteEnvironmentConfigurationCommandInput,
103
+ DeleteEnvironmentConfigurationCommandOutput,
104
+ } from "./commands/DeleteEnvironmentConfigurationCommand";
105
+ import {
106
+ DeletePlatformVersionCommandInput,
107
+ DeletePlatformVersionCommandOutput,
108
+ } from "./commands/DeletePlatformVersionCommand";
109
+ import {
110
+ DescribeAccountAttributesCommandInput,
111
+ DescribeAccountAttributesCommandOutput,
112
+ } from "./commands/DescribeAccountAttributesCommand";
113
+ import {
114
+ DescribeApplicationsCommandInput,
115
+ DescribeApplicationsCommandOutput,
116
+ } from "./commands/DescribeApplicationsCommand";
117
+ import {
118
+ DescribeApplicationVersionsCommandInput,
119
+ DescribeApplicationVersionsCommandOutput,
120
+ } from "./commands/DescribeApplicationVersionsCommand";
121
+ import {
122
+ DescribeConfigurationOptionsCommandInput,
123
+ DescribeConfigurationOptionsCommandOutput,
124
+ } from "./commands/DescribeConfigurationOptionsCommand";
125
+ import {
126
+ DescribeConfigurationSettingsCommandInput,
127
+ DescribeConfigurationSettingsCommandOutput,
128
+ } from "./commands/DescribeConfigurationSettingsCommand";
129
+ import {
130
+ DescribeEnvironmentHealthCommandInput,
131
+ DescribeEnvironmentHealthCommandOutput,
132
+ } from "./commands/DescribeEnvironmentHealthCommand";
133
+ import {
134
+ DescribeEnvironmentManagedActionHistoryCommandInput,
135
+ DescribeEnvironmentManagedActionHistoryCommandOutput,
136
+ } from "./commands/DescribeEnvironmentManagedActionHistoryCommand";
137
+ import {
138
+ DescribeEnvironmentManagedActionsCommandInput,
139
+ DescribeEnvironmentManagedActionsCommandOutput,
140
+ } from "./commands/DescribeEnvironmentManagedActionsCommand";
141
+ import {
142
+ DescribeEnvironmentResourcesCommandInput,
143
+ DescribeEnvironmentResourcesCommandOutput,
144
+ } from "./commands/DescribeEnvironmentResourcesCommand";
145
+ import {
146
+ DescribeEnvironmentsCommandInput,
147
+ DescribeEnvironmentsCommandOutput,
148
+ } from "./commands/DescribeEnvironmentsCommand";
149
+ import {
150
+ DescribeEventsCommandInput,
151
+ DescribeEventsCommandOutput,
152
+ } from "./commands/DescribeEventsCommand";
153
+ import {
154
+ DescribeInstancesHealthCommandInput,
155
+ DescribeInstancesHealthCommandOutput,
156
+ } from "./commands/DescribeInstancesHealthCommand";
157
+ import {
158
+ DescribePlatformVersionCommandInput,
159
+ DescribePlatformVersionCommandOutput,
160
+ } from "./commands/DescribePlatformVersionCommand";
161
+ import {
162
+ DisassociateEnvironmentOperationsRoleCommandInput,
163
+ DisassociateEnvironmentOperationsRoleCommandOutput,
164
+ } from "./commands/DisassociateEnvironmentOperationsRoleCommand";
165
+ import {
166
+ ListAvailableSolutionStacksCommandInput,
167
+ ListAvailableSolutionStacksCommandOutput,
168
+ } from "./commands/ListAvailableSolutionStacksCommand";
169
+ import {
170
+ ListPlatformBranchesCommandInput,
171
+ ListPlatformBranchesCommandOutput,
172
+ } from "./commands/ListPlatformBranchesCommand";
173
+ import {
174
+ ListPlatformVersionsCommandInput,
175
+ ListPlatformVersionsCommandOutput,
176
+ } from "./commands/ListPlatformVersionsCommand";
177
+ import {
178
+ ListTagsForResourceCommandInput,
179
+ ListTagsForResourceCommandOutput,
180
+ } from "./commands/ListTagsForResourceCommand";
181
+ import {
182
+ RebuildEnvironmentCommandInput,
183
+ RebuildEnvironmentCommandOutput,
184
+ } from "./commands/RebuildEnvironmentCommand";
185
+ import {
186
+ RequestEnvironmentInfoCommandInput,
187
+ RequestEnvironmentInfoCommandOutput,
188
+ } from "./commands/RequestEnvironmentInfoCommand";
189
+ import {
190
+ RestartAppServerCommandInput,
191
+ RestartAppServerCommandOutput,
192
+ } from "./commands/RestartAppServerCommand";
193
+ import {
194
+ RetrieveEnvironmentInfoCommandInput,
195
+ RetrieveEnvironmentInfoCommandOutput,
196
+ } from "./commands/RetrieveEnvironmentInfoCommand";
197
+ import {
198
+ SwapEnvironmentCNAMEsCommandInput,
199
+ SwapEnvironmentCNAMEsCommandOutput,
200
+ } from "./commands/SwapEnvironmentCNAMEsCommand";
201
+ import {
202
+ TerminateEnvironmentCommandInput,
203
+ TerminateEnvironmentCommandOutput,
204
+ } from "./commands/TerminateEnvironmentCommand";
205
+ import {
206
+ UpdateApplicationCommandInput,
207
+ UpdateApplicationCommandOutput,
208
+ } from "./commands/UpdateApplicationCommand";
209
+ import {
210
+ UpdateApplicationResourceLifecycleCommandInput,
211
+ UpdateApplicationResourceLifecycleCommandOutput,
212
+ } from "./commands/UpdateApplicationResourceLifecycleCommand";
213
+ import {
214
+ UpdateApplicationVersionCommandInput,
215
+ UpdateApplicationVersionCommandOutput,
216
+ } from "./commands/UpdateApplicationVersionCommand";
217
+ import {
218
+ UpdateConfigurationTemplateCommandInput,
219
+ UpdateConfigurationTemplateCommandOutput,
220
+ } from "./commands/UpdateConfigurationTemplateCommand";
221
+ import {
222
+ UpdateEnvironmentCommandInput,
223
+ UpdateEnvironmentCommandOutput,
224
+ } from "./commands/UpdateEnvironmentCommand";
225
+ import {
226
+ UpdateTagsForResourceCommandInput,
227
+ UpdateTagsForResourceCommandOutput,
228
+ } from "./commands/UpdateTagsForResourceCommand";
229
+ import {
230
+ ValidateConfigurationSettingsCommandInput,
231
+ ValidateConfigurationSettingsCommandOutput,
232
+ } from "./commands/ValidateConfigurationSettingsCommand";
233
+ export declare type ServiceInputTypes =
234
+ | AbortEnvironmentUpdateCommandInput
235
+ | ApplyEnvironmentManagedActionCommandInput
236
+ | AssociateEnvironmentOperationsRoleCommandInput
237
+ | CheckDNSAvailabilityCommandInput
238
+ | ComposeEnvironmentsCommandInput
239
+ | CreateApplicationCommandInput
240
+ | CreateApplicationVersionCommandInput
241
+ | CreateConfigurationTemplateCommandInput
242
+ | CreateEnvironmentCommandInput
243
+ | CreatePlatformVersionCommandInput
244
+ | CreateStorageLocationCommandInput
245
+ | DeleteApplicationCommandInput
246
+ | DeleteApplicationVersionCommandInput
247
+ | DeleteConfigurationTemplateCommandInput
248
+ | DeleteEnvironmentConfigurationCommandInput
249
+ | DeletePlatformVersionCommandInput
250
+ | DescribeAccountAttributesCommandInput
251
+ | DescribeApplicationVersionsCommandInput
252
+ | DescribeApplicationsCommandInput
253
+ | DescribeConfigurationOptionsCommandInput
254
+ | DescribeConfigurationSettingsCommandInput
255
+ | DescribeEnvironmentHealthCommandInput
256
+ | DescribeEnvironmentManagedActionHistoryCommandInput
257
+ | DescribeEnvironmentManagedActionsCommandInput
258
+ | DescribeEnvironmentResourcesCommandInput
259
+ | DescribeEnvironmentsCommandInput
260
+ | DescribeEventsCommandInput
261
+ | DescribeInstancesHealthCommandInput
262
+ | DescribePlatformVersionCommandInput
263
+ | DisassociateEnvironmentOperationsRoleCommandInput
264
+ | ListAvailableSolutionStacksCommandInput
265
+ | ListPlatformBranchesCommandInput
266
+ | ListPlatformVersionsCommandInput
267
+ | ListTagsForResourceCommandInput
268
+ | RebuildEnvironmentCommandInput
269
+ | RequestEnvironmentInfoCommandInput
270
+ | RestartAppServerCommandInput
271
+ | RetrieveEnvironmentInfoCommandInput
272
+ | SwapEnvironmentCNAMEsCommandInput
273
+ | TerminateEnvironmentCommandInput
274
+ | UpdateApplicationCommandInput
275
+ | UpdateApplicationResourceLifecycleCommandInput
276
+ | UpdateApplicationVersionCommandInput
277
+ | UpdateConfigurationTemplateCommandInput
278
+ | UpdateEnvironmentCommandInput
279
+ | UpdateTagsForResourceCommandInput
280
+ | ValidateConfigurationSettingsCommandInput;
281
+ export declare type ServiceOutputTypes =
282
+ | AbortEnvironmentUpdateCommandOutput
283
+ | ApplyEnvironmentManagedActionCommandOutput
284
+ | AssociateEnvironmentOperationsRoleCommandOutput
285
+ | CheckDNSAvailabilityCommandOutput
286
+ | ComposeEnvironmentsCommandOutput
287
+ | CreateApplicationCommandOutput
288
+ | CreateApplicationVersionCommandOutput
289
+ | CreateConfigurationTemplateCommandOutput
290
+ | CreateEnvironmentCommandOutput
291
+ | CreatePlatformVersionCommandOutput
292
+ | CreateStorageLocationCommandOutput
293
+ | DeleteApplicationCommandOutput
294
+ | DeleteApplicationVersionCommandOutput
295
+ | DeleteConfigurationTemplateCommandOutput
296
+ | DeleteEnvironmentConfigurationCommandOutput
297
+ | DeletePlatformVersionCommandOutput
298
+ | DescribeAccountAttributesCommandOutput
299
+ | DescribeApplicationVersionsCommandOutput
300
+ | DescribeApplicationsCommandOutput
301
+ | DescribeConfigurationOptionsCommandOutput
302
+ | DescribeConfigurationSettingsCommandOutput
303
+ | DescribeEnvironmentHealthCommandOutput
304
+ | DescribeEnvironmentManagedActionHistoryCommandOutput
305
+ | DescribeEnvironmentManagedActionsCommandOutput
306
+ | DescribeEnvironmentResourcesCommandOutput
307
+ | DescribeEnvironmentsCommandOutput
308
+ | DescribeEventsCommandOutput
309
+ | DescribeInstancesHealthCommandOutput
310
+ | DescribePlatformVersionCommandOutput
311
+ | DisassociateEnvironmentOperationsRoleCommandOutput
312
+ | ListAvailableSolutionStacksCommandOutput
313
+ | ListPlatformBranchesCommandOutput
314
+ | ListPlatformVersionsCommandOutput
315
+ | ListTagsForResourceCommandOutput
316
+ | RebuildEnvironmentCommandOutput
317
+ | RequestEnvironmentInfoCommandOutput
318
+ | RestartAppServerCommandOutput
319
+ | RetrieveEnvironmentInfoCommandOutput
320
+ | SwapEnvironmentCNAMEsCommandOutput
321
+ | TerminateEnvironmentCommandOutput
322
+ | UpdateApplicationCommandOutput
323
+ | UpdateApplicationResourceLifecycleCommandOutput
324
+ | UpdateApplicationVersionCommandOutput
325
+ | UpdateConfigurationTemplateCommandOutput
326
+ | UpdateEnvironmentCommandOutput
327
+ | UpdateTagsForResourceCommandOutput
328
+ | ValidateConfigurationSettingsCommandOutput;
329
+ export interface ClientDefaults
330
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
331
+ requestHandler?: __HttpHandler;
332
+ sha256?: __HashConstructor;
333
+ urlParser?: __UrlParser;
334
+ bodyLengthChecker?: __BodyLengthCalculator;
335
+ streamCollector?: __StreamCollector;
336
+ base64Decoder?: __Decoder;
337
+ base64Encoder?: __Encoder;
338
+ utf8Decoder?: __Decoder;
339
+ utf8Encoder?: __Encoder;
340
+ runtime?: string;
341
+ disableHostPrefix?: boolean;
342
+ maxAttempts?: number | __Provider<number>;
343
+ retryMode?: string | __Provider<string>;
344
+ logger?: __Logger;
345
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
346
+ useFipsEndpoint?: boolean | __Provider<boolean>;
347
+ serviceId?: string;
348
+ region?: string | __Provider<string>;
349
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
350
+ regionInfoProvider?: RegionInfoProvider;
351
+ defaultUserAgentProvider?: Provider<__UserAgent>;
352
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
353
+ }
354
+ declare type ElasticBeanstalkClientConfigType = Partial<
355
+ __SmithyConfiguration<__HttpHandlerOptions>
356
+ > &
357
+ ClientDefaults &
358
+ RegionInputConfig &
359
+ EndpointsInputConfig &
360
+ RetryInputConfig &
361
+ HostHeaderInputConfig &
362
+ AwsAuthInputConfig &
363
+ UserAgentInputConfig;
364
+ export interface ElasticBeanstalkClientConfig
365
+ extends ElasticBeanstalkClientConfigType {}
366
+ declare type ElasticBeanstalkClientResolvedConfigType =
367
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
368
+ Required<ClientDefaults> &
369
+ RegionResolvedConfig &
370
+ EndpointsResolvedConfig &
371
+ RetryResolvedConfig &
372
+ HostHeaderResolvedConfig &
373
+ AwsAuthResolvedConfig &
374
+ UserAgentResolvedConfig;
375
+ export interface ElasticBeanstalkClientResolvedConfig
376
+ extends ElasticBeanstalkClientResolvedConfigType {}
377
+ export declare class ElasticBeanstalkClient extends __Client<
378
+ __HttpHandlerOptions,
379
+ ServiceInputTypes,
380
+ ServiceOutputTypes,
381
+ ElasticBeanstalkClientResolvedConfig
382
+ > {
383
+ readonly config: ElasticBeanstalkClientResolvedConfig;
384
+ constructor(configuration: ElasticBeanstalkClientConfig);
385
+ destroy(): void;
386
+ }
387
+ export {};
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
- import { AbortEnvironmentUpdateMessage } from "../models/models_0";
5
- export interface AbortEnvironmentUpdateCommandInput extends AbortEnvironmentUpdateMessage {
6
- }
7
- export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AbortEnvironmentUpdateCommand extends $Command<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput, ElasticBeanstalkClientResolvedConfig> {
11
- readonly input: AbortEnvironmentUpdateCommandInput;
12
- constructor(input: AbortEnvironmentUpdateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElasticBeanstalkClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElasticBeanstalkClient";
13
+ import { AbortEnvironmentUpdateMessage } from "../models/models_0";
14
+ export interface AbortEnvironmentUpdateCommandInput
15
+ extends AbortEnvironmentUpdateMessage {}
16
+ export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {}
17
+ export declare class AbortEnvironmentUpdateCommand extends $Command<
18
+ AbortEnvironmentUpdateCommandInput,
19
+ AbortEnvironmentUpdateCommandOutput,
20
+ ElasticBeanstalkClientResolvedConfig
21
+ > {
22
+ readonly input: AbortEnvironmentUpdateCommandInput;
23
+ constructor(input: AbortEnvironmentUpdateCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: ElasticBeanstalkClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ AbortEnvironmentUpdateCommandInput,
30
+ AbortEnvironmentUpdateCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
- import { ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult } from "../models/models_0";
5
- export interface ApplyEnvironmentManagedActionCommandInput extends ApplyEnvironmentManagedActionRequest {
6
- }
7
- export interface ApplyEnvironmentManagedActionCommandOutput extends ApplyEnvironmentManagedActionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ApplyEnvironmentManagedActionCommand extends $Command<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
11
- readonly input: ApplyEnvironmentManagedActionCommandInput;
12
- constructor(input: ApplyEnvironmentManagedActionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElasticBeanstalkClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElasticBeanstalkClient";
13
+ import {
14
+ ApplyEnvironmentManagedActionRequest,
15
+ ApplyEnvironmentManagedActionResult,
16
+ } from "../models/models_0";
17
+ export interface ApplyEnvironmentManagedActionCommandInput
18
+ extends ApplyEnvironmentManagedActionRequest {}
19
+ export interface ApplyEnvironmentManagedActionCommandOutput
20
+ extends ApplyEnvironmentManagedActionResult,
21
+ __MetadataBearer {}
22
+ export declare class ApplyEnvironmentManagedActionCommand extends $Command<
23
+ ApplyEnvironmentManagedActionCommandInput,
24
+ ApplyEnvironmentManagedActionCommandOutput,
25
+ ElasticBeanstalkClientResolvedConfig
26
+ > {
27
+ readonly input: ApplyEnvironmentManagedActionCommandInput;
28
+ constructor(input: ApplyEnvironmentManagedActionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticBeanstalkClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ApplyEnvironmentManagedActionCommandInput,
35
+ ApplyEnvironmentManagedActionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }