@aws-sdk/client-migration-hub-refactor-spaces 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MigrationHubRefactorSpaces.d.ts +412 -125
  3. package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +249 -97
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +32 -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 +7 -6
  32. package/dist-types/ts3.4/models/index.d.ts +1 -1
  33. package/dist-types/ts3.4/models/models_0.d.ts +820 -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 +67 -38
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-migration-hub-refactor-spaces
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-migration-hub-refactor-spaces
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-migration-hub-refactor-spaces
@@ -1,125 +1,412 @@
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
+ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpacesClient {
100
+ createApplication(
101
+ args: CreateApplicationCommandInput,
102
+ options?: __HttpHandlerOptions
103
+ ): Promise<CreateApplicationCommandOutput>;
104
+ createApplication(
105
+ args: CreateApplicationCommandInput,
106
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
107
+ ): void;
108
+ createApplication(
109
+ args: CreateApplicationCommandInput,
110
+ options: __HttpHandlerOptions,
111
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
112
+ ): void;
113
+ createEnvironment(
114
+ args: CreateEnvironmentCommandInput,
115
+ options?: __HttpHandlerOptions
116
+ ): Promise<CreateEnvironmentCommandOutput>;
117
+ createEnvironment(
118
+ args: CreateEnvironmentCommandInput,
119
+ cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
120
+ ): void;
121
+ createEnvironment(
122
+ args: CreateEnvironmentCommandInput,
123
+ options: __HttpHandlerOptions,
124
+ cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
125
+ ): void;
126
+ createRoute(
127
+ args: CreateRouteCommandInput,
128
+ options?: __HttpHandlerOptions
129
+ ): Promise<CreateRouteCommandOutput>;
130
+ createRoute(
131
+ args: CreateRouteCommandInput,
132
+ cb: (err: any, data?: CreateRouteCommandOutput) => void
133
+ ): void;
134
+ createRoute(
135
+ args: CreateRouteCommandInput,
136
+ options: __HttpHandlerOptions,
137
+ cb: (err: any, data?: CreateRouteCommandOutput) => void
138
+ ): void;
139
+ createService(
140
+ args: CreateServiceCommandInput,
141
+ options?: __HttpHandlerOptions
142
+ ): Promise<CreateServiceCommandOutput>;
143
+ createService(
144
+ args: CreateServiceCommandInput,
145
+ cb: (err: any, data?: CreateServiceCommandOutput) => void
146
+ ): void;
147
+ createService(
148
+ args: CreateServiceCommandInput,
149
+ options: __HttpHandlerOptions,
150
+ cb: (err: any, data?: CreateServiceCommandOutput) => void
151
+ ): void;
152
+ deleteApplication(
153
+ args: DeleteApplicationCommandInput,
154
+ options?: __HttpHandlerOptions
155
+ ): Promise<DeleteApplicationCommandOutput>;
156
+ deleteApplication(
157
+ args: DeleteApplicationCommandInput,
158
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
159
+ ): void;
160
+ deleteApplication(
161
+ args: DeleteApplicationCommandInput,
162
+ options: __HttpHandlerOptions,
163
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
164
+ ): void;
165
+ deleteEnvironment(
166
+ args: DeleteEnvironmentCommandInput,
167
+ options?: __HttpHandlerOptions
168
+ ): Promise<DeleteEnvironmentCommandOutput>;
169
+ deleteEnvironment(
170
+ args: DeleteEnvironmentCommandInput,
171
+ cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
172
+ ): void;
173
+ deleteEnvironment(
174
+ args: DeleteEnvironmentCommandInput,
175
+ options: __HttpHandlerOptions,
176
+ cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
177
+ ): void;
178
+ deleteResourcePolicy(
179
+ args: DeleteResourcePolicyCommandInput,
180
+ options?: __HttpHandlerOptions
181
+ ): Promise<DeleteResourcePolicyCommandOutput>;
182
+ deleteResourcePolicy(
183
+ args: DeleteResourcePolicyCommandInput,
184
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
185
+ ): void;
186
+ deleteResourcePolicy(
187
+ args: DeleteResourcePolicyCommandInput,
188
+ options: __HttpHandlerOptions,
189
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
190
+ ): void;
191
+ deleteRoute(
192
+ args: DeleteRouteCommandInput,
193
+ options?: __HttpHandlerOptions
194
+ ): Promise<DeleteRouteCommandOutput>;
195
+ deleteRoute(
196
+ args: DeleteRouteCommandInput,
197
+ cb: (err: any, data?: DeleteRouteCommandOutput) => void
198
+ ): void;
199
+ deleteRoute(
200
+ args: DeleteRouteCommandInput,
201
+ options: __HttpHandlerOptions,
202
+ cb: (err: any, data?: DeleteRouteCommandOutput) => void
203
+ ): void;
204
+ deleteService(
205
+ args: DeleteServiceCommandInput,
206
+ options?: __HttpHandlerOptions
207
+ ): Promise<DeleteServiceCommandOutput>;
208
+ deleteService(
209
+ args: DeleteServiceCommandInput,
210
+ cb: (err: any, data?: DeleteServiceCommandOutput) => void
211
+ ): void;
212
+ deleteService(
213
+ args: DeleteServiceCommandInput,
214
+ options: __HttpHandlerOptions,
215
+ cb: (err: any, data?: DeleteServiceCommandOutput) => void
216
+ ): void;
217
+ getApplication(
218
+ args: GetApplicationCommandInput,
219
+ options?: __HttpHandlerOptions
220
+ ): Promise<GetApplicationCommandOutput>;
221
+ getApplication(
222
+ args: GetApplicationCommandInput,
223
+ cb: (err: any, data?: GetApplicationCommandOutput) => void
224
+ ): void;
225
+ getApplication(
226
+ args: GetApplicationCommandInput,
227
+ options: __HttpHandlerOptions,
228
+ cb: (err: any, data?: GetApplicationCommandOutput) => void
229
+ ): void;
230
+ getEnvironment(
231
+ args: GetEnvironmentCommandInput,
232
+ options?: __HttpHandlerOptions
233
+ ): Promise<GetEnvironmentCommandOutput>;
234
+ getEnvironment(
235
+ args: GetEnvironmentCommandInput,
236
+ cb: (err: any, data?: GetEnvironmentCommandOutput) => void
237
+ ): void;
238
+ getEnvironment(
239
+ args: GetEnvironmentCommandInput,
240
+ options: __HttpHandlerOptions,
241
+ cb: (err: any, data?: GetEnvironmentCommandOutput) => void
242
+ ): void;
243
+ getResourcePolicy(
244
+ args: GetResourcePolicyCommandInput,
245
+ options?: __HttpHandlerOptions
246
+ ): Promise<GetResourcePolicyCommandOutput>;
247
+ getResourcePolicy(
248
+ args: GetResourcePolicyCommandInput,
249
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
250
+ ): void;
251
+ getResourcePolicy(
252
+ args: GetResourcePolicyCommandInput,
253
+ options: __HttpHandlerOptions,
254
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
255
+ ): void;
256
+ getRoute(
257
+ args: GetRouteCommandInput,
258
+ options?: __HttpHandlerOptions
259
+ ): Promise<GetRouteCommandOutput>;
260
+ getRoute(
261
+ args: GetRouteCommandInput,
262
+ cb: (err: any, data?: GetRouteCommandOutput) => void
263
+ ): void;
264
+ getRoute(
265
+ args: GetRouteCommandInput,
266
+ options: __HttpHandlerOptions,
267
+ cb: (err: any, data?: GetRouteCommandOutput) => void
268
+ ): void;
269
+ getService(
270
+ args: GetServiceCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<GetServiceCommandOutput>;
273
+ getService(
274
+ args: GetServiceCommandInput,
275
+ cb: (err: any, data?: GetServiceCommandOutput) => void
276
+ ): void;
277
+ getService(
278
+ args: GetServiceCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: GetServiceCommandOutput) => void
281
+ ): void;
282
+ listApplications(
283
+ args: ListApplicationsCommandInput,
284
+ options?: __HttpHandlerOptions
285
+ ): Promise<ListApplicationsCommandOutput>;
286
+ listApplications(
287
+ args: ListApplicationsCommandInput,
288
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
289
+ ): void;
290
+ listApplications(
291
+ args: ListApplicationsCommandInput,
292
+ options: __HttpHandlerOptions,
293
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
294
+ ): void;
295
+ listEnvironments(
296
+ args: ListEnvironmentsCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<ListEnvironmentsCommandOutput>;
299
+ listEnvironments(
300
+ args: ListEnvironmentsCommandInput,
301
+ cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
302
+ ): void;
303
+ listEnvironments(
304
+ args: ListEnvironmentsCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
307
+ ): void;
308
+ listEnvironmentVpcs(
309
+ args: ListEnvironmentVpcsCommandInput,
310
+ options?: __HttpHandlerOptions
311
+ ): Promise<ListEnvironmentVpcsCommandOutput>;
312
+ listEnvironmentVpcs(
313
+ args: ListEnvironmentVpcsCommandInput,
314
+ cb: (err: any, data?: ListEnvironmentVpcsCommandOutput) => void
315
+ ): void;
316
+ listEnvironmentVpcs(
317
+ args: ListEnvironmentVpcsCommandInput,
318
+ options: __HttpHandlerOptions,
319
+ cb: (err: any, data?: ListEnvironmentVpcsCommandOutput) => void
320
+ ): void;
321
+ listRoutes(
322
+ args: ListRoutesCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<ListRoutesCommandOutput>;
325
+ listRoutes(
326
+ args: ListRoutesCommandInput,
327
+ cb: (err: any, data?: ListRoutesCommandOutput) => void
328
+ ): void;
329
+ listRoutes(
330
+ args: ListRoutesCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: ListRoutesCommandOutput) => void
333
+ ): void;
334
+ listServices(
335
+ args: ListServicesCommandInput,
336
+ options?: __HttpHandlerOptions
337
+ ): Promise<ListServicesCommandOutput>;
338
+ listServices(
339
+ args: ListServicesCommandInput,
340
+ cb: (err: any, data?: ListServicesCommandOutput) => void
341
+ ): void;
342
+ listServices(
343
+ args: ListServicesCommandInput,
344
+ options: __HttpHandlerOptions,
345
+ cb: (err: any, data?: ListServicesCommandOutput) => void
346
+ ): void;
347
+ listTagsForResource(
348
+ args: ListTagsForResourceCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<ListTagsForResourceCommandOutput>;
351
+ listTagsForResource(
352
+ args: ListTagsForResourceCommandInput,
353
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
354
+ ): void;
355
+ listTagsForResource(
356
+ args: ListTagsForResourceCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
359
+ ): void;
360
+ putResourcePolicy(
361
+ args: PutResourcePolicyCommandInput,
362
+ options?: __HttpHandlerOptions
363
+ ): Promise<PutResourcePolicyCommandOutput>;
364
+ putResourcePolicy(
365
+ args: PutResourcePolicyCommandInput,
366
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
367
+ ): void;
368
+ putResourcePolicy(
369
+ args: PutResourcePolicyCommandInput,
370
+ options: __HttpHandlerOptions,
371
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
372
+ ): void;
373
+ tagResource(
374
+ args: TagResourceCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<TagResourceCommandOutput>;
377
+ tagResource(
378
+ args: TagResourceCommandInput,
379
+ cb: (err: any, data?: TagResourceCommandOutput) => void
380
+ ): void;
381
+ tagResource(
382
+ args: TagResourceCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: TagResourceCommandOutput) => void
385
+ ): void;
386
+ untagResource(
387
+ args: UntagResourceCommandInput,
388
+ options?: __HttpHandlerOptions
389
+ ): Promise<UntagResourceCommandOutput>;
390
+ untagResource(
391
+ args: UntagResourceCommandInput,
392
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
393
+ ): void;
394
+ untagResource(
395
+ args: UntagResourceCommandInput,
396
+ options: __HttpHandlerOptions,
397
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
398
+ ): void;
399
+ updateRoute(
400
+ args: UpdateRouteCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<UpdateRouteCommandOutput>;
403
+ updateRoute(
404
+ args: UpdateRouteCommandInput,
405
+ cb: (err: any, data?: UpdateRouteCommandOutput) => void
406
+ ): void;
407
+ updateRoute(
408
+ args: UpdateRouteCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: UpdateRouteCommandOutput) => void
411
+ ): void;
412
+ }