aws-sdk-route53resolver 1.73.0 → 1.74.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b52fca6223281d438eb705b809e3df5858a0f90d8de563f60ce8d845d1b435c
4
- data.tar.gz: d91066c8dfa0e8789b64499e15b9f23dc47f5c646138ceb4727b78ca88e84111
3
+ metadata.gz: 9064299e8306f9eb5668e00614e9c7102490b7474fd576118a5da0bf0b9f5dcc
4
+ data.tar.gz: bee291f55418c3cbedf1e1468b0c845c8b4b05ee7f704346a97c894c35c2b00d
5
5
  SHA512:
6
- metadata.gz: 69db2cd9346f1c06b7da716f1a272c11255013f09bb5d11e01c98c090c08a40f042c596688ba460e1f085eef640fbc330870823c0034605eb1ba0b4f8cf36565
7
- data.tar.gz: a0fdf4df9ad3695094a00566f082d6d0ff73ebe00dffebcd5f24b7767526e2bbb0332b1aeee0d285cfb0af4111f25f379b572ff72637366ae157f06cc25f4a3f
6
+ metadata.gz: b92de9b7ec719a0c724f5644b20536cc0beb21c89710e7ee8028f0ef2261eaa1a8610ede703a1a78fdf34b55d8a467d1cc860fb9457a68af04d257749d5d937f
7
+ data.tar.gz: 5ae454e5b6b87f00d24e34aa7d0a38891a0f8e93308a314da56ddeedf39ae987507ef9ccbb4c60eab39e79243ff4caa5f568890031e7cf6c5cf8cfc6dc6297e3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.73.0 (2024-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -3482,7 +3482,6 @@ module Aws::Route53Resolver
3482
3482
  #
3483
3483
  # * `ACCESS_DENIED`: Permissions don't allow sending logs to the
3484
3484
  # destination.
3485
- #
3486
3485
  # If `Status` is a value other than `FAILED`, `ERROR` is null.
3487
3486
  #
3488
3487
  # * `Id`: The ID of the query logging association
@@ -4875,7 +4874,7 @@ module Aws::Route53Resolver
4875
4874
  tracer: tracer
4876
4875
  )
4877
4876
  context[:gem_name] = 'aws-sdk-route53resolver'
4878
- context[:gem_version] = '1.73.0'
4877
+ context[:gem_version] = '1.74.0'
4879
4878
  Seahorse::Client::Request.new(handlers, context)
4880
4879
  end
4881
4880
 
@@ -1348,7 +1348,6 @@ module Aws::Route53Resolver
1348
1348
  # * `CloudWatchLogs`
1349
1349
  #
1350
1350
  # * `KinesisFirehose`
1351
- #
1352
1351
  # * `DestinationArn`: The ARN of the location that Resolver is sending
1353
1352
  # query logs to. This value can be the ARN for an S3 bucket, a
1354
1353
  # CloudWatch Logs log group, or a Kinesis Data Firehose delivery
@@ -3399,7 +3398,6 @@ module Aws::Route53Resolver
3399
3398
  #
3400
3399
  # * `ACCESS_DENIED`: Permissions don't allow sending logs to the
3401
3400
  # destination.
3402
- #
3403
3401
  # If `Status` is a value other than `FAILED`, `ERROR` is null.
3404
3402
  #
3405
3403
  # * `Id`: The ID of the query logging association
@@ -4209,7 +4207,6 @@ module Aws::Route53Resolver
4209
4207
  #
4210
4208
  # * The network interface couldn't be created for some reason
4211
4209
  # that's outside the control of Resolver.
4212
- #
4213
4210
  # * `DELETING`: Resolver is deleting this endpoint and the associated
4214
4211
  # network interfaces.
4215
4212
  #
@@ -54,7 +54,7 @@ module Aws::Route53Resolver
54
54
  autoload :EndpointProvider, 'aws-sdk-route53resolver/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-route53resolver/endpoints'
56
56
 
57
- GEM_VERSION = '1.73.0'
57
+ GEM_VERSION = '1.74.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53resolver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.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: 2024-11-15 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core