aws-sdk-core 2.11.22 → 2.11.23

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: d4dc6b2594203cafda33a7df2e78834eba2e10c3
4
- data.tar.gz: 0cea6489c00f2608b14231f43a8b52c3d8d6ea8c
3
+ metadata.gz: 89fc1f28a6eedf4ade01aa5781bdcb42c6cf5848
4
+ data.tar.gz: 17aabf578004a4f23109696b6c06339c5d224f80
5
5
  SHA512:
6
- metadata.gz: 8bb8fedcf56f74aac879d734976ff75f87dd79239967e9f71bc22c18dcaaef5a1bbc385b71b427a9b29c1181c06a156de6cdc22f1a32cce0794da5473ab30fe8
7
- data.tar.gz: 9a9ab21c9790703ef1a9d69c5bd4cc2e1a6000691badfa63ac42d80725a8ca8056e5d80036a0282cca8d0f29df740d37bbff28064b282cff074f62c491d80234
6
+ metadata.gz: c44ae9fdd1035fcc0f89ad35731505f5a4037df12d5f6f7e9192e6e37397bacf92d358f4303f4868ebcbfa112ecc625ef35dff77e49b9ec578011f2a9eafbf0e
7
+ data.tar.gz: b17e024c00d25c121cfe3fb234f8b83933221f63f5b7848e99dfecb11a9c2be795b87ef6ae9b25818ad1e9b7deb7f3832a25bc66961399c45bcd94972f84ecb4
@@ -140,6 +140,21 @@
140
140
  {"shape":"InvalidArnException"},
141
141
  {"shape":"InvalidDomainValidationOptionsException"}
142
142
  ]
143
+ },
144
+ "UpdateCertificateOptions":{
145
+ "name":"UpdateCertificateOptions",
146
+ "http":{
147
+ "method":"POST",
148
+ "requestUri":"/"
149
+ },
150
+ "input":{"shape":"UpdateCertificateOptionsRequest"},
151
+ "errors":[
152
+ {"shape":"ResourceNotFoundException"},
153
+ {"shape":"InvalidArnException"},
154
+ {"shape":"LimitExceededException"},
155
+ {"shape":"InvalidStateException"},
156
+ {"shape":"InvalidArnException"}
157
+ ]
143
158
  }
144
159
  },
145
160
  "shapes":{
@@ -207,7 +222,14 @@
207
222
  "Type":{"shape":"CertificateType"},
208
223
  "RenewalSummary":{"shape":"RenewalSummary"},
209
224
  "KeyUsages":{"shape":"KeyUsageList"},
210
- "ExtendedKeyUsages":{"shape":"ExtendedKeyUsageList"}
225
+ "ExtendedKeyUsages":{"shape":"ExtendedKeyUsageList"},
226
+ "Options":{"shape":"CertificateOptions"}
227
+ }
228
+ },
229
+ "CertificateOptions":{
230
+ "type":"structure",
231
+ "members":{
232
+ "CertificateTransparencyLoggingPreference":{"shape":"CertificateTransparencyLoggingPreference"}
211
233
  }
212
234
  },
213
235
  "CertificateStatus":{
@@ -237,6 +259,13 @@
237
259
  "type":"list",
238
260
  "member":{"shape":"CertificateSummary"}
239
261
  },
262
+ "CertificateTransparencyLoggingPreference":{
263
+ "type":"string",
264
+ "enum":[
265
+ "ENABLED",
266
+ "DISABLED"
267
+ ]
268
+ },
240
269
  "CertificateType":{
241
270
  "type":"string",
242
271
  "enum":[
@@ -582,7 +611,8 @@
582
611
  "ValidationMethod":{"shape":"ValidationMethod"},
583
612
  "SubjectAlternativeNames":{"shape":"DomainList"},
584
613
  "IdempotencyToken":{"shape":"IdempotencyToken"},
585
- "DomainValidationOptions":{"shape":"DomainValidationOptionList"}
614
+ "DomainValidationOptions":{"shape":"DomainValidationOptionList"},
615
+ "Options":{"shape":"CertificateOptions"}
586
616
  }
587
617
  },
588
618
  "RequestCertificateResponse":{
@@ -688,6 +718,17 @@
688
718
  },
689
719
  "exception":true
690
720
  },
721
+ "UpdateCertificateOptionsRequest":{
722
+ "type":"structure",
723
+ "required":[
724
+ "CertificateArn",
725
+ "Options"
726
+ ],
727
+ "members":{
728
+ "CertificateArn":{"shape":"Arn"},
729
+ "Options":{"shape":"CertificateOptions"}
730
+ }
731
+ },
691
732
  "ValidationEmailList":{
692
733
  "type":"list",
693
734
  "member":{"shape":"String"}
@@ -1651,6 +1651,7 @@
1651
1651
  "endpoints" : {
1652
1652
  "ap-northeast-1" : { },
1653
1653
  "ap-south-1" : { },
1654
+ "ap-southeast-1" : { },
1654
1655
  "ap-southeast-2" : { },
1655
1656
  "ca-central-1" : { },
1656
1657
  "eu-central-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.22'
2
+ VERSION = '2.11.23'
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.11.22
4
+ version: 2.11.23
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: 2018-03-26 00:00:00.000000000 Z
11
+ date: 2018-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath