aws-sdk-apigateway 1.57.0 → 1.58.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: 5aef9168632d80974ea340eafdf583b7e5a800b653c4397412069f9f184ef733
4
- data.tar.gz: 8bad6c5236886ee13778ec3b9018932566c034c037f04f1f654fc34e78865b4c
3
+ metadata.gz: 0cb6aa137a2d7a4c446da9d90d2a490b26125536c7b0237d6075d59fa556f331
4
+ data.tar.gz: cab34f3ed407268efd4585a1651a895f552f5946a8013953eb22bb787c42a019
5
5
  SHA512:
6
- metadata.gz: 317199b7c45eb2466f244be084d3604f6891f30f622836e068342eeb1eac80015a5829c0d0ace74294816290045d3c3334f7090544c5fc3088ade96d53615d8f
7
- data.tar.gz: 1240d2bb745548d477c4372ba796e6a49a150a666ab7fa9ce8e70f4a4b675e3e0290a9b3a891c70eda4bc06a5d35970943d6a253f617048fd4365def15b6bf34
6
+ metadata.gz: f6b1ec7ee849b6f109dd9bf08f7741e7b00cdd4dc2b3dff31ea7a53bb3b0096050bc58fcfe34441aa07686515e2d13d0c23ba0c2d5473abf9c1a0d9a3fe28b64
7
+ data.tar.gz: 76ce23fab388a66f0af279eccbd5b13eb496419baf0a523945c86fd82982fcf0483cd18e7953533ba965a21a3fb0ac367ebdb2d8cdc03b056f531aa748b78c85
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-apigateway/customizations'
48
48
  # @!group service
49
49
  module Aws::APIGateway
50
50
 
51
- GEM_VERSION = '1.57.0'
51
+ GEM_VERSION = '1.58.0'
52
52
 
53
53
  end
@@ -7081,7 +7081,7 @@ module Aws::APIGateway
7081
7081
  params: params,
7082
7082
  config: config)
7083
7083
  context[:gem_name] = 'aws-sdk-apigateway'
7084
- context[:gem_version] = '1.57.0'
7084
+ context[:gem_version] = '1.58.0'
7085
7085
  Seahorse::Client::Request.new(handlers, context)
7086
7086
  end
7087
7087
 
@@ -6219,8 +6219,9 @@ module Aws::APIGateway
6219
6219
  # @return [Integer]
6220
6220
  #
6221
6221
  # @!attribute [rw] offset
6222
- # The number of requests subtracted from the given limit in the
6223
- # initial time period.
6222
+ # The day that a time period starts. For example, with a time period
6223
+ # of `WEEK`, an offset of `0` starts on Sunday, and an offset of `1`
6224
+ # starts on Monday.
6224
6225
  # @return [Integer]
6225
6226
  #
6226
6227
  # @!attribute [rw] period
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.57.0
4
+ version: 1.58.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-04 00:00:00.000000000 Z
11
+ date: 2020-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core