aws-sdk-apigatewayv2 1.34.0 → 1.35.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigatewayv2.rb +1 -1
- data/lib/aws-sdk-apigatewayv2/client.rb +13 -7
- data/lib/aws-sdk-apigatewayv2/client_api.rb +1 -0
- data/lib/aws-sdk-apigatewayv2/types.rb +19 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd29578c744ea73a063c44c9e6265802328c9dc5fd3949102c5564008f2cc076
|
|
4
|
+
data.tar.gz: 4d6f0e8353c14dd2001fddad629e97f8a3d8ca28122a9c72026f537fd487c682
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9cf38ca12d07fc4e452ba99fad3595905abb6e624a122acf25bf6fb014c0493a438f00e45ea1daefe637df1fb8a048e3db7266dd654f0dc94b5e8bb8b692c25
|
|
7
|
+
data.tar.gz: c15f8f9ed0f921527d9efc4e8c76b2925752c0a0af323f9d7c91c43ea62147cc318d661b256983e3f5899281dff17a4e7942146eefcfee4e3aeda4a584d67fb1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.35.0
|
data/lib/aws-sdk-apigatewayv2.rb
CHANGED
|
@@ -706,11 +706,12 @@ module Aws::ApiGatewayV2
|
|
|
706
706
|
# certificate_arn: "Arn",
|
|
707
707
|
# certificate_name: "StringWithLengthBetween1And128",
|
|
708
708
|
# certificate_upload_date: Time.now,
|
|
709
|
-
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
|
709
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, PENDING_OWNERSHIP_VERIFICATION
|
|
710
710
|
# domain_name_status_message: "__string",
|
|
711
711
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
|
712
712
|
# hosted_zone_id: "__string",
|
|
713
713
|
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
|
714
|
+
# ownership_verification_certificate_arn: "Arn",
|
|
714
715
|
# },
|
|
715
716
|
# ],
|
|
716
717
|
# mutual_tls_authentication: {
|
|
@@ -731,11 +732,12 @@ module Aws::ApiGatewayV2
|
|
|
731
732
|
# resp.domain_name_configurations[0].certificate_arn #=> String
|
|
732
733
|
# resp.domain_name_configurations[0].certificate_name #=> String
|
|
733
734
|
# resp.domain_name_configurations[0].certificate_upload_date #=> Time
|
|
734
|
-
# resp.domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING"
|
|
735
|
+
# resp.domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION"
|
|
735
736
|
# resp.domain_name_configurations[0].domain_name_status_message #=> String
|
|
736
737
|
# resp.domain_name_configurations[0].endpoint_type #=> String, one of "REGIONAL", "EDGE"
|
|
737
738
|
# resp.domain_name_configurations[0].hosted_zone_id #=> String
|
|
738
739
|
# resp.domain_name_configurations[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
|
|
740
|
+
# resp.domain_name_configurations[0].ownership_verification_certificate_arn #=> String
|
|
739
741
|
# resp.mutual_tls_authentication.truststore_uri #=> String
|
|
740
742
|
# resp.mutual_tls_authentication.truststore_version #=> String
|
|
741
743
|
# resp.mutual_tls_authentication.truststore_warnings #=> Array
|
|
@@ -2294,11 +2296,12 @@ module Aws::ApiGatewayV2
|
|
|
2294
2296
|
# resp.domain_name_configurations[0].certificate_arn #=> String
|
|
2295
2297
|
# resp.domain_name_configurations[0].certificate_name #=> String
|
|
2296
2298
|
# resp.domain_name_configurations[0].certificate_upload_date #=> Time
|
|
2297
|
-
# resp.domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING"
|
|
2299
|
+
# resp.domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION"
|
|
2298
2300
|
# resp.domain_name_configurations[0].domain_name_status_message #=> String
|
|
2299
2301
|
# resp.domain_name_configurations[0].endpoint_type #=> String, one of "REGIONAL", "EDGE"
|
|
2300
2302
|
# resp.domain_name_configurations[0].hosted_zone_id #=> String
|
|
2301
2303
|
# resp.domain_name_configurations[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
|
|
2304
|
+
# resp.domain_name_configurations[0].ownership_verification_certificate_arn #=> String
|
|
2302
2305
|
# resp.mutual_tls_authentication.truststore_uri #=> String
|
|
2303
2306
|
# resp.mutual_tls_authentication.truststore_version #=> String
|
|
2304
2307
|
# resp.mutual_tls_authentication.truststore_warnings #=> Array
|
|
@@ -2341,11 +2344,12 @@ module Aws::ApiGatewayV2
|
|
|
2341
2344
|
# resp.items[0].domain_name_configurations[0].certificate_arn #=> String
|
|
2342
2345
|
# resp.items[0].domain_name_configurations[0].certificate_name #=> String
|
|
2343
2346
|
# resp.items[0].domain_name_configurations[0].certificate_upload_date #=> Time
|
|
2344
|
-
# resp.items[0].domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING"
|
|
2347
|
+
# resp.items[0].domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION"
|
|
2345
2348
|
# resp.items[0].domain_name_configurations[0].domain_name_status_message #=> String
|
|
2346
2349
|
# resp.items[0].domain_name_configurations[0].endpoint_type #=> String, one of "REGIONAL", "EDGE"
|
|
2347
2350
|
# resp.items[0].domain_name_configurations[0].hosted_zone_id #=> String
|
|
2348
2351
|
# resp.items[0].domain_name_configurations[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
|
|
2352
|
+
# resp.items[0].domain_name_configurations[0].ownership_verification_certificate_arn #=> String
|
|
2349
2353
|
# resp.items[0].mutual_tls_authentication.truststore_uri #=> String
|
|
2350
2354
|
# resp.items[0].mutual_tls_authentication.truststore_version #=> String
|
|
2351
2355
|
# resp.items[0].mutual_tls_authentication.truststore_warnings #=> Array
|
|
@@ -3671,11 +3675,12 @@ module Aws::ApiGatewayV2
|
|
|
3671
3675
|
# certificate_arn: "Arn",
|
|
3672
3676
|
# certificate_name: "StringWithLengthBetween1And128",
|
|
3673
3677
|
# certificate_upload_date: Time.now,
|
|
3674
|
-
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
|
3678
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, PENDING_OWNERSHIP_VERIFICATION
|
|
3675
3679
|
# domain_name_status_message: "__string",
|
|
3676
3680
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
|
3677
3681
|
# hosted_zone_id: "__string",
|
|
3678
3682
|
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
|
3683
|
+
# ownership_verification_certificate_arn: "Arn",
|
|
3679
3684
|
# },
|
|
3680
3685
|
# ],
|
|
3681
3686
|
# mutual_tls_authentication: {
|
|
@@ -3693,11 +3698,12 @@ module Aws::ApiGatewayV2
|
|
|
3693
3698
|
# resp.domain_name_configurations[0].certificate_arn #=> String
|
|
3694
3699
|
# resp.domain_name_configurations[0].certificate_name #=> String
|
|
3695
3700
|
# resp.domain_name_configurations[0].certificate_upload_date #=> Time
|
|
3696
|
-
# resp.domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING"
|
|
3701
|
+
# resp.domain_name_configurations[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION"
|
|
3697
3702
|
# resp.domain_name_configurations[0].domain_name_status_message #=> String
|
|
3698
3703
|
# resp.domain_name_configurations[0].endpoint_type #=> String, one of "REGIONAL", "EDGE"
|
|
3699
3704
|
# resp.domain_name_configurations[0].hosted_zone_id #=> String
|
|
3700
3705
|
# resp.domain_name_configurations[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
|
|
3706
|
+
# resp.domain_name_configurations[0].ownership_verification_certificate_arn #=> String
|
|
3701
3707
|
# resp.mutual_tls_authentication.truststore_uri #=> String
|
|
3702
3708
|
# resp.mutual_tls_authentication.truststore_version #=> String
|
|
3703
3709
|
# resp.mutual_tls_authentication.truststore_warnings #=> Array
|
|
@@ -4451,7 +4457,7 @@ module Aws::ApiGatewayV2
|
|
|
4451
4457
|
params: params,
|
|
4452
4458
|
config: config)
|
|
4453
4459
|
context[:gem_name] = 'aws-sdk-apigatewayv2'
|
|
4454
|
-
context[:gem_version] = '1.
|
|
4460
|
+
context[:gem_version] = '1.35.0'
|
|
4455
4461
|
Seahorse::Client::Request.new(handlers, context)
|
|
4456
4462
|
end
|
|
4457
4463
|
|
|
@@ -821,6 +821,7 @@ module Aws::ApiGatewayV2
|
|
|
821
821
|
DomainNameConfiguration.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "endpointType"))
|
|
822
822
|
DomainNameConfiguration.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: __string, location_name: "hostedZoneId"))
|
|
823
823
|
DomainNameConfiguration.add_member(:security_policy, Shapes::ShapeRef.new(shape: SecurityPolicy, location_name: "securityPolicy"))
|
|
824
|
+
DomainNameConfiguration.add_member(:ownership_verification_certificate_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ownershipVerificationCertificateArn"))
|
|
824
825
|
DomainNameConfiguration.struct_class = Types::DomainNameConfiguration
|
|
825
826
|
|
|
826
827
|
DomainNameConfigurations.member = Shapes::ShapeRef.new(shape: DomainNameConfiguration)
|
|
@@ -1272,11 +1272,12 @@ module Aws::ApiGatewayV2
|
|
|
1272
1272
|
# certificate_arn: "Arn",
|
|
1273
1273
|
# certificate_name: "StringWithLengthBetween1And128",
|
|
1274
1274
|
# certificate_upload_date: Time.now,
|
|
1275
|
-
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
|
1275
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, PENDING_OWNERSHIP_VERIFICATION
|
|
1276
1276
|
# domain_name_status_message: "__string",
|
|
1277
1277
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
|
1278
1278
|
# hosted_zone_id: "__string",
|
|
1279
1279
|
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
|
1280
|
+
# ownership_verification_certificate_arn: "Arn",
|
|
1280
1281
|
# },
|
|
1281
1282
|
# ],
|
|
1282
1283
|
# mutual_tls_authentication: {
|
|
@@ -3441,11 +3442,12 @@ module Aws::ApiGatewayV2
|
|
|
3441
3442
|
# certificate_arn: "Arn",
|
|
3442
3443
|
# certificate_name: "StringWithLengthBetween1And128",
|
|
3443
3444
|
# certificate_upload_date: Time.now,
|
|
3444
|
-
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
|
3445
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, PENDING_OWNERSHIP_VERIFICATION
|
|
3445
3446
|
# domain_name_status_message: "__string",
|
|
3446
3447
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
|
3447
3448
|
# hosted_zone_id: "__string",
|
|
3448
3449
|
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
|
3450
|
+
# ownership_verification_certificate_arn: "Arn",
|
|
3449
3451
|
# }
|
|
3450
3452
|
#
|
|
3451
3453
|
# @!attribute [rw] api_gateway_domain_name
|
|
@@ -3470,9 +3472,10 @@ module Aws::ApiGatewayV2
|
|
|
3470
3472
|
#
|
|
3471
3473
|
# @!attribute [rw] domain_name_status
|
|
3472
3474
|
# The status of the domain name migration. The valid values are
|
|
3473
|
-
# AVAILABLE
|
|
3474
|
-
#
|
|
3475
|
-
#
|
|
3475
|
+
# AVAILABLE, UPDATING, PENDING\_CERTIFICATE\_REIMPORT, and
|
|
3476
|
+
# PENDING\_OWNERSHIP\_VERIFICATION. If the status is UPDATING, the
|
|
3477
|
+
# domain cannot be modified further until the existing operation is
|
|
3478
|
+
# complete. If it is AVAILABLE, the domain can be updated.
|
|
3476
3479
|
# @return [String]
|
|
3477
3480
|
#
|
|
3478
3481
|
# @!attribute [rw] domain_name_status_message
|
|
@@ -3493,6 +3496,13 @@ module Aws::ApiGatewayV2
|
|
|
3493
3496
|
# for this domain name. The valid values are TLS\_1\_0 and TLS\_1\_2.
|
|
3494
3497
|
# @return [String]
|
|
3495
3498
|
#
|
|
3499
|
+
# @!attribute [rw] ownership_verification_certificate_arn
|
|
3500
|
+
# The ARN of the public certificate issued by ACM to validate
|
|
3501
|
+
# ownership of your custom domain. Only required when configuring
|
|
3502
|
+
# mutual TLS and using an ACM imported or private CA certificate ARN
|
|
3503
|
+
# as the regionalCertificateArn
|
|
3504
|
+
# @return [String]
|
|
3505
|
+
#
|
|
3496
3506
|
class DomainNameConfiguration < Struct.new(
|
|
3497
3507
|
:api_gateway_domain_name,
|
|
3498
3508
|
:certificate_arn,
|
|
@@ -3502,7 +3512,8 @@ module Aws::ApiGatewayV2
|
|
|
3502
3512
|
:domain_name_status_message,
|
|
3503
3513
|
:endpoint_type,
|
|
3504
3514
|
:hosted_zone_id,
|
|
3505
|
-
:security_policy
|
|
3515
|
+
:security_policy,
|
|
3516
|
+
:ownership_verification_certificate_arn)
|
|
3506
3517
|
SENSITIVE = []
|
|
3507
3518
|
include Aws::Structure
|
|
3508
3519
|
end
|
|
@@ -7255,11 +7266,12 @@ module Aws::ApiGatewayV2
|
|
|
7255
7266
|
# certificate_arn: "Arn",
|
|
7256
7267
|
# certificate_name: "StringWithLengthBetween1And128",
|
|
7257
7268
|
# certificate_upload_date: Time.now,
|
|
7258
|
-
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING
|
|
7269
|
+
# domain_name_status: "AVAILABLE", # accepts AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, PENDING_OWNERSHIP_VERIFICATION
|
|
7259
7270
|
# domain_name_status_message: "__string",
|
|
7260
7271
|
# endpoint_type: "REGIONAL", # accepts REGIONAL, EDGE
|
|
7261
7272
|
# hosted_zone_id: "__string",
|
|
7262
7273
|
# security_policy: "TLS_1_0", # accepts TLS_1_0, TLS_1_2
|
|
7274
|
+
# ownership_verification_certificate_arn: "Arn",
|
|
7263
7275
|
# },
|
|
7264
7276
|
# ],
|
|
7265
7277
|
# mutual_tls_authentication: {
|
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.35.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: 2021-
|
|
11
|
+
date: 2021-08-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|