aws-sdk-core 2.7.10 → 2.7.11

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: 15a4d8b51b6cf7d0f3e8484f18674f28d9736885
4
- data.tar.gz: 26a8d9fc1ed2a445689b555fcf6d4b102fdd5aee
3
+ metadata.gz: c5ff1a53dfe920acfd2e2793475c6830c2668a8c
4
+ data.tar.gz: b35f84a9076e22a30fb237cc61bbf5e155ac6acf
5
5
  SHA512:
6
- metadata.gz: 38ea4880be7317c92c730449c935a5935dfa3ae37995ff7bbc355a716fda5da23df415e7bffc95b96d488502089b73bc8c40578614a8295015bfb0322dcc3428
7
- data.tar.gz: a634a4632a972de3d4ac7b719df2374538879e994765ca448f85032be2110fc840a9cd0e2da5d11c463d6143c25496a667afb44aeb28257a3f82b7400de1e309
6
+ metadata.gz: a126a087e6c7f537b41ca7c425bf3ad0a35122a832606e8b0d7cae4a86b7a0b333160068664f11d2e9f1224b918fd2766a87a9ca8a5c79e15593a1ae28d00ed2
7
+ data.tar.gz: bc2a0fe009755ef519716d01ff77b34adba5bda37fcfa3c11165f14e2465c29fcd33c022ba8e9427b1ff14c89a63b0e3a61d03f3bf3ba72143ca0638e3448071
@@ -24,6 +24,19 @@
24
24
  {"shape":"DirectConnectClientException"}
25
25
  ]
26
26
  },
27
+ "AllocateHostedConnection":{
28
+ "name":"AllocateHostedConnection",
29
+ "http":{
30
+ "method":"POST",
31
+ "requestUri":"/"
32
+ },
33
+ "input":{"shape":"AllocateHostedConnectionRequest"},
34
+ "output":{"shape":"Connection"},
35
+ "errors":[
36
+ {"shape":"DirectConnectServerException"},
37
+ {"shape":"DirectConnectClientException"}
38
+ ]
39
+ },
27
40
  "AllocatePrivateVirtualInterface":{
28
41
  "name":"AllocatePrivateVirtualInterface",
29
42
  "http":{
@@ -50,6 +63,45 @@
50
63
  {"shape":"DirectConnectClientException"}
51
64
  ]
52
65
  },
66
+ "AssociateConnectionWithLag":{
67
+ "name":"AssociateConnectionWithLag",
68
+ "http":{
69
+ "method":"POST",
70
+ "requestUri":"/"
71
+ },
72
+ "input":{"shape":"AssociateConnectionWithLagRequest"},
73
+ "output":{"shape":"Connection"},
74
+ "errors":[
75
+ {"shape":"DirectConnectServerException"},
76
+ {"shape":"DirectConnectClientException"}
77
+ ]
78
+ },
79
+ "AssociateHostedConnection":{
80
+ "name":"AssociateHostedConnection",
81
+ "http":{
82
+ "method":"POST",
83
+ "requestUri":"/"
84
+ },
85
+ "input":{"shape":"AssociateHostedConnectionRequest"},
86
+ "output":{"shape":"Connection"},
87
+ "errors":[
88
+ {"shape":"DirectConnectServerException"},
89
+ {"shape":"DirectConnectClientException"}
90
+ ]
91
+ },
92
+ "AssociateVirtualInterface":{
93
+ "name":"AssociateVirtualInterface",
94
+ "http":{
95
+ "method":"POST",
96
+ "requestUri":"/"
97
+ },
98
+ "input":{"shape":"AssociateVirtualInterfaceRequest"},
99
+ "output":{"shape":"VirtualInterface"},
100
+ "errors":[
101
+ {"shape":"DirectConnectServerException"},
102
+ {"shape":"DirectConnectClientException"}
103
+ ]
104
+ },
53
105
  "ConfirmConnection":{
54
106
  "name":"ConfirmConnection",
55
107
  "http":{
@@ -128,6 +180,19 @@
128
180
  {"shape":"DirectConnectClientException"}
129
181
  ]
130
182
  },
183
+ "CreateLag":{
184
+ "name":"CreateLag",
185
+ "http":{
186
+ "method":"POST",
187
+ "requestUri":"/"
188
+ },
189
+ "input":{"shape":"CreateLagRequest"},
190
+ "output":{"shape":"Lag"},
191
+ "errors":[
192
+ {"shape":"DirectConnectServerException"},
193
+ {"shape":"DirectConnectClientException"}
194
+ ]
195
+ },
131
196
  "CreatePrivateVirtualInterface":{
132
197
  "name":"CreatePrivateVirtualInterface",
133
198
  "http":{
@@ -193,6 +258,19 @@
193
258
  {"shape":"DirectConnectClientException"}
194
259
  ]
195
260
  },
261
+ "DeleteLag":{
262
+ "name":"DeleteLag",
263
+ "http":{
264
+ "method":"POST",
265
+ "requestUri":"/"
266
+ },
267
+ "input":{"shape":"DeleteLagRequest"},
268
+ "output":{"shape":"Lag"},
269
+ "errors":[
270
+ {"shape":"DirectConnectServerException"},
271
+ {"shape":"DirectConnectClientException"}
272
+ ]
273
+ },
196
274
  "DeleteVirtualInterface":{
197
275
  "name":"DeleteVirtualInterface",
198
276
  "http":{
@@ -245,6 +323,19 @@
245
323
  {"shape":"DirectConnectClientException"}
246
324
  ]
247
325
  },
326
+ "DescribeHostedConnections":{
327
+ "name":"DescribeHostedConnections",
328
+ "http":{
329
+ "method":"POST",
330
+ "requestUri":"/"
331
+ },
332
+ "input":{"shape":"DescribeHostedConnectionsRequest"},
333
+ "output":{"shape":"Connections"},
334
+ "errors":[
335
+ {"shape":"DirectConnectServerException"},
336
+ {"shape":"DirectConnectClientException"}
337
+ ]
338
+ },
248
339
  "DescribeInterconnectLoa":{
249
340
  "name":"DescribeInterconnectLoa",
250
341
  "http":{
@@ -271,6 +362,32 @@
271
362
  {"shape":"DirectConnectClientException"}
272
363
  ]
273
364
  },
365
+ "DescribeLags":{
366
+ "name":"DescribeLags",
367
+ "http":{
368
+ "method":"POST",
369
+ "requestUri":"/"
370
+ },
371
+ "input":{"shape":"DescribeLagsRequest"},
372
+ "output":{"shape":"Lags"},
373
+ "errors":[
374
+ {"shape":"DirectConnectServerException"},
375
+ {"shape":"DirectConnectClientException"}
376
+ ]
377
+ },
378
+ "DescribeLoa":{
379
+ "name":"DescribeLoa",
380
+ "http":{
381
+ "method":"POST",
382
+ "requestUri":"/"
383
+ },
384
+ "input":{"shape":"DescribeLoaRequest"},
385
+ "output":{"shape":"Loa"},
386
+ "errors":[
387
+ {"shape":"DirectConnectServerException"},
388
+ {"shape":"DirectConnectClientException"}
389
+ ]
390
+ },
274
391
  "DescribeLocations":{
275
392
  "name":"DescribeLocations",
276
393
  "http":{
@@ -321,6 +438,19 @@
321
438
  {"shape":"DirectConnectClientException"}
322
439
  ]
323
440
  },
441
+ "DisassociateConnectionFromLag":{
442
+ "name":"DisassociateConnectionFromLag",
443
+ "http":{
444
+ "method":"POST",
445
+ "requestUri":"/"
446
+ },
447
+ "input":{"shape":"DisassociateConnectionFromLagRequest"},
448
+ "output":{"shape":"Connection"},
449
+ "errors":[
450
+ {"shape":"DirectConnectServerException"},
451
+ {"shape":"DirectConnectClientException"}
452
+ ]
453
+ },
324
454
  "TagResource":{
325
455
  "name":"TagResource",
326
456
  "http":{
@@ -348,6 +478,19 @@
348
478
  {"shape":"DirectConnectServerException"},
349
479
  {"shape":"DirectConnectClientException"}
350
480
  ]
481
+ },
482
+ "UpdateLag":{
483
+ "name":"UpdateLag",
484
+ "http":{
485
+ "method":"POST",
486
+ "requestUri":"/"
487
+ },
488
+ "input":{"shape":"UpdateLagRequest"},
489
+ "output":{"shape":"Lag"},
490
+ "errors":[
491
+ {"shape":"DirectConnectServerException"},
492
+ {"shape":"DirectConnectClientException"}
493
+ ]
351
494
  }
352
495
  },
353
496
  "shapes":{
@@ -376,6 +519,23 @@
376
519
  "vlan":{"shape":"VLAN"}
377
520
  }
378
521
  },
522
+ "AllocateHostedConnectionRequest":{
523
+ "type":"structure",
524
+ "required":[
525
+ "connectionId",
526
+ "ownerAccount",
527
+ "bandwidth",
528
+ "connectionName",
529
+ "vlan"
530
+ ],
531
+ "members":{
532
+ "connectionId":{"shape":"ConnectionId"},
533
+ "ownerAccount":{"shape":"OwnerAccount"},
534
+ "bandwidth":{"shape":"Bandwidth"},
535
+ "connectionName":{"shape":"ConnectionName"},
536
+ "vlan":{"shape":"VLAN"}
537
+ }
538
+ },
379
539
  "AllocatePrivateVirtualInterfaceRequest":{
380
540
  "type":"structure",
381
541
  "required":[
@@ -403,6 +563,40 @@
403
563
  }
404
564
  },
405
565
  "AmazonAddress":{"type":"string"},
566
+ "AssociateConnectionWithLagRequest":{
567
+ "type":"structure",
568
+ "required":[
569
+ "connectionId",
570
+ "lagId"
571
+ ],
572
+ "members":{
573
+ "connectionId":{"shape":"ConnectionId"},
574
+ "lagId":{"shape":"LagId"}
575
+ }
576
+ },
577
+ "AssociateHostedConnectionRequest":{
578
+ "type":"structure",
579
+ "required":[
580
+ "connectionId",
581
+ "parentConnectionId"
582
+ ],
583
+ "members":{
584
+ "connectionId":{"shape":"ConnectionId"},
585
+ "parentConnectionId":{"shape":"ConnectionId"}
586
+ }
587
+ },
588
+ "AssociateVirtualInterfaceRequest":{
589
+ "type":"structure",
590
+ "required":[
591
+ "virtualInterfaceId",
592
+ "connectionId"
593
+ ],
594
+ "members":{
595
+ "virtualInterfaceId":{"shape":"VirtualInterfaceId"},
596
+ "connectionId":{"shape":"ConnectionId"}
597
+ }
598
+ },
599
+ "AwsDevice":{"type":"string"},
406
600
  "BGPAuthKey":{"type":"string"},
407
601
  "BGPPeer":{
408
602
  "type":"structure",
@@ -438,6 +632,7 @@
438
632
  ]
439
633
  },
440
634
  "Bandwidth":{"type":"string"},
635
+ "BooleanFlag":{"type":"boolean"},
441
636
  "CIDR":{"type":"string"},
442
637
  "ConfirmConnectionRequest":{
443
638
  "type":"structure",
@@ -494,7 +689,9 @@
494
689
  "bandwidth":{"shape":"Bandwidth"},
495
690
  "vlan":{"shape":"VLAN"},
496
691
  "partnerName":{"shape":"PartnerName"},
497
- "loaIssueTime":{"shape":"LoaIssueTime"}
692
+ "loaIssueTime":{"shape":"LoaIssueTime"},
693
+ "lagId":{"shape":"LagId"},
694
+ "awsDevice":{"shape":"AwsDevice"}
498
695
  }
499
696
  },
500
697
  "ConnectionId":{"type":"string"},
@@ -522,6 +719,7 @@
522
719
  "connections":{"shape":"ConnectionList"}
523
720
  }
524
721
  },
722
+ "Count":{"type":"integer"},
525
723
  "CreateBGPPeerRequest":{
526
724
  "type":"structure",
527
725
  "members":{
@@ -545,7 +743,8 @@
545
743
  "members":{
546
744
  "location":{"shape":"LocationCode"},
547
745
  "bandwidth":{"shape":"Bandwidth"},
548
- "connectionName":{"shape":"ConnectionName"}
746
+ "connectionName":{"shape":"ConnectionName"},
747
+ "lagId":{"shape":"LagId"}
549
748
  }
550
749
  },
551
750
  "CreateInterconnectRequest":{
@@ -558,7 +757,24 @@
558
757
  "members":{
559
758
  "interconnectName":{"shape":"InterconnectName"},
560
759
  "bandwidth":{"shape":"Bandwidth"},
561
- "location":{"shape":"LocationCode"}
760
+ "location":{"shape":"LocationCode"},
761
+ "lagId":{"shape":"LagId"}
762
+ }
763
+ },
764
+ "CreateLagRequest":{
765
+ "type":"structure",
766
+ "required":[
767
+ "numberOfConnections",
768
+ "location",
769
+ "connectionsBandwidth",
770
+ "lagName"
771
+ ],
772
+ "members":{
773
+ "numberOfConnections":{"shape":"Count"},
774
+ "location":{"shape":"LocationCode"},
775
+ "connectionsBandwidth":{"shape":"Bandwidth"},
776
+ "lagName":{"shape":"LagName"},
777
+ "connectionId":{"shape":"ConnectionId"}
562
778
  }
563
779
  },
564
780
  "CreatePrivateVirtualInterfaceRequest":{
@@ -618,6 +834,13 @@
618
834
  "interconnectState":{"shape":"InterconnectState"}
619
835
  }
620
836
  },
837
+ "DeleteLagRequest":{
838
+ "type":"structure",
839
+ "required":["lagId"],
840
+ "members":{
841
+ "lagId":{"shape":"LagId"}
842
+ }
843
+ },
621
844
  "DeleteVirtualInterfaceRequest":{
622
845
  "type":"structure",
623
846
  "required":["virtualInterfaceId"],
@@ -659,6 +882,13 @@
659
882
  "connectionId":{"shape":"ConnectionId"}
660
883
  }
661
884
  },
885
+ "DescribeHostedConnectionsRequest":{
886
+ "type":"structure",
887
+ "required":["connectionId"],
888
+ "members":{
889
+ "connectionId":{"shape":"ConnectionId"}
890
+ }
891
+ },
662
892
  "DescribeInterconnectLoaRequest":{
663
893
  "type":"structure",
664
894
  "required":["interconnectId"],
@@ -680,6 +910,21 @@
680
910
  "interconnectId":{"shape":"InterconnectId"}
681
911
  }
682
912
  },
913
+ "DescribeLagsRequest":{
914
+ "type":"structure",
915
+ "members":{
916
+ "lagId":{"shape":"LagId"}
917
+ }
918
+ },
919
+ "DescribeLoaRequest":{
920
+ "type":"structure",
921
+ "required":["connectionId"],
922
+ "members":{
923
+ "connectionId":{"shape":"ConnectionId"},
924
+ "providerName":{"shape":"ProviderName"},
925
+ "loaContentType":{"shape":"LoaContentType"}
926
+ }
927
+ },
683
928
  "DescribeTagsRequest":{
684
929
  "type":"structure",
685
930
  "required":["resourceArns"],
@@ -714,6 +959,17 @@
714
959
  },
715
960
  "exception":true
716
961
  },
962
+ "DisassociateConnectionFromLagRequest":{
963
+ "type":"structure",
964
+ "required":[
965
+ "connectionId",
966
+ "lagId"
967
+ ],
968
+ "members":{
969
+ "connectionId":{"shape":"ConnectionId"},
970
+ "lagId":{"shape":"LagId"}
971
+ }
972
+ },
717
973
  "DuplicateTagKeysException":{
718
974
  "type":"structure",
719
975
  "members":{
@@ -730,7 +986,9 @@
730
986
  "region":{"shape":"Region"},
731
987
  "location":{"shape":"LocationCode"},
732
988
  "bandwidth":{"shape":"Bandwidth"},
733
- "loaIssueTime":{"shape":"LoaIssueTime"}
989
+ "loaIssueTime":{"shape":"LoaIssueTime"},
990
+ "lagId":{"shape":"LagId"},
991
+ "awsDevice":{"shape":"AwsDevice"}
734
992
  }
735
993
  },
736
994
  "InterconnectId":{"type":"string"},
@@ -756,6 +1014,46 @@
756
1014
  "interconnects":{"shape":"InterconnectList"}
757
1015
  }
758
1016
  },
1017
+ "Lag":{
1018
+ "type":"structure",
1019
+ "members":{
1020
+ "connectionsBandwidth":{"shape":"Bandwidth"},
1021
+ "numberOfConnections":{"shape":"Count"},
1022
+ "lagId":{"shape":"LagId"},
1023
+ "ownerAccount":{"shape":"OwnerAccount"},
1024
+ "lagName":{"shape":"LagName"},
1025
+ "lagState":{"shape":"LagState"},
1026
+ "location":{"shape":"LocationCode"},
1027
+ "region":{"shape":"Region"},
1028
+ "minimumLinks":{"shape":"Count"},
1029
+ "awsDevice":{"shape":"AwsDevice"},
1030
+ "connections":{"shape":"ConnectionList"},
1031
+ "allowsHostedConnections":{"shape":"BooleanFlag"}
1032
+ }
1033
+ },
1034
+ "LagId":{"type":"string"},
1035
+ "LagList":{
1036
+ "type":"list",
1037
+ "member":{"shape":"Lag"}
1038
+ },
1039
+ "LagName":{"type":"string"},
1040
+ "LagState":{
1041
+ "type":"string",
1042
+ "enum":[
1043
+ "requested",
1044
+ "pending",
1045
+ "available",
1046
+ "down",
1047
+ "deleting",
1048
+ "deleted"
1049
+ ]
1050
+ },
1051
+ "Lags":{
1052
+ "type":"structure",
1053
+ "members":{
1054
+ "lags":{"shape":"LagList"}
1055
+ }
1056
+ },
759
1057
  "Loa":{
760
1058
  "type":"structure",
761
1059
  "members":{
@@ -968,6 +1266,15 @@
968
1266
  "members":{
969
1267
  }
970
1268
  },
1269
+ "UpdateLagRequest":{
1270
+ "type":"structure",
1271
+ "required":["lagId"],
1272
+ "members":{
1273
+ "lagId":{"shape":"LagId"},
1274
+ "lagName":{"shape":"LagName"},
1275
+ "minimumLinks":{"shape":"Count"}
1276
+ }
1277
+ },
971
1278
  "VLAN":{"type":"integer"},
972
1279
  "VirtualGateway":{
973
1280
  "type":"structure",
@@ -19,4 +19,4 @@
19
19
  "result_key": "virtualInterfaces"
20
20
  }
21
21
  }
22
- }
22
+ }
@@ -1,5 +1,7 @@
1
1
  require 'jmespath'
2
2
  require 'seahorse'
3
+ require_relative 'aws-sdk-core/structure'
4
+ require_relative 'aws-sdk-core/empty_structure'
3
5
 
4
6
  Seahorse::Util.irregular_inflections({
5
7
  'ARNs' => 'arns',
@@ -135,7 +137,6 @@ module Aws
135
137
  autoload :Deprecations, 'aws-sdk-core/deprecations'
136
138
  autoload :EagerLoader, 'aws-sdk-core/eager_loader'
137
139
  autoload :ECSCredentials, 'aws-sdk-core/ecs_credentials'
138
- autoload :EmptyStructure, 'aws-sdk-core/empty_structure'
139
140
  autoload :EndpointProvider, 'aws-sdk-core/endpoint_provider'
140
141
  autoload :Errors, 'aws-sdk-core/errors'
141
142
  autoload :IniParser, 'aws-sdk-core/ini_parser'
@@ -150,7 +151,6 @@ module Aws
150
151
  autoload :Service, 'aws-sdk-core/service'
151
152
  autoload :SharedConfig, 'aws-sdk-core/shared_config'
152
153
  autoload :SharedCredentials, 'aws-sdk-core/shared_credentials'
153
- autoload :Structure, 'aws-sdk-core/structure'
154
154
  autoload :TreeHash, 'aws-sdk-core/tree_hash'
155
155
  autoload :TypeBuilder, 'aws-sdk-core/type_builder'
156
156
  autoload :VERSION, 'aws-sdk-core/version'
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.7.10'
2
+ VERSION = '2.7.11'
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.7.10
4
+ version: 2.7.11
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-02-16 00:00:00.000000000 Z
11
+ date: 2017-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath