aws-sdk-apigatewayv2 1.43.0 → 1.44.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-apigatewayv2/client.rb +1 -1
- data/lib/aws-sdk-apigatewayv2/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-apigatewayv2/types.rb +0 -971
- data/lib/aws-sdk-apigatewayv2.rb +1 -1
- metadata +2 -2
@@ -21,14 +21,6 @@ module Aws::ApiGatewayV2
|
|
21
21
|
|
22
22
|
# Settings for logging access in a stage.
|
23
23
|
#
|
24
|
-
# @note When making an API call, you may pass AccessLogSettings
|
25
|
-
# data as a hash:
|
26
|
-
#
|
27
|
-
# {
|
28
|
-
# destination_arn: "Arn",
|
29
|
-
# format: "StringWithLengthBetween1And1024",
|
30
|
-
# }
|
31
|
-
#
|
32
24
|
# @!attribute [rw] destination_arn
|
33
25
|
# The ARN of the CloudWatch Logs log group to receive access logs.
|
34
26
|
# @return [String]
|
@@ -397,18 +389,6 @@ module Aws::ApiGatewayV2
|
|
397
389
|
#
|
398
390
|
# [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html
|
399
391
|
#
|
400
|
-
# @note When making an API call, you may pass Cors
|
401
|
-
# data as a hash:
|
402
|
-
#
|
403
|
-
# {
|
404
|
-
# allow_credentials: false,
|
405
|
-
# allow_headers: ["__string"],
|
406
|
-
# allow_methods: ["StringWithLengthBetween1And64"],
|
407
|
-
# allow_origins: ["__string"],
|
408
|
-
# expose_headers: ["__string"],
|
409
|
-
# max_age: 1,
|
410
|
-
# }
|
411
|
-
#
|
412
392
|
# @!attribute [rw] allow_credentials
|
413
393
|
# Specifies whether credentials are included in the CORS request.
|
414
394
|
# Supported only for HTTP APIs.
|
@@ -576,16 +556,6 @@ module Aws::ApiGatewayV2
|
|
576
556
|
include Aws::Structure
|
577
557
|
end
|
578
558
|
|
579
|
-
# @note When making an API call, you may pass CreateApiMappingRequest
|
580
|
-
# data as a hash:
|
581
|
-
#
|
582
|
-
# {
|
583
|
-
# api_id: "Id", # required
|
584
|
-
# api_mapping_key: "SelectionKey",
|
585
|
-
# domain_name: "__string", # required
|
586
|
-
# stage: "StringWithLengthBetween1And128", # required
|
587
|
-
# }
|
588
|
-
#
|
589
559
|
# @!attribute [rw] api_id
|
590
560
|
# The identifier.
|
591
561
|
# @return [String]
|
@@ -649,34 +619,6 @@ module Aws::ApiGatewayV2
|
|
649
619
|
include Aws::Structure
|
650
620
|
end
|
651
621
|
|
652
|
-
# @note When making an API call, you may pass CreateApiRequest
|
653
|
-
# data as a hash:
|
654
|
-
#
|
655
|
-
# {
|
656
|
-
# api_key_selection_expression: "SelectionExpression",
|
657
|
-
# cors_configuration: {
|
658
|
-
# allow_credentials: false,
|
659
|
-
# allow_headers: ["__string"],
|
660
|
-
# allow_methods: ["StringWithLengthBetween1And64"],
|
661
|
-
# allow_origins: ["__string"],
|
662
|
-
# expose_headers: ["__string"],
|
663
|
-
# max_age: 1,
|
664
|
-
# },
|
665
|
-
# credentials_arn: "Arn",
|
666
|
-
# description: "StringWithLengthBetween0And1024",
|
667
|
-
# disable_schema_validation: false,
|
668
|
-
# disable_execute_api_endpoint: false,
|
669
|
-
# name: "StringWithLengthBetween1And128", # required
|
670
|
-
# protocol_type: "WEBSOCKET", # required, accepts WEBSOCKET, HTTP
|
671
|
-
# route_key: "SelectionKey",
|
672
|
-
# route_selection_expression: "SelectionExpression",
|
673
|
-
# tags: {
|
674
|
-
# "__string" => "StringWithLengthBetween1And1600",
|
675
|
-
# },
|
676
|
-
# target: "UriWithLengthBetween1And2048",
|
677
|
-
# version: "StringWithLengthBetween1And64",
|
678
|
-
# }
|
679
|
-
#
|
680
622
|
# @!attribute [rw] api_key_selection_expression
|
681
623
|
# An expression used to extract information at runtime. See [Selection
|
682
624
|
# Expressions][1] for more information.
|
@@ -982,26 +924,6 @@ module Aws::ApiGatewayV2
|
|
982
924
|
include Aws::Structure
|
983
925
|
end
|
984
926
|
|
985
|
-
# @note When making an API call, you may pass CreateAuthorizerRequest
|
986
|
-
# data as a hash:
|
987
|
-
#
|
988
|
-
# {
|
989
|
-
# api_id: "__string", # required
|
990
|
-
# authorizer_credentials_arn: "Arn",
|
991
|
-
# authorizer_result_ttl_in_seconds: 1,
|
992
|
-
# authorizer_type: "REQUEST", # required, accepts REQUEST, JWT
|
993
|
-
# authorizer_uri: "UriWithLengthBetween1And2048",
|
994
|
-
# identity_source: ["__string"], # required
|
995
|
-
# identity_validation_expression: "StringWithLengthBetween0And1024",
|
996
|
-
# jwt_configuration: {
|
997
|
-
# audience: ["__string"],
|
998
|
-
# issuer: "UriWithLengthBetween1And2048",
|
999
|
-
# },
|
1000
|
-
# name: "StringWithLengthBetween1And128", # required
|
1001
|
-
# authorizer_payload_format_version: "StringWithLengthBetween1And64",
|
1002
|
-
# enable_simple_responses: false,
|
1003
|
-
# }
|
1004
|
-
#
|
1005
927
|
# @!attribute [rw] api_id
|
1006
928
|
# @return [String]
|
1007
929
|
#
|
@@ -1173,15 +1095,6 @@ module Aws::ApiGatewayV2
|
|
1173
1095
|
include Aws::Structure
|
1174
1096
|
end
|
1175
1097
|
|
1176
|
-
# @note When making an API call, you may pass CreateDeploymentRequest
|
1177
|
-
# data as a hash:
|
1178
|
-
#
|
1179
|
-
# {
|
1180
|
-
# api_id: "__string", # required
|
1181
|
-
# description: "StringWithLengthBetween0And1024",
|
1182
|
-
# stage_name: "StringWithLengthBetween1And128",
|
1183
|
-
# }
|
1184
|
-
#
|
1185
1098
|
# @!attribute [rw] api_id
|
1186
1099
|
# @return [String]
|
1187
1100
|
#
|
@@ -1261,34 +1174,6 @@ module Aws::ApiGatewayV2
|
|
1261
1174
|
include Aws::Structure
|
1262
1175
|
end
|
1263
1176
|
|
1264
|
-
# @note When making an API call, you may pass CreateDomainNameRequest
|
1265
|
-
# data as a hash:
|
1266
|
-
#
|
1267
|
-
# {
|
1268
|
-
# domain_name: "StringWithLengthBetween1And512", # required
|
1269
|
-
# domain_name_configurations: [
|
1270
|
-
# {
|
1271
|
-
# api_gateway_domain_name: "__string",
|
1272
|
-
# certificate_arn: "Arn",
|
1273
|
-
# certificate_name: "StringWithLengthBetween1And128",
|
1274
|
-
# certificate_upload_date: Time.now,
|
1275
|
-
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, PENDING_OWNERSHIP_VERIFICATION
|
1276
|
-
# domain_name_status_message: "__string",
|
1277
|
-
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
1278
|
-
# hosted_zone_id: "__string",
|
1279
|
-
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
1280
|
-
# ownership_verification_certificate_arn: "Arn",
|
1281
|
-
# },
|
1282
|
-
# ],
|
1283
|
-
# mutual_tls_authentication: {
|
1284
|
-
# truststore_uri: "UriWithLengthBetween1And2048",
|
1285
|
-
# truststore_version: "StringWithLengthBetween1And64",
|
1286
|
-
# },
|
1287
|
-
# tags: {
|
1288
|
-
# "__string" => "StringWithLengthBetween1And1600",
|
1289
|
-
# },
|
1290
|
-
# }
|
1291
|
-
#
|
1292
1177
|
# @!attribute [rw] domain_name
|
1293
1178
|
# A string with a length between \[1-512\].
|
1294
1179
|
# @return [String]
|
@@ -1579,40 +1464,6 @@ module Aws::ApiGatewayV2
|
|
1579
1464
|
include Aws::Structure
|
1580
1465
|
end
|
1581
1466
|
|
1582
|
-
# @note When making an API call, you may pass CreateIntegrationRequest
|
1583
|
-
# data as a hash:
|
1584
|
-
#
|
1585
|
-
# {
|
1586
|
-
# api_id: "__string", # required
|
1587
|
-
# connection_id: "StringWithLengthBetween1And1024",
|
1588
|
-
# connection_type: "INTERNET", # accepts INTERNET, VPC_LINK
|
1589
|
-
# content_handling_strategy: "CONVERT_TO_BINARY", # accepts CONVERT_TO_BINARY, CONVERT_TO_TEXT
|
1590
|
-
# credentials_arn: "Arn",
|
1591
|
-
# description: "StringWithLengthBetween0And1024",
|
1592
|
-
# integration_method: "StringWithLengthBetween1And64",
|
1593
|
-
# integration_subtype: "StringWithLengthBetween1And128",
|
1594
|
-
# integration_type: "AWS", # required, accepts AWS, HTTP, MOCK, HTTP_PROXY, AWS_PROXY
|
1595
|
-
# integration_uri: "UriWithLengthBetween1And2048",
|
1596
|
-
# passthrough_behavior: "WHEN_NO_MATCH", # accepts WHEN_NO_MATCH, NEVER, WHEN_NO_TEMPLATES
|
1597
|
-
# payload_format_version: "StringWithLengthBetween1And64",
|
1598
|
-
# request_parameters: {
|
1599
|
-
# "__string" => "StringWithLengthBetween1And512",
|
1600
|
-
# },
|
1601
|
-
# response_parameters: {
|
1602
|
-
# "__string" => {
|
1603
|
-
# "__string" => "StringWithLengthBetween1And512",
|
1604
|
-
# },
|
1605
|
-
# },
|
1606
|
-
# request_templates: {
|
1607
|
-
# "__string" => "StringWithLengthBetween0And32K",
|
1608
|
-
# },
|
1609
|
-
# template_selection_expression: "SelectionExpression",
|
1610
|
-
# timeout_in_millis: 1,
|
1611
|
-
# tls_config: {
|
1612
|
-
# server_name_to_verify: "StringWithLengthBetween1And512",
|
1613
|
-
# },
|
1614
|
-
# }
|
1615
|
-
#
|
1616
1467
|
# @!attribute [rw] api_id
|
1617
1468
|
# @return [String]
|
1618
1469
|
#
|
@@ -1963,23 +1814,6 @@ module Aws::ApiGatewayV2
|
|
1963
1814
|
include Aws::Structure
|
1964
1815
|
end
|
1965
1816
|
|
1966
|
-
# @note When making an API call, you may pass CreateIntegrationResponseRequest
|
1967
|
-
# data as a hash:
|
1968
|
-
#
|
1969
|
-
# {
|
1970
|
-
# api_id: "__string", # required
|
1971
|
-
# content_handling_strategy: "CONVERT_TO_BINARY", # accepts CONVERT_TO_BINARY, CONVERT_TO_TEXT
|
1972
|
-
# integration_id: "__string", # required
|
1973
|
-
# integration_response_key: "SelectionKey", # required
|
1974
|
-
# response_parameters: {
|
1975
|
-
# "__string" => "StringWithLengthBetween1And512",
|
1976
|
-
# },
|
1977
|
-
# response_templates: {
|
1978
|
-
# "__string" => "StringWithLengthBetween0And32K",
|
1979
|
-
# },
|
1980
|
-
# template_selection_expression: "SelectionExpression",
|
1981
|
-
# }
|
1982
|
-
#
|
1983
1817
|
# @!attribute [rw] api_id
|
1984
1818
|
# @return [String]
|
1985
1819
|
#
|
@@ -2171,17 +2005,6 @@ module Aws::ApiGatewayV2
|
|
2171
2005
|
include Aws::Structure
|
2172
2006
|
end
|
2173
2007
|
|
2174
|
-
# @note When making an API call, you may pass CreateModelRequest
|
2175
|
-
# data as a hash:
|
2176
|
-
#
|
2177
|
-
# {
|
2178
|
-
# api_id: "__string", # required
|
2179
|
-
# content_type: "StringWithLengthBetween1And256",
|
2180
|
-
# description: "StringWithLengthBetween0And1024",
|
2181
|
-
# name: "StringWithLengthBetween1And128", # required
|
2182
|
-
# schema: "StringWithLengthBetween0And32K", # required
|
2183
|
-
# }
|
2184
|
-
#
|
2185
2008
|
# @!attribute [rw] api_id
|
2186
2009
|
# @return [String]
|
2187
2010
|
#
|
@@ -2314,30 +2137,6 @@ module Aws::ApiGatewayV2
|
|
2314
2137
|
include Aws::Structure
|
2315
2138
|
end
|
2316
2139
|
|
2317
|
-
# @note When making an API call, you may pass CreateRouteRequest
|
2318
|
-
# data as a hash:
|
2319
|
-
#
|
2320
|
-
# {
|
2321
|
-
# api_id: "__string", # required
|
2322
|
-
# api_key_required: false,
|
2323
|
-
# authorization_scopes: ["StringWithLengthBetween1And64"],
|
2324
|
-
# authorization_type: "NONE", # accepts NONE, AWS_IAM, CUSTOM, JWT
|
2325
|
-
# authorizer_id: "Id",
|
2326
|
-
# model_selection_expression: "SelectionExpression",
|
2327
|
-
# operation_name: "StringWithLengthBetween1And64",
|
2328
|
-
# request_models: {
|
2329
|
-
# "__string" => "StringWithLengthBetween1And128",
|
2330
|
-
# },
|
2331
|
-
# request_parameters: {
|
2332
|
-
# "__string" => {
|
2333
|
-
# required: false,
|
2334
|
-
# },
|
2335
|
-
# },
|
2336
|
-
# route_key: "SelectionKey", # required
|
2337
|
-
# route_response_selection_expression: "SelectionExpression",
|
2338
|
-
# target: "StringWithLengthBetween1And128",
|
2339
|
-
# }
|
2340
|
-
#
|
2341
2140
|
# @!attribute [rw] api_id
|
2342
2141
|
# @return [String]
|
2343
2142
|
#
|
@@ -2555,24 +2354,6 @@ module Aws::ApiGatewayV2
|
|
2555
2354
|
include Aws::Structure
|
2556
2355
|
end
|
2557
2356
|
|
2558
|
-
# @note When making an API call, you may pass CreateRouteResponseRequest
|
2559
|
-
# data as a hash:
|
2560
|
-
#
|
2561
|
-
# {
|
2562
|
-
# api_id: "__string", # required
|
2563
|
-
# model_selection_expression: "SelectionExpression",
|
2564
|
-
# response_models: {
|
2565
|
-
# "__string" => "StringWithLengthBetween1And128",
|
2566
|
-
# },
|
2567
|
-
# response_parameters: {
|
2568
|
-
# "__string" => {
|
2569
|
-
# required: false,
|
2570
|
-
# },
|
2571
|
-
# },
|
2572
|
-
# route_id: "__string", # required
|
2573
|
-
# route_response_key: "SelectionKey", # required
|
2574
|
-
# }
|
2575
|
-
#
|
2576
2357
|
# @!attribute [rw] api_id
|
2577
2358
|
# @return [String]
|
2578
2359
|
#
|
@@ -2722,44 +2503,6 @@ module Aws::ApiGatewayV2
|
|
2722
2503
|
include Aws::Structure
|
2723
2504
|
end
|
2724
2505
|
|
2725
|
-
# @note When making an API call, you may pass CreateStageRequest
|
2726
|
-
# data as a hash:
|
2727
|
-
#
|
2728
|
-
# {
|
2729
|
-
# access_log_settings: {
|
2730
|
-
# destination_arn: "Arn",
|
2731
|
-
# format: "StringWithLengthBetween1And1024",
|
2732
|
-
# },
|
2733
|
-
# api_id: "__string", # required
|
2734
|
-
# auto_deploy: false,
|
2735
|
-
# client_certificate_id: "Id",
|
2736
|
-
# default_route_settings: {
|
2737
|
-
# data_trace_enabled: false,
|
2738
|
-
# detailed_metrics_enabled: false,
|
2739
|
-
# logging_level: "ERROR", # accepts ERROR, INFO, OFF
|
2740
|
-
# throttling_burst_limit: 1,
|
2741
|
-
# throttling_rate_limit: 1.0,
|
2742
|
-
# },
|
2743
|
-
# deployment_id: "Id",
|
2744
|
-
# description: "StringWithLengthBetween0And1024",
|
2745
|
-
# route_settings: {
|
2746
|
-
# "__string" => {
|
2747
|
-
# data_trace_enabled: false,
|
2748
|
-
# detailed_metrics_enabled: false,
|
2749
|
-
# logging_level: "ERROR", # accepts ERROR, INFO, OFF
|
2750
|
-
# throttling_burst_limit: 1,
|
2751
|
-
# throttling_rate_limit: 1.0,
|
2752
|
-
# },
|
2753
|
-
# },
|
2754
|
-
# stage_name: "StringWithLengthBetween1And128", # required
|
2755
|
-
# stage_variables: {
|
2756
|
-
# "__string" => "StringWithLengthBetween0And2048",
|
2757
|
-
# },
|
2758
|
-
# tags: {
|
2759
|
-
# "__string" => "StringWithLengthBetween1And1600",
|
2760
|
-
# },
|
2761
|
-
# }
|
2762
|
-
#
|
2763
2506
|
# @!attribute [rw] access_log_settings
|
2764
2507
|
# Settings for logging access in a stage.
|
2765
2508
|
# @return [Types::AccessLogSettings]
|
@@ -2915,18 +2658,6 @@ module Aws::ApiGatewayV2
|
|
2915
2658
|
include Aws::Structure
|
2916
2659
|
end
|
2917
2660
|
|
2918
|
-
# @note When making an API call, you may pass CreateVpcLinkRequest
|
2919
|
-
# data as a hash:
|
2920
|
-
#
|
2921
|
-
# {
|
2922
|
-
# name: "StringWithLengthBetween1And128", # required
|
2923
|
-
# security_group_ids: ["__string"],
|
2924
|
-
# subnet_ids: ["__string"], # required
|
2925
|
-
# tags: {
|
2926
|
-
# "__string" => "StringWithLengthBetween1And1600",
|
2927
|
-
# },
|
2928
|
-
# }
|
2929
|
-
#
|
2930
2661
|
# @!attribute [rw] name
|
2931
2662
|
# A string with a length between \[1-128\].
|
2932
2663
|
# @return [String]
|
@@ -3001,14 +2732,6 @@ module Aws::ApiGatewayV2
|
|
3001
2732
|
include Aws::Structure
|
3002
2733
|
end
|
3003
2734
|
|
3004
|
-
# @note When making an API call, you may pass DeleteAccessLogSettingsRequest
|
3005
|
-
# data as a hash:
|
3006
|
-
#
|
3007
|
-
# {
|
3008
|
-
# api_id: "__string", # required
|
3009
|
-
# stage_name: "__string", # required
|
3010
|
-
# }
|
3011
|
-
#
|
3012
2735
|
# @!attribute [rw] api_id
|
3013
2736
|
# @return [String]
|
3014
2737
|
#
|
@@ -3022,14 +2745,6 @@ module Aws::ApiGatewayV2
|
|
3022
2745
|
include Aws::Structure
|
3023
2746
|
end
|
3024
2747
|
|
3025
|
-
# @note When making an API call, you may pass DeleteApiMappingRequest
|
3026
|
-
# data as a hash:
|
3027
|
-
#
|
3028
|
-
# {
|
3029
|
-
# api_mapping_id: "__string", # required
|
3030
|
-
# domain_name: "__string", # required
|
3031
|
-
# }
|
3032
|
-
#
|
3033
2748
|
# @!attribute [rw] api_mapping_id
|
3034
2749
|
# @return [String]
|
3035
2750
|
#
|
@@ -3043,13 +2758,6 @@ module Aws::ApiGatewayV2
|
|
3043
2758
|
include Aws::Structure
|
3044
2759
|
end
|
3045
2760
|
|
3046
|
-
# @note When making an API call, you may pass DeleteApiRequest
|
3047
|
-
# data as a hash:
|
3048
|
-
#
|
3049
|
-
# {
|
3050
|
-
# api_id: "__string", # required
|
3051
|
-
# }
|
3052
|
-
#
|
3053
2761
|
# @!attribute [rw] api_id
|
3054
2762
|
# @return [String]
|
3055
2763
|
#
|
@@ -3059,14 +2767,6 @@ module Aws::ApiGatewayV2
|
|
3059
2767
|
include Aws::Structure
|
3060
2768
|
end
|
3061
2769
|
|
3062
|
-
# @note When making an API call, you may pass DeleteAuthorizerRequest
|
3063
|
-
# data as a hash:
|
3064
|
-
#
|
3065
|
-
# {
|
3066
|
-
# api_id: "__string", # required
|
3067
|
-
# authorizer_id: "__string", # required
|
3068
|
-
# }
|
3069
|
-
#
|
3070
2770
|
# @!attribute [rw] api_id
|
3071
2771
|
# @return [String]
|
3072
2772
|
#
|
@@ -3080,13 +2780,6 @@ module Aws::ApiGatewayV2
|
|
3080
2780
|
include Aws::Structure
|
3081
2781
|
end
|
3082
2782
|
|
3083
|
-
# @note When making an API call, you may pass DeleteCorsConfigurationRequest
|
3084
|
-
# data as a hash:
|
3085
|
-
#
|
3086
|
-
# {
|
3087
|
-
# api_id: "__string", # required
|
3088
|
-
# }
|
3089
|
-
#
|
3090
2783
|
# @!attribute [rw] api_id
|
3091
2784
|
# @return [String]
|
3092
2785
|
#
|
@@ -3096,14 +2789,6 @@ module Aws::ApiGatewayV2
|
|
3096
2789
|
include Aws::Structure
|
3097
2790
|
end
|
3098
2791
|
|
3099
|
-
# @note When making an API call, you may pass DeleteDeploymentRequest
|
3100
|
-
# data as a hash:
|
3101
|
-
#
|
3102
|
-
# {
|
3103
|
-
# api_id: "__string", # required
|
3104
|
-
# deployment_id: "__string", # required
|
3105
|
-
# }
|
3106
|
-
#
|
3107
2792
|
# @!attribute [rw] api_id
|
3108
2793
|
# @return [String]
|
3109
2794
|
#
|
@@ -3117,13 +2802,6 @@ module Aws::ApiGatewayV2
|
|
3117
2802
|
include Aws::Structure
|
3118
2803
|
end
|
3119
2804
|
|
3120
|
-
# @note When making an API call, you may pass DeleteDomainNameRequest
|
3121
|
-
# data as a hash:
|
3122
|
-
#
|
3123
|
-
# {
|
3124
|
-
# domain_name: "__string", # required
|
3125
|
-
# }
|
3126
|
-
#
|
3127
2805
|
# @!attribute [rw] domain_name
|
3128
2806
|
# @return [String]
|
3129
2807
|
#
|
@@ -3133,14 +2811,6 @@ module Aws::ApiGatewayV2
|
|
3133
2811
|
include Aws::Structure
|
3134
2812
|
end
|
3135
2813
|
|
3136
|
-
# @note When making an API call, you may pass DeleteIntegrationRequest
|
3137
|
-
# data as a hash:
|
3138
|
-
#
|
3139
|
-
# {
|
3140
|
-
# api_id: "__string", # required
|
3141
|
-
# integration_id: "__string", # required
|
3142
|
-
# }
|
3143
|
-
#
|
3144
2814
|
# @!attribute [rw] api_id
|
3145
2815
|
# @return [String]
|
3146
2816
|
#
|
@@ -3154,15 +2824,6 @@ module Aws::ApiGatewayV2
|
|
3154
2824
|
include Aws::Structure
|
3155
2825
|
end
|
3156
2826
|
|
3157
|
-
# @note When making an API call, you may pass DeleteIntegrationResponseRequest
|
3158
|
-
# data as a hash:
|
3159
|
-
#
|
3160
|
-
# {
|
3161
|
-
# api_id: "__string", # required
|
3162
|
-
# integration_id: "__string", # required
|
3163
|
-
# integration_response_id: "__string", # required
|
3164
|
-
# }
|
3165
|
-
#
|
3166
2827
|
# @!attribute [rw] api_id
|
3167
2828
|
# @return [String]
|
3168
2829
|
#
|
@@ -3180,14 +2841,6 @@ module Aws::ApiGatewayV2
|
|
3180
2841
|
include Aws::Structure
|
3181
2842
|
end
|
3182
2843
|
|
3183
|
-
# @note When making an API call, you may pass DeleteModelRequest
|
3184
|
-
# data as a hash:
|
3185
|
-
#
|
3186
|
-
# {
|
3187
|
-
# api_id: "__string", # required
|
3188
|
-
# model_id: "__string", # required
|
3189
|
-
# }
|
3190
|
-
#
|
3191
2844
|
# @!attribute [rw] api_id
|
3192
2845
|
# @return [String]
|
3193
2846
|
#
|
@@ -3201,14 +2854,6 @@ module Aws::ApiGatewayV2
|
|
3201
2854
|
include Aws::Structure
|
3202
2855
|
end
|
3203
2856
|
|
3204
|
-
# @note When making an API call, you may pass DeleteRouteRequest
|
3205
|
-
# data as a hash:
|
3206
|
-
#
|
3207
|
-
# {
|
3208
|
-
# api_id: "__string", # required
|
3209
|
-
# route_id: "__string", # required
|
3210
|
-
# }
|
3211
|
-
#
|
3212
2857
|
# @!attribute [rw] api_id
|
3213
2858
|
# @return [String]
|
3214
2859
|
#
|
@@ -3222,15 +2867,6 @@ module Aws::ApiGatewayV2
|
|
3222
2867
|
include Aws::Structure
|
3223
2868
|
end
|
3224
2869
|
|
3225
|
-
# @note When making an API call, you may pass DeleteRouteRequestParameterRequest
|
3226
|
-
# data as a hash:
|
3227
|
-
#
|
3228
|
-
# {
|
3229
|
-
# api_id: "__string", # required
|
3230
|
-
# request_parameter_key: "__string", # required
|
3231
|
-
# route_id: "__string", # required
|
3232
|
-
# }
|
3233
|
-
#
|
3234
2870
|
# @!attribute [rw] api_id
|
3235
2871
|
# @return [String]
|
3236
2872
|
#
|
@@ -3248,15 +2884,6 @@ module Aws::ApiGatewayV2
|
|
3248
2884
|
include Aws::Structure
|
3249
2885
|
end
|
3250
2886
|
|
3251
|
-
# @note When making an API call, you may pass DeleteRouteResponseRequest
|
3252
|
-
# data as a hash:
|
3253
|
-
#
|
3254
|
-
# {
|
3255
|
-
# api_id: "__string", # required
|
3256
|
-
# route_id: "__string", # required
|
3257
|
-
# route_response_id: "__string", # required
|
3258
|
-
# }
|
3259
|
-
#
|
3260
2887
|
# @!attribute [rw] api_id
|
3261
2888
|
# @return [String]
|
3262
2889
|
#
|
@@ -3274,15 +2901,6 @@ module Aws::ApiGatewayV2
|
|
3274
2901
|
include Aws::Structure
|
3275
2902
|
end
|
3276
2903
|
|
3277
|
-
# @note When making an API call, you may pass DeleteRouteSettingsRequest
|
3278
|
-
# data as a hash:
|
3279
|
-
#
|
3280
|
-
# {
|
3281
|
-
# api_id: "__string", # required
|
3282
|
-
# route_key: "__string", # required
|
3283
|
-
# stage_name: "__string", # required
|
3284
|
-
# }
|
3285
|
-
#
|
3286
2904
|
# @!attribute [rw] api_id
|
3287
2905
|
# @return [String]
|
3288
2906
|
#
|
@@ -3300,14 +2918,6 @@ module Aws::ApiGatewayV2
|
|
3300
2918
|
include Aws::Structure
|
3301
2919
|
end
|
3302
2920
|
|
3303
|
-
# @note When making an API call, you may pass DeleteStageRequest
|
3304
|
-
# data as a hash:
|
3305
|
-
#
|
3306
|
-
# {
|
3307
|
-
# api_id: "__string", # required
|
3308
|
-
# stage_name: "__string", # required
|
3309
|
-
# }
|
3310
|
-
#
|
3311
2921
|
# @!attribute [rw] api_id
|
3312
2922
|
# @return [String]
|
3313
2923
|
#
|
@@ -3321,13 +2931,6 @@ module Aws::ApiGatewayV2
|
|
3321
2931
|
include Aws::Structure
|
3322
2932
|
end
|
3323
2933
|
|
3324
|
-
# @note When making an API call, you may pass DeleteVpcLinkRequest
|
3325
|
-
# data as a hash:
|
3326
|
-
#
|
3327
|
-
# {
|
3328
|
-
# vpc_link_id: "__string", # required
|
3329
|
-
# }
|
3330
|
-
#
|
3331
2934
|
# @!attribute [rw] vpc_link_id
|
3332
2935
|
# @return [String]
|
3333
2936
|
#
|
@@ -3434,22 +3037,6 @@ module Aws::ApiGatewayV2
|
|
3434
3037
|
|
3435
3038
|
# The domain name configuration.
|
3436
3039
|
#
|
3437
|
-
# @note When making an API call, you may pass DomainNameConfiguration
|
3438
|
-
# data as a hash:
|
3439
|
-
#
|
3440
|
-
# {
|
3441
|
-
# api_gateway_domain_name: "__string",
|
3442
|
-
# certificate_arn: "Arn",
|
3443
|
-
# certificate_name: "StringWithLengthBetween1And128",
|
3444
|
-
# certificate_upload_date: Time.now,
|
3445
|
-
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, PENDING_OWNERSHIP_VERIFICATION
|
3446
|
-
# domain_name_status_message: "__string",
|
3447
|
-
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
3448
|
-
# hosted_zone_id: "__string",
|
3449
|
-
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
3450
|
-
# ownership_verification_certificate_arn: "Arn",
|
3451
|
-
# }
|
3452
|
-
#
|
3453
3040
|
# @!attribute [rw] api_gateway_domain_name
|
3454
3041
|
# A domain name for the API.
|
3455
3042
|
# @return [String]
|
@@ -3536,18 +3123,6 @@ module Aws::ApiGatewayV2
|
|
3536
3123
|
include Aws::Structure
|
3537
3124
|
end
|
3538
3125
|
|
3539
|
-
# @note When making an API call, you may pass ExportApiRequest
|
3540
|
-
# data as a hash:
|
3541
|
-
#
|
3542
|
-
# {
|
3543
|
-
# api_id: "__string", # required
|
3544
|
-
# export_version: "__string",
|
3545
|
-
# include_extensions: false,
|
3546
|
-
# output_type: "__string", # required
|
3547
|
-
# specification: "__string", # required
|
3548
|
-
# stage_name: "__string",
|
3549
|
-
# }
|
3550
|
-
#
|
3551
3126
|
# @!attribute [rw] api_id
|
3552
3127
|
# @return [String]
|
3553
3128
|
#
|
@@ -3589,14 +3164,6 @@ module Aws::ApiGatewayV2
|
|
3589
3164
|
include Aws::Structure
|
3590
3165
|
end
|
3591
3166
|
|
3592
|
-
# @note When making an API call, you may pass ResetAuthorizersCacheRequest
|
3593
|
-
# data as a hash:
|
3594
|
-
#
|
3595
|
-
# {
|
3596
|
-
# api_id: "__string", # required
|
3597
|
-
# stage_name: "__string", # required
|
3598
|
-
# }
|
3599
|
-
#
|
3600
3167
|
# @!attribute [rw] api_id
|
3601
3168
|
# @return [String]
|
3602
3169
|
#
|
@@ -3610,14 +3177,6 @@ module Aws::ApiGatewayV2
|
|
3610
3177
|
include Aws::Structure
|
3611
3178
|
end
|
3612
3179
|
|
3613
|
-
# @note When making an API call, you may pass GetApiMappingRequest
|
3614
|
-
# data as a hash:
|
3615
|
-
#
|
3616
|
-
# {
|
3617
|
-
# api_mapping_id: "__string", # required
|
3618
|
-
# domain_name: "__string", # required
|
3619
|
-
# }
|
3620
|
-
#
|
3621
3180
|
# @!attribute [rw] api_mapping_id
|
3622
3181
|
# @return [String]
|
3623
3182
|
#
|
@@ -3663,15 +3222,6 @@ module Aws::ApiGatewayV2
|
|
3663
3222
|
include Aws::Structure
|
3664
3223
|
end
|
3665
3224
|
|
3666
|
-
# @note When making an API call, you may pass GetApiMappingsRequest
|
3667
|
-
# data as a hash:
|
3668
|
-
#
|
3669
|
-
# {
|
3670
|
-
# domain_name: "__string", # required
|
3671
|
-
# max_results: "__string",
|
3672
|
-
# next_token: "__string",
|
3673
|
-
# }
|
3674
|
-
#
|
3675
3225
|
# @!attribute [rw] domain_name
|
3676
3226
|
# @return [String]
|
3677
3227
|
#
|
@@ -3704,13 +3254,6 @@ module Aws::ApiGatewayV2
|
|
3704
3254
|
include Aws::Structure
|
3705
3255
|
end
|
3706
3256
|
|
3707
|
-
# @note When making an API call, you may pass GetApiRequest
|
3708
|
-
# data as a hash:
|
3709
|
-
#
|
3710
|
-
# {
|
3711
|
-
# api_id: "__string", # required
|
3712
|
-
# }
|
3713
|
-
#
|
3714
3257
|
# @!attribute [rw] api_id
|
3715
3258
|
# @return [String]
|
3716
3259
|
#
|
@@ -3813,14 +3356,6 @@ module Aws::ApiGatewayV2
|
|
3813
3356
|
include Aws::Structure
|
3814
3357
|
end
|
3815
3358
|
|
3816
|
-
# @note When making an API call, you may pass GetApisRequest
|
3817
|
-
# data as a hash:
|
3818
|
-
#
|
3819
|
-
# {
|
3820
|
-
# max_results: "__string",
|
3821
|
-
# next_token: "__string",
|
3822
|
-
# }
|
3823
|
-
#
|
3824
3359
|
# @!attribute [rw] max_results
|
3825
3360
|
# @return [String]
|
3826
3361
|
#
|
@@ -3849,14 +3384,6 @@ module Aws::ApiGatewayV2
|
|
3849
3384
|
include Aws::Structure
|
3850
3385
|
end
|
3851
3386
|
|
3852
|
-
# @note When making an API call, you may pass GetAuthorizerRequest
|
3853
|
-
# data as a hash:
|
3854
|
-
#
|
3855
|
-
# {
|
3856
|
-
# api_id: "__string", # required
|
3857
|
-
# authorizer_id: "__string", # required
|
3858
|
-
# }
|
3859
|
-
#
|
3860
3387
|
# @!attribute [rw] api_id
|
3861
3388
|
# @return [String]
|
3862
3389
|
#
|
@@ -3947,15 +3474,6 @@ module Aws::ApiGatewayV2
|
|
3947
3474
|
include Aws::Structure
|
3948
3475
|
end
|
3949
3476
|
|
3950
|
-
# @note When making an API call, you may pass GetAuthorizersRequest
|
3951
|
-
# data as a hash:
|
3952
|
-
#
|
3953
|
-
# {
|
3954
|
-
# api_id: "__string", # required
|
3955
|
-
# max_results: "__string",
|
3956
|
-
# next_token: "__string",
|
3957
|
-
# }
|
3958
|
-
#
|
3959
3477
|
# @!attribute [rw] api_id
|
3960
3478
|
# @return [String]
|
3961
3479
|
#
|
@@ -3988,14 +3506,6 @@ module Aws::ApiGatewayV2
|
|
3988
3506
|
include Aws::Structure
|
3989
3507
|
end
|
3990
3508
|
|
3991
|
-
# @note When making an API call, you may pass GetDeploymentRequest
|
3992
|
-
# data as a hash:
|
3993
|
-
#
|
3994
|
-
# {
|
3995
|
-
# api_id: "__string", # required
|
3996
|
-
# deployment_id: "__string", # required
|
3997
|
-
# }
|
3998
|
-
#
|
3999
3509
|
# @!attribute [rw] api_id
|
4000
3510
|
# @return [String]
|
4001
3511
|
#
|
@@ -4041,15 +3551,6 @@ module Aws::ApiGatewayV2
|
|
4041
3551
|
include Aws::Structure
|
4042
3552
|
end
|
4043
3553
|
|
4044
|
-
# @note When making an API call, you may pass GetDeploymentsRequest
|
4045
|
-
# data as a hash:
|
4046
|
-
#
|
4047
|
-
# {
|
4048
|
-
# api_id: "__string", # required
|
4049
|
-
# max_results: "__string",
|
4050
|
-
# next_token: "__string",
|
4051
|
-
# }
|
4052
|
-
#
|
4053
3554
|
# @!attribute [rw] api_id
|
4054
3555
|
# @return [String]
|
4055
3556
|
#
|
@@ -4082,13 +3583,6 @@ module Aws::ApiGatewayV2
|
|
4082
3583
|
include Aws::Structure
|
4083
3584
|
end
|
4084
3585
|
|
4085
|
-
# @note When making an API call, you may pass GetDomainNameRequest
|
4086
|
-
# data as a hash:
|
4087
|
-
#
|
4088
|
-
# {
|
4089
|
-
# domain_name: "__string", # required
|
4090
|
-
# }
|
4091
|
-
#
|
4092
3586
|
# @!attribute [rw] domain_name
|
4093
3587
|
# @return [String]
|
4094
3588
|
#
|
@@ -4135,14 +3629,6 @@ module Aws::ApiGatewayV2
|
|
4135
3629
|
include Aws::Structure
|
4136
3630
|
end
|
4137
3631
|
|
4138
|
-
# @note When making an API call, you may pass GetDomainNamesRequest
|
4139
|
-
# data as a hash:
|
4140
|
-
#
|
4141
|
-
# {
|
4142
|
-
# max_results: "__string",
|
4143
|
-
# next_token: "__string",
|
4144
|
-
# }
|
4145
|
-
#
|
4146
3632
|
# @!attribute [rw] max_results
|
4147
3633
|
# @return [String]
|
4148
3634
|
#
|
@@ -4171,14 +3657,6 @@ module Aws::ApiGatewayV2
|
|
4171
3657
|
include Aws::Structure
|
4172
3658
|
end
|
4173
3659
|
|
4174
|
-
# @note When making an API call, you may pass GetIntegrationRequest
|
4175
|
-
# data as a hash:
|
4176
|
-
#
|
4177
|
-
# {
|
4178
|
-
# api_id: "__string", # required
|
4179
|
-
# integration_id: "__string", # required
|
4180
|
-
# }
|
4181
|
-
#
|
4182
3660
|
# @!attribute [rw] api_id
|
4183
3661
|
# @return [String]
|
4184
3662
|
#
|
@@ -4344,15 +3822,6 @@ module Aws::ApiGatewayV2
|
|
4344
3822
|
include Aws::Structure
|
4345
3823
|
end
|
4346
3824
|
|
4347
|
-
# @note When making an API call, you may pass GetIntegrationResponseRequest
|
4348
|
-
# data as a hash:
|
4349
|
-
#
|
4350
|
-
# {
|
4351
|
-
# api_id: "__string", # required
|
4352
|
-
# integration_id: "__string", # required
|
4353
|
-
# integration_response_id: "__string", # required
|
4354
|
-
# }
|
4355
|
-
#
|
4356
3825
|
# @!attribute [rw] api_id
|
4357
3826
|
# @return [String]
|
4358
3827
|
#
|
@@ -4450,16 +3919,6 @@ module Aws::ApiGatewayV2
|
|
4450
3919
|
include Aws::Structure
|
4451
3920
|
end
|
4452
3921
|
|
4453
|
-
# @note When making an API call, you may pass GetIntegrationResponsesRequest
|
4454
|
-
# data as a hash:
|
4455
|
-
#
|
4456
|
-
# {
|
4457
|
-
# api_id: "__string", # required
|
4458
|
-
# integration_id: "__string", # required
|
4459
|
-
# max_results: "__string",
|
4460
|
-
# next_token: "__string",
|
4461
|
-
# }
|
4462
|
-
#
|
4463
3922
|
# @!attribute [rw] api_id
|
4464
3923
|
# @return [String]
|
4465
3924
|
#
|
@@ -4496,15 +3955,6 @@ module Aws::ApiGatewayV2
|
|
4496
3955
|
include Aws::Structure
|
4497
3956
|
end
|
4498
3957
|
|
4499
|
-
# @note When making an API call, you may pass GetIntegrationsRequest
|
4500
|
-
# data as a hash:
|
4501
|
-
#
|
4502
|
-
# {
|
4503
|
-
# api_id: "__string", # required
|
4504
|
-
# max_results: "__string",
|
4505
|
-
# next_token: "__string",
|
4506
|
-
# }
|
4507
|
-
#
|
4508
3958
|
# @!attribute [rw] api_id
|
4509
3959
|
# @return [String]
|
4510
3960
|
#
|
@@ -4537,14 +3987,6 @@ module Aws::ApiGatewayV2
|
|
4537
3987
|
include Aws::Structure
|
4538
3988
|
end
|
4539
3989
|
|
4540
|
-
# @note When making an API call, you may pass GetModelRequest
|
4541
|
-
# data as a hash:
|
4542
|
-
#
|
4543
|
-
# {
|
4544
|
-
# api_id: "__string", # required
|
4545
|
-
# model_id: "__string", # required
|
4546
|
-
# }
|
4547
|
-
#
|
4548
3990
|
# @!attribute [rw] api_id
|
4549
3991
|
# @return [String]
|
4550
3992
|
#
|
@@ -4588,14 +4030,6 @@ module Aws::ApiGatewayV2
|
|
4588
4030
|
include Aws::Structure
|
4589
4031
|
end
|
4590
4032
|
|
4591
|
-
# @note When making an API call, you may pass GetModelTemplateRequest
|
4592
|
-
# data as a hash:
|
4593
|
-
#
|
4594
|
-
# {
|
4595
|
-
# api_id: "__string", # required
|
4596
|
-
# model_id: "__string", # required
|
4597
|
-
# }
|
4598
|
-
#
|
4599
4033
|
# @!attribute [rw] api_id
|
4600
4034
|
# @return [String]
|
4601
4035
|
#
|
@@ -4618,15 +4052,6 @@ module Aws::ApiGatewayV2
|
|
4618
4052
|
include Aws::Structure
|
4619
4053
|
end
|
4620
4054
|
|
4621
|
-
# @note When making an API call, you may pass GetModelsRequest
|
4622
|
-
# data as a hash:
|
4623
|
-
#
|
4624
|
-
# {
|
4625
|
-
# api_id: "__string", # required
|
4626
|
-
# max_results: "__string",
|
4627
|
-
# next_token: "__string",
|
4628
|
-
# }
|
4629
|
-
#
|
4630
4055
|
# @!attribute [rw] api_id
|
4631
4056
|
# @return [String]
|
4632
4057
|
#
|
@@ -4659,14 +4084,6 @@ module Aws::ApiGatewayV2
|
|
4659
4084
|
include Aws::Structure
|
4660
4085
|
end
|
4661
4086
|
|
4662
|
-
# @note When making an API call, you may pass GetRouteRequest
|
4663
|
-
# data as a hash:
|
4664
|
-
#
|
4665
|
-
# {
|
4666
|
-
# api_id: "__string", # required
|
4667
|
-
# route_id: "__string", # required
|
4668
|
-
# }
|
4669
|
-
#
|
4670
4087
|
# @!attribute [rw] api_id
|
4671
4088
|
# @return [String]
|
4672
4089
|
#
|
@@ -4777,15 +4194,6 @@ module Aws::ApiGatewayV2
|
|
4777
4194
|
include Aws::Structure
|
4778
4195
|
end
|
4779
4196
|
|
4780
|
-
# @note When making an API call, you may pass GetRouteResponseRequest
|
4781
|
-
# data as a hash:
|
4782
|
-
#
|
4783
|
-
# {
|
4784
|
-
# api_id: "__string", # required
|
4785
|
-
# route_id: "__string", # required
|
4786
|
-
# route_response_id: "__string", # required
|
4787
|
-
# }
|
4788
|
-
#
|
4789
4197
|
# @!attribute [rw] api_id
|
4790
4198
|
# @return [String]
|
4791
4199
|
#
|
@@ -4845,16 +4253,6 @@ module Aws::ApiGatewayV2
|
|
4845
4253
|
include Aws::Structure
|
4846
4254
|
end
|
4847
4255
|
|
4848
|
-
# @note When making an API call, you may pass GetRouteResponsesRequest
|
4849
|
-
# data as a hash:
|
4850
|
-
#
|
4851
|
-
# {
|
4852
|
-
# api_id: "__string", # required
|
4853
|
-
# max_results: "__string",
|
4854
|
-
# next_token: "__string",
|
4855
|
-
# route_id: "__string", # required
|
4856
|
-
# }
|
4857
|
-
#
|
4858
4256
|
# @!attribute [rw] api_id
|
4859
4257
|
# @return [String]
|
4860
4258
|
#
|
@@ -4891,15 +4289,6 @@ module Aws::ApiGatewayV2
|
|
4891
4289
|
include Aws::Structure
|
4892
4290
|
end
|
4893
4291
|
|
4894
|
-
# @note When making an API call, you may pass GetRoutesRequest
|
4895
|
-
# data as a hash:
|
4896
|
-
#
|
4897
|
-
# {
|
4898
|
-
# api_id: "__string", # required
|
4899
|
-
# max_results: "__string",
|
4900
|
-
# next_token: "__string",
|
4901
|
-
# }
|
4902
|
-
#
|
4903
4292
|
# @!attribute [rw] api_id
|
4904
4293
|
# @return [String]
|
4905
4294
|
#
|
@@ -4932,14 +4321,6 @@ module Aws::ApiGatewayV2
|
|
4932
4321
|
include Aws::Structure
|
4933
4322
|
end
|
4934
4323
|
|
4935
|
-
# @note When making an API call, you may pass GetStageRequest
|
4936
|
-
# data as a hash:
|
4937
|
-
#
|
4938
|
-
# {
|
4939
|
-
# api_id: "__string", # required
|
4940
|
-
# stage_name: "__string", # required
|
4941
|
-
# }
|
4942
|
-
#
|
4943
4324
|
# @!attribute [rw] api_id
|
4944
4325
|
# @return [String]
|
4945
4326
|
#
|
@@ -5023,15 +4404,6 @@ module Aws::ApiGatewayV2
|
|
5023
4404
|
include Aws::Structure
|
5024
4405
|
end
|
5025
4406
|
|
5026
|
-
# @note When making an API call, you may pass GetStagesRequest
|
5027
|
-
# data as a hash:
|
5028
|
-
#
|
5029
|
-
# {
|
5030
|
-
# api_id: "__string", # required
|
5031
|
-
# max_results: "__string",
|
5032
|
-
# next_token: "__string",
|
5033
|
-
# }
|
5034
|
-
#
|
5035
4407
|
# @!attribute [rw] api_id
|
5036
4408
|
# @return [String]
|
5037
4409
|
#
|
@@ -5064,13 +4436,6 @@ module Aws::ApiGatewayV2
|
|
5064
4436
|
include Aws::Structure
|
5065
4437
|
end
|
5066
4438
|
|
5067
|
-
# @note When making an API call, you may pass GetTagsRequest
|
5068
|
-
# data as a hash:
|
5069
|
-
#
|
5070
|
-
# {
|
5071
|
-
# resource_arn: "__string", # required
|
5072
|
-
# }
|
5073
|
-
#
|
5074
4439
|
# @!attribute [rw] resource_arn
|
5075
4440
|
# @return [String]
|
5076
4441
|
#
|
@@ -5090,13 +4455,6 @@ module Aws::ApiGatewayV2
|
|
5090
4455
|
include Aws::Structure
|
5091
4456
|
end
|
5092
4457
|
|
5093
|
-
# @note When making an API call, you may pass GetVpcLinkRequest
|
5094
|
-
# data as a hash:
|
5095
|
-
#
|
5096
|
-
# {
|
5097
|
-
# vpc_link_id: "__string", # required
|
5098
|
-
# }
|
5099
|
-
#
|
5100
4458
|
# @!attribute [rw] vpc_link_id
|
5101
4459
|
# @return [String]
|
5102
4460
|
#
|
@@ -5155,14 +4513,6 @@ module Aws::ApiGatewayV2
|
|
5155
4513
|
include Aws::Structure
|
5156
4514
|
end
|
5157
4515
|
|
5158
|
-
# @note When making an API call, you may pass GetVpcLinksRequest
|
5159
|
-
# data as a hash:
|
5160
|
-
#
|
5161
|
-
# {
|
5162
|
-
# max_results: "__string",
|
5163
|
-
# next_token: "__string",
|
5164
|
-
# }
|
5165
|
-
#
|
5166
4516
|
# @!attribute [rw] max_results
|
5167
4517
|
# @return [String]
|
5168
4518
|
#
|
@@ -5203,15 +4553,6 @@ module Aws::ApiGatewayV2
|
|
5203
4553
|
include Aws::Structure
|
5204
4554
|
end
|
5205
4555
|
|
5206
|
-
# @note When making an API call, you may pass ImportApiRequest
|
5207
|
-
# data as a hash:
|
5208
|
-
#
|
5209
|
-
# {
|
5210
|
-
# basepath: "__string",
|
5211
|
-
# body: "__string", # required
|
5212
|
-
# fail_on_warnings: false,
|
5213
|
-
# }
|
5214
|
-
#
|
5215
4556
|
# @!attribute [rw] basepath
|
5216
4557
|
# @return [String]
|
5217
4558
|
#
|
@@ -5675,14 +5016,6 @@ module Aws::ApiGatewayV2
|
|
5675
5016
|
# Represents the configuration of a JWT authorizer. Required for the JWT
|
5676
5017
|
# authorizer type. Supported only for HTTP APIs.
|
5677
5018
|
#
|
5678
|
-
# @note When making an API call, you may pass JWTConfiguration
|
5679
|
-
# data as a hash:
|
5680
|
-
#
|
5681
|
-
# {
|
5682
|
-
# audience: ["__string"],
|
5683
|
-
# issuer: "UriWithLengthBetween1And2048",
|
5684
|
-
# }
|
5685
|
-
#
|
5686
5019
|
# @!attribute [rw] audience
|
5687
5020
|
# A list of the intended recipients of the JWT. A valid JWT must
|
5688
5021
|
# provide an aud that matches at least one entry in this list. See
|
@@ -5829,14 +5162,6 @@ module Aws::ApiGatewayV2
|
|
5829
5162
|
# client and the server. Clients must present a trusted certificate to
|
5830
5163
|
# access your API.
|
5831
5164
|
#
|
5832
|
-
# @note When making an API call, you may pass MutualTlsAuthenticationInput
|
5833
|
-
# data as a hash:
|
5834
|
-
#
|
5835
|
-
# {
|
5836
|
-
# truststore_uri: "UriWithLengthBetween1And2048",
|
5837
|
-
# truststore_version: "StringWithLengthBetween1And64",
|
5838
|
-
# }
|
5839
|
-
#
|
5840
5165
|
# @!attribute [rw] truststore_uri
|
5841
5166
|
# An Amazon S3 URL that specifies the truststore for mutual TLS
|
5842
5167
|
# authentication, for example, s3://*bucket-name*/*key-name* . The
|
@@ -5881,13 +5206,6 @@ module Aws::ApiGatewayV2
|
|
5881
5206
|
# Validation constraints imposed on parameters of a request (path, query
|
5882
5207
|
# string, headers).
|
5883
5208
|
#
|
5884
|
-
# @note When making an API call, you may pass ParameterConstraints
|
5885
|
-
# data as a hash:
|
5886
|
-
#
|
5887
|
-
# {
|
5888
|
-
# required: false,
|
5889
|
-
# }
|
5890
|
-
#
|
5891
5209
|
# @!attribute [rw] required
|
5892
5210
|
# Whether or not the parameter is required.
|
5893
5211
|
# @return [Boolean]
|
@@ -5911,16 +5229,6 @@ module Aws::ApiGatewayV2
|
|
5911
5229
|
include Aws::Structure
|
5912
5230
|
end
|
5913
5231
|
|
5914
|
-
# @note When making an API call, you may pass ReimportApiRequest
|
5915
|
-
# data as a hash:
|
5916
|
-
#
|
5917
|
-
# {
|
5918
|
-
# api_id: "__string", # required
|
5919
|
-
# basepath: "__string",
|
5920
|
-
# body: "__string", # required
|
5921
|
-
# fail_on_warnings: false,
|
5922
|
-
# }
|
5923
|
-
#
|
5924
5232
|
# @!attribute [rw] api_id
|
5925
5233
|
# @return [String]
|
5926
5234
|
#
|
@@ -6181,17 +5489,6 @@ module Aws::ApiGatewayV2
|
|
6181
5489
|
|
6182
5490
|
# Represents a collection of route settings.
|
6183
5491
|
#
|
6184
|
-
# @note When making an API call, you may pass RouteSettings
|
6185
|
-
# data as a hash:
|
6186
|
-
#
|
6187
|
-
# {
|
6188
|
-
# data_trace_enabled: false,
|
6189
|
-
# detailed_metrics_enabled: false,
|
6190
|
-
# logging_level: "ERROR", # accepts ERROR, INFO, OFF
|
6191
|
-
# throttling_burst_limit: 1,
|
6192
|
-
# throttling_rate_limit: 1.0,
|
6193
|
-
# }
|
6194
|
-
#
|
6195
5492
|
# @!attribute [rw] data_trace_enabled
|
6196
5493
|
# Specifies whether (true) or not (false) data trace logging is
|
6197
5494
|
# enabled for this route. This property affects the log entries pushed
|
@@ -6362,16 +5659,6 @@ module Aws::ApiGatewayV2
|
|
6362
5659
|
include Aws::Structure
|
6363
5660
|
end
|
6364
5661
|
|
6365
|
-
# @note When making an API call, you may pass TagResourceRequest
|
6366
|
-
# data as a hash:
|
6367
|
-
#
|
6368
|
-
# {
|
6369
|
-
# resource_arn: "__string", # required
|
6370
|
-
# tags: {
|
6371
|
-
# "__string" => "StringWithLengthBetween1And1600",
|
6372
|
-
# },
|
6373
|
-
# }
|
6374
|
-
#
|
6375
5662
|
# @!attribute [rw] resource_arn
|
6376
5663
|
# @return [String]
|
6377
5664
|
#
|
@@ -6421,13 +5708,6 @@ module Aws::ApiGatewayV2
|
|
6421
5708
|
# configuration, private integration traffic uses the HTTPS protocol.
|
6422
5709
|
# Supported only for HTTP APIs.
|
6423
5710
|
#
|
6424
|
-
# @note When making an API call, you may pass TlsConfigInput
|
6425
|
-
# data as a hash:
|
6426
|
-
#
|
6427
|
-
# {
|
6428
|
-
# server_name_to_verify: "StringWithLengthBetween1And512",
|
6429
|
-
# }
|
6430
|
-
#
|
6431
5711
|
# @!attribute [rw] server_name_to_verify
|
6432
5712
|
# If you specify a server name, API Gateway uses it to verify the
|
6433
5713
|
# hostname on the integration's certificate. The server name is also
|
@@ -6457,14 +5737,6 @@ module Aws::ApiGatewayV2
|
|
6457
5737
|
include Aws::Structure
|
6458
5738
|
end
|
6459
5739
|
|
6460
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
6461
|
-
# data as a hash:
|
6462
|
-
#
|
6463
|
-
# {
|
6464
|
-
# resource_arn: "__string", # required
|
6465
|
-
# tag_keys: ["__string"], # required
|
6466
|
-
# }
|
6467
|
-
#
|
6468
5740
|
# @!attribute [rw] resource_arn
|
6469
5741
|
# @return [String]
|
6470
5742
|
#
|
@@ -6587,17 +5859,6 @@ module Aws::ApiGatewayV2
|
|
6587
5859
|
include Aws::Structure
|
6588
5860
|
end
|
6589
5861
|
|
6590
|
-
# @note When making an API call, you may pass UpdateApiMappingRequest
|
6591
|
-
# data as a hash:
|
6592
|
-
#
|
6593
|
-
# {
|
6594
|
-
# api_id: "Id", # required
|
6595
|
-
# api_mapping_id: "__string", # required
|
6596
|
-
# api_mapping_key: "SelectionKey",
|
6597
|
-
# domain_name: "__string", # required
|
6598
|
-
# stage: "StringWithLengthBetween1And128",
|
6599
|
-
# }
|
6600
|
-
#
|
6601
5862
|
# @!attribute [rw] api_id
|
6602
5863
|
# The identifier.
|
6603
5864
|
# @return [String]
|
@@ -6665,31 +5926,6 @@ module Aws::ApiGatewayV2
|
|
6665
5926
|
include Aws::Structure
|
6666
5927
|
end
|
6667
5928
|
|
6668
|
-
# @note When making an API call, you may pass UpdateApiRequest
|
6669
|
-
# data as a hash:
|
6670
|
-
#
|
6671
|
-
# {
|
6672
|
-
# api_id: "__string", # required
|
6673
|
-
# api_key_selection_expression: "SelectionExpression",
|
6674
|
-
# cors_configuration: {
|
6675
|
-
# allow_credentials: false,
|
6676
|
-
# allow_headers: ["__string"],
|
6677
|
-
# allow_methods: ["StringWithLengthBetween1And64"],
|
6678
|
-
# allow_origins: ["__string"],
|
6679
|
-
# expose_headers: ["__string"],
|
6680
|
-
# max_age: 1,
|
6681
|
-
# },
|
6682
|
-
# credentials_arn: "Arn",
|
6683
|
-
# description: "StringWithLengthBetween0And1024",
|
6684
|
-
# disable_schema_validation: false,
|
6685
|
-
# disable_execute_api_endpoint: false,
|
6686
|
-
# name: "StringWithLengthBetween1And128",
|
6687
|
-
# route_key: "SelectionKey",
|
6688
|
-
# route_selection_expression: "SelectionExpression",
|
6689
|
-
# target: "UriWithLengthBetween1And2048",
|
6690
|
-
# version: "StringWithLengthBetween1And64",
|
6691
|
-
# }
|
6692
|
-
#
|
6693
5929
|
# @!attribute [rw] api_id
|
6694
5930
|
# @return [String]
|
6695
5931
|
#
|
@@ -6988,27 +6224,6 @@ module Aws::ApiGatewayV2
|
|
6988
6224
|
include Aws::Structure
|
6989
6225
|
end
|
6990
6226
|
|
6991
|
-
# @note When making an API call, you may pass UpdateAuthorizerRequest
|
6992
|
-
# data as a hash:
|
6993
|
-
#
|
6994
|
-
# {
|
6995
|
-
# api_id: "__string", # required
|
6996
|
-
# authorizer_credentials_arn: "Arn",
|
6997
|
-
# authorizer_id: "__string", # required
|
6998
|
-
# authorizer_result_ttl_in_seconds: 1,
|
6999
|
-
# authorizer_type: "REQUEST", # accepts REQUEST, JWT
|
7000
|
-
# authorizer_uri: "UriWithLengthBetween1And2048",
|
7001
|
-
# identity_source: ["__string"],
|
7002
|
-
# identity_validation_expression: "StringWithLengthBetween0And1024",
|
7003
|
-
# jwt_configuration: {
|
7004
|
-
# audience: ["__string"],
|
7005
|
-
# issuer: "UriWithLengthBetween1And2048",
|
7006
|
-
# },
|
7007
|
-
# name: "StringWithLengthBetween1And128",
|
7008
|
-
# authorizer_payload_format_version: "StringWithLengthBetween1And64",
|
7009
|
-
# enable_simple_responses: false,
|
7010
|
-
# }
|
7011
|
-
#
|
7012
6227
|
# @!attribute [rw] api_id
|
7013
6228
|
# @return [String]
|
7014
6229
|
#
|
@@ -7178,15 +6393,6 @@ module Aws::ApiGatewayV2
|
|
7178
6393
|
include Aws::Structure
|
7179
6394
|
end
|
7180
6395
|
|
7181
|
-
# @note When making an API call, you may pass UpdateDeploymentRequest
|
7182
|
-
# data as a hash:
|
7183
|
-
#
|
7184
|
-
# {
|
7185
|
-
# api_id: "__string", # required
|
7186
|
-
# deployment_id: "__string", # required
|
7187
|
-
# description: "StringWithLengthBetween0And1024",
|
7188
|
-
# }
|
7189
|
-
#
|
7190
6396
|
# @!attribute [rw] api_id
|
7191
6397
|
# @return [String]
|
7192
6398
|
#
|
@@ -7255,31 +6461,6 @@ module Aws::ApiGatewayV2
|
|
7255
6461
|
include Aws::Structure
|
7256
6462
|
end
|
7257
6463
|
|
7258
|
-
# @note When making an API call, you may pass UpdateDomainNameRequest
|
7259
|
-
# data as a hash:
|
7260
|
-
#
|
7261
|
-
# {
|
7262
|
-
# domain_name: "__string", # required
|
7263
|
-
# domain_name_configurations: [
|
7264
|
-
# {
|
7265
|
-
# api_gateway_domain_name: "__string",
|
7266
|
-
# certificate_arn: "Arn",
|
7267
|
-
# certificate_name: "StringWithLengthBetween1And128",
|
7268
|
-
# certificate_upload_date: Time.now,
|
7269
|
-
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, PENDING_OWNERSHIP_VERIFICATION
|
7270
|
-
# domain_name_status_message: "__string",
|
7271
|
-
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
7272
|
-
# hosted_zone_id: "__string",
|
7273
|
-
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
7274
|
-
# ownership_verification_certificate_arn: "Arn",
|
7275
|
-
# },
|
7276
|
-
# ],
|
7277
|
-
# mutual_tls_authentication: {
|
7278
|
-
# truststore_uri: "UriWithLengthBetween1And2048",
|
7279
|
-
# truststore_version: "StringWithLengthBetween1And64",
|
7280
|
-
# },
|
7281
|
-
# }
|
7282
|
-
#
|
7283
6464
|
# @!attribute [rw] domain_name
|
7284
6465
|
# @return [String]
|
7285
6466
|
#
|
@@ -7564,41 +6745,6 @@ module Aws::ApiGatewayV2
|
|
7564
6745
|
include Aws::Structure
|
7565
6746
|
end
|
7566
6747
|
|
7567
|
-
# @note When making an API call, you may pass UpdateIntegrationRequest
|
7568
|
-
# data as a hash:
|
7569
|
-
#
|
7570
|
-
# {
|
7571
|
-
# api_id: "__string", # required
|
7572
|
-
# connection_id: "StringWithLengthBetween1And1024",
|
7573
|
-
# connection_type: "INTERNET", # accepts INTERNET, VPC_LINK
|
7574
|
-
# content_handling_strategy: "CONVERT_TO_BINARY", # accepts CONVERT_TO_BINARY, CONVERT_TO_TEXT
|
7575
|
-
# credentials_arn: "Arn",
|
7576
|
-
# description: "StringWithLengthBetween0And1024",
|
7577
|
-
# integration_id: "__string", # required
|
7578
|
-
# integration_method: "StringWithLengthBetween1And64",
|
7579
|
-
# integration_subtype: "StringWithLengthBetween1And128",
|
7580
|
-
# integration_type: "AWS", # accepts AWS, HTTP, MOCK, HTTP_PROXY, AWS_PROXY
|
7581
|
-
# integration_uri: "UriWithLengthBetween1And2048",
|
7582
|
-
# passthrough_behavior: "WHEN_NO_MATCH", # accepts WHEN_NO_MATCH, NEVER, WHEN_NO_TEMPLATES
|
7583
|
-
# payload_format_version: "StringWithLengthBetween1And64",
|
7584
|
-
# request_parameters: {
|
7585
|
-
# "__string" => "StringWithLengthBetween1And512",
|
7586
|
-
# },
|
7587
|
-
# response_parameters: {
|
7588
|
-
# "__string" => {
|
7589
|
-
# "__string" => "StringWithLengthBetween1And512",
|
7590
|
-
# },
|
7591
|
-
# },
|
7592
|
-
# request_templates: {
|
7593
|
-
# "__string" => "StringWithLengthBetween0And32K",
|
7594
|
-
# },
|
7595
|
-
# template_selection_expression: "SelectionExpression",
|
7596
|
-
# timeout_in_millis: 1,
|
7597
|
-
# tls_config: {
|
7598
|
-
# server_name_to_verify: "StringWithLengthBetween1And512",
|
7599
|
-
# },
|
7600
|
-
# }
|
7601
|
-
#
|
7602
6748
|
# @!attribute [rw] api_id
|
7603
6749
|
# @return [String]
|
7604
6750
|
#
|
@@ -7954,24 +7100,6 @@ module Aws::ApiGatewayV2
|
|
7954
7100
|
include Aws::Structure
|
7955
7101
|
end
|
7956
7102
|
|
7957
|
-
# @note When making an API call, you may pass UpdateIntegrationResponseRequest
|
7958
|
-
# data as a hash:
|
7959
|
-
#
|
7960
|
-
# {
|
7961
|
-
# api_id: "__string", # required
|
7962
|
-
# content_handling_strategy: "CONVERT_TO_BINARY", # accepts CONVERT_TO_BINARY, CONVERT_TO_TEXT
|
7963
|
-
# integration_id: "__string", # required
|
7964
|
-
# integration_response_id: "__string", # required
|
7965
|
-
# integration_response_key: "SelectionKey",
|
7966
|
-
# response_parameters: {
|
7967
|
-
# "__string" => "StringWithLengthBetween1And512",
|
7968
|
-
# },
|
7969
|
-
# response_templates: {
|
7970
|
-
# "__string" => "StringWithLengthBetween0And32K",
|
7971
|
-
# },
|
7972
|
-
# template_selection_expression: "SelectionExpression",
|
7973
|
-
# }
|
7974
|
-
#
|
7975
7103
|
# @!attribute [rw] api_id
|
7976
7104
|
# @return [String]
|
7977
7105
|
#
|
@@ -8168,18 +7296,6 @@ module Aws::ApiGatewayV2
|
|
8168
7296
|
include Aws::Structure
|
8169
7297
|
end
|
8170
7298
|
|
8171
|
-
# @note When making an API call, you may pass UpdateModelRequest
|
8172
|
-
# data as a hash:
|
8173
|
-
#
|
8174
|
-
# {
|
8175
|
-
# api_id: "__string", # required
|
8176
|
-
# content_type: "StringWithLengthBetween1And256",
|
8177
|
-
# description: "StringWithLengthBetween0And1024",
|
8178
|
-
# model_id: "__string", # required
|
8179
|
-
# name: "StringWithLengthBetween1And128",
|
8180
|
-
# schema: "StringWithLengthBetween0And32K",
|
8181
|
-
# }
|
8182
|
-
#
|
8183
7299
|
# @!attribute [rw] api_id
|
8184
7300
|
# @return [String]
|
8185
7301
|
#
|
@@ -8316,31 +7432,6 @@ module Aws::ApiGatewayV2
|
|
8316
7432
|
include Aws::Structure
|
8317
7433
|
end
|
8318
7434
|
|
8319
|
-
# @note When making an API call, you may pass UpdateRouteRequest
|
8320
|
-
# data as a hash:
|
8321
|
-
#
|
8322
|
-
# {
|
8323
|
-
# api_id: "__string", # required
|
8324
|
-
# api_key_required: false,
|
8325
|
-
# authorization_scopes: ["StringWithLengthBetween1And64"],
|
8326
|
-
# authorization_type: "NONE", # accepts NONE, AWS_IAM, CUSTOM, JWT
|
8327
|
-
# authorizer_id: "Id",
|
8328
|
-
# model_selection_expression: "SelectionExpression",
|
8329
|
-
# operation_name: "StringWithLengthBetween1And64",
|
8330
|
-
# request_models: {
|
8331
|
-
# "__string" => "StringWithLengthBetween1And128",
|
8332
|
-
# },
|
8333
|
-
# request_parameters: {
|
8334
|
-
# "__string" => {
|
8335
|
-
# required: false,
|
8336
|
-
# },
|
8337
|
-
# },
|
8338
|
-
# route_id: "__string", # required
|
8339
|
-
# route_key: "SelectionKey",
|
8340
|
-
# route_response_selection_expression: "SelectionExpression",
|
8341
|
-
# target: "StringWithLengthBetween1And128",
|
8342
|
-
# }
|
8343
|
-
#
|
8344
7435
|
# @!attribute [rw] api_id
|
8345
7436
|
# @return [String]
|
8346
7437
|
#
|
@@ -8562,25 +7653,6 @@ module Aws::ApiGatewayV2
|
|
8562
7653
|
include Aws::Structure
|
8563
7654
|
end
|
8564
7655
|
|
8565
|
-
# @note When making an API call, you may pass UpdateRouteResponseRequest
|
8566
|
-
# data as a hash:
|
8567
|
-
#
|
8568
|
-
# {
|
8569
|
-
# api_id: "__string", # required
|
8570
|
-
# model_selection_expression: "SelectionExpression",
|
8571
|
-
# response_models: {
|
8572
|
-
# "__string" => "StringWithLengthBetween1And128",
|
8573
|
-
# },
|
8574
|
-
# response_parameters: {
|
8575
|
-
# "__string" => {
|
8576
|
-
# required: false,
|
8577
|
-
# },
|
8578
|
-
# },
|
8579
|
-
# route_id: "__string", # required
|
8580
|
-
# route_response_id: "__string", # required
|
8581
|
-
# route_response_key: "SelectionKey",
|
8582
|
-
# }
|
8583
|
-
#
|
8584
7656
|
# @!attribute [rw] api_id
|
8585
7657
|
# @return [String]
|
8586
7658
|
#
|
@@ -8723,41 +7795,6 @@ module Aws::ApiGatewayV2
|
|
8723
7795
|
include Aws::Structure
|
8724
7796
|
end
|
8725
7797
|
|
8726
|
-
# @note When making an API call, you may pass UpdateStageRequest
|
8727
|
-
# data as a hash:
|
8728
|
-
#
|
8729
|
-
# {
|
8730
|
-
# access_log_settings: {
|
8731
|
-
# destination_arn: "Arn",
|
8732
|
-
# format: "StringWithLengthBetween1And1024",
|
8733
|
-
# },
|
8734
|
-
# api_id: "__string", # required
|
8735
|
-
# auto_deploy: false,
|
8736
|
-
# client_certificate_id: "Id",
|
8737
|
-
# default_route_settings: {
|
8738
|
-
# data_trace_enabled: false,
|
8739
|
-
# detailed_metrics_enabled: false,
|
8740
|
-
# logging_level: "ERROR", # accepts ERROR, INFO, OFF
|
8741
|
-
# throttling_burst_limit: 1,
|
8742
|
-
# throttling_rate_limit: 1.0,
|
8743
|
-
# },
|
8744
|
-
# deployment_id: "Id",
|
8745
|
-
# description: "StringWithLengthBetween0And1024",
|
8746
|
-
# route_settings: {
|
8747
|
-
# "__string" => {
|
8748
|
-
# data_trace_enabled: false,
|
8749
|
-
# detailed_metrics_enabled: false,
|
8750
|
-
# logging_level: "ERROR", # accepts ERROR, INFO, OFF
|
8751
|
-
# throttling_burst_limit: 1,
|
8752
|
-
# throttling_rate_limit: 1.0,
|
8753
|
-
# },
|
8754
|
-
# },
|
8755
|
-
# stage_name: "__string", # required
|
8756
|
-
# stage_variables: {
|
8757
|
-
# "__string" => "StringWithLengthBetween0And2048",
|
8758
|
-
# },
|
8759
|
-
# }
|
8760
|
-
#
|
8761
7798
|
# @!attribute [rw] access_log_settings
|
8762
7799
|
# Settings for logging access in a stage.
|
8763
7800
|
# @return [Types::AccessLogSettings]
|
@@ -8892,14 +7929,6 @@ module Aws::ApiGatewayV2
|
|
8892
7929
|
include Aws::Structure
|
8893
7930
|
end
|
8894
7931
|
|
8895
|
-
# @note When making an API call, you may pass UpdateVpcLinkRequest
|
8896
|
-
# data as a hash:
|
8897
|
-
#
|
8898
|
-
# {
|
8899
|
-
# name: "StringWithLengthBetween1And128",
|
8900
|
-
# vpc_link_id: "__string", # required
|
8901
|
-
# }
|
8902
|
-
#
|
8903
7932
|
# @!attribute [rw] name
|
8904
7933
|
# A string with a length between \[1-128\].
|
8905
7934
|
# @return [String]
|