aws-sdk-core 2.6.49 → 2.6.50

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: e425df2a83c8736bd8bf147e4768a4537b867016
4
- data.tar.gz: cf835e587078ebc0266b4534878faa6fc1e753a2
3
+ metadata.gz: 933b2e09cad5beaca738e580ab7fdb23ba609b2d
4
+ data.tar.gz: 6e719d32c5f13173c091a97f4abe2e738efcd958
5
5
  SHA512:
6
- metadata.gz: ffc37a482633a1ebd8c419228f22fd90d193c6d3024f6b0d7d76d0e7a282462965fee2ba9d01eab85c723088ab49689b3484411ae43c61a6054d736291a2093a
7
- data.tar.gz: 5a434ed65aff79ae241e318bccbba82cb7b79f66f07a4702e9796cd476a9c45fd33eac96065689b7f146fd9ca4d2ecfa786a0ef702e60b4d0911d20bb12d4c3e
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"],
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
3
  "ListCertificates": {
4
- "limit_key": "MaxItems",
5
4
  "input_token": "NextToken",
5
+ "limit_key": "MaxItems",
6
6
  "output_token": "NextToken",
7
7
  "result_key": "CertificateSummaryList"
8
8
  }
9
9
  }
10
- }
10
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.49'
2
+ VERSION = '2.6.50'
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.6.49
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-19 00:00:00.000000000 Z
11
+ date: 2017-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath