@aws-sdk/client-migration-hub-refactor-spaces 3.477.0 → 3.481.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 (121) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  2. package/dist-cjs/commands/CreateEnvironmentCommand.js +18 -41
  3. package/dist-cjs/commands/CreateRouteCommand.js +18 -41
  4. package/dist-cjs/commands/CreateServiceCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteEnvironmentCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteRouteCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteServiceCommand.js +18 -41
  10. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  11. package/dist-cjs/commands/GetEnvironmentCommand.js +18 -41
  12. package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
  13. package/dist-cjs/commands/GetRouteCommand.js +18 -41
  14. package/dist-cjs/commands/GetServiceCommand.js +18 -41
  15. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  16. package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +18 -41
  17. package/dist-cjs/commands/ListEnvironmentsCommand.js +18 -41
  18. package/dist-cjs/commands/ListRoutesCommand.js +18 -41
  19. package/dist-cjs/commands/ListServicesCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  21. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  22. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateRouteCommand.js +18 -41
  25. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  26. package/dist-cjs/pagination/ListApplicationsPaginator.js +2 -24
  27. package/dist-cjs/pagination/ListEnvironmentVpcsPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListRoutesPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListServicesPaginator.js +2 -24
  31. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  32. package/dist-es/commands/CreateEnvironmentCommand.js +18 -41
  33. package/dist-es/commands/CreateRouteCommand.js +18 -41
  34. package/dist-es/commands/CreateServiceCommand.js +18 -41
  35. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  36. package/dist-es/commands/DeleteEnvironmentCommand.js +18 -41
  37. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  38. package/dist-es/commands/DeleteRouteCommand.js +18 -41
  39. package/dist-es/commands/DeleteServiceCommand.js +18 -41
  40. package/dist-es/commands/GetApplicationCommand.js +18 -41
  41. package/dist-es/commands/GetEnvironmentCommand.js +18 -41
  42. package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
  43. package/dist-es/commands/GetRouteCommand.js +18 -41
  44. package/dist-es/commands/GetServiceCommand.js +18 -41
  45. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  46. package/dist-es/commands/ListEnvironmentVpcsCommand.js +18 -41
  47. package/dist-es/commands/ListEnvironmentsCommand.js +18 -41
  48. package/dist-es/commands/ListRoutesCommand.js +18 -41
  49. package/dist-es/commands/ListServicesCommand.js +18 -41
  50. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  51. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  52. package/dist-es/commands/TagResourceCommand.js +18 -41
  53. package/dist-es/commands/UntagResourceCommand.js +18 -41
  54. package/dist-es/commands/UpdateRouteCommand.js +18 -41
  55. package/dist-es/endpoint/EndpointParameters.js +6 -0
  56. package/dist-es/pagination/ListApplicationsPaginator.js +2 -23
  57. package/dist-es/pagination/ListEnvironmentVpcsPaginator.js +2 -23
  58. package/dist-es/pagination/ListEnvironmentsPaginator.js +2 -23
  59. package/dist-es/pagination/ListRoutesPaginator.js +2 -23
  60. package/dist-es/pagination/ListServicesPaginator.js +2 -23
  61. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -21
  63. package/dist-types/commands/CreateRouteCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateServiceCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -21
  67. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteRouteCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteServiceCommand.d.ts +6 -21
  70. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  71. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -21
  72. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
  73. package/dist-types/commands/GetRouteCommand.d.ts +6 -21
  74. package/dist-types/commands/GetServiceCommand.d.ts +6 -21
  75. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListRoutesCommand.d.ts +6 -21
  79. package/dist-types/commands/ListServicesCommand.d.ts +6 -21
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  82. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateRouteCommand.d.ts +6 -21
  85. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  86. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListEnvironmentVpcsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListRoutesPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  116. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +3 -3
  117. package/dist-types/ts3.4/pagination/ListEnvironmentVpcsPaginator.d.ts +3 -3
  118. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +3 -3
  119. package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +3 -3
  120. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +3 -3
  121. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
4
  import { ListEnvironmentVpcsRequest, ListEnvironmentVpcsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEnvironmentVpcsCommandInput extends ListEnvironmentVpcsRequ
21
20
  */
22
21
  export interface ListEnvironmentVpcsCommandOutput extends ListEnvironmentVpcsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEnvironmentVpcsCommand_base: {
24
+ new (input: ListEnvironmentVpcsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentVpcsCommandInput, ListEnvironmentVpcsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the
@@ -83,23 +86,5 @@ export interface ListEnvironmentVpcsCommandOutput extends ListEnvironmentVpcsRes
83
86
  * <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
84
87
  *
85
88
  */
86
- export declare class ListEnvironmentVpcsCommand extends $Command<ListEnvironmentVpcsCommandInput, ListEnvironmentVpcsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
87
- readonly input: ListEnvironmentVpcsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListEnvironmentVpcsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentVpcsCommandInput, ListEnvironmentVpcsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListEnvironmentVpcsCommand extends ListEnvironmentVpcsCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
4
  import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
21
20
  */
22
21
  export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEnvironmentsCommand_base: {
24
+ new (input: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the caller
@@ -96,23 +99,5 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
96
99
  * <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
97
100
  *
98
101
  */
99
- export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
100
- readonly input: ListEnvironmentsCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: ListEnvironmentsCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
4
  import { ListRoutesRequest, ListRoutesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRoutesCommandInput extends ListRoutesRequest {
21
20
  */
22
21
  export interface ListRoutesCommandOutput extends ListRoutesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRoutesCommand_base: {
24
+ new (input: ListRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRoutesCommandInput, ListRoutesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application. </p>
@@ -113,23 +116,5 @@ export interface ListRoutesCommandOutput extends ListRoutesResponse, __MetadataB
113
116
  * <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
114
117
  *
115
118
  */
116
- export declare class ListRoutesCommand extends $Command<ListRoutesCommandInput, ListRoutesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
117
- readonly input: ListRoutesCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: ListRoutesCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRoutesCommandInput, ListRoutesCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class ListRoutesCommand extends ListRoutesCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
4
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListServicesCommandInput extends ListServicesRequest {
21
20
  */
22
21
  export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListServicesCommand_base: {
24
+ new (input: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application. </p>
@@ -113,23 +116,5 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
113
116
  * <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
114
117
  *
115
118
  */
116
- export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
117
- readonly input: ListServicesCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: ListServicesCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class ListServicesCommand extends ListServicesCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags of a resource. The caller account must be the same as the resource’s
@@ -64,23 +67,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
64
67
  * <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
65
68
  *
66
69
  */
67
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
68
- readonly input: ListTagsForResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: ListTagsForResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
4
  import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
21
20
  */
22
21
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutResourcePolicyCommand_base: {
24
+ new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Attaches a resource-based permission policy to the Amazon Web Services Migration Hub Refactor Spaces environment. The policy
@@ -73,23 +76,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
73
76
  * <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
74
77
  *
75
78
  */
76
- export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
77
- readonly input: PutResourcePolicyCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: PutResourcePolicyCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the tags of a given resource. Tags are metadata which can be used to manage a
@@ -68,23 +71,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
68
71
  * <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
69
72
  *
70
73
  */
71
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
72
- readonly input: TagResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: TagResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class TagResourceCommand extends TagResourceCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata which can be used to
@@ -64,23 +67,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
64
67
  * <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
65
68
  *
66
69
  */
67
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
68
- readonly input: UntagResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: UntagResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubRefactorSpacesClient";
5
4
  import { UpdateRouteRequest, UpdateRouteResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRouteCommandInput extends UpdateRouteRequest {
21
20
  */
22
21
  export interface UpdateRouteCommandOutput extends UpdateRouteResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRouteCommand_base: {
24
+ new (input: UpdateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRouteCommandInput, UpdateRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Updates an Amazon Web Services Migration Hub Refactor Spaces route. </p>
@@ -75,23 +78,5 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResponse, __Metadat
75
78
  * <p>Base exception class for all service exceptions from MigrationHubRefactorSpaces service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateRouteCommand extends $Command<UpdateRouteCommandInput, UpdateRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig> {
79
- readonly input: UpdateRouteCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateRouteCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubRefactorSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteCommandInput, UpdateRouteCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
97
82
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { MigrationHubRefactorSpacesPaginationConfiguration } from "./Interfaces"
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListApplications(config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
7
+ export declare const paginateListApplications: (config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListApplicationsCommandInput, ...rest: any[]) => Paginator<ListApplicationsCommandOutput>;
@@ -4,4 +4,4 @@ import { MigrationHubRefactorSpacesPaginationConfiguration } from "./Interfaces"
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListEnvironmentVpcs(config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListEnvironmentVpcsCommandInput, ...additionalArguments: any): Paginator<ListEnvironmentVpcsCommandOutput>;
7
+ export declare const paginateListEnvironmentVpcs: (config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListEnvironmentVpcsCommandInput, ...rest: any[]) => Paginator<ListEnvironmentVpcsCommandOutput>;
@@ -4,4 +4,4 @@ import { MigrationHubRefactorSpacesPaginationConfiguration } from "./Interfaces"
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListEnvironments(config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListEnvironmentsCommandInput, ...additionalArguments: any): Paginator<ListEnvironmentsCommandOutput>;
7
+ export declare const paginateListEnvironments: (config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListEnvironmentsCommandInput, ...rest: any[]) => Paginator<ListEnvironmentsCommandOutput>;
@@ -4,4 +4,4 @@ import { MigrationHubRefactorSpacesPaginationConfiguration } from "./Interfaces"
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRoutes(config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListRoutesCommandInput, ...additionalArguments: any): Paginator<ListRoutesCommandOutput>;
7
+ export declare const paginateListRoutes: (config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListRoutesCommandInput, ...rest: any[]) => Paginator<ListRoutesCommandOutput>;
@@ -4,4 +4,4 @@ import { MigrationHubRefactorSpacesPaginationConfiguration } from "./Interfaces"
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListServices(config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListServicesCommandInput, ...additionalArguments: any): Paginator<ListServicesCommandOutput>;
7
+ export declare const paginateListServices: (config: MigrationHubRefactorSpacesPaginationConfiguration, input: ListServicesCommandInput, ...rest: any[]) => Paginator<ListServicesCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubRefactorSpacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateApplicationCommandInput
21
15
  export interface CreateApplicationCommandOutput
22
16
  extends CreateApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApplicationCommand extends $Command<
25
- CreateApplicationCommandInput,
26
- CreateApplicationCommandOutput,
27
- MigrationHubRefactorSpacesClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubRefactorSpacesClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateApplicationCommand_base: {
19
+ new (
20
+ input: CreateApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateApplicationCommandInput,
23
+ CreateApplicationCommandOutput,
24
+ MigrationHubRefactorSpacesClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubRefactorSpacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateEnvironmentCommandInput
21
15
  export interface CreateEnvironmentCommandOutput
22
16
  extends CreateEnvironmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateEnvironmentCommand extends $Command<
25
- CreateEnvironmentCommandInput,
26
- CreateEnvironmentCommandOutput,
27
- MigrationHubRefactorSpacesClientResolvedConfig
28
- > {
29
- readonly input: CreateEnvironmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateEnvironmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubRefactorSpacesClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateEnvironmentCommand_base: {
19
+ new (
20
+ input: CreateEnvironmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateEnvironmentCommandInput,
23
+ CreateEnvironmentCommandOutput,
24
+ MigrationHubRefactorSpacesClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubRefactorSpacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateRouteCommandInput extends CreateRouteRequest {}
17
11
  export interface CreateRouteCommandOutput
18
12
  extends CreateRouteResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateRouteCommand extends $Command<
21
- CreateRouteCommandInput,
22
- CreateRouteCommandOutput,
23
- MigrationHubRefactorSpacesClientResolvedConfig
24
- > {
25
- readonly input: CreateRouteCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateRouteCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MigrationHubRefactorSpacesClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateRouteCommandInput, CreateRouteCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateRouteCommand_base: {
15
+ new (
16
+ input: CreateRouteCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateRouteCommandInput,
19
+ CreateRouteCommandOutput,
20
+ MigrationHubRefactorSpacesClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateRouteCommand extends CreateRouteCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubRefactorSpacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateServiceCommandInput extends CreateServiceRequest {}
20
14
  export interface CreateServiceCommandOutput
21
15
  extends CreateServiceResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateServiceCommand extends $Command<
24
- CreateServiceCommandInput,
25
- CreateServiceCommandOutput,
26
- MigrationHubRefactorSpacesClientResolvedConfig
27
- > {
28
- readonly input: CreateServiceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateServiceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MigrationHubRefactorSpacesClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateServiceCommandInput, CreateServiceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateServiceCommand_base: {
18
+ new (
19
+ input: CreateServiceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateServiceCommandInput,
22
+ CreateServiceCommandOutput,
23
+ MigrationHubRefactorSpacesClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateServiceCommand extends CreateServiceCommand_base {}