aws-sdk-core 3.48.6 → 3.49.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: 932b609377e1846c7b6e7b11cdcfebe0f2670a09
4
- data.tar.gz: 57dd1c163ff70a074abb9cc584d83b344be6b900
3
+ metadata.gz: 73058ee6fd337df118ec80e4c3ff72a2d3a1e6da
4
+ data.tar.gz: a26425fbf3fa6767729b347464974ababc61fd87
5
5
  SHA512:
6
- metadata.gz: dbad1b5680805eea71d6516f2c30baf8c39fdaf45968d763b3fd1cba8c6b4e53394d3860e17f36e0f6d83d9905cd07cee3f2215c7c57b7f55945dc79f7ff708e
7
- data.tar.gz: 2e0bf2e05a118902a567f1ae60fb5f9ebf380aa1db05c5b6711e2d737f760503a5558fb4d2f9c076f810073897851e86e04de490ad23864beac2dec017de5af2
6
+ metadata.gz: 72dc91962aa3b30357d1e5f2c253f9e102831795fa7a5d1c631370eeb419d1f2347d4deabb53c5ccffd05ff185d3bbfcdc66a796b90a9029f698037eafcc967e
7
+ data.tar.gz: 37d0870e84c91b163ae19abff119955f7aa3fe327d570109cc491043760210ad05b5b39122c376875b7ab432898e437da7faa229919c12711ebfbe3d3eda11cc
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.48.6
1
+ 3.49.0
@@ -11,7 +11,7 @@ module Aws
11
11
  #
12
12
  # @api private
13
13
  # begin
14
- SENSITIVE = [:access_token, :account_name, :account_password, :address, :admin_contact, :artifact_credentials, :auth_code, :authentication_token, :authorization_result, :backup_plan_tags, :backup_vault_tags, :base_32_string_seed, :body, :bot_configuration, :cause, :client_id, :client_secret, :configuration, :copy_source_sse_customer_key, :credentials, :custom_attributes, :db_password, :default_phone_number, :definition, :description, :display_name, :e164_phone_number, :email, :email_address, :email_message, :embed_url, :error, :feedback_token, :file, :first_name, :id, :id_token, :input, :input_text, :key_id, :key_store_password, :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, :output, :owner_information, :parameters, :passphrase, :password, :payload, :phone_number, :plaintext, :previous_password, :primary_email, :primary_provisioned_number, :private_key, :proposed_password, :public_key, :qr_code_png, :query, :recovery_point_tags, :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, :tag_key_list, :tags, :task_parameters, :tech_contact, :temporary_password, :text, :token, :trust_password, :upload_credentials, :upload_url, :user_email, :user_name, :username, :value, :values, :variables, :zip_file]
14
+ SENSITIVE = [:access_token, :account_name, :account_password, :address, :admin_contact, :admin_password, :artifact_credentials, :auth_code, :authentication_token, :authorization_result, :backup_plan_tags, :backup_vault_tags, :base_32_string_seed, :body, :bot_configuration, :cause, :client_id, :client_secret, :configuration, :copy_source_sse_customer_key, :credentials, :custom_attributes, :db_password, :default_phone_number, :definition, :description, :display_name, :e164_phone_number, :email, :email_address, :email_message, :embed_url, :error, :feedback_token, :file, :first_name, :id, :id_token, :input, :input_text, :key_id, :key_store_password, :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, :output, :owner_information, :parameters, :passphrase, :password, :payload, :phone_number, :plaintext, :previous_password, :primary_email, :primary_provisioned_number, :private_key, :proposed_password, :public_key, :qr_code_png, :query, :recovery_point_tags, :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, :tag_key_list, :tags, :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.48.6'
43
+ GEM_VERSION = '3.49.0'
44
44
 
45
45
  end
@@ -1578,7 +1578,7 @@ module Aws::STS
1578
1578
  params: params,
1579
1579
  config: config)
1580
1580
  context[:gem_name] = 'aws-sdk-core'
1581
- context[:gem_version] = '3.48.6'
1581
+ context[:gem_version] = '3.49.0'
1582
1582
  Seahorse::Client::Request.new(handlers, context)
1583
1583
  end
1584
1584
 
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.48.6
4
+ version: 3.49.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: 2019-04-26 00:00:00.000000000 Z
11
+ date: 2019-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath