aws-sdk-apigatewayv2 1.8.0 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba67451d1bfec5947855794af750c13c49d2c8b2
|
4
|
+
data.tar.gz: 0f447f6ff71556299b757076593acd2275152dd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8782b89bdee78ad3034ef576c499790bcb65bc7aadfb7c93b1d5b499afff4d9a0977dd20370323d87b184b6797cfa985618d379a0487639624d62b5b6be0bcb8
|
7
|
+
data.tar.gz: 1f28edc5e491d553cb4f3b6492123d6f0854d6a0a1d5df899b8058147c2db0ccb3c19b14643e0be4a744c7ec182e31466e8cc313d0702b25d27e48fdf674295c
|
@@ -540,6 +540,9 @@ module Aws::ApiGatewayV2
|
|
540
540
|
# certificate_upload_date: Time.now,
|
541
541
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
542
542
|
# hosted_zone_id: "__string",
|
543
|
+
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
544
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
545
|
+
# domain_name_status_message: "__string",
|
543
546
|
# },
|
544
547
|
# ],
|
545
548
|
# })
|
@@ -555,6 +558,9 @@ module Aws::ApiGatewayV2
|
|
555
558
|
# resp.domain_name_configurations[0].certificate_upload_date #=> Time
|
556
559
|
# resp.domain_name_configurations[0].endpoint_type #=> String, one of "REGIONAL", "EDGE"
|
557
560
|
# resp.domain_name_configurations[0].hosted_zone_id #=> String
|
561
|
+
# resp.domain_name_configurations[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
|
562
|
+
# resp.domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING"
|
563
|
+
# resp.domain_name_configurations[0].domain_name_status_message #=> String
|
558
564
|
#
|
559
565
|
# @overload create_domain_name(params = {})
|
560
566
|
# @param [Hash] params ({})
|
@@ -1723,6 +1729,9 @@ module Aws::ApiGatewayV2
|
|
1723
1729
|
# resp.domain_name_configurations[0].certificate_upload_date #=> Time
|
1724
1730
|
# resp.domain_name_configurations[0].endpoint_type #=> String, one of "REGIONAL", "EDGE"
|
1725
1731
|
# resp.domain_name_configurations[0].hosted_zone_id #=> String
|
1732
|
+
# resp.domain_name_configurations[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
|
1733
|
+
# resp.domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING"
|
1734
|
+
# resp.domain_name_configurations[0].domain_name_status_message #=> String
|
1726
1735
|
#
|
1727
1736
|
# @overload get_domain_name(params = {})
|
1728
1737
|
# @param [Hash] params ({})
|
@@ -1761,6 +1770,9 @@ module Aws::ApiGatewayV2
|
|
1761
1770
|
# resp.items[0].domain_name_configurations[0].certificate_upload_date #=> Time
|
1762
1771
|
# resp.items[0].domain_name_configurations[0].endpoint_type #=> String, one of "REGIONAL", "EDGE"
|
1763
1772
|
# resp.items[0].domain_name_configurations[0].hosted_zone_id #=> String
|
1773
|
+
# resp.items[0].domain_name_configurations[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
|
1774
|
+
# resp.items[0].domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING"
|
1775
|
+
# resp.items[0].domain_name_configurations[0].domain_name_status_message #=> String
|
1764
1776
|
# resp.next_token #=> String
|
1765
1777
|
#
|
1766
1778
|
# @overload get_domain_names(params = {})
|
@@ -2653,6 +2665,9 @@ module Aws::ApiGatewayV2
|
|
2653
2665
|
# certificate_upload_date: Time.now,
|
2654
2666
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
2655
2667
|
# hosted_zone_id: "__string",
|
2668
|
+
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
2669
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
2670
|
+
# domain_name_status_message: "__string",
|
2656
2671
|
# },
|
2657
2672
|
# ],
|
2658
2673
|
# })
|
@@ -2668,6 +2683,9 @@ module Aws::ApiGatewayV2
|
|
2668
2683
|
# resp.domain_name_configurations[0].certificate_upload_date #=> Time
|
2669
2684
|
# resp.domain_name_configurations[0].endpoint_type #=> String, one of "REGIONAL", "EDGE"
|
2670
2685
|
# resp.domain_name_configurations[0].hosted_zone_id #=> String
|
2686
|
+
# resp.domain_name_configurations[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
|
2687
|
+
# resp.domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING"
|
2688
|
+
# resp.domain_name_configurations[0].domain_name_status_message #=> String
|
2671
2689
|
#
|
2672
2690
|
# @overload update_domain_name(params = {})
|
2673
2691
|
# @param [Hash] params ({})
|
@@ -3271,7 +3289,7 @@ module Aws::ApiGatewayV2
|
|
3271
3289
|
params: params,
|
3272
3290
|
config: config)
|
3273
3291
|
context[:gem_name] = 'aws-sdk-apigatewayv2'
|
3274
|
-
context[:gem_version] = '1.
|
3292
|
+
context[:gem_version] = '1.9.0'
|
3275
3293
|
Seahorse::Client::Request.new(handlers, context)
|
3276
3294
|
end
|
3277
3295
|
|
@@ -76,6 +76,7 @@ module Aws::ApiGatewayV2
|
|
76
76
|
DomainName = Shapes::StructureShape.new(name: 'DomainName')
|
77
77
|
DomainNameConfiguration = Shapes::StructureShape.new(name: 'DomainNameConfiguration')
|
78
78
|
DomainNameConfigurations = Shapes::ListShape.new(name: 'DomainNameConfigurations')
|
79
|
+
DomainNameStatus = Shapes::StringShape.new(name: 'DomainNameStatus')
|
79
80
|
DomainNames = Shapes::StructureShape.new(name: 'DomainNames')
|
80
81
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
81
82
|
GetApiMappingRequest = Shapes::StructureShape.new(name: 'GetApiMappingRequest')
|
@@ -152,6 +153,7 @@ module Aws::ApiGatewayV2
|
|
152
153
|
RouteSettings = Shapes::StructureShape.new(name: 'RouteSettings')
|
153
154
|
RouteSettingsMap = Shapes::MapShape.new(name: 'RouteSettingsMap')
|
154
155
|
Routes = Shapes::StructureShape.new(name: 'Routes')
|
156
|
+
SecurityPolicy = Shapes::StringShape.new(name: 'SecurityPolicy')
|
155
157
|
SelectionExpression = Shapes::StringShape.new(name: 'SelectionExpression')
|
156
158
|
SelectionKey = Shapes::StringShape.new(name: 'SelectionKey')
|
157
159
|
Stage = Shapes::StructureShape.new(name: 'Stage')
|
@@ -638,6 +640,9 @@ module Aws::ApiGatewayV2
|
|
638
640
|
DomainNameConfiguration.add_member(:certificate_upload_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "certificateUploadDate"))
|
639
641
|
DomainNameConfiguration.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "endpointType"))
|
640
642
|
DomainNameConfiguration.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: __string, location_name: "hostedZoneId"))
|
643
|
+
DomainNameConfiguration.add_member(:security_policy, Shapes::ShapeRef.new(shape: SecurityPolicy, location_name: "securityPolicy"))
|
644
|
+
DomainNameConfiguration.add_member(:domain_name_status, Shapes::ShapeRef.new(shape: DomainNameStatus, location_name: "domainNameStatus"))
|
645
|
+
DomainNameConfiguration.add_member(:domain_name_status_message, Shapes::ShapeRef.new(shape: __string, location_name: "domainNameStatusMessage"))
|
641
646
|
DomainNameConfiguration.struct_class = Types::DomainNameConfiguration
|
642
647
|
|
643
648
|
DomainNameConfigurations.member = Shapes::ShapeRef.new(shape: DomainNameConfiguration)
|
@@ -877,6 +877,9 @@ module Aws::ApiGatewayV2
|
|
877
877
|
# certificate_upload_date: Time.now,
|
878
878
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
879
879
|
# hosted_zone_id: "__string",
|
880
|
+
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
881
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
882
|
+
# domain_name_status_message: "__string",
|
880
883
|
# },
|
881
884
|
# ],
|
882
885
|
# }
|
@@ -2454,6 +2457,9 @@ module Aws::ApiGatewayV2
|
|
2454
2457
|
# certificate_upload_date: Time.now,
|
2455
2458
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
2456
2459
|
# hosted_zone_id: "__string",
|
2460
|
+
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
2461
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
2462
|
+
# domain_name_status_message: "__string",
|
2457
2463
|
# }
|
2458
2464
|
#
|
2459
2465
|
# @!attribute [rw] api_gateway_domain_name
|
@@ -2484,13 +2490,33 @@ module Aws::ApiGatewayV2
|
|
2484
2490
|
# The Amazon Route 53 Hosted Zone ID of the endpoint.
|
2485
2491
|
# @return [String]
|
2486
2492
|
#
|
2493
|
+
# @!attribute [rw] security_policy
|
2494
|
+
# The Transport Layer Security (TLS) version of the security policy
|
2495
|
+
# for this domain name. The valid values are TLS\_1\_0 and TLS\_1\_2.
|
2496
|
+
# @return [String]
|
2497
|
+
#
|
2498
|
+
# @!attribute [rw] domain_name_status
|
2499
|
+
# The status of the domain name migration. The valid values are
|
2500
|
+
# AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot
|
2501
|
+
# be modified further until the existing operation is complete. If it
|
2502
|
+
# is AVAILABLE, the domain can be updated.
|
2503
|
+
# @return [String]
|
2504
|
+
#
|
2505
|
+
# @!attribute [rw] domain_name_status_message
|
2506
|
+
# An optional text message containing detailed information about
|
2507
|
+
# status of the domain name migration.
|
2508
|
+
# @return [String]
|
2509
|
+
#
|
2487
2510
|
class DomainNameConfiguration < Struct.new(
|
2488
2511
|
:api_gateway_domain_name,
|
2489
2512
|
:certificate_arn,
|
2490
2513
|
:certificate_name,
|
2491
2514
|
:certificate_upload_date,
|
2492
2515
|
:endpoint_type,
|
2493
|
-
:hosted_zone_id
|
2516
|
+
:hosted_zone_id,
|
2517
|
+
:security_policy,
|
2518
|
+
:domain_name_status,
|
2519
|
+
:domain_name_status_message)
|
2494
2520
|
include Aws::Structure
|
2495
2521
|
end
|
2496
2522
|
|
@@ -5006,6 +5032,9 @@ module Aws::ApiGatewayV2
|
|
5006
5032
|
# certificate_upload_date: Time.now,
|
5007
5033
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
5008
5034
|
# hosted_zone_id: "__string",
|
5035
|
+
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
5036
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
5037
|
+
# domain_name_status_message: "__string",
|
5009
5038
|
# },
|
5010
5039
|
# ],
|
5011
5040
|
# }
|
data/lib/aws-sdk-apigatewayv2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-apigatewayv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|