aws-sdk-core 2.2.3 → 2.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -57,7 +57,7 @@ module Aws
57
57
  #
58
58
  # Aws.config[:s3] = {
59
59
  # stub_responses: {
60
- # list_buckets: { bukets: [{name: 'my-bucket' }] }
60
+ # list_buckets: { buckets: [{name: 'my-bucket' }] }
61
61
  # }
62
62
  # }
63
63
  #
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:DeviceFarm, {
2
2
  api: "#{Aws::API_DIR}/devicefarm/2015-06-23/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/devicefarm/2015-06-23/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/devicefarm/2015-06-23/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/devicefarm/2015-06-23/paginators-1.json",
5
6
  })
@@ -1,4 +1,5 @@
1
1
  Aws.add_service(:DirectoryService, {
2
2
  api: "#{Aws::API_DIR}/ds/2015-04-16/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/ds/2015-04-16/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/ds/2015-04-16/examples-1.json",
4
5
  })
@@ -1,6 +1,7 @@
1
1
  Aws.add_service(:EC2, {
2
2
  api: "#{Aws::API_DIR}/ec2/2015-10-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/ec2/2015-10-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/ec2/2015-10-01/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/ec2/2015-10-01/paginators-1.json",
5
6
  resources: "#{Aws::API_DIR}/ec2/2015-10-01/resources-1.json",
6
7
  waiters: "#{Aws::API_DIR}/ec2/2015-10-01/waiters-2.json",
@@ -1,6 +1,7 @@
1
1
  Aws.add_service(:ECS, {
2
2
  api: "#{Aws::API_DIR}/ecs/2014-11-13/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/ecs/2014-11-13/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/ecs/2014-11-13/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/ecs/2014-11-13/paginators-1.json",
5
6
  waiters: "#{Aws::API_DIR}/ecs/2014-11-13/waiters-2.json",
6
7
  })
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:ElasticBeanstalk, {
2
2
  api: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/paginators-1.json",
5
6
  })
@@ -1,6 +1,7 @@
1
1
  Aws.add_service(:IAM, {
2
2
  api: "#{Aws::API_DIR}/iam/2010-05-08/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/iam/2010-05-08/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/iam/2010-05-08/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/iam/2010-05-08/paginators-1.json",
5
6
  resources: "#{Aws::API_DIR}/iam/2010-05-08/resources-1.json",
6
7
  waiters: "#{Aws::API_DIR}/iam/2010-05-08/waiters-2.json",
@@ -1,4 +1,5 @@
1
1
  Aws.add_service(:Inspector, {
2
2
  api: "#{Aws::API_DIR}/inspector/2015-08-18/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/inspector/2015-08-18/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/inspector/2015-08-18/examples-1.json",
4
5
  })
@@ -11,7 +11,7 @@ module Aws
11
11
  #
12
12
  # ** DO NOT EDIT THE FOLLOWING LINE OF CODE **
13
13
  #
14
- SENSITIVE = [:admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :copy_source_sse_customer_key, :new_password, :old_password, :password, :plaintext, :private_key, :qr_code_png, :registrant_contact, :secret_access_key, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :username]
14
+ SENSITIVE = [:admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :copy_source_sse_customer_key, :new_password, :old_password, :password, :plaintext, :private_key, :qr_code_png, :registrant_contact, :secret_access_key, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :trust_password, :username]
15
15
 
16
16
  def initialize(options = {})
17
17
  @filters = Set.new(SENSITIVE + Array(options[:filter]))
@@ -1,6 +1,7 @@
1
1
  Aws.add_service(:RDS, {
2
2
  api: "#{Aws::API_DIR}/rds/2014-10-31/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/rds/2014-10-31/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/rds/2014-10-31/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/rds/2014-10-31/paginators-1.json",
5
6
  resources: "#{Aws::API_DIR}/rds/2014-10-31/resources-1.json",
6
7
  waiters: "#{Aws::API_DIR}/rds/2014-10-31/waiters-2.json",
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:Route53, {
2
2
  api: "#{Aws::API_DIR}/route53/2013-04-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/route53/2013-04-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/route53/2013-04-01/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/route53/2013-04-01/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.3'
2
+ VERSION = '2.2.4'
3
3
  end
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.2.3
4
+ version: 2.2.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: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2015-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -58,6 +58,7 @@ files:
58
58
  - apis/cognito-identity/2014-06-30/api-2.json
59
59
  - apis/cognito-sync/2014-06-30/api-2.json
60
60
  - apis/config/2014-11-12/api-2.json
61
+ - apis/config/2014-11-12/examples-1.json
61
62
  - apis/config/2014-11-12/paginators-1.json
62
63
  - apis/datapipeline/2012-10-29/api-2.json
63
64
  - apis/datapipeline/2012-10-29/paginators-1.json
@@ -67,6 +68,7 @@ files:
67
68
  - apis/directconnect/2012-10-25/api-2.json
68
69
  - apis/directconnect/2012-10-25/paginators-1.json
69
70
  - apis/ds/2015-04-16/api-2.json
71
+ - apis/ds/2015-04-16/examples-1.json
70
72
  - apis/dynamodb/2012-08-10/api-2.json
71
73
  - apis/dynamodb/2012-08-10/paginators-1.json
72
74
  - apis/dynamodb/2012-08-10/resources-1.json
@@ -106,6 +108,7 @@ files:
106
108
  - apis/glacier/2012-06-01/resources-1.json
107
109
  - apis/glacier/2012-06-01/waiters-2.json
108
110
  - apis/iam/2010-05-08/api-2.json
111
+ - apis/iam/2010-05-08/examples-1.json
109
112
  - apis/iam/2010-05-08/paginators-1.json
110
113
  - apis/iam/2010-05-08/resources-1.json
111
114
  - apis/iam/2010-05-08/waiters-2.json
@@ -136,6 +139,7 @@ files:
136
139
  - apis/opsworks/2013-02-18/resources-1.json
137
140
  - apis/opsworks/2013-02-18/waiters-2.json
138
141
  - apis/rds/2014-10-31/api-2.json
142
+ - apis/rds/2014-10-31/examples-1.json
139
143
  - apis/rds/2014-10-31/paginators-1.json
140
144
  - apis/rds/2014-10-31/resources-1.json
141
145
  - apis/rds/2014-10-31/waiters-2.json
@@ -143,6 +147,7 @@ files:
143
147
  - apis/redshift/2012-12-01/paginators-1.json
144
148
  - apis/redshift/2012-12-01/waiters-2.json
145
149
  - apis/route53/2013-04-01/api-2.json
150
+ - apis/route53/2013-04-01/examples-1.json
146
151
  - apis/route53/2013-04-01/paginators-1.json
147
152
  - apis/route53domains/2014-05-15/api-2.json
148
153
  - apis/route53domains/2014-05-15/paginators-1.json