@aws-sdk/client-migration-hub-refactor-spaces 3.588.0 → 3.592.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.
- package/dist-cjs/index.js +0 -24
- package/dist-types/MigrationHubRefactorSpacesClient.d.ts +4 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetRouteCommand.d.ts +2 -1
- package/dist-types/commands/GetServiceCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListRoutesCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/MigrationHubRefactorSpacesServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/MigrationHubRefactorSpacesServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -251,7 +251,6 @@ var MigrationHubRefactorSpacesClient = _MigrationHubRefactorSpacesClient;
|
|
|
251
251
|
|
|
252
252
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
253
253
|
|
|
254
|
-
var import_types = require("@smithy/types");
|
|
255
254
|
|
|
256
255
|
// src/models/models_0.ts
|
|
257
256
|
|
|
@@ -1713,7 +1712,6 @@ var CreateApplicationCommand = _CreateApplicationCommand;
|
|
|
1713
1712
|
|
|
1714
1713
|
|
|
1715
1714
|
|
|
1716
|
-
|
|
1717
1715
|
var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1718
1716
|
...commonParams
|
|
1719
1717
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1730,7 +1728,6 @@ var CreateEnvironmentCommand = _CreateEnvironmentCommand;
|
|
|
1730
1728
|
|
|
1731
1729
|
|
|
1732
1730
|
|
|
1733
|
-
|
|
1734
1731
|
var _CreateRouteCommand = class _CreateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1735
1732
|
...commonParams
|
|
1736
1733
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1747,7 +1744,6 @@ var CreateRouteCommand = _CreateRouteCommand;
|
|
|
1747
1744
|
|
|
1748
1745
|
|
|
1749
1746
|
|
|
1750
|
-
|
|
1751
1747
|
var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1752
1748
|
...commonParams
|
|
1753
1749
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1764,7 +1760,6 @@ var CreateServiceCommand = _CreateServiceCommand;
|
|
|
1764
1760
|
|
|
1765
1761
|
|
|
1766
1762
|
|
|
1767
|
-
|
|
1768
1763
|
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1769
1764
|
...commonParams
|
|
1770
1765
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1781,7 +1776,6 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
|
1781
1776
|
|
|
1782
1777
|
|
|
1783
1778
|
|
|
1784
|
-
|
|
1785
1779
|
var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1786
1780
|
...commonParams
|
|
1787
1781
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1798,7 +1792,6 @@ var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
|
|
|
1798
1792
|
|
|
1799
1793
|
|
|
1800
1794
|
|
|
1801
|
-
|
|
1802
1795
|
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1803
1796
|
...commonParams
|
|
1804
1797
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1815,7 +1808,6 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
1815
1808
|
|
|
1816
1809
|
|
|
1817
1810
|
|
|
1818
|
-
|
|
1819
1811
|
var _DeleteRouteCommand = class _DeleteRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1820
1812
|
...commonParams
|
|
1821
1813
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1832,7 +1824,6 @@ var DeleteRouteCommand = _DeleteRouteCommand;
|
|
|
1832
1824
|
|
|
1833
1825
|
|
|
1834
1826
|
|
|
1835
|
-
|
|
1836
1827
|
var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1837
1828
|
...commonParams
|
|
1838
1829
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1849,7 +1840,6 @@ var DeleteServiceCommand = _DeleteServiceCommand;
|
|
|
1849
1840
|
|
|
1850
1841
|
|
|
1851
1842
|
|
|
1852
|
-
|
|
1853
1843
|
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1854
1844
|
...commonParams
|
|
1855
1845
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1866,7 +1856,6 @@ var GetApplicationCommand = _GetApplicationCommand;
|
|
|
1866
1856
|
|
|
1867
1857
|
|
|
1868
1858
|
|
|
1869
|
-
|
|
1870
1859
|
var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1871
1860
|
...commonParams
|
|
1872
1861
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1883,7 +1872,6 @@ var GetEnvironmentCommand = _GetEnvironmentCommand;
|
|
|
1883
1872
|
|
|
1884
1873
|
|
|
1885
1874
|
|
|
1886
|
-
|
|
1887
1875
|
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1888
1876
|
...commonParams
|
|
1889
1877
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1900,7 +1888,6 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
|
|
|
1900
1888
|
|
|
1901
1889
|
|
|
1902
1890
|
|
|
1903
|
-
|
|
1904
1891
|
var _GetRouteCommand = class _GetRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1905
1892
|
...commonParams
|
|
1906
1893
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1917,7 +1904,6 @@ var GetRouteCommand = _GetRouteCommand;
|
|
|
1917
1904
|
|
|
1918
1905
|
|
|
1919
1906
|
|
|
1920
|
-
|
|
1921
1907
|
var _GetServiceCommand = class _GetServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1922
1908
|
...commonParams
|
|
1923
1909
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1934,7 +1920,6 @@ var GetServiceCommand = _GetServiceCommand;
|
|
|
1934
1920
|
|
|
1935
1921
|
|
|
1936
1922
|
|
|
1937
|
-
|
|
1938
1923
|
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1939
1924
|
...commonParams
|
|
1940
1925
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1951,7 +1936,6 @@ var ListApplicationsCommand = _ListApplicationsCommand;
|
|
|
1951
1936
|
|
|
1952
1937
|
|
|
1953
1938
|
|
|
1954
|
-
|
|
1955
1939
|
var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1956
1940
|
...commonParams
|
|
1957
1941
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1968,7 +1952,6 @@ var ListEnvironmentsCommand = _ListEnvironmentsCommand;
|
|
|
1968
1952
|
|
|
1969
1953
|
|
|
1970
1954
|
|
|
1971
|
-
|
|
1972
1955
|
var _ListEnvironmentVpcsCommand = class _ListEnvironmentVpcsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1973
1956
|
...commonParams
|
|
1974
1957
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1985,7 +1968,6 @@ var ListEnvironmentVpcsCommand = _ListEnvironmentVpcsCommand;
|
|
|
1985
1968
|
|
|
1986
1969
|
|
|
1987
1970
|
|
|
1988
|
-
|
|
1989
1971
|
var _ListRoutesCommand = class _ListRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1990
1972
|
...commonParams
|
|
1991
1973
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2002,7 +1984,6 @@ var ListRoutesCommand = _ListRoutesCommand;
|
|
|
2002
1984
|
|
|
2003
1985
|
|
|
2004
1986
|
|
|
2005
|
-
|
|
2006
1987
|
var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2007
1988
|
...commonParams
|
|
2008
1989
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2019,7 +2000,6 @@ var ListServicesCommand = _ListServicesCommand;
|
|
|
2019
2000
|
|
|
2020
2001
|
|
|
2021
2002
|
|
|
2022
|
-
|
|
2023
2003
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2024
2004
|
...commonParams
|
|
2025
2005
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2036,7 +2016,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2036
2016
|
|
|
2037
2017
|
|
|
2038
2018
|
|
|
2039
|
-
|
|
2040
2019
|
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2041
2020
|
...commonParams
|
|
2042
2021
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2053,7 +2032,6 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
2053
2032
|
|
|
2054
2033
|
|
|
2055
2034
|
|
|
2056
|
-
|
|
2057
2035
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2058
2036
|
...commonParams
|
|
2059
2037
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2070,7 +2048,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2070
2048
|
|
|
2071
2049
|
|
|
2072
2050
|
|
|
2073
|
-
|
|
2074
2051
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2075
2052
|
...commonParams
|
|
2076
2053
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2087,7 +2064,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2087
2064
|
|
|
2088
2065
|
|
|
2089
2066
|
|
|
2090
|
-
|
|
2091
2067
|
var _UpdateRouteCommand = class _UpdateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2092
2068
|
...commonParams
|
|
2093
2069
|
}).m(function(Command, cs, config, o) {
|
|
@@ -114,15 +114,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
114
114
|
* Enables FIPS compatible endpoints.
|
|
115
115
|
*/
|
|
116
116
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
117
|
+
/**
|
|
118
|
+
* The AWS region to which this client will send requests
|
|
119
|
+
*/
|
|
120
|
+
region?: string | __Provider<string>;
|
|
117
121
|
/**
|
|
118
122
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
119
123
|
* @internal
|
|
120
124
|
*/
|
|
121
125
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
122
|
-
/**
|
|
123
|
-
* The AWS region to which this client will send requests
|
|
124
|
-
*/
|
|
125
|
-
region?: string | __Provider<string>;
|
|
126
126
|
/**
|
|
127
127
|
* Default credentials provider; Not available in browser runtime.
|
|
128
128
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
export * from "./MigrationHubRefactorSpacesClient";
|
|
14
14
|
export * from "./MigrationHubRefactorSpaces";
|
|
15
15
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
16
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
17
|
-
export { MigrationHubRefactorSpacesExtensionConfiguration } from "./extensionConfiguration";
|
|
16
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
17
|
+
export type { MigrationHubRefactorSpacesExtensionConfiguration } from "./extensionConfiguration";
|
|
18
18
|
export * from "./commands";
|
|
19
19
|
export * from "./pagination";
|
|
20
20
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: MigrationHubRefactorSpacesClient
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -214,8 +214,8 @@ export interface ClientDefaults
|
|
|
214
214
|
serviceId?: string;
|
|
215
215
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
216
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
217
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
218
217
|
region?: string | __Provider<string>;
|
|
218
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
219
219
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
220
220
|
maxAttempts?: number | __Provider<number>;
|
|
221
221
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateApplicationRequest,
|
|
10
10
|
CreateApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateApplicationCommandInput
|
|
14
15
|
extends CreateApplicationRequest {}
|
|
15
16
|
export interface CreateApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateEnvironmentRequest,
|
|
10
10
|
CreateEnvironmentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateEnvironmentCommandInput
|
|
14
15
|
extends CreateEnvironmentRequest {}
|
|
15
16
|
export interface CreateEnvironmentCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubRefactorSpacesClient";
|
|
8
8
|
import { CreateRouteRequest, CreateRouteResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateRouteCommandInput extends CreateRouteRequest {}
|
|
11
12
|
export interface CreateRouteCommandOutput
|
|
12
13
|
extends CreateRouteResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateServiceRequest,
|
|
10
10
|
CreateServiceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateServiceCommandInput extends CreateServiceRequest {}
|
|
14
15
|
export interface CreateServiceCommandOutput
|
|
15
16
|
extends CreateServiceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationRequest,
|
|
10
10
|
DeleteApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationCommandInput
|
|
14
15
|
extends DeleteApplicationRequest {}
|
|
15
16
|
export interface DeleteApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteEnvironmentRequest,
|
|
10
10
|
DeleteEnvironmentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteEnvironmentCommandInput
|
|
14
15
|
extends DeleteEnvironmentRequest {}
|
|
15
16
|
export interface DeleteEnvironmentCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteResourcePolicyRequest,
|
|
10
10
|
DeleteResourcePolicyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteResourcePolicyCommandInput
|
|
14
15
|
extends DeleteResourcePolicyRequest {}
|
|
15
16
|
export interface DeleteResourcePolicyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubRefactorSpacesClient";
|
|
8
8
|
import { DeleteRouteRequest, DeleteRouteResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteRouteCommandInput extends DeleteRouteRequest {}
|
|
11
12
|
export interface DeleteRouteCommandOutput
|
|
12
13
|
extends DeleteRouteResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteServiceRequest,
|
|
10
10
|
DeleteServiceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
|
|
14
15
|
export interface DeleteServiceCommandOutput
|
|
15
16
|
extends DeleteServiceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetApplicationRequest,
|
|
10
10
|
GetApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
14
15
|
export interface GetApplicationCommandOutput
|
|
15
16
|
extends GetApplicationResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetEnvironmentRequest,
|
|
10
10
|
GetEnvironmentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
14
15
|
export interface GetEnvironmentCommandOutput
|
|
15
16
|
extends GetEnvironmentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetResourcePolicyRequest,
|
|
10
10
|
GetResourcePolicyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetResourcePolicyCommandInput
|
|
14
15
|
extends GetResourcePolicyRequest {}
|
|
15
16
|
export interface GetResourcePolicyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubRefactorSpacesClient";
|
|
8
8
|
import { GetRouteRequest, GetRouteResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetRouteCommandInput extends GetRouteRequest {}
|
|
11
12
|
export interface GetRouteCommandOutput
|
|
12
13
|
extends GetRouteResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubRefactorSpacesClient";
|
|
8
8
|
import { GetServiceRequest, GetServiceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetServiceCommandInput extends GetServiceRequest {}
|
|
11
12
|
export interface GetServiceCommandOutput
|
|
12
13
|
extends GetServiceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListApplicationsRequest,
|
|
10
10
|
ListApplicationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
14
15
|
export interface ListApplicationsCommandOutput
|
|
15
16
|
extends ListApplicationsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListEnvironmentVpcsRequest,
|
|
10
10
|
ListEnvironmentVpcsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListEnvironmentVpcsCommandInput
|
|
14
15
|
extends ListEnvironmentVpcsRequest {}
|
|
15
16
|
export interface ListEnvironmentVpcsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListEnvironmentsRequest,
|
|
10
10
|
ListEnvironmentsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
|
|
14
15
|
export interface ListEnvironmentsCommandOutput
|
|
15
16
|
extends ListEnvironmentsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubRefactorSpacesClient";
|
|
8
8
|
import { ListRoutesRequest, ListRoutesResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListRoutesCommandInput extends ListRoutesRequest {}
|
|
11
12
|
export interface ListRoutesCommandOutput
|
|
12
13
|
extends ListRoutesResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubRefactorSpacesClient";
|
|
8
8
|
import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
11
12
|
export interface ListServicesCommandOutput
|
|
12
13
|
extends ListServicesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutResourcePolicyRequest,
|
|
10
10
|
PutResourcePolicyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutResourcePolicyCommandInput
|
|
14
15
|
extends PutResourcePolicyRequest {}
|
|
15
16
|
export interface PutResourcePolicyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubRefactorSpacesClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubRefactorSpacesClient";
|
|
8
8
|
import { UpdateRouteRequest, UpdateRouteResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateRouteCommandInput extends UpdateRouteRequest {}
|
|
11
12
|
export interface UpdateRouteCommandOutput
|
|
12
13
|
extends UpdateRouteResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class MigrationHubRefactorSpacesServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
25
26
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
26
27
|
import("@smithy/types").UserAgent
|
|
27
28
|
>;
|
|
28
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migration-hub-refactor-spaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migration Hub Refactor Spaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-migration-hub-refactor-spaces",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|