aws-sdk-apigateway 1.49.0 → 1.51.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: bf73ce666f1a5925f376b8b4f6ec239c5bf0add57796abda78f314dd212f2bf6
4
- data.tar.gz: 0654b10eb2f758163c054c1e6a5db58e76d51d0d30dd5a174b0cfb90b5fe5eb8
3
+ metadata.gz: 593a48466fe7b3916957fef1236bda0bfc0d54cfcb00364fa6fa568775e30567
4
+ data.tar.gz: 8f038b24ed6ad2ddc7723b67a03e87d453b82afab71f2e0359bdc36a4fd05596
5
5
  SHA512:
6
- metadata.gz: 44e5421981feee30ebb34f1e83c7efa60cbc3170ec63feda123c5a9e24808a5d96390e8bcf7594d577e6f523a4ff08fe5845da564d9f75c1bf10668250873ed3
7
- data.tar.gz: 846e565f14d12d0bf83e8a09a57a2679be512a8d44741ed34e09e13c912c0391ffa7abc7158d4b8ca6fe1ec096ad730f7be4187620642a24fb6cd8ad196a6db9
6
+ metadata.gz: 8b753c9b79b35290afd1d07bdd06a1dec3f17434f0705b53693c9da897e30a10313a1efa7d586ca07825b0b8184dbb09b2e30cd72687d274cfbc0eb0cb9091dd
7
+ data.tar.gz: 10adbb450a4e4ec94e36187e3d3e74517a0e4903538e2e3df8f4a1d11ef99add91a83a39efad1d42d6a2ba8e1b4f7e03d773b4eb48d70751ba3178702b6f436f
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-apigateway/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::APIGateway
49
49
 
50
- GEM_VERSION = '1.49.0'
50
+ GEM_VERSION = '1.51.0'
51
51
 
52
52
  end
@@ -87,13 +87,28 @@ module Aws::APIGateway
87
87
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
88
88
  # credentials.
89
89
  #
90
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
91
+ # shared file, such as `~/.aws/config`.
92
+ #
93
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
94
+ #
95
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
96
+ # assume a role after providing credentials via the web.
97
+ #
98
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
99
+ # access token generated from `aws login`.
100
+ #
101
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
102
+ # process that outputs to stdout.
103
+ #
90
104
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
91
105
  # from an EC2 IMDS on an EC2 instance.
92
106
  #
93
- # * `Aws::SharedCredentials` - Used for loading credentials from a
94
- # shared file, such as `~/.aws/config`.
107
+ # * `Aws::ECSCredentials` - Used for loading credentials from
108
+ # instances running in ECS.
95
109
  #
96
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
110
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
111
+ # from the Cognito Identity service.
97
112
  #
98
113
  # When `:credentials` are not configured directly, the following
99
114
  # locations will be searched for credentials:
@@ -103,10 +118,10 @@ module Aws::APIGateway
103
118
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
104
119
  # * `~/.aws/credentials`
105
120
  # * `~/.aws/config`
106
- # * EC2 IMDS instance profile - When used by default, the timeouts are
107
- # very aggressive. Construct and pass an instance of
108
- # `Aws::InstanceProfileCredentails` to enable retries and extended
109
- # timeouts.
121
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
+ # are very aggressive. Construct and pass an instance of
123
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
+ # enable retries and extended timeouts.
110
125
  #
111
126
  # @option options [required, String] :region
112
127
  # The AWS region to connect to. The configured `:region` is
@@ -7018,7 +7033,7 @@ module Aws::APIGateway
7018
7033
  params: params,
7019
7034
  config: config)
7020
7035
  context[:gem_name] = 'aws-sdk-apigateway'
7021
- context[:gem_version] = '1.49.0'
7036
+ context[:gem_version] = '1.51.0'
7022
7037
  Seahorse::Client::Request.new(handlers, context)
7023
7038
  end
7024
7039
 
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.49.0
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: 2020-08-11 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core