@aws-sdk/client-migration-hub-refactor-spaces 3.169.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 +8 -0
- package/dist-types/ts3.4/MigrationHubRefactorSpaces.d.ts +436 -125
- package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +274 -97
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +24 -24
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MigrationHubRefactorSpacesServiceException.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 +1201 -1124
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentVpcsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +6 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -74
- 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/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-migration-hub-refactor-spaces
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-migration-hub-refactor-spaces
|
|
@@ -1,125 +1,436 @@
|
|
|
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
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
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
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateApplicationCommandInput,
|
|
4
|
+
CreateApplicationCommandOutput,
|
|
5
|
+
} from "./commands/CreateApplicationCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateEnvironmentCommandInput,
|
|
8
|
+
CreateEnvironmentCommandOutput,
|
|
9
|
+
} from "./commands/CreateEnvironmentCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateRouteCommandInput,
|
|
12
|
+
CreateRouteCommandOutput,
|
|
13
|
+
} from "./commands/CreateRouteCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateServiceCommandInput,
|
|
16
|
+
CreateServiceCommandOutput,
|
|
17
|
+
} from "./commands/CreateServiceCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteApplicationCommandInput,
|
|
20
|
+
DeleteApplicationCommandOutput,
|
|
21
|
+
} from "./commands/DeleteApplicationCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteEnvironmentCommandInput,
|
|
24
|
+
DeleteEnvironmentCommandOutput,
|
|
25
|
+
} from "./commands/DeleteEnvironmentCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteResourcePolicyCommandInput,
|
|
28
|
+
DeleteResourcePolicyCommandOutput,
|
|
29
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteRouteCommandInput,
|
|
32
|
+
DeleteRouteCommandOutput,
|
|
33
|
+
} from "./commands/DeleteRouteCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteServiceCommandInput,
|
|
36
|
+
DeleteServiceCommandOutput,
|
|
37
|
+
} from "./commands/DeleteServiceCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetApplicationCommandInput,
|
|
40
|
+
GetApplicationCommandOutput,
|
|
41
|
+
} from "./commands/GetApplicationCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetEnvironmentCommandInput,
|
|
44
|
+
GetEnvironmentCommandOutput,
|
|
45
|
+
} from "./commands/GetEnvironmentCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetResourcePolicyCommandInput,
|
|
48
|
+
GetResourcePolicyCommandOutput,
|
|
49
|
+
} from "./commands/GetResourcePolicyCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetRouteCommandInput,
|
|
52
|
+
GetRouteCommandOutput,
|
|
53
|
+
} from "./commands/GetRouteCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetServiceCommandInput,
|
|
56
|
+
GetServiceCommandOutput,
|
|
57
|
+
} from "./commands/GetServiceCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListApplicationsCommandInput,
|
|
60
|
+
ListApplicationsCommandOutput,
|
|
61
|
+
} from "./commands/ListApplicationsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListEnvironmentsCommandInput,
|
|
64
|
+
ListEnvironmentsCommandOutput,
|
|
65
|
+
} from "./commands/ListEnvironmentsCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListEnvironmentVpcsCommandInput,
|
|
68
|
+
ListEnvironmentVpcsCommandOutput,
|
|
69
|
+
} from "./commands/ListEnvironmentVpcsCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListRoutesCommandInput,
|
|
72
|
+
ListRoutesCommandOutput,
|
|
73
|
+
} from "./commands/ListRoutesCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListServicesCommandInput,
|
|
76
|
+
ListServicesCommandOutput,
|
|
77
|
+
} from "./commands/ListServicesCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListTagsForResourceCommandInput,
|
|
80
|
+
ListTagsForResourceCommandOutput,
|
|
81
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
82
|
+
import {
|
|
83
|
+
PutResourcePolicyCommandInput,
|
|
84
|
+
PutResourcePolicyCommandOutput,
|
|
85
|
+
} from "./commands/PutResourcePolicyCommand";
|
|
86
|
+
import {
|
|
87
|
+
TagResourceCommandInput,
|
|
88
|
+
TagResourceCommandOutput,
|
|
89
|
+
} from "./commands/TagResourceCommand";
|
|
90
|
+
import {
|
|
91
|
+
UntagResourceCommandInput,
|
|
92
|
+
UntagResourceCommandOutput,
|
|
93
|
+
} from "./commands/UntagResourceCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateRouteCommandInput,
|
|
96
|
+
UpdateRouteCommandOutput,
|
|
97
|
+
} from "./commands/UpdateRouteCommand";
|
|
98
|
+
import { MigrationHubRefactorSpacesClient } from "./MigrationHubRefactorSpacesClient";
|
|
99
|
+
|
|
100
|
+
export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpacesClient {
|
|
101
|
+
createApplication(
|
|
102
|
+
args: CreateApplicationCommandInput,
|
|
103
|
+
options?: __HttpHandlerOptions
|
|
104
|
+
): Promise<CreateApplicationCommandOutput>;
|
|
105
|
+
createApplication(
|
|
106
|
+
args: CreateApplicationCommandInput,
|
|
107
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
108
|
+
): void;
|
|
109
|
+
createApplication(
|
|
110
|
+
args: CreateApplicationCommandInput,
|
|
111
|
+
options: __HttpHandlerOptions,
|
|
112
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
113
|
+
): void;
|
|
114
|
+
|
|
115
|
+
createEnvironment(
|
|
116
|
+
args: CreateEnvironmentCommandInput,
|
|
117
|
+
options?: __HttpHandlerOptions
|
|
118
|
+
): Promise<CreateEnvironmentCommandOutput>;
|
|
119
|
+
createEnvironment(
|
|
120
|
+
args: CreateEnvironmentCommandInput,
|
|
121
|
+
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
122
|
+
): void;
|
|
123
|
+
createEnvironment(
|
|
124
|
+
args: CreateEnvironmentCommandInput,
|
|
125
|
+
options: __HttpHandlerOptions,
|
|
126
|
+
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
127
|
+
): void;
|
|
128
|
+
|
|
129
|
+
createRoute(
|
|
130
|
+
args: CreateRouteCommandInput,
|
|
131
|
+
options?: __HttpHandlerOptions
|
|
132
|
+
): Promise<CreateRouteCommandOutput>;
|
|
133
|
+
createRoute(
|
|
134
|
+
args: CreateRouteCommandInput,
|
|
135
|
+
cb: (err: any, data?: CreateRouteCommandOutput) => void
|
|
136
|
+
): void;
|
|
137
|
+
createRoute(
|
|
138
|
+
args: CreateRouteCommandInput,
|
|
139
|
+
options: __HttpHandlerOptions,
|
|
140
|
+
cb: (err: any, data?: CreateRouteCommandOutput) => void
|
|
141
|
+
): void;
|
|
142
|
+
|
|
143
|
+
createService(
|
|
144
|
+
args: CreateServiceCommandInput,
|
|
145
|
+
options?: __HttpHandlerOptions
|
|
146
|
+
): Promise<CreateServiceCommandOutput>;
|
|
147
|
+
createService(
|
|
148
|
+
args: CreateServiceCommandInput,
|
|
149
|
+
cb: (err: any, data?: CreateServiceCommandOutput) => void
|
|
150
|
+
): void;
|
|
151
|
+
createService(
|
|
152
|
+
args: CreateServiceCommandInput,
|
|
153
|
+
options: __HttpHandlerOptions,
|
|
154
|
+
cb: (err: any, data?: CreateServiceCommandOutput) => void
|
|
155
|
+
): void;
|
|
156
|
+
|
|
157
|
+
deleteApplication(
|
|
158
|
+
args: DeleteApplicationCommandInput,
|
|
159
|
+
options?: __HttpHandlerOptions
|
|
160
|
+
): Promise<DeleteApplicationCommandOutput>;
|
|
161
|
+
deleteApplication(
|
|
162
|
+
args: DeleteApplicationCommandInput,
|
|
163
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
164
|
+
): void;
|
|
165
|
+
deleteApplication(
|
|
166
|
+
args: DeleteApplicationCommandInput,
|
|
167
|
+
options: __HttpHandlerOptions,
|
|
168
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
169
|
+
): void;
|
|
170
|
+
|
|
171
|
+
deleteEnvironment(
|
|
172
|
+
args: DeleteEnvironmentCommandInput,
|
|
173
|
+
options?: __HttpHandlerOptions
|
|
174
|
+
): Promise<DeleteEnvironmentCommandOutput>;
|
|
175
|
+
deleteEnvironment(
|
|
176
|
+
args: DeleteEnvironmentCommandInput,
|
|
177
|
+
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
|
|
178
|
+
): void;
|
|
179
|
+
deleteEnvironment(
|
|
180
|
+
args: DeleteEnvironmentCommandInput,
|
|
181
|
+
options: __HttpHandlerOptions,
|
|
182
|
+
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
|
|
183
|
+
): void;
|
|
184
|
+
|
|
185
|
+
deleteResourcePolicy(
|
|
186
|
+
args: DeleteResourcePolicyCommandInput,
|
|
187
|
+
options?: __HttpHandlerOptions
|
|
188
|
+
): Promise<DeleteResourcePolicyCommandOutput>;
|
|
189
|
+
deleteResourcePolicy(
|
|
190
|
+
args: DeleteResourcePolicyCommandInput,
|
|
191
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
192
|
+
): void;
|
|
193
|
+
deleteResourcePolicy(
|
|
194
|
+
args: DeleteResourcePolicyCommandInput,
|
|
195
|
+
options: __HttpHandlerOptions,
|
|
196
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
197
|
+
): void;
|
|
198
|
+
|
|
199
|
+
deleteRoute(
|
|
200
|
+
args: DeleteRouteCommandInput,
|
|
201
|
+
options?: __HttpHandlerOptions
|
|
202
|
+
): Promise<DeleteRouteCommandOutput>;
|
|
203
|
+
deleteRoute(
|
|
204
|
+
args: DeleteRouteCommandInput,
|
|
205
|
+
cb: (err: any, data?: DeleteRouteCommandOutput) => void
|
|
206
|
+
): void;
|
|
207
|
+
deleteRoute(
|
|
208
|
+
args: DeleteRouteCommandInput,
|
|
209
|
+
options: __HttpHandlerOptions,
|
|
210
|
+
cb: (err: any, data?: DeleteRouteCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
|
|
213
|
+
deleteService(
|
|
214
|
+
args: DeleteServiceCommandInput,
|
|
215
|
+
options?: __HttpHandlerOptions
|
|
216
|
+
): Promise<DeleteServiceCommandOutput>;
|
|
217
|
+
deleteService(
|
|
218
|
+
args: DeleteServiceCommandInput,
|
|
219
|
+
cb: (err: any, data?: DeleteServiceCommandOutput) => void
|
|
220
|
+
): void;
|
|
221
|
+
deleteService(
|
|
222
|
+
args: DeleteServiceCommandInput,
|
|
223
|
+
options: __HttpHandlerOptions,
|
|
224
|
+
cb: (err: any, data?: DeleteServiceCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
|
|
227
|
+
getApplication(
|
|
228
|
+
args: GetApplicationCommandInput,
|
|
229
|
+
options?: __HttpHandlerOptions
|
|
230
|
+
): Promise<GetApplicationCommandOutput>;
|
|
231
|
+
getApplication(
|
|
232
|
+
args: GetApplicationCommandInput,
|
|
233
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
234
|
+
): void;
|
|
235
|
+
getApplication(
|
|
236
|
+
args: GetApplicationCommandInput,
|
|
237
|
+
options: __HttpHandlerOptions,
|
|
238
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
239
|
+
): void;
|
|
240
|
+
|
|
241
|
+
getEnvironment(
|
|
242
|
+
args: GetEnvironmentCommandInput,
|
|
243
|
+
options?: __HttpHandlerOptions
|
|
244
|
+
): Promise<GetEnvironmentCommandOutput>;
|
|
245
|
+
getEnvironment(
|
|
246
|
+
args: GetEnvironmentCommandInput,
|
|
247
|
+
cb: (err: any, data?: GetEnvironmentCommandOutput) => void
|
|
248
|
+
): void;
|
|
249
|
+
getEnvironment(
|
|
250
|
+
args: GetEnvironmentCommandInput,
|
|
251
|
+
options: __HttpHandlerOptions,
|
|
252
|
+
cb: (err: any, data?: GetEnvironmentCommandOutput) => void
|
|
253
|
+
): void;
|
|
254
|
+
|
|
255
|
+
getResourcePolicy(
|
|
256
|
+
args: GetResourcePolicyCommandInput,
|
|
257
|
+
options?: __HttpHandlerOptions
|
|
258
|
+
): Promise<GetResourcePolicyCommandOutput>;
|
|
259
|
+
getResourcePolicy(
|
|
260
|
+
args: GetResourcePolicyCommandInput,
|
|
261
|
+
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
262
|
+
): void;
|
|
263
|
+
getResourcePolicy(
|
|
264
|
+
args: GetResourcePolicyCommandInput,
|
|
265
|
+
options: __HttpHandlerOptions,
|
|
266
|
+
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
267
|
+
): void;
|
|
268
|
+
|
|
269
|
+
getRoute(
|
|
270
|
+
args: GetRouteCommandInput,
|
|
271
|
+
options?: __HttpHandlerOptions
|
|
272
|
+
): Promise<GetRouteCommandOutput>;
|
|
273
|
+
getRoute(
|
|
274
|
+
args: GetRouteCommandInput,
|
|
275
|
+
cb: (err: any, data?: GetRouteCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
getRoute(
|
|
278
|
+
args: GetRouteCommandInput,
|
|
279
|
+
options: __HttpHandlerOptions,
|
|
280
|
+
cb: (err: any, data?: GetRouteCommandOutput) => void
|
|
281
|
+
): void;
|
|
282
|
+
|
|
283
|
+
getService(
|
|
284
|
+
args: GetServiceCommandInput,
|
|
285
|
+
options?: __HttpHandlerOptions
|
|
286
|
+
): Promise<GetServiceCommandOutput>;
|
|
287
|
+
getService(
|
|
288
|
+
args: GetServiceCommandInput,
|
|
289
|
+
cb: (err: any, data?: GetServiceCommandOutput) => void
|
|
290
|
+
): void;
|
|
291
|
+
getService(
|
|
292
|
+
args: GetServiceCommandInput,
|
|
293
|
+
options: __HttpHandlerOptions,
|
|
294
|
+
cb: (err: any, data?: GetServiceCommandOutput) => void
|
|
295
|
+
): void;
|
|
296
|
+
|
|
297
|
+
listApplications(
|
|
298
|
+
args: ListApplicationsCommandInput,
|
|
299
|
+
options?: __HttpHandlerOptions
|
|
300
|
+
): Promise<ListApplicationsCommandOutput>;
|
|
301
|
+
listApplications(
|
|
302
|
+
args: ListApplicationsCommandInput,
|
|
303
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
304
|
+
): void;
|
|
305
|
+
listApplications(
|
|
306
|
+
args: ListApplicationsCommandInput,
|
|
307
|
+
options: __HttpHandlerOptions,
|
|
308
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
309
|
+
): void;
|
|
310
|
+
|
|
311
|
+
listEnvironments(
|
|
312
|
+
args: ListEnvironmentsCommandInput,
|
|
313
|
+
options?: __HttpHandlerOptions
|
|
314
|
+
): Promise<ListEnvironmentsCommandOutput>;
|
|
315
|
+
listEnvironments(
|
|
316
|
+
args: ListEnvironmentsCommandInput,
|
|
317
|
+
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
|
|
318
|
+
): void;
|
|
319
|
+
listEnvironments(
|
|
320
|
+
args: ListEnvironmentsCommandInput,
|
|
321
|
+
options: __HttpHandlerOptions,
|
|
322
|
+
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
|
|
323
|
+
): void;
|
|
324
|
+
|
|
325
|
+
listEnvironmentVpcs(
|
|
326
|
+
args: ListEnvironmentVpcsCommandInput,
|
|
327
|
+
options?: __HttpHandlerOptions
|
|
328
|
+
): Promise<ListEnvironmentVpcsCommandOutput>;
|
|
329
|
+
listEnvironmentVpcs(
|
|
330
|
+
args: ListEnvironmentVpcsCommandInput,
|
|
331
|
+
cb: (err: any, data?: ListEnvironmentVpcsCommandOutput) => void
|
|
332
|
+
): void;
|
|
333
|
+
listEnvironmentVpcs(
|
|
334
|
+
args: ListEnvironmentVpcsCommandInput,
|
|
335
|
+
options: __HttpHandlerOptions,
|
|
336
|
+
cb: (err: any, data?: ListEnvironmentVpcsCommandOutput) => void
|
|
337
|
+
): void;
|
|
338
|
+
|
|
339
|
+
listRoutes(
|
|
340
|
+
args: ListRoutesCommandInput,
|
|
341
|
+
options?: __HttpHandlerOptions
|
|
342
|
+
): Promise<ListRoutesCommandOutput>;
|
|
343
|
+
listRoutes(
|
|
344
|
+
args: ListRoutesCommandInput,
|
|
345
|
+
cb: (err: any, data?: ListRoutesCommandOutput) => void
|
|
346
|
+
): void;
|
|
347
|
+
listRoutes(
|
|
348
|
+
args: ListRoutesCommandInput,
|
|
349
|
+
options: __HttpHandlerOptions,
|
|
350
|
+
cb: (err: any, data?: ListRoutesCommandOutput) => void
|
|
351
|
+
): void;
|
|
352
|
+
|
|
353
|
+
listServices(
|
|
354
|
+
args: ListServicesCommandInput,
|
|
355
|
+
options?: __HttpHandlerOptions
|
|
356
|
+
): Promise<ListServicesCommandOutput>;
|
|
357
|
+
listServices(
|
|
358
|
+
args: ListServicesCommandInput,
|
|
359
|
+
cb: (err: any, data?: ListServicesCommandOutput) => void
|
|
360
|
+
): void;
|
|
361
|
+
listServices(
|
|
362
|
+
args: ListServicesCommandInput,
|
|
363
|
+
options: __HttpHandlerOptions,
|
|
364
|
+
cb: (err: any, data?: ListServicesCommandOutput) => void
|
|
365
|
+
): void;
|
|
366
|
+
|
|
367
|
+
listTagsForResource(
|
|
368
|
+
args: ListTagsForResourceCommandInput,
|
|
369
|
+
options?: __HttpHandlerOptions
|
|
370
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
371
|
+
listTagsForResource(
|
|
372
|
+
args: ListTagsForResourceCommandInput,
|
|
373
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
listTagsForResource(
|
|
376
|
+
args: ListTagsForResourceCommandInput,
|
|
377
|
+
options: __HttpHandlerOptions,
|
|
378
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
379
|
+
): void;
|
|
380
|
+
|
|
381
|
+
putResourcePolicy(
|
|
382
|
+
args: PutResourcePolicyCommandInput,
|
|
383
|
+
options?: __HttpHandlerOptions
|
|
384
|
+
): Promise<PutResourcePolicyCommandOutput>;
|
|
385
|
+
putResourcePolicy(
|
|
386
|
+
args: PutResourcePolicyCommandInput,
|
|
387
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
388
|
+
): void;
|
|
389
|
+
putResourcePolicy(
|
|
390
|
+
args: PutResourcePolicyCommandInput,
|
|
391
|
+
options: __HttpHandlerOptions,
|
|
392
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
|
|
395
|
+
tagResource(
|
|
396
|
+
args: TagResourceCommandInput,
|
|
397
|
+
options?: __HttpHandlerOptions
|
|
398
|
+
): Promise<TagResourceCommandOutput>;
|
|
399
|
+
tagResource(
|
|
400
|
+
args: TagResourceCommandInput,
|
|
401
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
402
|
+
): void;
|
|
403
|
+
tagResource(
|
|
404
|
+
args: TagResourceCommandInput,
|
|
405
|
+
options: __HttpHandlerOptions,
|
|
406
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
407
|
+
): void;
|
|
408
|
+
|
|
409
|
+
untagResource(
|
|
410
|
+
args: UntagResourceCommandInput,
|
|
411
|
+
options?: __HttpHandlerOptions
|
|
412
|
+
): Promise<UntagResourceCommandOutput>;
|
|
413
|
+
untagResource(
|
|
414
|
+
args: UntagResourceCommandInput,
|
|
415
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
416
|
+
): void;
|
|
417
|
+
untagResource(
|
|
418
|
+
args: UntagResourceCommandInput,
|
|
419
|
+
options: __HttpHandlerOptions,
|
|
420
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
421
|
+
): void;
|
|
422
|
+
|
|
423
|
+
updateRoute(
|
|
424
|
+
args: UpdateRouteCommandInput,
|
|
425
|
+
options?: __HttpHandlerOptions
|
|
426
|
+
): Promise<UpdateRouteCommandOutput>;
|
|
427
|
+
updateRoute(
|
|
428
|
+
args: UpdateRouteCommandInput,
|
|
429
|
+
cb: (err: any, data?: UpdateRouteCommandOutput) => void
|
|
430
|
+
): void;
|
|
431
|
+
updateRoute(
|
|
432
|
+
args: UpdateRouteCommandInput,
|
|
433
|
+
options: __HttpHandlerOptions,
|
|
434
|
+
cb: (err: any, data?: UpdateRouteCommandOutput) => void
|
|
435
|
+
): void;
|
|
436
|
+
}
|