aws-sdk-core 2.9.14 → 2.9.15

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: 1b365cbe2e81cfb0f36346f2bf59b0cb605ba0a7
4
- data.tar.gz: 5b463cf59e27a7dffa47cbd848f9623c5226f1d4
3
+ metadata.gz: 319a43e43176123d29ac7bbd3aaf32b4165ae5c6
4
+ data.tar.gz: 0de1d1becc1fdbb459044076004033cb111d64bb
5
5
  SHA512:
6
- metadata.gz: 22ec91418ad90052ab43776404a0f7ec544bfeedda07a4af6e8fd7e18a13e7d5f592859ce9e38f99132ba7c0256b21b34d1d481bf81724daf2643f63e024d8ec
7
- data.tar.gz: 65f4d59e3457d7cb18463dece8e2d7b1a960de3ac963cba0d3ddceed78f2437598e0be46fa119c5a5ea196e5266a9a953015c6401285beb2a05034f8ad2c2048
6
+ metadata.gz: fa9c022b5b4d74c2071e2fdef339eb235c9ec3e10f9ccc66b500e002bc93db45b25cc517441da1c441c509d840a1405dfae014a61efec338b93683a5dfdd3f22
7
+ data.tar.gz: b0328e42c4f3ad8237deb2248665a75b1bb44498964c77acb70db1b7398fa16f0d72f9a3a2717527ed50c5498c684c278084323e49dd7c2ce0aa8d08487bff26
@@ -611,7 +611,8 @@
611
611
  "runningTasksCount":{"shape":"Integer"},
612
612
  "pendingTasksCount":{"shape":"Integer"},
613
613
  "agentUpdateStatus":{"shape":"AgentUpdateStatus"},
614
- "attributes":{"shape":"Attributes"}
614
+ "attributes":{"shape":"Attributes"},
615
+ "registeredAt":{"shape":"Timestamp"}
615
616
  }
616
617
  },
617
618
  "ContainerInstanceStatus":{
@@ -1,40 +1,40 @@
1
1
  {
2
- "pagination": {
3
- "ListClusters": {
4
- "input_token": "nextToken",
5
- "output_token": "nextToken",
6
- "limit_key": "maxResults",
7
- "result_key": "clusterArns"
8
- },
9
- "ListContainerInstances": {
10
- "input_token": "nextToken",
11
- "output_token": "nextToken",
12
- "limit_key": "maxResults",
13
- "result_key": "containerInstanceArns"
14
- },
15
- "ListTaskDefinitions": {
16
- "input_token": "nextToken",
17
- "output_token": "nextToken",
18
- "limit_key": "maxResults",
19
- "result_key": "taskDefinitionArns"
20
- },
21
- "ListTaskDefinitionFamilies": {
22
- "input_token": "nextToken",
23
- "output_token": "nextToken",
24
- "limit_key": "maxResults",
25
- "result_key": "families"
26
- },
27
- "ListTasks": {
28
- "input_token": "nextToken",
29
- "output_token": "nextToken",
30
- "limit_key": "maxResults",
31
- "result_key": "taskArns"
32
- },
33
- "ListServices": {
34
- "input_token": "nextToken",
35
- "output_token": "nextToken",
36
- "limit_key": "maxResults",
37
- "result_key": "serviceArns"
38
- }
39
- }
40
- }
2
+ "pagination": {
3
+ "ListClusters": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
+ "result_key": "clusterArns"
8
+ },
9
+ "ListContainerInstances": {
10
+ "input_token": "nextToken",
11
+ "limit_key": "maxResults",
12
+ "output_token": "nextToken",
13
+ "result_key": "containerInstanceArns"
14
+ },
15
+ "ListServices": {
16
+ "input_token": "nextToken",
17
+ "limit_key": "maxResults",
18
+ "output_token": "nextToken",
19
+ "result_key": "serviceArns"
20
+ },
21
+ "ListTaskDefinitionFamilies": {
22
+ "input_token": "nextToken",
23
+ "limit_key": "maxResults",
24
+ "output_token": "nextToken",
25
+ "result_key": "families"
26
+ },
27
+ "ListTaskDefinitions": {
28
+ "input_token": "nextToken",
29
+ "limit_key": "maxResults",
30
+ "output_token": "nextToken",
31
+ "result_key": "taskDefinitionArns"
32
+ },
33
+ "ListTasks": {
34
+ "input_token": "nextToken",
35
+ "limit_key": "maxResults",
36
+ "output_token": "nextToken",
37
+ "result_key": "taskArns"
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,128 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-01-11",
5
+ "endpointPrefix":"entitlement.marketplace",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS Marketplace Entitlement Service",
9
+ "signatureVersion":"v4",
10
+ "signingName":"aws-marketplace",
11
+ "targetPrefix":"AWSMPEntitlementService",
12
+ "uid":"entitlement.marketplace-2017-01-11"
13
+ },
14
+ "operations":{
15
+ "GetEntitlements":{
16
+ "name":"GetEntitlements",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"GetEntitlementsRequest"},
22
+ "output":{"shape":"GetEntitlementsResult"},
23
+ "errors":[
24
+ {"shape":"InvalidParameterException"},
25
+ {"shape":"ThrottlingException"},
26
+ {"shape":"InternalServiceErrorException"}
27
+ ]
28
+ }
29
+ },
30
+ "shapes":{
31
+ "Boolean":{"type":"boolean"},
32
+ "Double":{"type":"double"},
33
+ "Entitlement":{
34
+ "type":"structure",
35
+ "members":{
36
+ "ProductCode":{"shape":"ProductCode"},
37
+ "Dimension":{"shape":"NonEmptyString"},
38
+ "CustomerIdentifier":{"shape":"NonEmptyString"},
39
+ "Value":{"shape":"EntitlementValue"},
40
+ "ExpirationDate":{"shape":"Timestamp"}
41
+ }
42
+ },
43
+ "EntitlementList":{
44
+ "type":"list",
45
+ "member":{"shape":"Entitlement"},
46
+ "min":0
47
+ },
48
+ "EntitlementValue":{
49
+ "type":"structure",
50
+ "members":{
51
+ "IntegerValue":{"shape":"Integer"},
52
+ "DoubleValue":{"shape":"Double"},
53
+ "BooleanValue":{"shape":"Boolean"},
54
+ "StringValue":{"shape":"String"}
55
+ }
56
+ },
57
+ "ErrorMessage":{"type":"string"},
58
+ "FilterValue":{"type":"string"},
59
+ "FilterValueList":{
60
+ "type":"list",
61
+ "member":{"shape":"FilterValue"},
62
+ "min":1
63
+ },
64
+ "GetEntitlementFilterName":{
65
+ "type":"string",
66
+ "enum":[
67
+ "CUSTOMER_IDENTIFIER",
68
+ "DIMENSION"
69
+ ]
70
+ },
71
+ "GetEntitlementFilters":{
72
+ "type":"map",
73
+ "key":{"shape":"GetEntitlementFilterName"},
74
+ "value":{"shape":"FilterValueList"}
75
+ },
76
+ "GetEntitlementsRequest":{
77
+ "type":"structure",
78
+ "required":["ProductCode"],
79
+ "members":{
80
+ "ProductCode":{"shape":"ProductCode"},
81
+ "Filter":{"shape":"GetEntitlementFilters"},
82
+ "NextToken":{"shape":"NonEmptyString"},
83
+ "MaxResults":{"shape":"Integer"}
84
+ }
85
+ },
86
+ "GetEntitlementsResult":{
87
+ "type":"structure",
88
+ "members":{
89
+ "Entitlements":{"shape":"EntitlementList"},
90
+ "NextToken":{"shape":"NonEmptyString"}
91
+ }
92
+ },
93
+ "Integer":{"type":"integer"},
94
+ "InternalServiceErrorException":{
95
+ "type":"structure",
96
+ "members":{
97
+ "message":{"shape":"ErrorMessage"}
98
+ },
99
+ "exception":true,
100
+ "fault":true
101
+ },
102
+ "InvalidParameterException":{
103
+ "type":"structure",
104
+ "members":{
105
+ "message":{"shape":"ErrorMessage"}
106
+ },
107
+ "exception":true
108
+ },
109
+ "NonEmptyString":{
110
+ "type":"string",
111
+ "pattern":"\\S+"
112
+ },
113
+ "ProductCode":{
114
+ "type":"string",
115
+ "max":255,
116
+ "min":1
117
+ },
118
+ "String":{"type":"string"},
119
+ "ThrottlingException":{
120
+ "type":"structure",
121
+ "members":{
122
+ "message":{"shape":"ErrorMessage"}
123
+ },
124
+ "exception":true
125
+ },
126
+ "Timestamp":{"type":"timestamp"}
127
+ }
128
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -755,7 +755,6 @@
755
755
  },
756
756
  "EnvironmentVariableValue":{
757
757
  "type":"string",
758
- "pattern":"[^,]*",
759
758
  "sensitive":true
760
759
  },
761
760
  "EnvironmentVariables":{
@@ -1596,7 +1595,8 @@
1596
1595
  "S3Bucket":{"shape":"S3Bucket"},
1597
1596
  "S3Key":{"shape":"S3Key"},
1598
1597
  "S3ObjectVersion":{"shape":"S3ObjectVersion"},
1599
- "Publish":{"shape":"Boolean"}
1598
+ "Publish":{"shape":"Boolean"},
1599
+ "DryRun":{"shape":"Boolean"}
1600
1600
  }
1601
1601
  },
1602
1602
  "UpdateFunctionConfigurationRequest":{
@@ -320,10 +320,19 @@
320
320
  "us-west-2": {}
321
321
  }
322
322
  },
323
+ "codestar": {
324
+ "endpoints": {
325
+ "eu-west-1": {},
326
+ "us-east-1": {},
327
+ "us-east-2": {},
328
+ "us-west-2": {}
329
+ }
330
+ },
323
331
  "cognito-identity": {
324
332
  "endpoints": {
325
333
  "ap-northeast-1": {},
326
334
  "ap-northeast-2": {},
335
+ "ap-south-1": {},
327
336
  "ap-southeast-2": {},
328
337
  "eu-central-1": {},
329
338
  "eu-west-1": {},
@@ -337,6 +346,7 @@
337
346
  "endpoints": {
338
347
  "ap-northeast-1": {},
339
348
  "ap-northeast-2": {},
349
+ "ap-south-1": {},
340
350
  "ap-southeast-2": {},
341
351
  "eu-central-1": {},
342
352
  "eu-west-1": {},
@@ -350,6 +360,7 @@
350
360
  "endpoints": {
351
361
  "ap-northeast-1": {},
352
362
  "ap-northeast-2": {},
363
+ "ap-south-1": {},
353
364
  "ap-southeast-2": {},
354
365
  "eu-central-1": {},
355
366
  "eu-west-1": {},
@@ -672,6 +683,16 @@
672
683
  "us-west-2": {}
673
684
  }
674
685
  },
686
+ "entitlement.marketplace": {
687
+ "defaults": {
688
+ "credentialScope": {
689
+ "service": "aws-marketplace"
690
+ }
691
+ },
692
+ "endpoints": {
693
+ "us-east-1": {}
694
+ }
695
+ },
675
696
  "es": {
676
697
  "endpoints": {
677
698
  "ap-northeast-1": {},
@@ -1340,6 +1361,7 @@
1340
1361
  "endpoints": {
1341
1362
  "ap-northeast-1": {},
1342
1363
  "ap-northeast-2": {},
1364
+ "ap-south-1": {},
1343
1365
  "ap-southeast-1": {},
1344
1366
  "ap-southeast-2": {},
1345
1367
  "ca-central-1": {},
@@ -89,6 +89,7 @@ module Aws
89
89
  MTurk
90
90
  MachineLearning
91
91
  MarketplaceCommerceAnalytics
92
+ MarketplaceEntitlementService
92
93
  MarketplaceMetering
93
94
  OpsWorks
94
95
  OpsWorksCM
@@ -117,7 +117,7 @@ module Aws
117
117
  Seahorse::Model::Shapes::StringShape === ref.shape &&
118
118
  ref.shape.enum
119
119
  then
120
- docs = "#{docs}<p>Possible values:</p><ul>"
120
+ docs = "#{docs} <p>Possible values:</p><ul>"
121
121
  docs += ref.shape.enum.map { |v| "<li><tt>#{v}</tt></li>" }.join
122
122
  docs += "</ul>"
123
123
  docs
@@ -34,7 +34,7 @@ module Aws
34
34
  when Time then expires.to_i
35
35
  when DateTime, Date then expires.to_time.to_i
36
36
  when String then Time.parse(expires).to_i
37
- when Integer, NIL then expires
37
+ when Integer, nil then expires
38
38
  else
39
39
  msg = "expected a time value for :expires, got `#{expires.class}'"
40
40
  raise ArgumentError, msg
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:MarketplaceEntitlementService, {
2
+ api: "#{Aws::API_DIR}/entitlement.marketplace/2017-01-11/api-2.json",
3
+ docs: "#{Aws::API_DIR}/entitlement.marketplace/2017-01-11/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/entitlement.marketplace/2017-01-11/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/entitlement.marketplace/2017-01-11/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.14'
2
+ VERSION = '2.9.15'
3
3
  end
@@ -262,6 +262,10 @@
262
262
  "models": "marketplacecommerceanalytics/2015-07-01",
263
263
  "endpoint": "marketplacecommerceanalytics"
264
264
  },
265
+ "MarketplaceEntitlementService": {
266
+ "models": "entitlement.marketplace/2017-01-11",
267
+ "endpoint": "entitlement.marketplace"
268
+ },
265
269
  "MarketplaceMetering": {
266
270
  "models": "meteringmarketplace/2016-01-14",
267
271
  "endpoint": "metering.marketplace"
@@ -390,4 +394,4 @@
390
394
  "models": "xray/2016-04-12",
391
395
  "endpoint": "xray"
392
396
  }
393
- }
397
+ }
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.9.14
4
+ version: 2.9.15
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-04-28 00:00:00.000000000 Z
11
+ date: 2017-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -222,6 +222,9 @@ files:
222
222
  - apis/email/2010-12-01/examples-1.json
223
223
  - apis/email/2010-12-01/paginators-1.json
224
224
  - apis/email/2010-12-01/waiters-2.json
225
+ - apis/entitlement.marketplace/2017-01-11/api-2.json
226
+ - apis/entitlement.marketplace/2017-01-11/examples-1.json
227
+ - apis/entitlement.marketplace/2017-01-11/paginators-1.json
225
228
  - apis/es/2015-01-01/api-2.json
226
229
  - apis/es/2015-01-01/examples-1.json
227
230
  - apis/es/2015-01-01/paginators-1.json
@@ -517,6 +520,7 @@ files:
517
520
  - lib/aws-sdk-core/log/param_formatter.rb
518
521
  - lib/aws-sdk-core/machinelearning.rb
519
522
  - lib/aws-sdk-core/marketplacecommerceanalytics.rb
523
+ - lib/aws-sdk-core/marketplaceentitlementservice.rb
520
524
  - lib/aws-sdk-core/marketplacemetering.rb
521
525
  - lib/aws-sdk-core/mturk.rb
522
526
  - lib/aws-sdk-core/opsworks.rb