aws-sdk-apigatewayv2 1.0.0 → 1.1.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.
@@ -73,7 +73,7 @@ module Aws::ApiGatewayV2
73
73
  # @return [String]
74
74
  #
75
75
  # @!attribute [rw] protocol_type
76
- # The API protocol: HTTP or WEBSOCKET.
76
+ # The API protocol: Currently only WEBSOCKET is supported.
77
77
  # @return [String]
78
78
  #
79
79
  # @!attribute [rw] route_selection_expression
@@ -130,6 +130,23 @@ module Aws::ApiGatewayV2
130
130
  include Aws::Structure
131
131
  end
132
132
 
133
+ # Represents a collection of ApiMappings resources.
134
+ #
135
+ # @!attribute [rw] items
136
+ # The elements from this collection.
137
+ # @return [Array<Types::ApiMapping>]
138
+ #
139
+ # @!attribute [rw] next_token
140
+ # The next page of elements from this collection. Not valid for the
141
+ # last element of the collection.
142
+ # @return [String]
143
+ #
144
+ class ApiMappings < Struct.new(
145
+ :items,
146
+ :next_token)
147
+ include Aws::Structure
148
+ end
149
+
133
150
  # Represents a collection of APIs.
134
151
  #
135
152
  # @!attribute [rw] items
@@ -273,7 +290,7 @@ module Aws::ApiGatewayV2
273
290
  # @return [String]
274
291
  #
275
292
  # @!attribute [rw] protocol_type
276
- # The API protocol: HTTP or WEBSOCKET.
293
+ # The API protocol: Currently only WEBSOCKET is supported.
277
294
  # @return [String]
278
295
  #
279
296
  # @!attribute [rw] route_selection_expression
@@ -326,7 +343,7 @@ module Aws::ApiGatewayV2
326
343
  # }
327
344
  #
328
345
  # @!attribute [rw] api_id
329
- # An API Gateway-generated, unique identifier.
346
+ # The identifier.
330
347
  # @return [String]
331
348
  #
332
349
  # @!attribute [rw] api_mapping_key
@@ -337,7 +354,7 @@ module Aws::ApiGatewayV2
337
354
  #
338
355
  #
339
356
  #
340
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
357
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
341
358
  # @return [String]
342
359
  #
343
360
  # @!attribute [rw] domain_name
@@ -356,11 +373,11 @@ module Aws::ApiGatewayV2
356
373
  end
357
374
 
358
375
  # @!attribute [rw] api_id
359
- # An API Gateway-generated, unique identifier.
376
+ # The identifier.
360
377
  # @return [String]
361
378
  #
362
379
  # @!attribute [rw] api_mapping_id
363
- # An API Gateway-generated, unique identifier.
380
+ # The identifier.
364
381
  # @return [String]
365
382
  #
366
383
  # @!attribute [rw] api_mapping_key
@@ -371,7 +388,7 @@ module Aws::ApiGatewayV2
371
388
  #
372
389
  #
373
390
  #
374
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
391
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
375
392
  # @return [String]
376
393
  #
377
394
  # @!attribute [rw] stage
@@ -405,7 +422,7 @@ module Aws::ApiGatewayV2
405
422
  #
406
423
  #
407
424
  #
408
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
425
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
409
426
  # @return [String]
410
427
  #
411
428
  # @!attribute [rw] description
@@ -428,7 +445,7 @@ module Aws::ApiGatewayV2
428
445
  #
429
446
  #
430
447
  #
431
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
448
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
432
449
  # @return [String]
433
450
  #
434
451
  # @!attribute [rw] version
@@ -450,7 +467,7 @@ module Aws::ApiGatewayV2
450
467
  # @return [String]
451
468
  #
452
469
  # @!attribute [rw] api_id
453
- # An API Gateway-generated, unique identifier.
470
+ # The identifier.
454
471
  # @return [String]
455
472
  #
456
473
  # @!attribute [rw] api_key_selection_expression
@@ -459,7 +476,7 @@ module Aws::ApiGatewayV2
459
476
  #
460
477
  #
461
478
  #
462
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
479
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
463
480
  # @return [String]
464
481
  #
465
482
  # @!attribute [rw] created_date
@@ -485,7 +502,7 @@ module Aws::ApiGatewayV2
485
502
  #
486
503
  #
487
504
  #
488
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
505
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
489
506
  # @return [String]
490
507
  #
491
508
  # @!attribute [rw] version
@@ -626,11 +643,10 @@ module Aws::ApiGatewayV2
626
643
  # @return [String]
627
644
  #
628
645
  # @!attribute [rw] identity_source
629
- # The identity source for which authorization is requested.
630
- #
631
- # For the REQUEST authorizer, this is required when authorization
632
- # caching is enabled. The value is a comma-separated string of one or
633
- # more mapping expressions of the specified request parameters. For
646
+ # The identity source for which authorization is requested. For the
647
+ # REQUEST authorizer, this is required when authorization caching is
648
+ # enabled. The value is a comma-separated string of one or more
649
+ # mapping expressions of the specified request parameters. For
634
650
  # example, if an Auth header, a Name query string parameter are
635
651
  # defined as identity sources, this value is
636
652
  # $method.request.header.Auth, $method.request.querystring.Name. These
@@ -675,7 +691,7 @@ module Aws::ApiGatewayV2
675
691
  # @return [String]
676
692
  #
677
693
  # @!attribute [rw] authorizer_id
678
- # An API Gateway-generated, unique identifier.
694
+ # The identifier.
679
695
  # @return [String]
680
696
  #
681
697
  # @!attribute [rw] authorizer_result_ttl_in_seconds
@@ -692,11 +708,10 @@ module Aws::ApiGatewayV2
692
708
  # @return [String]
693
709
  #
694
710
  # @!attribute [rw] identity_source
695
- # The identity source for which authorization is requested.
696
- #
697
- # For the REQUEST authorizer, this is required when authorization
698
- # caching is enabled. The value is a comma-separated string of one or
699
- # more mapping expressions of the specified request parameters. For
711
+ # The identity source for which authorization is requested. For the
712
+ # REQUEST authorizer, this is required when authorization caching is
713
+ # enabled. The value is a comma-separated string of one or more
714
+ # mapping expressions of the specified request parameters. For
700
715
  # example, if an Auth header, a Name query string parameter are
701
716
  # defined as identity sources, this value is
702
717
  # $method.request.header.Auth, $method.request.querystring.Name. These
@@ -784,7 +799,7 @@ module Aws::ApiGatewayV2
784
799
  # @return [Time]
785
800
  #
786
801
  # @!attribute [rw] deployment_id
787
- # An API Gateway-generated, unique identifier.
802
+ # The identifier.
788
803
  # @return [String]
789
804
  #
790
805
  # @!attribute [rw] deployment_status
@@ -860,7 +875,7 @@ module Aws::ApiGatewayV2
860
875
  #
861
876
  #
862
877
  #
863
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
878
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
864
879
  # @return [String]
865
880
  #
866
881
  # @!attribute [rw] domain_name
@@ -881,15 +896,13 @@ module Aws::ApiGatewayV2
881
896
  # Represents the input parameters for a CreateIntegration request.
882
897
  #
883
898
  # @!attribute [rw] connection_id
884
- # The identifier of the VpcLink used for the integration when the
885
- # connectionType is VPC\_LINK; otherwise undefined.
899
+ # The connection ID.
886
900
  # @return [String]
887
901
  #
888
902
  # @!attribute [rw] connection_type
889
- # The type of the network connection to the integration endpoint. The
890
- # valid value is INTERNET for connections through the public routable
891
- # internet or VPC\_LINK for private connections between API Gateway
892
- # and a network load balancer in a VPC. The default value is INTERNET.
903
+ # The type of the network connection to the integration endpoint.
904
+ # Currently the only valid value is INTERNET, for connections through
905
+ # the public routable internet.
893
906
  # @return [String]
894
907
  #
895
908
  # @!attribute [rw] content_handling_strategy
@@ -940,50 +953,20 @@ module Aws::ApiGatewayV2
940
953
  # integration.
941
954
  #
942
955
  # HTTP: for integrating the route or method request with an HTTP
943
- # endpoint, including a private HTTP endpoint within a VPC. This
944
- # integration is also referred to as the HTTP custom integration.
956
+ # endpoint. This integration is also referred to as HTTP custom
957
+ # integration.
945
958
  #
946
959
  # HTTP\_PROXY: for integrating route or method request with an HTTP
947
- # endpoint, including a private HTTP endpoint within a VPC, with the
948
- # client request passed through as-is. This is also referred to as
949
- # HTTP proxy integration.
960
+ # endpoint, with the client request passed through as-is. This is also
961
+ # referred to as HTTP proxy integration.
950
962
  #
951
963
  # MOCK: for integrating the route or method request with API Gateway
952
964
  # as a "loopback" endpoint without invoking any backend.
953
965
  # @return [String]
954
966
  #
955
967
  # @!attribute [rw] integration_uri
956
- # Specifies the Uniform Resource Identifier (URI) of the integration
957
- # endpoint.
958
- #
959
- # For HTTP or HTTP\_PROXY integrations, the URI must be a fully
960
- # formed, encoded HTTP(S) URL according to the [RFC-3986
961
- # specification][1], for either standard integration, where
962
- # connectionType is not VPC\_LINK, or private integration, where
963
- # connectionType is VPC\_LINK. For a private HTTP integration, the URI
964
- # is not used for routing.
965
- #
966
- # For AWS or AWS\_PROXY integrations, the URI is of the form
967
- # arn:aws:apigateway:\\\{region\\}:\\\{subdomain.service\|service\\}:path\|action/\\\{service\_api\\}.
968
- # Here, \\\{Region\\} is the API Gateway region (e.g., us-east-1);
969
- # \\\{service\\} is the name of the integrated AWS service (e.g., s3);
970
- # and \\\{subdomain\\} is a designated subdomain supported by certain
971
- # AWS service for fast host-name lookup. action can be used for an AWS
972
- # service action-based API, using an
973
- # Action=\\\{name\\}&\\\{p1\\}=\\\{v1\\}&p2=\\\{v2\\}... query string.
974
- # The ensuing \\\{service\_api\\} refers to a supported action
975
- # \\\{name\\} plus any required input parameters. Alternatively, path
976
- # can be used for an AWS service path-based API. The ensuing
977
- # service\_api refers to the path to an AWS service resource,
978
- # including the region of the integrated AWS service, if applicable.
979
- # For example, for integration with the S3 API of GetObject, the URI
980
- # can be either
981
- # arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket=\\\{bucket\\}&Key=\\\{key\\}
982
- # or arn:aws:apigateway:us-west-2:s3:path/\\\{bucket\\}/\\\{key\\}
983
- #
984
- #
985
- #
986
- # [1]: https://en.wikipedia.org/wiki/Uniform_Resource_Identifier
968
+ # For a Lambda proxy integration, this is the URI of the Lambda
969
+ # function.
987
970
  # @return [String]
988
971
  #
989
972
  # @!attribute [rw] passthrough_behavior
@@ -1061,7 +1044,7 @@ module Aws::ApiGatewayV2
1061
1044
  # credentials_arn: "Arn",
1062
1045
  # description: "StringWithLengthBetween0And1024",
1063
1046
  # integration_method: "StringWithLengthBetween1And64",
1064
- # integration_type: "AWS", # accepts AWS, HTTP, MOCK, HTTP_PROXY, AWS_PROXY
1047
+ # integration_type: "AWS", # required, accepts AWS, HTTP, MOCK, HTTP_PROXY, AWS_PROXY
1065
1048
  # integration_uri: "UriWithLengthBetween1And2048",
1066
1049
  # passthrough_behavior: "WHEN_NO_MATCH", # accepts WHEN_NO_MATCH, NEVER, WHEN_NO_TEMPLATES
1067
1050
  # request_parameters: {
@@ -1140,7 +1123,7 @@ module Aws::ApiGatewayV2
1140
1123
  #
1141
1124
  #
1142
1125
  #
1143
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1126
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1144
1127
  # @return [String]
1145
1128
  #
1146
1129
  # @!attribute [rw] timeout_in_millis
@@ -1186,7 +1169,7 @@ module Aws::ApiGatewayV2
1186
1169
  # @return [String]
1187
1170
  #
1188
1171
  # @!attribute [rw] integration_id
1189
- # An API Gateway-generated, unique identifier.
1172
+ # The identifier.
1190
1173
  # @return [String]
1191
1174
  #
1192
1175
  # @!attribute [rw] integration_method
@@ -1199,7 +1182,7 @@ module Aws::ApiGatewayV2
1199
1182
  #
1200
1183
  #
1201
1184
  #
1202
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1185
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1203
1186
  # @return [String]
1204
1187
  #
1205
1188
  # @!attribute [rw] integration_type
@@ -1241,7 +1224,7 @@ module Aws::ApiGatewayV2
1241
1224
  #
1242
1225
  #
1243
1226
  #
1244
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1227
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1245
1228
  # @return [String]
1246
1229
  #
1247
1230
  # @!attribute [rw] timeout_in_millis
@@ -1361,7 +1344,7 @@ module Aws::ApiGatewayV2
1361
1344
  #
1362
1345
  #
1363
1346
  #
1364
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1347
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1365
1348
  # @return [String]
1366
1349
  #
1367
1350
  # @!attribute [rw] response_parameters
@@ -1391,7 +1374,7 @@ module Aws::ApiGatewayV2
1391
1374
  #
1392
1375
  #
1393
1376
  #
1394
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1377
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1395
1378
  # @return [String]
1396
1379
  #
1397
1380
  class CreateIntegrationResponseRequest < Struct.new(
@@ -1410,7 +1393,7 @@ module Aws::ApiGatewayV2
1410
1393
  # @return [String]
1411
1394
  #
1412
1395
  # @!attribute [rw] integration_response_id
1413
- # An API Gateway-generated, unique identifier.
1396
+ # The identifier.
1414
1397
  # @return [String]
1415
1398
  #
1416
1399
  # @!attribute [rw] integration_response_key
@@ -1421,7 +1404,7 @@ module Aws::ApiGatewayV2
1421
1404
  #
1422
1405
  #
1423
1406
  #
1424
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1407
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1425
1408
  # @return [String]
1426
1409
  #
1427
1410
  # @!attribute [rw] response_parameters
@@ -1451,7 +1434,7 @@ module Aws::ApiGatewayV2
1451
1434
  #
1452
1435
  #
1453
1436
  #
1454
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1437
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1455
1438
  # @return [String]
1456
1439
  #
1457
1440
  class CreateIntegrationResponseResponse < Struct.new(
@@ -1499,7 +1482,7 @@ module Aws::ApiGatewayV2
1499
1482
  # content_type: "StringWithLengthBetween1And256",
1500
1483
  # description: "StringWithLengthBetween0And1024",
1501
1484
  # name: "StringWithLengthBetween1And128", # required
1502
- # schema: "StringWithLengthBetween0And32K",
1485
+ # schema: "StringWithLengthBetween0And32K", # required
1503
1486
  # }
1504
1487
  #
1505
1488
  # @!attribute [rw] api_id
@@ -1539,7 +1522,7 @@ module Aws::ApiGatewayV2
1539
1522
  # @return [String]
1540
1523
  #
1541
1524
  # @!attribute [rw] model_id
1542
- # An API Gateway-generated, unique identifier.
1525
+ # The identifier.
1543
1526
  # @return [String]
1544
1527
  #
1545
1528
  # @!attribute [rw] name
@@ -1571,12 +1554,15 @@ module Aws::ApiGatewayV2
1571
1554
  #
1572
1555
  # @!attribute [rw] authorization_type
1573
1556
  # The authorization type for the route. Valid values are NONE for open
1574
- # access, AWS\_IAM for using AWS IAM permissions.
1557
+ # access, AWS\_IAM for using AWS IAM permissions, and CUSTOM for using
1558
+ # a Lambda authorizer.
1575
1559
  # @return [String]
1576
1560
  #
1577
1561
  # @!attribute [rw] authorizer_id
1578
1562
  # The identifier of the Authorizer resource to be associated with this
1579
- # route.
1563
+ # route, if the authorizationType is CUSTOM . The authorizer
1564
+ # identifier is generated by API Gateway when you created the
1565
+ # authorizer.
1580
1566
  # @return [String]
1581
1567
  #
1582
1568
  # @!attribute [rw] model_selection_expression
@@ -1671,7 +1657,7 @@ module Aws::ApiGatewayV2
1671
1657
  # @return [String]
1672
1658
  #
1673
1659
  # @!attribute [rw] authorizer_id
1674
- # An API Gateway-generated, unique identifier.
1660
+ # The identifier.
1675
1661
  # @return [String]
1676
1662
  #
1677
1663
  # @!attribute [rw] model_selection_expression
@@ -1680,7 +1666,7 @@ module Aws::ApiGatewayV2
1680
1666
  #
1681
1667
  #
1682
1668
  #
1683
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1669
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1684
1670
  # @return [String]
1685
1671
  #
1686
1672
  # @!attribute [rw] operation_name
@@ -1703,7 +1689,7 @@ module Aws::ApiGatewayV2
1703
1689
  #
1704
1690
  #
1705
1691
  #
1706
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1692
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1707
1693
  # @return [String]
1708
1694
  #
1709
1695
  # @!attribute [rw] route_response_selection_expression
@@ -1712,7 +1698,7 @@ module Aws::ApiGatewayV2
1712
1698
  #
1713
1699
  #
1714
1700
  #
1715
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1701
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1716
1702
  # @return [String]
1717
1703
  #
1718
1704
  # @!attribute [rw] target
@@ -1757,7 +1743,7 @@ module Aws::ApiGatewayV2
1757
1743
  # @return [String]
1758
1744
  #
1759
1745
  # @!attribute [rw] authorizer_id
1760
- # An API Gateway-generated, unique identifier.
1746
+ # The identifier.
1761
1747
  # @return [String]
1762
1748
  #
1763
1749
  # @!attribute [rw] model_selection_expression
@@ -1766,7 +1752,7 @@ module Aws::ApiGatewayV2
1766
1752
  #
1767
1753
  #
1768
1754
  #
1769
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1755
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1770
1756
  # @return [String]
1771
1757
  #
1772
1758
  # @!attribute [rw] operation_name
@@ -1782,7 +1768,7 @@ module Aws::ApiGatewayV2
1782
1768
  # @return [Hash<String,Types::ParameterConstraints>]
1783
1769
  #
1784
1770
  # @!attribute [rw] route_id
1785
- # An API Gateway-generated, unique identifier.
1771
+ # The identifier.
1786
1772
  # @return [String]
1787
1773
  #
1788
1774
  # @!attribute [rw] route_key
@@ -1793,7 +1779,7 @@ module Aws::ApiGatewayV2
1793
1779
  #
1794
1780
  #
1795
1781
  #
1796
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1782
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1797
1783
  # @return [String]
1798
1784
  #
1799
1785
  # @!attribute [rw] route_response_selection_expression
@@ -1802,7 +1788,7 @@ module Aws::ApiGatewayV2
1802
1788
  #
1803
1789
  #
1804
1790
  #
1805
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1791
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1806
1792
  # @return [String]
1807
1793
  #
1808
1794
  # @!attribute [rw] target
@@ -1878,7 +1864,7 @@ module Aws::ApiGatewayV2
1878
1864
  #
1879
1865
  #
1880
1866
  #
1881
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1867
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1882
1868
  # @return [String]
1883
1869
  #
1884
1870
  # @!attribute [rw] response_models
@@ -1900,7 +1886,7 @@ module Aws::ApiGatewayV2
1900
1886
  #
1901
1887
  #
1902
1888
  #
1903
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1889
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1904
1890
  # @return [String]
1905
1891
  #
1906
1892
  class CreateRouteResponseRequest < Struct.new(
@@ -1919,7 +1905,7 @@ module Aws::ApiGatewayV2
1919
1905
  #
1920
1906
  #
1921
1907
  #
1922
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1908
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1923
1909
  # @return [String]
1924
1910
  #
1925
1911
  # @!attribute [rw] response_models
@@ -1931,7 +1917,7 @@ module Aws::ApiGatewayV2
1931
1917
  # @return [Hash<String,Types::ParameterConstraints>]
1932
1918
  #
1933
1919
  # @!attribute [rw] route_response_id
1934
- # An API Gateway-generated, unique identifier.
1920
+ # The identifier.
1935
1921
  # @return [String]
1936
1922
  #
1937
1923
  # @!attribute [rw] route_response_key
@@ -1942,7 +1928,7 @@ module Aws::ApiGatewayV2
1942
1928
  #
1943
1929
  #
1944
1930
  #
1945
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
1931
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
1946
1932
  # @return [String]
1947
1933
  #
1948
1934
  class CreateRouteResponseResponse < Struct.new(
@@ -2044,7 +2030,7 @@ module Aws::ApiGatewayV2
2044
2030
  # @return [String]
2045
2031
  #
2046
2032
  # @!attribute [rw] client_certificate_id
2047
- # An API Gateway-generated, unique identifier.
2033
+ # The identifier.
2048
2034
  # @return [String]
2049
2035
  #
2050
2036
  # @!attribute [rw] default_route_settings
@@ -2052,7 +2038,7 @@ module Aws::ApiGatewayV2
2052
2038
  # @return [Types::RouteSettings]
2053
2039
  #
2054
2040
  # @!attribute [rw] deployment_id
2055
- # An API Gateway-generated, unique identifier.
2041
+ # The identifier.
2056
2042
  # @return [String]
2057
2043
  #
2058
2044
  # @!attribute [rw] description
@@ -2089,7 +2075,7 @@ module Aws::ApiGatewayV2
2089
2075
  # @return [Types::AccessLogSettings]
2090
2076
  #
2091
2077
  # @!attribute [rw] client_certificate_id
2092
- # An API Gateway-generated, unique identifier.
2078
+ # The identifier.
2093
2079
  # @return [String]
2094
2080
  #
2095
2081
  # @!attribute [rw] created_date
@@ -2100,7 +2086,7 @@ module Aws::ApiGatewayV2
2100
2086
  # @return [Types::RouteSettings]
2101
2087
  #
2102
2088
  # @!attribute [rw] deployment_id
2103
- # An API Gateway-generated, unique identifier.
2089
+ # The identifier.
2104
2090
  # @return [String]
2105
2091
  #
2106
2092
  # @!attribute [rw] description
@@ -2140,14 +2126,10 @@ module Aws::ApiGatewayV2
2140
2126
  # data as a hash:
2141
2127
  #
2142
2128
  # {
2143
- # api_id: "__string", # required
2144
2129
  # api_mapping_id: "__string", # required
2145
2130
  # domain_name: "__string", # required
2146
2131
  # }
2147
2132
  #
2148
- # @!attribute [rw] api_id
2149
- # @return [String]
2150
- #
2151
2133
  # @!attribute [rw] api_mapping_id
2152
2134
  # @return [String]
2153
2135
  #
@@ -2155,7 +2137,6 @@ module Aws::ApiGatewayV2
2155
2137
  # @return [String]
2156
2138
  #
2157
2139
  class DeleteApiMappingRequest < Struct.new(
2158
- :api_id,
2159
2140
  :api_mapping_id,
2160
2141
  :domain_name)
2161
2142
  include Aws::Structure
@@ -2474,9 +2455,7 @@ module Aws::ApiGatewayV2
2474
2455
  # @return [String]
2475
2456
  #
2476
2457
  # @!attribute [rw] hosted_zone_id
2477
- # The Amazon Route 53 Hosted Zone ID of the endpoint. See [AWS Regions
2478
- # and Endpoints for API
2479
- # Gateway](docs.aws.amazon.com/general/latest/gr/rande.html#apigateway_region).
2458
+ # The Amazon Route 53 Hosted Zone ID of the endpoint.
2480
2459
  # @return [String]
2481
2460
  #
2482
2461
  class DomainNameConfiguration < Struct.new(
@@ -2510,14 +2489,10 @@ module Aws::ApiGatewayV2
2510
2489
  # data as a hash:
2511
2490
  #
2512
2491
  # {
2513
- # api_id: "__string", # required
2514
2492
  # api_mapping_id: "__string", # required
2515
2493
  # domain_name: "__string", # required
2516
2494
  # }
2517
2495
  #
2518
- # @!attribute [rw] api_id
2519
- # @return [String]
2520
- #
2521
2496
  # @!attribute [rw] api_mapping_id
2522
2497
  # @return [String]
2523
2498
  #
@@ -2525,18 +2500,17 @@ module Aws::ApiGatewayV2
2525
2500
  # @return [String]
2526
2501
  #
2527
2502
  class GetApiMappingRequest < Struct.new(
2528
- :api_id,
2529
2503
  :api_mapping_id,
2530
2504
  :domain_name)
2531
2505
  include Aws::Structure
2532
2506
  end
2533
2507
 
2534
2508
  # @!attribute [rw] api_id
2535
- # An API Gateway-generated, unique identifier.
2509
+ # The identifier.
2536
2510
  # @return [String]
2537
2511
  #
2538
2512
  # @!attribute [rw] api_mapping_id
2539
- # An API Gateway-generated, unique identifier.
2513
+ # The identifier.
2540
2514
  # @return [String]
2541
2515
  #
2542
2516
  # @!attribute [rw] api_mapping_key
@@ -2547,7 +2521,7 @@ module Aws::ApiGatewayV2
2547
2521
  #
2548
2522
  #
2549
2523
  #
2550
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
2524
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
2551
2525
  # @return [String]
2552
2526
  #
2553
2527
  # @!attribute [rw] stage
@@ -2587,34 +2561,17 @@ module Aws::ApiGatewayV2
2587
2561
  include Aws::Structure
2588
2562
  end
2589
2563
 
2590
- # @!attribute [rw] api_id
2591
- # An API Gateway-generated, unique identifier.
2592
- # @return [String]
2593
- #
2594
- # @!attribute [rw] api_mapping_id
2595
- # An API Gateway-generated, unique identifier.
2596
- # @return [String]
2597
- #
2598
- # @!attribute [rw] api_mapping_key
2599
- # After evaulating a selection expression, the result is compared
2600
- # against one or more selection keys to find a matching key. See
2601
- # [Selection Expressions][1] for a list of expressions and each
2602
- # expression's associated selection key type.
2603
- #
2604
- #
2605
- #
2606
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
2607
- # @return [String]
2564
+ # @!attribute [rw] items
2565
+ # @return [Array<Types::ApiMapping>]
2608
2566
  #
2609
- # @!attribute [rw] stage
2610
- # A string with a length between \[1-128\].
2567
+ # @!attribute [rw] next_token
2568
+ # The next page of elements from this collection. Not valid for the
2569
+ # last element of the collection.
2611
2570
  # @return [String]
2612
2571
  #
2613
2572
  class GetApiMappingsResponse < Struct.new(
2614
- :api_id,
2615
- :api_mapping_id,
2616
- :api_mapping_key,
2617
- :stage)
2573
+ :items,
2574
+ :next_token)
2618
2575
  include Aws::Structure
2619
2576
  end
2620
2577
 
@@ -2637,7 +2594,7 @@ module Aws::ApiGatewayV2
2637
2594
  # @return [String]
2638
2595
  #
2639
2596
  # @!attribute [rw] api_id
2640
- # An API Gateway-generated, unique identifier.
2597
+ # The identifier.
2641
2598
  # @return [String]
2642
2599
  #
2643
2600
  # @!attribute [rw] api_key_selection_expression
@@ -2646,7 +2603,7 @@ module Aws::ApiGatewayV2
2646
2603
  #
2647
2604
  #
2648
2605
  #
2649
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
2606
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
2650
2607
  # @return [String]
2651
2608
  #
2652
2609
  # @!attribute [rw] created_date
@@ -2672,7 +2629,7 @@ module Aws::ApiGatewayV2
2672
2629
  #
2673
2630
  #
2674
2631
  #
2675
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
2632
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
2676
2633
  # @return [String]
2677
2634
  #
2678
2635
  # @!attribute [rw] version
@@ -2756,7 +2713,7 @@ module Aws::ApiGatewayV2
2756
2713
  # @return [String]
2757
2714
  #
2758
2715
  # @!attribute [rw] authorizer_id
2759
- # An API Gateway-generated, unique identifier.
2716
+ # The identifier.
2760
2717
  # @return [String]
2761
2718
  #
2762
2719
  # @!attribute [rw] authorizer_result_ttl_in_seconds
@@ -2773,11 +2730,10 @@ module Aws::ApiGatewayV2
2773
2730
  # @return [String]
2774
2731
  #
2775
2732
  # @!attribute [rw] identity_source
2776
- # The identity source for which authorization is requested.
2777
- #
2778
- # For the REQUEST authorizer, this is required when authorization
2779
- # caching is enabled. The value is a comma-separated string of one or
2780
- # more mapping expressions of the specified request parameters. For
2733
+ # The identity source for which authorization is requested. For the
2734
+ # REQUEST authorizer, this is required when authorization caching is
2735
+ # enabled. The value is a comma-separated string of one or more
2736
+ # mapping expressions of the specified request parameters. For
2781
2737
  # example, if an Auth header, a Name query string parameter are
2782
2738
  # defined as identity sources, this value is
2783
2739
  # $method.request.header.Auth, $method.request.querystring.Name. These
@@ -2880,7 +2836,7 @@ module Aws::ApiGatewayV2
2880
2836
  # @return [Time]
2881
2837
  #
2882
2838
  # @!attribute [rw] deployment_id
2883
- # An API Gateway-generated, unique identifier.
2839
+ # The identifier.
2884
2840
  # @return [String]
2885
2841
  #
2886
2842
  # @!attribute [rw] deployment_status
@@ -2963,7 +2919,7 @@ module Aws::ApiGatewayV2
2963
2919
  #
2964
2920
  #
2965
2921
  #
2966
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
2922
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
2967
2923
  # @return [String]
2968
2924
  #
2969
2925
  # @!attribute [rw] domain_name
@@ -3056,7 +3012,7 @@ module Aws::ApiGatewayV2
3056
3012
  # @return [String]
3057
3013
  #
3058
3014
  # @!attribute [rw] integration_id
3059
- # An API Gateway-generated, unique identifier.
3015
+ # The identifier.
3060
3016
  # @return [String]
3061
3017
  #
3062
3018
  # @!attribute [rw] integration_method
@@ -3069,7 +3025,7 @@ module Aws::ApiGatewayV2
3069
3025
  #
3070
3026
  #
3071
3027
  #
3072
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
3028
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3073
3029
  # @return [String]
3074
3030
  #
3075
3031
  # @!attribute [rw] integration_type
@@ -3111,7 +3067,7 @@ module Aws::ApiGatewayV2
3111
3067
  #
3112
3068
  #
3113
3069
  #
3114
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
3070
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3115
3071
  # @return [String]
3116
3072
  #
3117
3073
  # @!attribute [rw] timeout_in_millis
@@ -3167,7 +3123,7 @@ module Aws::ApiGatewayV2
3167
3123
  # @return [String]
3168
3124
  #
3169
3125
  # @!attribute [rw] integration_response_id
3170
- # An API Gateway-generated, unique identifier.
3126
+ # The identifier.
3171
3127
  # @return [String]
3172
3128
  #
3173
3129
  # @!attribute [rw] integration_response_key
@@ -3178,7 +3134,7 @@ module Aws::ApiGatewayV2
3178
3134
  #
3179
3135
  #
3180
3136
  #
3181
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
3137
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3182
3138
  # @return [String]
3183
3139
  #
3184
3140
  # @!attribute [rw] response_parameters
@@ -3208,7 +3164,7 @@ module Aws::ApiGatewayV2
3208
3164
  #
3209
3165
  #
3210
3166
  #
3211
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
3167
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3212
3168
  # @return [String]
3213
3169
  #
3214
3170
  class GetIntegrationResponseResponse < Struct.new(
@@ -3333,7 +3289,7 @@ module Aws::ApiGatewayV2
3333
3289
  # @return [String]
3334
3290
  #
3335
3291
  # @!attribute [rw] model_id
3336
- # An API Gateway-generated, unique identifier.
3292
+ # The identifier.
3337
3293
  # @return [String]
3338
3294
  #
3339
3295
  # @!attribute [rw] name
@@ -3462,7 +3418,7 @@ module Aws::ApiGatewayV2
3462
3418
  # @return [String]
3463
3419
  #
3464
3420
  # @!attribute [rw] authorizer_id
3465
- # An API Gateway-generated, unique identifier.
3421
+ # The identifier.
3466
3422
  # @return [String]
3467
3423
  #
3468
3424
  # @!attribute [rw] model_selection_expression
@@ -3471,7 +3427,7 @@ module Aws::ApiGatewayV2
3471
3427
  #
3472
3428
  #
3473
3429
  #
3474
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
3430
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3475
3431
  # @return [String]
3476
3432
  #
3477
3433
  # @!attribute [rw] operation_name
@@ -3487,7 +3443,7 @@ module Aws::ApiGatewayV2
3487
3443
  # @return [Hash<String,Types::ParameterConstraints>]
3488
3444
  #
3489
3445
  # @!attribute [rw] route_id
3490
- # An API Gateway-generated, unique identifier.
3446
+ # The identifier.
3491
3447
  # @return [String]
3492
3448
  #
3493
3449
  # @!attribute [rw] route_key
@@ -3498,7 +3454,7 @@ module Aws::ApiGatewayV2
3498
3454
  #
3499
3455
  #
3500
3456
  #
3501
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
3457
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3502
3458
  # @return [String]
3503
3459
  #
3504
3460
  # @!attribute [rw] route_response_selection_expression
@@ -3507,7 +3463,7 @@ module Aws::ApiGatewayV2
3507
3463
  #
3508
3464
  #
3509
3465
  #
3510
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
3466
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3511
3467
  # @return [String]
3512
3468
  #
3513
3469
  # @!attribute [rw] target
@@ -3561,7 +3517,7 @@ module Aws::ApiGatewayV2
3561
3517
  #
3562
3518
  #
3563
3519
  #
3564
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
3520
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3565
3521
  # @return [String]
3566
3522
  #
3567
3523
  # @!attribute [rw] response_models
@@ -3573,7 +3529,7 @@ module Aws::ApiGatewayV2
3573
3529
  # @return [Hash<String,Types::ParameterConstraints>]
3574
3530
  #
3575
3531
  # @!attribute [rw] route_response_id
3576
- # An API Gateway-generated, unique identifier.
3532
+ # The identifier.
3577
3533
  # @return [String]
3578
3534
  #
3579
3535
  # @!attribute [rw] route_response_key
@@ -3584,7 +3540,7 @@ module Aws::ApiGatewayV2
3584
3540
  #
3585
3541
  #
3586
3542
  #
3587
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
3543
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3588
3544
  # @return [String]
3589
3545
  #
3590
3546
  class GetRouteResponseResponse < Struct.new(
@@ -3704,7 +3660,7 @@ module Aws::ApiGatewayV2
3704
3660
  # @return [Types::AccessLogSettings]
3705
3661
  #
3706
3662
  # @!attribute [rw] client_certificate_id
3707
- # An API Gateway-generated, unique identifier.
3663
+ # The identifier.
3708
3664
  # @return [String]
3709
3665
  #
3710
3666
  # @!attribute [rw] created_date
@@ -3715,7 +3671,7 @@ module Aws::ApiGatewayV2
3715
3671
  # @return [Types::RouteSettings]
3716
3672
  #
3717
3673
  # @!attribute [rw] deployment_id
3718
- # An API Gateway-generated, unique identifier.
3674
+ # The identifier.
3719
3675
  # @return [String]
3720
3676
  #
3721
3677
  # @!attribute [rw] description
@@ -3793,15 +3749,13 @@ module Aws::ApiGatewayV2
3793
3749
  # Represents an integration.
3794
3750
  #
3795
3751
  # @!attribute [rw] connection_id
3796
- # The identifier of the VpcLink used for the integration when the
3797
- # connectionType is VPC\_LINK; otherwise undefined.
3752
+ # The connection ID.
3798
3753
  # @return [String]
3799
3754
  #
3800
3755
  # @!attribute [rw] connection_type
3801
- # The type of the network connection to the integration endpoint. The
3802
- # valid value is INTERNET for connections through the public routable
3803
- # internet or VPC\_LINK for private connections between API Gateway
3804
- # and a network load balancer in a VPC. The default value is INTERNET.
3756
+ # The type of the network connection to the integration endpoint.
3757
+ # Currently the only valid value is INTERNET, for connections through
3758
+ # the public routable internet.
3805
3759
  # @return [String]
3806
3760
  #
3807
3761
  # @!attribute [rw] content_handling_strategy
@@ -3842,6 +3796,12 @@ module Aws::ApiGatewayV2
3842
3796
  # @return [String]
3843
3797
  #
3844
3798
  # @!attribute [rw] integration_response_selection_expression
3799
+ # The integration response selection expression for the integration.
3800
+ # See [Integration Response Selection Expressions][1].
3801
+ #
3802
+ #
3803
+ #
3804
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-integration-response-selection-expressions
3845
3805
  # @return [String]
3846
3806
  #
3847
3807
  # @!attribute [rw] integration_type
@@ -3859,50 +3819,20 @@ module Aws::ApiGatewayV2
3859
3819
  # integration.
3860
3820
  #
3861
3821
  # HTTP: for integrating the route or method request with an HTTP
3862
- # endpoint, including a private HTTP endpoint within a VPC. This
3863
- # integration is also referred to as the HTTP custom integration.
3822
+ # endpoint. This integration is also referred to as the HTTP custom
3823
+ # integration.
3864
3824
  #
3865
3825
  # HTTP\_PROXY: for integrating route or method request with an HTTP
3866
- # endpoint, including a private HTTP endpoint within a VPC, with the
3867
- # client request passed through as-is. This is also referred to as
3868
- # HTTP proxy integration.
3826
+ # endpoint, with the client request passed through as-is. This is also
3827
+ # referred to as HTTP proxy integration.
3869
3828
  #
3870
3829
  # MOCK: for integrating the route or method request with API Gateway
3871
3830
  # as a "loopback" endpoint without invoking any backend.
3872
3831
  # @return [String]
3873
3832
  #
3874
3833
  # @!attribute [rw] integration_uri
3875
- # Specifies the Uniform Resource Identifier (URI) of the integration
3876
- # endpoint.
3877
- #
3878
- # For HTTP or HTTP\_PROXY integrations, the URI must be a fully
3879
- # formed, encoded HTTP(S) URL according to the [RFC-3986
3880
- # specification][1], for either standard integration, where
3881
- # connectionType is not VPC\_LINK, or private integration, where
3882
- # connectionType is VPC\_LINK. For a private HTTP integration, the URI
3883
- # is not used for routing.
3884
- #
3885
- # For AWS or AWS\_PROXY integrations, the URI is of the form
3886
- # arn:aws:apigateway:\\\{region\\}:\\\{subdomain.service\|service\\}:path\|action/\\\{service\_api\\}.
3887
- # Here, \\\{Region\\} is the API Gateway region (e.g., us-east-1);
3888
- # \\\{service\\} is the name of the integrated AWS service (e.g., s3);
3889
- # and \\\{subdomain\\} is a designated subdomain supported by certain
3890
- # AWS service for fast host-name lookup. action can be used for an AWS
3891
- # service action-based API, using an
3892
- # Action=\\\{name\\}&\\\{p1\\}=\\\{v1\\}&p2=\\\{v2\\}... query string.
3893
- # The ensuing \\\{service\_api\\} refers to a supported action
3894
- # \\\{name\\} plus any required input parameters. Alternatively, path
3895
- # can be used for an AWS service path-based API. The ensuing
3896
- # service\_api refers to the path to an AWS service resource,
3897
- # including the region of the integrated AWS service, if applicable.
3898
- # For example, for integration with the S3 API of GetObject, the URI
3899
- # can be either
3900
- # arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket=\\\{bucket\\}&Key=\\\{key\\}
3901
- # or arn:aws:apigateway:us-west-2:s3:path/\\\{bucket\\}/\\\{key\\}
3902
- #
3903
- #
3904
- #
3905
- # [1]: https://en.wikipedia.org/wiki/Uniform_Resource_Identifier
3834
+ # For a Lambda proxy integration, this is the URI of the Lambda
3835
+ # function.
3906
3836
  # @return [String]
3907
3837
  #
3908
3838
  # @!attribute [rw] passthrough_behavior
@@ -4169,17 +4099,28 @@ module Aws::ApiGatewayV2
4169
4099
  # @return [Boolean]
4170
4100
  #
4171
4101
  # @!attribute [rw] authorization_scopes
4172
- # The authorization scopes supported by this route.
4102
+ # A list of authorization scopes configured on a route. The scopes are
4103
+ # used with a COGNITO\_USER\_POOLS authorizer to authorize the method
4104
+ # invocation. The authorization works by matching the route scopes
4105
+ # against the scopes parsed from the access token in the incoming
4106
+ # request. The method invocation is authorized if any route scope
4107
+ # matches a claimed scope in the access token. Otherwise, the
4108
+ # invocation is not authorized. When the route scope is configured,
4109
+ # the client must provide an access token instead of an identity token
4110
+ # for authorization purposes.
4173
4111
  # @return [Array<String>]
4174
4112
  #
4175
4113
  # @!attribute [rw] authorization_type
4176
4114
  # The authorization type for the route. Valid values are NONE for open
4177
- # access, AWS\_IAM for using AWS IAM permissions.
4115
+ # access, AWS\_IAM for using AWS IAM permissions, and CUSTOM for using
4116
+ # a Lambda authorizer
4178
4117
  # @return [String]
4179
4118
  #
4180
4119
  # @!attribute [rw] authorizer_id
4181
4120
  # The identifier of the Authorizer resource to be associated with this
4182
- # route.
4121
+ # route, if the authorizationType is CUSTOM . The authorizer
4122
+ # identifier is generated by API Gateway when you created the
4123
+ # authorizer.
4183
4124
  # @return [String]
4184
4125
  #
4185
4126
  # @!attribute [rw] model_selection_expression
@@ -4502,7 +4443,7 @@ module Aws::ApiGatewayV2
4502
4443
  # }
4503
4444
  #
4504
4445
  # @!attribute [rw] api_id
4505
- # An API Gateway-generated, unique identifier.
4446
+ # The identifier.
4506
4447
  # @return [String]
4507
4448
  #
4508
4449
  # @!attribute [rw] api_mapping_id
@@ -4516,7 +4457,7 @@ module Aws::ApiGatewayV2
4516
4457
  #
4517
4458
  #
4518
4459
  #
4519
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
4460
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
4520
4461
  # @return [String]
4521
4462
  #
4522
4463
  # @!attribute [rw] domain_name
@@ -4536,11 +4477,11 @@ module Aws::ApiGatewayV2
4536
4477
  end
4537
4478
 
4538
4479
  # @!attribute [rw] api_id
4539
- # An API Gateway-generated, unique identifier.
4480
+ # The identifier.
4540
4481
  # @return [String]
4541
4482
  #
4542
4483
  # @!attribute [rw] api_mapping_id
4543
- # An API Gateway-generated, unique identifier.
4484
+ # The identifier.
4544
4485
  # @return [String]
4545
4486
  #
4546
4487
  # @!attribute [rw] api_mapping_key
@@ -4551,7 +4492,7 @@ module Aws::ApiGatewayV2
4551
4492
  #
4552
4493
  #
4553
4494
  #
4554
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
4495
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
4555
4496
  # @return [String]
4556
4497
  #
4557
4498
  # @!attribute [rw] stage
@@ -4588,7 +4529,7 @@ module Aws::ApiGatewayV2
4588
4529
  #
4589
4530
  #
4590
4531
  #
4591
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
4532
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
4592
4533
  # @return [String]
4593
4534
  #
4594
4535
  # @!attribute [rw] description
@@ -4608,7 +4549,7 @@ module Aws::ApiGatewayV2
4608
4549
  #
4609
4550
  #
4610
4551
  #
4611
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
4552
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
4612
4553
  # @return [String]
4613
4554
  #
4614
4555
  # @!attribute [rw] version
@@ -4630,7 +4571,7 @@ module Aws::ApiGatewayV2
4630
4571
  # @return [String]
4631
4572
  #
4632
4573
  # @!attribute [rw] api_id
4633
- # An API Gateway-generated, unique identifier.
4574
+ # The identifier.
4634
4575
  # @return [String]
4635
4576
  #
4636
4577
  # @!attribute [rw] api_key_selection_expression
@@ -4639,7 +4580,7 @@ module Aws::ApiGatewayV2
4639
4580
  #
4640
4581
  #
4641
4582
  #
4642
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
4583
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
4643
4584
  # @return [String]
4644
4585
  #
4645
4586
  # @!attribute [rw] created_date
@@ -4665,7 +4606,7 @@ module Aws::ApiGatewayV2
4665
4606
  #
4666
4607
  #
4667
4608
  #
4668
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
4609
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
4669
4610
  # @return [String]
4670
4611
  #
4671
4612
  # @!attribute [rw] version
@@ -4810,11 +4751,10 @@ module Aws::ApiGatewayV2
4810
4751
  # @return [String]
4811
4752
  #
4812
4753
  # @!attribute [rw] identity_source
4813
- # The identity source for which authorization is requested.
4814
- #
4815
- # For the REQUEST authorizer, this is required when authorization
4816
- # caching is enabled. The value is a comma-separated string of one or
4817
- # more mapping expressions of the specified request parameters. For
4754
+ # The identity source for which authorization is requested. For the
4755
+ # REQUEST authorizer, this is required when authorization caching is
4756
+ # enabled. The value is a comma-separated string of one or more
4757
+ # mapping expressions of the specified request parameters. For
4818
4758
  # example, if an Auth header, a Name query string parameter are
4819
4759
  # defined as identity sources, this value is
4820
4760
  # $method.request.header.Auth, $method.request.querystring.Name. These
@@ -4860,7 +4800,7 @@ module Aws::ApiGatewayV2
4860
4800
  # @return [String]
4861
4801
  #
4862
4802
  # @!attribute [rw] authorizer_id
4863
- # An API Gateway-generated, unique identifier.
4803
+ # The identifier.
4864
4804
  # @return [String]
4865
4805
  #
4866
4806
  # @!attribute [rw] authorizer_result_ttl_in_seconds
@@ -4877,11 +4817,10 @@ module Aws::ApiGatewayV2
4877
4817
  # @return [String]
4878
4818
  #
4879
4819
  # @!attribute [rw] identity_source
4880
- # The identity source for which authorization is requested.
4881
- #
4882
- # For the REQUEST authorizer, this is required when authorization
4883
- # caching is enabled. The value is a comma-separated string of one or
4884
- # more mapping expressions of the specified request parameters. For
4820
+ # The identity source for which authorization is requested. For the
4821
+ # REQUEST authorizer, this is required when authorization caching is
4822
+ # enabled. The value is a comma-separated string of one or more
4823
+ # mapping expressions of the specified request parameters. For
4885
4824
  # example, if an Auth header, a Name query string parameter are
4886
4825
  # defined as identity sources, this value is
4887
4826
  # $method.request.header.Auth, $method.request.querystring.Name. These
@@ -4962,7 +4901,7 @@ module Aws::ApiGatewayV2
4962
4901
  # @return [Time]
4963
4902
  #
4964
4903
  # @!attribute [rw] deployment_id
4965
- # An API Gateway-generated, unique identifier.
4904
+ # The identifier.
4966
4905
  # @return [String]
4967
4906
  #
4968
4907
  # @!attribute [rw] deployment_status
@@ -5032,7 +4971,7 @@ module Aws::ApiGatewayV2
5032
4971
  #
5033
4972
  #
5034
4973
  #
5035
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
4974
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5036
4975
  # @return [String]
5037
4976
  #
5038
4977
  # @!attribute [rw] domain_name
@@ -5053,15 +4992,13 @@ module Aws::ApiGatewayV2
5053
4992
  # Represents the input parameters for an UpdateIntegration request.
5054
4993
  #
5055
4994
  # @!attribute [rw] connection_id
5056
- # The identifier of the VpcLink used for the integration when the
5057
- # connectionType is VPC\_LINK; otherwise undefined.
4995
+ # The connection ID.
5058
4996
  # @return [String]
5059
4997
  #
5060
4998
  # @!attribute [rw] connection_type
5061
- # The type of the network connection to the integration endpoint. The
5062
- # valid value is INTERNET for connections through the public routable
5063
- # internet or VPC\_LINK for private connections between API Gateway
5064
- # and a network load balancer in a VPC. The default value is INTERNET.
4999
+ # The type of the network connection to the integration endpoint.
5000
+ # Currently the only valid value is INTERNET, for connections through
5001
+ # the public routable internet.
5065
5002
  # @return [String]
5066
5003
  #
5067
5004
  # @!attribute [rw] content_handling_strategy
@@ -5112,50 +5049,20 @@ module Aws::ApiGatewayV2
5112
5049
  # integration.
5113
5050
  #
5114
5051
  # HTTP: for integrating the route or method request with an HTTP
5115
- # endpoint, including a private HTTP endpoint within a VPC. This
5116
- # integration is also referred to as the HTTP custom integration.
5052
+ # endpoint. This integration is also referred to as the HTTP custom
5053
+ # integration.
5117
5054
  #
5118
5055
  # HTTP\_PROXY: for integrating route or method request with an HTTP
5119
- # endpoint, including a private HTTP endpoint within a VPC, with the
5120
- # client request passed through as-is. This is also referred to as
5121
- # HTTP proxy integration.
5056
+ # endpoint, with the client request passed through as-is. This is also
5057
+ # referred to as HTTP proxy integration.
5122
5058
  #
5123
5059
  # MOCK: for integrating the route or method request with API Gateway
5124
5060
  # as a "loopback" endpoint without invoking any backend.
5125
5061
  # @return [String]
5126
5062
  #
5127
5063
  # @!attribute [rw] integration_uri
5128
- # Specifies the Uniform Resource Identifier (URI) of the integration
5129
- # endpoint.
5130
- #
5131
- # For HTTP or HTTP\_PROXY integrations, the URI must be a fully
5132
- # formed, encoded HTTP(S) URL according to the [RFC-3986
5133
- # specification][1], for either standard integration, where
5134
- # connectionType is not VPC\_LINK, or private integration, where
5135
- # connectionType is VPC\_LINK. For a private HTTP integration, the URI
5136
- # is not used for routing.
5137
- #
5138
- # For AWS or AWS\_PROXY integrations, the URI is of the form
5139
- # arn:aws:apigateway:\\\{region\\}:\\\{subdomain.service\|service\\}:path\|action/\\\{service\_api\\}.
5140
- # Here, \\\{Region\\} is the API Gateway region (e.g., us-east-1);
5141
- # \\\{service\\} is the name of the integrated AWS service (e.g., s3);
5142
- # and \\\{subdomain\\} is a designated subdomain supported by certain
5143
- # AWS service for fast host-name lookup. action can be used for an AWS
5144
- # service action-based API, using an
5145
- # Action=\\\{name\\}&\\\{p1\\}=\\\{v1\\}&p2=\\\{v2\\}... query string.
5146
- # The ensuing \\\{service\_api\\} refers to a supported action
5147
- # \\\{name\\} plus any required input parameters. Alternatively, path
5148
- # can be used for an AWS service path-based API. The ensuing
5149
- # service\_api refers to the path to an AWS service resource,
5150
- # including the region of the integrated AWS service, if applicable.
5151
- # For example, for integration with the S3 API of GetObject, the URI
5152
- # can be either
5153
- # arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket=\\\{bucket\\}&Key=\\\{key\\}
5154
- # or arn:aws:apigateway:us-west-2:s3:path/\\\{bucket\\}/\\\{key\\}
5155
- #
5156
- #
5157
- #
5158
- # [1]: https://en.wikipedia.org/wiki/Uniform_Resource_Identifier
5064
+ # For a Lambda proxy integration, this is the URI of the Lambda
5065
+ # function.
5159
5066
  # @return [String]
5160
5067
  #
5161
5068
  # @!attribute [rw] passthrough_behavior
@@ -5316,7 +5223,7 @@ module Aws::ApiGatewayV2
5316
5223
  #
5317
5224
  #
5318
5225
  #
5319
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5226
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5320
5227
  # @return [String]
5321
5228
  #
5322
5229
  # @!attribute [rw] timeout_in_millis
@@ -5363,7 +5270,7 @@ module Aws::ApiGatewayV2
5363
5270
  # @return [String]
5364
5271
  #
5365
5272
  # @!attribute [rw] integration_id
5366
- # An API Gateway-generated, unique identifier.
5273
+ # The identifier.
5367
5274
  # @return [String]
5368
5275
  #
5369
5276
  # @!attribute [rw] integration_method
@@ -5376,7 +5283,7 @@ module Aws::ApiGatewayV2
5376
5283
  #
5377
5284
  #
5378
5285
  #
5379
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5286
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5380
5287
  # @return [String]
5381
5288
  #
5382
5289
  # @!attribute [rw] integration_type
@@ -5418,7 +5325,7 @@ module Aws::ApiGatewayV2
5418
5325
  #
5419
5326
  #
5420
5327
  #
5421
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5328
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5422
5329
  # @return [String]
5423
5330
  #
5424
5331
  # @!attribute [rw] timeout_in_millis
@@ -5542,7 +5449,7 @@ module Aws::ApiGatewayV2
5542
5449
  #
5543
5450
  #
5544
5451
  #
5545
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5452
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5546
5453
  # @return [String]
5547
5454
  #
5548
5455
  # @!attribute [rw] response_parameters
@@ -5572,7 +5479,7 @@ module Aws::ApiGatewayV2
5572
5479
  #
5573
5480
  #
5574
5481
  #
5575
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5482
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5576
5483
  # @return [String]
5577
5484
  #
5578
5485
  class UpdateIntegrationResponseRequest < Struct.new(
@@ -5592,7 +5499,7 @@ module Aws::ApiGatewayV2
5592
5499
  # @return [String]
5593
5500
  #
5594
5501
  # @!attribute [rw] integration_response_id
5595
- # An API Gateway-generated, unique identifier.
5502
+ # The identifier.
5596
5503
  # @return [String]
5597
5504
  #
5598
5505
  # @!attribute [rw] integration_response_key
@@ -5603,7 +5510,7 @@ module Aws::ApiGatewayV2
5603
5510
  #
5604
5511
  #
5605
5512
  #
5606
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5513
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5607
5514
  # @return [String]
5608
5515
  #
5609
5516
  # @!attribute [rw] response_parameters
@@ -5633,7 +5540,7 @@ module Aws::ApiGatewayV2
5633
5540
  #
5634
5541
  #
5635
5542
  #
5636
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5543
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5637
5544
  # @return [String]
5638
5545
  #
5639
5546
  class UpdateIntegrationResponseResponse < Struct.new(
@@ -5726,7 +5633,7 @@ module Aws::ApiGatewayV2
5726
5633
  # @return [String]
5727
5634
  #
5728
5635
  # @!attribute [rw] model_id
5729
- # An API Gateway-generated, unique identifier.
5636
+ # The identifier.
5730
5637
  # @return [String]
5731
5638
  #
5732
5639
  # @!attribute [rw] name
@@ -5758,12 +5665,15 @@ module Aws::ApiGatewayV2
5758
5665
  #
5759
5666
  # @!attribute [rw] authorization_type
5760
5667
  # The authorization type for the route. Valid values are NONE for open
5761
- # access, AWS\_IAM for using AWS IAM permissions.
5668
+ # access, AWS\_IAM for using AWS IAM permissions, and CUSTOM for using
5669
+ # a Lambda authorizer.
5762
5670
  # @return [String]
5763
5671
  #
5764
5672
  # @!attribute [rw] authorizer_id
5765
5673
  # The identifier of the Authorizer resource to be associated with this
5766
- # route.
5674
+ # route, if the authorizationType is CUSTOM . The authorizer
5675
+ # identifier is generated by API Gateway when you created the
5676
+ # authorizer.
5767
5677
  # @return [String]
5768
5678
  #
5769
5679
  # @!attribute [rw] model_selection_expression
@@ -5859,7 +5769,7 @@ module Aws::ApiGatewayV2
5859
5769
  # @return [String]
5860
5770
  #
5861
5771
  # @!attribute [rw] authorizer_id
5862
- # An API Gateway-generated, unique identifier.
5772
+ # The identifier.
5863
5773
  # @return [String]
5864
5774
  #
5865
5775
  # @!attribute [rw] model_selection_expression
@@ -5868,7 +5778,7 @@ module Aws::ApiGatewayV2
5868
5778
  #
5869
5779
  #
5870
5780
  #
5871
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5781
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5872
5782
  # @return [String]
5873
5783
  #
5874
5784
  # @!attribute [rw] operation_name
@@ -5894,7 +5804,7 @@ module Aws::ApiGatewayV2
5894
5804
  #
5895
5805
  #
5896
5806
  #
5897
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5807
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5898
5808
  # @return [String]
5899
5809
  #
5900
5810
  # @!attribute [rw] route_response_selection_expression
@@ -5903,7 +5813,7 @@ module Aws::ApiGatewayV2
5903
5813
  #
5904
5814
  #
5905
5815
  #
5906
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5816
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5907
5817
  # @return [String]
5908
5818
  #
5909
5819
  # @!attribute [rw] target
@@ -5949,7 +5859,7 @@ module Aws::ApiGatewayV2
5949
5859
  # @return [String]
5950
5860
  #
5951
5861
  # @!attribute [rw] authorizer_id
5952
- # An API Gateway-generated, unique identifier.
5862
+ # The identifier.
5953
5863
  # @return [String]
5954
5864
  #
5955
5865
  # @!attribute [rw] model_selection_expression
@@ -5958,7 +5868,7 @@ module Aws::ApiGatewayV2
5958
5868
  #
5959
5869
  #
5960
5870
  #
5961
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5871
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5962
5872
  # @return [String]
5963
5873
  #
5964
5874
  # @!attribute [rw] operation_name
@@ -5974,7 +5884,7 @@ module Aws::ApiGatewayV2
5974
5884
  # @return [Hash<String,Types::ParameterConstraints>]
5975
5885
  #
5976
5886
  # @!attribute [rw] route_id
5977
- # An API Gateway-generated, unique identifier.
5887
+ # The identifier.
5978
5888
  # @return [String]
5979
5889
  #
5980
5890
  # @!attribute [rw] route_key
@@ -5985,7 +5895,7 @@ module Aws::ApiGatewayV2
5985
5895
  #
5986
5896
  #
5987
5897
  #
5988
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5898
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5989
5899
  # @return [String]
5990
5900
  #
5991
5901
  # @!attribute [rw] route_response_selection_expression
@@ -5994,7 +5904,7 @@ module Aws::ApiGatewayV2
5994
5904
  #
5995
5905
  #
5996
5906
  #
5997
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5907
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
5998
5908
  # @return [String]
5999
5909
  #
6000
5910
  # @!attribute [rw] target
@@ -6071,7 +5981,7 @@ module Aws::ApiGatewayV2
6071
5981
  #
6072
5982
  #
6073
5983
  #
6074
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
5984
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
6075
5985
  # @return [String]
6076
5986
  #
6077
5987
  # @!attribute [rw] response_models
@@ -6096,7 +6006,7 @@ module Aws::ApiGatewayV2
6096
6006
  #
6097
6007
  #
6098
6008
  #
6099
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
6009
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
6100
6010
  # @return [String]
6101
6011
  #
6102
6012
  class UpdateRouteResponseRequest < Struct.new(
@@ -6116,7 +6026,7 @@ module Aws::ApiGatewayV2
6116
6026
  #
6117
6027
  #
6118
6028
  #
6119
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
6029
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
6120
6030
  # @return [String]
6121
6031
  #
6122
6032
  # @!attribute [rw] response_models
@@ -6128,7 +6038,7 @@ module Aws::ApiGatewayV2
6128
6038
  # @return [Hash<String,Types::ParameterConstraints>]
6129
6039
  #
6130
6040
  # @!attribute [rw] route_response_id
6131
- # An API Gateway-generated, unique identifier.
6041
+ # The identifier.
6132
6042
  # @return [String]
6133
6043
  #
6134
6044
  # @!attribute [rw] route_response_key
@@ -6139,7 +6049,7 @@ module Aws::ApiGatewayV2
6139
6049
  #
6140
6050
  #
6141
6051
  #
6142
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html
6052
+ # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
6143
6053
  # @return [String]
6144
6054
  #
6145
6055
  class UpdateRouteResponseResponse < Struct.new(
@@ -6236,7 +6146,7 @@ module Aws::ApiGatewayV2
6236
6146
  # @return [String]
6237
6147
  #
6238
6148
  # @!attribute [rw] client_certificate_id
6239
- # An API Gateway-generated, unique identifier.
6149
+ # The identifier.
6240
6150
  # @return [String]
6241
6151
  #
6242
6152
  # @!attribute [rw] default_route_settings
@@ -6244,7 +6154,7 @@ module Aws::ApiGatewayV2
6244
6154
  # @return [Types::RouteSettings]
6245
6155
  #
6246
6156
  # @!attribute [rw] deployment_id
6247
- # An API Gateway-generated, unique identifier.
6157
+ # The identifier.
6248
6158
  # @return [String]
6249
6159
  #
6250
6160
  # @!attribute [rw] description
@@ -6280,7 +6190,7 @@ module Aws::ApiGatewayV2
6280
6190
  # @return [Types::AccessLogSettings]
6281
6191
  #
6282
6192
  # @!attribute [rw] client_certificate_id
6283
- # An API Gateway-generated, unique identifier.
6193
+ # The identifier.
6284
6194
  # @return [String]
6285
6195
  #
6286
6196
  # @!attribute [rw] created_date
@@ -6291,7 +6201,7 @@ module Aws::ApiGatewayV2
6291
6201
  # @return [Types::RouteSettings]
6292
6202
  #
6293
6203
  # @!attribute [rw] deployment_id
6294
- # An API Gateway-generated, unique identifier.
6204
+ # The identifier.
6295
6205
  # @return [String]
6296
6206
  #
6297
6207
  # @!attribute [rw] description