aws-sdk-core 2.10.61 → 2.10.62

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4771f84bb93fe61f5ff9605b04bc2abad03789a
4
- data.tar.gz: b958da332f66e15ad753c4df3df3c009ab00419e
3
+ metadata.gz: 0eb27c10eafa96065d99cf7815140ada576bc8f4
4
+ data.tar.gz: 1d7aa70dc6f0817b1e73c01d537782d3efe7926d
5
5
  SHA512:
6
- metadata.gz: 3eafffbdaf3413be87b84f930b44ab3943279aa6086974f8a21a56cf29c691a62e7aa85ab1379a954eace840078ab5e35e1ec3d1b14e66d9768df9ff60d1599e
7
- data.tar.gz: fc7c244dd8647d56f9b97fd1a299f955dbc4b7d97a6190e3e2e94daf73b19b76775e1ead3760432aa816fdcdaa4de1027f0e283cf6bdf10cae9bbff997d76822
6
+ metadata.gz: ede91c73b5302eff45a1fcdbe0fe9a05fa0c07ef36452935fb9299d56d3c79f8802c25e96ad2a163ad4db337c0f264f8f723cb133345b5afb9e69a0c3439884e
7
+ data.tar.gz: 99121b1329aa603433928fe9a24c7a263f3886ec78f7f9ff2ba8b9f5dd703419509029f6c2635826f41af7ab280fbc5c16ab5b5e01ccc00e744e5d7d746ed3f9
@@ -4468,6 +4468,7 @@
4468
4468
  "members":{
4469
4469
  "AvailabilityZone":{"shape":"String"},
4470
4470
  "Type":{"shape":"GatewayType"},
4471
+ "AmazonSideAsn":{"shape":"Long"},
4471
4472
  "DryRun":{
4472
4473
  "shape":"Boolean",
4473
4474
  "locationName":"dryRun"
@@ -16297,6 +16298,10 @@
16297
16298
  "shape":"String",
16298
16299
  "locationName":"vpnGatewayId"
16299
16300
  },
16301
+ "AmazonSideAsn":{
16302
+ "shape":"Long",
16303
+ "locationName":"amazonSideAsn"
16304
+ },
16300
16305
  "Tags":{
16301
16306
  "shape":"TagList",
16302
16307
  "locationName":"tagSet"
@@ -11,6 +11,23 @@
11
11
  "xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"
12
12
  },
13
13
  "operations":{
14
+ "AddListenerCertificates":{
15
+ "name":"AddListenerCertificates",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"AddListenerCertificatesInput"},
21
+ "output":{
22
+ "shape":"AddListenerCertificatesOutput",
23
+ "resultWrapper":"AddListenerCertificatesResult"
24
+ },
25
+ "errors":[
26
+ {"shape":"ListenerNotFoundException"},
27
+ {"shape":"TooManyCertificatesException"},
28
+ {"shape":"CertificateNotFoundException"}
29
+ ]
30
+ },
14
31
  "AddTags":{
15
32
  "name":"AddTags",
16
33
  "http":{
@@ -213,6 +230,21 @@
213
230
  "resultWrapper":"DescribeAccountLimitsResult"
214
231
  }
215
232
  },
233
+ "DescribeListenerCertificates":{
234
+ "name":"DescribeListenerCertificates",
235
+ "http":{
236
+ "method":"POST",
237
+ "requestUri":"/"
238
+ },
239
+ "input":{"shape":"DescribeListenerCertificatesInput"},
240
+ "output":{
241
+ "shape":"DescribeListenerCertificatesOutput",
242
+ "resultWrapper":"DescribeListenerCertificatesResult"
243
+ },
244
+ "errors":[
245
+ {"shape":"ListenerNotFoundException"}
246
+ ]
247
+ },
216
248
  "DescribeListeners":{
217
249
  "name":"DescribeListeners",
218
250
  "http":{
@@ -470,6 +502,22 @@
470
502
  {"shape":"TooManyRegistrationsForTargetIdException"}
471
503
  ]
472
504
  },
505
+ "RemoveListenerCertificates":{
506
+ "name":"RemoveListenerCertificates",
507
+ "http":{
508
+ "method":"POST",
509
+ "requestUri":"/"
510
+ },
511
+ "input":{"shape":"RemoveListenerCertificatesInput"},
512
+ "output":{
513
+ "shape":"RemoveListenerCertificatesOutput",
514
+ "resultWrapper":"RemoveListenerCertificatesResult"
515
+ },
516
+ "errors":[
517
+ {"shape":"ListenerNotFoundException"},
518
+ {"shape":"OperationNotPermittedException"}
519
+ ]
520
+ },
473
521
  "RemoveTags":{
474
522
  "name":"RemoveTags",
475
523
  "http":{
@@ -581,6 +629,23 @@
581
629
  "type":"list",
582
630
  "member":{"shape":"Action"}
583
631
  },
632
+ "AddListenerCertificatesInput":{
633
+ "type":"structure",
634
+ "required":[
635
+ "ListenerArn",
636
+ "Certificates"
637
+ ],
638
+ "members":{
639
+ "ListenerArn":{"shape":"ListenerArn"},
640
+ "Certificates":{"shape":"CertificateList"}
641
+ }
642
+ },
643
+ "AddListenerCertificatesOutput":{
644
+ "type":"structure",
645
+ "members":{
646
+ "Certificates":{"shape":"CertificateList"}
647
+ }
648
+ },
584
649
  "AddTagsInput":{
585
650
  "type":"structure",
586
651
  "required":[
@@ -636,7 +701,8 @@
636
701
  "Certificate":{
637
702
  "type":"structure",
638
703
  "members":{
639
- "CertificateArn":{"shape":"CertificateArn"}
704
+ "CertificateArn":{"shape":"CertificateArn"},
705
+ "IsDefault":{"shape":"Default"}
640
706
  }
641
707
  },
642
708
  "CertificateArn":{"type":"string"},
@@ -768,6 +834,7 @@
768
834
  },
769
835
  "CreatedTime":{"type":"timestamp"},
770
836
  "DNSName":{"type":"string"},
837
+ "Default":{"type":"boolean"},
771
838
  "DeleteListenerInput":{
772
839
  "type":"structure",
773
840
  "required":["ListenerArn"],
@@ -846,6 +913,22 @@
846
913
  "NextMarker":{"shape":"Marker"}
847
914
  }
848
915
  },
916
+ "DescribeListenerCertificatesInput":{
917
+ "type":"structure",
918
+ "required":["ListenerArn"],
919
+ "members":{
920
+ "ListenerArn":{"shape":"ListenerArn"},
921
+ "Marker":{"shape":"Marker"},
922
+ "PageSize":{"shape":"PageSize"}
923
+ }
924
+ },
925
+ "DescribeListenerCertificatesOutput":{
926
+ "type":"structure",
927
+ "members":{
928
+ "Certificates":{"shape":"CertificateList"},
929
+ "NextMarker":{"shape":"Marker"}
930
+ }
931
+ },
849
932
  "DescribeListenersInput":{
850
933
  "type":"structure",
851
934
  "members":{
@@ -1436,6 +1519,22 @@
1436
1519
  "members":{
1437
1520
  }
1438
1521
  },
1522
+ "RemoveListenerCertificatesInput":{
1523
+ "type":"structure",
1524
+ "required":[
1525
+ "ListenerArn",
1526
+ "Certificates"
1527
+ ],
1528
+ "members":{
1529
+ "ListenerArn":{"shape":"ListenerArn"},
1530
+ "Certificates":{"shape":"CertificateList"}
1531
+ }
1532
+ },
1533
+ "RemoveListenerCertificatesOutput":{
1534
+ "type":"structure",
1535
+ "members":{
1536
+ }
1537
+ },
1439
1538
  "RemoveTagsInput":{
1440
1539
  "type":"structure",
1441
1540
  "required":[
@@ -452,7 +452,8 @@
452
452
  "DescribeNodeAssociationStatusResponse":{
453
453
  "type":"structure",
454
454
  "members":{
455
- "NodeAssociationStatus":{"shape":"NodeAssociationStatus"}
455
+ "NodeAssociationStatus":{"shape":"NodeAssociationStatus"},
456
+ "EngineAttributes":{"shape":"EngineAttributes"}
456
457
  }
457
458
  },
458
459
  "DescribeServersRequest":{
@@ -665,7 +666,8 @@
665
666
  "type":"structure",
666
667
  "required":["ServerName"],
667
668
  "members":{
668
- "ServerName":{"shape":"ServerName"}
669
+ "ServerName":{"shape":"ServerName"},
670
+ "EngineAttributes":{"shape":"EngineAttributes"}
669
671
  }
670
672
  },
671
673
  "StartMaintenanceResponse":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.61'
2
+ VERSION = '2.10.62'
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.10.61
4
+ version: 2.10.62
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-10-06 00:00:00.000000000 Z
11
+ date: 2017-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath