aws-sdk-core 3.0.0.rc19 → 3.0.0.rc20

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: 98270e5c7d04225592fa240c256d2dd4ad1e9875
4
- data.tar.gz: b9f986377e5e66662f8ed4653ee68a4c0cdc13b5
3
+ metadata.gz: c3e104c055a1ae8d15933488f782fbe73a8ff939
4
+ data.tar.gz: 9027077ebaf891632475dc74e4ae114b4c1e1968
5
5
  SHA512:
6
- metadata.gz: f5f71451a576aa8030d6c081c17e0f17117c2f9f58f968aaca030240cbceafba3e15b596be9d935035281022b0ed1990a4e1a5912e6fc3ef7c0a0e9c83a0d784
7
- data.tar.gz: 0f86ab3168a52fea1372c9f3dc4f5a768bd849c11897443b7f7b355cf7e9f59b917c6d789f5e3c7b53ff25af34c4ca5db4b926b585f873ab83239482e34caf44
6
+ metadata.gz: 29b8c1f1f010b7b850c7df17d86c41d985dbcef4b458cb92f5c89f44e36cebe7e542ac44be658f736e70afd46e550b2f33a41a21d4e40adc09873069845777ed
7
+ data.tar.gz: fd2f33f391d53d97563b24633536a4463dd3babdc0f669a3541a5109565bd2cc3dab01cd4c0165baaebdcf6be637cf61b6ea4154fe97da879844498063e62eb9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0.rc19
1
+ 3.0.0.rc20
@@ -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, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :db_password, :description, :email, :email_address, :id, :id_token, :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, :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]
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.0.0.rc19'
43
+ GEM_VERSION = '3.0.0.rc20'
44
44
 
45
45
  end
@@ -1414,7 +1414,7 @@ module Aws::STS
1414
1414
  params: params,
1415
1415
  config: config)
1416
1416
  context[:gem_name] = 'aws-sdk-core'
1417
- context[:gem_version] = '3.0.0.rc19'
1417
+ context[:gem_version] = '3.0.0.rc20'
1418
1418
  Seahorse::Client::Request.new(handlers, context)
1419
1419
  end
1420
1420
 
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.0.0.rc19
4
+ version: 3.0.0.rc20
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-07-31 00:00:00.000000000 Z
11
+ date: 2017-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath