aws-sdk-codebuild 1.23.1 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4398ac893a238e2c1814ec5e26e65c6a2987a39f
4
- data.tar.gz: 400416d4ef566b3858a0941e5b6e0525a343f692
3
+ metadata.gz: e595025d5d9acc31ca564a446d7447bcfec23aa1
4
+ data.tar.gz: 148afcacfb622e5e7fe2e53ab05c7f47ea51f886
5
5
  SHA512:
6
- metadata.gz: e1719558f424966e5995f5e7d1c2d1838a9c913911028aa855e9d631c35a9d48f71e01269c449de8c567a45e5b78f9206fa0056cf4e7e4d26a51849cd4ec272e
7
- data.tar.gz: ab393a96b334ea72a6c3ba5587c9e77d6209d892834f088ddf2155395ab66ba9904c41902adebd79649d782779cec14569bf2a28a1176bfed047a03a4d75ffc0
6
+ metadata.gz: b9429598b99c34af88ad3539ae88810093feef08c6212b86c33f6143da657d58d9aa147042713bc3971359031d69f4ac61d267d684eda0bc7e029974f0121bd6
7
+ data.tar.gz: 49f4c449b084bfea433aa2e85e144bfad7e17f04a640d80f227ae803f5466fc6486858d56f8bc7e1ce3704525314692e283202e97f9073b96b8fec8037b4806a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codebuild/customizations'
42
42
  # @service
43
43
  module Aws::CodeBuild
44
44
 
45
- GEM_VERSION = '1.23.1'
45
+ GEM_VERSION = '1.24.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::CodeBuild
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::CodeBuild
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
@@ -2065,7 +2071,7 @@ module Aws::CodeBuild
2065
2071
  params: params,
2066
2072
  config: config)
2067
2073
  context[:gem_name] = 'aws-sdk-codebuild'
2068
- context[:gem_version] = '1.23.1'
2074
+ context[:gem_version] = '1.24.0'
2069
2075
  Seahorse::Client::Request.new(handlers, context)
2070
2076
  end
2071
2077
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.1
4
+ version: 1.24.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