aws-sdk-apigateway 1.12.0 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-apigateway.rb +1 -1
- data/lib/aws-sdk-apigateway/client.rb +19 -1
- data/lib/aws-sdk-apigateway/client_api.rb +5 -0
- data/lib/aws-sdk-apigateway/types.rb +19 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53ad8e498a83d3cc618ee48e2dca300c6e8c2f43
|
4
|
+
data.tar.gz: 710b7936046abcbb385b862bc374c5970c5d40f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1ac15c4b7ba4c473cb6b2f67e0bce4db6e5bc160080e419471279d72bcb2ed4f19663acbeee517387e61d1b1164a69cb6f8241a505985914234023757bd708d
|
7
|
+
data.tar.gz: 0e30f5546f15303328977a7f06404851d7bd7c37ad035e33bf2166dfb503ae5b042f65a91c17a621d57caa6c6de4eeea2f711493cebe3018af4b6267b982257b
|
data/lib/aws-sdk-apigateway.rb
CHANGED
@@ -1136,6 +1136,12 @@ module Aws::APIGateway
|
|
1136
1136
|
# {
|
1137
1137
|
# api_id: "String",
|
1138
1138
|
# stage: "String",
|
1139
|
+
# throttle: {
|
1140
|
+
# "String" => {
|
1141
|
+
# burst_limit: 1,
|
1142
|
+
# rate_limit: 1.0,
|
1143
|
+
# },
|
1144
|
+
# },
|
1139
1145
|
# },
|
1140
1146
|
# ],
|
1141
1147
|
# throttle: {
|
@@ -1157,6 +1163,9 @@ module Aws::APIGateway
|
|
1157
1163
|
# resp.api_stages #=> Array
|
1158
1164
|
# resp.api_stages[0].api_id #=> String
|
1159
1165
|
# resp.api_stages[0].stage #=> String
|
1166
|
+
# resp.api_stages[0].throttle #=> Hash
|
1167
|
+
# resp.api_stages[0].throttle["String"].burst_limit #=> Integer
|
1168
|
+
# resp.api_stages[0].throttle["String"].rate_limit #=> Float
|
1160
1169
|
# resp.throttle.burst_limit #=> Integer
|
1161
1170
|
# resp.throttle.rate_limit #=> Float
|
1162
1171
|
# resp.quota.limit #=> Integer
|
@@ -3934,6 +3943,9 @@ module Aws::APIGateway
|
|
3934
3943
|
# resp.api_stages #=> Array
|
3935
3944
|
# resp.api_stages[0].api_id #=> String
|
3936
3945
|
# resp.api_stages[0].stage #=> String
|
3946
|
+
# resp.api_stages[0].throttle #=> Hash
|
3947
|
+
# resp.api_stages[0].throttle["String"].burst_limit #=> Integer
|
3948
|
+
# resp.api_stages[0].throttle["String"].rate_limit #=> Float
|
3937
3949
|
# resp.throttle.burst_limit #=> Integer
|
3938
3950
|
# resp.throttle.rate_limit #=> Float
|
3939
3951
|
# resp.quota.limit #=> Integer
|
@@ -4071,6 +4083,9 @@ module Aws::APIGateway
|
|
4071
4083
|
# resp.items[0].api_stages #=> Array
|
4072
4084
|
# resp.items[0].api_stages[0].api_id #=> String
|
4073
4085
|
# resp.items[0].api_stages[0].stage #=> String
|
4086
|
+
# resp.items[0].api_stages[0].throttle #=> Hash
|
4087
|
+
# resp.items[0].api_stages[0].throttle["String"].burst_limit #=> Integer
|
4088
|
+
# resp.items[0].api_stages[0].throttle["String"].rate_limit #=> Float
|
4074
4089
|
# resp.items[0].throttle.burst_limit #=> Integer
|
4075
4090
|
# resp.items[0].throttle.rate_limit #=> Float
|
4076
4091
|
# resp.items[0].quota.limit #=> Integer
|
@@ -6511,6 +6526,9 @@ module Aws::APIGateway
|
|
6511
6526
|
# resp.api_stages #=> Array
|
6512
6527
|
# resp.api_stages[0].api_id #=> String
|
6513
6528
|
# resp.api_stages[0].stage #=> String
|
6529
|
+
# resp.api_stages[0].throttle #=> Hash
|
6530
|
+
# resp.api_stages[0].throttle["String"].burst_limit #=> Integer
|
6531
|
+
# resp.api_stages[0].throttle["String"].rate_limit #=> Float
|
6514
6532
|
# resp.throttle.burst_limit #=> Integer
|
6515
6533
|
# resp.throttle.rate_limit #=> Float
|
6516
6534
|
# resp.quota.limit #=> Integer
|
@@ -6588,7 +6606,7 @@ module Aws::APIGateway
|
|
6588
6606
|
params: params,
|
6589
6607
|
config: config)
|
6590
6608
|
context[:gem_name] = 'aws-sdk-apigateway'
|
6591
|
-
context[:gem_version] = '1.
|
6609
|
+
context[:gem_version] = '1.13.0'
|
6592
6610
|
Seahorse::Client::Request.new(handlers, context)
|
6593
6611
|
end
|
6594
6612
|
|
@@ -177,6 +177,7 @@ module Aws::APIGateway
|
|
177
177
|
ListOfVpcLink = Shapes::ListShape.new(name: 'ListOfVpcLink')
|
178
178
|
LocationStatusType = Shapes::StringShape.new(name: 'LocationStatusType')
|
179
179
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
180
|
+
MapOfApiStageThrottleSettings = Shapes::MapShape.new(name: 'MapOfApiStageThrottleSettings')
|
180
181
|
MapOfHeaderValues = Shapes::MapShape.new(name: 'MapOfHeaderValues')
|
181
182
|
MapOfIntegrationResponse = Shapes::MapShape.new(name: 'MapOfIntegrationResponse')
|
182
183
|
MapOfKeyUsages = Shapes::MapShape.new(name: 'MapOfKeyUsages')
|
@@ -301,6 +302,7 @@ module Aws::APIGateway
|
|
301
302
|
|
302
303
|
ApiStage.add_member(:api_id, Shapes::ShapeRef.new(shape: String, location_name: "apiId"))
|
303
304
|
ApiStage.add_member(:stage, Shapes::ShapeRef.new(shape: String, location_name: "stage"))
|
305
|
+
ApiStage.add_member(:throttle, Shapes::ShapeRef.new(shape: MapOfApiStageThrottleSettings, location_name: "throttle"))
|
304
306
|
ApiStage.struct_class = Types::ApiStage
|
305
307
|
|
306
308
|
Authorizer.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
@@ -953,6 +955,9 @@ module Aws::APIGateway
|
|
953
955
|
|
954
956
|
ListOfVpcLink.member = Shapes::ShapeRef.new(shape: VpcLink)
|
955
957
|
|
958
|
+
MapOfApiStageThrottleSettings.key = Shapes::ShapeRef.new(shape: String)
|
959
|
+
MapOfApiStageThrottleSettings.value = Shapes::ShapeRef.new(shape: ThrottleSettings)
|
960
|
+
|
956
961
|
MapOfHeaderValues.key = Shapes::ShapeRef.new(shape: String)
|
957
962
|
MapOfHeaderValues.value = Shapes::ShapeRef.new(shape: String)
|
958
963
|
|
@@ -219,6 +219,12 @@ module Aws::APIGateway
|
|
219
219
|
# {
|
220
220
|
# api_id: "String",
|
221
221
|
# stage: "String",
|
222
|
+
# throttle: {
|
223
|
+
# "String" => {
|
224
|
+
# burst_limit: 1,
|
225
|
+
# rate_limit: 1.0,
|
226
|
+
# },
|
227
|
+
# },
|
222
228
|
# }
|
223
229
|
#
|
224
230
|
# @!attribute [rw] api_id
|
@@ -229,9 +235,15 @@ module Aws::APIGateway
|
|
229
235
|
# API stage name of the associated API stage in a usage plan.
|
230
236
|
# @return [String]
|
231
237
|
#
|
238
|
+
# @!attribute [rw] throttle
|
239
|
+
# Map containing method level throttling information for API stage in
|
240
|
+
# a usage plan.
|
241
|
+
# @return [Hash<String,Types::ThrottleSettings>]
|
242
|
+
#
|
232
243
|
class ApiStage < Struct.new(
|
233
244
|
:api_id,
|
234
|
-
:stage
|
245
|
+
:stage,
|
246
|
+
:throttle)
|
235
247
|
include Aws::Structure
|
236
248
|
end
|
237
249
|
|
@@ -1342,6 +1354,12 @@ module Aws::APIGateway
|
|
1342
1354
|
# {
|
1343
1355
|
# api_id: "String",
|
1344
1356
|
# stage: "String",
|
1357
|
+
# throttle: {
|
1358
|
+
# "String" => {
|
1359
|
+
# burst_limit: 1,
|
1360
|
+
# rate_limit: 1.0,
|
1361
|
+
# },
|
1362
|
+
# },
|
1345
1363
|
# },
|
1346
1364
|
# ],
|
1347
1365
|
# throttle: {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-apigateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.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: 2018-
|
11
|
+
date: 2018-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|