aws-sdk-route53profiles 1.1.0 → 1.3.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53profiles/client.rb +19 -10
- 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: 157d198c805d5b19a168122b22e7b670d20fd18d679f4f254bb24d16cf96f198
|
4
|
+
data.tar.gz: 673e79b0b634b00088b23fc67a6c66eb9ff11926148b2cdce96981e694bb1576
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 935675fae0b4bd78d09775bda51310d0643ef7367a3ad4aeb636191ba5891d83b1f3eeb3a3b93f6e65495bc9283c4835d855db91b31e800966480372cbc652dc
|
7
|
+
data.tar.gz: 71f3b7e50d77cf36d494a58d04b8cf52c4c7c1980c221566b4332304dcbf1e545b9c3a5447269a63f656e40f989fd7cc274ef9e2b6fc3959805e03b84b922706
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.3.0 (2024-05-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.2.0 (2024-05-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Doc only update for Route 53 profiles that fixes some link issues
|
13
|
+
|
4
14
|
1.1.0 (2024-04-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.3.0
|
@@ -301,8 +301,9 @@ module Aws::Route53Profiles
|
|
301
301
|
#
|
302
302
|
# @option options [String] :sdk_ua_app_id
|
303
303
|
# A unique and opaque application ID that is appended to the
|
304
|
-
# User-Agent header as app
|
305
|
-
# maximum length of 50.
|
304
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
305
|
+
# maximum length of 50. This variable is sourced from environment
|
306
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
306
307
|
#
|
307
308
|
# @option options [String] :secret_access_key
|
308
309
|
#
|
@@ -414,7 +415,13 @@ module Aws::Route53Profiles
|
|
414
415
|
|
415
416
|
# Associates a Route 53 Profiles profile with a VPC. A VPC can have only
|
416
417
|
# one Profile associated with it, but a Profile can be associated with
|
417
|
-
#
|
418
|
+
# 1000 of VPCs (and you can request a higher quota). For more
|
419
|
+
# information, see
|
420
|
+
# [https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities][1].
|
421
|
+
#
|
422
|
+
#
|
423
|
+
#
|
424
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities
|
418
425
|
#
|
419
426
|
# @option params [required, String] :name
|
420
427
|
# A name for the association.
|
@@ -480,10 +487,11 @@ module Aws::Route53Profiles
|
|
480
487
|
# Amazon resource number, ARN, of the DNS resource.
|
481
488
|
#
|
482
489
|
# @option params [String] :resource_properties
|
483
|
-
# If you are adding a DNS Firewall rule group, include also a priority
|
484
|
-
#
|
490
|
+
# If you are adding a DNS Firewall rule group, include also a priority.
|
491
|
+
# The priority indicates the processing order for the rule groups,
|
492
|
+
# starting with the priority assinged the lowest value.
|
485
493
|
#
|
486
|
-
#
|
494
|
+
# The allowed values for priority are between 100 and 9900.
|
487
495
|
#
|
488
496
|
# @return [Types::AssociateResourceToProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
489
497
|
#
|
@@ -1098,10 +1106,11 @@ module Aws::Route53Profiles
|
|
1098
1106
|
# ID of the resource association.
|
1099
1107
|
#
|
1100
1108
|
# @option params [String] :resource_properties
|
1101
|
-
# If you are adding a DNS Firewall rule group, include also a priority
|
1102
|
-
#
|
1109
|
+
# If you are adding a DNS Firewall rule group, include also a priority.
|
1110
|
+
# The priority indicates the processing order for the rule groups,
|
1111
|
+
# starting with the priority assinged the lowest value.
|
1103
1112
|
#
|
1104
|
-
#
|
1113
|
+
# The allowed values for priority are between 100 and 9900.
|
1105
1114
|
#
|
1106
1115
|
# @return [Types::UpdateProfileResourceAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1107
1116
|
#
|
@@ -1151,7 +1160,7 @@ module Aws::Route53Profiles
|
|
1151
1160
|
params: params,
|
1152
1161
|
config: config)
|
1153
1162
|
context[:gem_name] = 'aws-sdk-route53profiles'
|
1154
|
-
context[:gem_version] = '1.
|
1163
|
+
context[:gem_version] = '1.3.0'
|
1155
1164
|
Seahorse::Client::Request.new(handlers, context)
|
1156
1165
|
end
|
1157
1166
|
|
@@ -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.3.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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|