aws-sdk-iam 1.11.1 → 1.12.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
  SHA1:
3
- metadata.gz: 1ba97d886ba502e38b3fa789ee092359d7d709cd
4
- data.tar.gz: 6060b124ba8aca49cdd47fd62932e0d05f518336
3
+ metadata.gz: 33e6db5ac1dfcc9fe32b87209c2bcbb1f9f63834
4
+ data.tar.gz: 18d06676fe19f5bb0e1e52c1bdc56c203f874b6e
5
5
  SHA512:
6
- metadata.gz: 5e4771bdf59dd2395f2f22e60b1a2e9eec4072ab8f93d69791cbdab54d2d425075cf29c9b3729aa200f9ce1f1b6f3ad5080c27819c62388f775842a44f500f96
7
- data.tar.gz: 4b047c5a5eb2440a704044a7793c824604d7eff6846e2db7a2603c36f90e809dbd21af13f1a2c381d3e762b65b05f66135ea4374c95213891f02fbac9307592c
6
+ metadata.gz: bece240099bee6c46da2f6e2676d3c530f8a02b5be3626e084cf9294120f324550eaa87f63cfb5fd60fb2a81758e38bc000b82738ea86b9ce11d00441df87f5d
7
+ data.tar.gz: 547467504cd948caff82818db57d090297d6b3201e0663bfc2f263009d87d025f44971192a7eb765aeff0c4b309efb4392c6e0ff83c4fb36864f7a17f722f268
data/lib/aws-sdk-iam.rb CHANGED
@@ -64,6 +64,6 @@ require_relative 'aws-sdk-iam/customizations'
64
64
  # @service
65
65
  module Aws::IAM
66
66
 
67
- GEM_VERSION = '1.11.1'
67
+ GEM_VERSION = '1.12.0'
68
68
 
69
69
  end
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
16
16
  require 'aws-sdk-core/plugins/global_configuration.rb'
17
17
  require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/endpoint_discovery.rb'
19
+ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
19
20
  require 'aws-sdk-core/plugins/response_paging.rb'
20
21
  require 'aws-sdk-core/plugins/stub_responses.rb'
21
22
  require 'aws-sdk-core/plugins/idempotency_token.rb'
@@ -47,6 +48,7 @@ module Aws::IAM
47
48
  add_plugin(Aws::Plugins::GlobalConfiguration)
48
49
  add_plugin(Aws::Plugins::RegionalEndpoint)
49
50
  add_plugin(Aws::Plugins::EndpointDiscovery)
51
+ add_plugin(Aws::Plugins::EndpointPattern)
50
52
  add_plugin(Aws::Plugins::ResponsePaging)
51
53
  add_plugin(Aws::Plugins::StubResponses)
52
54
  add_plugin(Aws::Plugins::IdempotencyToken)
@@ -124,6 +126,10 @@ module Aws::IAM
124
126
  # When `true`, an attempt is made to coerce request parameters into
125
127
  # the required types.
126
128
  #
129
+ # @option options [Boolean] :disable_host_prefix_injection (false)
130
+ # Set to true to disable SDK automatically adding host prefix
131
+ # to default service endpoint when available.
132
+ #
127
133
  # @option options [String] :endpoint
128
134
  # The client endpoint is normally constructed from the `:region`
129
135
  # option. You should only configure an `:endpoint` when connecting
@@ -10300,7 +10306,7 @@ module Aws::IAM
10300
10306
  params: params,
10301
10307
  config: config)
10302
10308
  context[:gem_name] = 'aws-sdk-iam'
10303
- context[:gem_version] = '1.11.1'
10309
+ context[:gem_version] = '1.12.0'
10304
10310
  Seahorse::Client::Request.new(handlers, context)
10305
10311
  end
10306
10312
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.1
4
+ version: 1.12.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-16 00:00:00.000000000 Z
11
+ date: 2018-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.37.0
22
+ version: 3.39.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.37.0
32
+ version: 3.39.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement