aws-sdk-core 2.8.0 → 2.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/budgets/2016-10-20/api-2.json +4 -3
- data/apis/budgets/2016-10-20/paginators-1.json +4 -0
- data/apis/cloudtrail/2013-11-01/paginators-1.json +2 -2
- data/apis/mturk-requester/2017-01-17/api-2.json +2 -1
- data/apis/opsworkscm/2016-11-01/api-2.json +24 -6
- data/apis/opsworkscm/2016-11-01/paginators-1.json +4 -0
- data/endpoints.json +17 -0
- data/lib/aws-sdk-core/budgets.rb +1 -0
- data/lib/aws-sdk-core/cloudfront/cookie_signer.rb +1 -1
- data/lib/aws-sdk-core/opsworkscm.rb +1 -0
- data/lib/aws-sdk-core/s3/presigner.rb +4 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 059076f5bd8e0ddc4a995825c055366737aa97e8
|
4
|
+
data.tar.gz: 946c021dc6f95240babfcbca520110e60802aa48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93be6e3f9fa3d96f3f4449201527ff990229aa4323b61709b730ba12c54d349a89c0384a5a06ce57ae6bea8bbb8268e67f538054004796e1b087543cf0bb3686
|
7
|
+
data.tar.gz: e7f156cb3e0c0cec847f960f6107aeecf05afee0a1ea38aca9796dee183105ef8a92437ce8fb18d254de2588fc4709ebca7f2a7497f7cf6a5b38278dc4b905e7
|
@@ -55,7 +55,8 @@
|
|
55
55
|
{"shape":"InternalErrorException"},
|
56
56
|
{"shape":"InvalidParameterException"},
|
57
57
|
{"shape":"CreationLimitExceededException"},
|
58
|
-
{"shape":"DuplicateRecordException"}
|
58
|
+
{"shape":"DuplicateRecordException"},
|
59
|
+
{"shape":"NotFoundException"}
|
59
60
|
]
|
60
61
|
},
|
61
62
|
"DeleteBudget":{
|
@@ -545,7 +546,7 @@
|
|
545
546
|
},
|
546
547
|
"NotificationThreshold":{
|
547
548
|
"type":"double",
|
548
|
-
"max":
|
549
|
+
"max":300,
|
549
550
|
"min":0.1
|
550
551
|
},
|
551
552
|
"NotificationType":{
|
@@ -577,7 +578,7 @@
|
|
577
578
|
},
|
578
579
|
"NumericValue":{
|
579
580
|
"type":"string",
|
580
|
-
"pattern":"[0-9]
|
581
|
+
"pattern":"[0-9]*(\\.)?[0-9]+"
|
581
582
|
},
|
582
583
|
"Spend":{
|
583
584
|
"type":"structure",
|
@@ -5,7 +5,8 @@
|
|
5
5
|
"endpointPrefix":"mturk-requester",
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"json",
|
8
|
-
"
|
8
|
+
"serviceAbbreviation":"Amazon MTurk",
|
9
|
+
"serviceFullName":"Amazon Mechanical Turk",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"targetPrefix":"MTurkRequesterServiceV20170117",
|
11
12
|
"uid":"mturk-requester-2017-01-17"
|
@@ -237,7 +237,8 @@
|
|
237
237
|
"type":"structure",
|
238
238
|
"required":[
|
239
239
|
"ServerName",
|
240
|
-
"NodeName"
|
240
|
+
"NodeName",
|
241
|
+
"EngineAttributes"
|
241
242
|
],
|
242
243
|
"members":{
|
243
244
|
"ServerName":{"shape":"ServerName"},
|
@@ -274,8 +275,14 @@
|
|
274
275
|
"KeyPair":{"shape":"String"},
|
275
276
|
"PreferredBackupWindow":{"shape":"TimeWindowDefinition"},
|
276
277
|
"PreferredMaintenanceWindow":{"shape":"TimeWindowDefinition"},
|
277
|
-
"S3DataSize":{
|
278
|
-
|
278
|
+
"S3DataSize":{
|
279
|
+
"shape":"Integer",
|
280
|
+
"deprecated":true
|
281
|
+
},
|
282
|
+
"S3DataUrl":{
|
283
|
+
"shape":"String",
|
284
|
+
"deprecated":true
|
285
|
+
},
|
279
286
|
"S3LogUrl":{"shape":"String"},
|
280
287
|
"SecurityGroupIds":{"shape":"Strings"},
|
281
288
|
"ServerName":{"shape":"ServerName"},
|
@@ -335,9 +342,11 @@
|
|
335
342
|
"required":[
|
336
343
|
"ServerName",
|
337
344
|
"InstanceProfileArn",
|
345
|
+
"InstanceType",
|
338
346
|
"ServiceRoleArn"
|
339
347
|
],
|
340
348
|
"members":{
|
349
|
+
"AssociatePublicIpAddress":{"shape":"Boolean"},
|
341
350
|
"DisableAutomatedBackup":{"shape":"Boolean"},
|
342
351
|
"Engine":{"shape":"String"},
|
343
352
|
"EngineModel":{"shape":"String"},
|
@@ -482,10 +491,15 @@
|
|
482
491
|
"EngineAttribute":{
|
483
492
|
"type":"structure",
|
484
493
|
"members":{
|
485
|
-
"Name":{"shape":"
|
486
|
-
"Value":{"shape":"
|
494
|
+
"Name":{"shape":"EngineAttributeName"},
|
495
|
+
"Value":{"shape":"EngineAttributeValue"}
|
487
496
|
}
|
488
497
|
},
|
498
|
+
"EngineAttributeName":{"type":"string"},
|
499
|
+
"EngineAttributeValue":{
|
500
|
+
"type":"string",
|
501
|
+
"sensitive":true
|
502
|
+
},
|
489
503
|
"EngineAttributes":{
|
490
504
|
"type":"list",
|
491
505
|
"member":{"shape":"EngineAttribute"}
|
@@ -577,9 +591,11 @@
|
|
577
591
|
"Server":{
|
578
592
|
"type":"structure",
|
579
593
|
"members":{
|
594
|
+
"AssociatePublicIpAddress":{"shape":"Boolean"},
|
580
595
|
"BackupRetentionCount":{"shape":"Integer"},
|
581
596
|
"ServerName":{"shape":"String"},
|
582
597
|
"CreatedAt":{"shape":"Timestamp"},
|
598
|
+
"CloudFormationStackArn":{"shape":"String"},
|
583
599
|
"DisableAutomatedBackup":{"shape":"Boolean"},
|
584
600
|
"Endpoint":{"shape":"String"},
|
585
601
|
"Engine":{"shape":"String"},
|
@@ -630,9 +646,11 @@
|
|
630
646
|
"FAILED",
|
631
647
|
"HEALTHY",
|
632
648
|
"RUNNING",
|
649
|
+
"RESTORING",
|
633
650
|
"SETUP",
|
634
651
|
"UNDER_MAINTENANCE",
|
635
|
-
"UNHEALTHY"
|
652
|
+
"UNHEALTHY",
|
653
|
+
"TERMINATED"
|
636
654
|
]
|
637
655
|
},
|
638
656
|
"Servers":{
|
data/endpoints.json
CHANGED
@@ -904,10 +904,13 @@
|
|
904
904
|
"ap-south-1": {},
|
905
905
|
"ap-southeast-1": {},
|
906
906
|
"ap-southeast-2": {},
|
907
|
+
"ca-central-1": {},
|
907
908
|
"eu-central-1": {},
|
908
909
|
"eu-west-1": {},
|
910
|
+
"eu-west-2": {},
|
909
911
|
"sa-east-1": {},
|
910
912
|
"us-east-1": {},
|
913
|
+
"us-east-2": {},
|
911
914
|
"us-west-1": {},
|
912
915
|
"us-west-2": {}
|
913
916
|
}
|
@@ -941,6 +944,15 @@
|
|
941
944
|
"us-west-2": {}
|
942
945
|
}
|
943
946
|
},
|
947
|
+
"mturk-requester": {
|
948
|
+
"endpoints": {
|
949
|
+
"sandbox": {
|
950
|
+
"hostname": "mturk-requester-sandbox.us-east-1.amazonaws.com"
|
951
|
+
},
|
952
|
+
"us-east-1": {}
|
953
|
+
},
|
954
|
+
"isRegionalized": false
|
955
|
+
},
|
944
956
|
"opsworks": {
|
945
957
|
"endpoints": {
|
946
958
|
"ap-northeast-1": {},
|
@@ -1791,6 +1803,11 @@
|
|
1791
1803
|
"isRegionalized": false,
|
1792
1804
|
"partitionEndpoint": "aws-us-gov-global"
|
1793
1805
|
},
|
1806
|
+
"kinesis": {
|
1807
|
+
"endpoints": {
|
1808
|
+
"us-gov-west-1": {}
|
1809
|
+
}
|
1810
|
+
},
|
1794
1811
|
"kms": {
|
1795
1812
|
"endpoints": {
|
1796
1813
|
"us-gov-west-1": {}
|
data/lib/aws-sdk-core/budgets.rb
CHANGED
@@ -2,4 +2,5 @@ Aws.add_service(:Budgets, {
|
|
2
2
|
api: "#{Aws::API_DIR}/budgets/2016-10-20/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/budgets/2016-10-20/docs-2.json",
|
4
4
|
examples: "#{Aws::API_DIR}/budgets/2016-10-20/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/budgets/2016-10-20/paginators-1.json",
|
5
6
|
})
|
@@ -20,7 +20,7 @@ module Aws
|
|
20
20
|
class CookieSigner
|
21
21
|
include Signer
|
22
22
|
|
23
|
-
# create a signed Amazon CloudFront
|
23
|
+
# create a set of signed Amazon CloudFront cookie parameters
|
24
24
|
# @param [String] url
|
25
25
|
# @option params [Time, DateTime, Date, String, Integer<timestamp>] :expires
|
26
26
|
# @option params [String<JSON>] :policy
|
@@ -2,4 +2,5 @@ Aws.add_service(:OpsWorksCM, {
|
|
2
2
|
api: "#{Aws::API_DIR}/opsworkscm/2016-11-01/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/opsworkscm/2016-11-01/docs-2.json",
|
4
4
|
examples: "#{Aws::API_DIR}/opsworkscm/2016-11-01/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/opsworkscm/2016-11-01/paginators-1.json",
|
5
6
|
})
|
@@ -26,7 +26,10 @@ module Aws
|
|
26
26
|
# to presign.
|
27
27
|
#
|
28
28
|
# @option params [Integer] :expires_in (900) The number of seconds
|
29
|
-
# before the presigned URL expires. Defaults to 15 minutes.
|
29
|
+
# before the presigned URL expires. Defaults to 15 minutes. As signature
|
30
|
+
# version 4 has a maximum expiry time of one week for presigned URLs,
|
31
|
+
# attempts to set this value to greater than one week (604800) will
|
32
|
+
# raise an exception.
|
30
33
|
#
|
31
34
|
# @option params [Boolean] :secure (true) When `false`, a HTTP URL
|
32
35
|
# is returned instead of the default HTTPS URL.
|
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.8.
|
4
|
+
version: 2.8.1
|
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-
|
11
|
+
date: 2017-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -68,6 +68,7 @@ files:
|
|
68
68
|
- apis/batch/2016-08-10/examples-1.json
|
69
69
|
- apis/budgets/2016-10-20/api-2.json
|
70
70
|
- apis/budgets/2016-10-20/examples-1.json
|
71
|
+
- apis/budgets/2016-10-20/paginators-1.json
|
71
72
|
- apis/clouddirectory/2016-05-10/api-2.json
|
72
73
|
- apis/clouddirectory/2016-05-10/examples-1.json
|
73
74
|
- apis/clouddirectory/2016-05-10/paginators-1.json
|
@@ -282,6 +283,7 @@ files:
|
|
282
283
|
- apis/opsworks/2013-02-18/waiters-2.json
|
283
284
|
- apis/opsworkscm/2016-11-01/api-2.json
|
284
285
|
- apis/opsworkscm/2016-11-01/examples-1.json
|
286
|
+
- apis/opsworkscm/2016-11-01/paginators-1.json
|
285
287
|
- apis/organizations/2016-11-28/api-2.json
|
286
288
|
- apis/organizations/2016-11-28/examples-1.json
|
287
289
|
- apis/organizations/2016-11-28/paginators-1.json
|