aws-sdk-core 2.7.15 → 2.7.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -159,6 +159,13 @@
159
159
  "ShardIterator":{"shape":"ShardIterator"}
160
160
  }
161
161
  },
162
+ "Identity":{
163
+ "type":"structure",
164
+ "members":{
165
+ "PrincipalId":{"shape":"String"},
166
+ "Type":{"shape":"String"}
167
+ }
168
+ },
162
169
  "InternalServerError":{
163
170
  "type":"structure",
164
171
  "members":{
@@ -257,7 +264,8 @@
257
264
  "eventVersion":{"shape":"String"},
258
265
  "eventSource":{"shape":"String"},
259
266
  "awsRegion":{"shape":"String"},
260
- "dynamodb":{"shape":"StreamRecord"}
267
+ "dynamodb":{"shape":"StreamRecord"},
268
+ "userIdentity":{"shape":"Identity"}
261
269
  }
262
270
  },
263
271
  "RecordList":{
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -1137,6 +1137,11 @@
1137
1137
  "Rule":{"shape":"Rule"}
1138
1138
  }
1139
1139
  },
1140
+ "GetSampledRequestsMaxItems":{
1141
+ "type":"long",
1142
+ "max":500,
1143
+ "min":1
1144
+ },
1140
1145
  "GetSampledRequestsRequest":{
1141
1146
  "type":"structure",
1142
1147
  "required":[
@@ -1149,7 +1154,7 @@
1149
1154
  "WebAclId":{"shape":"ResourceId"},
1150
1155
  "RuleId":{"shape":"ResourceId"},
1151
1156
  "TimeWindow":{"shape":"TimeWindow"},
1152
- "MaxItems":{"shape":"ListMaxItems"}
1157
+ "MaxItems":{"shape":"GetSampledRequestsMaxItems"}
1153
1158
  }
1154
1159
  },
1155
1160
  "GetSampledRequestsResponse":{
@@ -1345,11 +1350,6 @@
1345
1350
  "IPSets":{"shape":"IPSetSummaries"}
1346
1351
  }
1347
1352
  },
1348
- "ListMaxItems":{
1349
- "type":"long",
1350
- "max":100,
1351
- "min":1
1352
- },
1353
1353
  "ListResourcesForWebACLRequest":{
1354
1354
  "type":"structure",
1355
1355
  "required":["WebACLId"],
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"waf-2015-08-24",
5
4
  "apiVersion":"2015-08-24",
6
5
  "endpointPrefix":"waf",
7
6
  "jsonVersion":"1.1",
@@ -1049,6 +1048,11 @@
1049
1048
  "Rule":{"shape":"Rule"}
1050
1049
  }
1051
1050
  },
1051
+ "GetSampledRequestsMaxItems":{
1052
+ "type":"long",
1053
+ "max":500,
1054
+ "min":1
1055
+ },
1052
1056
  "GetSampledRequestsRequest":{
1053
1057
  "type":"structure",
1054
1058
  "required":[
@@ -1061,7 +1065,7 @@
1061
1065
  "WebAclId":{"shape":"ResourceId"},
1062
1066
  "RuleId":{"shape":"ResourceId"},
1063
1067
  "TimeWindow":{"shape":"TimeWindow"},
1064
- "MaxItems":{"shape":"ListMaxItems"}
1068
+ "MaxItems":{"shape":"GetSampledRequestsMaxItems"}
1065
1069
  }
1066
1070
  },
1067
1071
  "GetSampledRequestsResponse":{
@@ -1244,11 +1248,6 @@
1244
1248
  "IPSets":{"shape":"IPSetSummaries"}
1245
1249
  }
1246
1250
  },
1247
- "ListMaxItems":{
1248
- "type":"long",
1249
- "max":100,
1250
- "min":1
1251
- },
1252
1251
  "ListRulesRequest":{
1253
1252
  "type":"structure",
1254
1253
  "members":{
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -87,8 +87,10 @@ module Aws
87
87
  MachineLearning
88
88
  MarketplaceCommerceAnalytics
89
89
  MarketplaceMetering
90
+ MechanicalTurkRequester
90
91
  OpsWorks
91
92
  OpsWorksCM
93
+ Organizations
92
94
  Pinpoint
93
95
  Polly
94
96
  RDS
@@ -2,4 +2,5 @@ Aws.add_service(:DynamoDBStreams, {
2
2
  api: "#{Aws::API_DIR}/streams.dynamodb/2012-08-10/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/streams.dynamodb/2012-08-10/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/streams.dynamodb/2012-08-10/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/streams.dynamodb/2012-08-10/paginators-1.json",
5
6
  })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:MechanicalTurkRequester, {
2
+ api: "#{Aws::API_DIR}/mturk-requester/2017-01-17/api-2.json",
3
+ docs: "#{Aws::API_DIR}/mturk-requester/2017-01-17/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/mturk-requester/2017-01-17/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/mturk-requester/2017-01-17/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Organizations, {
2
+ api: "#{Aws::API_DIR}/organizations/2016-11-28/api-2.json",
3
+ docs: "#{Aws::API_DIR}/organizations/2016-11-28/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/organizations/2016-11-28/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/organizations/2016-11-28/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.7.15'
2
+ VERSION = '2.7.16'
3
3
  end
@@ -2,4 +2,5 @@ Aws.add_service(:WAF, {
2
2
  api: "#{Aws::API_DIR}/waf/2015-08-24/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/waf/2015-08-24/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/waf/2015-08-24/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/waf/2015-08-24/paginators-1.json",
5
6
  })
@@ -2,4 +2,5 @@ Aws.add_service(:WAFRegional, {
2
2
  api: "#{Aws::API_DIR}/waf-regional/2016-11-28/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/waf-regional/2016-11-28/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/waf-regional/2016-11-28/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/waf-regional/2016-11-28/paginators-1.json",
5
6
  })
@@ -254,6 +254,10 @@
254
254
  "models": "meteringmarketplace/2016-01-14",
255
255
  "endpoint": "metering.marketplace"
256
256
  },
257
+ "MechanicalTurkRequester": {
258
+ "models": "mturk-requester/2017-01-17",
259
+ "endpoint": "mturk-requester"
260
+ },
257
261
  "OpsWorks": {
258
262
  "models": "opsworks/2013-02-18",
259
263
  "endpoint": "opsworks"
@@ -262,6 +266,10 @@
262
266
  "models": "opsworkscm/2016-11-01",
263
267
  "endpoint": "opsworks-cm"
264
268
  },
269
+ "Organizations": {
270
+ "models": "organizations/2016-11-28",
271
+ "endpoint": "organizations"
272
+ },
265
273
  "Pinpoint": {
266
274
  "models": "pinpoint/2016-12-01",
267
275
  "endpoint": "pinpoint"
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.7.15
4
+ version: 2.7.16
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: 2017-02-24 00:00:00.000000000 Z
11
+ date: 2017-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -272,6 +272,9 @@ files:
272
272
  - apis/monitoring/2010-08-01/paginators-1.json
273
273
  - apis/monitoring/2010-08-01/resources-1.json
274
274
  - apis/monitoring/2010-08-01/waiters-2.json
275
+ - apis/mturk-requester/2017-01-17/api-2.json
276
+ - apis/mturk-requester/2017-01-17/examples-1.json
277
+ - apis/mturk-requester/2017-01-17/paginators-1.json
275
278
  - apis/opsworks/2013-02-18/api-2.json
276
279
  - apis/opsworks/2013-02-18/examples-1.json
277
280
  - apis/opsworks/2013-02-18/paginators-1.json
@@ -279,6 +282,9 @@ files:
279
282
  - apis/opsworks/2013-02-18/waiters-2.json
280
283
  - apis/opsworkscm/2016-11-01/api-2.json
281
284
  - apis/opsworkscm/2016-11-01/examples-1.json
285
+ - apis/organizations/2016-11-28/api-2.json
286
+ - apis/organizations/2016-11-28/examples-1.json
287
+ - apis/organizations/2016-11-28/paginators-1.json
282
288
  - apis/pinpoint/2016-12-01/api-2.json
283
289
  - apis/pinpoint/2016-12-01/examples-1.json
284
290
  - apis/polly/2016-06-10/api-2.json
@@ -353,6 +359,7 @@ files:
353
359
  - apis/storagegateway/2013-06-30/paginators-1.json
354
360
  - apis/streams.dynamodb/2012-08-10/api-2.json
355
361
  - apis/streams.dynamodb/2012-08-10/examples-1.json
362
+ - apis/streams.dynamodb/2012-08-10/paginators-1.json
356
363
  - apis/sts/2011-06-15/api-2.json
357
364
  - apis/sts/2011-06-15/examples-1.json
358
365
  - apis/support/2013-04-15/api-2.json
@@ -362,8 +369,10 @@ files:
362
369
  - apis/swf/2012-01-25/paginators-1.json
363
370
  - apis/waf-regional/2016-11-28/api-2.json
364
371
  - apis/waf-regional/2016-11-28/examples-1.json
372
+ - apis/waf-regional/2016-11-28/paginators-1.json
365
373
  - apis/waf/2015-08-24/api-2.json
366
374
  - apis/waf/2015-08-24/examples-1.json
375
+ - apis/waf/2015-08-24/paginators-1.json
367
376
  - apis/workspaces/2015-04-08/api-2.json
368
377
  - apis/workspaces/2015-04-08/examples-1.json
369
378
  - apis/workspaces/2015-04-08/paginators-1.json
@@ -481,8 +490,10 @@ files:
481
490
  - lib/aws-sdk-core/machinelearning.rb
482
491
  - lib/aws-sdk-core/marketplacecommerceanalytics.rb
483
492
  - lib/aws-sdk-core/marketplacemetering.rb
493
+ - lib/aws-sdk-core/mechanicalturkrequester.rb
484
494
  - lib/aws-sdk-core/opsworks.rb
485
495
  - lib/aws-sdk-core/opsworkscm.rb
496
+ - lib/aws-sdk-core/organizations.rb
486
497
  - lib/aws-sdk-core/pageable_response.rb
487
498
  - lib/aws-sdk-core/pager.rb
488
499
  - lib/aws-sdk-core/param_converter.rb