@aws-sdk/client-migration-hub-refactor-spaces 3.170.0 → 3.178.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 (37) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/MigrationHubRefactorSpaces.d.ts +0 -24
  6. package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/models/MigrationHubRefactorSpacesServiceException.d.ts +0 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +0 -381
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  37. package/package.json +26 -26
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-migration-hub-refactor-spaces
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-migration-hub-refactor-spaces
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-migration-hub-refactor-spaces
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MigrationHubRefactorSpacesClient
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MigrationHubRefactorSpacesClient
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: MigrationHubRefactorSpacesClient
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -96,7 +96,6 @@ import {
96
96
  UpdateRouteCommandOutput,
97
97
  } from "./commands/UpdateRouteCommand";
98
98
  import { MigrationHubRefactorSpacesClient } from "./MigrationHubRefactorSpacesClient";
99
-
100
99
  export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpacesClient {
101
100
  createApplication(
102
101
  args: CreateApplicationCommandInput,
@@ -111,7 +110,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
111
110
  options: __HttpHandlerOptions,
112
111
  cb: (err: any, data?: CreateApplicationCommandOutput) => void
113
112
  ): void;
114
-
115
113
  createEnvironment(
116
114
  args: CreateEnvironmentCommandInput,
117
115
  options?: __HttpHandlerOptions
@@ -125,7 +123,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
125
123
  options: __HttpHandlerOptions,
126
124
  cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
127
125
  ): void;
128
-
129
126
  createRoute(
130
127
  args: CreateRouteCommandInput,
131
128
  options?: __HttpHandlerOptions
@@ -139,7 +136,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
139
136
  options: __HttpHandlerOptions,
140
137
  cb: (err: any, data?: CreateRouteCommandOutput) => void
141
138
  ): void;
142
-
143
139
  createService(
144
140
  args: CreateServiceCommandInput,
145
141
  options?: __HttpHandlerOptions
@@ -153,7 +149,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
153
149
  options: __HttpHandlerOptions,
154
150
  cb: (err: any, data?: CreateServiceCommandOutput) => void
155
151
  ): void;
156
-
157
152
  deleteApplication(
158
153
  args: DeleteApplicationCommandInput,
159
154
  options?: __HttpHandlerOptions
@@ -167,7 +162,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
167
162
  options: __HttpHandlerOptions,
168
163
  cb: (err: any, data?: DeleteApplicationCommandOutput) => void
169
164
  ): void;
170
-
171
165
  deleteEnvironment(
172
166
  args: DeleteEnvironmentCommandInput,
173
167
  options?: __HttpHandlerOptions
@@ -181,7 +175,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
181
175
  options: __HttpHandlerOptions,
182
176
  cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
183
177
  ): void;
184
-
185
178
  deleteResourcePolicy(
186
179
  args: DeleteResourcePolicyCommandInput,
187
180
  options?: __HttpHandlerOptions
@@ -195,7 +188,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
195
188
  options: __HttpHandlerOptions,
196
189
  cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
197
190
  ): void;
198
-
199
191
  deleteRoute(
200
192
  args: DeleteRouteCommandInput,
201
193
  options?: __HttpHandlerOptions
@@ -209,7 +201,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
209
201
  options: __HttpHandlerOptions,
210
202
  cb: (err: any, data?: DeleteRouteCommandOutput) => void
211
203
  ): void;
212
-
213
204
  deleteService(
214
205
  args: DeleteServiceCommandInput,
215
206
  options?: __HttpHandlerOptions
@@ -223,7 +214,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
223
214
  options: __HttpHandlerOptions,
224
215
  cb: (err: any, data?: DeleteServiceCommandOutput) => void
225
216
  ): void;
226
-
227
217
  getApplication(
228
218
  args: GetApplicationCommandInput,
229
219
  options?: __HttpHandlerOptions
@@ -237,7 +227,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
237
227
  options: __HttpHandlerOptions,
238
228
  cb: (err: any, data?: GetApplicationCommandOutput) => void
239
229
  ): void;
240
-
241
230
  getEnvironment(
242
231
  args: GetEnvironmentCommandInput,
243
232
  options?: __HttpHandlerOptions
@@ -251,7 +240,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
251
240
  options: __HttpHandlerOptions,
252
241
  cb: (err: any, data?: GetEnvironmentCommandOutput) => void
253
242
  ): void;
254
-
255
243
  getResourcePolicy(
256
244
  args: GetResourcePolicyCommandInput,
257
245
  options?: __HttpHandlerOptions
@@ -265,7 +253,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
265
253
  options: __HttpHandlerOptions,
266
254
  cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
267
255
  ): void;
268
-
269
256
  getRoute(
270
257
  args: GetRouteCommandInput,
271
258
  options?: __HttpHandlerOptions
@@ -279,7 +266,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
279
266
  options: __HttpHandlerOptions,
280
267
  cb: (err: any, data?: GetRouteCommandOutput) => void
281
268
  ): void;
282
-
283
269
  getService(
284
270
  args: GetServiceCommandInput,
285
271
  options?: __HttpHandlerOptions
@@ -293,7 +279,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
293
279
  options: __HttpHandlerOptions,
294
280
  cb: (err: any, data?: GetServiceCommandOutput) => void
295
281
  ): void;
296
-
297
282
  listApplications(
298
283
  args: ListApplicationsCommandInput,
299
284
  options?: __HttpHandlerOptions
@@ -307,7 +292,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
307
292
  options: __HttpHandlerOptions,
308
293
  cb: (err: any, data?: ListApplicationsCommandOutput) => void
309
294
  ): void;
310
-
311
295
  listEnvironments(
312
296
  args: ListEnvironmentsCommandInput,
313
297
  options?: __HttpHandlerOptions
@@ -321,7 +305,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
321
305
  options: __HttpHandlerOptions,
322
306
  cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
323
307
  ): void;
324
-
325
308
  listEnvironmentVpcs(
326
309
  args: ListEnvironmentVpcsCommandInput,
327
310
  options?: __HttpHandlerOptions
@@ -335,7 +318,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
335
318
  options: __HttpHandlerOptions,
336
319
  cb: (err: any, data?: ListEnvironmentVpcsCommandOutput) => void
337
320
  ): void;
338
-
339
321
  listRoutes(
340
322
  args: ListRoutesCommandInput,
341
323
  options?: __HttpHandlerOptions
@@ -349,7 +331,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
349
331
  options: __HttpHandlerOptions,
350
332
  cb: (err: any, data?: ListRoutesCommandOutput) => void
351
333
  ): void;
352
-
353
334
  listServices(
354
335
  args: ListServicesCommandInput,
355
336
  options?: __HttpHandlerOptions
@@ -363,7 +344,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
363
344
  options: __HttpHandlerOptions,
364
345
  cb: (err: any, data?: ListServicesCommandOutput) => void
365
346
  ): void;
366
-
367
347
  listTagsForResource(
368
348
  args: ListTagsForResourceCommandInput,
369
349
  options?: __HttpHandlerOptions
@@ -377,7 +357,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
377
357
  options: __HttpHandlerOptions,
378
358
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
379
359
  ): void;
380
-
381
360
  putResourcePolicy(
382
361
  args: PutResourcePolicyCommandInput,
383
362
  options?: __HttpHandlerOptions
@@ -391,7 +370,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
391
370
  options: __HttpHandlerOptions,
392
371
  cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
393
372
  ): void;
394
-
395
373
  tagResource(
396
374
  args: TagResourceCommandInput,
397
375
  options?: __HttpHandlerOptions
@@ -405,7 +383,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
405
383
  options: __HttpHandlerOptions,
406
384
  cb: (err: any, data?: TagResourceCommandOutput) => void
407
385
  ): void;
408
-
409
386
  untagResource(
410
387
  args: UntagResourceCommandInput,
411
388
  options?: __HttpHandlerOptions
@@ -419,7 +396,6 @@ export declare class MigrationHubRefactorSpaces extends MigrationHubRefactorSpac
419
396
  options: __HttpHandlerOptions,
420
397
  cb: (err: any, data?: UntagResourceCommandOutput) => void
421
398
  ): void;
422
-
423
399
  updateRoute(
424
400
  args: UpdateRouteCommandInput,
425
401
  options?: __HttpHandlerOptions
@@ -191,47 +191,26 @@ export declare type ServiceOutputTypes =
191
191
  export interface ClientDefaults
192
192
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
193
193
  requestHandler?: __HttpHandler;
194
-
195
194
  sha256?: __HashConstructor;
196
-
197
195
  urlParser?: __UrlParser;
198
-
199
196
  bodyLengthChecker?: __BodyLengthCalculator;
200
-
201
197
  streamCollector?: __StreamCollector;
202
-
203
198
  base64Decoder?: __Decoder;
204
-
205
199
  base64Encoder?: __Encoder;
206
-
207
200
  utf8Decoder?: __Decoder;
208
-
209
201
  utf8Encoder?: __Encoder;
210
-
211
202
  runtime?: string;
212
-
213
203
  disableHostPrefix?: boolean;
214
-
215
204
  maxAttempts?: number | __Provider<number>;
216
-
217
205
  retryMode?: string | __Provider<string>;
218
-
219
206
  logger?: __Logger;
220
-
221
207
  useDualstackEndpoint?: boolean | __Provider<boolean>;
222
-
223
208
  useFipsEndpoint?: boolean | __Provider<boolean>;
224
-
225
209
  serviceId?: string;
226
-
227
210
  region?: string | __Provider<string>;
228
-
229
211
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
230
-
231
212
  regionInfoProvider?: RegionInfoProvider;
232
-
233
213
  defaultUserAgentProvider?: Provider<__UserAgent>;
234
-
235
214
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
236
215
  }
237
216
  declare type MigrationHubRefactorSpacesClientConfigType = Partial<
@@ -244,7 +223,6 @@ declare type MigrationHubRefactorSpacesClientConfigType = Partial<
244
223
  HostHeaderInputConfig &
245
224
  AwsAuthInputConfig &
246
225
  UserAgentInputConfig;
247
-
248
226
  export interface MigrationHubRefactorSpacesClientConfig
249
227
  extends MigrationHubRefactorSpacesClientConfigType {}
250
228
  declare type MigrationHubRefactorSpacesClientResolvedConfigType =
@@ -256,10 +234,8 @@ declare type MigrationHubRefactorSpacesClientResolvedConfigType =
256
234
  HostHeaderResolvedConfig &
257
235
  AwsAuthResolvedConfig &
258
236
  UserAgentResolvedConfig;
259
-
260
237
  export interface MigrationHubRefactorSpacesClientResolvedConfig
261
238
  extends MigrationHubRefactorSpacesClientResolvedConfigType {}
262
-
263
239
  export declare class MigrationHubRefactorSpacesClient extends __Client<
264
240
  __HttpHandlerOptions,
265
241
  ServiceInputTypes,
@@ -268,7 +244,6 @@ export declare class MigrationHubRefactorSpacesClient extends __Client<
268
244
  > {
269
245
  readonly config: MigrationHubRefactorSpacesClientResolvedConfig;
270
246
  constructor(configuration: MigrationHubRefactorSpacesClientConfig);
271
-
272
247
  destroy(): void;
273
248
  }
274
249
  export {};
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
19
19
  export interface CreateApplicationCommandOutput
20
20
  extends CreateApplicationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateApplicationCommand extends $Command<
24
23
  CreateApplicationCommandInput,
25
24
  CreateApplicationCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateApplicationCommandInput;
29
28
  constructor(input: CreateApplicationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateEnvironmentCommandInput
19
19
  export interface CreateEnvironmentCommandOutput
20
20
  extends CreateEnvironmentResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateEnvironmentCommand extends $Command<
24
23
  CreateEnvironmentCommandInput,
25
24
  CreateEnvironmentCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateEnvironmentCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateEnvironmentCommandInput;
29
28
  constructor(input: CreateEnvironmentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateRouteCommandInput extends CreateRouteRequest {}
15
15
  export interface CreateRouteCommandOutput
16
16
  extends CreateRouteResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateRouteCommand extends $Command<
20
19
  CreateRouteCommandInput,
21
20
  CreateRouteCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateRouteCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateRouteCommandInput;
25
24
  constructor(input: CreateRouteCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateServiceCommandInput extends CreateServiceRequest {}
18
18
  export interface CreateServiceCommandOutput
19
19
  extends CreateServiceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateServiceCommand extends $Command<
23
22
  CreateServiceCommandInput,
24
23
  CreateServiceCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateServiceCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateServiceCommandInput;
28
27
  constructor(input: CreateServiceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteApplicationCommandInput
19
19
  export interface DeleteApplicationCommandOutput
20
20
  extends DeleteApplicationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteApplicationCommand extends $Command<
24
23
  DeleteApplicationCommandInput,
25
24
  DeleteApplicationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteApplicationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteApplicationCommandInput;
29
28
  constructor(input: DeleteApplicationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteEnvironmentCommandInput
19
19
  export interface DeleteEnvironmentCommandOutput
20
20
  extends DeleteEnvironmentResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteEnvironmentCommand extends $Command<
24
23
  DeleteEnvironmentCommandInput,
25
24
  DeleteEnvironmentCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteEnvironmentCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteEnvironmentCommandInput;
29
28
  constructor(input: DeleteEnvironmentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteResourcePolicyCommandInput
19
19
  export interface DeleteResourcePolicyCommandOutput
20
20
  extends DeleteResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteResourcePolicyCommand extends $Command<
24
23
  DeleteResourcePolicyCommandInput,
25
24
  DeleteResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteResourcePolicyCommandInput;
29
28
  constructor(input: DeleteResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteRouteCommandInput extends DeleteRouteRequest {}
15
15
  export interface DeleteRouteCommandOutput
16
16
  extends DeleteRouteResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteRouteCommand extends $Command<
20
19
  DeleteRouteCommandInput,
21
20
  DeleteRouteCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteRouteCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteRouteCommandInput;
25
24
  constructor(input: DeleteRouteCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
18
18
  export interface DeleteServiceCommandOutput
19
19
  extends DeleteServiceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteServiceCommand extends $Command<
23
22
  DeleteServiceCommandInput,
24
23
  DeleteServiceCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteServiceCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteServiceCommandInput;
28
27
  constructor(input: DeleteServiceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
18
18
  export interface GetApplicationCommandOutput
19
19
  extends GetApplicationResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetApplicationCommand extends $Command<
23
22
  GetApplicationCommandInput,
24
23
  GetApplicationCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetApplicationCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetApplicationCommandInput;
28
27
  constructor(input: GetApplicationCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
18
18
  export interface GetEnvironmentCommandOutput
19
19
  extends GetEnvironmentResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetEnvironmentCommand extends $Command<
23
22
  GetEnvironmentCommandInput,
24
23
  GetEnvironmentCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetEnvironmentCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetEnvironmentCommandInput;
28
27
  constructor(input: GetEnvironmentCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetResourcePolicyCommandInput
19
19
  export interface GetResourcePolicyCommandOutput
20
20
  extends GetResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetResourcePolicyCommand extends $Command<
24
23
  GetResourcePolicyCommandInput,
25
24
  GetResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetResourcePolicyCommandInput;
29
28
  constructor(input: GetResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetRouteCommandInput extends GetRouteRequest {}
15
15
  export interface GetRouteCommandOutput
16
16
  extends GetRouteResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetRouteCommand extends $Command<
20
19
  GetRouteCommandInput,
21
20
  GetRouteCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetRouteCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetRouteCommandInput;
25
24
  constructor(input: GetRouteCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetServiceCommandInput extends GetServiceRequest {}
15
15
  export interface GetServiceCommandOutput
16
16
  extends GetServiceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetServiceCommand extends $Command<
20
19
  GetServiceCommandInput,
21
20
  GetServiceCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetServiceCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetServiceCommandInput;
25
24
  constructor(input: GetServiceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
18
18
  export interface ListApplicationsCommandOutput
19
19
  extends ListApplicationsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListApplicationsCommand extends $Command<
23
22
  ListApplicationsCommandInput,
24
23
  ListApplicationsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListApplicationsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListApplicationsCommandInput;
28
27
  constructor(input: ListApplicationsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEnvironmentVpcsCommandInput
19
19
  export interface ListEnvironmentVpcsCommandOutput
20
20
  extends ListEnvironmentVpcsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEnvironmentVpcsCommand extends $Command<
24
23
  ListEnvironmentVpcsCommandInput,
25
24
  ListEnvironmentVpcsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEnvironmentVpcsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEnvironmentVpcsCommandInput;
29
28
  constructor(input: ListEnvironmentVpcsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
18
18
  export interface ListEnvironmentsCommandOutput
19
19
  extends ListEnvironmentsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListEnvironmentsCommand extends $Command<
23
22
  ListEnvironmentsCommandInput,
24
23
  ListEnvironmentsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListEnvironmentsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListEnvironmentsCommandInput;
28
27
  constructor(input: ListEnvironmentsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListRoutesCommandInput extends ListRoutesRequest {}
15
15
  export interface ListRoutesCommandOutput
16
16
  extends ListRoutesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListRoutesCommand extends $Command<
20
19
  ListRoutesCommandInput,
21
20
  ListRoutesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListRoutesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListRoutesCommandInput;
25
24
  constructor(input: ListRoutesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListServicesCommandInput extends ListServicesRequest {}
15
15
  export interface ListServicesCommandOutput
16
16
  extends ListServicesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListServicesCommand extends $Command<
20
19
  ListServicesCommandInput,
21
20
  ListServicesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListServicesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListServicesCommandInput;
25
24
  constructor(input: ListServicesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutResourcePolicyCommandInput
19
19
  export interface PutResourcePolicyCommandOutput
20
20
  extends PutResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutResourcePolicyCommand extends $Command<
24
23
  PutResourcePolicyCommandInput,
25
24
  PutResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutResourcePolicyCommandInput;
29
28
  constructor(input: PutResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MigrationHubRefactorSpacesClientResolvedConfig,