aws-sdk-core 3.18.1 → 3.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f81cfd8b63ee0e4cd70b21bc2fee4265853d341d
4
- data.tar.gz: 9092c0c53c588655a9275c7f12369d78967776fb
3
+ metadata.gz: ca0aa9ab7733e25d4abbfba195c44b47de992865
4
+ data.tar.gz: 1670ab52c27ec14c79590bcb51e2492244c74525
5
5
  SHA512:
6
- metadata.gz: 44165e80bd4f2aa93f48cab2d6b1d92c7f54b8bf0e69dfede8c99ea027197b410e38dc30ae57cd17ae1e2ac082f3720407d0f22028793d2dfadca36aa5526eba
7
- data.tar.gz: 3bbb3bd8c68d65970d3cc31a11fac1d48f10e1981c6b66a826ed1cf0339267478a25ceb4e8e28da278a8069965c3e8cb0a7285dd39b797990f2e512b1a6255b2
6
+ metadata.gz: 74c23eb4040fcf1dc81dea90309f932e3c5274a14f8520ec9b942a2bd263ea6411593c8306bd1c3d2d976cd490913ccb90fc2d1bf001b7eacd696f7bfab32c76
7
+ data.tar.gz: d41a9cdecd7d56aa673405a9d8c2869cb43eec8b66453f5770f333c788ebe53a6b421dc9f57d00c0d2e3cd50d7435390c9d5c51fd8c289ae72ae4a3fefd37efb
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.18.1
1
+ 3.19.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, :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]
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, :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, :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.18.1'
43
+ GEM_VERSION = '3.19.0'
44
44
 
45
45
  end
@@ -1475,7 +1475,7 @@ module Aws::STS
1475
1475
  params: params,
1476
1476
  config: config)
1477
1477
  context[:gem_name] = 'aws-sdk-core'
1478
- context[:gem_version] = '3.18.1'
1478
+ context[:gem_version] = '3.19.0'
1479
1479
  Seahorse::Client::Request.new(handlers, context)
1480
1480
  end
1481
1481
 
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.18.1
4
+ version: 3.19.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-03-29 00:00:00.000000000 Z
11
+ date: 2018-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath