aws-sdk-codestar 1.21.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of aws-sdk-codestar might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ee32d4257e09050d88dd50c3bfc1f113ce2aff9992a5ea254253570d083909a
4
- data.tar.gz: a2332b856b3bb49f9be9e74ee66abfe98a6068594ff3c1b26da1d7a98195b597
3
+ metadata.gz: cc8dec6bff8266a1285e6fdb000bce88f16a622de3a6c6d496c7e77b313cb3b4
4
+ data.tar.gz: '096a1bb2451a45e3ff64746b0f553507fc1d5c81cfefd15242477b90f1708906'
5
5
  SHA512:
6
- metadata.gz: 8a08196a4bbd9684dc0561d26d0efb06205eb47f9f7abbab92f44a7a6fb71107123399f215dfac952cc3210c62e7b4cb90d5e613c18f4d8e87f85c655144f229
7
- data.tar.gz: 935433975ee3f33be59bed4943541883e45783e78a6e57a2103fd68c027675dc7fdbe62475e345705039bf223c7924d5a5bae4d5ad3f3f6127dfd2c568fc6607
6
+ metadata.gz: 7cdc3dbb927a108a19d2daefb88ddaedbac0e773398166ce59f0ec1495645e631ed4d50d60ed738ae57d957afbee64cfbf96b8b994e193bceb6ed917b5a2dd16
7
+ data.tar.gz: a775a300baf269bd6c501c662534f951fc4c1bfabd0493b63f4fa3a71ccc26a7488719f4ad555e4eb86ae0f3650c314c5325b46c7de0c3c799d06d2020c770cc
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-codestar/customizations'
45
45
  # @service
46
46
  module Aws::CodeStar
47
47
 
48
- GEM_VERSION = '1.21.0'
48
+ GEM_VERSION = '1.22.0'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::CodeStar
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
76
 
@@ -161,7 +163,7 @@ module Aws::CodeStar
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1143,7 +1145,7 @@ module Aws::CodeStar
1143
1145
  params: params,
1144
1146
  config: config)
1145
1147
  context[:gem_name] = 'aws-sdk-codestar'
1146
- context[:gem_version] = '1.21.0'
1148
+ context[:gem_version] = '1.22.0'
1147
1149
  Seahorse::Client::Request.new(handlers, context)
1148
1150
  end
1149
1151
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core