aws-sdk-core 3.35.0 → 3.36.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: e4afea58d46f712c01380a1c423e00979b5fe44c
4
- data.tar.gz: 0450123445b78c5342e8abd9a775525a3e431a54
3
+ metadata.gz: '083dd2b29c24dd42e393906e157ed16992abd9ce'
4
+ data.tar.gz: d7aec8220a6df968102325ffc645801d67e7183b
5
5
  SHA512:
6
- metadata.gz: 2fee5885c4add1d590651ede13be0958d72a58436e37839e1258908a47efb73f6f014fd257b77d9ac1fd52d5dde31480c56e344f9f6b7725876207fb69a8bf4a
7
- data.tar.gz: 250e674a319d99891c8600bc3242d12159a7d326c66eace99a16cb5ff126183738dce3f4d5af77c663b8b980ac05949e0d0628c3df773c58c33bd597f8913bc1
6
+ metadata.gz: 85b1ce5dc4e283f2407e9718e298b82773505cdb13b53e9734e176c05e130e691d7329d89e8e51c9c81cbb2dd6e3c3a443ac5bd2bb31422424d5952ff2650dac
7
+ data.tar.gz: 5c9cdcfdf9029fd8c0177859097fde46d0c48f8bcfc03361ff5261be6cf9ca0bc6ce71ad4bf8f6ac69d4e5017d09ebc5a0e5bba9ca97c8d6b7d7c1441962ba01
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.35.0
1
+ 3.36.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, :authorization_result, :base_32_string_seed, :body, :bot_configuration, :client_id, :client_secret, :configuration, :copy_source_sse_customer_key, :credentials, :custom_attributes, :db_password, :description, :display_name, :email, :email_address, :email_message, :feedback_token, :first_name, :id, :id_token, :input, :input_text, :key_id, :kms_key_id, :kms_master_key_id, :last_name, :local_console_password, :master_account_email, :master_user_password, :message, :name, :new_password, :notes, :old_password, :owner_information, :parameters, :passphrase, :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_binary, :secret_code, :secret_hash, :secret_string, :service_password, :session_attributes, :share_notes, :shared_secret, :slots, :sse_customer_key, :ssekms_key_id, :status_message, :task_parameters, :tech_contact, :temporary_password, :text, :token, :trust_password, :upload_credentials, :upload_url, :user_name, :username, :value, :values, :variables, :zip_file]
14
+ SENSITIVE = [:access_token, :account_name, :account_password, :admin_contact, :artifact_credentials, :auth_code, :authentication_token, :authorization_result, :base_32_string_seed, :body, :bot_configuration, :client_id, :client_secret, :configuration, :copy_source_sse_customer_key, :credentials, :custom_attributes, :db_password, :description, :display_name, :email, :email_address, :email_message, :feedback_token, :first_name, :id, :id_token, :input, :input_text, :key_id, :kms_key_id, :kms_master_key_id, :last_name, :local_console_password, :master_account_email, :master_user_password, :message, :name, :new_password, :notes, :old_password, :owner_information, :parameters, :passphrase, :password, :payload, :plaintext, :previous_password, :primary_email, :private_key, :proposed_password, :public_key, :qr_code_png, :query, :refresh_token, :registrant_contact, :request_attributes, :search_query, :secret_access_key, :secret_binary, :secret_code, :secret_hash, :secret_string, :service_password, :session_attributes, :share_notes, :shared_secret, :slots, :sse_customer_key, :ssekms_key_id, :status_message, :task_parameters, :tech_contact, :temporary_password, :text, :token, :trust_password, :upload_credentials, :upload_url, :user_email, :user_name, :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.35.0'
43
+ GEM_VERSION = '3.36.0'
44
44
 
45
45
  end
@@ -1508,7 +1508,7 @@ module Aws::STS
1508
1508
  params: params,
1509
1509
  config: config)
1510
1510
  context[:gem_name] = 'aws-sdk-core'
1511
- context[:gem_version] = '3.35.0'
1511
+ context[:gem_version] = '3.36.0'
1512
1512
  Seahorse::Client::Request.new(handlers, context)
1513
1513
  end
1514
1514
 
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.35.0
4
+ version: 3.36.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-10-24 00:00:00.000000000 Z
11
+ date: 2018-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath