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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c1b5ab282aeeda7a3d3cc71d03e6e241189e763f85f40e8c72cd8a459ca1f90
4
- data.tar.gz: 947d688213d794f4c921d855a8ab55a84d26d97471feecab18bf96e09eb796d4
3
+ metadata.gz: 86ff0d306dda1cbef5f749993454abb3ae726a60fe40c83a4f01792ad1dcae6f
4
+ data.tar.gz: a6b2de7f8288d9050458b97e0fbad449c8f2c839ce523ae417a2a9c6fd50ed7a
5
5
  SHA512:
6
- metadata.gz: 8c3328e5fd5a84e88dda685e292801b19c2b9cafb8da97693283d158fa1b2739bd62b63943e896771f96092b9ee4aa895f93fbf347fbcd790dbab7ca88f88481
7
- data.tar.gz: 7d933beee01c0273f599b492b3472b32fe1aefd4cd0a9bb7af7d34e70a0b1c81bc80b1d416e958f4ce1da77f57d6f4ff7c0a46907a3b0307ed2b7f1460e15717
6
+ metadata.gz: 7d9100a399aa2f79b05eb5bcc819c5cfae321f3fc2033fc5f0122d69a28b7eadd79450cb770e636c49f1f6bd1cb9bfdc92d9917db26611ff5d9676f08e3e17ca
7
+ data.tar.gz: cb9df7ffe4f32dc742a312a4d30ec3c063714bedd10667d719ba6c89b2c4a194afbab6135d83daaa60878dad09eb53174310f2a0bde66b4f66bf95e6eb048a7d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2024-05-07)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for Route 53 profiles that fixes some link issues
8
+
4
9
  1.1.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
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
- # up to 5000 VPCs.
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
- # in this format:
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
- # `Key=FirewallRuleGroupPriority,Value=100`
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
- # in this format:
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
- # `Key=FirewallRuleGroupPriority,Value=100`.
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.1.0'
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 priority
83
- # in this format:
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
- # `Key=FirewallRuleGroupPriority,Value=100`
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 priority
922
- # in this format:
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
- # `Key=FirewallRuleGroupPriority,Value=100`.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-route53profiles/customizations'
52
52
  # @!group service
53
53
  module Aws::Route53Profiles
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
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.1.0
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-04-25 00:00:00.000000000 Z
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