aws-sdk-apigatewayv2 1.85.0 → 1.86.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.
data/sig/types.rbs CHANGED
@@ -8,11 +8,22 @@
8
8
  module Aws::ApiGatewayV2
9
9
  module Types
10
10
 
11
+ class ACMManaged
12
+ attr_accessor certificate_arn: ::String
13
+ attr_accessor domain_name: ::String
14
+ SENSITIVE: []
15
+ end
16
+
11
17
  class AccessDeniedException
12
18
  attr_accessor message: ::String
13
19
  SENSITIVE: []
14
20
  end
15
21
 
22
+ class AccessDeniedExceptionResponseContent
23
+ attr_accessor message: ::String
24
+ SENSITIVE: []
25
+ end
26
+
16
27
  class AccessLogSettings
17
28
  attr_accessor destination_arn: ::String
18
29
  attr_accessor format: ::String
@@ -60,6 +71,12 @@ module Aws::ApiGatewayV2
60
71
  SENSITIVE: []
61
72
  end
62
73
 
74
+ class Authorization
75
+ attr_accessor cognito_config: Types::CognitoConfig
76
+ attr_accessor none: Types::None
77
+ SENSITIVE: []
78
+ end
79
+
63
80
  class Authorizer
64
81
  attr_accessor authorizer_credentials_arn: ::String
65
82
  attr_accessor authorizer_id: ::String
@@ -86,11 +103,28 @@ module Aws::ApiGatewayV2
86
103
  SENSITIVE: []
87
104
  end
88
105
 
106
+ class BadRequestExceptionResponseContent
107
+ attr_accessor message: ::String
108
+ SENSITIVE: []
109
+ end
110
+
111
+ class CognitoConfig
112
+ attr_accessor app_client_id: ::String
113
+ attr_accessor user_pool_arn: ::String
114
+ attr_accessor user_pool_domain: ::String
115
+ SENSITIVE: []
116
+ end
117
+
89
118
  class ConflictException
90
119
  attr_accessor message: ::String
91
120
  SENSITIVE: []
92
121
  end
93
122
 
123
+ class ConflictExceptionResponseContent
124
+ attr_accessor message: ::String
125
+ SENSITIVE: []
126
+ end
127
+
94
128
  class Cors
95
129
  attr_accessor allow_credentials: bool
96
130
  attr_accessor allow_headers: ::Array[::String]
@@ -399,6 +433,164 @@ module Aws::ApiGatewayV2
399
433
  SENSITIVE: []
400
434
  end
401
435
 
436
+ class CreatePortalProductRequest
437
+ attr_accessor description: ::String
438
+ attr_accessor display_name: ::String
439
+ attr_accessor tags: ::Hash[::String, ::String]
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class CreatePortalProductRequestContent
444
+ attr_accessor description: ::String
445
+ attr_accessor display_name: ::String
446
+ attr_accessor tags: ::Hash[::String, ::String]
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class CreatePortalProductResponse
451
+ attr_accessor description: ::String
452
+ attr_accessor display_name: ::String
453
+ attr_accessor display_order: Types::DisplayOrder
454
+ attr_accessor last_modified: ::Time
455
+ attr_accessor portal_product_arn: ::String
456
+ attr_accessor portal_product_id: ::String
457
+ attr_accessor tags: ::Hash[::String, ::String]
458
+ SENSITIVE: []
459
+ end
460
+
461
+ class CreatePortalProductResponseContent
462
+ attr_accessor description: ::String
463
+ attr_accessor display_name: ::String
464
+ attr_accessor display_order: Types::DisplayOrder
465
+ attr_accessor last_modified: ::Time
466
+ attr_accessor portal_product_arn: ::String
467
+ attr_accessor portal_product_id: ::String
468
+ attr_accessor tags: ::Hash[::String, ::String]
469
+ SENSITIVE: []
470
+ end
471
+
472
+ class CreatePortalRequest
473
+ attr_accessor authorization: Types::Authorization
474
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationRequest
475
+ attr_accessor included_portal_product_arns: ::Array[::String]
476
+ attr_accessor logo_uri: ::String
477
+ attr_accessor portal_content: Types::PortalContent
478
+ attr_accessor rum_app_monitor_name: ::String
479
+ attr_accessor tags: ::Hash[::String, ::String]
480
+ SENSITIVE: []
481
+ end
482
+
483
+ class CreatePortalRequestContent
484
+ attr_accessor authorization: Types::Authorization
485
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationRequest
486
+ attr_accessor included_portal_product_arns: ::Array[::String]
487
+ attr_accessor logo_uri: ::String
488
+ attr_accessor portal_content: Types::PortalContent
489
+ attr_accessor rum_app_monitor_name: ::String
490
+ attr_accessor tags: ::Hash[::String, ::String]
491
+ SENSITIVE: []
492
+ end
493
+
494
+ class CreatePortalResponse
495
+ attr_accessor authorization: Types::Authorization
496
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationResponse
497
+ attr_accessor included_portal_product_arns: ::Array[::String]
498
+ attr_accessor last_modified: ::Time
499
+ attr_accessor last_published: ::Time
500
+ attr_accessor last_published_description: ::String
501
+ attr_accessor portal_arn: ::String
502
+ attr_accessor portal_content: Types::PortalContent
503
+ attr_accessor portal_id: ::String
504
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
505
+ attr_accessor rum_app_monitor_name: ::String
506
+ attr_accessor status_exception: Types::StatusException
507
+ attr_accessor tags: ::Hash[::String, ::String]
508
+ SENSITIVE: []
509
+ end
510
+
511
+ class CreatePortalResponseContent
512
+ attr_accessor authorization: Types::Authorization
513
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationResponse
514
+ attr_accessor included_portal_product_arns: ::Array[::String]
515
+ attr_accessor last_modified: ::Time
516
+ attr_accessor last_published: ::Time
517
+ attr_accessor last_published_description: ::String
518
+ attr_accessor portal_arn: ::String
519
+ attr_accessor portal_content: Types::PortalContent
520
+ attr_accessor portal_id: ::String
521
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
522
+ attr_accessor rum_app_monitor_name: ::String
523
+ attr_accessor status_exception: Types::StatusException
524
+ attr_accessor tags: ::Hash[::String, ::String]
525
+ SENSITIVE: []
526
+ end
527
+
528
+ class CreateProductPageRequest
529
+ attr_accessor display_content: Types::DisplayContent
530
+ attr_accessor portal_product_id: ::String
531
+ SENSITIVE: []
532
+ end
533
+
534
+ class CreateProductPageRequestContent
535
+ attr_accessor display_content: Types::DisplayContent
536
+ SENSITIVE: []
537
+ end
538
+
539
+ class CreateProductPageResponse
540
+ attr_accessor display_content: Types::DisplayContent
541
+ attr_accessor last_modified: ::Time
542
+ attr_accessor product_page_arn: ::String
543
+ attr_accessor product_page_id: ::String
544
+ SENSITIVE: []
545
+ end
546
+
547
+ class CreateProductPageResponseContent
548
+ attr_accessor display_content: Types::DisplayContent
549
+ attr_accessor last_modified: ::Time
550
+ attr_accessor product_page_arn: ::String
551
+ attr_accessor product_page_id: ::String
552
+ SENSITIVE: []
553
+ end
554
+
555
+ class CreateProductRestEndpointPageRequest
556
+ attr_accessor display_content: Types::EndpointDisplayContent
557
+ attr_accessor portal_product_id: ::String
558
+ attr_accessor rest_endpoint_identifier: Types::RestEndpointIdentifier
559
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
560
+ SENSITIVE: []
561
+ end
562
+
563
+ class CreateProductRestEndpointPageRequestContent
564
+ attr_accessor display_content: Types::EndpointDisplayContent
565
+ attr_accessor rest_endpoint_identifier: Types::RestEndpointIdentifier
566
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
567
+ SENSITIVE: []
568
+ end
569
+
570
+ class CreateProductRestEndpointPageResponse
571
+ attr_accessor display_content: Types::EndpointDisplayContentResponse
572
+ attr_accessor last_modified: ::Time
573
+ attr_accessor product_rest_endpoint_page_arn: ::String
574
+ attr_accessor product_rest_endpoint_page_id: ::String
575
+ attr_accessor rest_endpoint_identifier: Types::RestEndpointIdentifier
576
+ attr_accessor status: ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
577
+ attr_accessor status_exception: Types::StatusException
578
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
579
+ SENSITIVE: []
580
+ end
581
+
582
+ class CreateProductRestEndpointPageResponseContent
583
+ attr_accessor display_content: Types::EndpointDisplayContentResponse
584
+ attr_accessor last_modified: ::Time
585
+ attr_accessor product_rest_endpoint_page_arn: ::String
586
+ attr_accessor product_rest_endpoint_page_id: ::String
587
+ attr_accessor rest_endpoint_identifier: Types::RestEndpointIdentifier
588
+ attr_accessor status: ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
589
+ attr_accessor status_exception: Types::StatusException
590
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
591
+ SENSITIVE: []
592
+ end
593
+
402
594
  class CreateRouteInput
403
595
  attr_accessor api_key_required: bool
404
596
  attr_accessor authorization_scopes: ::Array[::String]
@@ -568,6 +760,16 @@ module Aws::ApiGatewayV2
568
760
  SENSITIVE: []
569
761
  end
570
762
 
763
+ class CustomColors
764
+ attr_accessor accent_color: ::String
765
+ attr_accessor background_color: ::String
766
+ attr_accessor error_validation_color: ::String
767
+ attr_accessor header_color: ::String
768
+ attr_accessor navigation_color: ::String
769
+ attr_accessor text_color: ::String
770
+ SENSITIVE: []
771
+ end
772
+
571
773
  class DeleteAccessLogSettingsRequest
572
774
  attr_accessor api_id: ::String
573
775
  attr_accessor stage_name: ::String
@@ -626,6 +828,33 @@ module Aws::ApiGatewayV2
626
828
  SENSITIVE: []
627
829
  end
628
830
 
831
+ class DeletePortalProductRequest
832
+ attr_accessor portal_product_id: ::String
833
+ SENSITIVE: []
834
+ end
835
+
836
+ class DeletePortalProductSharingPolicyRequest
837
+ attr_accessor portal_product_id: ::String
838
+ SENSITIVE: []
839
+ end
840
+
841
+ class DeletePortalRequest
842
+ attr_accessor portal_id: ::String
843
+ SENSITIVE: []
844
+ end
845
+
846
+ class DeleteProductPageRequest
847
+ attr_accessor portal_product_id: ::String
848
+ attr_accessor product_page_id: ::String
849
+ SENSITIVE: []
850
+ end
851
+
852
+ class DeleteProductRestEndpointPageRequest
853
+ attr_accessor portal_product_id: ::String
854
+ attr_accessor product_rest_endpoint_page_id: ::String
855
+ SENSITIVE: []
856
+ end
857
+
629
858
  class DeleteRouteRequest
630
859
  attr_accessor api_id: ::String
631
860
  attr_accessor route_id: ::String
@@ -690,6 +919,31 @@ module Aws::ApiGatewayV2
690
919
  SENSITIVE: []
691
920
  end
692
921
 
922
+ class DisablePortalRequest
923
+ attr_accessor portal_id: ::String
924
+ SENSITIVE: []
925
+ end
926
+
927
+ class DisplayContent
928
+ attr_accessor body: ::String
929
+ attr_accessor title: ::String
930
+ SENSITIVE: []
931
+ end
932
+
933
+ class DisplayContentOverrides
934
+ attr_accessor body: ::String
935
+ attr_accessor endpoint: ::String
936
+ attr_accessor operation_name: ::String
937
+ SENSITIVE: []
938
+ end
939
+
940
+ class DisplayOrder
941
+ attr_accessor contents: ::Array[Types::Section]
942
+ attr_accessor overview_page_arn: ::String
943
+ attr_accessor product_page_arns: ::Array[::String]
944
+ SENSITIVE: []
945
+ end
946
+
693
947
  class DomainName
694
948
  attr_accessor api_mapping_selection_expression: ::String
695
949
  attr_accessor domain_name: ::String
@@ -722,6 +976,33 @@ module Aws::ApiGatewayV2
722
976
  SENSITIVE: []
723
977
  end
724
978
 
979
+ class EndpointConfigurationRequest
980
+ attr_accessor acm_managed: Types::ACMManaged
981
+ attr_accessor none: Types::None
982
+ SENSITIVE: []
983
+ end
984
+
985
+ class EndpointConfigurationResponse
986
+ attr_accessor certificate_arn: ::String
987
+ attr_accessor domain_name: ::String
988
+ attr_accessor portal_default_domain_name: ::String
989
+ attr_accessor portal_domain_hosted_zone_id: ::String
990
+ SENSITIVE: []
991
+ end
992
+
993
+ class EndpointDisplayContent
994
+ attr_accessor none: Types::None
995
+ attr_accessor overrides: Types::DisplayContentOverrides
996
+ SENSITIVE: []
997
+ end
998
+
999
+ class EndpointDisplayContentResponse
1000
+ attr_accessor body: ::String
1001
+ attr_accessor endpoint: ::String
1002
+ attr_accessor operation_name: ::String
1003
+ SENSITIVE: []
1004
+ end
1005
+
725
1006
  class ExportApiRequest
726
1007
  attr_accessor api_id: ::String
727
1008
  attr_accessor export_version: ::String
@@ -1012,6 +1293,149 @@ module Aws::ApiGatewayV2
1012
1293
  SENSITIVE: []
1013
1294
  end
1014
1295
 
1296
+ class GetPortalProductRequest
1297
+ attr_accessor portal_product_id: ::String
1298
+ attr_accessor resource_owner_account_id: ::String
1299
+ SENSITIVE: []
1300
+ end
1301
+
1302
+ class GetPortalProductResponse
1303
+ attr_accessor description: ::String
1304
+ attr_accessor display_name: ::String
1305
+ attr_accessor display_order: Types::DisplayOrder
1306
+ attr_accessor last_modified: ::Time
1307
+ attr_accessor portal_product_arn: ::String
1308
+ attr_accessor portal_product_id: ::String
1309
+ attr_accessor tags: ::Hash[::String, ::String]
1310
+ SENSITIVE: []
1311
+ end
1312
+
1313
+ class GetPortalProductResponseContent
1314
+ attr_accessor description: ::String
1315
+ attr_accessor display_name: ::String
1316
+ attr_accessor display_order: Types::DisplayOrder
1317
+ attr_accessor last_modified: ::Time
1318
+ attr_accessor portal_product_arn: ::String
1319
+ attr_accessor portal_product_id: ::String
1320
+ attr_accessor tags: ::Hash[::String, ::String]
1321
+ SENSITIVE: []
1322
+ end
1323
+
1324
+ class GetPortalProductSharingPolicyRequest
1325
+ attr_accessor portal_product_id: ::String
1326
+ SENSITIVE: []
1327
+ end
1328
+
1329
+ class GetPortalProductSharingPolicyResponse
1330
+ attr_accessor policy_document: ::String
1331
+ attr_accessor portal_product_id: ::String
1332
+ SENSITIVE: []
1333
+ end
1334
+
1335
+ class GetPortalProductSharingPolicyResponseContent
1336
+ attr_accessor policy_document: ::String
1337
+ attr_accessor portal_product_id: ::String
1338
+ SENSITIVE: []
1339
+ end
1340
+
1341
+ class GetPortalRequest
1342
+ attr_accessor portal_id: ::String
1343
+ SENSITIVE: []
1344
+ end
1345
+
1346
+ class GetPortalResponse
1347
+ attr_accessor authorization: Types::Authorization
1348
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationResponse
1349
+ attr_accessor included_portal_product_arns: ::Array[::String]
1350
+ attr_accessor last_modified: ::Time
1351
+ attr_accessor last_published: ::Time
1352
+ attr_accessor last_published_description: ::String
1353
+ attr_accessor portal_arn: ::String
1354
+ attr_accessor portal_content: Types::PortalContent
1355
+ attr_accessor portal_id: ::String
1356
+ attr_accessor preview: Types::Preview
1357
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
1358
+ attr_accessor rum_app_monitor_name: ::String
1359
+ attr_accessor status_exception: Types::StatusException
1360
+ attr_accessor tags: ::Hash[::String, ::String]
1361
+ SENSITIVE: []
1362
+ end
1363
+
1364
+ class GetPortalResponseContent
1365
+ attr_accessor authorization: Types::Authorization
1366
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationResponse
1367
+ attr_accessor included_portal_product_arns: ::Array[::String]
1368
+ attr_accessor last_modified: ::Time
1369
+ attr_accessor last_published: ::Time
1370
+ attr_accessor last_published_description: ::String
1371
+ attr_accessor portal_arn: ::String
1372
+ attr_accessor portal_content: Types::PortalContent
1373
+ attr_accessor portal_id: ::String
1374
+ attr_accessor preview: Types::Preview
1375
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
1376
+ attr_accessor rum_app_monitor_name: ::String
1377
+ attr_accessor status_exception: Types::StatusException
1378
+ attr_accessor tags: ::Hash[::String, ::String]
1379
+ SENSITIVE: []
1380
+ end
1381
+
1382
+ class GetProductPageRequest
1383
+ attr_accessor portal_product_id: ::String
1384
+ attr_accessor product_page_id: ::String
1385
+ attr_accessor resource_owner_account_id: ::String
1386
+ SENSITIVE: []
1387
+ end
1388
+
1389
+ class GetProductPageResponse
1390
+ attr_accessor display_content: Types::DisplayContent
1391
+ attr_accessor last_modified: ::Time
1392
+ attr_accessor product_page_arn: ::String
1393
+ attr_accessor product_page_id: ::String
1394
+ SENSITIVE: []
1395
+ end
1396
+
1397
+ class GetProductPageResponseContent
1398
+ attr_accessor display_content: Types::DisplayContent
1399
+ attr_accessor last_modified: ::Time
1400
+ attr_accessor product_page_arn: ::String
1401
+ attr_accessor product_page_id: ::String
1402
+ SENSITIVE: []
1403
+ end
1404
+
1405
+ class GetProductRestEndpointPageRequest
1406
+ attr_accessor include_raw_display_content: ::String
1407
+ attr_accessor portal_product_id: ::String
1408
+ attr_accessor product_rest_endpoint_page_id: ::String
1409
+ attr_accessor resource_owner_account_id: ::String
1410
+ SENSITIVE: []
1411
+ end
1412
+
1413
+ class GetProductRestEndpointPageResponse
1414
+ attr_accessor display_content: Types::EndpointDisplayContentResponse
1415
+ attr_accessor last_modified: ::Time
1416
+ attr_accessor product_rest_endpoint_page_arn: ::String
1417
+ attr_accessor product_rest_endpoint_page_id: ::String
1418
+ attr_accessor raw_display_content: ::String
1419
+ attr_accessor rest_endpoint_identifier: Types::RestEndpointIdentifier
1420
+ attr_accessor status: ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
1421
+ attr_accessor status_exception: Types::StatusException
1422
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
1423
+ SENSITIVE: []
1424
+ end
1425
+
1426
+ class GetProductRestEndpointPageResponseContent
1427
+ attr_accessor display_content: Types::EndpointDisplayContentResponse
1428
+ attr_accessor last_modified: ::Time
1429
+ attr_accessor product_rest_endpoint_page_arn: ::String
1430
+ attr_accessor product_rest_endpoint_page_id: ::String
1431
+ attr_accessor raw_display_content: ::String
1432
+ attr_accessor rest_endpoint_identifier: Types::RestEndpointIdentifier
1433
+ attr_accessor status: ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
1434
+ attr_accessor status_exception: Types::StatusException
1435
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
1436
+ SENSITIVE: []
1437
+ end
1438
+
1015
1439
  class GetRouteRequest
1016
1440
  attr_accessor api_id: ::String
1017
1441
  attr_accessor route_id: ::String
@@ -1185,6 +1609,14 @@ module Aws::ApiGatewayV2
1185
1609
  SENSITIVE: []
1186
1610
  end
1187
1611
 
1612
+ class IdentifierParts
1613
+ attr_accessor method: ::String
1614
+ attr_accessor path: ::String
1615
+ attr_accessor rest_api_id: ::String
1616
+ attr_accessor stage: ::String
1617
+ SENSITIVE: []
1618
+ end
1619
+
1188
1620
  class ImportApiInput
1189
1621
  attr_accessor body: ::String
1190
1622
  SENSITIVE: []
@@ -1276,6 +1708,89 @@ module Aws::ApiGatewayV2
1276
1708
  SENSITIVE: []
1277
1709
  end
1278
1710
 
1711
+ class LimitExceededExceptionResponseContent
1712
+ attr_accessor limit_type: ::String
1713
+ attr_accessor message: ::String
1714
+ SENSITIVE: []
1715
+ end
1716
+
1717
+ class ListPortalProductsRequest
1718
+ attr_accessor max_results: ::String
1719
+ attr_accessor next_token: ::String
1720
+ attr_accessor resource_owner: ::String
1721
+ SENSITIVE: []
1722
+ end
1723
+
1724
+ class ListPortalProductsResponse
1725
+ attr_accessor items: ::Array[Types::PortalProductSummary]
1726
+ attr_accessor next_token: ::String
1727
+ SENSITIVE: []
1728
+ end
1729
+
1730
+ class ListPortalProductsResponseContent
1731
+ attr_accessor items: ::Array[Types::PortalProductSummary]
1732
+ attr_accessor next_token: ::String
1733
+ SENSITIVE: []
1734
+ end
1735
+
1736
+ class ListPortalsRequest
1737
+ attr_accessor max_results: ::String
1738
+ attr_accessor next_token: ::String
1739
+ SENSITIVE: []
1740
+ end
1741
+
1742
+ class ListPortalsResponse
1743
+ attr_accessor items: ::Array[Types::PortalSummary]
1744
+ attr_accessor next_token: ::String
1745
+ SENSITIVE: []
1746
+ end
1747
+
1748
+ class ListPortalsResponseContent
1749
+ attr_accessor items: ::Array[Types::PortalSummary]
1750
+ attr_accessor next_token: ::String
1751
+ SENSITIVE: []
1752
+ end
1753
+
1754
+ class ListProductPagesRequest
1755
+ attr_accessor max_results: ::String
1756
+ attr_accessor next_token: ::String
1757
+ attr_accessor portal_product_id: ::String
1758
+ attr_accessor resource_owner_account_id: ::String
1759
+ SENSITIVE: []
1760
+ end
1761
+
1762
+ class ListProductPagesResponse
1763
+ attr_accessor items: ::Array[Types::ProductPageSummaryNoBody]
1764
+ attr_accessor next_token: ::String
1765
+ SENSITIVE: []
1766
+ end
1767
+
1768
+ class ListProductPagesResponseContent
1769
+ attr_accessor items: ::Array[Types::ProductPageSummaryNoBody]
1770
+ attr_accessor next_token: ::String
1771
+ SENSITIVE: []
1772
+ end
1773
+
1774
+ class ListProductRestEndpointPagesRequest
1775
+ attr_accessor max_results: ::String
1776
+ attr_accessor next_token: ::String
1777
+ attr_accessor portal_product_id: ::String
1778
+ attr_accessor resource_owner_account_id: ::String
1779
+ SENSITIVE: []
1780
+ end
1781
+
1782
+ class ListProductRestEndpointPagesResponse
1783
+ attr_accessor items: ::Array[Types::ProductRestEndpointPageSummaryNoBody]
1784
+ attr_accessor next_token: ::String
1785
+ SENSITIVE: []
1786
+ end
1787
+
1788
+ class ListProductRestEndpointPagesResponseContent
1789
+ attr_accessor items: ::Array[Types::ProductRestEndpointPageSummaryNoBody]
1790
+ attr_accessor next_token: ::String
1791
+ SENSITIVE: []
1792
+ end
1793
+
1279
1794
  class Model
1280
1795
  attr_accessor content_type: ::String
1281
1796
  attr_accessor description: ::String
@@ -1304,17 +1819,131 @@ module Aws::ApiGatewayV2
1304
1819
  SENSITIVE: []
1305
1820
  end
1306
1821
 
1822
+ class None < Aws::EmptyStructure
1823
+ end
1824
+
1307
1825
  class NotFoundException
1308
1826
  attr_accessor message: ::String
1309
1827
  attr_accessor resource_type: ::String
1310
1828
  SENSITIVE: []
1311
1829
  end
1312
1830
 
1831
+ class NotFoundExceptionResponseContent
1832
+ attr_accessor message: ::String
1833
+ attr_accessor resource_type: ::String
1834
+ SENSITIVE: []
1835
+ end
1836
+
1313
1837
  class ParameterConstraints
1314
1838
  attr_accessor required: bool
1315
1839
  SENSITIVE: []
1316
1840
  end
1317
1841
 
1842
+ class PortalContent
1843
+ attr_accessor description: ::String
1844
+ attr_accessor display_name: ::String
1845
+ attr_accessor theme: Types::PortalTheme
1846
+ SENSITIVE: []
1847
+ end
1848
+
1849
+ class PortalProductSummary
1850
+ attr_accessor description: ::String
1851
+ attr_accessor display_name: ::String
1852
+ attr_accessor last_modified: ::Time
1853
+ attr_accessor portal_product_arn: ::String
1854
+ attr_accessor portal_product_id: ::String
1855
+ attr_accessor tags: ::Hash[::String, ::String]
1856
+ SENSITIVE: []
1857
+ end
1858
+
1859
+ class PortalSummary
1860
+ attr_accessor authorization: Types::Authorization
1861
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationResponse
1862
+ attr_accessor included_portal_product_arns: ::Array[::String]
1863
+ attr_accessor last_modified: ::Time
1864
+ attr_accessor last_published: ::Time
1865
+ attr_accessor last_published_description: ::String
1866
+ attr_accessor portal_arn: ::String
1867
+ attr_accessor portal_content: Types::PortalContent
1868
+ attr_accessor portal_id: ::String
1869
+ attr_accessor preview: Types::Preview
1870
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
1871
+ attr_accessor rum_app_monitor_name: ::String
1872
+ attr_accessor status_exception: Types::StatusException
1873
+ attr_accessor tags: ::Hash[::String, ::String]
1874
+ SENSITIVE: []
1875
+ end
1876
+
1877
+ class PortalTheme
1878
+ attr_accessor custom_colors: Types::CustomColors
1879
+ attr_accessor logo_last_uploaded: ::Time
1880
+ SENSITIVE: []
1881
+ end
1882
+
1883
+ class Preview
1884
+ attr_accessor preview_status: ("PREVIEW_IN_PROGRESS" | "PREVIEW_FAILED" | "PREVIEW_READY")
1885
+ attr_accessor preview_url: ::String
1886
+ attr_accessor status_exception: Types::StatusException
1887
+ SENSITIVE: []
1888
+ end
1889
+
1890
+ class PreviewPortalRequest
1891
+ attr_accessor portal_id: ::String
1892
+ SENSITIVE: []
1893
+ end
1894
+
1895
+ class PreviewPortalResponse < Aws::EmptyStructure
1896
+ end
1897
+
1898
+ class ProductPageSummaryNoBody
1899
+ attr_accessor last_modified: ::Time
1900
+ attr_accessor page_title: ::String
1901
+ attr_accessor product_page_arn: ::String
1902
+ attr_accessor product_page_id: ::String
1903
+ SENSITIVE: []
1904
+ end
1905
+
1906
+ class ProductRestEndpointPageSummaryNoBody
1907
+ attr_accessor endpoint: ::String
1908
+ attr_accessor last_modified: ::Time
1909
+ attr_accessor operation_name: ::String
1910
+ attr_accessor product_rest_endpoint_page_arn: ::String
1911
+ attr_accessor product_rest_endpoint_page_id: ::String
1912
+ attr_accessor rest_endpoint_identifier: Types::RestEndpointIdentifier
1913
+ attr_accessor status: ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
1914
+ attr_accessor status_exception: Types::StatusException
1915
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
1916
+ SENSITIVE: []
1917
+ end
1918
+
1919
+ class PublishPortalRequest
1920
+ attr_accessor description: ::String
1921
+ attr_accessor portal_id: ::String
1922
+ SENSITIVE: []
1923
+ end
1924
+
1925
+ class PublishPortalRequestContent
1926
+ attr_accessor description: ::String
1927
+ SENSITIVE: []
1928
+ end
1929
+
1930
+ class PublishPortalResponse < Aws::EmptyStructure
1931
+ end
1932
+
1933
+ class PutPortalProductSharingPolicyRequest
1934
+ attr_accessor policy_document: ::String
1935
+ attr_accessor portal_product_id: ::String
1936
+ SENSITIVE: []
1937
+ end
1938
+
1939
+ class PutPortalProductSharingPolicyRequestContent
1940
+ attr_accessor policy_document: ::String
1941
+ SENSITIVE: []
1942
+ end
1943
+
1944
+ class PutPortalProductSharingPolicyResponse < Aws::EmptyStructure
1945
+ end
1946
+
1318
1947
  class PutRoutingRuleRequest
1319
1948
  attr_accessor actions: ::Array[Types::RoutingRuleAction]
1320
1949
  attr_accessor conditions: ::Array[Types::RoutingRuleCondition]
@@ -1368,6 +1997,11 @@ module Aws::ApiGatewayV2
1368
1997
  SENSITIVE: []
1369
1998
  end
1370
1999
 
2000
+ class RestEndpointIdentifier
2001
+ attr_accessor identifier_parts: Types::IdentifierParts
2002
+ SENSITIVE: []
2003
+ end
2004
+
1371
2005
  class Route
1372
2006
  attr_accessor api_gateway_managed: bool
1373
2007
  attr_accessor api_key_required: bool
@@ -1471,6 +2105,12 @@ module Aws::ApiGatewayV2
1471
2105
  SENSITIVE: []
1472
2106
  end
1473
2107
 
2108
+ class Section
2109
+ attr_accessor product_rest_endpoint_page_arns: ::Array[::String]
2110
+ attr_accessor section_name: ::String
2111
+ SENSITIVE: []
2112
+ end
2113
+
1474
2114
  class Stage
1475
2115
  attr_accessor access_log_settings: Types::AccessLogSettings
1476
2116
  attr_accessor api_gateway_managed: bool
@@ -1495,6 +2135,12 @@ module Aws::ApiGatewayV2
1495
2135
  SENSITIVE: []
1496
2136
  end
1497
2137
 
2138
+ class StatusException
2139
+ attr_accessor exception: ::String
2140
+ attr_accessor message: ::String
2141
+ SENSITIVE: []
2142
+ end
2143
+
1498
2144
  class TagResourceInput
1499
2145
  attr_accessor tags: ::Hash[::String, ::String]
1500
2146
  SENSITIVE: []
@@ -1833,6 +2479,166 @@ module Aws::ApiGatewayV2
1833
2479
  SENSITIVE: []
1834
2480
  end
1835
2481
 
2482
+ class UpdatePortalProductRequest
2483
+ attr_accessor description: ::String
2484
+ attr_accessor display_name: ::String
2485
+ attr_accessor display_order: Types::DisplayOrder
2486
+ attr_accessor portal_product_id: ::String
2487
+ SENSITIVE: []
2488
+ end
2489
+
2490
+ class UpdatePortalProductRequestContent
2491
+ attr_accessor description: ::String
2492
+ attr_accessor display_name: ::String
2493
+ attr_accessor display_order: Types::DisplayOrder
2494
+ SENSITIVE: []
2495
+ end
2496
+
2497
+ class UpdatePortalProductResponse
2498
+ attr_accessor description: ::String
2499
+ attr_accessor display_name: ::String
2500
+ attr_accessor display_order: Types::DisplayOrder
2501
+ attr_accessor last_modified: ::Time
2502
+ attr_accessor portal_product_arn: ::String
2503
+ attr_accessor portal_product_id: ::String
2504
+ attr_accessor tags: ::Hash[::String, ::String]
2505
+ SENSITIVE: []
2506
+ end
2507
+
2508
+ class UpdatePortalProductResponseContent
2509
+ attr_accessor description: ::String
2510
+ attr_accessor display_name: ::String
2511
+ attr_accessor display_order: Types::DisplayOrder
2512
+ attr_accessor last_modified: ::Time
2513
+ attr_accessor portal_product_arn: ::String
2514
+ attr_accessor portal_product_id: ::String
2515
+ attr_accessor tags: ::Hash[::String, ::String]
2516
+ SENSITIVE: []
2517
+ end
2518
+
2519
+ class UpdatePortalRequest
2520
+ attr_accessor authorization: Types::Authorization
2521
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationRequest
2522
+ attr_accessor included_portal_product_arns: ::Array[::String]
2523
+ attr_accessor logo_uri: ::String
2524
+ attr_accessor portal_content: Types::PortalContent
2525
+ attr_accessor portal_id: ::String
2526
+ attr_accessor rum_app_monitor_name: ::String
2527
+ SENSITIVE: []
2528
+ end
2529
+
2530
+ class UpdatePortalRequestContent
2531
+ attr_accessor authorization: Types::Authorization
2532
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationRequest
2533
+ attr_accessor included_portal_product_arns: ::Array[::String]
2534
+ attr_accessor logo_uri: ::String
2535
+ attr_accessor portal_content: Types::PortalContent
2536
+ attr_accessor rum_app_monitor_name: ::String
2537
+ SENSITIVE: []
2538
+ end
2539
+
2540
+ class UpdatePortalResponse
2541
+ attr_accessor authorization: Types::Authorization
2542
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationResponse
2543
+ attr_accessor included_portal_product_arns: ::Array[::String]
2544
+ attr_accessor last_modified: ::Time
2545
+ attr_accessor last_published: ::Time
2546
+ attr_accessor last_published_description: ::String
2547
+ attr_accessor portal_arn: ::String
2548
+ attr_accessor portal_content: Types::PortalContent
2549
+ attr_accessor portal_id: ::String
2550
+ attr_accessor preview: Types::Preview
2551
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
2552
+ attr_accessor rum_app_monitor_name: ::String
2553
+ attr_accessor status_exception: Types::StatusException
2554
+ attr_accessor tags: ::Hash[::String, ::String]
2555
+ SENSITIVE: []
2556
+ end
2557
+
2558
+ class UpdatePortalResponseContent
2559
+ attr_accessor authorization: Types::Authorization
2560
+ attr_accessor endpoint_configuration: Types::EndpointConfigurationResponse
2561
+ attr_accessor included_portal_product_arns: ::Array[::String]
2562
+ attr_accessor last_modified: ::Time
2563
+ attr_accessor last_published: ::Time
2564
+ attr_accessor last_published_description: ::String
2565
+ attr_accessor portal_arn: ::String
2566
+ attr_accessor portal_content: Types::PortalContent
2567
+ attr_accessor portal_id: ::String
2568
+ attr_accessor preview: Types::Preview
2569
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
2570
+ attr_accessor rum_app_monitor_name: ::String
2571
+ attr_accessor status_exception: Types::StatusException
2572
+ attr_accessor tags: ::Hash[::String, ::String]
2573
+ SENSITIVE: []
2574
+ end
2575
+
2576
+ class UpdateProductPageRequest
2577
+ attr_accessor display_content: Types::DisplayContent
2578
+ attr_accessor portal_product_id: ::String
2579
+ attr_accessor product_page_id: ::String
2580
+ SENSITIVE: []
2581
+ end
2582
+
2583
+ class UpdateProductPageRequestContent
2584
+ attr_accessor display_content: Types::DisplayContent
2585
+ SENSITIVE: []
2586
+ end
2587
+
2588
+ class UpdateProductPageResponse
2589
+ attr_accessor display_content: Types::DisplayContent
2590
+ attr_accessor last_modified: ::Time
2591
+ attr_accessor product_page_arn: ::String
2592
+ attr_accessor product_page_id: ::String
2593
+ SENSITIVE: []
2594
+ end
2595
+
2596
+ class UpdateProductPageResponseContent
2597
+ attr_accessor display_content: Types::DisplayContent
2598
+ attr_accessor last_modified: ::Time
2599
+ attr_accessor product_page_arn: ::String
2600
+ attr_accessor product_page_id: ::String
2601
+ SENSITIVE: []
2602
+ end
2603
+
2604
+ class UpdateProductRestEndpointPageRequest
2605
+ attr_accessor display_content: Types::EndpointDisplayContent
2606
+ attr_accessor portal_product_id: ::String
2607
+ attr_accessor product_rest_endpoint_page_id: ::String
2608
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
2609
+ SENSITIVE: []
2610
+ end
2611
+
2612
+ class UpdateProductRestEndpointPageRequestContent
2613
+ attr_accessor display_content: Types::EndpointDisplayContent
2614
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
2615
+ SENSITIVE: []
2616
+ end
2617
+
2618
+ class UpdateProductRestEndpointPageResponse
2619
+ attr_accessor display_content: Types::EndpointDisplayContentResponse
2620
+ attr_accessor last_modified: ::Time
2621
+ attr_accessor product_rest_endpoint_page_arn: ::String
2622
+ attr_accessor product_rest_endpoint_page_id: ::String
2623
+ attr_accessor rest_endpoint_identifier: Types::RestEndpointIdentifier
2624
+ attr_accessor status: ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
2625
+ attr_accessor status_exception: Types::StatusException
2626
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
2627
+ SENSITIVE: []
2628
+ end
2629
+
2630
+ class UpdateProductRestEndpointPageResponseContent
2631
+ attr_accessor display_content: Types::EndpointDisplayContentResponse
2632
+ attr_accessor last_modified: ::Time
2633
+ attr_accessor product_rest_endpoint_page_arn: ::String
2634
+ attr_accessor product_rest_endpoint_page_id: ::String
2635
+ attr_accessor rest_endpoint_identifier: Types::RestEndpointIdentifier
2636
+ attr_accessor status: ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
2637
+ attr_accessor status_exception: Types::StatusException
2638
+ attr_accessor try_it_state: ("ENABLED" | "DISABLED")
2639
+ SENSITIVE: []
2640
+ end
2641
+
1836
2642
  class UpdateRouteInput
1837
2643
  attr_accessor api_key_required: bool
1838
2644
  attr_accessor authorization_scopes: ::Array[::String]