aws-sdk-core 2.6.49 → 2.6.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/acm/2015-12-08/api-2.json +32 -2
- data/apis/acm/2015-12-08/paginators-1.json +2 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 933b2e09cad5beaca738e580ab7fdb23ba609b2d
|
|
4
|
+
data.tar.gz: 6e719d32c5f13173c091a97f4abe2e738efcd958
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6af1338848aec558eb86ac78fc606f8d360435c8f2b5dfa7a8a4dcd36121ded82fb157eb0c473a889c7cc6174d6c2d82debee93fc2ea6237ebbe0896f2d3e409
|
|
7
|
+
data.tar.gz: 11881886b2f25c5664f5b65f82de1df3ba791e70ae36f4072cdc37ad100994f5d83c5d1242873f44a4d4606840fd89e6a75ba4c5ffc60ace9ba31c8bb6d0c0e5
|
|
@@ -204,7 +204,8 @@
|
|
|
204
204
|
"SignatureAlgorithm":{"shape":"String"},
|
|
205
205
|
"InUseBy":{"shape":"InUseList"},
|
|
206
206
|
"FailureReason":{"shape":"FailureReason"},
|
|
207
|
-
"Type":{"shape":"CertificateType"}
|
|
207
|
+
"Type":{"shape":"CertificateType"},
|
|
208
|
+
"RenewalSummary":{"shape":"RenewalSummary"}
|
|
208
209
|
}
|
|
209
210
|
},
|
|
210
211
|
"CertificateStatus":{
|
|
@@ -273,13 +274,22 @@
|
|
|
273
274
|
"min":1,
|
|
274
275
|
"pattern":"^(\\*\\.)?(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$"
|
|
275
276
|
},
|
|
277
|
+
"DomainStatus":{
|
|
278
|
+
"type":"string",
|
|
279
|
+
"enum":[
|
|
280
|
+
"PENDING_VALIDATION",
|
|
281
|
+
"SUCCESS",
|
|
282
|
+
"FAILED"
|
|
283
|
+
]
|
|
284
|
+
},
|
|
276
285
|
"DomainValidation":{
|
|
277
286
|
"type":"structure",
|
|
278
287
|
"required":["DomainName"],
|
|
279
288
|
"members":{
|
|
280
289
|
"DomainName":{"shape":"DomainNameString"},
|
|
281
290
|
"ValidationEmails":{"shape":"ValidationEmailList"},
|
|
282
|
-
"ValidationDomain":{"shape":"DomainNameString"}
|
|
291
|
+
"ValidationDomain":{"shape":"DomainNameString"},
|
|
292
|
+
"ValidationStatus":{"shape":"DomainStatus"}
|
|
283
293
|
}
|
|
284
294
|
},
|
|
285
295
|
"DomainValidationList":{
|
|
@@ -457,6 +467,26 @@
|
|
|
457
467
|
"Tags":{"shape":"TagList"}
|
|
458
468
|
}
|
|
459
469
|
},
|
|
470
|
+
"RenewalStatus":{
|
|
471
|
+
"type":"string",
|
|
472
|
+
"enum":[
|
|
473
|
+
"PENDING_AUTO_RENEWAL",
|
|
474
|
+
"PENDING_VALIDATION",
|
|
475
|
+
"SUCCESS",
|
|
476
|
+
"FAILED"
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
"RenewalSummary":{
|
|
480
|
+
"type":"structure",
|
|
481
|
+
"required":[
|
|
482
|
+
"RenewalStatus",
|
|
483
|
+
"DomainValidationOptions"
|
|
484
|
+
],
|
|
485
|
+
"members":{
|
|
486
|
+
"RenewalStatus":{"shape":"RenewalStatus"},
|
|
487
|
+
"DomainValidationOptions":{"shape":"DomainValidationList"}
|
|
488
|
+
}
|
|
489
|
+
},
|
|
460
490
|
"RequestCertificateRequest":{
|
|
461
491
|
"type":"structure",
|
|
462
492
|
"required":["DomainName"],
|
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.6.
|
|
4
|
+
version: 2.6.50
|
|
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-01-
|
|
11
|
+
date: 2017-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|