aws-sdk-ec2 1.77.0 → 1.78.0

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: d5fa705d069b4b9813adec9a434993635c9b7467
4
- data.tar.gz: a00aeda9d7d180a9aa12c5349c709ea04b9219ca
3
+ metadata.gz: 23a73bbddb94d6307342ab10af581aef62627c2c
4
+ data.tar.gz: 7fbd374c00a5b456b80913e5663f6cf03dae5c34
5
5
  SHA512:
6
- metadata.gz: 965bdd26845ce26f5e1c6857f08420023ce092764e3d289cd56770e63b5516785a742293b28064e6ff919693f4172d601231930f5d45f6dbe46d9b4a073154bf
7
- data.tar.gz: b8b88fa5ad27bbddbe6e1817510c3b544d2fe7d124a081c013004a2325429353ea00beffc8afee40622bd686229fc4171b89f18742bc421043f775095101506d
6
+ metadata.gz: 6e8a1ee7a7caf5c94c7034406b1ff5c6bdb8c612f82ea53825936fa84901c0c8b82b91f19cdce7ecfface3e7021af14d9fae9d6673bc4a0cbcdc910b3e758406
7
+ data.tar.gz: 31e8e00e7be282d7007ac6ed1e364903e2db4bd39c08868c94e24a54d39a678e1c519ea03751cc6262268a84da9efe0e94c54690f7d0396d77fd516adf391efe
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.77.0'
68
+ GEM_VERSION = '1.78.0'
69
69
 
70
70
  end
@@ -30022,7 +30022,7 @@ module Aws::EC2
30022
30022
  params: params,
30023
30023
  config: config)
30024
30024
  context[:gem_name] = 'aws-sdk-ec2'
30025
- context[:gem_version] = '1.77.0'
30025
+ context[:gem_version] = '1.78.0'
30026
30026
  Seahorse::Client::Request.new(handlers, context)
30027
30027
  end
30028
30028
 
@@ -8588,6 +8588,12 @@ module Aws::EC2
8588
8588
  o.http_request_uri = "/"
8589
8589
  o.input = Shapes::ShapeRef.new(shape: DescribeByoipCidrsRequest)
8590
8590
  o.output = Shapes::ShapeRef.new(shape: DescribeByoipCidrsResult)
8591
+ o[:pager] = Aws::Pager.new(
8592
+ limit_key: "max_results",
8593
+ tokens: {
8594
+ "next_token" => "next_token"
8595
+ }
8596
+ )
8591
8597
  end)
8592
8598
 
8593
8599
  api.add_operation(:describe_capacity_reservations, Seahorse::Model::Operation.new.tap do |o|
@@ -8596,6 +8602,12 @@ module Aws::EC2
8596
8602
  o.http_request_uri = "/"
8597
8603
  o.input = Shapes::ShapeRef.new(shape: DescribeCapacityReservationsRequest)
8598
8604
  o.output = Shapes::ShapeRef.new(shape: DescribeCapacityReservationsResult)
8605
+ o[:pager] = Aws::Pager.new(
8606
+ limit_key: "max_results",
8607
+ tokens: {
8608
+ "next_token" => "next_token"
8609
+ }
8610
+ )
8599
8611
  end)
8600
8612
 
8601
8613
  api.add_operation(:describe_classic_link_instances, Seahorse::Model::Operation.new.tap do |o|
@@ -8604,6 +8616,12 @@ module Aws::EC2
8604
8616
  o.http_request_uri = "/"
8605
8617
  o.input = Shapes::ShapeRef.new(shape: DescribeClassicLinkInstancesRequest)
8606
8618
  o.output = Shapes::ShapeRef.new(shape: DescribeClassicLinkInstancesResult)
8619
+ o[:pager] = Aws::Pager.new(
8620
+ limit_key: "max_results",
8621
+ tokens: {
8622
+ "next_token" => "next_token"
8623
+ }
8624
+ )
8607
8625
  end)
8608
8626
 
8609
8627
  api.add_operation(:describe_client_vpn_authorization_rules, Seahorse::Model::Operation.new.tap do |o|
@@ -8612,6 +8630,12 @@ module Aws::EC2
8612
8630
  o.http_request_uri = "/"
8613
8631
  o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnAuthorizationRulesRequest)
8614
8632
  o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnAuthorizationRulesResult)
8633
+ o[:pager] = Aws::Pager.new(
8634
+ limit_key: "max_results",
8635
+ tokens: {
8636
+ "next_token" => "next_token"
8637
+ }
8638
+ )
8615
8639
  end)
8616
8640
 
8617
8641
  api.add_operation(:describe_client_vpn_connections, Seahorse::Model::Operation.new.tap do |o|
@@ -8620,6 +8644,12 @@ module Aws::EC2
8620
8644
  o.http_request_uri = "/"
8621
8645
  o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnConnectionsRequest)
8622
8646
  o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnConnectionsResult)
8647
+ o[:pager] = Aws::Pager.new(
8648
+ limit_key: "max_results",
8649
+ tokens: {
8650
+ "next_token" => "next_token"
8651
+ }
8652
+ )
8623
8653
  end)
8624
8654
 
8625
8655
  api.add_operation(:describe_client_vpn_endpoints, Seahorse::Model::Operation.new.tap do |o|
@@ -8628,6 +8658,12 @@ module Aws::EC2
8628
8658
  o.http_request_uri = "/"
8629
8659
  o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnEndpointsRequest)
8630
8660
  o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnEndpointsResult)
8661
+ o[:pager] = Aws::Pager.new(
8662
+ limit_key: "max_results",
8663
+ tokens: {
8664
+ "next_token" => "next_token"
8665
+ }
8666
+ )
8631
8667
  end)
8632
8668
 
8633
8669
  api.add_operation(:describe_client_vpn_routes, Seahorse::Model::Operation.new.tap do |o|
@@ -8636,6 +8672,12 @@ module Aws::EC2
8636
8672
  o.http_request_uri = "/"
8637
8673
  o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnRoutesRequest)
8638
8674
  o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnRoutesResult)
8675
+ o[:pager] = Aws::Pager.new(
8676
+ limit_key: "max_results",
8677
+ tokens: {
8678
+ "next_token" => "next_token"
8679
+ }
8680
+ )
8639
8681
  end)
8640
8682
 
8641
8683
  api.add_operation(:describe_client_vpn_target_networks, Seahorse::Model::Operation.new.tap do |o|
@@ -8644,6 +8686,12 @@ module Aws::EC2
8644
8686
  o.http_request_uri = "/"
8645
8687
  o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnTargetNetworksRequest)
8646
8688
  o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnTargetNetworksResult)
8689
+ o[:pager] = Aws::Pager.new(
8690
+ limit_key: "max_results",
8691
+ tokens: {
8692
+ "next_token" => "next_token"
8693
+ }
8694
+ )
8647
8695
  end)
8648
8696
 
8649
8697
  api.add_operation(:describe_conversion_tasks, Seahorse::Model::Operation.new.tap do |o|
@@ -8676,6 +8724,12 @@ module Aws::EC2
8676
8724
  o.http_request_uri = "/"
8677
8725
  o.input = Shapes::ShapeRef.new(shape: DescribeEgressOnlyInternetGatewaysRequest)
8678
8726
  o.output = Shapes::ShapeRef.new(shape: DescribeEgressOnlyInternetGatewaysResult)
8727
+ o[:pager] = Aws::Pager.new(
8728
+ limit_key: "max_results",
8729
+ tokens: {
8730
+ "next_token" => "next_token"
8731
+ }
8732
+ )
8679
8733
  end)
8680
8734
 
8681
8735
  api.add_operation(:describe_elastic_gpus, Seahorse::Model::Operation.new.tap do |o|
@@ -8716,6 +8770,12 @@ module Aws::EC2
8716
8770
  o.http_request_uri = "/"
8717
8771
  o.input = Shapes::ShapeRef.new(shape: DescribeFleetsRequest)
8718
8772
  o.output = Shapes::ShapeRef.new(shape: DescribeFleetsResult)
8773
+ o[:pager] = Aws::Pager.new(
8774
+ limit_key: "max_results",
8775
+ tokens: {
8776
+ "next_token" => "next_token"
8777
+ }
8778
+ )
8719
8779
  end)
8720
8780
 
8721
8781
  api.add_operation(:describe_flow_logs, Seahorse::Model::Operation.new.tap do |o|
@@ -8724,6 +8784,12 @@ module Aws::EC2
8724
8784
  o.http_request_uri = "/"
8725
8785
  o.input = Shapes::ShapeRef.new(shape: DescribeFlowLogsRequest)
8726
8786
  o.output = Shapes::ShapeRef.new(shape: DescribeFlowLogsResult)
8787
+ o[:pager] = Aws::Pager.new(
8788
+ limit_key: "max_results",
8789
+ tokens: {
8790
+ "next_token" => "next_token"
8791
+ }
8792
+ )
8727
8793
  end)
8728
8794
 
8729
8795
  api.add_operation(:describe_fpga_image_attribute, Seahorse::Model::Operation.new.tap do |o|
@@ -8740,6 +8806,12 @@ module Aws::EC2
8740
8806
  o.http_request_uri = "/"
8741
8807
  o.input = Shapes::ShapeRef.new(shape: DescribeFpgaImagesRequest)
8742
8808
  o.output = Shapes::ShapeRef.new(shape: DescribeFpgaImagesResult)
8809
+ o[:pager] = Aws::Pager.new(
8810
+ limit_key: "max_results",
8811
+ tokens: {
8812
+ "next_token" => "next_token"
8813
+ }
8814
+ )
8743
8815
  end)
8744
8816
 
8745
8817
  api.add_operation(:describe_host_reservation_offerings, Seahorse::Model::Operation.new.tap do |o|
@@ -8748,6 +8820,12 @@ module Aws::EC2
8748
8820
  o.http_request_uri = "/"
8749
8821
  o.input = Shapes::ShapeRef.new(shape: DescribeHostReservationOfferingsRequest)
8750
8822
  o.output = Shapes::ShapeRef.new(shape: DescribeHostReservationOfferingsResult)
8823
+ o[:pager] = Aws::Pager.new(
8824
+ limit_key: "max_results",
8825
+ tokens: {
8826
+ "next_token" => "next_token"
8827
+ }
8828
+ )
8751
8829
  end)
8752
8830
 
8753
8831
  api.add_operation(:describe_host_reservations, Seahorse::Model::Operation.new.tap do |o|
@@ -8756,6 +8834,12 @@ module Aws::EC2
8756
8834
  o.http_request_uri = "/"
8757
8835
  o.input = Shapes::ShapeRef.new(shape: DescribeHostReservationsRequest)
8758
8836
  o.output = Shapes::ShapeRef.new(shape: DescribeHostReservationsResult)
8837
+ o[:pager] = Aws::Pager.new(
8838
+ limit_key: "max_results",
8839
+ tokens: {
8840
+ "next_token" => "next_token"
8841
+ }
8842
+ )
8759
8843
  end)
8760
8844
 
8761
8845
  api.add_operation(:describe_hosts, Seahorse::Model::Operation.new.tap do |o|
@@ -8764,6 +8848,12 @@ module Aws::EC2
8764
8848
  o.http_request_uri = "/"
8765
8849
  o.input = Shapes::ShapeRef.new(shape: DescribeHostsRequest)
8766
8850
  o.output = Shapes::ShapeRef.new(shape: DescribeHostsResult)
8851
+ o[:pager] = Aws::Pager.new(
8852
+ limit_key: "max_results",
8853
+ tokens: {
8854
+ "next_token" => "next_token"
8855
+ }
8856
+ )
8767
8857
  end)
8768
8858
 
8769
8859
  api.add_operation(:describe_iam_instance_profile_associations, Seahorse::Model::Operation.new.tap do |o|
@@ -8772,6 +8862,12 @@ module Aws::EC2
8772
8862
  o.http_request_uri = "/"
8773
8863
  o.input = Shapes::ShapeRef.new(shape: DescribeIamInstanceProfileAssociationsRequest)
8774
8864
  o.output = Shapes::ShapeRef.new(shape: DescribeIamInstanceProfileAssociationsResult)
8865
+ o[:pager] = Aws::Pager.new(
8866
+ limit_key: "max_results",
8867
+ tokens: {
8868
+ "next_token" => "next_token"
8869
+ }
8870
+ )
8775
8871
  end)
8776
8872
 
8777
8873
  api.add_operation(:describe_id_format, Seahorse::Model::Operation.new.tap do |o|
@@ -8812,6 +8908,12 @@ module Aws::EC2
8812
8908
  o.http_request_uri = "/"
8813
8909
  o.input = Shapes::ShapeRef.new(shape: DescribeImportImageTasksRequest)
8814
8910
  o.output = Shapes::ShapeRef.new(shape: DescribeImportImageTasksResult)
8911
+ o[:pager] = Aws::Pager.new(
8912
+ limit_key: "max_results",
8913
+ tokens: {
8914
+ "next_token" => "next_token"
8915
+ }
8916
+ )
8815
8917
  end)
8816
8918
 
8817
8919
  api.add_operation(:describe_import_snapshot_tasks, Seahorse::Model::Operation.new.tap do |o|
@@ -8820,6 +8922,12 @@ module Aws::EC2
8820
8922
  o.http_request_uri = "/"
8821
8923
  o.input = Shapes::ShapeRef.new(shape: DescribeImportSnapshotTasksRequest)
8822
8924
  o.output = Shapes::ShapeRef.new(shape: DescribeImportSnapshotTasksResult)
8925
+ o[:pager] = Aws::Pager.new(
8926
+ limit_key: "max_results",
8927
+ tokens: {
8928
+ "next_token" => "next_token"
8929
+ }
8930
+ )
8823
8931
  end)
8824
8932
 
8825
8933
  api.add_operation(:describe_instance_attribute, Seahorse::Model::Operation.new.tap do |o|
@@ -8836,6 +8944,12 @@ module Aws::EC2
8836
8944
  o.http_request_uri = "/"
8837
8945
  o.input = Shapes::ShapeRef.new(shape: DescribeInstanceCreditSpecificationsRequest)
8838
8946
  o.output = Shapes::ShapeRef.new(shape: DescribeInstanceCreditSpecificationsResult)
8947
+ o[:pager] = Aws::Pager.new(
8948
+ limit_key: "max_results",
8949
+ tokens: {
8950
+ "next_token" => "next_token"
8951
+ }
8952
+ )
8839
8953
  end)
8840
8954
 
8841
8955
  api.add_operation(:describe_instance_status, Seahorse::Model::Operation.new.tap do |o|
@@ -8894,6 +9008,12 @@ module Aws::EC2
8894
9008
  o.http_request_uri = "/"
8895
9009
  o.input = Shapes::ShapeRef.new(shape: DescribeLaunchTemplateVersionsRequest)
8896
9010
  o.output = Shapes::ShapeRef.new(shape: DescribeLaunchTemplateVersionsResult)
9011
+ o[:pager] = Aws::Pager.new(
9012
+ limit_key: "max_results",
9013
+ tokens: {
9014
+ "next_token" => "next_token"
9015
+ }
9016
+ )
8897
9017
  end)
8898
9018
 
8899
9019
  api.add_operation(:describe_launch_templates, Seahorse::Model::Operation.new.tap do |o|
@@ -8902,6 +9022,12 @@ module Aws::EC2
8902
9022
  o.http_request_uri = "/"
8903
9023
  o.input = Shapes::ShapeRef.new(shape: DescribeLaunchTemplatesRequest)
8904
9024
  o.output = Shapes::ShapeRef.new(shape: DescribeLaunchTemplatesResult)
9025
+ o[:pager] = Aws::Pager.new(
9026
+ limit_key: "max_results",
9027
+ tokens: {
9028
+ "next_token" => "next_token"
9029
+ }
9030
+ )
8905
9031
  end)
8906
9032
 
8907
9033
  api.add_operation(:describe_moving_addresses, Seahorse::Model::Operation.new.tap do |o|
@@ -8910,6 +9036,12 @@ module Aws::EC2
8910
9036
  o.http_request_uri = "/"
8911
9037
  o.input = Shapes::ShapeRef.new(shape: DescribeMovingAddressesRequest)
8912
9038
  o.output = Shapes::ShapeRef.new(shape: DescribeMovingAddressesResult)
9039
+ o[:pager] = Aws::Pager.new(
9040
+ limit_key: "max_results",
9041
+ tokens: {
9042
+ "next_token" => "next_token"
9043
+ }
9044
+ )
8913
9045
  end)
8914
9046
 
8915
9047
  api.add_operation(:describe_nat_gateways, Seahorse::Model::Operation.new.tap do |o|
@@ -8954,6 +9086,12 @@ module Aws::EC2
8954
9086
  o.http_request_uri = "/"
8955
9087
  o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInterfacePermissionsRequest)
8956
9088
  o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInterfacePermissionsResult)
9089
+ o[:pager] = Aws::Pager.new(
9090
+ limit_key: "max_results",
9091
+ tokens: {
9092
+ "next_token" => "next_token"
9093
+ }
9094
+ )
8957
9095
  end)
8958
9096
 
8959
9097
  api.add_operation(:describe_network_interfaces, Seahorse::Model::Operation.new.tap do |o|
@@ -8984,6 +9122,12 @@ module Aws::EC2
8984
9122
  o.http_request_uri = "/"
8985
9123
  o.input = Shapes::ShapeRef.new(shape: DescribePrefixListsRequest)
8986
9124
  o.output = Shapes::ShapeRef.new(shape: DescribePrefixListsResult)
9125
+ o[:pager] = Aws::Pager.new(
9126
+ limit_key: "max_results",
9127
+ tokens: {
9128
+ "next_token" => "next_token"
9129
+ }
9130
+ )
8987
9131
  end)
8988
9132
 
8989
9133
  api.add_operation(:describe_principal_id_format, Seahorse::Model::Operation.new.tap do |o|
@@ -8992,6 +9136,12 @@ module Aws::EC2
8992
9136
  o.http_request_uri = "/"
8993
9137
  o.input = Shapes::ShapeRef.new(shape: DescribePrincipalIdFormatRequest)
8994
9138
  o.output = Shapes::ShapeRef.new(shape: DescribePrincipalIdFormatResult)
9139
+ o[:pager] = Aws::Pager.new(
9140
+ limit_key: "max_results",
9141
+ tokens: {
9142
+ "next_token" => "next_token"
9143
+ }
9144
+ )
8995
9145
  end)
8996
9146
 
8997
9147
  api.add_operation(:describe_public_ipv_4_pools, Seahorse::Model::Operation.new.tap do |o|
@@ -9000,6 +9150,12 @@ module Aws::EC2
9000
9150
  o.http_request_uri = "/"
9001
9151
  o.input = Shapes::ShapeRef.new(shape: DescribePublicIpv4PoolsRequest)
9002
9152
  o.output = Shapes::ShapeRef.new(shape: DescribePublicIpv4PoolsResult)
9153
+ o[:pager] = Aws::Pager.new(
9154
+ limit_key: "max_results",
9155
+ tokens: {
9156
+ "next_token" => "next_token"
9157
+ }
9158
+ )
9003
9159
  end)
9004
9160
 
9005
9161
  api.add_operation(:describe_regions, Seahorse::Model::Operation.new.tap do |o|
@@ -9073,6 +9229,12 @@ module Aws::EC2
9073
9229
  o.http_request_uri = "/"
9074
9230
  o.input = Shapes::ShapeRef.new(shape: DescribeScheduledInstanceAvailabilityRequest)
9075
9231
  o.output = Shapes::ShapeRef.new(shape: DescribeScheduledInstanceAvailabilityResult)
9232
+ o[:pager] = Aws::Pager.new(
9233
+ limit_key: "max_results",
9234
+ tokens: {
9235
+ "next_token" => "next_token"
9236
+ }
9237
+ )
9076
9238
  end)
9077
9239
 
9078
9240
  api.add_operation(:describe_scheduled_instances, Seahorse::Model::Operation.new.tap do |o|
@@ -9081,6 +9243,12 @@ module Aws::EC2
9081
9243
  o.http_request_uri = "/"
9082
9244
  o.input = Shapes::ShapeRef.new(shape: DescribeScheduledInstancesRequest)
9083
9245
  o.output = Shapes::ShapeRef.new(shape: DescribeScheduledInstancesResult)
9246
+ o[:pager] = Aws::Pager.new(
9247
+ limit_key: "max_results",
9248
+ tokens: {
9249
+ "next_token" => "next_token"
9250
+ }
9251
+ )
9084
9252
  end)
9085
9253
 
9086
9254
  api.add_operation(:describe_security_group_references, Seahorse::Model::Operation.new.tap do |o|
@@ -9171,6 +9339,12 @@ module Aws::EC2
9171
9339
  o.http_request_uri = "/"
9172
9340
  o.input = Shapes::ShapeRef.new(shape: DescribeSpotInstanceRequestsRequest)
9173
9341
  o.output = Shapes::ShapeRef.new(shape: DescribeSpotInstanceRequestsResult)
9342
+ o[:pager] = Aws::Pager.new(
9343
+ limit_key: "max_results",
9344
+ tokens: {
9345
+ "next_token" => "next_token"
9346
+ }
9347
+ )
9174
9348
  end)
9175
9349
 
9176
9350
  api.add_operation(:describe_spot_price_history, Seahorse::Model::Operation.new.tap do |o|
@@ -9193,6 +9367,12 @@ module Aws::EC2
9193
9367
  o.http_request_uri = "/"
9194
9368
  o.input = Shapes::ShapeRef.new(shape: DescribeStaleSecurityGroupsRequest)
9195
9369
  o.output = Shapes::ShapeRef.new(shape: DescribeStaleSecurityGroupsResult)
9370
+ o[:pager] = Aws::Pager.new(
9371
+ limit_key: "max_results",
9372
+ tokens: {
9373
+ "next_token" => "next_token"
9374
+ }
9375
+ )
9196
9376
  end)
9197
9377
 
9198
9378
  api.add_operation(:describe_subnets, Seahorse::Model::Operation.new.tap do |o|
@@ -9223,6 +9403,12 @@ module Aws::EC2
9223
9403
  o.http_request_uri = "/"
9224
9404
  o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayAttachmentsRequest)
9225
9405
  o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayAttachmentsResult)
9406
+ o[:pager] = Aws::Pager.new(
9407
+ limit_key: "max_results",
9408
+ tokens: {
9409
+ "next_token" => "next_token"
9410
+ }
9411
+ )
9226
9412
  end)
9227
9413
 
9228
9414
  api.add_operation(:describe_transit_gateway_route_tables, Seahorse::Model::Operation.new.tap do |o|
@@ -9231,6 +9417,12 @@ module Aws::EC2
9231
9417
  o.http_request_uri = "/"
9232
9418
  o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayRouteTablesRequest)
9233
9419
  o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayRouteTablesResult)
9420
+ o[:pager] = Aws::Pager.new(
9421
+ limit_key: "max_results",
9422
+ tokens: {
9423
+ "next_token" => "next_token"
9424
+ }
9425
+ )
9234
9426
  end)
9235
9427
 
9236
9428
  api.add_operation(:describe_transit_gateway_vpc_attachments, Seahorse::Model::Operation.new.tap do |o|
@@ -9239,6 +9431,12 @@ module Aws::EC2
9239
9431
  o.http_request_uri = "/"
9240
9432
  o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayVpcAttachmentsRequest)
9241
9433
  o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayVpcAttachmentsResult)
9434
+ o[:pager] = Aws::Pager.new(
9435
+ limit_key: "max_results",
9436
+ tokens: {
9437
+ "next_token" => "next_token"
9438
+ }
9439
+ )
9242
9440
  end)
9243
9441
 
9244
9442
  api.add_operation(:describe_transit_gateways, Seahorse::Model::Operation.new.tap do |o|
@@ -9247,6 +9445,12 @@ module Aws::EC2
9247
9445
  o.http_request_uri = "/"
9248
9446
  o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewaysRequest)
9249
9447
  o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewaysResult)
9448
+ o[:pager] = Aws::Pager.new(
9449
+ limit_key: "max_results",
9450
+ tokens: {
9451
+ "next_token" => "next_token"
9452
+ }
9453
+ )
9250
9454
  end)
9251
9455
 
9252
9456
  api.add_operation(:describe_volume_attribute, Seahorse::Model::Operation.new.tap do |o|
@@ -9291,6 +9495,12 @@ module Aws::EC2
9291
9495
  o.http_request_uri = "/"
9292
9496
  o.input = Shapes::ShapeRef.new(shape: DescribeVolumesModificationsRequest)
9293
9497
  o.output = Shapes::ShapeRef.new(shape: DescribeVolumesModificationsResult)
9498
+ o[:pager] = Aws::Pager.new(
9499
+ limit_key: "max_results",
9500
+ tokens: {
9501
+ "next_token" => "next_token"
9502
+ }
9503
+ )
9294
9504
  end)
9295
9505
 
9296
9506
  api.add_operation(:describe_vpc_attribute, Seahorse::Model::Operation.new.tap do |o|
@@ -9315,6 +9525,12 @@ module Aws::EC2
9315
9525
  o.http_request_uri = "/"
9316
9526
  o.input = Shapes::ShapeRef.new(shape: DescribeVpcClassicLinkDnsSupportRequest)
9317
9527
  o.output = Shapes::ShapeRef.new(shape: DescribeVpcClassicLinkDnsSupportResult)
9528
+ o[:pager] = Aws::Pager.new(
9529
+ limit_key: "max_results",
9530
+ tokens: {
9531
+ "next_token" => "next_token"
9532
+ }
9533
+ )
9318
9534
  end)
9319
9535
 
9320
9536
  api.add_operation(:describe_vpc_endpoint_connection_notifications, Seahorse::Model::Operation.new.tap do |o|
@@ -9323,6 +9539,12 @@ module Aws::EC2
9323
9539
  o.http_request_uri = "/"
9324
9540
  o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointConnectionNotificationsRequest)
9325
9541
  o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointConnectionNotificationsResult)
9542
+ o[:pager] = Aws::Pager.new(
9543
+ limit_key: "max_results",
9544
+ tokens: {
9545
+ "next_token" => "next_token"
9546
+ }
9547
+ )
9326
9548
  end)
9327
9549
 
9328
9550
  api.add_operation(:describe_vpc_endpoint_connections, Seahorse::Model::Operation.new.tap do |o|
@@ -9331,6 +9553,12 @@ module Aws::EC2
9331
9553
  o.http_request_uri = "/"
9332
9554
  o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointConnectionsRequest)
9333
9555
  o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointConnectionsResult)
9556
+ o[:pager] = Aws::Pager.new(
9557
+ limit_key: "max_results",
9558
+ tokens: {
9559
+ "next_token" => "next_token"
9560
+ }
9561
+ )
9334
9562
  end)
9335
9563
 
9336
9564
  api.add_operation(:describe_vpc_endpoint_service_configurations, Seahorse::Model::Operation.new.tap do |o|
@@ -9339,6 +9567,12 @@ module Aws::EC2
9339
9567
  o.http_request_uri = "/"
9340
9568
  o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointServiceConfigurationsRequest)
9341
9569
  o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointServiceConfigurationsResult)
9570
+ o[:pager] = Aws::Pager.new(
9571
+ limit_key: "max_results",
9572
+ tokens: {
9573
+ "next_token" => "next_token"
9574
+ }
9575
+ )
9342
9576
  end)
9343
9577
 
9344
9578
  api.add_operation(:describe_vpc_endpoint_service_permissions, Seahorse::Model::Operation.new.tap do |o|
@@ -9347,6 +9581,12 @@ module Aws::EC2
9347
9581
  o.http_request_uri = "/"
9348
9582
  o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointServicePermissionsRequest)
9349
9583
  o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointServicePermissionsResult)
9584
+ o[:pager] = Aws::Pager.new(
9585
+ limit_key: "max_results",
9586
+ tokens: {
9587
+ "next_token" => "next_token"
9588
+ }
9589
+ )
9350
9590
  end)
9351
9591
 
9352
9592
  api.add_operation(:describe_vpc_endpoint_services, Seahorse::Model::Operation.new.tap do |o|
@@ -9363,6 +9603,12 @@ module Aws::EC2
9363
9603
  o.http_request_uri = "/"
9364
9604
  o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointsRequest)
9365
9605
  o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointsResult)
9606
+ o[:pager] = Aws::Pager.new(
9607
+ limit_key: "max_results",
9608
+ tokens: {
9609
+ "next_token" => "next_token"
9610
+ }
9611
+ )
9366
9612
  end)
9367
9613
 
9368
9614
  api.add_operation(:describe_vpc_peering_connections, Seahorse::Model::Operation.new.tap do |o|
@@ -9655,6 +9901,12 @@ module Aws::EC2
9655
9901
  o.http_request_uri = "/"
9656
9902
  o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayAttachmentPropagationsRequest)
9657
9903
  o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayAttachmentPropagationsResult)
9904
+ o[:pager] = Aws::Pager.new(
9905
+ limit_key: "max_results",
9906
+ tokens: {
9907
+ "next_token" => "next_token"
9908
+ }
9909
+ )
9658
9910
  end)
9659
9911
 
9660
9912
  api.add_operation(:get_transit_gateway_route_table_associations, Seahorse::Model::Operation.new.tap do |o|
@@ -9663,6 +9915,12 @@ module Aws::EC2
9663
9915
  o.http_request_uri = "/"
9664
9916
  o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayRouteTableAssociationsRequest)
9665
9917
  o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayRouteTableAssociationsResult)
9918
+ o[:pager] = Aws::Pager.new(
9919
+ limit_key: "max_results",
9920
+ tokens: {
9921
+ "next_token" => "next_token"
9922
+ }
9923
+ )
9666
9924
  end)
9667
9925
 
9668
9926
  api.add_operation(:get_transit_gateway_route_table_propagations, Seahorse::Model::Operation.new.tap do |o|
@@ -9671,6 +9929,12 @@ module Aws::EC2
9671
9929
  o.http_request_uri = "/"
9672
9930
  o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayRouteTablePropagationsRequest)
9673
9931
  o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayRouteTablePropagationsResult)
9932
+ o[:pager] = Aws::Pager.new(
9933
+ limit_key: "max_results",
9934
+ tokens: {
9935
+ "next_token" => "next_token"
9936
+ }
9937
+ )
9674
9938
  end)
9675
9939
 
9676
9940
  api.add_operation(:import_client_vpn_client_certificate_revocation_list, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
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: 2019-03-27 00:00:00.000000000 Z
11
+ date: 2019-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4