aws-sdk-route53profiles 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53profiles/client.rb +16 -8
- data/lib/aws-sdk-route53profiles/client_api.rb +1 -0
- data/lib/aws-sdk-route53profiles/types.rb +8 -6
- data/lib/aws-sdk-route53profiles.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: 86ff0d306dda1cbef5f749993454abb3ae726a60fe40c83a4f01792ad1dcae6f
|
4
|
+
data.tar.gz: a6b2de7f8288d9050458b97e0fbad449c8f2c839ce523ae417a2a9c6fd50ed7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d9100a399aa2f79b05eb5bcc819c5cfae321f3fc2033fc5f0122d69a28b7eadd79450cb770e636c49f1f6bd1cb9bfdc92d9917db26611ff5d9676f08e3e17ca
|
7
|
+
data.tar.gz: cb9df7ffe4f32dc742a312a4d30ec3c063714bedd10667d719ba6c89b2c4a194afbab6135d83daaa60878dad09eb53174310f2a0bde66b4f66bf95e6eb048a7d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.2.0
|
@@ -414,7 +414,13 @@ module Aws::Route53Profiles
|
|
414
414
|
|
415
415
|
# Associates a Route 53 Profiles profile with a VPC. A VPC can have only
|
416
416
|
# one Profile associated with it, but a Profile can be associated with
|
417
|
-
#
|
417
|
+
# 1000 of VPCs (and you can request a higher quota). For more
|
418
|
+
# information, see
|
419
|
+
# [https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities][1].
|
420
|
+
#
|
421
|
+
#
|
422
|
+
#
|
423
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities
|
418
424
|
#
|
419
425
|
# @option params [required, String] :name
|
420
426
|
# A name for the association.
|
@@ -480,10 +486,11 @@ module Aws::Route53Profiles
|
|
480
486
|
# Amazon resource number, ARN, of the DNS resource.
|
481
487
|
#
|
482
488
|
# @option params [String] :resource_properties
|
483
|
-
# If you are adding a DNS Firewall rule group, include also a priority
|
484
|
-
#
|
489
|
+
# If you are adding a DNS Firewall rule group, include also a priority.
|
490
|
+
# The priority indicates the processing order for the rule groups,
|
491
|
+
# starting with the priority assinged the lowest value.
|
485
492
|
#
|
486
|
-
#
|
493
|
+
# The allowed values for priority are between 100 and 9900.
|
487
494
|
#
|
488
495
|
# @return [Types::AssociateResourceToProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
489
496
|
#
|
@@ -1098,10 +1105,11 @@ module Aws::Route53Profiles
|
|
1098
1105
|
# ID of the resource association.
|
1099
1106
|
#
|
1100
1107
|
# @option params [String] :resource_properties
|
1101
|
-
# If you are adding a DNS Firewall rule group, include also a priority
|
1102
|
-
#
|
1108
|
+
# If you are adding a DNS Firewall rule group, include also a priority.
|
1109
|
+
# The priority indicates the processing order for the rule groups,
|
1110
|
+
# starting with the priority assinged the lowest value.
|
1103
1111
|
#
|
1104
|
-
#
|
1112
|
+
# The allowed values for priority are between 100 and 9900.
|
1105
1113
|
#
|
1106
1114
|
# @return [Types::UpdateProfileResourceAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1107
1115
|
#
|
@@ -1151,7 +1159,7 @@ module Aws::Route53Profiles
|
|
1151
1159
|
params: params,
|
1152
1160
|
config: config)
|
1153
1161
|
context[:gem_name] = 'aws-sdk-route53profiles'
|
1154
|
-
context[:gem_version] = '1.
|
1162
|
+
context[:gem_version] = '1.2.0'
|
1155
1163
|
Seahorse::Client::Request.new(handlers, context)
|
1156
1164
|
end
|
1157
1165
|
|
@@ -304,6 +304,7 @@ module Aws::Route53Profiles
|
|
304
304
|
"endpointPrefix" => "route53profiles",
|
305
305
|
"jsonVersion" => "1.1",
|
306
306
|
"protocol" => "rest-json",
|
307
|
+
"protocols" => ["rest-json"],
|
307
308
|
"serviceFullName" => "Route 53 Profiles",
|
308
309
|
"serviceId" => "Route53Profiles",
|
309
310
|
"signatureVersion" => "v4",
|
@@ -79,10 +79,11 @@ module Aws::Route53Profiles
|
|
79
79
|
# @return [String]
|
80
80
|
#
|
81
81
|
# @!attribute [rw] resource_properties
|
82
|
-
# If you are adding a DNS Firewall rule group, include also a
|
83
|
-
#
|
82
|
+
# If you are adding a DNS Firewall rule group, include also a
|
83
|
+
# priority. The priority indicates the processing order for the rule
|
84
|
+
# groups, starting with the priority assinged the lowest value.
|
84
85
|
#
|
85
|
-
#
|
86
|
+
# The allowed values for priority are between 100 and 9900.
|
86
87
|
# @return [String]
|
87
88
|
#
|
88
89
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53profiles-2018-05-10/AssociateResourceToProfileRequest AWS API Documentation
|
@@ -918,10 +919,11 @@ module Aws::Route53Profiles
|
|
918
919
|
# @return [String]
|
919
920
|
#
|
920
921
|
# @!attribute [rw] resource_properties
|
921
|
-
# If you are adding a DNS Firewall rule group, include also a
|
922
|
-
#
|
922
|
+
# If you are adding a DNS Firewall rule group, include also a
|
923
|
+
# priority. The priority indicates the processing order for the rule
|
924
|
+
# groups, starting with the priority assinged the lowest value.
|
923
925
|
#
|
924
|
-
#
|
926
|
+
# The allowed values for priority are between 100 and 9900.
|
925
927
|
# @return [String]
|
926
928
|
#
|
927
929
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53profiles-2018-05-10/UpdateProfileResourceAssociationRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53profiles
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.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
|
+
date: 2024-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|