@aws-sdk/client-migration-hub-refactor-spaces 3.427.0 → 3.429.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.
@@ -60,7 +60,7 @@ export interface ApiGatewayProxyConfig {
60
60
  * @public
61
61
  * <p>The type of API Gateway endpoint created. </p>
62
62
  */
63
- EndpointType?: ApiGatewayEndpointType | string;
63
+ EndpointType?: ApiGatewayEndpointType;
64
64
  /**
65
65
  * @public
66
66
  * <p>The name of the API Gateway stage. The name defaults to <code>prod</code>. </p>
@@ -83,7 +83,7 @@ export interface ApiGatewayProxyInput {
83
83
  * endpoint (Amazon Web Services PrivateLink) availability, see <a href="https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/vpc-interface-endpoints.html">Access
84
84
  * Refactor Spaces using an interface endpoint (Amazon Web Services PrivateLink)</a>.</p>
85
85
  */
86
- EndpointType?: ApiGatewayEndpointType | string;
86
+ EndpointType?: ApiGatewayEndpointType;
87
87
  /**
88
88
  * @public
89
89
  * <p>The name of the API Gateway stage. The name defaults to <code>prod</code>. </p>
@@ -125,7 +125,7 @@ export interface ApiGatewayProxySummary {
125
125
  * @public
126
126
  * <p>The type of API Gateway endpoint created. </p>
127
127
  */
128
- EndpointType?: ApiGatewayEndpointType | string;
128
+ EndpointType?: ApiGatewayEndpointType;
129
129
  /**
130
130
  * @public
131
131
  * <p>The name of the API Gateway stage. The name defaults to <code>prod</code>. </p>
@@ -207,7 +207,7 @@ export interface ErrorResponse {
207
207
  * @public
208
208
  * <p>The error code associated with the error. </p>
209
209
  */
210
- Code?: ErrorCode | string;
210
+ Code?: ErrorCode;
211
211
  /**
212
212
  * @public
213
213
  * <p>The message associated with the error. </p>
@@ -227,7 +227,7 @@ export interface ErrorResponse {
227
227
  * @public
228
228
  * <p>The type of resource. </p>
229
229
  */
230
- ResourceType?: ErrorResourceType | string;
230
+ ResourceType?: ErrorResourceType;
231
231
  /**
232
232
  * @public
233
233
  * <p>Additional details about the error. </p>
@@ -290,7 +290,7 @@ export interface ApplicationSummary {
290
290
  * @public
291
291
  * <p>The proxy type of the proxy created within the application. </p>
292
292
  */
293
- ProxyType?: ProxyType | string;
293
+ ProxyType?: ProxyType;
294
294
  /**
295
295
  * @public
296
296
  * <p>The endpoint URL of the Amazon API Gateway proxy. </p>
@@ -300,7 +300,7 @@ export interface ApplicationSummary {
300
300
  * @public
301
301
  * <p>The current state of the application. </p>
302
302
  */
303
- State?: ApplicationState | string;
303
+ State?: ApplicationState;
304
304
  /**
305
305
  * @public
306
306
  * <p>The tags assigned to the application. </p>
@@ -368,7 +368,7 @@ export interface CreateApplicationRequest {
368
368
  * @public
369
369
  * <p>The proxy type of the proxy created within the application. </p>
370
370
  */
371
- ProxyType: ProxyType | string | undefined;
371
+ ProxyType: ProxyType | undefined;
372
372
  /**
373
373
  * @public
374
374
  * <p>A wrapper object holding the API Gateway endpoint type and stage name for the
@@ -436,7 +436,7 @@ export interface CreateApplicationResponse {
436
436
  * @public
437
437
  * <p>The proxy type of the proxy created within the application. </p>
438
438
  */
439
- ProxyType?: ProxyType | string;
439
+ ProxyType?: ProxyType;
440
440
  /**
441
441
  * @public
442
442
  * <p>A wrapper object holding the API Gateway endpoint type and stage name for the
@@ -447,7 +447,7 @@ export interface CreateApplicationResponse {
447
447
  * @public
448
448
  * <p>The current state of the application. </p>
449
449
  */
450
- State?: ApplicationState | string;
450
+ State?: ApplicationState;
451
451
  /**
452
452
  * @public
453
453
  * <p>The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
@@ -609,7 +609,7 @@ export interface CreateEnvironmentRequest {
609
609
  * @public
610
610
  * <p>The network fabric type of the environment.</p>
611
611
  */
612
- NetworkFabricType: NetworkFabricType | string | undefined;
612
+ NetworkFabricType: NetworkFabricType | undefined;
613
613
  /**
614
614
  * @public
615
615
  * <p>The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.</p>
@@ -664,7 +664,7 @@ export interface CreateEnvironmentResponse {
664
664
  * @public
665
665
  * <p>The network fabric type of the environment.</p>
666
666
  */
667
- NetworkFabricType?: NetworkFabricType | string;
667
+ NetworkFabricType?: NetworkFabricType;
668
668
  /**
669
669
  * @public
670
670
  * <p>The Amazon Web Services account ID of environment owner.</p>
@@ -674,7 +674,7 @@ export interface CreateEnvironmentResponse {
674
674
  * @public
675
675
  * <p>The current state of the environment. </p>
676
676
  */
677
- State?: EnvironmentState | string;
677
+ State?: EnvironmentState;
678
678
  /**
679
679
  * @public
680
680
  * <p>The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..</p>
@@ -713,7 +713,7 @@ export interface DefaultRouteInput {
713
713
  * <p>If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the
714
714
  * route is created. </p>
715
715
  */
716
- ActivationState?: RouteActivationState | string;
716
+ ActivationState?: RouteActivationState;
717
717
  }
718
718
  /**
719
719
  * @public
@@ -761,13 +761,13 @@ export interface UriPathRouteInput {
761
761
  * <p>If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the
762
762
  * route is created. </p>
763
763
  */
764
- ActivationState: RouteActivationState | string | undefined;
764
+ ActivationState: RouteActivationState | undefined;
765
765
  /**
766
766
  * @public
767
767
  * <p>A list of HTTP methods to match. An empty list matches all values. If a method is present,
768
768
  * only HTTP requests using that method are forwarded to this route’s service. </p>
769
769
  */
770
- Methods?: (HttpMethod | string)[];
770
+ Methods?: HttpMethod[];
771
771
  /**
772
772
  * @public
773
773
  * <p>Indicates whether to match all subpaths of the given source path. If this value is
@@ -808,7 +808,7 @@ export interface CreateRouteRequest {
808
808
  * before any other routes can be created. <code>URI_PATH</code> indicates a route that is based
809
809
  * on a URI path.</p>
810
810
  */
811
- RouteType: RouteType | string | undefined;
811
+ RouteType: RouteType | undefined;
812
812
  /**
813
813
  * @public
814
814
  * <p> Configuration for the default route type. </p>
@@ -880,7 +880,7 @@ export interface CreateRouteResponse {
880
880
  * @public
881
881
  * <p>The route type of the route.</p>
882
882
  */
883
- RouteType?: RouteType | string;
883
+ RouteType?: RouteType;
884
884
  /**
885
885
  * @public
886
886
  * <p>The ID of service in which the route is created. Traffic that matches this route is
@@ -903,7 +903,7 @@ export interface CreateRouteResponse {
903
903
  * <code>INACTIVE</code> as user inputs. <code>FAILED</code> is a route state that is system
904
904
  * generated.</p>
905
905
  */
906
- State?: RouteState | string;
906
+ State?: RouteState;
907
907
  /**
908
908
  * @public
909
909
  * <p>The tags assigned to the created route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
@@ -997,7 +997,7 @@ export interface CreateServiceRequest {
997
997
  * @public
998
998
  * <p>The type of endpoint to use for the service. The type can be a URL in a VPC or an Lambda function.</p>
999
999
  */
1000
- EndpointType: ServiceEndpointType | string | undefined;
1000
+ EndpointType: ServiceEndpointType | undefined;
1001
1001
  /**
1002
1002
  * @public
1003
1003
  * <p>The configuration for the URL endpoint type. When creating a route to a service, Refactor Spaces
@@ -1090,7 +1090,7 @@ export interface CreateServiceResponse {
1090
1090
  * @public
1091
1091
  * <p>The endpoint type of the service.</p>
1092
1092
  */
1093
- EndpointType?: ServiceEndpointType | string;
1093
+ EndpointType?: ServiceEndpointType;
1094
1094
  /**
1095
1095
  * @public
1096
1096
  * <p>The configuration for the URL endpoint type. </p>
@@ -1105,7 +1105,7 @@ export interface CreateServiceResponse {
1105
1105
  * @public
1106
1106
  * <p>The current state of the service. </p>
1107
1107
  */
1108
- State?: ServiceState | string;
1108
+ State?: ServiceState;
1109
1109
  /**
1110
1110
  * @public
1111
1111
  * <p>The tags assigned to the created service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.. </p>
@@ -1165,7 +1165,7 @@ export interface DeleteApplicationResponse {
1165
1165
  * @public
1166
1166
  * <p>The current state of the application. </p>
1167
1167
  */
1168
- State?: ApplicationState | string;
1168
+ State?: ApplicationState;
1169
1169
  /**
1170
1170
  * @public
1171
1171
  * <p>A timestamp that indicates when the environment was last updated. </p>
@@ -1205,7 +1205,7 @@ export interface DeleteEnvironmentResponse {
1205
1205
  * @public
1206
1206
  * <p>The current state of the environment. </p>
1207
1207
  */
1208
- State?: EnvironmentState | string;
1208
+ State?: EnvironmentState;
1209
1209
  /**
1210
1210
  * @public
1211
1211
  * <p>A timestamp that indicates when the environment was last updated. </p>
@@ -1275,7 +1275,7 @@ export interface DeleteRouteResponse {
1275
1275
  * @public
1276
1276
  * <p>The current state of the route. </p>
1277
1277
  */
1278
- State?: RouteState | string;
1278
+ State?: RouteState;
1279
1279
  /**
1280
1280
  * @public
1281
1281
  * <p>A timestamp that indicates when the route was last updated. </p>
@@ -1340,7 +1340,7 @@ export interface DeleteServiceResponse {
1340
1340
  * @public
1341
1341
  * <p>The current state of the service. </p>
1342
1342
  */
1343
- State?: ServiceState | string;
1343
+ State?: ServiceState;
1344
1344
  /**
1345
1345
  * @public
1346
1346
  * <p>A timestamp that indicates when the service was last updated. </p>
@@ -1377,7 +1377,7 @@ export interface EnvironmentSummary {
1377
1377
  * @public
1378
1378
  * <p>The network fabric type of the environment. </p>
1379
1379
  */
1380
- NetworkFabricType?: NetworkFabricType | string;
1380
+ NetworkFabricType?: NetworkFabricType;
1381
1381
  /**
1382
1382
  * @public
1383
1383
  * <p>The Amazon Web Services account ID of the environment owner.</p>
@@ -1392,7 +1392,7 @@ export interface EnvironmentSummary {
1392
1392
  * @public
1393
1393
  * <p>The current state of the environment. </p>
1394
1394
  */
1395
- State?: EnvironmentState | string;
1395
+ State?: EnvironmentState;
1396
1396
  /**
1397
1397
  * @public
1398
1398
  * <p>The tags assigned to the environment. </p>
@@ -1515,7 +1515,7 @@ export interface GetApplicationResponse {
1515
1515
  * @public
1516
1516
  * <p>The proxy type of the proxy created within the application. </p>
1517
1517
  */
1518
- ProxyType?: ProxyType | string;
1518
+ ProxyType?: ProxyType;
1519
1519
  /**
1520
1520
  * @public
1521
1521
  * <p>The endpoint URL of the API Gateway proxy. </p>
@@ -1525,7 +1525,7 @@ export interface GetApplicationResponse {
1525
1525
  * @public
1526
1526
  * <p>The current state of the application. </p>
1527
1527
  */
1528
- State?: ApplicationState | string;
1528
+ State?: ApplicationState;
1529
1529
  /**
1530
1530
  * @public
1531
1531
  * <p>The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
@@ -1585,7 +1585,7 @@ export interface GetEnvironmentResponse {
1585
1585
  * @public
1586
1586
  * <p>The network fabric type of the environment. </p>
1587
1587
  */
1588
- NetworkFabricType?: NetworkFabricType | string;
1588
+ NetworkFabricType?: NetworkFabricType;
1589
1589
  /**
1590
1590
  * @public
1591
1591
  * <p>The Amazon Web Services account ID of the environment owner.</p>
@@ -1600,7 +1600,7 @@ export interface GetEnvironmentResponse {
1600
1600
  * @public
1601
1601
  * <p>The current state of the environment. </p>
1602
1602
  */
1603
- State?: EnvironmentState | string;
1603
+ State?: EnvironmentState;
1604
1604
  /**
1605
1605
  * @public
1606
1606
  * <p>The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
@@ -1696,7 +1696,7 @@ export interface GetRouteResponse {
1696
1696
  * @public
1697
1697
  * <p>The type of route.</p>
1698
1698
  */
1699
- RouteType?: RouteType | string;
1699
+ RouteType?: RouteType;
1700
1700
  /**
1701
1701
  * @public
1702
1702
  * <p>The unique identifier of the service.</p>
@@ -1724,7 +1724,7 @@ export interface GetRouteResponse {
1724
1724
  * <p>A list of HTTP methods to match. An empty list matches all values. If a method is present,
1725
1725
  * only HTTP requests using that method are forwarded to this route’s service. </p>
1726
1726
  */
1727
- Methods?: (HttpMethod | string)[];
1727
+ Methods?: HttpMethod[];
1728
1728
  /**
1729
1729
  * @public
1730
1730
  * <p>Indicates whether to match all subpaths of the given source path. If this value is
@@ -1741,7 +1741,7 @@ export interface GetRouteResponse {
1741
1741
  * @public
1742
1742
  * <p>The current state of the route. </p>
1743
1743
  */
1744
- State?: RouteState | string;
1744
+ State?: RouteState;
1745
1745
  /**
1746
1746
  * @public
1747
1747
  * <p>The tags assigned to the route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
@@ -1868,7 +1868,7 @@ export interface GetServiceResponse {
1868
1868
  * @public
1869
1869
  * <p>The endpoint type of the service.</p>
1870
1870
  */
1871
- EndpointType?: ServiceEndpointType | string;
1871
+ EndpointType?: ServiceEndpointType;
1872
1872
  /**
1873
1873
  * @public
1874
1874
  * <p>The configuration for the URL endpoint type.</p>
@@ -1887,7 +1887,7 @@ export interface GetServiceResponse {
1887
1887
  * @public
1888
1888
  * <p>The current state of the service. </p>
1889
1889
  */
1890
- State?: ServiceState | string;
1890
+ State?: ServiceState;
1891
1891
  /**
1892
1892
  * @public
1893
1893
  * <p>The tags assigned to the service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
@@ -2091,7 +2091,7 @@ export interface RouteSummary {
2091
2091
  * @public
2092
2092
  * <p>The route type of the route. </p>
2093
2093
  */
2094
- RouteType?: RouteType | string;
2094
+ RouteType?: RouteType;
2095
2095
  /**
2096
2096
  * @public
2097
2097
  * <p>The unique identifier of the service. </p>
@@ -2118,7 +2118,7 @@ export interface RouteSummary {
2118
2118
  * <p>A list of HTTP methods to match. An empty list matches all values. If a method is present,
2119
2119
  * only HTTP requests using that method are forwarded to this route’s service. </p>
2120
2120
  */
2121
- Methods?: (HttpMethod | string)[];
2121
+ Methods?: HttpMethod[];
2122
2122
  /**
2123
2123
  * @public
2124
2124
  * <p>Indicates whether to match all subpaths of the given source path. If this value is
@@ -2135,7 +2135,7 @@ export interface RouteSummary {
2135
2135
  * @public
2136
2136
  * <p>The current state of the route. </p>
2137
2137
  */
2138
- State?: RouteState | string;
2138
+ State?: RouteState;
2139
2139
  /**
2140
2140
  * @public
2141
2141
  * <p>The tags assigned to the route. </p>
@@ -2278,7 +2278,7 @@ export interface ServiceSummary {
2278
2278
  * @public
2279
2279
  * <p>The endpoint type of the service. </p>
2280
2280
  */
2281
- EndpointType?: ServiceEndpointType | string;
2281
+ EndpointType?: ServiceEndpointType;
2282
2282
  /**
2283
2283
  * @public
2284
2284
  * <p>The summary of the configuration for the URL endpoint type. </p>
@@ -2293,7 +2293,7 @@ export interface ServiceSummary {
2293
2293
  * @public
2294
2294
  * <p>The current state of the service. </p>
2295
2295
  */
2296
- State?: ServiceState | string;
2296
+ State?: ServiceState;
2297
2297
  /**
2298
2298
  * @public
2299
2299
  * <p>The tags assigned to the service. </p>
@@ -2435,7 +2435,7 @@ export interface UpdateRouteRequest {
2435
2435
  * <p> If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the
2436
2436
  * route is updated. </p>
2437
2437
  */
2438
- ActivationState: RouteActivationState | string | undefined;
2438
+ ActivationState: RouteActivationState | undefined;
2439
2439
  }
2440
2440
  /**
2441
2441
  * @public
@@ -2471,7 +2471,7 @@ export interface UpdateRouteResponse {
2471
2471
  * @public
2472
2472
  * <p> The current state of the route. </p>
2473
2473
  */
2474
- State?: RouteState | string;
2474
+ State?: RouteState;
2475
2475
  /**
2476
2476
  * @public
2477
2477
  * <p> A timestamp that indicates when the route was last updated. </p>
@@ -20,11 +20,11 @@ export interface ApiGatewayProxyConfig {
20
20
  VpcLinkId?: string;
21
21
  NlbArn?: string;
22
22
  NlbName?: string;
23
- EndpointType?: ApiGatewayEndpointType | string;
23
+ EndpointType?: ApiGatewayEndpointType;
24
24
  StageName?: string;
25
25
  }
26
26
  export interface ApiGatewayProxyInput {
27
- EndpointType?: ApiGatewayEndpointType | string;
27
+ EndpointType?: ApiGatewayEndpointType;
28
28
  StageName?: string;
29
29
  }
30
30
  export interface ApiGatewayProxySummary {
@@ -33,7 +33,7 @@ export interface ApiGatewayProxySummary {
33
33
  VpcLinkId?: string;
34
34
  NlbArn?: string;
35
35
  NlbName?: string;
36
- EndpointType?: ApiGatewayEndpointType | string;
36
+ EndpointType?: ApiGatewayEndpointType;
37
37
  StageName?: string;
38
38
  }
39
39
  export declare const ApplicationState: {
@@ -84,11 +84,11 @@ export declare const ErrorResourceType: {
84
84
  export type ErrorResourceType =
85
85
  (typeof ErrorResourceType)[keyof typeof ErrorResourceType];
86
86
  export interface ErrorResponse {
87
- Code?: ErrorCode | string;
87
+ Code?: ErrorCode;
88
88
  Message?: string;
89
89
  AccountId?: string;
90
90
  ResourceIdentifier?: string;
91
- ResourceType?: ErrorResourceType | string;
91
+ ResourceType?: ErrorResourceType;
92
92
  AdditionalDetails?: Record<string, string>;
93
93
  }
94
94
  export declare const ProxyType: {
@@ -103,9 +103,9 @@ export interface ApplicationSummary {
103
103
  ApplicationId?: string;
104
104
  EnvironmentId?: string;
105
105
  VpcId?: string;
106
- ProxyType?: ProxyType | string;
106
+ ProxyType?: ProxyType;
107
107
  ApiGatewayProxy?: ApiGatewayProxySummary;
108
- State?: ApplicationState | string;
108
+ State?: ApplicationState;
109
109
  Tags?: Record<string, string>;
110
110
  Error?: ErrorResponse;
111
111
  LastUpdatedTime?: Date;
@@ -123,7 +123,7 @@ export interface CreateApplicationRequest {
123
123
  Name: string | undefined;
124
124
  EnvironmentIdentifier: string | undefined;
125
125
  VpcId: string | undefined;
126
- ProxyType: ProxyType | string | undefined;
126
+ ProxyType: ProxyType | undefined;
127
127
  ApiGatewayProxy?: ApiGatewayProxyInput;
128
128
  Tags?: Record<string, string>;
129
129
  ClientToken?: string;
@@ -136,9 +136,9 @@ export interface CreateApplicationResponse {
136
136
  ApplicationId?: string;
137
137
  EnvironmentId?: string;
138
138
  VpcId?: string;
139
- ProxyType?: ProxyType | string;
139
+ ProxyType?: ProxyType;
140
140
  ApiGatewayProxy?: ApiGatewayProxyInput;
141
- State?: ApplicationState | string;
141
+ State?: ApplicationState;
142
142
  Tags?: Record<string, string>;
143
143
  LastUpdatedTime?: Date;
144
144
  CreatedTime?: Date;
@@ -201,7 +201,7 @@ export type NetworkFabricType =
201
201
  export interface CreateEnvironmentRequest {
202
202
  Name: string | undefined;
203
203
  Description?: string;
204
- NetworkFabricType: NetworkFabricType | string | undefined;
204
+ NetworkFabricType: NetworkFabricType | undefined;
205
205
  Tags?: Record<string, string>;
206
206
  ClientToken?: string;
207
207
  }
@@ -218,9 +218,9 @@ export interface CreateEnvironmentResponse {
218
218
  Arn?: string;
219
219
  Description?: string;
220
220
  EnvironmentId?: string;
221
- NetworkFabricType?: NetworkFabricType | string;
221
+ NetworkFabricType?: NetworkFabricType;
222
222
  OwnerAccountId?: string;
223
- State?: EnvironmentState | string;
223
+ State?: EnvironmentState;
224
224
  Tags?: Record<string, string>;
225
225
  LastUpdatedTime?: Date;
226
226
  CreatedTime?: Date;
@@ -232,7 +232,7 @@ export declare const RouteActivationState: {
232
232
  export type RouteActivationState =
233
233
  (typeof RouteActivationState)[keyof typeof RouteActivationState];
234
234
  export interface DefaultRouteInput {
235
- ActivationState?: RouteActivationState | string;
235
+ ActivationState?: RouteActivationState;
236
236
  }
237
237
  export declare const RouteType: {
238
238
  readonly DEFAULT: "DEFAULT";
@@ -251,8 +251,8 @@ export declare const HttpMethod: {
251
251
  export type HttpMethod = (typeof HttpMethod)[keyof typeof HttpMethod];
252
252
  export interface UriPathRouteInput {
253
253
  SourcePath: string | undefined;
254
- ActivationState: RouteActivationState | string | undefined;
255
- Methods?: (HttpMethod | string)[];
254
+ ActivationState: RouteActivationState | undefined;
255
+ Methods?: HttpMethod[];
256
256
  IncludeChildPaths?: boolean;
257
257
  AppendSourcePath?: boolean;
258
258
  }
@@ -260,7 +260,7 @@ export interface CreateRouteRequest {
260
260
  EnvironmentIdentifier: string | undefined;
261
261
  ApplicationIdentifier: string | undefined;
262
262
  ServiceIdentifier: string | undefined;
263
- RouteType: RouteType | string | undefined;
263
+ RouteType: RouteType | undefined;
264
264
  DefaultRoute?: DefaultRouteInput;
265
265
  UriPathRoute?: UriPathRouteInput;
266
266
  Tags?: Record<string, string>;
@@ -280,11 +280,11 @@ export interface CreateRouteResponse {
280
280
  Arn?: string;
281
281
  OwnerAccountId?: string;
282
282
  CreatedByAccountId?: string;
283
- RouteType?: RouteType | string;
283
+ RouteType?: RouteType;
284
284
  ServiceId?: string;
285
285
  ApplicationId?: string;
286
286
  UriPathRoute?: UriPathRouteInput;
287
- State?: RouteState | string;
287
+ State?: RouteState;
288
288
  Tags?: Record<string, string>;
289
289
  LastUpdatedTime?: Date;
290
290
  CreatedTime?: Date;
@@ -308,7 +308,7 @@ export interface CreateServiceRequest {
308
308
  EnvironmentIdentifier: string | undefined;
309
309
  ApplicationIdentifier: string | undefined;
310
310
  VpcId?: string;
311
- EndpointType: ServiceEndpointType | string | undefined;
311
+ EndpointType: ServiceEndpointType | undefined;
312
312
  UrlEndpoint?: UrlEndpointInput;
313
313
  LambdaEndpoint?: LambdaEndpointInput;
314
314
  Tags?: Record<string, string>;
@@ -331,10 +331,10 @@ export interface CreateServiceResponse {
331
331
  EnvironmentId?: string;
332
332
  ApplicationId?: string;
333
333
  VpcId?: string;
334
- EndpointType?: ServiceEndpointType | string;
334
+ EndpointType?: ServiceEndpointType;
335
335
  UrlEndpoint?: UrlEndpointInput;
336
336
  LambdaEndpoint?: LambdaEndpointInput;
337
- State?: ServiceState | string;
337
+ State?: ServiceState;
338
338
  Tags?: Record<string, string>;
339
339
  LastUpdatedTime?: Date;
340
340
  CreatedTime?: Date;
@@ -348,7 +348,7 @@ export interface DeleteApplicationResponse {
348
348
  Arn?: string;
349
349
  ApplicationId?: string;
350
350
  EnvironmentId?: string;
351
- State?: ApplicationState | string;
351
+ State?: ApplicationState;
352
352
  LastUpdatedTime?: Date;
353
353
  }
354
354
  export interface DeleteEnvironmentRequest {
@@ -358,7 +358,7 @@ export interface DeleteEnvironmentResponse {
358
358
  Name?: string;
359
359
  Arn?: string;
360
360
  EnvironmentId?: string;
361
- State?: EnvironmentState | string;
361
+ State?: EnvironmentState;
362
362
  LastUpdatedTime?: Date;
363
363
  }
364
364
  export interface DeleteResourcePolicyRequest {
@@ -375,7 +375,7 @@ export interface DeleteRouteResponse {
375
375
  Arn?: string;
376
376
  ServiceId?: string;
377
377
  ApplicationId?: string;
378
- State?: RouteState | string;
378
+ State?: RouteState;
379
379
  LastUpdatedTime?: Date;
380
380
  }
381
381
  export interface DeleteServiceRequest {
@@ -389,7 +389,7 @@ export interface DeleteServiceResponse {
389
389
  Arn?: string;
390
390
  EnvironmentId?: string;
391
391
  ApplicationId?: string;
392
- State?: ServiceState | string;
392
+ State?: ServiceState;
393
393
  LastUpdatedTime?: Date;
394
394
  }
395
395
  export interface EnvironmentSummary {
@@ -397,10 +397,10 @@ export interface EnvironmentSummary {
397
397
  Arn?: string;
398
398
  Description?: string;
399
399
  EnvironmentId?: string;
400
- NetworkFabricType?: NetworkFabricType | string;
400
+ NetworkFabricType?: NetworkFabricType;
401
401
  OwnerAccountId?: string;
402
402
  TransitGatewayId?: string;
403
- State?: EnvironmentState | string;
403
+ State?: EnvironmentState;
404
404
  Tags?: Record<string, string>;
405
405
  Error?: ErrorResponse;
406
406
  LastUpdatedTime?: Date;
@@ -427,9 +427,9 @@ export interface GetApplicationResponse {
427
427
  ApplicationId?: string;
428
428
  EnvironmentId?: string;
429
429
  VpcId?: string;
430
- ProxyType?: ProxyType | string;
430
+ ProxyType?: ProxyType;
431
431
  ApiGatewayProxy?: ApiGatewayProxyConfig;
432
- State?: ApplicationState | string;
432
+ State?: ApplicationState;
433
433
  Tags?: Record<string, string>;
434
434
  Error?: ErrorResponse;
435
435
  LastUpdatedTime?: Date;
@@ -443,10 +443,10 @@ export interface GetEnvironmentResponse {
443
443
  Arn?: string;
444
444
  Description?: string;
445
445
  EnvironmentId?: string;
446
- NetworkFabricType?: NetworkFabricType | string;
446
+ NetworkFabricType?: NetworkFabricType;
447
447
  OwnerAccountId?: string;
448
448
  TransitGatewayId?: string;
449
- State?: EnvironmentState | string;
449
+ State?: EnvironmentState;
450
450
  Tags?: Record<string, string>;
451
451
  Error?: ErrorResponse;
452
452
  LastUpdatedTime?: Date;
@@ -468,15 +468,15 @@ export interface GetRouteResponse {
468
468
  Arn?: string;
469
469
  OwnerAccountId?: string;
470
470
  CreatedByAccountId?: string;
471
- RouteType?: RouteType | string;
471
+ RouteType?: RouteType;
472
472
  ServiceId?: string;
473
473
  ApplicationId?: string;
474
474
  EnvironmentId?: string;
475
475
  SourcePath?: string;
476
- Methods?: (HttpMethod | string)[];
476
+ Methods?: HttpMethod[];
477
477
  IncludeChildPaths?: boolean;
478
478
  PathResourceToId?: Record<string, string>;
479
- State?: RouteState | string;
479
+ State?: RouteState;
480
480
  Tags?: Record<string, string>;
481
481
  Error?: ErrorResponse;
482
482
  LastUpdatedTime?: Date;
@@ -505,10 +505,10 @@ export interface GetServiceResponse {
505
505
  EnvironmentId?: string;
506
506
  ApplicationId?: string;
507
507
  VpcId?: string;
508
- EndpointType?: ServiceEndpointType | string;
508
+ EndpointType?: ServiceEndpointType;
509
509
  UrlEndpoint?: UrlEndpointConfig;
510
510
  LambdaEndpoint?: LambdaEndpointConfig;
511
- State?: ServiceState | string;
511
+ State?: ServiceState;
512
512
  Tags?: Record<string, string>;
513
513
  Error?: ErrorResponse;
514
514
  LastUpdatedTime?: Date;
@@ -562,15 +562,15 @@ export interface RouteSummary {
562
562
  Arn?: string;
563
563
  OwnerAccountId?: string;
564
564
  CreatedByAccountId?: string;
565
- RouteType?: RouteType | string;
565
+ RouteType?: RouteType;
566
566
  ServiceId?: string;
567
567
  ApplicationId?: string;
568
568
  EnvironmentId?: string;
569
569
  SourcePath?: string;
570
- Methods?: (HttpMethod | string)[];
570
+ Methods?: HttpMethod[];
571
571
  IncludeChildPaths?: boolean;
572
572
  PathResourceToId?: Record<string, string>;
573
- State?: RouteState | string;
573
+ State?: RouteState;
574
574
  Tags?: Record<string, string>;
575
575
  Error?: ErrorResponse;
576
576
  LastUpdatedTime?: Date;
@@ -601,10 +601,10 @@ export interface ServiceSummary {
601
601
  EnvironmentId?: string;
602
602
  ApplicationId?: string;
603
603
  VpcId?: string;
604
- EndpointType?: ServiceEndpointType | string;
604
+ EndpointType?: ServiceEndpointType;
605
605
  UrlEndpoint?: UrlEndpointSummary;
606
606
  LambdaEndpoint?: LambdaEndpointSummary;
607
- State?: ServiceState | string;
607
+ State?: ServiceState;
608
608
  Tags?: Record<string, string>;
609
609
  Error?: ErrorResponse;
610
610
  LastUpdatedTime?: Date;
@@ -639,14 +639,14 @@ export interface UpdateRouteRequest {
639
639
  EnvironmentIdentifier: string | undefined;
640
640
  ApplicationIdentifier: string | undefined;
641
641
  RouteIdentifier: string | undefined;
642
- ActivationState: RouteActivationState | string | undefined;
642
+ ActivationState: RouteActivationState | undefined;
643
643
  }
644
644
  export interface UpdateRouteResponse {
645
645
  RouteId?: string;
646
646
  Arn?: string;
647
647
  ServiceId?: string;
648
648
  ApplicationId?: string;
649
- State?: RouteState | string;
649
+ State?: RouteState;
650
650
  LastUpdatedTime?: Date;
651
651
  }
652
652
  export declare const ApplicationSummaryFilterSensitiveLog: (
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.427.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2"