aws-sdk-core 3.59.0 → 3.60.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: 579cb3497825b8f9c6790623cd575f06ce4940ad
4
- data.tar.gz: 2ea15b90b05c25240b8019b06d1919ec81f2049f
3
+ metadata.gz: 0bb3cbc8b28eea247e7b01fe9aa1d0ef8387c4c4
4
+ data.tar.gz: cd816ce44d681de599915e227134961c6de97de3
5
5
  SHA512:
6
- metadata.gz: 3653dca88c0d609fa823b2d449781fc00c3be689677c1826840afc6c8064dc0511f5bcf8f37926fe3daebbd427a164d06e22b590d2c3f381fabb6e25891b8a7c
7
- data.tar.gz: 8184138201557e240a01028e515f73943e2e226a9c1f982ecac09d906e592abfb25f57cc6e8e0a970f3427052879fd74574724e516e6f724b1fe4586013a0438
6
+ metadata.gz: '0189664e9cdca26b2d498a90351f4cfcc07fc5bc0c4998926520fd56eebd080c44184ad02a04cbd1ddb3c3a91afe301f2182869028ecde1509f911fe27a7bcc0'
7
+ data.tar.gz: 45d0f4b16ce22ef6e1e6945e30fa2ade39786cd6d2dcb9214b282164707732fd7ed96ccb177aa6a770366343a2a6936db7db10fdeb8cd38f9a6a6ea0bc635fd4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.59.0
1
+ 3.60.0
@@ -23,7 +23,7 @@ module Aws
23
23
 
24
24
  def load(json)
25
25
  ENGINE.load(json, *ENGINE_LOAD_OPTIONS)
26
- rescue ENGINE_ERROR => e
26
+ rescue *ENGINE_ERRORS => e
27
27
  raise ParseError.new(e)
28
28
  end
29
29
 
@@ -45,21 +45,21 @@ module Aws
45
45
  end
46
46
 
47
47
  def json_engine
48
- [JSON, [], [], JSON::ParserError]
48
+ [JSON, [], [], [JSON::ParserError]]
49
49
  end
50
50
 
51
51
  def oj_parse_error
52
52
  if Oj.const_defined?('ParseError')
53
- Oj::ParseError
53
+ [Oj::ParseError, EncodingError]
54
54
  else
55
- SyntaxError
55
+ [SyntaxError]
56
56
  end
57
57
  end
58
58
 
59
59
  end
60
60
 
61
61
  # @api private
62
- ENGINE, ENGINE_LOAD_OPTIONS, ENGINE_DUMP_OPTIONS, ENGINE_ERROR =
62
+ ENGINE, ENGINE_LOAD_OPTIONS, ENGINE_DUMP_OPTIONS, ENGINE_ERRORS =
63
63
  oj_engine || json_engine
64
64
 
65
65
  end
@@ -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, :admin_password, :artifact_credentials, :auth_code, :authentication_token, :authorization_result, :backup_plan_tags, :backup_vault_tags, :base_32_string_seed, :body, :bot_configuration, :bot_email, :cause, :client_id, :client_secret, :comment, :configuration, :copy_source_sse_customer_key, :credentials, :current_password, :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, :lambda_function_arn, :last_name, :local_console_password, :master_account_email, :master_user_password, :message, :name, :new_password, :next_password, :notes, :number, :old_password, :outbound_events_https_endpoint, :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, :secret_to_authenticate_initiator, :secret_to_authenticate_target, :security_token, :service_password, :session_attributes, :share_notes, :shared_secret, :slots, :sse_customer_key, :ssekms_encryption_context, :ssekms_key_id, :status_message, :tag_key_list, :tags, :task_parameters, :tech_contact, :temporary_password, :text, :token, :trust_password, :type, :upload_credentials, :upload_url, :uri, :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, :bot_email, :cause, :client_id, :client_secret, :comment, :configuration, :copy_source_sse_customer_key, :credentials, :current_password, :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, :lambda_function_arn, :last_name, :local_console_password, :master_account_email, :master_user_password, :message, :name, :new_password, :next_password, :notes, :number, :old_password, :outbound_events_https_endpoint, :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, :random_password, :recovery_point_tags, :refresh_token, :registrant_contact, :request_attributes, :search_query, :secret_access_key, :secret_binary, :secret_code, :secret_hash, :secret_string, :secret_to_authenticate_initiator, :secret_to_authenticate_target, :security_token, :service_password, :session_attributes, :share_notes, :shared_secret, :slots, :sse_customer_key, :ssekms_encryption_context, :ssekms_key_id, :status_message, :tag_key_list, :tags, :task_parameters, :tech_contact, :temporary_password, :text, :token, :trust_password, :type, :upload_credentials, :upload_url, :uri, :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.59.0'
43
+ GEM_VERSION = '3.60.0'
44
44
 
45
45
  end
@@ -1734,7 +1734,7 @@ module Aws::STS
1734
1734
  params: params,
1735
1735
  config: config)
1736
1736
  context[:gem_name] = 'aws-sdk-core'
1737
- context[:gem_version] = '3.59.0'
1737
+ context[:gem_version] = '3.60.0'
1738
1738
  Seahorse::Client::Request.new(handlers, context)
1739
1739
  end
1740
1740
 
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.59.0
4
+ version: 3.60.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-07-03 00:00:00.000000000 Z
11
+ date: 2019-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath