aws-sdk-core 3.0.0.rc6 → 3.0.0.rc7

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: 5f420f0903e724c44f7482375fb93923b2e56818
4
- data.tar.gz: ccd28da29599a07cf14b6ee3b9906f31c4de4eb0
3
+ metadata.gz: 0b7d91df64c3126cf3188aad6c49f4c8b095f44c
4
+ data.tar.gz: acdab5f0c71bb0a261d1e7f03fa0f3ee06ae601d
5
5
  SHA512:
6
- metadata.gz: d7a997afccdf132da002a4c9d66313609dfb2bb5e36f47a1cc370f9c8a1d42f9a68f936cf3978dd452b93cf1238d92415800b01a3ac986a0e80ba9f9191d6fd0
7
- data.tar.gz: 831076478cc3d79c71409d279c33adf6c252530859e5656b8735c22ddb7dfda073a5c919a0de9d3cd93bd0d11db252d90ad0243af18d995cc31a4b845605db0d
6
+ metadata.gz: 115c0dd880b82240492988d648200be72072ff6883ec8c8b46188367d3b58151cdbb03b94f757d53dafc662112adb372347a3007a0f24b4dab1902b8a9085a8e
7
+ data.tar.gz: f66cd8d4a9164cd64186165c9ce099513b64465ac90f9df87d759fa2f3836bd1eba9977afc040c9573aefb370b56bbccf6f9003c4a8827b7bd7bb12d65f1b6e9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0.rc6
1
+ 3.0.0.rc7
@@ -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, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :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, :refresh_token, :registrant_contact, :secret_access_key, :secret_hash, :service_password, :shared_secret, :sse_customer_key, :ssekms_key_id, :task_parameters, :tech_contact, :temporary_password, :trust_password, :upload_credentials, :username, :value, :values, :variables, :zip_file]
14
+ SENSITIVE = [:access_token, :account_name, :admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :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, :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.rc5'
43
+ GEM_VERSION = '3.0.0.rc6'
44
44
 
45
45
  end
@@ -1249,7 +1249,7 @@ module Aws::STS
1249
1249
  params: params,
1250
1250
  config: config)
1251
1251
  context[:gem_name] = 'aws-sdk-core'
1252
- context[:gem_version] = '3.0.0.rc5'
1252
+ context[:gem_version] = '3.0.0.rc6'
1253
1253
  Seahorse::Client::Request.new(handlers, context)
1254
1254
  end
1255
1255
 
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.rc6
4
+ version: 3.0.0.rc7
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-03-08 00:00:00.000000000 Z
11
+ date: 2017-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath