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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53resolver/client.rb +1 -2
- data/lib/aws-sdk-route53resolver/types.rb +0 -3
- data/lib/aws-sdk-route53resolver.rb +1 -1
- 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: 9064299e8306f9eb5668e00614e9c7102490b7474fd576118a5da0bf0b9f5dcc
|
|
4
|
+
data.tar.gz: bee291f55418c3cbedf1e1468b0c845c8b4b05ee7f704346a97c894c35c2b00d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b92de9b7ec719a0c724f5644b20536cc0beb21c89710e7ee8028f0ef2261eaa1a8610ede703a1a78fdf34b55d8a467d1cc860fb9457a68af04d257749d5d937f
|
|
7
|
+
data.tar.gz: 5ae454e5b6b87f00d24e34aa7d0a38891a0f8e93308a314da56ddeedf39ae987507ef9ccbb4c60eab39e79243ff4caa5f568890031e7cf6c5cf8cfc6dc6297e3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
#
|
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.
|
|
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-
|
|
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
|