aws-sdk-route53globalresolver 1.5.0 → 1.7.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53globalresolver/client.rb +7 -1
- data/lib/aws-sdk-route53globalresolver/client_api.rb +2 -0
- data/lib/aws-sdk-route53globalresolver/types.rb +8 -1
- data/lib/aws-sdk-route53globalresolver.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 897c8bc1851444ce497a0273bf5e6af6ef181ac853728be2c985dfb6c71cac5a
|
|
4
|
+
data.tar.gz: 436e078c240ef08ff37764e87ada995ecb9852c763609b4878b71a23270829b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b1cd9b618ea379ddce93eaf6c9469be3cc5490372fcef26653dce010f1232e089e2b32d1bf25d419a041389b4563e8e5dd4a9d8c8aea6fb4606825908093e78
|
|
7
|
+
data.tar.gz: f0e07a5687092aa7feaaced4862ab8f54d76e9214458af942a1a7319c8b7e8ed82f369300a5cdbbc5a9b39741d2de6119ec90792dc7056127730d10ab383dc0c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.7.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.6.0 (2026-04-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds support for regions in the UpdateGlobalResolver input.
|
|
13
|
+
|
|
4
14
|
1.5.0 (2026-03-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.7.0
|
|
@@ -3392,6 +3392,11 @@ module Aws::Route53GlobalResolver
|
|
|
3392
3392
|
# The IP address type for the Global Resolver. Valid values are IPV4 or
|
|
3393
3393
|
# DUAL\_STACK for both IPv4 and IPv6 support.
|
|
3394
3394
|
#
|
|
3395
|
+
# @option params [Array<String>] :regions
|
|
3396
|
+
# The list of Amazon Web Services Regions where the Global Resolver will
|
|
3397
|
+
# operate. The resolver will be distributed across these Regions to
|
|
3398
|
+
# provide global availability and low-latency DNS resolution.
|
|
3399
|
+
#
|
|
3395
3400
|
# @return [Types::UpdateGlobalResolverOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3396
3401
|
#
|
|
3397
3402
|
# * {Types::UpdateGlobalResolverOutput#id #id} => String
|
|
@@ -3417,6 +3422,7 @@ module Aws::Route53GlobalResolver
|
|
|
3417
3422
|
# observability_region: "Region",
|
|
3418
3423
|
# description: "ResourceDescription",
|
|
3419
3424
|
# ip_address_type: "IPV4", # accepts IPV4, DUAL_STACK
|
|
3425
|
+
# regions: ["Region"],
|
|
3420
3426
|
# })
|
|
3421
3427
|
#
|
|
3422
3428
|
# @example Response structure
|
|
@@ -3518,7 +3524,7 @@ module Aws::Route53GlobalResolver
|
|
|
3518
3524
|
tracer: tracer
|
|
3519
3525
|
)
|
|
3520
3526
|
context[:gem_name] = 'aws-sdk-route53globalresolver'
|
|
3521
|
-
context[:gem_version] = '1.
|
|
3527
|
+
context[:gem_version] = '1.7.0'
|
|
3522
3528
|
Seahorse::Client::Request.new(handlers, context)
|
|
3523
3529
|
end
|
|
3524
3530
|
|
|
@@ -1113,6 +1113,7 @@ module Aws::Route53GlobalResolver
|
|
|
1113
1113
|
UpdateGlobalResolverInput.add_member(:observability_region, Shapes::ShapeRef.new(shape: Region, location_name: "observabilityRegion"))
|
|
1114
1114
|
UpdateGlobalResolverInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
1115
1115
|
UpdateGlobalResolverInput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: GlobalResolverIpAddressType, location_name: "ipAddressType"))
|
|
1116
|
+
UpdateGlobalResolverInput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "regions"))
|
|
1116
1117
|
UpdateGlobalResolverInput.struct_class = Types::UpdateGlobalResolverInput
|
|
1117
1118
|
|
|
1118
1119
|
UpdateGlobalResolverOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
@@ -1337,6 +1338,7 @@ module Aws::Route53GlobalResolver
|
|
|
1337
1338
|
o.output = Shapes::ShapeRef.new(shape: DeleteAccessTokenOutput)
|
|
1338
1339
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1339
1340
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1341
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1340
1342
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1341
1343
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1342
1344
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
@@ -4375,6 +4375,12 @@ module Aws::Route53GlobalResolver
|
|
|
4375
4375
|
# or DUAL\_STACK for both IPv4 and IPv6 support.
|
|
4376
4376
|
# @return [String]
|
|
4377
4377
|
#
|
|
4378
|
+
# @!attribute [rw] regions
|
|
4379
|
+
# The list of Amazon Web Services Regions where the Global Resolver
|
|
4380
|
+
# will operate. The resolver will be distributed across these Regions
|
|
4381
|
+
# to provide global availability and low-latency DNS resolution.
|
|
4382
|
+
# @return [Array<String>]
|
|
4383
|
+
#
|
|
4378
4384
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53globalresolver-2022-09-27/UpdateGlobalResolverInput AWS API Documentation
|
|
4379
4385
|
#
|
|
4380
4386
|
class UpdateGlobalResolverInput < Struct.new(
|
|
@@ -4382,7 +4388,8 @@ module Aws::Route53GlobalResolver
|
|
|
4382
4388
|
:name,
|
|
4383
4389
|
:observability_region,
|
|
4384
4390
|
:description,
|
|
4385
|
-
:ip_address_type
|
|
4391
|
+
:ip_address_type,
|
|
4392
|
+
:regions)
|
|
4386
4393
|
SENSITIVE = []
|
|
4387
4394
|
include Aws::Structure
|
|
4388
4395
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -960,7 +960,8 @@ module Aws
|
|
|
960
960
|
?name: ::String,
|
|
961
961
|
?observability_region: ::String,
|
|
962
962
|
?description: ::String,
|
|
963
|
-
?ip_address_type: ("IPV4" | "DUAL_STACK")
|
|
963
|
+
?ip_address_type: ("IPV4" | "DUAL_STACK"),
|
|
964
|
+
?regions: Array[::String]
|
|
964
965
|
) -> _UpdateGlobalResolverResponseSuccess
|
|
965
966
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGlobalResolverResponseSuccess
|
|
966
967
|
|
data/sig/types.rbs
CHANGED
|
@@ -1104,6 +1104,7 @@ module Aws::Route53GlobalResolver
|
|
|
1104
1104
|
attr_accessor observability_region: ::String
|
|
1105
1105
|
attr_accessor description: ::String
|
|
1106
1106
|
attr_accessor ip_address_type: ("IPV4" | "DUAL_STACK")
|
|
1107
|
+
attr_accessor regions: ::Array[::String]
|
|
1107
1108
|
SENSITIVE: []
|
|
1108
1109
|
end
|
|
1109
1110
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-route53globalresolver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.247.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|