aws-sdk-ec2 1.637.0 → 1.638.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: 45397bb19db7f140ad6c9f5556b286ba035a9be1724cb0260c47ebbb412f487f
4
- data.tar.gz: efa32c75b77da66379f4715282a13594856e300321ae1cc914aa44e38970c110
3
+ metadata.gz: 452222266147bbc27e86b851715e5d6b001c21e9a902bb9bd035849e85914d49
4
+ data.tar.gz: '052599d5cb3420c2e93a60a00ff80e65d511f7d721ae96d72ce30e27d4e05827'
5
5
  SHA512:
6
- metadata.gz: 113123d2cf2146ed761a7ec0fba53645fb94d9ac6f7b9ebb5ca5992f090d5084a21098c8eeda5c5be92b8c02146cde2d2ced03bad017d985b3d9906b6124f63d
7
- data.tar.gz: f1f7de52d1852e9ff5c29d5473e7751663f83dec368b88afb623eab8d7ecc56e3c51d1f7af9ccdadd158cdc7268030fe3f837a3bade0b3fffa55852add03ef99
6
+ metadata.gz: 71f09a80585c328a287a36049e404a08768d9d7322548b98f6e594dfedc25f330e92371e0283f0bea50744c31975ff3ee111a4a38bf0979cd8fff1aa0b828b89
7
+ data.tar.gz: 3038c396367b689b8d8632ef30f27e22faf829ca36453619d86b5a3c5fc7aa3503c95ea909ad9888571eed7d000e759decd8e1679b1a4485e00fddba9e1accec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.638.0 (2026-08-20)
5
+ ------------------
6
+
7
+ * Feature - EC2 marks UEFI instance metadata field as sensitive.
8
+
4
9
  1.637.0 (2026-08-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.637.0
1
+ 1.638.0
@@ -1928,16 +1928,18 @@ module Aws::EC2
1928
1928
  # but not both. Specifying both results in an
1929
1929
  # `InvalidParameterCombination` error.
1930
1930
  #
1931
- # * The application status check must already exist and belong to your
1932
- # account.
1931
+ # * You must own the application status check. The check must already
1932
+ # exist in your account.
1933
1933
  #
1934
- # * Tag keys must not be blank.
1934
+ # * You must not leave tag keys blank.
1935
1935
  #
1936
- # * Maximum 50 tag associations per application status check.
1936
+ # * You can create a maximum of 50 tag associations for each application
1937
+ # status check.
1937
1938
  #
1938
- # * Use `DisassociateApplicationStatusCheck` to remove associations.
1939
+ # * You can use `DisassociateApplicationStatusCheck` to remove
1940
+ # associations.
1939
1941
  #
1940
- # * When you associate [tags][1], the application status check
1942
+ # * You can associate [tags][1] so that the application status check
1941
1943
  # automatically monitors all current and future instances that have
1942
1944
  # the specified tags.
1943
1945
  #
@@ -1963,9 +1965,10 @@ module Aws::EC2
1963
1965
  # check.
1964
1966
  #
1965
1967
  # @option params [String] :client_token
1966
- # Unique, case-sensitive identifier that you provide to ensure the
1967
- # idempotency of the request. For more information, see [Ensuring
1968
- # idempotency][1].
1968
+ # A unique, case-sensitive identifier that you provide to ensure that
1969
+ # the operation completes no more than one time. If you retry a request
1970
+ # with the same token, the service ignores the request but does not
1971
+ # return an error. For more information, see [Ensuring idempotency][1].
1969
1972
  #
1970
1973
  # **A suitable default value is auto-generated.** You should normally
1971
1974
  # not need to pass this option.**
@@ -6003,24 +6006,24 @@ module Aws::EC2
6003
6006
  # protocol, port, path, and thresholds for the health check. The
6004
6007
  # following rules apply:
6005
6008
  #
6006
- # * You can create a maximum of 50 application status checks per
6009
+ # * You can create a maximum of 50 application status checks for each
6007
6010
  # account.
6008
6011
  #
6009
- # * Health checks do not start until you associate the check with
6010
- # instances or tags using `AssociateApplicationStatusCheck`.
6012
+ # * You must associate the check with instances or tags using
6013
+ # `AssociateApplicationStatusCheck` before health checks start.
6011
6014
  #
6012
- # * The `Timeout` value must be less than the `Interval` value.
6015
+ # * You must set the `Timeout` value to less than the `Interval` value.
6013
6016
  #
6014
- # * The `Path` must start with a forward slash (`/`). Default: `/`.
6017
+ # * You must start the `Path` with a forward slash (`/`). Default: `/`.
6015
6018
  #
6016
- # * If you do not specify `Aggregation`, it defaults to `included`,
6017
- # which means the check contributes to the instance-level application
6018
- # status.
6019
+ # * You can specify `Aggregation` as `included` or `excluded`. If you do
6020
+ # not specify a value, it defaults to `included`, which means the
6021
+ # check contributes to the instance-level application status.
6019
6022
  #
6020
- # * Default values: `Interval` is 60 seconds, `Timeout` is 6 seconds,
6021
- # `FailureThreshold` is 2, `SuccessThreshold` is 2,
6022
- # `StatusCodeMatcher` is `200`, `InitializationGracePeriodSeconds` is
6023
- # 300 seconds.
6023
+ # * You can use the following default values: `Interval` is 60 seconds,
6024
+ # `Timeout` is 6 seconds, `FailureThreshold` is 2, `SuccessThreshold`
6025
+ # is 2, `StatusCodeMatcher` is `200`,
6026
+ # `InitializationGracePeriodSeconds` is 300 seconds.
6024
6027
  #
6025
6028
  # * You can tag the application status check during creation. For more
6026
6029
  # information, see [Tag your Amazon EC2 resources][1].
@@ -6097,9 +6100,10 @@ module Aws::EC2
6097
6100
  # The tags to apply to the application status check.
6098
6101
  #
6099
6102
  # @option params [String] :client_token
6100
- # Unique, case-sensitive identifier that you provide to ensure the
6101
- # idempotency of the request. For more information, see [Ensuring
6102
- # idempotency][1].
6103
+ # A unique, case-sensitive identifier that you provide to ensure that
6104
+ # the operation completes no more than one time. If you retry a request
6105
+ # with the same token, the service ignores the request but does not
6106
+ # return an error. For more information, see [Ensuring idempotency][1].
6103
6107
  #
6104
6108
  # **A suitable default value is auto-generated.** You should normally
6105
6109
  # not need to pass this option.**
@@ -20404,9 +20408,10 @@ module Aws::EC2
20404
20408
  # The ID of the application status check to delete.
20405
20409
  #
20406
20410
  # @option params [String] :client_token
20407
- # Unique, case-sensitive identifier that you provide to ensure the
20408
- # idempotency of the request. For more information, see [Ensuring
20409
- # idempotency][1].
20411
+ # A unique, case-sensitive identifier that you provide to ensure that
20412
+ # the operation completes no more than one time. If you retry a request
20413
+ # with the same token, the service ignores the request but does not
20414
+ # return an error. For more information, see [Ensuring idempotency][1].
20410
20415
  #
20411
20416
  # **A suitable default value is auto-generated.** You should normally
20412
20417
  # not need to pass this option.**
@@ -26355,9 +26360,8 @@ module Aws::EC2
26355
26360
  req.send_request(options)
26356
26361
  end
26357
26362
 
26358
- # Describes the application status for the specified instances. Returns
26359
- # the aggregated application health status for each instance. The
26360
- # following rules apply:
26363
+ # Describes the aggregated application health status for the specified
26364
+ # instances. The following rules apply:
26361
26365
  #
26362
26366
  # * The instance-level status is derived from all application status
26363
26367
  # checks with the aggregation setting set to `included`.
@@ -26652,9 +26656,10 @@ module Aws::EC2
26652
26656
  req.send_request(options)
26653
26657
  end
26654
26658
 
26655
- # Describes one or more application status checks. Returns configuration
26656
- # details for your application status checks, including protocol, port,
26657
- # path, thresholds, and associations. The following rules apply:
26659
+ # Describes application status checks, including configuration details
26660
+ # such as protocol, port, path, thresholds, and associations. Results
26661
+ # are paginated. Use the `NextToken` parameter to retrieve additional
26662
+ # results. The following rules apply:
26658
26663
  #
26659
26664
  # * If you do not specify any application status check IDs, all checks
26660
26665
  # in your account are returned.
@@ -49889,16 +49894,17 @@ module Aws::EC2
49889
49894
  # Disables suppression of application status checks for the specified
49890
49895
  # instances. After suppression is disabled, health check results resume
49891
49896
  # affecting the instance-level application status. You can specify a
49892
- # maximum of 100 instance IDs per request.
49897
+ # maximum of 100 instance IDs for each request.
49893
49898
  #
49894
49899
  # @option params [Array<String>] :instance_ids
49895
49900
  # The IDs of the instances for which to disable application status check
49896
49901
  # suppression.
49897
49902
  #
49898
49903
  # @option params [String] :client_token
49899
- # Unique, case-sensitive identifier that you provide to ensure the
49900
- # idempotency of the request. For more information, see [Ensuring
49901
- # idempotency][1].
49904
+ # A unique, case-sensitive identifier that you provide to ensure that
49905
+ # the operation completes no more than one time. If you retry a request
49906
+ # with the same token, the service ignores the request but does not
49907
+ # return an error. For more information, see [Ensuring idempotency][1].
49902
49908
  #
49903
49909
  # **A suitable default value is auto-generated.** You should normally
49904
49910
  # not need to pass this option.**
@@ -51008,9 +51014,10 @@ module Aws::EC2
51008
51014
  # check.
51009
51015
  #
51010
51016
  # @option params [String] :client_token
51011
- # Unique, case-sensitive identifier that you provide to ensure the
51012
- # idempotency of the request. For more information, see [Ensuring
51013
- # idempotency][1].
51017
+ # A unique, case-sensitive identifier that you provide to ensure that
51018
+ # the operation completes no more than one time. If you retry a request
51019
+ # with the same token, the service ignores the request but does not
51020
+ # return an error. For more information, see [Ensuring idempotency][1].
51014
51021
  #
51015
51022
  # **A suitable default value is auto-generated.** You should normally
51016
51023
  # not need to pass this option.**
@@ -52088,7 +52095,7 @@ module Aws::EC2
52088
52095
  # While suppressed, health checks continue to run but do not affect the
52089
52096
  # instance-level application status. The following rules apply:
52090
52097
  #
52091
- # * Maximum 100 instance IDs per request.
52098
+ # * You can specify a maximum of 100 instance IDs for each request.
52092
52099
  #
52093
52100
  # * Use `DisableApplicationStatusCheckSuppression` to resume normal
52094
52101
  # health check reporting.
@@ -52108,9 +52115,10 @@ module Aws::EC2
52108
52115
  # `DisableApplicationStatusCheckSuppression`.
52109
52116
  #
52110
52117
  # @option params [String] :client_token
52111
- # Unique, case-sensitive identifier that you provide to ensure the
52112
- # idempotency of the request. For more information, see [Ensuring
52113
- # idempotency][1].
52118
+ # A unique, case-sensitive identifier that you provide to ensure that
52119
+ # the operation completes no more than one time. If you retry a request
52120
+ # with the same token, the service ignores the request but does not
52121
+ # return an error. For more information, see [Ensuring idempotency][1].
52114
52122
  #
52115
52123
  # **A suitable default value is auto-generated.** You should normally
52116
52124
  # not need to pass this option.**
@@ -60937,9 +60945,10 @@ module Aws::EC2
60937
60945
  # instance is launched. Valid values: 1 to 600.
60938
60946
  #
60939
60947
  # @option params [String] :client_token
60940
- # Unique, case-sensitive identifier that you provide to ensure the
60941
- # idempotency of the request. For more information, see [Ensuring
60942
- # idempotency][1].
60948
+ # A unique, case-sensitive identifier that you provide to ensure that
60949
+ # the operation completes no more than one time. If you retry a request
60950
+ # with the same token, the service ignores the request but does not
60951
+ # return an error. For more information, see [Ensuring idempotency][1].
60943
60952
  #
60944
60953
  # **A suitable default value is auto-generated.** You should normally
60945
60954
  # not need to pass this option.**
@@ -77177,7 +77186,7 @@ module Aws::EC2
77177
77186
  tracer: tracer
77178
77187
  )
77179
77188
  context[:gem_name] = 'aws-sdk-ec2'
77180
- context[:gem_version] = '1.637.0'
77189
+ context[:gem_version] = '1.638.0'
77181
77190
  Seahorse::Client::Request.new(handlers, context)
77182
77191
  end
77183
77192
 
@@ -2647,8 +2647,10 @@ module Aws::EC2
2647
2647
  # @return [Array<String>]
2648
2648
  #
2649
2649
  # @!attribute [rw] client_token
2650
- # Unique, case-sensitive identifier that you provide to ensure the
2651
- # idempotency of the request. For more information, see [Ensuring
2650
+ # A unique, case-sensitive identifier that you provide to ensure that
2651
+ # the operation completes no more than one time. If you retry a
2652
+ # request with the same token, the service ignores the request but
2653
+ # does not return an error. For more information, see [Ensuring
2652
2654
  # idempotency][1].
2653
2655
  #
2654
2656
  # **A suitable default value is auto-generated.** You should normally
@@ -9658,8 +9660,10 @@ module Aws::EC2
9658
9660
  # @return [Array<Types::TagSpecification>]
9659
9661
  #
9660
9662
  # @!attribute [rw] client_token
9661
- # Unique, case-sensitive identifier that you provide to ensure the
9662
- # idempotency of the request. For more information, see [Ensuring
9663
+ # A unique, case-sensitive identifier that you provide to ensure that
9664
+ # the operation completes no more than one time. If you retry a
9665
+ # request with the same token, the service ignores the request but
9666
+ # does not return an error. For more information, see [Ensuring
9663
9667
  # idempotency][1].
9664
9668
  #
9665
9669
  # **A suitable default value is auto-generated.** You should normally
@@ -19076,8 +19080,10 @@ module Aws::EC2
19076
19080
  # @return [String]
19077
19081
  #
19078
19082
  # @!attribute [rw] client_token
19079
- # Unique, case-sensitive identifier that you provide to ensure the
19080
- # idempotency of the request. For more information, see [Ensuring
19083
+ # A unique, case-sensitive identifier that you provide to ensure that
19084
+ # the operation completes no more than one time. If you retry a
19085
+ # request with the same token, the service ignores the request but
19086
+ # does not return an error. For more information, see [Ensuring
19081
19087
  # idempotency][1].
19082
19088
  #
19083
19089
  # **A suitable default value is auto-generated.** You should normally
@@ -38524,8 +38530,10 @@ module Aws::EC2
38524
38530
  # @return [Array<String>]
38525
38531
  #
38526
38532
  # @!attribute [rw] client_token
38527
- # Unique, case-sensitive identifier that you provide to ensure the
38528
- # idempotency of the request. For more information, see [Ensuring
38533
+ # A unique, case-sensitive identifier that you provide to ensure that
38534
+ # the operation completes no more than one time. If you retry a
38535
+ # request with the same token, the service ignores the request but
38536
+ # does not return an error. For more information, see [Ensuring
38529
38537
  # idempotency][1].
38530
38538
  #
38531
38539
  # **A suitable default value is auto-generated.** You should normally
@@ -39488,8 +39496,10 @@ module Aws::EC2
39488
39496
  # @return [Array<String>]
39489
39497
  #
39490
39498
  # @!attribute [rw] client_token
39491
- # Unique, case-sensitive identifier that you provide to ensure the
39492
- # idempotency of the request. For more information, see [Ensuring
39499
+ # A unique, case-sensitive identifier that you provide to ensure that
39500
+ # the operation completes no more than one time. If you retry a
39501
+ # request with the same token, the service ignores the request but
39502
+ # does not return an error. For more information, see [Ensuring
39493
39503
  # idempotency][1].
39494
39504
  #
39495
39505
  # **A suitable default value is auto-generated.** You should normally
@@ -41605,8 +41615,10 @@ module Aws::EC2
41605
41615
  # @return [Integer]
41606
41616
  #
41607
41617
  # @!attribute [rw] client_token
41608
- # Unique, case-sensitive identifier that you provide to ensure the
41609
- # idempotency of the request. For more information, see [Ensuring
41618
+ # A unique, case-sensitive identifier that you provide to ensure that
41619
+ # the operation completes no more than one time. If you retry a
41620
+ # request with the same token, the service ignores the request but
41621
+ # does not return an error. For more information, see [Ensuring
41610
41622
  # idempotency][1].
41611
41623
  #
41612
41624
  # **A suitable default value is auto-generated.** You should normally
@@ -47093,7 +47105,7 @@ module Aws::EC2
47093
47105
  class GetInstanceUefiDataResult < Struct.new(
47094
47106
  :instance_id,
47095
47107
  :uefi_data)
47096
- SENSITIVE = []
47108
+ SENSITIVE = [:uefi_data]
47097
47109
  include Aws::Structure
47098
47110
  end
47099
47111
 
@@ -64288,8 +64300,10 @@ module Aws::EC2
64288
64300
  # @return [Integer]
64289
64301
  #
64290
64302
  # @!attribute [rw] client_token
64291
- # Unique, case-sensitive identifier that you provide to ensure the
64292
- # idempotency of the request. For more information, see [Ensuring
64303
+ # A unique, case-sensitive identifier that you provide to ensure that
64304
+ # the operation completes no more than one time. If you retry a
64305
+ # request with the same token, the service ignores the request but
64306
+ # does not return an error. For more information, see [Ensuring
64293
64307
  # idempotency][1].
64294
64308
  #
64295
64309
  # **A suitable default value is auto-generated.** You should normally
@@ -74991,7 +75005,7 @@ module Aws::EC2
74991
75005
  :virtualization_type,
74992
75006
  :sriov_net_support,
74993
75007
  :ena_support)
74994
- SENSITIVE = []
75008
+ SENSITIVE = [:uefi_data]
74995
75009
  include Aws::Structure
74996
75010
  end
74997
75011
 
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.637.0'
81
+ GEM_VERSION = '1.638.0'
82
82
 
83
83
  end
84
84
 
data/sig/types.rbs CHANGED
@@ -10328,7 +10328,7 @@ module Aws::EC2
10328
10328
  class GetInstanceUefiDataResult
10329
10329
  attr_accessor instance_id: ::String
10330
10330
  attr_accessor uefi_data: ::String
10331
- SENSITIVE: []
10331
+ SENSITIVE: [:uefi_data]
10332
10332
  end
10333
10333
 
10334
10334
  class GetIpamAddressHistoryRequest
@@ -16208,7 +16208,7 @@ module Aws::EC2
16208
16208
  attr_accessor virtualization_type: ::String
16209
16209
  attr_accessor sriov_net_support: ::String
16210
16210
  attr_accessor ena_support: bool
16211
- SENSITIVE: []
16211
+ SENSITIVE: [:uefi_data]
16212
16212
  end
16213
16213
 
16214
16214
  class RegisterImageResult
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.637.0
4
+ version: 1.638.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services