aws-sdk-ec2 1.330.0 → 1.332.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5087,10 +5087,10 @@ module Aws::EC2
5087
5087
  include Aws::Structure
5088
5088
  end
5089
5089
 
5090
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
5091
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
5092
- # from EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud
5093
- # User Guide*.
5090
+ # <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
5091
+ # EC2-Classic to a VPC. For more information, see [Migrate from
5092
+ # EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
5093
+ # Guide*.
5094
5094
  #
5095
5095
  # </note>
5096
5096
  #
@@ -7924,7 +7924,7 @@ module Aws::EC2
7924
7924
  # max: 1,
7925
7925
  # },
7926
7926
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
7927
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
7927
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
7928
7928
  # accelerator_total_memory_mi_b: {
7929
7929
  # min: 1,
7930
7930
  # max: 1,
@@ -8125,11 +8125,12 @@ module Aws::EC2
8125
8125
  # dry_run: false,
8126
8126
  # client_token: "String",
8127
8127
  # deliver_logs_permission_arn: "String",
8128
+ # deliver_cross_account_role: "String",
8128
8129
  # log_group_name: "String",
8129
8130
  # resource_ids: ["FlowLogResourceId"], # required
8130
8131
  # resource_type: "VPC", # required, accepts VPC, Subnet, NetworkInterface, TransitGateway, TransitGatewayAttachment
8131
8132
  # traffic_type: "ACCEPT", # accepts ACCEPT, REJECT, ALL
8132
- # log_destination_type: "cloud-watch-logs", # accepts cloud-watch-logs, s3
8133
+ # log_destination_type: "cloud-watch-logs", # accepts cloud-watch-logs, s3, kinesis-data-firehose
8133
8134
  # log_destination: "String",
8134
8135
  # log_format: "String",
8135
8136
  # tag_specifications: [
@@ -8169,79 +8170,79 @@ module Aws::EC2
8169
8170
  # @return [String]
8170
8171
  #
8171
8172
  # @!attribute [rw] deliver_logs_permission_arn
8172
- # The ARN for the IAM role that permits Amazon EC2 to publish flow
8173
- # logs to a CloudWatch Logs log group in your account.
8173
+ # The ARN of the IAM role that allows Amazon EC2 to publish flow logs
8174
+ # to a CloudWatch Logs log group in your account.
8175
+ #
8176
+ # This parameter is required if the destination type is
8177
+ # `cloud-watch-logs` and unsupported otherwise.
8178
+ # @return [String]
8174
8179
  #
8175
- # If you specify `LogDestinationType` as `s3`, do not specify
8176
- # `DeliverLogsPermissionArn` or `LogGroupName`.
8180
+ # @!attribute [rw] deliver_cross_account_role
8181
+ # The ARN of the IAM role that allows Amazon EC2 to publish flow logs
8182
+ # across accounts.
8177
8183
  # @return [String]
8178
8184
  #
8179
8185
  # @!attribute [rw] log_group_name
8180
8186
  # The name of a new or existing CloudWatch Logs log group where Amazon
8181
8187
  # EC2 publishes your flow logs.
8182
8188
  #
8183
- # If you specify `LogDestinationType` as `s3`, do not specify
8184
- # `DeliverLogsPermissionArn` or `LogGroupName`.
8189
+ # This parameter is valid only if the destination type is
8190
+ # `cloud-watch-logs`.
8185
8191
  # @return [String]
8186
8192
  #
8187
8193
  # @!attribute [rw] resource_ids
8188
- # The ID of the subnet, network interface, or VPC for which you want
8189
- # to create a flow log.
8194
+ # The IDs of the resources to monitor. For example, if the resource
8195
+ # type is `VPC`, specify the IDs of the VPCs.
8190
8196
  #
8191
8197
  # Constraints: Maximum of 1000 resources
8192
8198
  # @return [Array<String>]
8193
8199
  #
8194
8200
  # @!attribute [rw] resource_type
8195
- # The type of resource for which to create the flow log. For example,
8196
- # if you specified a VPC ID for the `ResourceId` property, specify
8197
- # `VPC` for this property.
8201
+ # The type of resource to monitor.
8198
8202
  # @return [String]
8199
8203
  #
8200
8204
  # @!attribute [rw] traffic_type
8201
- # The type of traffic to log. You can log traffic that the resource
8202
- # accepts or rejects, or all traffic.
8205
+ # The type of traffic to monitor (accepted traffic, rejected traffic,
8206
+ # or all traffic).
8203
8207
  # @return [String]
8204
8208
  #
8205
8209
  # @!attribute [rw] log_destination_type
8206
- # The type of destination to which the flow log data is to be
8207
- # published. Flow log data can be published to CloudWatch Logs or
8208
- # Amazon S3. To publish flow log data to CloudWatch Logs, specify
8209
- # `cloud-watch-logs`. To publish flow log data to Amazon S3, specify
8210
- # `s3`.
8211
- #
8212
- # If you specify `LogDestinationType` as `s3`, do not specify
8213
- # `DeliverLogsPermissionArn` or `LogGroupName`.
8210
+ # The type of destination for the flow log data.
8214
8211
  #
8215
8212
  # Default: `cloud-watch-logs`
8216
8213
  # @return [String]
8217
8214
  #
8218
8215
  # @!attribute [rw] log_destination
8219
- # The destination to which the flow log data is to be published. Flow
8220
- # log data can be published to a CloudWatch Logs log group or an
8221
- # Amazon S3 bucket. The value specified for this parameter depends on
8222
- # the value specified for `LogDestinationType`.
8223
- #
8224
- # If `LogDestinationType` is not specified or `cloud-watch-logs`,
8225
- # specify the Amazon Resource Name (ARN) of the CloudWatch Logs log
8226
- # group. For example, to publish to a log group called `my-logs`,
8227
- # specify `arn:aws:logs:us-east-1:123456789012:log-group:my-logs`.
8228
- # Alternatively, use `LogGroupName` instead.
8229
- #
8230
- # If LogDestinationType is `s3`, specify the ARN of the Amazon S3
8231
- # bucket. You can also specify a subfolder in the bucket. To specify a
8232
- # subfolder in the bucket, use the following ARN format:
8233
- # `bucket_ARN/subfolder_name/`. For example, to specify a subfolder
8234
- # named `my-logs` in a bucket named `my-bucket`, use the following
8235
- # ARN: `arn:aws:s3:::my-bucket/my-logs/`. You cannot use `AWSLogs` as
8236
- # a subfolder name. This is a reserved term.
8216
+ # The destination for the flow log data. The meaning of this parameter
8217
+ # depends on the destination type.
8218
+ #
8219
+ # * If the destination type is `cloud-watch-logs`, specify the ARN of
8220
+ # a CloudWatch Logs log group. For example:
8221
+ #
8222
+ # arn:aws:logs:*region*\:*account\_id*\:log-group:*my\_group*
8223
+ #
8224
+ # Alternatively, use the `LogGroupName` parameter.
8225
+ #
8226
+ # * If the destination type is `s3`, specify the ARN of an S3 bucket.
8227
+ # For example:
8228
+ #
8229
+ # arn:aws:s3:::*my\_bucket*/*my\_subfolder*/
8230
+ #
8231
+ # The subfolder is optional. Note that you can't use `AWSLogs` as a
8232
+ # subfolder name.
8233
+ #
8234
+ # * If the destination type is `kinesis-data-firehose`, specify the
8235
+ # ARN of a Kinesis Data Firehose delivery stream. For example:
8236
+ #
8237
+ # arn:aws:firehose:*region*\:*account\_id*\:deliverystream:*my\_stream*
8237
8238
  # @return [String]
8238
8239
  #
8239
8240
  # @!attribute [rw] log_format
8240
- # The fields to include in the flow log record, in the order in which
8241
- # they should appear. For a list of available fields, see [Flow log
8242
- # records][1]. If you omit this parameter, the flow log is created
8243
- # using the default format. If you specify this parameter, you must
8244
- # specify at least one field.
8241
+ # The fields to include in the flow log record. List the fields in the
8242
+ # order in which they should appear. For more information about the
8243
+ # available fields, see [Flow log records][1]. If you omit this
8244
+ # parameter, the flow log is created using the default format. If you
8245
+ # specify this parameter, you must include at least one field.
8245
8246
  #
8246
8247
  # Specify the fields using the `$\{field-id\}` format, separated by
8247
8248
  # spaces. For the CLI, surround this parameter value with single
@@ -8282,6 +8283,7 @@ module Aws::EC2
8282
8283
  :dry_run,
8283
8284
  :client_token,
8284
8285
  :deliver_logs_permission_arn,
8286
+ :deliver_cross_account_role,
8285
8287
  :log_group_name,
8286
8288
  :resource_ids,
8287
8289
  :resource_type,
@@ -9400,7 +9402,7 @@ module Aws::EC2
9400
9402
  # max: 1,
9401
9403
  # },
9402
9404
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
9403
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
9405
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
9404
9406
  # accelerator_total_memory_mi_b: {
9405
9407
  # min: 1,
9406
9408
  # max: 1,
@@ -9708,7 +9710,7 @@ module Aws::EC2
9708
9710
  # max: 1,
9709
9711
  # },
9710
9712
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
9711
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
9713
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
9712
9714
  # accelerator_total_memory_mi_b: {
9713
9715
  # min: 1,
9714
9716
  # max: 1,
@@ -9815,8 +9817,9 @@ module Aws::EC2
9815
9817
  # {
9816
9818
  # destination_cidr_block: "String", # required
9817
9819
  # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
9818
- # local_gateway_virtual_interface_group_id: "LocalGatewayVirtualInterfaceGroupId", # required
9820
+ # local_gateway_virtual_interface_group_id: "LocalGatewayVirtualInterfaceGroupId",
9819
9821
  # dry_run: false,
9822
+ # network_interface_id: "NetworkInterfaceId",
9820
9823
  # }
9821
9824
  #
9822
9825
  # @!attribute [rw] destination_cidr_block
@@ -9839,13 +9842,18 @@ module Aws::EC2
9839
9842
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
9840
9843
  # @return [Boolean]
9841
9844
  #
9845
+ # @!attribute [rw] network_interface_id
9846
+ # The ID of the network interface.
9847
+ # @return [String]
9848
+ #
9842
9849
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLocalGatewayRouteRequest AWS API Documentation
9843
9850
  #
9844
9851
  class CreateLocalGatewayRouteRequest < Struct.new(
9845
9852
  :destination_cidr_block,
9846
9853
  :local_gateway_route_table_id,
9847
9854
  :local_gateway_virtual_interface_group_id,
9848
- :dry_run)
9855
+ :dry_run,
9856
+ :network_interface_id)
9849
9857
  SENSITIVE = []
9850
9858
  include Aws::Structure
9851
9859
  end
@@ -20125,9 +20133,8 @@ module Aws::EC2
20125
20133
  # * `deliver-log-status` - The status of the logs delivery (`SUCCESS`
20126
20134
  # \| `FAILED`).
20127
20135
  #
20128
- # * `log-destination-type` - The type of destination to which the flow
20129
- # log publishes data. Possible destination types include
20130
- # `cloud-watch-logs` and `s3`.
20136
+ # * `log-destination-type` - The type of destination for the flow log
20137
+ # data (`cloud-watch-logs` \| `s3` \| `kinesis-data-firehose`).
20131
20138
  #
20132
20139
  # * `flow-log-id` - The ID of the flow log.
20133
20140
  #
@@ -34545,7 +34552,7 @@ module Aws::EC2
34545
34552
  # max: 1,
34546
34553
  # },
34547
34554
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
34548
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
34555
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
34549
34556
  # accelerator_total_memory_mi_b: {
34550
34557
  # min: 1,
34551
34558
  # max: 1,
@@ -34722,7 +34729,7 @@ module Aws::EC2
34722
34729
  # max: 1,
34723
34730
  # },
34724
34731
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
34725
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
34732
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
34726
34733
  # accelerator_total_memory_mi_b: {
34727
34734
  # min: 1,
34728
34735
  # max: 1,
@@ -35085,7 +35092,13 @@ module Aws::EC2
35085
35092
  # @return [String]
35086
35093
  #
35087
35094
  # @!attribute [rw] deliver_logs_permission_arn
35088
- # The ARN of the IAM role that posts logs to CloudWatch Logs.
35095
+ # The ARN of the IAM role allows the service to publish logs to
35096
+ # CloudWatch Logs.
35097
+ # @return [String]
35098
+ #
35099
+ # @!attribute [rw] deliver_cross_account_role
35100
+ # The ARN of the IAM role that allows the service to publish flow logs
35101
+ # across accounts.
35089
35102
  # @return [String]
35090
35103
  #
35091
35104
  # @!attribute [rw] deliver_logs_status
@@ -35093,7 +35106,7 @@ module Aws::EC2
35093
35106
  # @return [String]
35094
35107
  #
35095
35108
  # @!attribute [rw] flow_log_id
35096
- # The flow log ID.
35109
+ # The ID of the flow log.
35097
35110
  # @return [String]
35098
35111
  #
35099
35112
  # @!attribute [rw] flow_log_status
@@ -35105,7 +35118,7 @@ module Aws::EC2
35105
35118
  # @return [String]
35106
35119
  #
35107
35120
  # @!attribute [rw] resource_id
35108
- # The ID of the resource on which the flow log was created.
35121
+ # The ID of the resource being monitored.
35109
35122
  # @return [String]
35110
35123
  #
35111
35124
  # @!attribute [rw] traffic_type
@@ -35113,18 +35126,12 @@ module Aws::EC2
35113
35126
  # @return [String]
35114
35127
  #
35115
35128
  # @!attribute [rw] log_destination_type
35116
- # The type of destination to which the flow log data is published.
35117
- # Flow log data can be published to CloudWatch Logs or Amazon S3.
35129
+ # The type of destination for the flow log data.
35118
35130
  # @return [String]
35119
35131
  #
35120
35132
  # @!attribute [rw] log_destination
35121
- # The destination to which the flow log data is published. Flow log
35122
- # data can be published to an CloudWatch Logs log group or an Amazon
35123
- # S3 bucket. If the flow log publishes to CloudWatch Logs, this
35124
- # element indicates the Amazon Resource Name (ARN) of the CloudWatch
35125
- # Logs log group to which the data is published. If the flow log
35126
- # publishes to Amazon S3, this element indicates the ARN of the Amazon
35127
- # S3 bucket to which the data is published.
35133
+ # The Amazon Resource Name (ARN) of the destination for the flow log
35134
+ # data.
35128
35135
  # @return [String]
35129
35136
  #
35130
35137
  # @!attribute [rw] log_format
@@ -35160,6 +35167,7 @@ module Aws::EC2
35160
35167
  :creation_time,
35161
35168
  :deliver_logs_error_message,
35162
35169
  :deliver_logs_permission_arn,
35170
+ :deliver_cross_account_role,
35163
35171
  :deliver_logs_status,
35164
35172
  :flow_log_id,
35165
35173
  :flow_log_status,
@@ -36133,7 +36141,7 @@ module Aws::EC2
36133
36141
  # max: 1,
36134
36142
  # },
36135
36143
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
36136
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
36144
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
36137
36145
  # accelerator_total_memory_mi_b: {
36138
36146
  # min: 1,
36139
36147
  # max: 1,
@@ -37113,7 +37121,7 @@ module Aws::EC2
37113
37121
  # max: 1,
37114
37122
  # },
37115
37123
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
37116
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
37124
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
37117
37125
  # accelerator_total_memory_mi_b: {
37118
37126
  # min: 1,
37119
37127
  # max: 1,
@@ -41966,7 +41974,7 @@ module Aws::EC2
41966
41974
  # max: 1,
41967
41975
  # },
41968
41976
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
41969
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
41977
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
41970
41978
  # accelerator_total_memory_mi_b: {
41971
41979
  # min: 1,
41972
41980
  # max: 1,
@@ -42367,7 +42375,7 @@ module Aws::EC2
42367
42375
  # max: 1,
42368
42376
  # },
42369
42377
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
42370
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
42378
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
42371
42379
  # accelerator_total_memory_mi_b: {
42372
42380
  # min: 1,
42373
42381
  # max: 1,
@@ -42753,7 +42761,7 @@ module Aws::EC2
42753
42761
  # max: 1,
42754
42762
  # },
42755
42763
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
42756
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
42764
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
42757
42765
  # accelerator_total_memory_mi_b: {
42758
42766
  # min: 1,
42759
42767
  # max: 1,
@@ -45038,7 +45046,7 @@ module Aws::EC2
45038
45046
  # max: 1,
45039
45047
  # },
45040
45048
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
45041
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
45049
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
45042
45050
  # accelerator_total_memory_mi_b: {
45043
45051
  # min: 1,
45044
45052
  # max: 1,
@@ -46127,7 +46135,7 @@ module Aws::EC2
46127
46135
  # max: 1,
46128
46136
  # },
46129
46137
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
46130
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
46138
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
46131
46139
  # accelerator_total_memory_mi_b: {
46132
46140
  # min: 1,
46133
46141
  # max: 1,
@@ -47055,6 +47063,18 @@ module Aws::EC2
47055
47063
  # gateway route.
47056
47064
  # @return [String]
47057
47065
  #
47066
+ # @!attribute [rw] subnet_id
47067
+ # The ID of the subnet.
47068
+ # @return [String]
47069
+ #
47070
+ # @!attribute [rw] coip_pool_id
47071
+ # The ID of the customer-owned address pool.
47072
+ # @return [String]
47073
+ #
47074
+ # @!attribute [rw] network_interface_id
47075
+ # The ID of the network interface.
47076
+ # @return [String]
47077
+ #
47058
47078
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRoute AWS API Documentation
47059
47079
  #
47060
47080
  class LocalGatewayRoute < Struct.new(
@@ -47064,7 +47084,10 @@ module Aws::EC2
47064
47084
  :state,
47065
47085
  :local_gateway_route_table_id,
47066
47086
  :local_gateway_route_table_arn,
47067
- :owner_id)
47087
+ :owner_id,
47088
+ :subnet_id,
47089
+ :coip_pool_id,
47090
+ :network_interface_id)
47068
47091
  SENSITIVE = []
47069
47092
  include Aws::Structure
47070
47093
  end
@@ -47100,6 +47123,10 @@ module Aws::EC2
47100
47123
  # The tags assigned to the local gateway route table.
47101
47124
  # @return [Array<Types::Tag>]
47102
47125
  #
47126
+ # @!attribute [rw] mode
47127
+ # The mode of the local gateway route table.
47128
+ # @return [String]
47129
+ #
47103
47130
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRouteTable AWS API Documentation
47104
47131
  #
47105
47132
  class LocalGatewayRouteTable < Struct.new(
@@ -47109,7 +47136,8 @@ module Aws::EC2
47109
47136
  :outpost_arn,
47110
47137
  :owner_id,
47111
47138
  :state,
47112
- :tags)
47139
+ :tags,
47140
+ :mode)
47113
47141
  SENSITIVE = []
47114
47142
  include Aws::Structure
47115
47143
  end
@@ -48122,7 +48150,7 @@ module Aws::EC2
48122
48150
  # max: 1,
48123
48151
  # },
48124
48152
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
48125
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
48153
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
48126
48154
  # accelerator_total_memory_mi_b: {
48127
48155
  # min: 1,
48128
48156
  # max: 1,
@@ -49692,6 +49720,59 @@ module Aws::EC2
49692
49720
  include Aws::Structure
49693
49721
  end
49694
49722
 
49723
+ # @note When making an API call, you may pass ModifyLocalGatewayRouteRequest
49724
+ # data as a hash:
49725
+ #
49726
+ # {
49727
+ # destination_cidr_block: "String", # required
49728
+ # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
49729
+ # network_interface_id: "NetworkInterfaceId", # required
49730
+ # dry_run: false,
49731
+ # }
49732
+ #
49733
+ # @!attribute [rw] destination_cidr_block
49734
+ # The CIDR block used for destination matches. The value that you
49735
+ # provide must match the CIDR of an existing route in the table.
49736
+ # @return [String]
49737
+ #
49738
+ # @!attribute [rw] local_gateway_route_table_id
49739
+ # The ID of the local gateway route table.
49740
+ # @return [String]
49741
+ #
49742
+ # @!attribute [rw] network_interface_id
49743
+ # The ID of the network interface.
49744
+ # @return [String]
49745
+ #
49746
+ # @!attribute [rw] dry_run
49747
+ # Checks whether you have the required permissions for the action,
49748
+ # without actually making the request, and provides an error response.
49749
+ # If you have the required permissions, the error response is
49750
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
49751
+ # @return [Boolean]
49752
+ #
49753
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyLocalGatewayRouteRequest AWS API Documentation
49754
+ #
49755
+ class ModifyLocalGatewayRouteRequest < Struct.new(
49756
+ :destination_cidr_block,
49757
+ :local_gateway_route_table_id,
49758
+ :network_interface_id,
49759
+ :dry_run)
49760
+ SENSITIVE = []
49761
+ include Aws::Structure
49762
+ end
49763
+
49764
+ # @!attribute [rw] route
49765
+ # Describes a route for a local gateway route table.
49766
+ # @return [Types::LocalGatewayRoute]
49767
+ #
49768
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyLocalGatewayRouteResult AWS API Documentation
49769
+ #
49770
+ class ModifyLocalGatewayRouteResult < Struct.new(
49771
+ :route)
49772
+ SENSITIVE = []
49773
+ include Aws::Structure
49774
+ end
49775
+
49695
49776
  # @note When making an API call, you may pass ModifyManagedPrefixListRequest
49696
49777
  # data as a hash:
49697
49778
  #
@@ -50220,7 +50301,7 @@ module Aws::EC2
50220
50301
  # max: 1,
50221
50302
  # },
50222
50303
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
50223
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
50304
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
50224
50305
  # accelerator_total_memory_mi_b: {
50225
50306
  # min: 1,
50226
50307
  # max: 1,
@@ -53941,10 +54022,10 @@ module Aws::EC2
53941
54022
  include Aws::Structure
53942
54023
  end
53943
54024
 
53944
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
53945
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
53946
- # from EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud
53947
- # User Guide*.
54025
+ # <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
54026
+ # EC2-Classic to a VPC. For more information, see [Migrate from
54027
+ # EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
54028
+ # Guide*.
53948
54029
  #
53949
54030
  # </note>
53950
54031
  #
@@ -53982,10 +54063,10 @@ module Aws::EC2
53982
54063
  include Aws::Structure
53983
54064
  end
53984
54065
 
53985
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
53986
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
53987
- # from EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud
53988
- # User Guide*.
54066
+ # <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
54067
+ # EC2-Classic to a VPC. For more information, see [Migrate from
54068
+ # EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
54069
+ # Guide*.
53989
54070
  #
53990
54071
  # </note>
53991
54072
  #
@@ -57360,7 +57441,7 @@ module Aws::EC2
57360
57441
  # max: 1,
57361
57442
  # },
57362
57443
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
57363
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
57444
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
57364
57445
  # accelerator_total_memory_mi_b: {
57365
57446
  # min: 1,
57366
57447
  # max: 1,
@@ -57851,7 +57932,7 @@ module Aws::EC2
57851
57932
  # max: 1,
57852
57933
  # },
57853
57934
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
57854
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
57935
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
57855
57936
  # accelerator_total_memory_mi_b: {
57856
57937
  # min: 1,
57857
57938
  # max: 1,
@@ -57915,7 +57996,7 @@ module Aws::EC2
57915
57996
  # max: 1,
57916
57997
  # },
57917
57998
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
57918
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
57999
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
57919
58000
  # accelerator_total_memory_mi_b: {
57920
58001
  # min: 1,
57921
58002
  # max: 1,
@@ -63825,7 +63906,7 @@ module Aws::EC2
63825
63906
  # max: 1,
63826
63907
  # },
63827
63908
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
63828
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
63909
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
63829
63910
  # accelerator_total_memory_mi_b: {
63830
63911
  # min: 1,
63831
63912
  # max: 1,
@@ -64214,7 +64295,7 @@ module Aws::EC2
64214
64295
  # max: 1,
64215
64296
  # },
64216
64297
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
64217
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
64298
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
64218
64299
  # accelerator_total_memory_mi_b: {
64219
64300
  # min: 1,
64220
64301
  # max: 1,
@@ -64278,7 +64359,7 @@ module Aws::EC2
64278
64359
  # max: 1,
64279
64360
  # },
64280
64361
  # accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
64281
- # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
64362
+ # accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p, inferentia, k520
64282
64363
  # accelerator_total_memory_mi_b: {
64283
64364
  # min: 1,
64284
64365
  # max: 1,
@@ -69988,10 +70069,10 @@ module Aws::EC2
69988
70069
  include Aws::Structure
69989
70070
  end
69990
70071
 
69991
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
69992
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
69993
- # from EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud
69994
- # User Guide*.
70072
+ # <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
70073
+ # EC2-Classic to a VPC. For more information, see [Migrate from
70074
+ # EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
70075
+ # Guide*.
69995
70076
  #
69996
70077
  # </note>
69997
70078
  #
@@ -70266,10 +70347,10 @@ module Aws::EC2
70266
70347
  include Aws::Structure
70267
70348
  end
70268
70349
 
70269
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
70270
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
70271
- # from EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud
70272
- # User Guide*.
70350
+ # <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
70351
+ # EC2-Classic to a VPC. For more information, see [Migrate from
70352
+ # EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
70353
+ # Guide*.
70273
70354
  #
70274
70355
  # </note>
70275
70356
  #
data/lib/aws-sdk-ec2.rb CHANGED
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.330.0'
75
+ GEM_VERSION = '1.332.0'
76
76
 
77
77
  end
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.330.0
4
+ version: 1.332.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: 2022-09-07 00:00:00.000000000 Z
11
+ date: 2022-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4