aws-sdk-route53domains 1.50.0 → 1.51.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-route53domains/client.rb +2 -2
- data/lib/aws-sdk-route53domains/types.rb +2 -2
- data/lib/aws-sdk-route53domains.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: d7f8e4492dcdcd5985b66dbddd8aedc0dec9af8209f3ace130ee8d018f576669
|
4
|
+
data.tar.gz: 90a3a7f0156048ee3b023f0b383cc6c9e95cec990c03dc9b8e61af5b0826fb1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed79f32b3f6be9ba7e38e7ae5a64879211092598509457df29cef1d4e7592a14eba70d39f7b8c57976379fd0a546e2afcaf3549201c4979105ef60bb419ee967
|
7
|
+
data.tar.gz: 5cdfcc2b3b7d3cd25fd77141f8ac789cdc298f112272c34a96b9d342bfbb0f71945fae374feab7c8781cad7ecc194dac740f3ac079e540be9c76644b964f11d2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|
@@ -1306,7 +1306,7 @@ module Aws::Route53Domains
|
|
1306
1306
|
# The sort type for returned values.
|
1307
1307
|
#
|
1308
1308
|
# @option params [String] :sort_order
|
1309
|
-
# The sort order
|
1309
|
+
# The sort order for returned values, either ascending or descending.
|
1310
1310
|
#
|
1311
1311
|
# @return [Types::ListOperationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1312
1312
|
#
|
@@ -2633,7 +2633,7 @@ module Aws::Route53Domains
|
|
2633
2633
|
params: params,
|
2634
2634
|
config: config)
|
2635
2635
|
context[:gem_name] = 'aws-sdk-route53domains'
|
2636
|
-
context[:gem_version] = '1.
|
2636
|
+
context[:gem_version] = '1.51.0'
|
2637
2637
|
Seahorse::Client::Request.new(handlers, context)
|
2638
2638
|
end
|
2639
2639
|
|
@@ -942,7 +942,7 @@ module Aws::Route53Domains
|
|
942
942
|
#
|
943
943
|
# DOMAIN\_IN\_ANOTHER\_ACCOUNT
|
944
944
|
#
|
945
|
-
# :
|
945
|
+
# : the domain exists in another Amazon Web Services account.
|
946
946
|
#
|
947
947
|
# PREMIUM\_DOMAIN
|
948
948
|
#
|
@@ -1952,7 +1952,7 @@ module Aws::Route53Domains
|
|
1952
1952
|
# @return [String]
|
1953
1953
|
#
|
1954
1954
|
# @!attribute [rw] sort_order
|
1955
|
-
# The sort order
|
1955
|
+
# The sort order for returned values, either ascending or descending.
|
1956
1956
|
# @return [String]
|
1957
1957
|
#
|
1958
1958
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListOperationsRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53domains
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.51.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: 2023-08-
|
11
|
+
date: 2023-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|