aws-sdk-core 3.6.1 → 3.7.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: c8fad39572b965368dda8411bc942b3914c53340
4
- data.tar.gz: fab5815a6475134f7f8f365ed48502545220beb1
3
+ metadata.gz: c1ad3cde66403be08858c06ff9ef1025d1ac4dba
4
+ data.tar.gz: 5e08b5ae25d4263cced5bfbfa7e1332ff52e884a
5
5
  SHA512:
6
- metadata.gz: b5a1e86f4dbde0ff4a66bc911863e6e8ee8c18b216403f926064e1aff1e6e9c664002a2cbfe9f80c815ccef91325b9455cd1a759fc8b2626aab0cb12cb98ff16
7
- data.tar.gz: 8fd166f647bcb0a1f9fa2a0482f90d39e9f068306e18ca971e69485d5a955adc81912d7e51495540cf2a9d4856f626c39fdc8c9117853653e2ed9c48a2cbd0e5
6
+ metadata.gz: eb8e8c30934a0d8f7e1ffe81e71829387df0781f6d565ab29e91e7c8bd67d040c2b5f387976e8da919a76e26a92364555751e25b7b70635513ed36fc05e353f3
7
+ data.tar.gz: 04e5c9997e08f217b852d8b373c50af591b95e267e7bacfddaa0f00c4ed0049bd04fb2d8f5547ad4778f0f48d69acbf87458fdadb2c251ef93e64ae257256a53
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.6.1
1
+ 3.7.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, :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]
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, :key_id, :kms_master_key_id, :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.6.0'
43
+ GEM_VERSION = '3.7.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.6.0'
1410
+ context[:gem_version] = '3.7.0'
1411
1411
  Seahorse::Client::Request.new(handlers, context)
1412
1412
  end
1413
1413
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.1
4
+ version: 3.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services