@aws-sdk/client-migration-hub-refactor-spaces 3.379.1 → 3.382.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.
@@ -31,31 +31,38 @@ export type ApiGatewayEndpointType = (typeof ApiGatewayEndpointType)[keyof typeo
31
31
  */
32
32
  export interface ApiGatewayProxyConfig {
33
33
  /**
34
+ * @public
34
35
  * <p>The endpoint URL of the API Gateway proxy. </p>
35
36
  */
36
37
  ProxyUrl?: string;
37
38
  /**
39
+ * @public
38
40
  * <p>The resource ID of the API Gateway for the proxy. </p>
39
41
  */
40
42
  ApiGatewayId?: string;
41
43
  /**
44
+ * @public
42
45
  * <p>The <code>VpcLink</code> ID of the API Gateway proxy. </p>
43
46
  */
44
47
  VpcLinkId?: string;
45
48
  /**
49
+ * @public
46
50
  * <p>The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy. </p>
47
51
  */
48
52
  NlbArn?: string;
49
53
  /**
54
+ * @public
50
55
  * <p>The name of the Network Load Balancer that is configured by the API Gateway proxy.
51
56
  * </p>
52
57
  */
53
58
  NlbName?: string;
54
59
  /**
60
+ * @public
55
61
  * <p>The type of API Gateway endpoint created. </p>
56
62
  */
57
63
  EndpointType?: ApiGatewayEndpointType | string;
58
64
  /**
65
+ * @public
59
66
  * <p>The name of the API Gateway stage. The name defaults to <code>prod</code>. </p>
60
67
  */
61
68
  StageName?: string;
@@ -66,6 +73,7 @@ export interface ApiGatewayProxyConfig {
66
73
  */
67
74
  export interface ApiGatewayProxyInput {
68
75
  /**
76
+ * @public
69
77
  * <p>The type of endpoint to use for the API Gateway proxy. If no value is specified in
70
78
  * the request, the value is set to <code>REGIONAL</code> by default.</p>
71
79
  * <p>If the value is set to <code>PRIVATE</code> in the request, this creates a private API
@@ -77,6 +85,7 @@ export interface ApiGatewayProxyInput {
77
85
  */
78
86
  EndpointType?: ApiGatewayEndpointType | string;
79
87
  /**
88
+ * @public
80
89
  * <p>The name of the API Gateway stage. The name defaults to <code>prod</code>. </p>
81
90
  */
82
91
  StageName?: string;
@@ -87,31 +96,38 @@ export interface ApiGatewayProxyInput {
87
96
  */
88
97
  export interface ApiGatewayProxySummary {
89
98
  /**
99
+ * @public
90
100
  * <p>The endpoint URL of the API Gateway proxy. </p>
91
101
  */
92
102
  ProxyUrl?: string;
93
103
  /**
104
+ * @public
94
105
  * <p>The resource ID of the API Gateway for the proxy. </p>
95
106
  */
96
107
  ApiGatewayId?: string;
97
108
  /**
109
+ * @public
98
110
  * <p>The <code>VpcLink</code> ID of the API Gateway proxy. </p>
99
111
  */
100
112
  VpcLinkId?: string;
101
113
  /**
114
+ * @public
102
115
  * <p>The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy. </p>
103
116
  */
104
117
  NlbArn?: string;
105
118
  /**
119
+ * @public
106
120
  * <p>The name of the Network Load Balancer that is configured by the API Gateway proxy.
107
121
  * </p>
108
122
  */
109
123
  NlbName?: string;
110
124
  /**
125
+ * @public
111
126
  * <p>The type of API Gateway endpoint created. </p>
112
127
  */
113
128
  EndpointType?: ApiGatewayEndpointType | string;
114
129
  /**
130
+ * @public
115
131
  * <p>The name of the API Gateway stage. The name defaults to <code>prod</code>. </p>
116
132
  */
117
133
  StageName?: string;
@@ -188,26 +204,32 @@ export type ErrorResourceType = (typeof ErrorResourceType)[keyof typeof ErrorRes
188
204
  */
189
205
  export interface ErrorResponse {
190
206
  /**
207
+ * @public
191
208
  * <p>The error code associated with the error. </p>
192
209
  */
193
210
  Code?: ErrorCode | string;
194
211
  /**
212
+ * @public
195
213
  * <p>The message associated with the error. </p>
196
214
  */
197
215
  Message?: string;
198
216
  /**
217
+ * @public
199
218
  * <p>The Amazon Web Services account ID of the resource owner. </p>
200
219
  */
201
220
  AccountId?: string;
202
221
  /**
222
+ * @public
203
223
  * <p>The ID of the resource. </p>
204
224
  */
205
225
  ResourceIdentifier?: string;
206
226
  /**
227
+ * @public
207
228
  * <p>The type of resource. </p>
208
229
  */
209
230
  ResourceType?: ErrorResourceType | string;
210
231
  /**
232
+ * @public
211
233
  * <p>Additional details about the error. </p>
212
234
  */
213
235
  AdditionalDetails?: Record<string, string>;
@@ -229,59 +251,73 @@ export type ProxyType = (typeof ProxyType)[keyof typeof ProxyType];
229
251
  */
230
252
  export interface ApplicationSummary {
231
253
  /**
254
+ * @public
232
255
  * <p>The name of the application. </p>
233
256
  */
234
257
  Name?: string;
235
258
  /**
259
+ * @public
236
260
  * <p>The Amazon Resource Name (ARN) of the application. </p>
237
261
  */
238
262
  Arn?: string;
239
263
  /**
264
+ * @public
240
265
  * <p>The Amazon Web Services account ID of the application owner (which is always the same as
241
266
  * the environment owner account ID).</p>
242
267
  */
243
268
  OwnerAccountId?: string;
244
269
  /**
270
+ * @public
245
271
  * <p>The Amazon Web Services account ID of the application creator. </p>
246
272
  */
247
273
  CreatedByAccountId?: string;
248
274
  /**
275
+ * @public
249
276
  * <p>The unique identifier of the application. </p>
250
277
  */
251
278
  ApplicationId?: string;
252
279
  /**
280
+ * @public
253
281
  * <p>The unique identifier of the environment. </p>
254
282
  */
255
283
  EnvironmentId?: string;
256
284
  /**
285
+ * @public
257
286
  * <p>The ID of the virtual private cloud (VPC). </p>
258
287
  */
259
288
  VpcId?: string;
260
289
  /**
290
+ * @public
261
291
  * <p>The proxy type of the proxy created within the application. </p>
262
292
  */
263
293
  ProxyType?: ProxyType | string;
264
294
  /**
295
+ * @public
265
296
  * <p>The endpoint URL of the Amazon API Gateway proxy. </p>
266
297
  */
267
298
  ApiGatewayProxy?: ApiGatewayProxySummary;
268
299
  /**
300
+ * @public
269
301
  * <p>The current state of the application. </p>
270
302
  */
271
303
  State?: ApplicationState | string;
272
304
  /**
305
+ * @public
273
306
  * <p>The tags assigned to the application. </p>
274
307
  */
275
308
  Tags?: Record<string, string>;
276
309
  /**
310
+ * @public
277
311
  * <p>Any error associated with the application resource. </p>
278
312
  */
279
313
  Error?: ErrorResponse;
280
314
  /**
315
+ * @public
281
316
  * <p>A timestamp that indicates when the application was last updated. </p>
282
317
  */
283
318
  LastUpdatedTime?: Date;
284
319
  /**
320
+ * @public
285
321
  * <p>A timestamp that indicates when the application is created. </p>
286
322
  */
287
323
  CreatedTime?: Date;
@@ -295,10 +331,12 @@ export declare class ConflictException extends __BaseException {
295
331
  readonly $fault: "client";
296
332
  Message: string | undefined;
297
333
  /**
334
+ * @public
298
335
  * <p>The ID of the resource. </p>
299
336
  */
300
337
  ResourceId: string | undefined;
301
338
  /**
339
+ * @public
302
340
  * <p>The type of resource. </p>
303
341
  */
304
342
  ResourceType: string | undefined;
@@ -312,31 +350,38 @@ export declare class ConflictException extends __BaseException {
312
350
  */
313
351
  export interface CreateApplicationRequest {
314
352
  /**
353
+ * @public
315
354
  * <p>The name to use for the application. </p>
316
355
  */
317
356
  Name: string | undefined;
318
357
  /**
358
+ * @public
319
359
  * <p>The unique identifier of the environment.</p>
320
360
  */
321
361
  EnvironmentIdentifier: string | undefined;
322
362
  /**
363
+ * @public
323
364
  * <p>The ID of the virtual private cloud (VPC).</p>
324
365
  */
325
366
  VpcId: string | undefined;
326
367
  /**
368
+ * @public
327
369
  * <p>The proxy type of the proxy created within the application. </p>
328
370
  */
329
371
  ProxyType: ProxyType | string | undefined;
330
372
  /**
373
+ * @public
331
374
  * <p>A wrapper object holding the API Gateway endpoint type and stage name for the
332
375
  * proxy. </p>
333
376
  */
334
377
  ApiGatewayProxy?: ApiGatewayProxyInput;
335
378
  /**
379
+ * @public
336
380
  * <p>The tags to assign 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>
337
381
  */
338
382
  Tags?: Record<string, string>;
339
383
  /**
384
+ * @public
340
385
  * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
341
386
  * request.</p>
342
387
  */
@@ -347,10 +392,12 @@ export interface CreateApplicationRequest {
347
392
  */
348
393
  export interface CreateApplicationResponse {
349
394
  /**
395
+ * @public
350
396
  * <p>The name of the application.</p>
351
397
  */
352
398
  Name?: string;
353
399
  /**
400
+ * @public
354
401
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is
355
402
  * <code>arn:aws:refactor-spaces:<i>region</i>:<i>account-id</i>:<i>resource-type/resource-id</i>
356
403
  * </code>. For more information about ARNs,
@@ -360,48 +407,59 @@ export interface CreateApplicationResponse {
360
407
  */
361
408
  Arn?: string;
362
409
  /**
410
+ * @public
363
411
  * <p>The Amazon Web Services account ID of the application owner (which is always the same as
364
412
  * the environment owner account ID).</p>
365
413
  */
366
414
  OwnerAccountId?: string;
367
415
  /**
416
+ * @public
368
417
  * <p>The Amazon Web Services account ID of application creator.</p>
369
418
  */
370
419
  CreatedByAccountId?: string;
371
420
  /**
421
+ * @public
372
422
  * <p>The unique identifier of the application.</p>
373
423
  */
374
424
  ApplicationId?: string;
375
425
  /**
426
+ * @public
376
427
  * <p>The ID of the environment in which the application is created.</p>
377
428
  */
378
429
  EnvironmentId?: string;
379
430
  /**
431
+ * @public
380
432
  * <p>The ID of the Amazon VPC. </p>
381
433
  */
382
434
  VpcId?: string;
383
435
  /**
436
+ * @public
384
437
  * <p>The proxy type of the proxy created within the application. </p>
385
438
  */
386
439
  ProxyType?: ProxyType | string;
387
440
  /**
441
+ * @public
388
442
  * <p>A wrapper object holding the API Gateway endpoint type and stage name for the
389
443
  * proxy. </p>
390
444
  */
391
445
  ApiGatewayProxy?: ApiGatewayProxyInput;
392
446
  /**
447
+ * @public
393
448
  * <p>The current state of the application. </p>
394
449
  */
395
450
  State?: ApplicationState | string;
396
451
  /**
452
+ * @public
397
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>
398
454
  */
399
455
  Tags?: Record<string, string>;
400
456
  /**
457
+ * @public
401
458
  * <p>A timestamp that indicates when the application was last updated. </p>
402
459
  */
403
460
  LastUpdatedTime?: Date;
404
461
  /**
462
+ * @public
405
463
  * <p>A timestamp that indicates when the application is created.</p>
406
464
  */
407
465
  CreatedTime?: Date;
@@ -428,10 +486,12 @@ export declare class ResourceNotFoundException extends __BaseException {
428
486
  readonly $fault: "client";
429
487
  Message: string | undefined;
430
488
  /**
489
+ * @public
431
490
  * <p>The ID of the resource. </p>
432
491
  */
433
492
  ResourceId: string | undefined;
434
493
  /**
494
+ * @public
435
495
  * <p>The type of resource. </p>
436
496
  */
437
497
  ResourceType: string | undefined;
@@ -449,19 +509,23 @@ export declare class ServiceQuotaExceededException extends __BaseException {
449
509
  readonly $fault: "client";
450
510
  Message: string | undefined;
451
511
  /**
512
+ * @public
452
513
  * <p>The ID of the resource. </p>
453
514
  */
454
515
  ResourceId: string | undefined;
455
516
  /**
517
+ * @public
456
518
  * <p>The type of resource. </p>
457
519
  */
458
520
  ResourceType: string | undefined;
459
521
  /**
522
+ * @public
460
523
  * <p>Service quota requirement to identify originating quota. Reached throttling quota
461
524
  * exception. </p>
462
525
  */
463
526
  QuotaCode?: string;
464
527
  /**
528
+ * @public
465
529
  * <p>Service quota requirement to identify originating service. Reached throttling quota
466
530
  * exception service code. </p>
467
531
  */
@@ -480,16 +544,19 @@ export declare class ThrottlingException extends __BaseException {
480
544
  readonly $fault: "client";
481
545
  Message: string | undefined;
482
546
  /**
547
+ * @public
483
548
  * <p>Service quota requirement to identify originating quota. Reached throttling quota
484
549
  * exception. </p>
485
550
  */
486
551
  QuotaCode?: string;
487
552
  /**
553
+ * @public
488
554
  * <p>Service quota requirement to identify originating service. Reached throttling quota
489
555
  * exception service code. </p>
490
556
  */
491
557
  ServiceCode?: string;
492
558
  /**
559
+ * @public
493
560
  * <p>The number of seconds to wait before retrying. </p>
494
561
  */
495
562
  RetryAfterSeconds?: number;
@@ -529,22 +596,27 @@ export type NetworkFabricType = (typeof NetworkFabricType)[keyof typeof NetworkF
529
596
  */
530
597
  export interface CreateEnvironmentRequest {
531
598
  /**
599
+ * @public
532
600
  * <p>The name of the environment.</p>
533
601
  */
534
602
  Name: string | undefined;
535
603
  /**
604
+ * @public
536
605
  * <p>The description of the environment.</p>
537
606
  */
538
607
  Description?: string;
539
608
  /**
609
+ * @public
540
610
  * <p>The network fabric type of the environment.</p>
541
611
  */
542
612
  NetworkFabricType: NetworkFabricType | string | undefined;
543
613
  /**
614
+ * @public
544
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>
545
616
  */
546
617
  Tags?: Record<string, string>;
547
618
  /**
619
+ * @public
548
620
  * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
549
621
  * request.</p>
550
622
  */
@@ -569,42 +641,52 @@ export type EnvironmentState = (typeof EnvironmentState)[keyof typeof Environmen
569
641
  */
570
642
  export interface CreateEnvironmentResponse {
571
643
  /**
644
+ * @public
572
645
  * <p>The name of the environment.</p>
573
646
  */
574
647
  Name?: string;
575
648
  /**
649
+ * @public
576
650
  * <p>The Amazon Resource Name (ARN) of the environment.</p>
577
651
  */
578
652
  Arn?: string;
579
653
  /**
654
+ * @public
580
655
  * <p>A description of the environment.</p>
581
656
  */
582
657
  Description?: string;
583
658
  /**
659
+ * @public
584
660
  * <p>The unique identifier of the environment.</p>
585
661
  */
586
662
  EnvironmentId?: string;
587
663
  /**
664
+ * @public
588
665
  * <p>The network fabric type of the environment.</p>
589
666
  */
590
667
  NetworkFabricType?: NetworkFabricType | string;
591
668
  /**
669
+ * @public
592
670
  * <p>The Amazon Web Services account ID of environment owner.</p>
593
671
  */
594
672
  OwnerAccountId?: string;
595
673
  /**
674
+ * @public
596
675
  * <p>The current state of the environment. </p>
597
676
  */
598
677
  State?: EnvironmentState | string;
599
678
  /**
679
+ * @public
600
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>
601
681
  */
602
682
  Tags?: Record<string, string>;
603
683
  /**
684
+ * @public
604
685
  * <p>A timestamp that indicates when the environment was last updated.</p>
605
686
  */
606
687
  LastUpdatedTime?: Date;
607
688
  /**
689
+ * @public
608
690
  * <p>A timestamp that indicates when the environment is created.</p>
609
691
  */
610
692
  CreatedTime?: Date;
@@ -627,6 +709,7 @@ export type RouteActivationState = (typeof RouteActivationState)[keyof typeof Ro
627
709
  */
628
710
  export interface DefaultRouteInput {
629
711
  /**
712
+ * @public
630
713
  * <p>If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the
631
714
  * route is created. </p>
632
715
  */
@@ -667,28 +750,33 @@ export type HttpMethod = (typeof HttpMethod)[keyof typeof HttpMethod];
667
750
  */
668
751
  export interface UriPathRouteInput {
669
752
  /**
753
+ * @public
670
754
  * <p>This is the path that Refactor Spaces uses to match traffic. Paths must start with <code>/</code> and are relative to
671
755
  * the base of the application. To use path parameters in the source path, add a variable in curly braces.
672
756
  * For example, the resource path \{user\} represents a path parameter called 'user'.</p>
673
757
  */
674
758
  SourcePath: string | undefined;
675
759
  /**
760
+ * @public
676
761
  * <p>If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the
677
762
  * route is created. </p>
678
763
  */
679
764
  ActivationState: RouteActivationState | string | undefined;
680
765
  /**
766
+ * @public
681
767
  * <p>A list of HTTP methods to match. An empty list matches all values. If a method is present,
682
768
  * only HTTP requests using that method are forwarded to this route’s service. </p>
683
769
  */
684
770
  Methods?: (HttpMethod | string)[];
685
771
  /**
772
+ * @public
686
773
  * <p>Indicates whether to match all subpaths of the given source path. If this value is
687
774
  * <code>false</code>, requests must match the source path exactly before they are forwarded to
688
775
  * this route's service. </p>
689
776
  */
690
777
  IncludeChildPaths?: boolean;
691
778
  /**
779
+ * @public
692
780
  * <p>If set to <code>true</code>, this option appends the source path to the service URL endpoint.</p>
693
781
  */
694
782
  AppendSourcePath?: boolean;
@@ -698,19 +786,23 @@ export interface UriPathRouteInput {
698
786
  */
699
787
  export interface CreateRouteRequest {
700
788
  /**
789
+ * @public
701
790
  * <p>The ID of the environment in which the route is created.</p>
702
791
  */
703
792
  EnvironmentIdentifier: string | undefined;
704
793
  /**
794
+ * @public
705
795
  * <p>The ID of the application within which the route is being created.</p>
706
796
  */
707
797
  ApplicationIdentifier: string | undefined;
708
798
  /**
799
+ * @public
709
800
  * <p>The ID of the service in which the route is created. Traffic that matches this route is
710
801
  * forwarded to this service.</p>
711
802
  */
712
803
  ServiceIdentifier: string | undefined;
713
804
  /**
805
+ * @public
714
806
  * <p>The route type of the route. <code>DEFAULT</code> indicates that all traffic that does not
715
807
  * match another route is forwarded to the default route. Applications must have a default route
716
808
  * before any other routes can be created. <code>URI_PATH</code> indicates a route that is based
@@ -718,18 +810,22 @@ export interface CreateRouteRequest {
718
810
  */
719
811
  RouteType: RouteType | string | undefined;
720
812
  /**
813
+ * @public
721
814
  * <p> Configuration for the default route type. </p>
722
815
  */
723
816
  DefaultRoute?: DefaultRouteInput;
724
817
  /**
818
+ * @public
725
819
  * <p>The configuration for the URI path route type. </p>
726
820
  */
727
821
  UriPathRoute?: UriPathRouteInput;
728
822
  /**
823
+ * @public
729
824
  * <p>The tags to assign 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>
730
825
  */
731
826
  Tags?: Record<string, string>;
732
827
  /**
828
+ * @public
733
829
  * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
734
830
  * request.</p>
735
831
  */
@@ -756,10 +852,12 @@ export type RouteState = (typeof RouteState)[keyof typeof RouteState];
756
852
  */
757
853
  export interface CreateRouteResponse {
758
854
  /**
855
+ * @public
759
856
  * <p>The unique identifier of the route.</p>
760
857
  */
761
858
  RouteId?: string;
762
859
  /**
860
+ * @public
763
861
  * <p>The Amazon Resource Name (ARN) of the route. The format for this ARN is
764
862
  * <code>arn:aws:refactor-spaces:<i>region</i>:<i>account-id</i>:<i>resource-type/resource-id</i>
765
863
  * </code>. For more information about ARNs,
@@ -769,45 +867,55 @@ export interface CreateRouteResponse {
769
867
  */
770
868
  Arn?: string;
771
869
  /**
870
+ * @public
772
871
  * <p>The Amazon Web Services account ID of the route owner.</p>
773
872
  */
774
873
  OwnerAccountId?: string;
775
874
  /**
875
+ * @public
776
876
  * <p>The Amazon Web Services account ID of the route creator.</p>
777
877
  */
778
878
  CreatedByAccountId?: string;
779
879
  /**
880
+ * @public
780
881
  * <p>The route type of the route.</p>
781
882
  */
782
883
  RouteType?: RouteType | string;
783
884
  /**
885
+ * @public
784
886
  * <p>The ID of service in which the route is created. Traffic that matches this route is
785
887
  * forwarded to this service.</p>
786
888
  */
787
889
  ServiceId?: string;
788
890
  /**
891
+ * @public
789
892
  * <p>The ID of the application in which the route is created.</p>
790
893
  */
791
894
  ApplicationId?: string;
792
895
  /**
896
+ * @public
793
897
  * <p>Configuration for the URI path route type. </p>
794
898
  */
795
899
  UriPathRoute?: UriPathRouteInput;
796
900
  /**
901
+ * @public
797
902
  * <p>The current state of the route. Activation state only allows <code>ACTIVE</code> or
798
903
  * <code>INACTIVE</code> as user inputs. <code>FAILED</code> is a route state that is system
799
904
  * generated.</p>
800
905
  */
801
906
  State?: RouteState | string;
802
907
  /**
908
+ * @public
803
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>
804
910
  */
805
911
  Tags?: Record<string, string>;
806
912
  /**
913
+ * @public
807
914
  * <p>A timestamp that indicates when the route was last updated. </p>
808
915
  */
809
916
  LastUpdatedTime?: Date;
810
917
  /**
918
+ * @public
811
919
  * <p>A timestamp that indicates when the route is created.</p>
812
920
  */
813
921
  CreatedTime?: Date;
@@ -830,6 +938,7 @@ export type ServiceEndpointType = (typeof ServiceEndpointType)[keyof typeof Serv
830
938
  */
831
939
  export interface LambdaEndpointInput {
832
940
  /**
941
+ * @public
833
942
  * <p>The Amazon Resource Name (ARN) of the Lambda function or alias.</p>
834
943
  */
835
944
  Arn: string | undefined;
@@ -840,12 +949,14 @@ export interface LambdaEndpointInput {
840
949
  */
841
950
  export interface UrlEndpointInput {
842
951
  /**
952
+ * @public
843
953
  * <p>The URL to route traffic to. The URL must be an <a href="https://datatracker.ietf.org/doc/html/rfc3986">rfc3986-formatted URL</a>. If the
844
954
  * host is a domain name, the name must be resolvable over the public internet. If the scheme is
845
955
  * <code>https</code>, the top level domain of the host must be listed in the <a href="https://www.iana.org/domains/root/db">IANA root zone database</a>. </p>
846
956
  */
847
957
  Url: string | undefined;
848
958
  /**
959
+ * @public
849
960
  * <p>The health check URL of the URL endpoint type. If the URL is a public endpoint, the
850
961
  * <code>HealthUrl</code> must also be a public endpoint. If the URL is a private endpoint
851
962
  * inside a virtual private cloud (VPC), the health URL must also be a private endpoint, and the
@@ -858,30 +969,37 @@ export interface UrlEndpointInput {
858
969
  */
859
970
  export interface CreateServiceRequest {
860
971
  /**
972
+ * @public
861
973
  * <p>The name of the service.</p>
862
974
  */
863
975
  Name: string | undefined;
864
976
  /**
977
+ * @public
865
978
  * <p>The description of the service.</p>
866
979
  */
867
980
  Description?: string;
868
981
  /**
982
+ * @public
869
983
  * <p>The ID of the environment in which the service is created.</p>
870
984
  */
871
985
  EnvironmentIdentifier: string | undefined;
872
986
  /**
987
+ * @public
873
988
  * <p>The ID of the application which the service is created.</p>
874
989
  */
875
990
  ApplicationIdentifier: string | undefined;
876
991
  /**
992
+ * @public
877
993
  * <p>The ID of the VPC.</p>
878
994
  */
879
995
  VpcId?: string;
880
996
  /**
997
+ * @public
881
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>
882
999
  */
883
1000
  EndpointType: ServiceEndpointType | string | undefined;
884
1001
  /**
1002
+ * @public
885
1003
  * <p>The configuration for the URL endpoint type. When creating a route to a service, Refactor Spaces
886
1004
  * automatically resolves the address in the <code>UrlEndpointInput</code> object URL when the
887
1005
  * Domain Name System (DNS) time-to-live (TTL) expires, or every 60 seconds for TTLs less than 60
@@ -889,14 +1007,17 @@ export interface CreateServiceRequest {
889
1007
  */
890
1008
  UrlEndpoint?: UrlEndpointInput;
891
1009
  /**
1010
+ * @public
892
1011
  * <p>The configuration for the Lambda endpoint type.</p>
893
1012
  */
894
1013
  LambdaEndpoint?: LambdaEndpointInput;
895
1014
  /**
1015
+ * @public
896
1016
  * <p>The tags to assign 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>
897
1017
  */
898
1018
  Tags?: Record<string, string>;
899
1019
  /**
1020
+ * @public
900
1021
  * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
901
1022
  * request.</p>
902
1023
  */
@@ -921,66 +1042,82 @@ export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
921
1042
  */
922
1043
  export interface CreateServiceResponse {
923
1044
  /**
1045
+ * @public
924
1046
  * <p>The unique identifier of the service.</p>
925
1047
  */
926
1048
  ServiceId?: string;
927
1049
  /**
1050
+ * @public
928
1051
  * <p>The name of the service.</p>
929
1052
  */
930
1053
  Name?: string;
931
1054
  /**
1055
+ * @public
932
1056
  * <p>The Amazon Resource Name (ARN) of the service.</p>
933
1057
  */
934
1058
  Arn?: string;
935
1059
  /**
1060
+ * @public
936
1061
  * <p>The Amazon Web Services account ID of the service owner.</p>
937
1062
  */
938
1063
  OwnerAccountId?: string;
939
1064
  /**
1065
+ * @public
940
1066
  * <p>The Amazon Web Services account ID of the service creator.</p>
941
1067
  */
942
1068
  CreatedByAccountId?: string;
943
1069
  /**
1070
+ * @public
944
1071
  * <p>The description of the created service.</p>
945
1072
  */
946
1073
  Description?: string;
947
1074
  /**
1075
+ * @public
948
1076
  * <p>The unique identifier of the environment.</p>
949
1077
  */
950
1078
  EnvironmentId?: string;
951
1079
  /**
1080
+ * @public
952
1081
  * <p>The ID of the application that the created service belongs to. </p>
953
1082
  */
954
1083
  ApplicationId?: string;
955
1084
  /**
1085
+ * @public
956
1086
  * <p>The ID of the VPC. </p>
957
1087
  */
958
1088
  VpcId?: string;
959
1089
  /**
1090
+ * @public
960
1091
  * <p>The endpoint type of the service.</p>
961
1092
  */
962
1093
  EndpointType?: ServiceEndpointType | string;
963
1094
  /**
1095
+ * @public
964
1096
  * <p>The configuration for the URL endpoint type. </p>
965
1097
  */
966
1098
  UrlEndpoint?: UrlEndpointInput;
967
1099
  /**
1100
+ * @public
968
1101
  * <p>The configuration for the Lambda endpoint type.</p>
969
1102
  */
970
1103
  LambdaEndpoint?: LambdaEndpointInput;
971
1104
  /**
1105
+ * @public
972
1106
  * <p>The current state of the service. </p>
973
1107
  */
974
1108
  State?: ServiceState | string;
975
1109
  /**
1110
+ * @public
976
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>
977
1112
  */
978
1113
  Tags?: Record<string, string>;
979
1114
  /**
1115
+ * @public
980
1116
  * <p>A timestamp that indicates when the service was last updated. </p>
981
1117
  */
982
1118
  LastUpdatedTime?: Date;
983
1119
  /**
1120
+ * @public
984
1121
  * <p>A timestamp that indicates when the service is created.</p>
985
1122
  */
986
1123
  CreatedTime?: Date;
@@ -990,10 +1127,12 @@ export interface CreateServiceResponse {
990
1127
  */
991
1128
  export interface DeleteApplicationRequest {
992
1129
  /**
1130
+ * @public
993
1131
  * <p>The ID of the environment. </p>
994
1132
  */
995
1133
  EnvironmentIdentifier: string | undefined;
996
1134
  /**
1135
+ * @public
997
1136
  * <p>The ID of the application.</p>
998
1137
  */
999
1138
  ApplicationIdentifier: string | undefined;
@@ -1003,26 +1142,32 @@ export interface DeleteApplicationRequest {
1003
1142
  */
1004
1143
  export interface DeleteApplicationResponse {
1005
1144
  /**
1145
+ * @public
1006
1146
  * <p>The name of the application.</p>
1007
1147
  */
1008
1148
  Name?: string;
1009
1149
  /**
1150
+ * @public
1010
1151
  * <p>The Amazon Resource Name (ARN) of the application.</p>
1011
1152
  */
1012
1153
  Arn?: string;
1013
1154
  /**
1155
+ * @public
1014
1156
  * <p>The ID of the application.</p>
1015
1157
  */
1016
1158
  ApplicationId?: string;
1017
1159
  /**
1160
+ * @public
1018
1161
  * <p>The unique identifier of the application’s environment.</p>
1019
1162
  */
1020
1163
  EnvironmentId?: string;
1021
1164
  /**
1165
+ * @public
1022
1166
  * <p>The current state of the application. </p>
1023
1167
  */
1024
1168
  State?: ApplicationState | string;
1025
1169
  /**
1170
+ * @public
1026
1171
  * <p>A timestamp that indicates when the environment was last updated. </p>
1027
1172
  */
1028
1173
  LastUpdatedTime?: Date;
@@ -1032,6 +1177,7 @@ export interface DeleteApplicationResponse {
1032
1177
  */
1033
1178
  export interface DeleteEnvironmentRequest {
1034
1179
  /**
1180
+ * @public
1035
1181
  * <p>The ID of the environment. </p>
1036
1182
  */
1037
1183
  EnvironmentIdentifier: string | undefined;
@@ -1041,22 +1187,27 @@ export interface DeleteEnvironmentRequest {
1041
1187
  */
1042
1188
  export interface DeleteEnvironmentResponse {
1043
1189
  /**
1190
+ * @public
1044
1191
  * <p>The name of the environment.</p>
1045
1192
  */
1046
1193
  Name?: string;
1047
1194
  /**
1195
+ * @public
1048
1196
  * <p>The Amazon Resource Name (ARN) of the environment.</p>
1049
1197
  */
1050
1198
  Arn?: string;
1051
1199
  /**
1200
+ * @public
1052
1201
  * <p>The unique identifier of the environment.</p>
1053
1202
  */
1054
1203
  EnvironmentId?: string;
1055
1204
  /**
1205
+ * @public
1056
1206
  * <p>The current state of the environment. </p>
1057
1207
  */
1058
1208
  State?: EnvironmentState | string;
1059
1209
  /**
1210
+ * @public
1060
1211
  * <p>A timestamp that indicates when the environment was last updated. </p>
1061
1212
  */
1062
1213
  LastUpdatedTime?: Date;
@@ -1066,6 +1217,7 @@ export interface DeleteEnvironmentResponse {
1066
1217
  */
1067
1218
  export interface DeleteResourcePolicyRequest {
1068
1219
  /**
1220
+ * @public
1069
1221
  * <p>Amazon Resource Name (ARN) of the resource associated with the policy. </p>
1070
1222
  */
1071
1223
  Identifier: string | undefined;
@@ -1080,14 +1232,17 @@ export interface DeleteResourcePolicyResponse {
1080
1232
  */
1081
1233
  export interface DeleteRouteRequest {
1082
1234
  /**
1235
+ * @public
1083
1236
  * <p>The ID of the environment to delete the route from.</p>
1084
1237
  */
1085
1238
  EnvironmentIdentifier: string | undefined;
1086
1239
  /**
1240
+ * @public
1087
1241
  * <p>The ID of the application to delete the route from.</p>
1088
1242
  */
1089
1243
  ApplicationIdentifier: string | undefined;
1090
1244
  /**
1245
+ * @public
1091
1246
  * <p>The ID of the route to delete.</p>
1092
1247
  */
1093
1248
  RouteIdentifier: string | undefined;
@@ -1097,26 +1252,32 @@ export interface DeleteRouteRequest {
1097
1252
  */
1098
1253
  export interface DeleteRouteResponse {
1099
1254
  /**
1255
+ * @public
1100
1256
  * <p>The ID of the route to delete.</p>
1101
1257
  */
1102
1258
  RouteId?: string;
1103
1259
  /**
1260
+ * @public
1104
1261
  * <p>The Amazon Resource Name (ARN) of the route.</p>
1105
1262
  */
1106
1263
  Arn?: string;
1107
1264
  /**
1265
+ * @public
1108
1266
  * <p>The ID of the service that the route belongs to.</p>
1109
1267
  */
1110
1268
  ServiceId?: string;
1111
1269
  /**
1270
+ * @public
1112
1271
  * <p>The ID of the application that the route belongs to.</p>
1113
1272
  */
1114
1273
  ApplicationId?: string;
1115
1274
  /**
1275
+ * @public
1116
1276
  * <p>The current state of the route. </p>
1117
1277
  */
1118
1278
  State?: RouteState | string;
1119
1279
  /**
1280
+ * @public
1120
1281
  * <p>A timestamp that indicates when the route was last updated. </p>
1121
1282
  */
1122
1283
  LastUpdatedTime?: Date;
@@ -1126,10 +1287,12 @@ export interface DeleteRouteResponse {
1126
1287
  */
1127
1288
  export interface DeleteServiceRequest {
1128
1289
  /**
1290
+ * @public
1129
1291
  * <p>The ID of the environment that the service is in.</p>
1130
1292
  */
1131
1293
  EnvironmentIdentifier: string | undefined;
1132
1294
  /**
1295
+ * @public
1133
1296
  * <p>Deletes a Refactor Spaces service.</p>
1134
1297
  * <note>
1135
1298
  * <p>The <code>RefactorSpacesSecurityGroup</code> security group must be removed from all
@@ -1139,6 +1302,7 @@ export interface DeleteServiceRequest {
1139
1302
  */
1140
1303
  ApplicationIdentifier: string | undefined;
1141
1304
  /**
1305
+ * @public
1142
1306
  * <p>The ID of the service to delete.</p>
1143
1307
  */
1144
1308
  ServiceIdentifier: string | undefined;
@@ -1148,30 +1312,37 @@ export interface DeleteServiceRequest {
1148
1312
  */
1149
1313
  export interface DeleteServiceResponse {
1150
1314
  /**
1315
+ * @public
1151
1316
  * <p>The unique identifier of the service.</p>
1152
1317
  */
1153
1318
  ServiceId?: string;
1154
1319
  /**
1320
+ * @public
1155
1321
  * <p>The name of the service.</p>
1156
1322
  */
1157
1323
  Name?: string;
1158
1324
  /**
1325
+ * @public
1159
1326
  * <p>The Amazon Resource Name (ARN) of the service.</p>
1160
1327
  */
1161
1328
  Arn?: string;
1162
1329
  /**
1330
+ * @public
1163
1331
  * <p>The unique identifier of the environment.</p>
1164
1332
  */
1165
1333
  EnvironmentId?: string;
1166
1334
  /**
1335
+ * @public
1167
1336
  * <p>The ID of the application that the service is in.</p>
1168
1337
  */
1169
1338
  ApplicationId?: string;
1170
1339
  /**
1340
+ * @public
1171
1341
  * <p>The current state of the service. </p>
1172
1342
  */
1173
1343
  State?: ServiceState | string;
1174
1344
  /**
1345
+ * @public
1175
1346
  * <p>A timestamp that indicates when the service was last updated. </p>
1176
1347
  */
1177
1348
  LastUpdatedTime?: Date;
@@ -1183,50 +1354,62 @@ export interface DeleteServiceResponse {
1183
1354
  */
1184
1355
  export interface EnvironmentSummary {
1185
1356
  /**
1357
+ * @public
1186
1358
  * <p>The name of the environment. </p>
1187
1359
  */
1188
1360
  Name?: string;
1189
1361
  /**
1362
+ * @public
1190
1363
  * <p>The Amazon Resource Name (ARN) of the environment. </p>
1191
1364
  */
1192
1365
  Arn?: string;
1193
1366
  /**
1367
+ * @public
1194
1368
  * <p>A description of the environment. </p>
1195
1369
  */
1196
1370
  Description?: string;
1197
1371
  /**
1372
+ * @public
1198
1373
  * <p>The unique identifier of the environment. </p>
1199
1374
  */
1200
1375
  EnvironmentId?: string;
1201
1376
  /**
1377
+ * @public
1202
1378
  * <p>The network fabric type of the environment. </p>
1203
1379
  */
1204
1380
  NetworkFabricType?: NetworkFabricType | string;
1205
1381
  /**
1382
+ * @public
1206
1383
  * <p>The Amazon Web Services account ID of the environment owner.</p>
1207
1384
  */
1208
1385
  OwnerAccountId?: string;
1209
1386
  /**
1387
+ * @public
1210
1388
  * <p>The ID of the Transit Gateway set up by the environment. </p>
1211
1389
  */
1212
1390
  TransitGatewayId?: string;
1213
1391
  /**
1392
+ * @public
1214
1393
  * <p>The current state of the environment. </p>
1215
1394
  */
1216
1395
  State?: EnvironmentState | string;
1217
1396
  /**
1397
+ * @public
1218
1398
  * <p>The tags assigned to the environment. </p>
1219
1399
  */
1220
1400
  Tags?: Record<string, string>;
1221
1401
  /**
1402
+ * @public
1222
1403
  * <p>Any error associated with the environment resource. </p>
1223
1404
  */
1224
1405
  Error?: ErrorResponse;
1225
1406
  /**
1407
+ * @public
1226
1408
  * <p>A timestamp that indicates when the environment was last updated. </p>
1227
1409
  */
1228
1410
  LastUpdatedTime?: Date;
1229
1411
  /**
1412
+ * @public
1230
1413
  * <p>A timestamp that indicates when the environment is created. </p>
1231
1414
  */
1232
1415
  CreatedTime?: Date;
@@ -1238,30 +1421,37 @@ export interface EnvironmentSummary {
1238
1421
  */
1239
1422
  export interface EnvironmentVpc {
1240
1423
  /**
1424
+ * @public
1241
1425
  * <p>The unique identifier of the environment. </p>
1242
1426
  */
1243
1427
  EnvironmentId?: string;
1244
1428
  /**
1429
+ * @public
1245
1430
  * <p>The ID of the VPC. </p>
1246
1431
  */
1247
1432
  VpcId?: string;
1248
1433
  /**
1434
+ * @public
1249
1435
  * <p>The Amazon Web Services account ID of the virtual private cloud (VPC) owner. </p>
1250
1436
  */
1251
1437
  AccountId?: string;
1252
1438
  /**
1439
+ * @public
1253
1440
  * <p>The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks. </p>
1254
1441
  */
1255
1442
  CidrBlocks?: string[];
1256
1443
  /**
1444
+ * @public
1257
1445
  * <p>The name of the VPC at the time it is added to the environment. </p>
1258
1446
  */
1259
1447
  VpcName?: string;
1260
1448
  /**
1449
+ * @public
1261
1450
  * <p>A timestamp that indicates when the VPC was last updated by the environment. </p>
1262
1451
  */
1263
1452
  LastUpdatedTime?: Date;
1264
1453
  /**
1454
+ * @public
1265
1455
  * <p>A timestamp that indicates when the VPC is first added to the environment. </p>
1266
1456
  */
1267
1457
  CreatedTime?: Date;
@@ -1271,10 +1461,12 @@ export interface EnvironmentVpc {
1271
1461
  */
1272
1462
  export interface GetApplicationRequest {
1273
1463
  /**
1464
+ * @public
1274
1465
  * <p>The ID of the environment. </p>
1275
1466
  */
1276
1467
  EnvironmentIdentifier: string | undefined;
1277
1468
  /**
1469
+ * @public
1278
1470
  * <p>The ID of the application.</p>
1279
1471
  */
1280
1472
  ApplicationIdentifier: string | undefined;
@@ -1284,59 +1476,73 @@ export interface GetApplicationRequest {
1284
1476
  */
1285
1477
  export interface GetApplicationResponse {
1286
1478
  /**
1479
+ * @public
1287
1480
  * <p>The name of the application.</p>
1288
1481
  */
1289
1482
  Name?: string;
1290
1483
  /**
1484
+ * @public
1291
1485
  * <p>The Amazon Resource Name (ARN) of the application.</p>
1292
1486
  */
1293
1487
  Arn?: string;
1294
1488
  /**
1489
+ * @public
1295
1490
  * <p>The Amazon Web Services account ID of the application owner (which is always the same as
1296
1491
  * the environment owner account ID).</p>
1297
1492
  */
1298
1493
  OwnerAccountId?: string;
1299
1494
  /**
1495
+ * @public
1300
1496
  * <p>The Amazon Web Services account ID of the application creator. </p>
1301
1497
  */
1302
1498
  CreatedByAccountId?: string;
1303
1499
  /**
1500
+ * @public
1304
1501
  * <p>The unique identifier of the application.</p>
1305
1502
  */
1306
1503
  ApplicationId?: string;
1307
1504
  /**
1505
+ * @public
1308
1506
  * <p>The unique identifier of the environment.</p>
1309
1507
  */
1310
1508
  EnvironmentId?: string;
1311
1509
  /**
1510
+ * @public
1312
1511
  * <p>The ID of the virtual private cloud (VPC). </p>
1313
1512
  */
1314
1513
  VpcId?: string;
1315
1514
  /**
1515
+ * @public
1316
1516
  * <p>The proxy type of the proxy created within the application. </p>
1317
1517
  */
1318
1518
  ProxyType?: ProxyType | string;
1319
1519
  /**
1520
+ * @public
1320
1521
  * <p>The endpoint URL of the API Gateway proxy. </p>
1321
1522
  */
1322
1523
  ApiGatewayProxy?: ApiGatewayProxyConfig;
1323
1524
  /**
1525
+ * @public
1324
1526
  * <p>The current state of the application. </p>
1325
1527
  */
1326
1528
  State?: ApplicationState | string;
1327
1529
  /**
1530
+ * @public
1328
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>
1329
1532
  */
1330
1533
  Tags?: Record<string, string>;
1331
1534
  /**
1535
+ * @public
1332
1536
  * <p>Any error associated with the application resource. </p>
1333
1537
  */
1334
1538
  Error?: ErrorResponse;
1335
1539
  /**
1540
+ * @public
1336
1541
  * <p>A timestamp that indicates when the application was last updated. </p>
1337
1542
  */
1338
1543
  LastUpdatedTime?: Date;
1339
1544
  /**
1545
+ * @public
1340
1546
  * <p>A timestamp that indicates when the application is created. </p>
1341
1547
  */
1342
1548
  CreatedTime?: Date;
@@ -1346,6 +1552,7 @@ export interface GetApplicationResponse {
1346
1552
  */
1347
1553
  export interface GetEnvironmentRequest {
1348
1554
  /**
1555
+ * @public
1349
1556
  * <p>The ID of the environment.</p>
1350
1557
  */
1351
1558
  EnvironmentIdentifier: string | undefined;
@@ -1355,50 +1562,62 @@ export interface GetEnvironmentRequest {
1355
1562
  */
1356
1563
  export interface GetEnvironmentResponse {
1357
1564
  /**
1565
+ * @public
1358
1566
  * <p>The name of the environment.</p>
1359
1567
  */
1360
1568
  Name?: string;
1361
1569
  /**
1570
+ * @public
1362
1571
  * <p>The Amazon Resource Name (ARN) of the environment.</p>
1363
1572
  */
1364
1573
  Arn?: string;
1365
1574
  /**
1575
+ * @public
1366
1576
  * <p>The description of the environment. </p>
1367
1577
  */
1368
1578
  Description?: string;
1369
1579
  /**
1580
+ * @public
1370
1581
  * <p>The unique identifier of the environment. </p>
1371
1582
  */
1372
1583
  EnvironmentId?: string;
1373
1584
  /**
1585
+ * @public
1374
1586
  * <p>The network fabric type of the environment. </p>
1375
1587
  */
1376
1588
  NetworkFabricType?: NetworkFabricType | string;
1377
1589
  /**
1590
+ * @public
1378
1591
  * <p>The Amazon Web Services account ID of the environment owner.</p>
1379
1592
  */
1380
1593
  OwnerAccountId?: string;
1381
1594
  /**
1595
+ * @public
1382
1596
  * <p>The ID of the Transit Gateway set up by the environment, if applicable.</p>
1383
1597
  */
1384
1598
  TransitGatewayId?: string;
1385
1599
  /**
1600
+ * @public
1386
1601
  * <p>The current state of the environment. </p>
1387
1602
  */
1388
1603
  State?: EnvironmentState | string;
1389
1604
  /**
1605
+ * @public
1390
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>
1391
1607
  */
1392
1608
  Tags?: Record<string, string>;
1393
1609
  /**
1610
+ * @public
1394
1611
  * <p>Any error associated with the environment resource. </p>
1395
1612
  */
1396
1613
  Error?: ErrorResponse;
1397
1614
  /**
1615
+ * @public
1398
1616
  * <p>A timestamp that indicates when the environment was last updated. </p>
1399
1617
  */
1400
1618
  LastUpdatedTime?: Date;
1401
1619
  /**
1620
+ * @public
1402
1621
  * <p>A timestamp that indicates when the environment is created. </p>
1403
1622
  */
1404
1623
  CreatedTime?: Date;
@@ -1408,6 +1627,7 @@ export interface GetEnvironmentResponse {
1408
1627
  */
1409
1628
  export interface GetResourcePolicyRequest {
1410
1629
  /**
1630
+ * @public
1411
1631
  * <p>The Amazon Resource Name (ARN) of the resource associated with the policy. </p>
1412
1632
  */
1413
1633
  Identifier: string | undefined;
@@ -1417,6 +1637,7 @@ export interface GetResourcePolicyRequest {
1417
1637
  */
1418
1638
  export interface GetResourcePolicyResponse {
1419
1639
  /**
1640
+ * @public
1420
1641
  * <p>A JSON-formatted string for an Amazon Web Services resource-based policy. </p>
1421
1642
  */
1422
1643
  Policy?: string;
@@ -1426,14 +1647,17 @@ export interface GetResourcePolicyResponse {
1426
1647
  */
1427
1648
  export interface GetRouteRequest {
1428
1649
  /**
1650
+ * @public
1429
1651
  * <p>The ID of the environment.</p>
1430
1652
  */
1431
1653
  EnvironmentIdentifier: string | undefined;
1432
1654
  /**
1655
+ * @public
1433
1656
  * <p>The ID of the application. </p>
1434
1657
  */
1435
1658
  ApplicationIdentifier: string | undefined;
1436
1659
  /**
1660
+ * @public
1437
1661
  * <p>The ID of the route.</p>
1438
1662
  */
1439
1663
  RouteIdentifier: string | undefined;
@@ -1443,6 +1667,7 @@ export interface GetRouteRequest {
1443
1667
  */
1444
1668
  export interface GetRouteResponse {
1445
1669
  /**
1670
+ * @public
1446
1671
  * <p>The unique identifier of the route.</p>
1447
1672
  * <p>
1448
1673
  * <b>DEFAULT</b>: All traffic that does not match another route is
@@ -1453,75 +1678,92 @@ export interface GetRouteResponse {
1453
1678
  */
1454
1679
  RouteId?: string;
1455
1680
  /**
1681
+ * @public
1456
1682
  * <p>The Amazon Resource Name (ARN) of the route.</p>
1457
1683
  */
1458
1684
  Arn?: string;
1459
1685
  /**
1686
+ * @public
1460
1687
  * <p>The Amazon Web Services account ID of the route owner.</p>
1461
1688
  */
1462
1689
  OwnerAccountId?: string;
1463
1690
  /**
1691
+ * @public
1464
1692
  * <p>The Amazon Web Services account ID of the route creator.</p>
1465
1693
  */
1466
1694
  CreatedByAccountId?: string;
1467
1695
  /**
1696
+ * @public
1468
1697
  * <p>The type of route.</p>
1469
1698
  */
1470
1699
  RouteType?: RouteType | string;
1471
1700
  /**
1701
+ * @public
1472
1702
  * <p>The unique identifier of the service.</p>
1473
1703
  */
1474
1704
  ServiceId?: string;
1475
1705
  /**
1706
+ * @public
1476
1707
  * <p>The ID of the application that the route belongs to. </p>
1477
1708
  */
1478
1709
  ApplicationId?: string;
1479
1710
  /**
1711
+ * @public
1480
1712
  * <p>Unique identifier of the environment.</p>
1481
1713
  */
1482
1714
  EnvironmentId?: string;
1483
1715
  /**
1716
+ * @public
1484
1717
  * <p>This is the path that Refactor Spaces uses to match traffic. Paths must start with <code>/</code> and are relative to
1485
1718
  * the base of the application. To use path parameters in the source path, add a variable in curly braces.
1486
1719
  * For example, the resource path \{user\} represents a path parameter called 'user'.</p>
1487
1720
  */
1488
1721
  SourcePath?: string;
1489
1722
  /**
1723
+ * @public
1490
1724
  * <p>A list of HTTP methods to match. An empty list matches all values. If a method is present,
1491
1725
  * only HTTP requests using that method are forwarded to this route’s service. </p>
1492
1726
  */
1493
1727
  Methods?: (HttpMethod | string)[];
1494
1728
  /**
1729
+ * @public
1495
1730
  * <p>Indicates whether to match all subpaths of the given source path. If this value is
1496
1731
  * <code>false</code>, requests must match the source path exactly before they are forwarded to
1497
1732
  * this route's service. </p>
1498
1733
  */
1499
1734
  IncludeChildPaths?: boolean;
1500
1735
  /**
1736
+ * @public
1501
1737
  * <p>A mapping of Amazon API Gateway path resources to resource IDs. </p>
1502
1738
  */
1503
1739
  PathResourceToId?: Record<string, string>;
1504
1740
  /**
1741
+ * @public
1505
1742
  * <p>The current state of the route. </p>
1506
1743
  */
1507
1744
  State?: RouteState | string;
1508
1745
  /**
1746
+ * @public
1509
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>
1510
1748
  */
1511
1749
  Tags?: Record<string, string>;
1512
1750
  /**
1751
+ * @public
1513
1752
  * <p>Any error associated with the route resource. </p>
1514
1753
  */
1515
1754
  Error?: ErrorResponse;
1516
1755
  /**
1756
+ * @public
1517
1757
  * <p>A timestamp that indicates when the route was last updated. </p>
1518
1758
  */
1519
1759
  LastUpdatedTime?: Date;
1520
1760
  /**
1761
+ * @public
1521
1762
  * <p>The timestamp of when the route is created. </p>
1522
1763
  */
1523
1764
  CreatedTime?: Date;
1524
1765
  /**
1766
+ * @public
1525
1767
  * <p>If set to <code>true</code>, this option appends the source path to the service URL endpoint.</p>
1526
1768
  */
1527
1769
  AppendSourcePath?: boolean;
@@ -1531,14 +1773,17 @@ export interface GetRouteResponse {
1531
1773
  */
1532
1774
  export interface GetServiceRequest {
1533
1775
  /**
1776
+ * @public
1534
1777
  * <p>The ID of the environment.</p>
1535
1778
  */
1536
1779
  EnvironmentIdentifier: string | undefined;
1537
1780
  /**
1781
+ * @public
1538
1782
  * <p>The ID of the application.</p>
1539
1783
  */
1540
1784
  ApplicationIdentifier: string | undefined;
1541
1785
  /**
1786
+ * @public
1542
1787
  * <p>The ID of the service.</p>
1543
1788
  */
1544
1789
  ServiceIdentifier: string | undefined;
@@ -1549,6 +1794,7 @@ export interface GetServiceRequest {
1549
1794
  */
1550
1795
  export interface LambdaEndpointConfig {
1551
1796
  /**
1797
+ * @public
1552
1798
  * <p>The Amazon Resource Name (ARN) of the Lambda endpoint. </p>
1553
1799
  */
1554
1800
  Arn?: string;
@@ -1559,10 +1805,12 @@ export interface LambdaEndpointConfig {
1559
1805
  */
1560
1806
  export interface UrlEndpointConfig {
1561
1807
  /**
1808
+ * @public
1562
1809
  * <p>The HTTP URL endpoint. </p>
1563
1810
  */
1564
1811
  Url?: string;
1565
1812
  /**
1813
+ * @public
1566
1814
  * <p>The health check URL of the URL endpoint type. </p>
1567
1815
  */
1568
1816
  HealthUrl?: string;
@@ -1572,46 +1820,57 @@ export interface UrlEndpointConfig {
1572
1820
  */
1573
1821
  export interface GetServiceResponse {
1574
1822
  /**
1823
+ * @public
1575
1824
  * <p>The unique identifier of the service.</p>
1576
1825
  */
1577
1826
  ServiceId?: string;
1578
1827
  /**
1828
+ * @public
1579
1829
  * <p>The name of the service.</p>
1580
1830
  */
1581
1831
  Name?: string;
1582
1832
  /**
1833
+ * @public
1583
1834
  * <p>The Amazon Resource Name (ARN) of the service.</p>
1584
1835
  */
1585
1836
  Arn?: string;
1586
1837
  /**
1838
+ * @public
1587
1839
  * <p>The Amazon Web Services account ID of the service owner.</p>
1588
1840
  */
1589
1841
  OwnerAccountId?: string;
1590
1842
  /**
1843
+ * @public
1591
1844
  * <p>The Amazon Web Services account ID of the service creator.</p>
1592
1845
  */
1593
1846
  CreatedByAccountId?: string;
1594
1847
  /**
1848
+ * @public
1595
1849
  * <p>The description of the service. </p>
1596
1850
  */
1597
1851
  Description?: string;
1598
1852
  /**
1853
+ * @public
1599
1854
  * <p>The unique identifier of the environment.</p>
1600
1855
  */
1601
1856
  EnvironmentId?: string;
1602
1857
  /**
1858
+ * @public
1603
1859
  * <p>The ID of the application.</p>
1604
1860
  */
1605
1861
  ApplicationId?: string;
1606
1862
  /**
1863
+ * @public
1607
1864
  * <p>The ID of the virtual private cloud (VPC). </p>
1608
1865
  */
1609
1866
  VpcId?: string;
1610
1867
  /**
1868
+ * @public
1611
1869
  * <p>The endpoint type of the service.</p>
1612
1870
  */
1613
1871
  EndpointType?: ServiceEndpointType | string;
1614
1872
  /**
1873
+ * @public
1615
1874
  * <p>The configuration for the URL endpoint type.</p>
1616
1875
  * <p>The <b>Url</b> isthe URL of the endpoint type.</p>
1617
1876
  * <p>The <b>HealthUrl</b> is the health check URL of the endpoint
@@ -1619,27 +1878,33 @@ export interface GetServiceResponse {
1619
1878
  */
1620
1879
  UrlEndpoint?: UrlEndpointConfig;
1621
1880
  /**
1881
+ * @public
1622
1882
  * <p>The configuration for the Lambda endpoint type.</p>
1623
1883
  * <p>The <b>Arn</b> is the Amazon Resource Name (ARN) of the Lambda function associated with this service. </p>
1624
1884
  */
1625
1885
  LambdaEndpoint?: LambdaEndpointConfig;
1626
1886
  /**
1887
+ * @public
1627
1888
  * <p>The current state of the service. </p>
1628
1889
  */
1629
1890
  State?: ServiceState | string;
1630
1891
  /**
1892
+ * @public
1631
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>
1632
1894
  */
1633
1895
  Tags?: Record<string, string>;
1634
1896
  /**
1897
+ * @public
1635
1898
  * <p>Any error associated with the service resource. </p>
1636
1899
  */
1637
1900
  Error?: ErrorResponse;
1638
1901
  /**
1902
+ * @public
1639
1903
  * <p>A timestamp that indicates when the service was last updated. </p>
1640
1904
  */
1641
1905
  LastUpdatedTime?: Date;
1642
1906
  /**
1907
+ * @public
1643
1908
  * <p>The timestamp of when the service is created.</p>
1644
1909
  */
1645
1910
  CreatedTime?: Date;
@@ -1663,6 +1928,7 @@ export declare class InvalidResourcePolicyException extends __BaseException {
1663
1928
  */
1664
1929
  export interface LambdaEndpointSummary {
1665
1930
  /**
1931
+ * @public
1666
1932
  * <p>The Amazon Resource Name (ARN) of the Lambda endpoint. </p>
1667
1933
  */
1668
1934
  Arn?: string;
@@ -1672,14 +1938,17 @@ export interface LambdaEndpointSummary {
1672
1938
  */
1673
1939
  export interface ListApplicationsRequest {
1674
1940
  /**
1941
+ * @public
1675
1942
  * <p>The ID of the environment. </p>
1676
1943
  */
1677
1944
  EnvironmentIdentifier: string | undefined;
1678
1945
  /**
1946
+ * @public
1679
1947
  * <p>The token for the next page of results.</p>
1680
1948
  */
1681
1949
  NextToken?: string;
1682
1950
  /**
1951
+ * @public
1683
1952
  * <p>The maximum number of results to return with a single call. To retrieve the remaining
1684
1953
  * results, make another call with the returned <code>nextToken</code> value.</p>
1685
1954
  */
@@ -1690,10 +1959,12 @@ export interface ListApplicationsRequest {
1690
1959
  */
1691
1960
  export interface ListApplicationsResponse {
1692
1961
  /**
1962
+ * @public
1693
1963
  * <p>The list of <code>ApplicationSummary</code> objects. </p>
1694
1964
  */
1695
1965
  ApplicationSummaryList?: ApplicationSummary[];
1696
1966
  /**
1967
+ * @public
1697
1968
  * <p>The token for the next page of results.</p>
1698
1969
  */
1699
1970
  NextToken?: string;
@@ -1703,10 +1974,12 @@ export interface ListApplicationsResponse {
1703
1974
  */
1704
1975
  export interface ListEnvironmentsRequest {
1705
1976
  /**
1977
+ * @public
1706
1978
  * <p>The token for the next page of results.</p>
1707
1979
  */
1708
1980
  NextToken?: string;
1709
1981
  /**
1982
+ * @public
1710
1983
  * <p>The maximum number of results to return with a single call. To retrieve the remaining
1711
1984
  * results, make another call with the returned <code>nextToken</code> value.</p>
1712
1985
  */
@@ -1717,10 +1990,12 @@ export interface ListEnvironmentsRequest {
1717
1990
  */
1718
1991
  export interface ListEnvironmentsResponse {
1719
1992
  /**
1993
+ * @public
1720
1994
  * <p>The list of <code>EnvironmentSummary</code> objects. </p>
1721
1995
  */
1722
1996
  EnvironmentSummaryList?: EnvironmentSummary[];
1723
1997
  /**
1998
+ * @public
1724
1999
  * <p>The token for the next page of results.</p>
1725
2000
  */
1726
2001
  NextToken?: string;
@@ -1730,14 +2005,17 @@ export interface ListEnvironmentsResponse {
1730
2005
  */
1731
2006
  export interface ListEnvironmentVpcsRequest {
1732
2007
  /**
2008
+ * @public
1733
2009
  * <p>The ID of the environment. </p>
1734
2010
  */
1735
2011
  EnvironmentIdentifier: string | undefined;
1736
2012
  /**
2013
+ * @public
1737
2014
  * <p>The token for the next page of results.</p>
1738
2015
  */
1739
2016
  NextToken?: string;
1740
2017
  /**
2018
+ * @public
1741
2019
  * <p>The maximum number of results to return with a single call. To retrieve the remaining
1742
2020
  * results, make another call with the returned <code>nextToken</code> value.</p>
1743
2021
  */
@@ -1748,10 +2026,12 @@ export interface ListEnvironmentVpcsRequest {
1748
2026
  */
1749
2027
  export interface ListEnvironmentVpcsResponse {
1750
2028
  /**
2029
+ * @public
1751
2030
  * <p>The list of <code>EnvironmentVpc</code> objects. </p>
1752
2031
  */
1753
2032
  EnvironmentVpcList?: EnvironmentVpc[];
1754
2033
  /**
2034
+ * @public
1755
2035
  * <p>The token for the next page of results.</p>
1756
2036
  */
1757
2037
  NextToken?: string;
@@ -1761,18 +2041,22 @@ export interface ListEnvironmentVpcsResponse {
1761
2041
  */
1762
2042
  export interface ListRoutesRequest {
1763
2043
  /**
2044
+ * @public
1764
2045
  * <p>The ID of the environment. </p>
1765
2046
  */
1766
2047
  EnvironmentIdentifier: string | undefined;
1767
2048
  /**
2049
+ * @public
1768
2050
  * <p>The ID of the application. </p>
1769
2051
  */
1770
2052
  ApplicationIdentifier: string | undefined;
1771
2053
  /**
2054
+ * @public
1772
2055
  * <p>The token for the next page of results.</p>
1773
2056
  */
1774
2057
  NextToken?: string;
1775
2058
  /**
2059
+ * @public
1776
2060
  * <p>The maximum number of results to return with a single call. To retrieve the remaining
1777
2061
  * results, make another call with the returned <code>nextToken</code> value.</p>
1778
2062
  */
@@ -1784,78 +2068,96 @@ export interface ListRoutesRequest {
1784
2068
  */
1785
2069
  export interface RouteSummary {
1786
2070
  /**
2071
+ * @public
1787
2072
  * <p>The unique identifier of the route. </p>
1788
2073
  */
1789
2074
  RouteId?: string;
1790
2075
  /**
2076
+ * @public
1791
2077
  * <p>The Amazon Resource Name (ARN) of the route. </p>
1792
2078
  */
1793
2079
  Arn?: string;
1794
2080
  /**
2081
+ * @public
1795
2082
  * <p>The Amazon Web Services account ID of the route owner.</p>
1796
2083
  */
1797
2084
  OwnerAccountId?: string;
1798
2085
  /**
2086
+ * @public
1799
2087
  * <p>The Amazon Web Services account ID of the route creator. </p>
1800
2088
  */
1801
2089
  CreatedByAccountId?: string;
1802
2090
  /**
2091
+ * @public
1803
2092
  * <p>The route type of the route. </p>
1804
2093
  */
1805
2094
  RouteType?: RouteType | string;
1806
2095
  /**
2096
+ * @public
1807
2097
  * <p>The unique identifier of the service. </p>
1808
2098
  */
1809
2099
  ServiceId?: string;
1810
2100
  /**
2101
+ * @public
1811
2102
  * <p>The unique identifier of the application. </p>
1812
2103
  */
1813
2104
  ApplicationId?: string;
1814
2105
  /**
2106
+ * @public
1815
2107
  * <p>The unique identifier of the environment. </p>
1816
2108
  */
1817
2109
  EnvironmentId?: string;
1818
2110
  /**
2111
+ * @public
1819
2112
  * <p>This is the path that Refactor Spaces uses to match traffic. Paths must start with <code>/</code> and are relative to
1820
2113
  * the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path \{user\} represents a path parameter called 'user'.</p>
1821
2114
  */
1822
2115
  SourcePath?: string;
1823
2116
  /**
2117
+ * @public
1824
2118
  * <p>A list of HTTP methods to match. An empty list matches all values. If a method is present,
1825
2119
  * only HTTP requests using that method are forwarded to this route’s service. </p>
1826
2120
  */
1827
2121
  Methods?: (HttpMethod | string)[];
1828
2122
  /**
2123
+ * @public
1829
2124
  * <p>Indicates whether to match all subpaths of the given source path. If this value is
1830
2125
  * <code>false</code>, requests must match the source path exactly before they are forwarded to
1831
2126
  * this route's service.</p>
1832
2127
  */
1833
2128
  IncludeChildPaths?: boolean;
1834
2129
  /**
2130
+ * @public
1835
2131
  * <p>A mapping of Amazon API Gateway path resources to resource IDs. </p>
1836
2132
  */
1837
2133
  PathResourceToId?: Record<string, string>;
1838
2134
  /**
2135
+ * @public
1839
2136
  * <p>The current state of the route. </p>
1840
2137
  */
1841
2138
  State?: RouteState | string;
1842
2139
  /**
2140
+ * @public
1843
2141
  * <p>The tags assigned to the route. </p>
1844
2142
  */
1845
2143
  Tags?: Record<string, string>;
1846
2144
  /**
2145
+ * @public
1847
2146
  * <p>Any error associated with the route resource. </p>
1848
2147
  */
1849
2148
  Error?: ErrorResponse;
1850
2149
  /**
2150
+ * @public
1851
2151
  * <p>A timestamp that indicates when the route was last updated. </p>
1852
2152
  */
1853
2153
  LastUpdatedTime?: Date;
1854
2154
  /**
2155
+ * @public
1855
2156
  * <p>A timestamp that indicates when the route is created. </p>
1856
2157
  */
1857
2158
  CreatedTime?: Date;
1858
2159
  /**
2160
+ * @public
1859
2161
  * <p>If set to <code>true</code>, this option appends the source path to the service URL endpoint.</p>
1860
2162
  */
1861
2163
  AppendSourcePath?: boolean;
@@ -1865,10 +2167,12 @@ export interface RouteSummary {
1865
2167
  */
1866
2168
  export interface ListRoutesResponse {
1867
2169
  /**
2170
+ * @public
1868
2171
  * <p>The list of <code>RouteSummary</code> objects. </p>
1869
2172
  */
1870
2173
  RouteSummaryList?: RouteSummary[];
1871
2174
  /**
2175
+ * @public
1872
2176
  * <p>The token for the next page of results.</p>
1873
2177
  */
1874
2178
  NextToken?: string;
@@ -1878,18 +2182,22 @@ export interface ListRoutesResponse {
1878
2182
  */
1879
2183
  export interface ListServicesRequest {
1880
2184
  /**
2185
+ * @public
1881
2186
  * <p>The ID of the environment. </p>
1882
2187
  */
1883
2188
  EnvironmentIdentifier: string | undefined;
1884
2189
  /**
2190
+ * @public
1885
2191
  * <p>The ID of the application. </p>
1886
2192
  */
1887
2193
  ApplicationIdentifier: string | undefined;
1888
2194
  /**
2195
+ * @public
1889
2196
  * <p>The token for the next page of results.</p>
1890
2197
  */
1891
2198
  NextToken?: string;
1892
2199
  /**
2200
+ * @public
1893
2201
  * <p>The maximum number of results to return with a single call. To retrieve the remaining
1894
2202
  * results, make another call with the returned <code>nextToken</code> value.</p>
1895
2203
  */
@@ -1901,12 +2209,14 @@ export interface ListServicesRequest {
1901
2209
  */
1902
2210
  export interface UrlEndpointSummary {
1903
2211
  /**
2212
+ * @public
1904
2213
  * <p> The URL to route traffic to. The URL must be an <a href="https://datatracker.ietf.org/doc/html/rfc3986">rfc3986-formatted URL</a>. If the
1905
2214
  * host is a domain name, the name must be resolvable over the public internet. If the scheme is
1906
2215
  * <code>https</code>, the top level domain of the host must be listed in the <a href="https://www.iana.org/domains/root/db">IANA root zone database</a>. </p>
1907
2216
  */
1908
2217
  Url?: string;
1909
2218
  /**
2219
+ * @public
1910
2220
  * <p>The health check URL of the URL endpoint type. If the URL is a public endpoint, the
1911
2221
  * <code>HealthUrl</code> must also be a public endpoint. If the URL is a private endpoint
1912
2222
  * inside a virtual private cloud (VPC), the health URL must also be a private endpoint, and the
@@ -1920,70 +2230,87 @@ export interface UrlEndpointSummary {
1920
2230
  */
1921
2231
  export interface ServiceSummary {
1922
2232
  /**
2233
+ * @public
1923
2234
  * <p>The unique identifier of the service. </p>
1924
2235
  */
1925
2236
  ServiceId?: string;
1926
2237
  /**
2238
+ * @public
1927
2239
  * <p>The name of the service. </p>
1928
2240
  */
1929
2241
  Name?: string;
1930
2242
  /**
2243
+ * @public
1931
2244
  * <p>The Amazon Resource Name (ARN) of the service. </p>
1932
2245
  */
1933
2246
  Arn?: string;
1934
2247
  /**
2248
+ * @public
1935
2249
  * <p>The Amazon Web Services account ID of the service owner.</p>
1936
2250
  */
1937
2251
  OwnerAccountId?: string;
1938
2252
  /**
2253
+ * @public
1939
2254
  * <p>The Amazon Web Services account ID of the service creator. </p>
1940
2255
  */
1941
2256
  CreatedByAccountId?: string;
1942
2257
  /**
2258
+ * @public
1943
2259
  * <p>A description of the service. </p>
1944
2260
  */
1945
2261
  Description?: string;
1946
2262
  /**
2263
+ * @public
1947
2264
  * <p>The unique identifier of the environment. </p>
1948
2265
  */
1949
2266
  EnvironmentId?: string;
1950
2267
  /**
2268
+ * @public
1951
2269
  * <p>The unique identifier of the application. </p>
1952
2270
  */
1953
2271
  ApplicationId?: string;
1954
2272
  /**
2273
+ * @public
1955
2274
  * <p>The ID of the virtual private cloud (VPC). </p>
1956
2275
  */
1957
2276
  VpcId?: string;
1958
2277
  /**
2278
+ * @public
1959
2279
  * <p>The endpoint type of the service. </p>
1960
2280
  */
1961
2281
  EndpointType?: ServiceEndpointType | string;
1962
2282
  /**
2283
+ * @public
1963
2284
  * <p>The summary of the configuration for the URL endpoint type. </p>
1964
2285
  */
1965
2286
  UrlEndpoint?: UrlEndpointSummary;
1966
2287
  /**
2288
+ * @public
1967
2289
  * <p>A summary of the configuration for the Lambda endpoint type. </p>
1968
2290
  */
1969
2291
  LambdaEndpoint?: LambdaEndpointSummary;
1970
2292
  /**
2293
+ * @public
1971
2294
  * <p>The current state of the service. </p>
1972
2295
  */
1973
2296
  State?: ServiceState | string;
1974
2297
  /**
2298
+ * @public
1975
2299
  * <p>The tags assigned to the service. </p>
1976
2300
  */
1977
2301
  Tags?: Record<string, string>;
1978
2302
  /**
2303
+ * @public
1979
2304
  * <p>Any error associated with the service resource. </p>
1980
2305
  */
1981
2306
  Error?: ErrorResponse;
1982
2307
  /**
2308
+ * @public
1983
2309
  * <p>A timestamp that indicates when the service was last updated. </p>
1984
2310
  */
1985
2311
  LastUpdatedTime?: Date;
1986
2312
  /**
2313
+ * @public
1987
2314
  * <p>A timestamp that indicates when the service is created. </p>
1988
2315
  */
1989
2316
  CreatedTime?: Date;
@@ -1993,10 +2320,12 @@ export interface ServiceSummary {
1993
2320
  */
1994
2321
  export interface ListServicesResponse {
1995
2322
  /**
2323
+ * @public
1996
2324
  * <p> The list of <code>ServiceSummary</code> objects. </p>
1997
2325
  */
1998
2326
  ServiceSummaryList?: ServiceSummary[];
1999
2327
  /**
2328
+ * @public
2000
2329
  * <p>The token for the next page of results.</p>
2001
2330
  */
2002
2331
  NextToken?: string;
@@ -2006,6 +2335,7 @@ export interface ListServicesResponse {
2006
2335
  */
2007
2336
  export interface ListTagsForResourceRequest {
2008
2337
  /**
2338
+ * @public
2009
2339
  * <p>The Amazon Resource Name (ARN) of the resource. </p>
2010
2340
  */
2011
2341
  ResourceArn: string | undefined;
@@ -2015,6 +2345,7 @@ export interface ListTagsForResourceRequest {
2015
2345
  */
2016
2346
  export interface ListTagsForResourceResponse {
2017
2347
  /**
2348
+ * @public
2018
2349
  * <p>The list of tags assigned to the resource. </p>
2019
2350
  */
2020
2351
  Tags?: Record<string, string>;
@@ -2024,11 +2355,13 @@ export interface ListTagsForResourceResponse {
2024
2355
  */
2025
2356
  export interface PutResourcePolicyRequest {
2026
2357
  /**
2358
+ * @public
2027
2359
  * <p>The Amazon Resource Name (ARN) of the resource to which the policy is being attached.
2028
2360
  * </p>
2029
2361
  */
2030
2362
  ResourceArn: string | undefined;
2031
2363
  /**
2364
+ * @public
2032
2365
  * <p>A JSON-formatted string for an Amazon Web Services resource-based policy. </p>
2033
2366
  */
2034
2367
  Policy: string | undefined;
@@ -2043,10 +2376,12 @@ export interface PutResourcePolicyResponse {
2043
2376
  */
2044
2377
  export interface TagResourceRequest {
2045
2378
  /**
2379
+ * @public
2046
2380
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
2047
2381
  */
2048
2382
  ResourceArn: string | undefined;
2049
2383
  /**
2384
+ * @public
2050
2385
  * <p>The new or modified tags for the resource.</p>
2051
2386
  */
2052
2387
  Tags: Record<string, string> | undefined;
@@ -2061,10 +2396,12 @@ export interface TagResourceResponse {
2061
2396
  */
2062
2397
  export interface UntagResourceRequest {
2063
2398
  /**
2399
+ * @public
2064
2400
  * <p>The Amazon Resource Name (ARN) of the resource. </p>
2065
2401
  */
2066
2402
  ResourceArn: string | undefined;
2067
2403
  /**
2404
+ * @public
2068
2405
  * <p>The list of keys of the tags to be removed from the resource. </p>
2069
2406
  */
2070
2407
  TagKeys: string[] | undefined;
@@ -2079,18 +2416,22 @@ export interface UntagResourceResponse {
2079
2416
  */
2080
2417
  export interface UpdateRouteRequest {
2081
2418
  /**
2419
+ * @public
2082
2420
  * <p> The ID of the environment in which the route is being updated. </p>
2083
2421
  */
2084
2422
  EnvironmentIdentifier: string | undefined;
2085
2423
  /**
2424
+ * @public
2086
2425
  * <p> The ID of the application within which the route is being updated. </p>
2087
2426
  */
2088
2427
  ApplicationIdentifier: string | undefined;
2089
2428
  /**
2429
+ * @public
2090
2430
  * <p> The unique identifier of the route to update. </p>
2091
2431
  */
2092
2432
  RouteIdentifier: string | undefined;
2093
2433
  /**
2434
+ * @public
2094
2435
  * <p> If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the
2095
2436
  * route is updated. </p>
2096
2437
  */
@@ -2101,10 +2442,12 @@ export interface UpdateRouteRequest {
2101
2442
  */
2102
2443
  export interface UpdateRouteResponse {
2103
2444
  /**
2445
+ * @public
2104
2446
  * <p> The unique identifier of the route. </p>
2105
2447
  */
2106
2448
  RouteId?: string;
2107
2449
  /**
2450
+ * @public
2108
2451
  * <p> The Amazon Resource Name (ARN) of the route. The format for this ARN is
2109
2452
  * <code>arn:aws:refactor-spaces:<i>region</i>:<i>account-id</i>:<i>resource-type/resource-id</i>
2110
2453
  * </code>. For more information about ARNs,
@@ -2114,19 +2457,23 @@ export interface UpdateRouteResponse {
2114
2457
  */
2115
2458
  Arn?: string;
2116
2459
  /**
2460
+ * @public
2117
2461
  * <p> The ID of service in which the route was created. Traffic that matches this route is
2118
2462
  * forwarded to this service. </p>
2119
2463
  */
2120
2464
  ServiceId?: string;
2121
2465
  /**
2466
+ * @public
2122
2467
  * <p> The ID of the application in which the route is being updated. </p>
2123
2468
  */
2124
2469
  ApplicationId?: string;
2125
2470
  /**
2471
+ * @public
2126
2472
  * <p> The current state of the route. </p>
2127
2473
  */
2128
2474
  State?: RouteState | string;
2129
2475
  /**
2476
+ * @public
2130
2477
  * <p> A timestamp that indicates when the route was last updated. </p>
2131
2478
  */
2132
2479
  LastUpdatedTime?: Date;