aws-sdk-core 2.4.3 → 2.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +19 -6
- data/apis/codedeploy/2014-10-06/waiters-2.json +30 -0
- data/apis/cognito-idp/2016-04-18/api-2.json +892 -32
- data/apis/ds/2015-04-16/api-2.json +155 -0
- data/apis/ec2/2016-04-01/api-2.json +10 -5
- data/apis/email/2010-12-01/examples-1.json +948 -0
- data/apis/es/2015-01-01/api-2.json +70 -204
- data/endpoints.json +8 -3
- data/lib/aws-sdk-core/codedeploy.rb +1 -0
- data/lib/aws-sdk-core/log/param_filter.rb +1 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
@@ -11,7 +11,7 @@ module Aws
|
|
11
11
|
#
|
12
12
|
# ** DO NOT EDIT THE FOLLOWING LINE OF CODE **
|
13
13
|
#
|
14
|
-
SENSITIVE = [:access_token, :admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :local_console_password, :new_password, :old_password, :password, :plaintext, :previous_password, :private_key, :proposed_password, :qr_code_png, :registrant_contact, :secret_access_key, :secret_hash, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :trust_password, :upload_credentials, :username, :value]
|
14
|
+
SENSITIVE = [:access_token, :admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :id_token, :local_console_password, :new_password, :old_password, :password, :plaintext, :previous_password, :private_key, :proposed_password, :qr_code_png, :refresh_token, :registrant_contact, :secret_access_key, :secret_hash, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :trust_password, :upload_credentials, :username, :value]
|
15
15
|
|
16
16
|
def initialize(options = {})
|
17
17
|
@filters = Set.new(SENSITIVE + Array(options[:filter]))
|
data/lib/aws-sdk-core/version.rb
CHANGED
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: 2.4.
|
4
|
+
version: 2.4.4
|
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: 2016-07-
|
11
|
+
date: 2016-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -71,6 +71,7 @@ files:
|
|
71
71
|
- apis/codedeploy/2014-10-06/api-2.json
|
72
72
|
- apis/codedeploy/2014-10-06/examples-1.json
|
73
73
|
- apis/codedeploy/2014-10-06/paginators-1.json
|
74
|
+
- apis/codedeploy/2014-10-06/waiters-2.json
|
74
75
|
- apis/codepipeline/2015-07-09/api-2.json
|
75
76
|
- apis/codepipeline/2015-07-09/examples-1.json
|
76
77
|
- apis/cognito-identity/2014-06-30/api-2.json
|