@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +833 -240
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +387 -120
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1337 -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 +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,240 +1,833 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AbortEnvironmentUpdateCommandInput,
|
|
4
|
+
AbortEnvironmentUpdateCommandOutput,
|
|
5
|
+
} from "./commands/AbortEnvironmentUpdateCommand";
|
|
6
|
+
import {
|
|
7
|
+
ApplyEnvironmentManagedActionCommandInput,
|
|
8
|
+
ApplyEnvironmentManagedActionCommandOutput,
|
|
9
|
+
} from "./commands/ApplyEnvironmentManagedActionCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateEnvironmentOperationsRoleCommandInput,
|
|
12
|
+
AssociateEnvironmentOperationsRoleCommandOutput,
|
|
13
|
+
} from "./commands/AssociateEnvironmentOperationsRoleCommand";
|
|
14
|
+
import {
|
|
15
|
+
CheckDNSAvailabilityCommandInput,
|
|
16
|
+
CheckDNSAvailabilityCommandOutput,
|
|
17
|
+
} from "./commands/CheckDNSAvailabilityCommand";
|
|
18
|
+
import {
|
|
19
|
+
ComposeEnvironmentsCommandInput,
|
|
20
|
+
ComposeEnvironmentsCommandOutput,
|
|
21
|
+
} from "./commands/ComposeEnvironmentsCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateApplicationCommandInput,
|
|
24
|
+
CreateApplicationCommandOutput,
|
|
25
|
+
} from "./commands/CreateApplicationCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateApplicationVersionCommandInput,
|
|
28
|
+
CreateApplicationVersionCommandOutput,
|
|
29
|
+
} from "./commands/CreateApplicationVersionCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateConfigurationTemplateCommandInput,
|
|
32
|
+
CreateConfigurationTemplateCommandOutput,
|
|
33
|
+
} from "./commands/CreateConfigurationTemplateCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateEnvironmentCommandInput,
|
|
36
|
+
CreateEnvironmentCommandOutput,
|
|
37
|
+
} from "./commands/CreateEnvironmentCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreatePlatformVersionCommandInput,
|
|
40
|
+
CreatePlatformVersionCommandOutput,
|
|
41
|
+
} from "./commands/CreatePlatformVersionCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateStorageLocationCommandInput,
|
|
44
|
+
CreateStorageLocationCommandOutput,
|
|
45
|
+
} from "./commands/CreateStorageLocationCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteApplicationCommandInput,
|
|
48
|
+
DeleteApplicationCommandOutput,
|
|
49
|
+
} from "./commands/DeleteApplicationCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteApplicationVersionCommandInput,
|
|
52
|
+
DeleteApplicationVersionCommandOutput,
|
|
53
|
+
} from "./commands/DeleteApplicationVersionCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteConfigurationTemplateCommandInput,
|
|
56
|
+
DeleteConfigurationTemplateCommandOutput,
|
|
57
|
+
} from "./commands/DeleteConfigurationTemplateCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteEnvironmentConfigurationCommandInput,
|
|
60
|
+
DeleteEnvironmentConfigurationCommandOutput,
|
|
61
|
+
} from "./commands/DeleteEnvironmentConfigurationCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeletePlatformVersionCommandInput,
|
|
64
|
+
DeletePlatformVersionCommandOutput,
|
|
65
|
+
} from "./commands/DeletePlatformVersionCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeAccountAttributesCommandInput,
|
|
68
|
+
DescribeAccountAttributesCommandOutput,
|
|
69
|
+
} from "./commands/DescribeAccountAttributesCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeApplicationsCommandInput,
|
|
72
|
+
DescribeApplicationsCommandOutput,
|
|
73
|
+
} from "./commands/DescribeApplicationsCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeApplicationVersionsCommandInput,
|
|
76
|
+
DescribeApplicationVersionsCommandOutput,
|
|
77
|
+
} from "./commands/DescribeApplicationVersionsCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeConfigurationOptionsCommandInput,
|
|
80
|
+
DescribeConfigurationOptionsCommandOutput,
|
|
81
|
+
} from "./commands/DescribeConfigurationOptionsCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeConfigurationSettingsCommandInput,
|
|
84
|
+
DescribeConfigurationSettingsCommandOutput,
|
|
85
|
+
} from "./commands/DescribeConfigurationSettingsCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeEnvironmentHealthCommandInput,
|
|
88
|
+
DescribeEnvironmentHealthCommandOutput,
|
|
89
|
+
} from "./commands/DescribeEnvironmentHealthCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
92
|
+
DescribeEnvironmentManagedActionHistoryCommandOutput,
|
|
93
|
+
} from "./commands/DescribeEnvironmentManagedActionHistoryCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeEnvironmentManagedActionsCommandInput,
|
|
96
|
+
DescribeEnvironmentManagedActionsCommandOutput,
|
|
97
|
+
} from "./commands/DescribeEnvironmentManagedActionsCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeEnvironmentResourcesCommandInput,
|
|
100
|
+
DescribeEnvironmentResourcesCommandOutput,
|
|
101
|
+
} from "./commands/DescribeEnvironmentResourcesCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeEnvironmentsCommandInput,
|
|
104
|
+
DescribeEnvironmentsCommandOutput,
|
|
105
|
+
} from "./commands/DescribeEnvironmentsCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeEventsCommandInput,
|
|
108
|
+
DescribeEventsCommandOutput,
|
|
109
|
+
} from "./commands/DescribeEventsCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeInstancesHealthCommandInput,
|
|
112
|
+
DescribeInstancesHealthCommandOutput,
|
|
113
|
+
} from "./commands/DescribeInstancesHealthCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribePlatformVersionCommandInput,
|
|
116
|
+
DescribePlatformVersionCommandOutput,
|
|
117
|
+
} from "./commands/DescribePlatformVersionCommand";
|
|
118
|
+
import {
|
|
119
|
+
DisassociateEnvironmentOperationsRoleCommandInput,
|
|
120
|
+
DisassociateEnvironmentOperationsRoleCommandOutput,
|
|
121
|
+
} from "./commands/DisassociateEnvironmentOperationsRoleCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListAvailableSolutionStacksCommandInput,
|
|
124
|
+
ListAvailableSolutionStacksCommandOutput,
|
|
125
|
+
} from "./commands/ListAvailableSolutionStacksCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListPlatformBranchesCommandInput,
|
|
128
|
+
ListPlatformBranchesCommandOutput,
|
|
129
|
+
} from "./commands/ListPlatformBranchesCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListPlatformVersionsCommandInput,
|
|
132
|
+
ListPlatformVersionsCommandOutput,
|
|
133
|
+
} from "./commands/ListPlatformVersionsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListTagsForResourceCommandInput,
|
|
136
|
+
ListTagsForResourceCommandOutput,
|
|
137
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
138
|
+
import {
|
|
139
|
+
RebuildEnvironmentCommandInput,
|
|
140
|
+
RebuildEnvironmentCommandOutput,
|
|
141
|
+
} from "./commands/RebuildEnvironmentCommand";
|
|
142
|
+
import {
|
|
143
|
+
RequestEnvironmentInfoCommandInput,
|
|
144
|
+
RequestEnvironmentInfoCommandOutput,
|
|
145
|
+
} from "./commands/RequestEnvironmentInfoCommand";
|
|
146
|
+
import {
|
|
147
|
+
RestartAppServerCommandInput,
|
|
148
|
+
RestartAppServerCommandOutput,
|
|
149
|
+
} from "./commands/RestartAppServerCommand";
|
|
150
|
+
import {
|
|
151
|
+
RetrieveEnvironmentInfoCommandInput,
|
|
152
|
+
RetrieveEnvironmentInfoCommandOutput,
|
|
153
|
+
} from "./commands/RetrieveEnvironmentInfoCommand";
|
|
154
|
+
import {
|
|
155
|
+
SwapEnvironmentCNAMEsCommandInput,
|
|
156
|
+
SwapEnvironmentCNAMEsCommandOutput,
|
|
157
|
+
} from "./commands/SwapEnvironmentCNAMEsCommand";
|
|
158
|
+
import {
|
|
159
|
+
TerminateEnvironmentCommandInput,
|
|
160
|
+
TerminateEnvironmentCommandOutput,
|
|
161
|
+
} from "./commands/TerminateEnvironmentCommand";
|
|
162
|
+
import {
|
|
163
|
+
UpdateApplicationCommandInput,
|
|
164
|
+
UpdateApplicationCommandOutput,
|
|
165
|
+
} from "./commands/UpdateApplicationCommand";
|
|
166
|
+
import {
|
|
167
|
+
UpdateApplicationResourceLifecycleCommandInput,
|
|
168
|
+
UpdateApplicationResourceLifecycleCommandOutput,
|
|
169
|
+
} from "./commands/UpdateApplicationResourceLifecycleCommand";
|
|
170
|
+
import {
|
|
171
|
+
UpdateApplicationVersionCommandInput,
|
|
172
|
+
UpdateApplicationVersionCommandOutput,
|
|
173
|
+
} from "./commands/UpdateApplicationVersionCommand";
|
|
174
|
+
import {
|
|
175
|
+
UpdateConfigurationTemplateCommandInput,
|
|
176
|
+
UpdateConfigurationTemplateCommandOutput,
|
|
177
|
+
} from "./commands/UpdateConfigurationTemplateCommand";
|
|
178
|
+
import {
|
|
179
|
+
UpdateEnvironmentCommandInput,
|
|
180
|
+
UpdateEnvironmentCommandOutput,
|
|
181
|
+
} from "./commands/UpdateEnvironmentCommand";
|
|
182
|
+
import {
|
|
183
|
+
UpdateTagsForResourceCommandInput,
|
|
184
|
+
UpdateTagsForResourceCommandOutput,
|
|
185
|
+
} from "./commands/UpdateTagsForResourceCommand";
|
|
186
|
+
import {
|
|
187
|
+
ValidateConfigurationSettingsCommandInput,
|
|
188
|
+
ValidateConfigurationSettingsCommandOutput,
|
|
189
|
+
} from "./commands/ValidateConfigurationSettingsCommand";
|
|
190
|
+
import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
|
|
191
|
+
export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
192
|
+
abortEnvironmentUpdate(
|
|
193
|
+
args: AbortEnvironmentUpdateCommandInput,
|
|
194
|
+
options?: __HttpHandlerOptions
|
|
195
|
+
): Promise<AbortEnvironmentUpdateCommandOutput>;
|
|
196
|
+
abortEnvironmentUpdate(
|
|
197
|
+
args: AbortEnvironmentUpdateCommandInput,
|
|
198
|
+
cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
abortEnvironmentUpdate(
|
|
201
|
+
args: AbortEnvironmentUpdateCommandInput,
|
|
202
|
+
options: __HttpHandlerOptions,
|
|
203
|
+
cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
|
|
204
|
+
): void;
|
|
205
|
+
applyEnvironmentManagedAction(
|
|
206
|
+
args: ApplyEnvironmentManagedActionCommandInput,
|
|
207
|
+
options?: __HttpHandlerOptions
|
|
208
|
+
): Promise<ApplyEnvironmentManagedActionCommandOutput>;
|
|
209
|
+
applyEnvironmentManagedAction(
|
|
210
|
+
args: ApplyEnvironmentManagedActionCommandInput,
|
|
211
|
+
cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
|
|
212
|
+
): void;
|
|
213
|
+
applyEnvironmentManagedAction(
|
|
214
|
+
args: ApplyEnvironmentManagedActionCommandInput,
|
|
215
|
+
options: __HttpHandlerOptions,
|
|
216
|
+
cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
|
|
217
|
+
): void;
|
|
218
|
+
associateEnvironmentOperationsRole(
|
|
219
|
+
args: AssociateEnvironmentOperationsRoleCommandInput,
|
|
220
|
+
options?: __HttpHandlerOptions
|
|
221
|
+
): Promise<AssociateEnvironmentOperationsRoleCommandOutput>;
|
|
222
|
+
associateEnvironmentOperationsRole(
|
|
223
|
+
args: AssociateEnvironmentOperationsRoleCommandInput,
|
|
224
|
+
cb: (
|
|
225
|
+
err: any,
|
|
226
|
+
data?: AssociateEnvironmentOperationsRoleCommandOutput
|
|
227
|
+
) => void
|
|
228
|
+
): void;
|
|
229
|
+
associateEnvironmentOperationsRole(
|
|
230
|
+
args: AssociateEnvironmentOperationsRoleCommandInput,
|
|
231
|
+
options: __HttpHandlerOptions,
|
|
232
|
+
cb: (
|
|
233
|
+
err: any,
|
|
234
|
+
data?: AssociateEnvironmentOperationsRoleCommandOutput
|
|
235
|
+
) => void
|
|
236
|
+
): void;
|
|
237
|
+
checkDNSAvailability(
|
|
238
|
+
args: CheckDNSAvailabilityCommandInput,
|
|
239
|
+
options?: __HttpHandlerOptions
|
|
240
|
+
): Promise<CheckDNSAvailabilityCommandOutput>;
|
|
241
|
+
checkDNSAvailability(
|
|
242
|
+
args: CheckDNSAvailabilityCommandInput,
|
|
243
|
+
cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
|
|
244
|
+
): void;
|
|
245
|
+
checkDNSAvailability(
|
|
246
|
+
args: CheckDNSAvailabilityCommandInput,
|
|
247
|
+
options: __HttpHandlerOptions,
|
|
248
|
+
cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
|
|
249
|
+
): void;
|
|
250
|
+
composeEnvironments(
|
|
251
|
+
args: ComposeEnvironmentsCommandInput,
|
|
252
|
+
options?: __HttpHandlerOptions
|
|
253
|
+
): Promise<ComposeEnvironmentsCommandOutput>;
|
|
254
|
+
composeEnvironments(
|
|
255
|
+
args: ComposeEnvironmentsCommandInput,
|
|
256
|
+
cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
|
|
257
|
+
): void;
|
|
258
|
+
composeEnvironments(
|
|
259
|
+
args: ComposeEnvironmentsCommandInput,
|
|
260
|
+
options: __HttpHandlerOptions,
|
|
261
|
+
cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
|
|
262
|
+
): void;
|
|
263
|
+
createApplication(
|
|
264
|
+
args: CreateApplicationCommandInput,
|
|
265
|
+
options?: __HttpHandlerOptions
|
|
266
|
+
): Promise<CreateApplicationCommandOutput>;
|
|
267
|
+
createApplication(
|
|
268
|
+
args: CreateApplicationCommandInput,
|
|
269
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
270
|
+
): void;
|
|
271
|
+
createApplication(
|
|
272
|
+
args: CreateApplicationCommandInput,
|
|
273
|
+
options: __HttpHandlerOptions,
|
|
274
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
275
|
+
): void;
|
|
276
|
+
createApplicationVersion(
|
|
277
|
+
args: CreateApplicationVersionCommandInput,
|
|
278
|
+
options?: __HttpHandlerOptions
|
|
279
|
+
): Promise<CreateApplicationVersionCommandOutput>;
|
|
280
|
+
createApplicationVersion(
|
|
281
|
+
args: CreateApplicationVersionCommandInput,
|
|
282
|
+
cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
|
|
283
|
+
): void;
|
|
284
|
+
createApplicationVersion(
|
|
285
|
+
args: CreateApplicationVersionCommandInput,
|
|
286
|
+
options: __HttpHandlerOptions,
|
|
287
|
+
cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
|
|
288
|
+
): void;
|
|
289
|
+
createConfigurationTemplate(
|
|
290
|
+
args: CreateConfigurationTemplateCommandInput,
|
|
291
|
+
options?: __HttpHandlerOptions
|
|
292
|
+
): Promise<CreateConfigurationTemplateCommandOutput>;
|
|
293
|
+
createConfigurationTemplate(
|
|
294
|
+
args: CreateConfigurationTemplateCommandInput,
|
|
295
|
+
cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
|
|
296
|
+
): void;
|
|
297
|
+
createConfigurationTemplate(
|
|
298
|
+
args: CreateConfigurationTemplateCommandInput,
|
|
299
|
+
options: __HttpHandlerOptions,
|
|
300
|
+
cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
|
|
301
|
+
): void;
|
|
302
|
+
createEnvironment(
|
|
303
|
+
args: CreateEnvironmentCommandInput,
|
|
304
|
+
options?: __HttpHandlerOptions
|
|
305
|
+
): Promise<CreateEnvironmentCommandOutput>;
|
|
306
|
+
createEnvironment(
|
|
307
|
+
args: CreateEnvironmentCommandInput,
|
|
308
|
+
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
309
|
+
): void;
|
|
310
|
+
createEnvironment(
|
|
311
|
+
args: CreateEnvironmentCommandInput,
|
|
312
|
+
options: __HttpHandlerOptions,
|
|
313
|
+
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
createPlatformVersion(
|
|
316
|
+
args: CreatePlatformVersionCommandInput,
|
|
317
|
+
options?: __HttpHandlerOptions
|
|
318
|
+
): Promise<CreatePlatformVersionCommandOutput>;
|
|
319
|
+
createPlatformVersion(
|
|
320
|
+
args: CreatePlatformVersionCommandInput,
|
|
321
|
+
cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
|
|
322
|
+
): void;
|
|
323
|
+
createPlatformVersion(
|
|
324
|
+
args: CreatePlatformVersionCommandInput,
|
|
325
|
+
options: __HttpHandlerOptions,
|
|
326
|
+
cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
|
|
327
|
+
): void;
|
|
328
|
+
createStorageLocation(
|
|
329
|
+
args: CreateStorageLocationCommandInput,
|
|
330
|
+
options?: __HttpHandlerOptions
|
|
331
|
+
): Promise<CreateStorageLocationCommandOutput>;
|
|
332
|
+
createStorageLocation(
|
|
333
|
+
args: CreateStorageLocationCommandInput,
|
|
334
|
+
cb: (err: any, data?: CreateStorageLocationCommandOutput) => void
|
|
335
|
+
): void;
|
|
336
|
+
createStorageLocation(
|
|
337
|
+
args: CreateStorageLocationCommandInput,
|
|
338
|
+
options: __HttpHandlerOptions,
|
|
339
|
+
cb: (err: any, data?: CreateStorageLocationCommandOutput) => void
|
|
340
|
+
): void;
|
|
341
|
+
deleteApplication(
|
|
342
|
+
args: DeleteApplicationCommandInput,
|
|
343
|
+
options?: __HttpHandlerOptions
|
|
344
|
+
): Promise<DeleteApplicationCommandOutput>;
|
|
345
|
+
deleteApplication(
|
|
346
|
+
args: DeleteApplicationCommandInput,
|
|
347
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
348
|
+
): void;
|
|
349
|
+
deleteApplication(
|
|
350
|
+
args: DeleteApplicationCommandInput,
|
|
351
|
+
options: __HttpHandlerOptions,
|
|
352
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
353
|
+
): void;
|
|
354
|
+
deleteApplicationVersion(
|
|
355
|
+
args: DeleteApplicationVersionCommandInput,
|
|
356
|
+
options?: __HttpHandlerOptions
|
|
357
|
+
): Promise<DeleteApplicationVersionCommandOutput>;
|
|
358
|
+
deleteApplicationVersion(
|
|
359
|
+
args: DeleteApplicationVersionCommandInput,
|
|
360
|
+
cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
deleteApplicationVersion(
|
|
363
|
+
args: DeleteApplicationVersionCommandInput,
|
|
364
|
+
options: __HttpHandlerOptions,
|
|
365
|
+
cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
deleteConfigurationTemplate(
|
|
368
|
+
args: DeleteConfigurationTemplateCommandInput,
|
|
369
|
+
options?: __HttpHandlerOptions
|
|
370
|
+
): Promise<DeleteConfigurationTemplateCommandOutput>;
|
|
371
|
+
deleteConfigurationTemplate(
|
|
372
|
+
args: DeleteConfigurationTemplateCommandInput,
|
|
373
|
+
cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
deleteConfigurationTemplate(
|
|
376
|
+
args: DeleteConfigurationTemplateCommandInput,
|
|
377
|
+
options: __HttpHandlerOptions,
|
|
378
|
+
cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
|
|
379
|
+
): void;
|
|
380
|
+
deleteEnvironmentConfiguration(
|
|
381
|
+
args: DeleteEnvironmentConfigurationCommandInput,
|
|
382
|
+
options?: __HttpHandlerOptions
|
|
383
|
+
): Promise<DeleteEnvironmentConfigurationCommandOutput>;
|
|
384
|
+
deleteEnvironmentConfiguration(
|
|
385
|
+
args: DeleteEnvironmentConfigurationCommandInput,
|
|
386
|
+
cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
|
|
387
|
+
): void;
|
|
388
|
+
deleteEnvironmentConfiguration(
|
|
389
|
+
args: DeleteEnvironmentConfigurationCommandInput,
|
|
390
|
+
options: __HttpHandlerOptions,
|
|
391
|
+
cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
|
|
392
|
+
): void;
|
|
393
|
+
deletePlatformVersion(
|
|
394
|
+
args: DeletePlatformVersionCommandInput,
|
|
395
|
+
options?: __HttpHandlerOptions
|
|
396
|
+
): Promise<DeletePlatformVersionCommandOutput>;
|
|
397
|
+
deletePlatformVersion(
|
|
398
|
+
args: DeletePlatformVersionCommandInput,
|
|
399
|
+
cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
|
|
400
|
+
): void;
|
|
401
|
+
deletePlatformVersion(
|
|
402
|
+
args: DeletePlatformVersionCommandInput,
|
|
403
|
+
options: __HttpHandlerOptions,
|
|
404
|
+
cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
|
|
405
|
+
): void;
|
|
406
|
+
describeAccountAttributes(
|
|
407
|
+
args: DescribeAccountAttributesCommandInput,
|
|
408
|
+
options?: __HttpHandlerOptions
|
|
409
|
+
): Promise<DescribeAccountAttributesCommandOutput>;
|
|
410
|
+
describeAccountAttributes(
|
|
411
|
+
args: DescribeAccountAttributesCommandInput,
|
|
412
|
+
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
413
|
+
): void;
|
|
414
|
+
describeAccountAttributes(
|
|
415
|
+
args: DescribeAccountAttributesCommandInput,
|
|
416
|
+
options: __HttpHandlerOptions,
|
|
417
|
+
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
418
|
+
): void;
|
|
419
|
+
describeApplications(
|
|
420
|
+
args: DescribeApplicationsCommandInput,
|
|
421
|
+
options?: __HttpHandlerOptions
|
|
422
|
+
): Promise<DescribeApplicationsCommandOutput>;
|
|
423
|
+
describeApplications(
|
|
424
|
+
args: DescribeApplicationsCommandInput,
|
|
425
|
+
cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
describeApplications(
|
|
428
|
+
args: DescribeApplicationsCommandInput,
|
|
429
|
+
options: __HttpHandlerOptions,
|
|
430
|
+
cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
|
|
431
|
+
): void;
|
|
432
|
+
describeApplicationVersions(
|
|
433
|
+
args: DescribeApplicationVersionsCommandInput,
|
|
434
|
+
options?: __HttpHandlerOptions
|
|
435
|
+
): Promise<DescribeApplicationVersionsCommandOutput>;
|
|
436
|
+
describeApplicationVersions(
|
|
437
|
+
args: DescribeApplicationVersionsCommandInput,
|
|
438
|
+
cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
describeApplicationVersions(
|
|
441
|
+
args: DescribeApplicationVersionsCommandInput,
|
|
442
|
+
options: __HttpHandlerOptions,
|
|
443
|
+
cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
|
|
444
|
+
): void;
|
|
445
|
+
describeConfigurationOptions(
|
|
446
|
+
args: DescribeConfigurationOptionsCommandInput,
|
|
447
|
+
options?: __HttpHandlerOptions
|
|
448
|
+
): Promise<DescribeConfigurationOptionsCommandOutput>;
|
|
449
|
+
describeConfigurationOptions(
|
|
450
|
+
args: DescribeConfigurationOptionsCommandInput,
|
|
451
|
+
cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
|
|
452
|
+
): void;
|
|
453
|
+
describeConfigurationOptions(
|
|
454
|
+
args: DescribeConfigurationOptionsCommandInput,
|
|
455
|
+
options: __HttpHandlerOptions,
|
|
456
|
+
cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
|
|
457
|
+
): void;
|
|
458
|
+
describeConfigurationSettings(
|
|
459
|
+
args: DescribeConfigurationSettingsCommandInput,
|
|
460
|
+
options?: __HttpHandlerOptions
|
|
461
|
+
): Promise<DescribeConfigurationSettingsCommandOutput>;
|
|
462
|
+
describeConfigurationSettings(
|
|
463
|
+
args: DescribeConfigurationSettingsCommandInput,
|
|
464
|
+
cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
|
|
465
|
+
): void;
|
|
466
|
+
describeConfigurationSettings(
|
|
467
|
+
args: DescribeConfigurationSettingsCommandInput,
|
|
468
|
+
options: __HttpHandlerOptions,
|
|
469
|
+
cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
|
|
470
|
+
): void;
|
|
471
|
+
describeEnvironmentHealth(
|
|
472
|
+
args: DescribeEnvironmentHealthCommandInput,
|
|
473
|
+
options?: __HttpHandlerOptions
|
|
474
|
+
): Promise<DescribeEnvironmentHealthCommandOutput>;
|
|
475
|
+
describeEnvironmentHealth(
|
|
476
|
+
args: DescribeEnvironmentHealthCommandInput,
|
|
477
|
+
cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
|
|
478
|
+
): void;
|
|
479
|
+
describeEnvironmentHealth(
|
|
480
|
+
args: DescribeEnvironmentHealthCommandInput,
|
|
481
|
+
options: __HttpHandlerOptions,
|
|
482
|
+
cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
|
|
483
|
+
): void;
|
|
484
|
+
describeEnvironmentManagedActionHistory(
|
|
485
|
+
args: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
486
|
+
options?: __HttpHandlerOptions
|
|
487
|
+
): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
|
|
488
|
+
describeEnvironmentManagedActionHistory(
|
|
489
|
+
args: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
490
|
+
cb: (
|
|
491
|
+
err: any,
|
|
492
|
+
data?: DescribeEnvironmentManagedActionHistoryCommandOutput
|
|
493
|
+
) => void
|
|
494
|
+
): void;
|
|
495
|
+
describeEnvironmentManagedActionHistory(
|
|
496
|
+
args: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
497
|
+
options: __HttpHandlerOptions,
|
|
498
|
+
cb: (
|
|
499
|
+
err: any,
|
|
500
|
+
data?: DescribeEnvironmentManagedActionHistoryCommandOutput
|
|
501
|
+
) => void
|
|
502
|
+
): void;
|
|
503
|
+
describeEnvironmentManagedActions(
|
|
504
|
+
args: DescribeEnvironmentManagedActionsCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
|
|
507
|
+
describeEnvironmentManagedActions(
|
|
508
|
+
args: DescribeEnvironmentManagedActionsCommandInput,
|
|
509
|
+
cb: (
|
|
510
|
+
err: any,
|
|
511
|
+
data?: DescribeEnvironmentManagedActionsCommandOutput
|
|
512
|
+
) => void
|
|
513
|
+
): void;
|
|
514
|
+
describeEnvironmentManagedActions(
|
|
515
|
+
args: DescribeEnvironmentManagedActionsCommandInput,
|
|
516
|
+
options: __HttpHandlerOptions,
|
|
517
|
+
cb: (
|
|
518
|
+
err: any,
|
|
519
|
+
data?: DescribeEnvironmentManagedActionsCommandOutput
|
|
520
|
+
) => void
|
|
521
|
+
): void;
|
|
522
|
+
describeEnvironmentResources(
|
|
523
|
+
args: DescribeEnvironmentResourcesCommandInput,
|
|
524
|
+
options?: __HttpHandlerOptions
|
|
525
|
+
): Promise<DescribeEnvironmentResourcesCommandOutput>;
|
|
526
|
+
describeEnvironmentResources(
|
|
527
|
+
args: DescribeEnvironmentResourcesCommandInput,
|
|
528
|
+
cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
|
|
529
|
+
): void;
|
|
530
|
+
describeEnvironmentResources(
|
|
531
|
+
args: DescribeEnvironmentResourcesCommandInput,
|
|
532
|
+
options: __HttpHandlerOptions,
|
|
533
|
+
cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
|
|
534
|
+
): void;
|
|
535
|
+
describeEnvironments(
|
|
536
|
+
args: DescribeEnvironmentsCommandInput,
|
|
537
|
+
options?: __HttpHandlerOptions
|
|
538
|
+
): Promise<DescribeEnvironmentsCommandOutput>;
|
|
539
|
+
describeEnvironments(
|
|
540
|
+
args: DescribeEnvironmentsCommandInput,
|
|
541
|
+
cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
|
|
542
|
+
): void;
|
|
543
|
+
describeEnvironments(
|
|
544
|
+
args: DescribeEnvironmentsCommandInput,
|
|
545
|
+
options: __HttpHandlerOptions,
|
|
546
|
+
cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
|
|
547
|
+
): void;
|
|
548
|
+
describeEvents(
|
|
549
|
+
args: DescribeEventsCommandInput,
|
|
550
|
+
options?: __HttpHandlerOptions
|
|
551
|
+
): Promise<DescribeEventsCommandOutput>;
|
|
552
|
+
describeEvents(
|
|
553
|
+
args: DescribeEventsCommandInput,
|
|
554
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
555
|
+
): void;
|
|
556
|
+
describeEvents(
|
|
557
|
+
args: DescribeEventsCommandInput,
|
|
558
|
+
options: __HttpHandlerOptions,
|
|
559
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
560
|
+
): void;
|
|
561
|
+
describeInstancesHealth(
|
|
562
|
+
args: DescribeInstancesHealthCommandInput,
|
|
563
|
+
options?: __HttpHandlerOptions
|
|
564
|
+
): Promise<DescribeInstancesHealthCommandOutput>;
|
|
565
|
+
describeInstancesHealth(
|
|
566
|
+
args: DescribeInstancesHealthCommandInput,
|
|
567
|
+
cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
|
|
568
|
+
): void;
|
|
569
|
+
describeInstancesHealth(
|
|
570
|
+
args: DescribeInstancesHealthCommandInput,
|
|
571
|
+
options: __HttpHandlerOptions,
|
|
572
|
+
cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
|
|
573
|
+
): void;
|
|
574
|
+
describePlatformVersion(
|
|
575
|
+
args: DescribePlatformVersionCommandInput,
|
|
576
|
+
options?: __HttpHandlerOptions
|
|
577
|
+
): Promise<DescribePlatformVersionCommandOutput>;
|
|
578
|
+
describePlatformVersion(
|
|
579
|
+
args: DescribePlatformVersionCommandInput,
|
|
580
|
+
cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void
|
|
581
|
+
): void;
|
|
582
|
+
describePlatformVersion(
|
|
583
|
+
args: DescribePlatformVersionCommandInput,
|
|
584
|
+
options: __HttpHandlerOptions,
|
|
585
|
+
cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void
|
|
586
|
+
): void;
|
|
587
|
+
disassociateEnvironmentOperationsRole(
|
|
588
|
+
args: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
589
|
+
options?: __HttpHandlerOptions
|
|
590
|
+
): Promise<DisassociateEnvironmentOperationsRoleCommandOutput>;
|
|
591
|
+
disassociateEnvironmentOperationsRole(
|
|
592
|
+
args: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
593
|
+
cb: (
|
|
594
|
+
err: any,
|
|
595
|
+
data?: DisassociateEnvironmentOperationsRoleCommandOutput
|
|
596
|
+
) => void
|
|
597
|
+
): void;
|
|
598
|
+
disassociateEnvironmentOperationsRole(
|
|
599
|
+
args: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
600
|
+
options: __HttpHandlerOptions,
|
|
601
|
+
cb: (
|
|
602
|
+
err: any,
|
|
603
|
+
data?: DisassociateEnvironmentOperationsRoleCommandOutput
|
|
604
|
+
) => void
|
|
605
|
+
): void;
|
|
606
|
+
listAvailableSolutionStacks(
|
|
607
|
+
args: ListAvailableSolutionStacksCommandInput,
|
|
608
|
+
options?: __HttpHandlerOptions
|
|
609
|
+
): Promise<ListAvailableSolutionStacksCommandOutput>;
|
|
610
|
+
listAvailableSolutionStacks(
|
|
611
|
+
args: ListAvailableSolutionStacksCommandInput,
|
|
612
|
+
cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
listAvailableSolutionStacks(
|
|
615
|
+
args: ListAvailableSolutionStacksCommandInput,
|
|
616
|
+
options: __HttpHandlerOptions,
|
|
617
|
+
cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
|
|
618
|
+
): void;
|
|
619
|
+
listPlatformBranches(
|
|
620
|
+
args: ListPlatformBranchesCommandInput,
|
|
621
|
+
options?: __HttpHandlerOptions
|
|
622
|
+
): Promise<ListPlatformBranchesCommandOutput>;
|
|
623
|
+
listPlatformBranches(
|
|
624
|
+
args: ListPlatformBranchesCommandInput,
|
|
625
|
+
cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
|
|
626
|
+
): void;
|
|
627
|
+
listPlatformBranches(
|
|
628
|
+
args: ListPlatformBranchesCommandInput,
|
|
629
|
+
options: __HttpHandlerOptions,
|
|
630
|
+
cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
|
|
631
|
+
): void;
|
|
632
|
+
listPlatformVersions(
|
|
633
|
+
args: ListPlatformVersionsCommandInput,
|
|
634
|
+
options?: __HttpHandlerOptions
|
|
635
|
+
): Promise<ListPlatformVersionsCommandOutput>;
|
|
636
|
+
listPlatformVersions(
|
|
637
|
+
args: ListPlatformVersionsCommandInput,
|
|
638
|
+
cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void
|
|
639
|
+
): void;
|
|
640
|
+
listPlatformVersions(
|
|
641
|
+
args: ListPlatformVersionsCommandInput,
|
|
642
|
+
options: __HttpHandlerOptions,
|
|
643
|
+
cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void
|
|
644
|
+
): void;
|
|
645
|
+
listTagsForResource(
|
|
646
|
+
args: ListTagsForResourceCommandInput,
|
|
647
|
+
options?: __HttpHandlerOptions
|
|
648
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
649
|
+
listTagsForResource(
|
|
650
|
+
args: ListTagsForResourceCommandInput,
|
|
651
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
652
|
+
): void;
|
|
653
|
+
listTagsForResource(
|
|
654
|
+
args: ListTagsForResourceCommandInput,
|
|
655
|
+
options: __HttpHandlerOptions,
|
|
656
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
657
|
+
): void;
|
|
658
|
+
rebuildEnvironment(
|
|
659
|
+
args: RebuildEnvironmentCommandInput,
|
|
660
|
+
options?: __HttpHandlerOptions
|
|
661
|
+
): Promise<RebuildEnvironmentCommandOutput>;
|
|
662
|
+
rebuildEnvironment(
|
|
663
|
+
args: RebuildEnvironmentCommandInput,
|
|
664
|
+
cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
rebuildEnvironment(
|
|
667
|
+
args: RebuildEnvironmentCommandInput,
|
|
668
|
+
options: __HttpHandlerOptions,
|
|
669
|
+
cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void
|
|
670
|
+
): void;
|
|
671
|
+
requestEnvironmentInfo(
|
|
672
|
+
args: RequestEnvironmentInfoCommandInput,
|
|
673
|
+
options?: __HttpHandlerOptions
|
|
674
|
+
): Promise<RequestEnvironmentInfoCommandOutput>;
|
|
675
|
+
requestEnvironmentInfo(
|
|
676
|
+
args: RequestEnvironmentInfoCommandInput,
|
|
677
|
+
cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
|
|
678
|
+
): void;
|
|
679
|
+
requestEnvironmentInfo(
|
|
680
|
+
args: RequestEnvironmentInfoCommandInput,
|
|
681
|
+
options: __HttpHandlerOptions,
|
|
682
|
+
cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
|
|
683
|
+
): void;
|
|
684
|
+
restartAppServer(
|
|
685
|
+
args: RestartAppServerCommandInput,
|
|
686
|
+
options?: __HttpHandlerOptions
|
|
687
|
+
): Promise<RestartAppServerCommandOutput>;
|
|
688
|
+
restartAppServer(
|
|
689
|
+
args: RestartAppServerCommandInput,
|
|
690
|
+
cb: (err: any, data?: RestartAppServerCommandOutput) => void
|
|
691
|
+
): void;
|
|
692
|
+
restartAppServer(
|
|
693
|
+
args: RestartAppServerCommandInput,
|
|
694
|
+
options: __HttpHandlerOptions,
|
|
695
|
+
cb: (err: any, data?: RestartAppServerCommandOutput) => void
|
|
696
|
+
): void;
|
|
697
|
+
retrieveEnvironmentInfo(
|
|
698
|
+
args: RetrieveEnvironmentInfoCommandInput,
|
|
699
|
+
options?: __HttpHandlerOptions
|
|
700
|
+
): Promise<RetrieveEnvironmentInfoCommandOutput>;
|
|
701
|
+
retrieveEnvironmentInfo(
|
|
702
|
+
args: RetrieveEnvironmentInfoCommandInput,
|
|
703
|
+
cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
|
|
704
|
+
): void;
|
|
705
|
+
retrieveEnvironmentInfo(
|
|
706
|
+
args: RetrieveEnvironmentInfoCommandInput,
|
|
707
|
+
options: __HttpHandlerOptions,
|
|
708
|
+
cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
|
|
709
|
+
): void;
|
|
710
|
+
swapEnvironmentCNAMEs(
|
|
711
|
+
args: SwapEnvironmentCNAMEsCommandInput,
|
|
712
|
+
options?: __HttpHandlerOptions
|
|
713
|
+
): Promise<SwapEnvironmentCNAMEsCommandOutput>;
|
|
714
|
+
swapEnvironmentCNAMEs(
|
|
715
|
+
args: SwapEnvironmentCNAMEsCommandInput,
|
|
716
|
+
cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
|
|
717
|
+
): void;
|
|
718
|
+
swapEnvironmentCNAMEs(
|
|
719
|
+
args: SwapEnvironmentCNAMEsCommandInput,
|
|
720
|
+
options: __HttpHandlerOptions,
|
|
721
|
+
cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
|
|
722
|
+
): void;
|
|
723
|
+
terminateEnvironment(
|
|
724
|
+
args: TerminateEnvironmentCommandInput,
|
|
725
|
+
options?: __HttpHandlerOptions
|
|
726
|
+
): Promise<TerminateEnvironmentCommandOutput>;
|
|
727
|
+
terminateEnvironment(
|
|
728
|
+
args: TerminateEnvironmentCommandInput,
|
|
729
|
+
cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void
|
|
730
|
+
): void;
|
|
731
|
+
terminateEnvironment(
|
|
732
|
+
args: TerminateEnvironmentCommandInput,
|
|
733
|
+
options: __HttpHandlerOptions,
|
|
734
|
+
cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void
|
|
735
|
+
): void;
|
|
736
|
+
updateApplication(
|
|
737
|
+
args: UpdateApplicationCommandInput,
|
|
738
|
+
options?: __HttpHandlerOptions
|
|
739
|
+
): Promise<UpdateApplicationCommandOutput>;
|
|
740
|
+
updateApplication(
|
|
741
|
+
args: UpdateApplicationCommandInput,
|
|
742
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
743
|
+
): void;
|
|
744
|
+
updateApplication(
|
|
745
|
+
args: UpdateApplicationCommandInput,
|
|
746
|
+
options: __HttpHandlerOptions,
|
|
747
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
748
|
+
): void;
|
|
749
|
+
updateApplicationResourceLifecycle(
|
|
750
|
+
args: UpdateApplicationResourceLifecycleCommandInput,
|
|
751
|
+
options?: __HttpHandlerOptions
|
|
752
|
+
): Promise<UpdateApplicationResourceLifecycleCommandOutput>;
|
|
753
|
+
updateApplicationResourceLifecycle(
|
|
754
|
+
args: UpdateApplicationResourceLifecycleCommandInput,
|
|
755
|
+
cb: (
|
|
756
|
+
err: any,
|
|
757
|
+
data?: UpdateApplicationResourceLifecycleCommandOutput
|
|
758
|
+
) => void
|
|
759
|
+
): void;
|
|
760
|
+
updateApplicationResourceLifecycle(
|
|
761
|
+
args: UpdateApplicationResourceLifecycleCommandInput,
|
|
762
|
+
options: __HttpHandlerOptions,
|
|
763
|
+
cb: (
|
|
764
|
+
err: any,
|
|
765
|
+
data?: UpdateApplicationResourceLifecycleCommandOutput
|
|
766
|
+
) => void
|
|
767
|
+
): void;
|
|
768
|
+
updateApplicationVersion(
|
|
769
|
+
args: UpdateApplicationVersionCommandInput,
|
|
770
|
+
options?: __HttpHandlerOptions
|
|
771
|
+
): Promise<UpdateApplicationVersionCommandOutput>;
|
|
772
|
+
updateApplicationVersion(
|
|
773
|
+
args: UpdateApplicationVersionCommandInput,
|
|
774
|
+
cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
|
|
775
|
+
): void;
|
|
776
|
+
updateApplicationVersion(
|
|
777
|
+
args: UpdateApplicationVersionCommandInput,
|
|
778
|
+
options: __HttpHandlerOptions,
|
|
779
|
+
cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
|
|
780
|
+
): void;
|
|
781
|
+
updateConfigurationTemplate(
|
|
782
|
+
args: UpdateConfigurationTemplateCommandInput,
|
|
783
|
+
options?: __HttpHandlerOptions
|
|
784
|
+
): Promise<UpdateConfigurationTemplateCommandOutput>;
|
|
785
|
+
updateConfigurationTemplate(
|
|
786
|
+
args: UpdateConfigurationTemplateCommandInput,
|
|
787
|
+
cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
|
|
788
|
+
): void;
|
|
789
|
+
updateConfigurationTemplate(
|
|
790
|
+
args: UpdateConfigurationTemplateCommandInput,
|
|
791
|
+
options: __HttpHandlerOptions,
|
|
792
|
+
cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
|
|
793
|
+
): void;
|
|
794
|
+
updateEnvironment(
|
|
795
|
+
args: UpdateEnvironmentCommandInput,
|
|
796
|
+
options?: __HttpHandlerOptions
|
|
797
|
+
): Promise<UpdateEnvironmentCommandOutput>;
|
|
798
|
+
updateEnvironment(
|
|
799
|
+
args: UpdateEnvironmentCommandInput,
|
|
800
|
+
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
801
|
+
): void;
|
|
802
|
+
updateEnvironment(
|
|
803
|
+
args: UpdateEnvironmentCommandInput,
|
|
804
|
+
options: __HttpHandlerOptions,
|
|
805
|
+
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
806
|
+
): void;
|
|
807
|
+
updateTagsForResource(
|
|
808
|
+
args: UpdateTagsForResourceCommandInput,
|
|
809
|
+
options?: __HttpHandlerOptions
|
|
810
|
+
): Promise<UpdateTagsForResourceCommandOutput>;
|
|
811
|
+
updateTagsForResource(
|
|
812
|
+
args: UpdateTagsForResourceCommandInput,
|
|
813
|
+
cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
|
|
814
|
+
): void;
|
|
815
|
+
updateTagsForResource(
|
|
816
|
+
args: UpdateTagsForResourceCommandInput,
|
|
817
|
+
options: __HttpHandlerOptions,
|
|
818
|
+
cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
|
|
819
|
+
): void;
|
|
820
|
+
validateConfigurationSettings(
|
|
821
|
+
args: ValidateConfigurationSettingsCommandInput,
|
|
822
|
+
options?: __HttpHandlerOptions
|
|
823
|
+
): Promise<ValidateConfigurationSettingsCommandOutput>;
|
|
824
|
+
validateConfigurationSettings(
|
|
825
|
+
args: ValidateConfigurationSettingsCommandInput,
|
|
826
|
+
cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
|
|
827
|
+
): void;
|
|
828
|
+
validateConfigurationSettings(
|
|
829
|
+
args: ValidateConfigurationSettingsCommandInput,
|
|
830
|
+
options: __HttpHandlerOptions,
|
|
831
|
+
cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
|
|
832
|
+
): void;
|
|
833
|
+
}
|