aws-sdk-codepipeline 1.10.1 → 1.11.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: 50b82992a9dc5803fc4881bb774f19b9a3464184
4
- data.tar.gz: 01efeec8a479a6422e588ef5c020ee683b7d0af5
3
+ metadata.gz: d0dec5989a38365f9087abe0939330dbeb90782d
4
+ data.tar.gz: 9d22f2f64587dba3147d6de5f3c6f9b4ee41d8c8
5
5
  SHA512:
6
- metadata.gz: 5b8516b0594aa52b2a7ae7a0f582504031624a2ae17480651b0e4b0ee3c6558450ad75f5537b7276d6ea4b21ce28f3266b6d6afa0f60c0b87e313e15b85f6f04
7
- data.tar.gz: 644befaabb616193aaa66de05e60d5fd4cfc38ad8717b16a8b4d83a975d48d06cf2980c55baaef96ea44568ab7e37e174515ce3d237bd419d3f009f3225ef8ac
6
+ metadata.gz: ec44954ad649578920264599b0e47dba60c0b2c434b0baf089c3c8469d2fd15cd005b94c7192bdfdb7adb19ce4dcc6d73ddfc1b119c08d1f6069ba661d9529cc
7
+ data.tar.gz: 6d550ca90fb4d631005486a7c55e913a962c89dbb566db26f9608dafe2f749e1d5f393263a0d63ec6b7ca18e5f97d28ef8d4a273617a3e5a61cd85f5c3fce2bd
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codepipeline/customizations'
42
42
  # @service
43
43
  module Aws::CodePipeline
44
44
 
45
- GEM_VERSION = '1.10.1'
45
+ GEM_VERSION = '1.11.0'
46
46
 
47
47
  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::CodePipeline
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::CodePipeline
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
@@ -1944,7 +1950,7 @@ module Aws::CodePipeline
1944
1950
  params: params,
1945
1951
  config: config)
1946
1952
  context[:gem_name] = 'aws-sdk-codepipeline'
1947
- context[:gem_version] = '1.10.1'
1953
+ context[:gem_version] = '1.11.0'
1948
1954
  Seahorse::Client::Request.new(handlers, context)
1949
1955
  end
1950
1956
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codepipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.1
4
+ version: 1.11.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