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

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: 2cf8475b53e22dd1d7d8f5bf23e3b4bfddae002d
4
- data.tar.gz: 4f50f76e5038dd70444a7266167be8089e99e4f7
3
+ metadata.gz: 98270e5c7d04225592fa240c256d2dd4ad1e9875
4
+ data.tar.gz: b9f986377e5e66662f8ed4653ee68a4c0cdc13b5
5
5
  SHA512:
6
- metadata.gz: bbb2c9f6f5db1efcbf9c5cce3a5e52645797e51b4f29864970c511a7a8e0776f75057078372c51615bdccb67ae11306bddbb52c208afc98ec63a18f9ca364640
7
- data.tar.gz: 1e2a4e5b9db2fb6f0c8e536cf167a73b22e9c59de91eea4c36dff651fed0bb3b0af23500136a7e56337de6c5bd205f78f888b719b9fd0d6c96a9c33face49cf1
6
+ metadata.gz: f5f71451a576aa8030d6c081c17e0f17117c2f9f58f968aaca030240cbceafba3e15b596be9d935035281022b0ed1990a4e1a5912e6fc3ef7c0a0e9c83a0d784
7
+ data.tar.gz: 0f86ab3168a52fea1372c9f3dc4f5a768bd849c11897443b7f7b355cf7e9f59b917c6d789f5e3c7b53ff25af34c4ca5db4b926b585f873ab83239482e34caf44
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0.rc18
1
+ 3.0.0.rc19
@@ -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, :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, :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.rc18'
43
+ GEM_VERSION = '3.0.0.rc19'
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.rc18'
1417
+ context[:gem_version] = '3.0.0.rc19'
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.rc18
4
+ version: 3.0.0.rc19
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-24 00:00:00.000000000 Z
11
+ date: 2017-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath