@aws-sdk/client-migration-hub-refactor-spaces 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.
Files changed (46) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MigrationHubRefactorSpaces.d.ts +436 -125
  3. package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +274 -97
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/index.d.ts +24 -24
  29. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  30. package/dist-types/ts3.4/index.d.ts +6 -6
  31. package/dist-types/ts3.4/models/MigrationHubRefactorSpacesServiceException.d.ts +8 -6
  32. package/dist-types/ts3.4/models/index.d.ts +1 -1
  33. package/dist-types/ts3.4/models/models_0.d.ts +1201 -1124
  34. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  35. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/ListEnvironmentVpcsPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  41. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -74
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  46. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-migration-hub-refactor-spaces
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **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 { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
3
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
4
- import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
5
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
6
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
7
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
8
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
9
- import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
10
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
11
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
12
- import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
13
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
14
- import { GetRouteCommandInput, GetRouteCommandOutput } from "./commands/GetRouteCommand";
15
- import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
16
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
17
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
18
- import { ListEnvironmentVpcsCommandInput, ListEnvironmentVpcsCommandOutput } from "./commands/ListEnvironmentVpcsCommand";
19
- import { ListRoutesCommandInput, ListRoutesCommandOutput } from "./commands/ListRoutesCommand";
20
- import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
22
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
23
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
24
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
- import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand";
26
- import { MigrationHubRefactorSpacesClient } from "./MigrationHubRefactorSpacesClient";
27
-
28
- export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpacesClient {
29
-
30
- createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
31
- createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
32
- createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
33
-
34
- createEnvironment(args: CreateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentCommandOutput>;
35
- createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
36
- createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
37
-
38
- createRoute(args: CreateRouteCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouteCommandOutput>;
39
- createRoute(args: CreateRouteCommandInput, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
40
- createRoute(args: CreateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
41
-
42
- createService(args: CreateServiceCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceCommandOutput>;
43
- createService(args: CreateServiceCommandInput, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
44
- createService(args: CreateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
45
-
46
- deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
47
- deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
48
- deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
49
-
50
- deleteEnvironment(args: DeleteEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentCommandOutput>;
51
- deleteEnvironment(args: DeleteEnvironmentCommandInput, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
52
- deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
53
-
54
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
55
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
56
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
57
-
58
- deleteRoute(args: DeleteRouteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteCommandOutput>;
59
- deleteRoute(args: DeleteRouteCommandInput, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
60
- deleteRoute(args: DeleteRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
61
-
62
- deleteService(args: DeleteServiceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceCommandOutput>;
63
- deleteService(args: DeleteServiceCommandInput, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
64
- deleteService(args: DeleteServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
65
-
66
- getApplication(args: GetApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationCommandOutput>;
67
- getApplication(args: GetApplicationCommandInput, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
68
- getApplication(args: GetApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
69
-
70
- getEnvironment(args: GetEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<GetEnvironmentCommandOutput>;
71
- getEnvironment(args: GetEnvironmentCommandInput, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
72
- getEnvironment(args: GetEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
73
-
74
- getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
75
- getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
76
- getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
77
-
78
- getRoute(args: GetRouteCommandInput, options?: __HttpHandlerOptions): Promise<GetRouteCommandOutput>;
79
- getRoute(args: GetRouteCommandInput, cb: (err: any, data?: GetRouteCommandOutput) => void): void;
80
- getRoute(args: GetRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouteCommandOutput) => void): void;
81
-
82
- getService(args: GetServiceCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceCommandOutput>;
83
- getService(args: GetServiceCommandInput, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
84
- getService(args: GetServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
85
-
86
- listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
87
- listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
88
- listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
89
-
90
- listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
91
- listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
92
- listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
93
-
94
- listEnvironmentVpcs(args: ListEnvironmentVpcsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentVpcsCommandOutput>;
95
- listEnvironmentVpcs(args: ListEnvironmentVpcsCommandInput, cb: (err: any, data?: ListEnvironmentVpcsCommandOutput) => void): void;
96
- listEnvironmentVpcs(args: ListEnvironmentVpcsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentVpcsCommandOutput) => void): void;
97
-
98
- listRoutes(args: ListRoutesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutesCommandOutput>;
99
- listRoutes(args: ListRoutesCommandInput, cb: (err: any, data?: ListRoutesCommandOutput) => void): void;
100
- listRoutes(args: ListRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutesCommandOutput) => void): void;
101
-
102
- listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicesCommandOutput>;
103
- listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
104
- listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
105
-
106
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
107
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
108
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
109
-
110
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
111
- putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
112
- putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
113
-
114
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
115
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
116
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
117
-
118
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
119
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
120
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
121
-
122
- updateRoute(args: UpdateRouteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteCommandOutput>;
123
- updateRoute(args: UpdateRouteCommandInput, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
124
- updateRoute(args: UpdateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
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
+ }