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

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: e60fd574a0022d870fbcf2d4fb80690697eb81ce
4
- data.tar.gz: 33e0cb769340a95d21144b567734be0487b83b6c
3
+ metadata.gz: 2cf8475b53e22dd1d7d8f5bf23e3b4bfddae002d
4
+ data.tar.gz: 4f50f76e5038dd70444a7266167be8089e99e4f7
5
5
  SHA512:
6
- metadata.gz: 93c2ac61fe468f1150e23b7c91aae1eb1aa63e5a2a9e16ded459346264efd1c384dfe8faaa9fa8dc51d0d56693e5e214bfa7901c6e0a15c5a912468b80d6281e
7
- data.tar.gz: a8aef04d07b025e02453afcf8fbd4375133bb97f49361bcb32e143856f1494372091121b0fb9bb04528e75f6913da240650f248912523fe83f205fdc27029e0d
6
+ metadata.gz: bbb2c9f6f5db1efcbf9c5cce3a5e52645797e51b4f29864970c511a7a8e0776f75057078372c51615bdccb67ae11306bddbb52c208afc98ec63a18f9ca364640
7
+ data.tar.gz: 1e2a4e5b9db2fb6f0c8e536cf167a73b22e9c59de91eea4c36dff651fed0bb3b0af23500136a7e56337de6c5bd205f78f888b719b9fd0d6c96a9c33face49cf1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0.rc17
1
+ 3.0.0.rc18
@@ -11,7 +11,7 @@ module Aws
11
11
  #
12
12
  # @api private
13
13
  # begin
14
- SENSITIVE = [:access_token, :account_name, :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, :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.rc17'
43
+ GEM_VERSION = '3.0.0.rc18'
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.rc17'
1417
+ context[:gem_version] = '3.0.0.rc18'
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.rc17
4
+ version: 3.0.0.rc18
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-12 00:00:00.000000000 Z
11
+ date: 2017-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath