aws-sdk-ec2 1.650.0 → 1.651.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
  SHA256:
3
- metadata.gz: 70f367e897ffd8ab40a199acf5ef16cbd4fe836ee6a748b6f4fca352cd1498c4
4
- data.tar.gz: 915c80877d1a9719a0a20fd9910459a3312c1895064d59017f6576d6d8c58eb5
3
+ metadata.gz: 8b2354b982258bf06483eaf7db94d09e1ce6160c5d302c7789385dfd4df8412d
4
+ data.tar.gz: 473d72bdfc6cd858140a911f0a28b969e2ec8a0caeeed916f562bb74e8b2bd9f
5
5
  SHA512:
6
- metadata.gz: 3afe755c8803e19f323aa9a254210efe13de675a29b3c0a21eb65a5d2b6a326f749d2bd8b701bc1daedd76c08124e6cfe51534e5b58b36fa45b0d61f46b3d098
7
- data.tar.gz: 795fb4c330bba8e5d411550f6d702f1492cf16c46a48f0f422be8a0047397284363616d1bc38441d6db317db76148d0ecc7f27d87c3903d2e93f1d003a8ded69
6
+ metadata.gz: 7d6889779dd2c2d6e2f532db7f162e141aef6a4ffc40a37a6691c61e40bf4e3df6d7b4a5e85684eac2ebab072ad7fb4f98417af79ec6eaf40d8cf799dc98caa5
7
+ data.tar.gz: '0935a0650788d4ac20c012ec3315a272804b0e996b29752cae0ea037aafec05d2dfea8456db096aff827bec3935c8c4472c9e36e246ba15c0998ad7954459dff'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.651.0 (2026-09-18)
5
+ ------------------
6
+
7
+ * Feature - This release adds documentation for the T8i instance family to the EC2 ModifyDefaultCreditSpecification and GetDefaultCreditSpecification APIs.
8
+
4
9
  1.650.0 (2026-09-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.650.0
1
+ 1.651.0
@@ -54829,12 +54829,12 @@ module Aws::EC2
54829
54829
  #
54830
54830
  # resp = client.get_default_credit_specification({
54831
54831
  # dry_run: false,
54832
- # instance_family: "t2", # required, accepts t2, t3, t3a, t4g
54832
+ # instance_family: "t2", # required, accepts t2, t3, t3a, t4g, t8i
54833
54833
  # })
54834
54834
  #
54835
54835
  # @example Response structure
54836
54836
  #
54837
- # resp.instance_family_credit_specification.instance_family #=> String, one of "t2", "t3", "t3a", "t4g"
54837
+ # resp.instance_family_credit_specification.instance_family #=> String, one of "t2", "t3", "t3a", "t4g", "t8i"
54838
54838
  # resp.instance_family_credit_specification.cpu_credits #=> String
54839
54839
  #
54840
54840
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetDefaultCreditSpecification AWS API Documentation
@@ -61627,13 +61627,13 @@ module Aws::EC2
61627
61627
  #
61628
61628
  # resp = client.modify_default_credit_specification({
61629
61629
  # dry_run: false,
61630
- # instance_family: "t2", # required, accepts t2, t3, t3a, t4g
61630
+ # instance_family: "t2", # required, accepts t2, t3, t3a, t4g, t8i
61631
61631
  # cpu_credits: "String", # required
61632
61632
  # })
61633
61633
  #
61634
61634
  # @example Response structure
61635
61635
  #
61636
- # resp.instance_family_credit_specification.instance_family #=> String, one of "t2", "t3", "t3a", "t4g"
61636
+ # resp.instance_family_credit_specification.instance_family #=> String, one of "t2", "t3", "t3a", "t4g", "t8i"
61637
61637
  # resp.instance_family_credit_specification.cpu_credits #=> String
61638
61638
  #
61639
61639
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyDefaultCreditSpecification AWS API Documentation
@@ -77314,7 +77314,7 @@ module Aws::EC2
77314
77314
  # a single network interface. The operation checks Amazon Virtual
77315
77315
  # Private Cloud (Amazon VPC) quotas. It checks inbound or outbound rules
77316
77316
  # per security group and security groups per network interface. Only
77317
- # authorized AWS services can call this operation.
77317
+ # authorized Amazon Web Services services can call this operation.
77318
77318
  #
77319
77319
  # For more information about security group quotas, see [Amazon VPC
77320
77320
  # quotas][1] in the *Amazon VPC User Guide*.
@@ -77432,7 +77432,7 @@ module Aws::EC2
77432
77432
  tracer: tracer
77433
77433
  )
77434
77434
  context[:gem_name] = 'aws-sdk-ec2'
77435
- context[:gem_version] = '1.650.0'
77435
+ context[:gem_version] = '1.651.0'
77436
77436
  Seahorse::Client::Request.new(handlers, context)
77437
77437
  end
77438
77438
 
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.650.0'
81
+ GEM_VERSION = '1.651.0'
82
82
 
83
83
  end
84
84
 
data/sig/client.rbs CHANGED
@@ -10356,7 +10356,7 @@ module Aws
10356
10356
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#get_default_credit_specification-instance_method
10357
10357
  def get_default_credit_specification: (
10358
10358
  ?dry_run: bool,
10359
- instance_family: ("t2" | "t3" | "t3a" | "t4g")
10359
+ instance_family: ("t2" | "t3" | "t3a" | "t4g" | "t8i")
10360
10360
  ) -> _GetDefaultCreditSpecificationResponseSuccess
10361
10361
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDefaultCreditSpecificationResponseSuccess
10362
10362
 
@@ -11833,7 +11833,7 @@ module Aws
11833
11833
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#modify_default_credit_specification-instance_method
11834
11834
  def modify_default_credit_specification: (
11835
11835
  ?dry_run: bool,
11836
- instance_family: ("t2" | "t3" | "t3a" | "t4g"),
11836
+ instance_family: ("t2" | "t3" | "t3a" | "t4g" | "t8i"),
11837
11837
  cpu_credits: ::String
11838
11838
  ) -> _ModifyDefaultCreditSpecificationResponseSuccess
11839
11839
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDefaultCreditSpecificationResponseSuccess
data/sig/types.rbs CHANGED
@@ -10182,7 +10182,7 @@ module Aws::EC2
10182
10182
 
10183
10183
  class GetDefaultCreditSpecificationRequest
10184
10184
  attr_accessor dry_run: bool
10185
- attr_accessor instance_family: ("t2" | "t3" | "t3a" | "t4g")
10185
+ attr_accessor instance_family: ("t2" | "t3" | "t3a" | "t4g" | "t8i")
10186
10186
  SENSITIVE: []
10187
10187
  end
10188
10188
 
@@ -11947,7 +11947,7 @@ module Aws::EC2
11947
11947
  end
11948
11948
 
11949
11949
  class InstanceFamilyCreditSpecification
11950
- attr_accessor instance_family: ("t2" | "t3" | "t3a" | "t4g")
11950
+ attr_accessor instance_family: ("t2" | "t3" | "t3a" | "t4g" | "t8i")
11951
11951
  attr_accessor cpu_credits: ::String
11952
11952
  SENSITIVE: []
11953
11953
  end
@@ -13942,7 +13942,7 @@ module Aws::EC2
13942
13942
 
13943
13943
  class ModifyDefaultCreditSpecificationRequest
13944
13944
  attr_accessor dry_run: bool
13945
- attr_accessor instance_family: ("t2" | "t3" | "t3a" | "t4g")
13945
+ attr_accessor instance_family: ("t2" | "t3" | "t3a" | "t4g" | "t8i")
13946
13946
  attr_accessor cpu_credits: ::String
13947
13947
  SENSITIVE: []
13948
13948
  end
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.650.0
4
+ version: 1.651.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services