@aws-sdk/client-elastic-beanstalk 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +880 -240
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +412 -120
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1966 -1754
- package/dist-types/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,120 +1,412 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
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
|
+
|
|
333
|
+
sha256?: __HashConstructor;
|
|
334
|
+
|
|
335
|
+
urlParser?: __UrlParser;
|
|
336
|
+
|
|
337
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
338
|
+
|
|
339
|
+
streamCollector?: __StreamCollector;
|
|
340
|
+
|
|
341
|
+
base64Decoder?: __Decoder;
|
|
342
|
+
|
|
343
|
+
base64Encoder?: __Encoder;
|
|
344
|
+
|
|
345
|
+
utf8Decoder?: __Decoder;
|
|
346
|
+
|
|
347
|
+
utf8Encoder?: __Encoder;
|
|
348
|
+
|
|
349
|
+
runtime?: string;
|
|
350
|
+
|
|
351
|
+
disableHostPrefix?: boolean;
|
|
352
|
+
|
|
353
|
+
maxAttempts?: number | __Provider<number>;
|
|
354
|
+
|
|
355
|
+
retryMode?: string | __Provider<string>;
|
|
356
|
+
|
|
357
|
+
logger?: __Logger;
|
|
358
|
+
|
|
359
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
360
|
+
|
|
361
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
362
|
+
|
|
363
|
+
serviceId?: string;
|
|
364
|
+
|
|
365
|
+
region?: string | __Provider<string>;
|
|
366
|
+
|
|
367
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
368
|
+
|
|
369
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
370
|
+
|
|
371
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
372
|
+
|
|
373
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
374
|
+
}
|
|
375
|
+
declare type ElasticBeanstalkClientConfigType = Partial<
|
|
376
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
377
|
+
> &
|
|
378
|
+
ClientDefaults &
|
|
379
|
+
RegionInputConfig &
|
|
380
|
+
EndpointsInputConfig &
|
|
381
|
+
RetryInputConfig &
|
|
382
|
+
HostHeaderInputConfig &
|
|
383
|
+
AwsAuthInputConfig &
|
|
384
|
+
UserAgentInputConfig;
|
|
385
|
+
|
|
386
|
+
export interface ElasticBeanstalkClientConfig
|
|
387
|
+
extends ElasticBeanstalkClientConfigType {}
|
|
388
|
+
declare type ElasticBeanstalkClientResolvedConfigType =
|
|
389
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
390
|
+
Required<ClientDefaults> &
|
|
391
|
+
RegionResolvedConfig &
|
|
392
|
+
EndpointsResolvedConfig &
|
|
393
|
+
RetryResolvedConfig &
|
|
394
|
+
HostHeaderResolvedConfig &
|
|
395
|
+
AwsAuthResolvedConfig &
|
|
396
|
+
UserAgentResolvedConfig;
|
|
397
|
+
|
|
398
|
+
export interface ElasticBeanstalkClientResolvedConfig
|
|
399
|
+
extends ElasticBeanstalkClientResolvedConfigType {}
|
|
400
|
+
|
|
401
|
+
export declare class ElasticBeanstalkClient extends __Client<
|
|
402
|
+
__HttpHandlerOptions,
|
|
403
|
+
ServiceInputTypes,
|
|
404
|
+
ServiceOutputTypes,
|
|
405
|
+
ElasticBeanstalkClientResolvedConfig
|
|
406
|
+
> {
|
|
407
|
+
readonly config: ElasticBeanstalkClientResolvedConfig;
|
|
408
|
+
constructor(configuration: ElasticBeanstalkClientConfig);
|
|
409
|
+
|
|
410
|
+
destroy(): void;
|
|
411
|
+
}
|
|
412
|
+
export {};
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
18
|
+
export declare class AbortEnvironmentUpdateCommand extends $Command<
|
|
19
|
+
AbortEnvironmentUpdateCommandInput,
|
|
20
|
+
AbortEnvironmentUpdateCommandOutput,
|
|
21
|
+
ElasticBeanstalkClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: AbortEnvironmentUpdateCommandInput;
|
|
24
|
+
constructor(input: AbortEnvironmentUpdateCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
AbortEnvironmentUpdateCommandInput,
|
|
32
|
+
AbortEnvironmentUpdateCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
23
|
+
export declare class ApplyEnvironmentManagedActionCommand extends $Command<
|
|
24
|
+
ApplyEnvironmentManagedActionCommandInput,
|
|
25
|
+
ApplyEnvironmentManagedActionCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ApplyEnvironmentManagedActionCommandInput;
|
|
29
|
+
constructor(input: ApplyEnvironmentManagedActionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ApplyEnvironmentManagedActionCommandInput,
|
|
37
|
+
ApplyEnvironmentManagedActionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|