aws-sdk-core 3.5.0 → 3.6.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: b4185dd31b3ed02d52b7e161be812cd717fc7fa0
4
- data.tar.gz: b5c715f7f9f503a7302b7305faa1840a18c3a62e
3
+ metadata.gz: 7d47135bb64fd8013035edda8cc9144ebdd38fcf
4
+ data.tar.gz: 8109be145d972429133793597f3d3c96e32d1e55
5
5
  SHA512:
6
- metadata.gz: 4391bbd2057e07025070bc79cced64b4327393aa93e8af19abfd91ab7857defe3b481cac907a82e15ca93a9162188a78e58e625f755be45ff3139d276aca0568
7
- data.tar.gz: 8e359aa8971ea3488db3a3d8c6da8e4e1f006e33a7fc3b2c0bb662ae56f00bd8f7dc819aada7aca6b8e1300c4bfa35b141cb7958d59d7c6f613bfc2dee497c49
6
+ metadata.gz: 37375f04ec9f4ea9b0804814330bbdaa9e3f1b6c8682cc86dde0671d0624299fa1ebd850ca70566ff111209a1b7d72e1fb73d983ff7d600e85b2e50692095a39
7
+ data.tar.gz: 22583f63a38103062716c97665e59c8b02f5112edd8ab6ef246e684d7401df557a95c1f02575c3a7199e7f3c5d57bfbf02789532bc9e9cb0750c41bf3cc8f3af
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.5.0
1
+ 3.6.0
@@ -11,7 +11,7 @@ module Aws
11
11
  #
12
12
  # @api private
13
13
  # begin
14
- SENSITIVE = [:access_token, :account_name, :account_password, :admin_contact, :artifact_credentials, :auth_code, :authentication_token, :base_32_string_seed, :bot_configuration, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :db_password, :description, :email, :email_address, :id, :id_token, :input, :local_console_password, :master_account_email, :message, :name, :new_password, :notes, :old_password, :owner_information, :parameters, :password, :payload, :plaintext, :previous_password, :private_key, :proposed_password, :public_key, :qr_code_png, :query, :refresh_token, :registrant_contact, :secret_access_key, :secret_hash, :service_password, :shared_secret, :sse_customer_key, :ssekms_key_id, :status_message, :task_parameters, :tech_contact, :temporary_password, :text, :trust_password, :upload_credentials, :upload_url, :username, :value, :values, :variables, :zip_file]
14
+ SENSITIVE = [:access_token, :account_name, :account_password, :admin_contact, :artifact_credentials, :auth_code, :authentication_token, :base_32_string_seed, :bot_configuration, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :db_password, :description, :email, :email_address, :id, :id_token, :input, :input_text, :local_console_password, :master_account_email, :message, :name, :new_password, :notes, :old_password, :owner_information, :parameters, :password, :payload, :plaintext, :previous_password, :private_key, :proposed_password, :public_key, :qr_code_png, :query, :refresh_token, :registrant_contact, :request_attributes, :secret_access_key, :secret_hash, :service_password, :session_attributes, :shared_secret, :slots, :sse_customer_key, :ssekms_key_id, :status_message, :task_parameters, :tech_contact, :temporary_password, :text, :trust_password, :upload_credentials, :upload_url, :username, :value, :values, :variables, :zip_file]
15
15
  # end
16
16
 
17
17
  def initialize(options = {})
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.5.0'
43
+ GEM_VERSION = '3.6.0'
44
44
 
45
45
  end
@@ -1407,7 +1407,7 @@ module Aws::STS
1407
1407
  params: params,
1408
1408
  config: config)
1409
1409
  context[:gem_name] = 'aws-sdk-core'
1410
- context[:gem_version] = '3.5.0'
1410
+ context[:gem_version] = '3.6.0'
1411
1411
  Seahorse::Client::Request.new(handlers, context)
1412
1412
  end
1413
1413
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.6.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: 2017-09-13 00:00:00.000000000 Z
11
+ date: 2017-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath