aws-sdk-ec2 1.519.0 → 1.522.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.
data/sig/client.rbs CHANGED
@@ -650,6 +650,7 @@ module Aws
650
650
  ena_srd_udp_enabled: bool?
651
651
  }?
652
652
  },
653
+ ?ena_queue_count: ::Integer,
653
654
  ?dry_run: bool,
654
655
  network_interface_id: ::String,
655
656
  instance_id: ::String,
@@ -1708,7 +1709,8 @@ module Aws
1708
1709
  kms_key_id: ::String?,
1709
1710
  throughput: ::Integer?,
1710
1711
  outpost_arn: ::String?,
1711
- encrypted: bool?
1712
+ encrypted: bool?,
1713
+ volume_initialization_rate: ::Integer?
1712
1714
  }?,
1713
1715
  no_device: ::String?,
1714
1716
  device_name: ::String?,
@@ -2035,7 +2037,8 @@ module Aws
2035
2037
  snapshot_id: ::String?,
2036
2038
  volume_size: ::Integer?,
2037
2039
  volume_type: ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")?,
2038
- throughput: ::Integer?
2040
+ throughput: ::Integer?,
2041
+ volume_initialization_rate: ::Integer?
2039
2042
  }?,
2040
2043
  no_device: ::String?
2041
2044
  },
@@ -2089,7 +2092,8 @@ module Aws
2089
2092
  tcp_established_timeout: ::Integer?,
2090
2093
  udp_stream_timeout: ::Integer?,
2091
2094
  udp_timeout: ::Integer?
2092
- }?
2095
+ }?,
2096
+ ena_queue_count: ::Integer?
2093
2097
  },
2094
2098
  ]?,
2095
2099
  image_id: ::String?,
@@ -2307,7 +2311,8 @@ module Aws
2307
2311
  snapshot_id: ::String?,
2308
2312
  volume_size: ::Integer?,
2309
2313
  volume_type: ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")?,
2310
- throughput: ::Integer?
2314
+ throughput: ::Integer?,
2315
+ volume_initialization_rate: ::Integer?
2311
2316
  }?,
2312
2317
  no_device: ::String?
2313
2318
  },
@@ -2361,7 +2366,8 @@ module Aws
2361
2366
  tcp_established_timeout: ::Integer?,
2362
2367
  udp_stream_timeout: ::Integer?,
2363
2368
  udp_timeout: ::Integer?
2364
- }?
2369
+ }?,
2370
+ ena_queue_count: ::Integer?
2365
2371
  },
2366
2372
  ]?,
2367
2373
  image_id: ::String?,
@@ -3081,7 +3087,8 @@ module Aws
3081
3087
  },
3082
3088
  ],
3083
3089
  ?image_id: ::String,
3084
- ?delete_replaced_root_volume: bool
3090
+ ?delete_replaced_root_volume: bool,
3091
+ ?volume_initialization_rate: ::Integer
3085
3092
  ) -> _CreateReplaceRootVolumeTaskResponseSuccess
3086
3093
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReplaceRootVolumeTaskResponseSuccess
3087
3094
 
@@ -4040,6 +4047,7 @@ module Aws
4040
4047
  def throughput: () -> ::Integer
4041
4048
  def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
4042
4049
  def operator: () -> Types::OperatorResponse
4050
+ def volume_initialization_rate: () -> ::Integer
4043
4051
  def volume_id: () -> ::String
4044
4052
  def size: () -> ::Integer
4045
4053
  def snapshot_id: () -> ::String
@@ -4074,6 +4082,7 @@ module Aws
4074
4082
  ?multi_attach_enabled: bool,
4075
4083
  ?throughput: ::Integer,
4076
4084
  ?client_token: ::String,
4085
+ ?volume_initialization_rate: ::Integer,
4077
4086
  ?operator: {
4078
4087
  principal: ::String?
4079
4088
  },
@@ -11364,6 +11373,8 @@ module Aws
11364
11373
  },
11365
11374
  ?groups: Array[::String],
11366
11375
  ?attachment: {
11376
+ default_ena_queue_count: bool?,
11377
+ ena_queue_count: ::Integer?,
11367
11378
  attachment_id: ::String?,
11368
11379
  delete_on_termination: bool?
11369
11380
  }
@@ -12488,7 +12499,8 @@ module Aws
12488
12499
  kms_key_id: ::String?,
12489
12500
  throughput: ::Integer?,
12490
12501
  outpost_arn: ::String?,
12491
- encrypted: bool?
12502
+ encrypted: bool?,
12503
+ volume_initialization_rate: ::Integer?
12492
12504
  }?,
12493
12505
  no_device: ::String?,
12494
12506
  device_name: ::String?,
@@ -12814,7 +12826,8 @@ module Aws
12814
12826
  kms_key_id: ::String?,
12815
12827
  throughput: ::Integer?,
12816
12828
  outpost_arn: ::String?,
12817
- encrypted: bool?
12829
+ encrypted: bool?,
12830
+ volume_initialization_rate: ::Integer?
12818
12831
  }?,
12819
12832
  no_device: ::String?,
12820
12833
  device_name: ::String?,
@@ -12883,7 +12896,8 @@ module Aws
12883
12896
  tcp_established_timeout: ::Integer?,
12884
12897
  udp_stream_timeout: ::Integer?,
12885
12898
  udp_timeout: ::Integer?
12886
- }?
12899
+ }?,
12900
+ ena_queue_count: ::Integer?
12887
12901
  },
12888
12902
  ]?,
12889
12903
  placement: {
@@ -13124,7 +13138,8 @@ module Aws
13124
13138
  kms_key_id: ::String?,
13125
13139
  throughput: ::Integer?,
13126
13140
  outpost_arn: ::String?,
13127
- encrypted: bool?
13141
+ encrypted: bool?,
13142
+ volume_initialization_rate: ::Integer?
13128
13143
  }?,
13129
13144
  no_device: ::String?,
13130
13145
  device_name: ::String?,
@@ -13193,7 +13208,8 @@ module Aws
13193
13208
  tcp_established_timeout: ::Integer?,
13194
13209
  udp_stream_timeout: ::Integer?,
13195
13210
  udp_timeout: ::Integer?
13196
- }?
13211
+ }?,
13212
+ ena_queue_count: ::Integer?
13197
13213
  },
13198
13214
  ]?,
13199
13215
  placement: {
@@ -13517,7 +13533,8 @@ module Aws
13517
13533
  kms_key_id: ::String?,
13518
13534
  throughput: ::Integer?,
13519
13535
  outpost_arn: ::String?,
13520
- encrypted: bool?
13536
+ encrypted: bool?,
13537
+ volume_initialization_rate: ::Integer?
13521
13538
  }?,
13522
13539
  no_device: ::String?,
13523
13540
  device_name: ::String?,
@@ -13698,7 +13715,8 @@ module Aws
13698
13715
  tcp_established_timeout: ::Integer?,
13699
13716
  udp_stream_timeout: ::Integer?,
13700
13717
  udp_timeout: ::Integer?
13701
- }?
13718
+ }?,
13719
+ ena_queue_count: ::Integer?
13702
13720
  },
13703
13721
  ],
13704
13722
  ?iam_instance_profile: {
@@ -13918,6 +13936,7 @@ module Aws
13918
13936
  network_insights_path_id: ::String,
13919
13937
  ?additional_accounts: Array[::String],
13920
13938
  ?filter_in_arns: Array[::String],
13939
+ ?filter_out_arns: Array[::String],
13921
13940
  ?dry_run: bool,
13922
13941
  ?tag_specifications: Array[
13923
13942
  {
data/sig/instance.rbs CHANGED
@@ -272,7 +272,8 @@ module Aws
272
272
  kms_key_id: ::String?,
273
273
  throughput: ::Integer?,
274
274
  outpost_arn: ::String?,
275
- encrypted: bool?
275
+ encrypted: bool?,
276
+ volume_initialization_rate: ::Integer?
276
277
  }?,
277
278
  no_device: ::String?,
278
279
  device_name: ::String?,
@@ -128,6 +128,7 @@ module Aws
128
128
  ena_srd_udp_enabled: bool?
129
129
  }?
130
130
  },
131
+ ?ena_queue_count: ::Integer,
131
132
  ?dry_run: bool,
132
133
  instance_id: ::String,
133
134
  device_index: ::Integer
@@ -200,6 +201,8 @@ module Aws
200
201
  },
201
202
  ?groups: Array[::String],
202
203
  ?attachment: {
204
+ default_ena_queue_count: bool?,
205
+ ena_queue_count: ::Integer?,
203
206
  attachment_id: ::String?,
204
207
  delete_on_termination: bool?
205
208
  }
data/sig/resource.rbs CHANGED
@@ -115,7 +115,8 @@ module Aws
115
115
  kms_key_id: ::String?,
116
116
  throughput: ::Integer?,
117
117
  outpost_arn: ::String?,
118
- encrypted: bool?
118
+ encrypted: bool?,
119
+ volume_initialization_rate: ::Integer?
119
120
  }?,
120
121
  no_device: ::String?,
121
122
  device_name: ::String?,
@@ -296,7 +297,8 @@ module Aws
296
297
  tcp_established_timeout: ::Integer?,
297
298
  udp_stream_timeout: ::Integer?,
298
299
  udp_timeout: ::Integer?
299
- }?
300
+ }?,
301
+ ena_queue_count: ::Integer?
300
302
  },
301
303
  ],
302
304
  ?iam_instance_profile: {
@@ -605,6 +607,7 @@ module Aws
605
607
  ?multi_attach_enabled: bool,
606
608
  ?throughput: ::Integer,
607
609
  ?client_token: ::String,
610
+ ?volume_initialization_rate: ::Integer,
608
611
  ?operator: {
609
612
  principal: ::String?
610
613
  },
@@ -723,7 +726,8 @@ module Aws
723
726
  kms_key_id: ::String?,
724
727
  throughput: ::Integer?,
725
728
  outpost_arn: ::String?,
726
- encrypted: bool?
729
+ encrypted: bool?,
730
+ volume_initialization_rate: ::Integer?
727
731
  }?,
728
732
  no_device: ::String?,
729
733
  device_name: ::String?,
data/sig/subnet.rbs CHANGED
@@ -107,7 +107,8 @@ module Aws
107
107
  kms_key_id: ::String?,
108
108
  throughput: ::Integer?,
109
109
  outpost_arn: ::String?,
110
- encrypted: bool?
110
+ encrypted: bool?,
111
+ volume_initialization_rate: ::Integer?
111
112
  }?,
112
113
  no_device: ::String?,
113
114
  device_name: ::String?,
@@ -287,7 +288,8 @@ module Aws
287
288
  tcp_established_timeout: ::Integer?,
288
289
  udp_stream_timeout: ::Integer?,
289
290
  udp_timeout: ::Integer?
290
- }?
291
+ }?,
292
+ ena_queue_count: ::Integer?
291
293
  },
292
294
  ],
293
295
  ?iam_instance_profile: {
data/sig/types.rbs CHANGED
@@ -779,6 +779,7 @@ module Aws::EC2
779
779
  class AttachNetworkInterfaceRequest
780
780
  attr_accessor network_card_index: ::Integer
781
781
  attr_accessor ena_srd_specification: Types::EnaSrdSpecification
782
+ attr_accessor ena_queue_count: ::Integer
782
783
  attr_accessor dry_run: bool
783
784
  attr_accessor network_interface_id: ::String
784
785
  attr_accessor instance_id: ::String
@@ -2536,6 +2537,7 @@ module Aws::EC2
2536
2537
  attr_accessor tag_specifications: ::Array[Types::TagSpecification]
2537
2538
  attr_accessor image_id: ::String
2538
2539
  attr_accessor delete_replaced_root_volume: bool
2540
+ attr_accessor volume_initialization_rate: ::Integer
2539
2541
  SENSITIVE: []
2540
2542
  end
2541
2543
 
@@ -3189,6 +3191,7 @@ module Aws::EC2
3189
3191
  attr_accessor multi_attach_enabled: bool
3190
3192
  attr_accessor throughput: ::Integer
3191
3193
  attr_accessor client_token: ::String
3194
+ attr_accessor volume_initialization_rate: ::Integer
3192
3195
  attr_accessor operator: Types::OperatorRequest
3193
3196
  attr_accessor dry_run: bool
3194
3197
  SENSITIVE: []
@@ -7466,6 +7469,7 @@ module Aws::EC2
7466
7469
  attr_accessor throughput: ::Integer
7467
7470
  attr_accessor outpost_arn: ::String
7468
7471
  attr_accessor encrypted: bool
7472
+ attr_accessor volume_initialization_rate: ::Integer
7469
7473
  SENSITIVE: []
7470
7474
  end
7471
7475
 
@@ -9984,6 +9988,7 @@ module Aws::EC2
9984
9988
  attr_accessor status: ("attaching" | "attached" | "detaching" | "detached")
9985
9989
  attr_accessor network_card_index: ::Integer
9986
9990
  attr_accessor ena_srd_specification: Types::InstanceAttachmentEnaSrdSpecification
9991
+ attr_accessor ena_queue_count: ::Integer
9987
9992
  SENSITIVE: []
9988
9993
  end
9989
9994
 
@@ -10010,6 +10015,7 @@ module Aws::EC2
10010
10015
  attr_accessor primary_ipv_6: bool
10011
10016
  attr_accessor ena_srd_specification: Types::EnaSrdSpecificationRequest
10012
10017
  attr_accessor connection_tracking_specification: Types::ConnectionTrackingSpecificationRequest
10018
+ attr_accessor ena_queue_count: ::Integer
10013
10019
  SENSITIVE: []
10014
10020
  end
10015
10021
 
@@ -10735,6 +10741,7 @@ module Aws::EC2
10735
10741
  attr_accessor volume_size: ::Integer
10736
10742
  attr_accessor volume_type: ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")
10737
10743
  attr_accessor throughput: ::Integer
10744
+ attr_accessor volume_initialization_rate: ::Integer
10738
10745
  SENSITIVE: []
10739
10746
  end
10740
10747
 
@@ -10747,6 +10754,7 @@ module Aws::EC2
10747
10754
  attr_accessor volume_size: ::Integer
10748
10755
  attr_accessor volume_type: ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")
10749
10756
  attr_accessor throughput: ::Integer
10757
+ attr_accessor volume_initialization_rate: ::Integer
10750
10758
  SENSITIVE: []
10751
10759
  end
10752
10760
 
@@ -10869,6 +10877,7 @@ module Aws::EC2
10869
10877
  attr_accessor primary_ipv_6: bool
10870
10878
  attr_accessor ena_srd_specification: Types::LaunchTemplateEnaSrdSpecification
10871
10879
  attr_accessor connection_tracking_specification: Types::ConnectionTrackingSpecification
10880
+ attr_accessor ena_queue_count: ::Integer
10872
10881
  SENSITIVE: []
10873
10882
  end
10874
10883
 
@@ -10895,6 +10904,7 @@ module Aws::EC2
10895
10904
  attr_accessor primary_ipv_6: bool
10896
10905
  attr_accessor ena_srd_specification: Types::EnaSrdSpecificationRequest
10897
10906
  attr_accessor connection_tracking_specification: Types::ConnectionTrackingSpecificationRequest
10907
+ attr_accessor ena_queue_count: ::Integer
10898
10908
  SENSITIVE: []
10899
10909
  end
10900
10910
 
@@ -12571,6 +12581,9 @@ module Aws::EC2
12571
12581
  attr_accessor maximum_network_interfaces: ::Integer
12572
12582
  attr_accessor baseline_bandwidth_in_gbps: ::Float
12573
12583
  attr_accessor peak_bandwidth_in_gbps: ::Float
12584
+ attr_accessor default_ena_queue_count_per_interface: ::Integer
12585
+ attr_accessor maximum_ena_queue_count: ::Integer
12586
+ attr_accessor maximum_ena_queue_count_per_interface: ::Integer
12574
12587
  SENSITIVE: []
12575
12588
  end
12576
12589
 
@@ -12589,6 +12602,7 @@ module Aws::EC2
12589
12602
  attr_accessor encryption_in_transit_supported: bool
12590
12603
  attr_accessor ena_srd_supported: bool
12591
12604
  attr_accessor bandwidth_weightings: ::Array[("default" | "vpc-1" | "ebs-1")]
12605
+ attr_accessor flexible_ena_queues_support: ("unsupported" | "supported")
12592
12606
  SENSITIVE: []
12593
12607
  end
12594
12608
 
@@ -12629,6 +12643,7 @@ module Aws::EC2
12629
12643
  attr_accessor network_insights_path_id: ::String
12630
12644
  attr_accessor additional_accounts: ::Array[::String]
12631
12645
  attr_accessor filter_in_arns: ::Array[::String]
12646
+ attr_accessor filter_out_arns: ::Array[::String]
12632
12647
  attr_accessor start_date: ::Time
12633
12648
  attr_accessor status: ("running" | "succeeded" | "failed")
12634
12649
  attr_accessor status_message: ::String
@@ -12714,10 +12729,13 @@ module Aws::EC2
12714
12729
  attr_accessor instance_owner_id: ::String
12715
12730
  attr_accessor status: ("attaching" | "attached" | "detaching" | "detached")
12716
12731
  attr_accessor ena_srd_specification: Types::AttachmentEnaSrdSpecification
12732
+ attr_accessor ena_queue_count: ::Integer
12717
12733
  SENSITIVE: []
12718
12734
  end
12719
12735
 
12720
12736
  class NetworkInterfaceAttachmentChanges
12737
+ attr_accessor default_ena_queue_count: bool
12738
+ attr_accessor ena_queue_count: ::Integer
12721
12739
  attr_accessor attachment_id: ::String
12722
12740
  attr_accessor delete_on_termination: bool
12723
12741
  SENSITIVE: []
@@ -15166,6 +15184,7 @@ module Aws::EC2
15166
15184
  attr_accessor network_insights_path_id: ::String
15167
15185
  attr_accessor additional_accounts: ::Array[::String]
15168
15186
  attr_accessor filter_in_arns: ::Array[::String]
15187
+ attr_accessor filter_out_arns: ::Array[::String]
15169
15188
  attr_accessor dry_run: bool
15170
15189
  attr_accessor tag_specifications: ::Array[Types::TagSpecification]
15171
15190
  attr_accessor client_token: ::String
@@ -16376,6 +16395,7 @@ module Aws::EC2
16376
16395
  attr_accessor throughput: ::Integer
16377
16396
  attr_accessor sse_type: ("sse-ebs" | "sse-kms" | "none")
16378
16397
  attr_accessor operator: Types::OperatorResponse
16398
+ attr_accessor volume_initialization_rate: ::Integer
16379
16399
  attr_accessor volume_id: ::String
16380
16400
  attr_accessor size: ::Integer
16381
16401
  attr_accessor snapshot_id: ::String
data/sig/volume.rbs CHANGED
@@ -45,6 +45,9 @@ module Aws
45
45
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Volume.html#operator-instance_method
46
46
  def operator: () -> Types::OperatorResponse
47
47
 
48
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Volume.html#volume_initialization_rate-instance_method
49
+ def volume_initialization_rate: () -> ::Integer
50
+
48
51
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Volume.html#size-instance_method
49
52
  def size: () -> ::Integer
50
53
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.519.0
4
+ version: 1.522.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services