@aws-sdk/client-migration-hub-refactor-spaces 3.49.0 → 3.50.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 (44) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +25 -25
  3. package/dist-types/ts3.4/MigrationHubRefactorSpaces.d.ts +0 -120
  4. package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +0 -96
  5. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/index.d.ts +0 -23
  29. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  30. package/dist-types/ts3.4/index.d.ts +0 -5
  31. package/dist-types/ts3.4/models/index.d.ts +0 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +0 -1235
  33. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  34. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +0 -4
  35. package/dist-types/ts3.4/pagination/ListEnvironmentVpcsPaginator.d.ts +0 -4
  36. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +0 -4
  37. package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +0 -4
  38. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +0 -4
  39. package/dist-types/ts3.4/pagination/index.d.ts +0 -6
  40. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -71
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
4
- import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
5
- export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
6
- }
7
- export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
11
- readonly input: ListEnvironmentsCommandInput;
12
- constructor(input: ListEnvironmentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
4
- import { ListRoutesRequest, ListRoutesResponse } from "../models/models_0";
5
- export interface ListRoutesCommandInput extends ListRoutesRequest {
6
- }
7
- export interface ListRoutesCommandOutput extends ListRoutesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRoutesCommand extends $Command<ListRoutesCommandInput, ListRoutesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
11
- readonly input: ListRoutesCommandInput;
12
- constructor(input: ListRoutesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRoutesCommandInput, ListRoutesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
4
- import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
5
- export interface ListServicesCommandInput extends ListServicesRequest {
6
- }
7
- export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
11
- readonly input: ListServicesCommandInput;
12
- constructor(input: ListServicesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
4
- import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
- export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {
6
- }
7
- export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
11
- readonly input: PutResourcePolicyCommandInput;
12
- constructor(input: PutResourcePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,23 +0,0 @@
1
- export * from "./CreateApplicationCommand";
2
- export * from "./CreateEnvironmentCommand";
3
- export * from "./CreateRouteCommand";
4
- export * from "./CreateServiceCommand";
5
- export * from "./DeleteApplicationCommand";
6
- export * from "./DeleteEnvironmentCommand";
7
- export * from "./DeleteResourcePolicyCommand";
8
- export * from "./DeleteRouteCommand";
9
- export * from "./DeleteServiceCommand";
10
- export * from "./GetApplicationCommand";
11
- export * from "./GetEnvironmentCommand";
12
- export * from "./GetResourcePolicyCommand";
13
- export * from "./GetRouteCommand";
14
- export * from "./GetServiceCommand";
15
- export * from "./ListApplicationsCommand";
16
- export * from "./ListEnvironmentVpcsCommand";
17
- export * from "./ListEnvironmentsCommand";
18
- export * from "./ListRoutesCommand";
19
- export * from "./ListServicesCommand";
20
- export * from "./ListTagsForResourceCommand";
21
- export * from "./PutResourcePolicyCommand";
22
- export * from "./TagResourceCommand";
23
- export * from "./UntagResourceCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./MigrationHubRefactorSpaces";
2
- export * from "./MigrationHubRefactorSpacesClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";