aws-sdk-apigatewayv2 1.33.0 → 1.37.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
  SHA256:
3
- metadata.gz: 441b967277b4ea7a40c2aad271f4758cf41719e8fc5e1517746d2c2ce10ad12b
4
- data.tar.gz: e2da3cfdb3034b905a30de30cc3a7aa7c925a6ad51038fee2ac7a607edb04fdd
3
+ metadata.gz: 75bd884f93e5f2dc4ee4b097e6651241d4620182d8c40e6ced4fdeb25cc47d6f
4
+ data.tar.gz: 13a8d72690f521d7eebe75e2bc7281aace1f55edf5e269a7a1fe0af0f686b530
5
5
  SHA512:
6
- metadata.gz: '06109173ff3b2115585ea5c0248a6ee3a52d96f1e5591b185f81440b9129b6d2253548cab5e2cf851e6c91ba865328e5085abf16af1983633a24c6a74807bcf3'
7
- data.tar.gz: 69cc8592d52794a8cd914a02e7167c42b6b9cde42e47d0957c85f2ccd4c57916ff19a7c4fdf38be70fbb69c23b14484031beae74fa57b515b695861b49a39300
6
+ metadata.gz: 39fbc48a017748f62309bc2c27989869700de4b6c634e2cec2f6138353a19b888b6dac95b08db8b055ad198bf2a85358138b735717125c62bc89a7ac637efdae
7
+ data.tar.gz: 599389495a4eb2692724bc3abe80f6003435765ae7a3a7660b4107fa3e522676f11966f9bb567473ea198a2f1c0f72e20b58a833d32bc26276902f467b316c5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.36.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.35.0 (2021-08-12)
15
+ ------------------
16
+
17
+ * Feature - Adding support for ACM imported or private CA certificates for mTLS enabled domain names
18
+
19
+ 1.34.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.33.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.37.0
@@ -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.33.0'
4460
+ context[:gem_version] = '1.37.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 and UPDATING. If the status is UPDATING, the domain cannot
3474
- # be modified further until the existing operation is complete. If it
3475
- # is AVAILABLE, the domain can be updated.
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: {
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-apigatewayv2/customizations'
48
48
  # @!group service
49
49
  module Aws::ApiGatewayV2
50
50
 
51
- GEM_VERSION = '1.33.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
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.33.0
4
+ version: 1.37.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-07-28 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.118.0
22
+ version: 3.121.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.118.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="