aws-sdk-globalaccelerator 1.26.0 → 1.27.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67298cb9d8e9855adfa2bd87cc3113a33d99b11c13d7fd5f7292545c1c2d949f
|
|
4
|
+
data.tar.gz: 6b2548e1fabae34330139c15474fe46cf7c529373e7f862ceb69c3060d32b94b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 168cc289b65ad42a33c722d681f0fa191c6f5b3789e77224b107fab2dce7cf0259b69c14f58d23bd1ba73734c22cfcc00e23c996102bef61de9169d0eb18b28e
|
|
7
|
+
data.tar.gz: 7830f3f35ad3882080927f8c81f47bce1db33ea24028161c6596511204545d4d0a57992ca1e824b5fb6671036d37e71903baa5e461b500703089689bd244812d
|
|
@@ -1695,6 +1695,8 @@ module Aws::GlobalAccelerator
|
|
|
1695
1695
|
# * {Types::ListByoipCidrsResponse#byoip_cidrs #byoip_cidrs} => Array<Types::ByoipCidr>
|
|
1696
1696
|
# * {Types::ListByoipCidrsResponse#next_token #next_token} => String
|
|
1697
1697
|
#
|
|
1698
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
1699
|
+
#
|
|
1698
1700
|
# @example Request syntax with placeholder values
|
|
1699
1701
|
#
|
|
1700
1702
|
# resp = client.list_byoip_cidrs({
|
|
@@ -2854,7 +2856,7 @@ module Aws::GlobalAccelerator
|
|
|
2854
2856
|
params: params,
|
|
2855
2857
|
config: config)
|
|
2856
2858
|
context[:gem_name] = 'aws-sdk-globalaccelerator'
|
|
2857
|
-
context[:gem_version] = '1.
|
|
2859
|
+
context[:gem_version] = '1.27.0'
|
|
2858
2860
|
Seahorse::Client::Request.new(handlers, context)
|
|
2859
2861
|
end
|
|
2860
2862
|
|
|
@@ -1138,6 +1138,12 @@ module Aws::GlobalAccelerator
|
|
|
1138
1138
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
|
1139
1139
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1140
1140
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1141
|
+
o[:pager] = Aws::Pager.new(
|
|
1142
|
+
limit_key: "max_results",
|
|
1143
|
+
tokens: {
|
|
1144
|
+
"next_token" => "next_token"
|
|
1145
|
+
}
|
|
1146
|
+
)
|
|
1141
1147
|
end)
|
|
1142
1148
|
|
|
1143
1149
|
api.add_operation(:list_custom_routing_accelerators, Seahorse::Model::Operation.new.tap do |o|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-globalaccelerator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.27.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: 2020-12-
|
|
11
|
+
date: 2020-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|