aws-sdk-core 3.14.0 → 3.15.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: 22947df09ebe07942887664459adaf1b6c370b74
4
- data.tar.gz: 0905138bcc959dc143ff19f3557a7a3ae7aa401c
3
+ metadata.gz: 51ca18c7c6cfe9903c4949e724b4d874a825be17
4
+ data.tar.gz: 5a1c06541653722c5b681701e15ed5d9cd711948
5
5
  SHA512:
6
- metadata.gz: 791612b5d01feea02a7941f2ff4d05b8bd096b7119a5679a357eed6b72f5495b60327051232be590eef0e84a8b0c266ad2b37eaa0e59e9b6b1a8596178e394aa
7
- data.tar.gz: 0edbea3b4c1f991e1359ebf4f9d771fc9cb6966a3c236f2d50a472d310bb1ebf409fdee1add4ae733a228e16f483f6870262513c5b0c67fcd1a6c42b5f8fd429
6
+ metadata.gz: 5d1572776dc325243e67f0ab764b797547f3b2ed66696ce9da3bc31bceab9301ff4deeba74c19f3e962a1b008aee047d221330fc3a9f14d591783c0d258f9758
7
+ data.tar.gz: 074bebca61c78ca58338d60395703c2994a7dc2aa293596bbf29a168a31ae5c98f51ffb44063f9471326c68dbd156b8e6a37b36fd58d425097dcb533b0cb73a7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.14.0
1
+ 3.15.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, :body, :bot_configuration, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :db_password, :description, :email, :email_address, :email_message, :feedback_token, :id, :id_token, :input, :input_text, :key_id, :kms_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, :search_query, :secret_access_key, :secret_code, :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, :body, :bot_configuration, :client_id, :client_secret, :configuration, :copy_source_sse_customer_key, :credentials, :db_password, :description, :email, :email_address, :email_message, :feedback_token, :id, :id_token, :input, :input_text, :key_id, :kms_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, :search_query, :secret_access_key, :secret_code, :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.14.0'
43
+ GEM_VERSION = '3.15.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.14.0'
1410
+ context[:gem_version] = '3.15.0'
1411
1411
  Seahorse::Client::Request.new(handlers, context)
1412
1412
  end
1413
1413
 
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.14.0
4
+ version: 3.15.0
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: 2018-01-15 00:00:00.000000000 Z
11
+ date: 2018-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath