aws-sdk-core 3.9.0 → 3.10.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: 8eedeee7cb9e8510fc8da1164e520ef4e8eb0522
4
- data.tar.gz: f1815677fa5564c86b73ac200e56c608bfa8bb70
3
+ metadata.gz: 4beff5ffc772f55f5c28b6c98ddc1474a0fbb099
4
+ data.tar.gz: ef0f7a1b71edc6c2dacb71eb4242d7626720c779
5
5
  SHA512:
6
- metadata.gz: a24d17528e051ffe1b903243f39c476bb892bcfbc76ccc0675fe4af53e7afd60972bcd954cdbe50a796251a7bfaba006ebb69e1a35acba674834f3c55624ecea
7
- data.tar.gz: 1c4b72952880d828d8ef1905dc8aa6245b7920f79581b1c0bdad92ea7196c960f5e70a1d41b5cd55b6b9ab6b629703673ea6767941316e4edb096f37e0dec524
6
+ metadata.gz: deb4c206246d9fb56f310475bec53bd3db2125b6adde976ec22010e0b488eb0c8591e5e5a6307cdbe9861634159dcd9ceb7c2e49c72b0aef90d340e91f9fa808
7
+ data.tar.gz: 0fee0002248a6686d16bdb54d055be16335207eda363eb2bd2212289b3f1a29886660777c2814df0074668a921174957ad26fbf3333053765cfe4d44cda4d107
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.9.0
1
+ 3.10.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, :bot_configuration, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :db_password, :description, :email, :email_address, :email_message, :id, :id_token, :input, :input_text, :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_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, :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_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.9.0'
43
+ GEM_VERSION = '3.10.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.9.0'
1410
+ context[:gem_version] = '3.10.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.9.0
4
+ version: 3.10.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: 2017-11-20 00:00:00.000000000 Z
11
+ date: 2017-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath