aws-sdk-core 3.37.0 → 3.38.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: 3a0ca80cd27bbc952ef138198462d128f8586206
4
- data.tar.gz: f45b8a21bbefd877679e6f9eb61b5d20e53377a7
3
+ metadata.gz: 249b601b8635418baadc15a0b53bb46b581e8e6e
4
+ data.tar.gz: ee9d843a0cfba8c0b49e312d7abd1f2709f19185
5
5
  SHA512:
6
- metadata.gz: 417e4adb9bd6a423160f6ce7a2fed489d77f46bf685535588a38145832d07dee582f674c501f622207129496502fcaebf36cac2a76fd0a73244827c0f6e6ad86
7
- data.tar.gz: f2299177e51157ec28c44d7a5eed130c3a3bb3b50ca1f717291907b34b05c221442cd786a7101ab83f5f9cb2db174f8e7dee0ba28a07d85dba6cef3711c63464
6
+ metadata.gz: b7542113a88f574c566934fd2f532b41f09eb720d08241aa79e4c8ef2c3588aa97775de244a4c4d1d995b3405a34dee3bdebf0a1c7725415a8b04d522cb4062a
7
+ data.tar.gz: 5fa727c3d43d58a7773525e10125875ca366499460bdf7f7bbc9d2f3b4af16248d7b986957553ed4ef89696b228088450f233148f1644708cd0ccd2e116ee8eb
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.37.0
1
+ 3.38.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, :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]
14
+ SENSITIVE = [:access_token, :account_name, :account_password, :address, :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 = {})
@@ -79,6 +79,7 @@ A delay randomiser function used by the default backoff function. Some predefine
79
79
  'ThrottlingException', # json services
80
80
  'RequestThrottled', # sqs
81
81
  'ProvisionedThroughputExceededException', # dynamodb
82
+ 'TransactionInProgressException', # dynamodb
82
83
  'RequestLimitExceeded', # ec2
83
84
  'BandwidthLimitExceeded', # cloud search
84
85
  'LimitExceededException', # kinesis
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.37.0'
43
+ GEM_VERSION = '3.38.0'
44
44
 
45
45
  end
@@ -1529,7 +1529,7 @@ module Aws::STS
1529
1529
  params: params,
1530
1530
  config: config)
1531
1531
  context[:gem_name] = 'aws-sdk-core'
1532
- context[:gem_version] = '3.37.0'
1532
+ context[:gem_version] = '3.38.0'
1533
1533
  Seahorse::Client::Request.new(handlers, context)
1534
1534
  end
1535
1535
 
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.37.0
4
+ version: 3.38.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-11-08 00:00:00.000000000 Z
11
+ date: 2018-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath