aws-sdk-core 2.11.155 → 2.11.156

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: 56edc9c3d9d33b95f40fe405d8ef18597067e1e6
4
- data.tar.gz: 737254e6d94a88f29a423fb31a480c0cf19d12f0
3
+ metadata.gz: 6c61f0cb124a35d649db5f07dce3907a2e3c45e2
4
+ data.tar.gz: 5ca2628be0a39090844a2839b207be018ddc2840
5
5
  SHA512:
6
- metadata.gz: 210a8ff3f2ea6bc9e8a475823169effdf03e6f0dee781870cc3992d1b2a96ffa84a1ff5d5b56194125b7d216a3fd8d5d83913b1b135f587d3e8cabf810057118
7
- data.tar.gz: b388161ddeedff65d49fab757c3a571c67bf6b8e5f445685c60ae36004e95b842abf12082257f1c2fbf5c09c8d661cbb571d21f986628c1cf6caedabbd275255
6
+ metadata.gz: 49d7f706c5225dd8b22906263807e632d2fe6f230dafa07a4ea8b2efe87b4b52b89f69f74f5c6846ee484b6d5e35ba15644fb19ada37a5241b50e434681a7227
7
+ data.tar.gz: 743a6a5d11a6cf2db63a7c99b41b613eec805918dc27bf8a0380e0db8b092fb2f418d9c867ec980e4ce9c20b29986f8d73f1a5ef664bc794ae0a2e017a6b4381
@@ -39,6 +39,15 @@
39
39
  "input":{"shape":"AcceptVpcPeeringConnectionRequest"},
40
40
  "output":{"shape":"AcceptVpcPeeringConnectionResult"}
41
41
  },
42
+ "AdvertiseByoipCidr":{
43
+ "name":"AdvertiseByoipCidr",
44
+ "http":{
45
+ "method":"POST",
46
+ "requestUri":"/"
47
+ },
48
+ "input":{"shape":"AdvertiseByoipCidrRequest"},
49
+ "output":{"shape":"AdvertiseByoipCidrResult"}
50
+ },
42
51
  "AllocateAddress":{
43
52
  "name":"AllocateAddress",
44
53
  "http":{
@@ -890,6 +899,15 @@
890
899
  },
891
900
  "input":{"shape":"DeleteVpnGatewayRequest"}
892
901
  },
902
+ "DeprovisionByoipCidr":{
903
+ "name":"DeprovisionByoipCidr",
904
+ "http":{
905
+ "method":"POST",
906
+ "requestUri":"/"
907
+ },
908
+ "input":{"shape":"DeprovisionByoipCidrRequest"},
909
+ "output":{"shape":"DeprovisionByoipCidrResult"}
910
+ },
893
911
  "DeregisterImage":{
894
912
  "name":"DeregisterImage",
895
913
  "http":{
@@ -943,6 +961,15 @@
943
961
  "input":{"shape":"DescribeBundleTasksRequest"},
944
962
  "output":{"shape":"DescribeBundleTasksResult"}
945
963
  },
964
+ "DescribeByoipCidrs":{
965
+ "name":"DescribeByoipCidrs",
966
+ "http":{
967
+ "method":"POST",
968
+ "requestUri":"/"
969
+ },
970
+ "input":{"shape":"DescribeByoipCidrsRequest"},
971
+ "output":{"shape":"DescribeByoipCidrsResult"}
972
+ },
946
973
  "DescribeClassicLinkInstances":{
947
974
  "name":"DescribeClassicLinkInstances",
948
975
  "http":{
@@ -1303,6 +1330,15 @@
1303
1330
  "input":{"shape":"DescribePrincipalIdFormatRequest"},
1304
1331
  "output":{"shape":"DescribePrincipalIdFormatResult"}
1305
1332
  },
1333
+ "DescribePublicIpv4Pools":{
1334
+ "name":"DescribePublicIpv4Pools",
1335
+ "http":{
1336
+ "method":"POST",
1337
+ "requestUri":"/"
1338
+ },
1339
+ "input":{"shape":"DescribePublicIpv4PoolsRequest"},
1340
+ "output":{"shape":"DescribePublicIpv4PoolsResult"}
1341
+ },
1306
1342
  "DescribeRegions":{
1307
1343
  "name":"DescribeRegions",
1308
1344
  "http":{
@@ -2114,6 +2150,15 @@
2114
2150
  "input":{"shape":"MoveAddressToVpcRequest"},
2115
2151
  "output":{"shape":"MoveAddressToVpcResult"}
2116
2152
  },
2153
+ "ProvisionByoipCidr":{
2154
+ "name":"ProvisionByoipCidr",
2155
+ "http":{
2156
+ "method":"POST",
2157
+ "requestUri":"/"
2158
+ },
2159
+ "input":{"shape":"ProvisionByoipCidrRequest"},
2160
+ "output":{"shape":"ProvisionByoipCidrResult"}
2161
+ },
2117
2162
  "PurchaseHostReservation":{
2118
2163
  "name":"PurchaseHostReservation",
2119
2164
  "http":{
@@ -2416,6 +2461,15 @@
2416
2461
  },
2417
2462
  "input":{"shape":"UpdateSecurityGroupRuleDescriptionsIngressRequest"},
2418
2463
  "output":{"shape":"UpdateSecurityGroupRuleDescriptionsIngressResult"}
2464
+ },
2465
+ "WithdrawByoipCidr":{
2466
+ "name":"WithdrawByoipCidr",
2467
+ "http":{
2468
+ "method":"POST",
2469
+ "requestUri":"/"
2470
+ },
2471
+ "input":{"shape":"WithdrawByoipCidrRequest"},
2472
+ "output":{"shape":"WithdrawByoipCidrResult"}
2419
2473
  }
2420
2474
  },
2421
2475
  "shapes":{
@@ -2614,6 +2668,10 @@
2614
2668
  "Tags":{
2615
2669
  "shape":"TagList",
2616
2670
  "locationName":"tagSet"
2671
+ },
2672
+ "PublicIpv4Pool":{
2673
+ "shape":"String",
2674
+ "locationName":"publicIpv4Pool"
2617
2675
  }
2618
2676
  }
2619
2677
  },
@@ -2624,6 +2682,23 @@
2624
2682
  "locationName":"item"
2625
2683
  }
2626
2684
  },
2685
+ "AdvertiseByoipCidrRequest":{
2686
+ "type":"structure",
2687
+ "required":["Cidr"],
2688
+ "members":{
2689
+ "Cidr":{"shape":"String"},
2690
+ "DryRun":{"shape":"Boolean"}
2691
+ }
2692
+ },
2693
+ "AdvertiseByoipCidrResult":{
2694
+ "type":"structure",
2695
+ "members":{
2696
+ "ByoipCidr":{
2697
+ "shape":"ByoipCidr",
2698
+ "locationName":"byoipCidr"
2699
+ }
2700
+ }
2701
+ },
2627
2702
  "Affinity":{
2628
2703
  "type":"string",
2629
2704
  "enum":[
@@ -2636,6 +2711,7 @@
2636
2711
  "members":{
2637
2712
  "Domain":{"shape":"DomainType"},
2638
2713
  "Address":{"shape":"String"},
2714
+ "PublicIpv4Pool":{"shape":"String"},
2639
2715
  "DryRun":{
2640
2716
  "shape":"Boolean",
2641
2717
  "locationName":"dryRun"
@@ -2653,6 +2729,10 @@
2653
2729
  "shape":"String",
2654
2730
  "locationName":"allocationId"
2655
2731
  },
2732
+ "PublicIpv4Pool":{
2733
+ "shape":"String",
2734
+ "locationName":"publicIpv4Pool"
2735
+ },
2656
2736
  "Domain":{
2657
2737
  "shape":"DomainType",
2658
2738
  "locationName":"domain"
@@ -3437,6 +3517,46 @@
3437
3517
  "failed"
3438
3518
  ]
3439
3519
  },
3520
+ "ByoipCidr":{
3521
+ "type":"structure",
3522
+ "members":{
3523
+ "Cidr":{
3524
+ "shape":"String",
3525
+ "locationName":"cidr"
3526
+ },
3527
+ "Description":{
3528
+ "shape":"String",
3529
+ "locationName":"description"
3530
+ },
3531
+ "StatusMessage":{
3532
+ "shape":"String",
3533
+ "locationName":"statusMessage"
3534
+ },
3535
+ "State":{
3536
+ "shape":"ByoipCidrState",
3537
+ "locationName":"state"
3538
+ }
3539
+ }
3540
+ },
3541
+ "ByoipCidrSet":{
3542
+ "type":"list",
3543
+ "member":{
3544
+ "shape":"ByoipCidr",
3545
+ "locationName":"item"
3546
+ }
3547
+ },
3548
+ "ByoipCidrState":{
3549
+ "type":"string",
3550
+ "enum":[
3551
+ "advertised",
3552
+ "deprovisioned",
3553
+ "failed-deprovision",
3554
+ "failed-provision",
3555
+ "pending-deprovision",
3556
+ "pending-provision",
3557
+ "provisioned"
3558
+ ]
3559
+ },
3440
3560
  "CancelBatchErrorCode":{
3441
3561
  "type":"string",
3442
3562
  "enum":[
@@ -3695,6 +3815,17 @@
3695
3815
  "locationName":"item"
3696
3816
  }
3697
3817
  },
3818
+ "CidrAuthorizationContext":{
3819
+ "type":"structure",
3820
+ "required":[
3821
+ "Message",
3822
+ "Signature"
3823
+ ],
3824
+ "members":{
3825
+ "Message":{"shape":"String"},
3826
+ "Signature":{"shape":"String"}
3827
+ }
3828
+ },
3698
3829
  "CidrBlock":{
3699
3830
  "type":"structure",
3700
3831
  "members":{
@@ -5800,6 +5931,23 @@
5800
5931
  }
5801
5932
  }
5802
5933
  },
5934
+ "DeprovisionByoipCidrRequest":{
5935
+ "type":"structure",
5936
+ "required":["Cidr"],
5937
+ "members":{
5938
+ "Cidr":{"shape":"String"},
5939
+ "DryRun":{"shape":"Boolean"}
5940
+ }
5941
+ },
5942
+ "DeprovisionByoipCidrResult":{
5943
+ "type":"structure",
5944
+ "members":{
5945
+ "ByoipCidr":{
5946
+ "shape":"ByoipCidr",
5947
+ "locationName":"byoipCidr"
5948
+ }
5949
+ }
5950
+ },
5803
5951
  "DeregisterImageRequest":{
5804
5952
  "type":"structure",
5805
5953
  "required":["ImageId"],
@@ -5934,6 +6082,28 @@
5934
6082
  }
5935
6083
  }
5936
6084
  },
6085
+ "DescribeByoipCidrsRequest":{
6086
+ "type":"structure",
6087
+ "required":["MaxResults"],
6088
+ "members":{
6089
+ "DryRun":{"shape":"Boolean"},
6090
+ "MaxResults":{"shape":"MaxResults"},
6091
+ "NextToken":{"shape":"NextToken"}
6092
+ }
6093
+ },
6094
+ "DescribeByoipCidrsResult":{
6095
+ "type":"structure",
6096
+ "members":{
6097
+ "ByoipCidrs":{
6098
+ "shape":"ByoipCidrSet",
6099
+ "locationName":"byoipCidrSet"
6100
+ },
6101
+ "NextToken":{
6102
+ "shape":"String",
6103
+ "locationName":"nextToken"
6104
+ }
6105
+ }
6106
+ },
5937
6107
  "DescribeClassicLinkInstancesRequest":{
5938
6108
  "type":"structure",
5939
6109
  "members":{
@@ -7070,6 +7240,30 @@
7070
7240
  }
7071
7241
  }
7072
7242
  },
7243
+ "DescribePublicIpv4PoolsRequest":{
7244
+ "type":"structure",
7245
+ "members":{
7246
+ "PoolIds":{
7247
+ "shape":"ValueStringList",
7248
+ "locationName":"PoolId"
7249
+ },
7250
+ "NextToken":{"shape":"NextToken"},
7251
+ "MaxResults":{"shape":"PoolMaxResults"}
7252
+ }
7253
+ },
7254
+ "DescribePublicIpv4PoolsResult":{
7255
+ "type":"structure",
7256
+ "members":{
7257
+ "PublicIpv4Pools":{
7258
+ "shape":"PublicIpv4PoolSet",
7259
+ "locationName":"publicIpv4PoolSet"
7260
+ },
7261
+ "NextToken":{
7262
+ "shape":"String",
7263
+ "locationName":"nextToken"
7264
+ }
7265
+ }
7266
+ },
7073
7267
  "DescribeRegionsRequest":{
7074
7268
  "type":"structure",
7075
7269
  "members":{
@@ -14177,6 +14371,11 @@
14177
14371
  "type":"string",
14178
14372
  "enum":["Windows"]
14179
14373
  },
14374
+ "PoolMaxResults":{
14375
+ "type":"integer",
14376
+ "max":10,
14377
+ "min":1
14378
+ },
14180
14379
  "PortRange":{
14181
14380
  "type":"structure",
14182
14381
  "members":{
@@ -14432,6 +14631,25 @@
14432
14631
  "locationName":"item"
14433
14632
  }
14434
14633
  },
14634
+ "ProvisionByoipCidrRequest":{
14635
+ "type":"structure",
14636
+ "required":["Cidr"],
14637
+ "members":{
14638
+ "Cidr":{"shape":"String"},
14639
+ "CidrAuthorizationContext":{"shape":"CidrAuthorizationContext"},
14640
+ "Description":{"shape":"String"},
14641
+ "DryRun":{"shape":"Boolean"}
14642
+ }
14643
+ },
14644
+ "ProvisionByoipCidrResult":{
14645
+ "type":"structure",
14646
+ "members":{
14647
+ "ByoipCidr":{
14648
+ "shape":"ByoipCidr",
14649
+ "locationName":"byoipCidr"
14650
+ }
14651
+ }
14652
+ },
14435
14653
  "ProvisionedBandwidth":{
14436
14654
  "type":"structure",
14437
14655
  "members":{
@@ -14464,6 +14682,66 @@
14464
14682
  "locationName":"PublicIp"
14465
14683
  }
14466
14684
  },
14685
+ "PublicIpv4Pool":{
14686
+ "type":"structure",
14687
+ "members":{
14688
+ "PoolId":{
14689
+ "shape":"String",
14690
+ "locationName":"poolId"
14691
+ },
14692
+ "Description":{
14693
+ "shape":"String",
14694
+ "locationName":"description"
14695
+ },
14696
+ "PoolAddressRanges":{
14697
+ "shape":"PublicIpv4PoolRangeSet",
14698
+ "locationName":"poolAddressRangeSet"
14699
+ },
14700
+ "TotalAddressCount":{
14701
+ "shape":"Integer",
14702
+ "locationName":"totalAddressCount"
14703
+ },
14704
+ "TotalAvailableAddressCount":{
14705
+ "shape":"Integer",
14706
+ "locationName":"totalAvailableAddressCount"
14707
+ }
14708
+ }
14709
+ },
14710
+ "PublicIpv4PoolRange":{
14711
+ "type":"structure",
14712
+ "members":{
14713
+ "FirstAddress":{
14714
+ "shape":"String",
14715
+ "locationName":"firstAddress"
14716
+ },
14717
+ "LastAddress":{
14718
+ "shape":"String",
14719
+ "locationName":"lastAddress"
14720
+ },
14721
+ "AddressCount":{
14722
+ "shape":"Integer",
14723
+ "locationName":"addressCount"
14724
+ },
14725
+ "AvailableAddressCount":{
14726
+ "shape":"Integer",
14727
+ "locationName":"availableAddressCount"
14728
+ }
14729
+ }
14730
+ },
14731
+ "PublicIpv4PoolRangeSet":{
14732
+ "type":"list",
14733
+ "member":{
14734
+ "shape":"PublicIpv4PoolRange",
14735
+ "locationName":"item"
14736
+ }
14737
+ },
14738
+ "PublicIpv4PoolSet":{
14739
+ "type":"list",
14740
+ "member":{
14741
+ "shape":"PublicIpv4Pool",
14742
+ "locationName":"item"
14743
+ }
14744
+ },
14467
14745
  "Purchase":{
14468
14746
  "type":"structure",
14469
14747
  "members":{
@@ -19471,6 +19749,23 @@
19471
19749
  "PreSharedKey":{"shape":"String"}
19472
19750
  }
19473
19751
  },
19752
+ "WithdrawByoipCidrRequest":{
19753
+ "type":"structure",
19754
+ "required":["Cidr"],
19755
+ "members":{
19756
+ "Cidr":{"shape":"String"},
19757
+ "DryRun":{"shape":"Boolean"}
19758
+ }
19759
+ },
19760
+ "WithdrawByoipCidrResult":{
19761
+ "type":"structure",
19762
+ "members":{
19763
+ "ByoipCidr":{
19764
+ "shape":"ByoipCidr",
19765
+ "locationName":"byoipCidr"
19766
+ }
19767
+ }
19768
+ },
19474
19769
  "ZoneNameStringList":{
19475
19770
  "type":"list",
19476
19771
  "member":{
@@ -887,7 +887,7 @@
887
887
  "From": 53,
888
888
  "To": 53
889
889
  },
890
- "Protocol": "udp",
890
+ "Protocol": "17",
891
891
  "RuleAction": "allow",
892
892
  "RuleNumber": 100
893
893
  },
@@ -4398,7 +4398,7 @@
4398
4398
  "From": 53,
4399
4399
  "To": 53
4400
4400
  },
4401
- "Protocol": "udp",
4401
+ "Protocol": "17",
4402
4402
  "RuleAction": "allow",
4403
4403
  "RuleNumber": 100
4404
4404
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.155'
2
+ VERSION = '2.11.156'
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.155
4
+ version: 2.11.156
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-10-22 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath