aws-sdk-ec2 1.523.0 → 1.524.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.
@@ -7322,7 +7322,8 @@ module Aws::EC2
7322
7322
  # a time-based AMI copy. The specified completion duration applies to
7323
7323
  # each of the snapshots associated with the AMI. Each snapshot
7324
7324
  # associated with the AMI will be completed within the specified
7325
- # completion duration, regardless of their size.
7325
+ # completion duration, with copy throughput automatically adjusted for
7326
+ # each snapshot based on its size to meet the timing target.
7326
7327
  #
7327
7328
  # If you do not specify a value, the AMI copy operation is completed
7328
7329
  # on a best-effort basis.
@@ -8717,6 +8718,85 @@ module Aws::EC2
8717
8718
  include Aws::Structure
8718
8719
  end
8719
8720
 
8721
+ # @!attribute [rw] client_token
8722
+ # Unique, case-sensitive identifier that you provide to ensure the
8723
+ # idempotency of the request. For more information, see [Ensuring
8724
+ # Idempotency][1].
8725
+ #
8726
+ # **A suitable default value is auto-generated.** You should normally
8727
+ # not need to pass this option.
8728
+ #
8729
+ #
8730
+ #
8731
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
8732
+ # @return [String]
8733
+ #
8734
+ # @!attribute [rw] dry_run
8735
+ # Checks whether you have the required permissions for the action,
8736
+ # without actually making the request, and provides an error response.
8737
+ # If you have the required permissions, the error response is
8738
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
8739
+ # @return [Boolean]
8740
+ #
8741
+ # @!attribute [rw] instance_id
8742
+ # The ID of the Amazon EC2 Mac instance.
8743
+ # @return [String]
8744
+ #
8745
+ # @!attribute [rw] mac_credentials
8746
+ # Specifies the following credentials:
8747
+ #
8748
+ # * **Internal disk administrative user**
8749
+ #
8750
+ # * **Username** - Only the default administrative user
8751
+ # (`aws-managed-user`) is supported and it is used by default. You
8752
+ # can't specify a different administrative user.
8753
+ #
8754
+ # * **Password** - If you did not change the default password for
8755
+ # `aws-managed-user`, specify the default password, which is
8756
+ # *blank*. Otherwise, specify your password.
8757
+ # * **Amazon EBS root volume administrative user**
8758
+ #
8759
+ # * **Username** - If you did not change the default administrative
8760
+ # user, specify `ec2-user`. Otherwise, specify the username for
8761
+ # your administrative user.
8762
+ #
8763
+ # * **Password** - Specify the password for the administrative user.
8764
+ #
8765
+ # The credentials must be specified in the following JSON format:
8766
+ #
8767
+ # `{ "internalDiskPassword":"internal-disk-admin_password",
8768
+ # "rootVolumeUsername":"root-volume-admin_username",
8769
+ # "rootVolumepassword":"root-volume-admin_password" }`
8770
+ # @return [String]
8771
+ #
8772
+ # @!attribute [rw] tag_specifications
8773
+ # The tags to assign to the volume ownership delegation task.
8774
+ # @return [Array<Types::TagSpecification>]
8775
+ #
8776
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateDelegateMacVolumeOwnershipTaskRequest AWS API Documentation
8777
+ #
8778
+ class CreateDelegateMacVolumeOwnershipTaskRequest < Struct.new(
8779
+ :client_token,
8780
+ :dry_run,
8781
+ :instance_id,
8782
+ :mac_credentials,
8783
+ :tag_specifications)
8784
+ SENSITIVE = [:mac_credentials]
8785
+ include Aws::Structure
8786
+ end
8787
+
8788
+ # @!attribute [rw] mac_modification_task
8789
+ # Information about the volume ownership delegation task.
8790
+ # @return [Types::MacModificationTask]
8791
+ #
8792
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateDelegateMacVolumeOwnershipTaskResult AWS API Documentation
8793
+ #
8794
+ class CreateDelegateMacVolumeOwnershipTaskResult < Struct.new(
8795
+ :mac_modification_task)
8796
+ SENSITIVE = []
8797
+ include Aws::Structure
8798
+ end
8799
+
8720
8800
  # @!attribute [rw] dhcp_configurations
8721
8801
  # A DHCP configuration option.
8722
8802
  # @return [Array<Types::NewDhcpConfiguration>]
@@ -10631,6 +10711,101 @@ module Aws::EC2
10631
10711
  include Aws::Structure
10632
10712
  end
10633
10713
 
10714
+ # @!attribute [rw] client_token
10715
+ # Unique, case-sensitive identifier that you provide to ensure the
10716
+ # idempotency of the request. For more information, see [Ensuring
10717
+ # Idempotency][1].
10718
+ #
10719
+ # **A suitable default value is auto-generated.** You should normally
10720
+ # not need to pass this option.
10721
+ #
10722
+ #
10723
+ #
10724
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
10725
+ # @return [String]
10726
+ #
10727
+ # @!attribute [rw] dry_run
10728
+ # Checks whether you have the required permissions for the action,
10729
+ # without actually making the request, and provides an error response.
10730
+ # If you have the required permissions, the error response is
10731
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
10732
+ # @return [Boolean]
10733
+ #
10734
+ # @!attribute [rw] instance_id
10735
+ # The ID of the Amazon EC2 Mac instance.
10736
+ # @return [String]
10737
+ #
10738
+ # @!attribute [rw] mac_credentials
10739
+ # **\[Apple silicon Mac instances only\]** Specifies the following
10740
+ # credentials:
10741
+ #
10742
+ # * **Internal disk administrative user**
10743
+ #
10744
+ # * **Username** - Only the default administrative user
10745
+ # (`aws-managed-user`) is supported and it is used by default. You
10746
+ # can't specify a different administrative user.
10747
+ #
10748
+ # * **Password** - If you did not change the default password for
10749
+ # `aws-managed-user`, specify the default password, which is
10750
+ # *blank*. Otherwise, specify your password.
10751
+ # * **Amazon EBS root volume administrative user**
10752
+ #
10753
+ # * **Username** - If you did not change the default administrative
10754
+ # user, specify `ec2-user`. Otherwise, specify the username for
10755
+ # your administrative user.
10756
+ #
10757
+ # * **Password** - Specify the password for the administrative user.
10758
+ #
10759
+ # The credentials must be specified in the following JSON format:
10760
+ #
10761
+ # `{ "internalDiskPassword":"internal-disk-admin_password",
10762
+ # "rootVolumeUsername":"root-volume-admin_username",
10763
+ # "rootVolumepassword":"root-volume-admin_password" }`
10764
+ # @return [String]
10765
+ #
10766
+ # @!attribute [rw] mac_system_integrity_protection_configuration
10767
+ # Specifies the overrides to selectively enable or disable individual
10768
+ # SIP settings. The individual settings you specify here override the
10769
+ # overall SIP status you specify for
10770
+ # **MacSystemIntegrityProtectionStatus**.
10771
+ # @return [Types::MacSystemIntegrityProtectionConfigurationRequest]
10772
+ #
10773
+ # @!attribute [rw] mac_system_integrity_protection_status
10774
+ # Specifies the overall SIP status for the instance. To enable all SIP
10775
+ # settings, specify `enabled`. To disable all SIP settings, specify
10776
+ # `disabled`.
10777
+ # @return [String]
10778
+ #
10779
+ # @!attribute [rw] tag_specifications
10780
+ # Specifies tags to apply to the SIP modification task.
10781
+ # @return [Array<Types::TagSpecification>]
10782
+ #
10783
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateMacSystemIntegrityProtectionModificationTaskRequest AWS API Documentation
10784
+ #
10785
+ class CreateMacSystemIntegrityProtectionModificationTaskRequest < Struct.new(
10786
+ :client_token,
10787
+ :dry_run,
10788
+ :instance_id,
10789
+ :mac_credentials,
10790
+ :mac_system_integrity_protection_configuration,
10791
+ :mac_system_integrity_protection_status,
10792
+ :tag_specifications)
10793
+ SENSITIVE = [:mac_credentials]
10794
+ include Aws::Structure
10795
+ end
10796
+
10797
+ # @!attribute [rw] mac_modification_task
10798
+ # Information about the SIP modification task.
10799
+ # @return [Types::MacModificationTask]
10800
+ #
10801
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateMacSystemIntegrityProtectionModificationTaskResult AWS API Documentation
10802
+ #
10803
+ class CreateMacSystemIntegrityProtectionModificationTaskResult < Struct.new(
10804
+ :mac_modification_task)
10805
+ SENSITIVE = []
10806
+ include Aws::Structure
10807
+ end
10808
+
10634
10809
  # @!attribute [rw] dry_run
10635
10810
  # Checks whether you have the required permissions for the action,
10636
10811
  # without actually making the request, and provides an error response.
@@ -24940,6 +25115,77 @@ module Aws::EC2
24940
25115
  include Aws::Structure
24941
25116
  end
24942
25117
 
25118
+ # @!attribute [rw] dry_run
25119
+ # Checks whether you have the required permissions for the action,
25120
+ # without actually making the request, and provides an error response.
25121
+ # If you have the required permissions, the error response is
25122
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
25123
+ # @return [Boolean]
25124
+ #
25125
+ # @!attribute [rw] filters
25126
+ # Specifies one or more filters for the request:
25127
+ #
25128
+ # * `instance-id` - The ID of the instance for which the task was
25129
+ # created.
25130
+ #
25131
+ # * `task-state` - The state of the task (`successful` \| `failed` \|
25132
+ # `in-progress` \| `pending`).
25133
+ #
25134
+ # * `mac-system-integrity-protection-configuration.sip-status` - The
25135
+ # overall SIP state requested in the task (`enabled` \| `disabled`).
25136
+ #
25137
+ # * `start-time` - The date and time the task was created.
25138
+ #
25139
+ # * `task-type` - The type of task (`sip-modification` \|
25140
+ # `volume-ownership-delegation`).
25141
+ # @return [Array<Types::Filter>]
25142
+ #
25143
+ # @!attribute [rw] mac_modification_task_ids
25144
+ # The ID of task.
25145
+ # @return [Array<String>]
25146
+ #
25147
+ # @!attribute [rw] max_results
25148
+ # The maximum number of results to return for the request in a single
25149
+ # page. The remaining results can be seen by sending another request
25150
+ # with the returned `nextToken` value. This value can be between 5 and
25151
+ # 500. If `maxResults` is given a larger value than 500, you receive
25152
+ # an error.
25153
+ # @return [Integer]
25154
+ #
25155
+ # @!attribute [rw] next_token
25156
+ # The token to use to retrieve the next page of results.
25157
+ # @return [String]
25158
+ #
25159
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeMacModificationTasksRequest AWS API Documentation
25160
+ #
25161
+ class DescribeMacModificationTasksRequest < Struct.new(
25162
+ :dry_run,
25163
+ :filters,
25164
+ :mac_modification_task_ids,
25165
+ :max_results,
25166
+ :next_token)
25167
+ SENSITIVE = []
25168
+ include Aws::Structure
25169
+ end
25170
+
25171
+ # @!attribute [rw] mac_modification_tasks
25172
+ # Information about the tasks.
25173
+ # @return [Array<Types::MacModificationTask>]
25174
+ #
25175
+ # @!attribute [rw] next_token
25176
+ # The token to use to retrieve the next page of results. This value is
25177
+ # `null` when there are no more results to return.
25178
+ # @return [String]
25179
+ #
25180
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeMacModificationTasksResult AWS API Documentation
25181
+ #
25182
+ class DescribeMacModificationTasksResult < Struct.new(
25183
+ :mac_modification_tasks,
25184
+ :next_token)
25185
+ SENSITIVE = []
25186
+ include Aws::Structure
25187
+ end
25188
+
24943
25189
  # @!attribute [rw] dry_run
24944
25190
  # Checks whether you have the required permissions for the action,
24945
25191
  # without actually making the request, and provides an error response.
@@ -52005,6 +52251,154 @@ module Aws::EC2
52005
52251
  include Aws::Structure
52006
52252
  end
52007
52253
 
52254
+ # Information about a System Integrity Protection (SIP) modification
52255
+ # task or volume ownership delegation task for an Amazon EC2 Mac
52256
+ # instance.
52257
+ #
52258
+ # @!attribute [rw] instance_id
52259
+ # The ID of the Amazon EC2 Mac instance.
52260
+ # @return [String]
52261
+ #
52262
+ # @!attribute [rw] mac_modification_task_id
52263
+ # The ID of task.
52264
+ # @return [String]
52265
+ #
52266
+ # @!attribute [rw] mac_system_integrity_protection_config
52267
+ # \[SIP modification tasks only\] Information about the SIP
52268
+ # configuration.
52269
+ # @return [Types::MacSystemIntegrityProtectionConfiguration]
52270
+ #
52271
+ # @!attribute [rw] start_time
52272
+ # The date and time the task was created, in the UTC timezone
52273
+ # (`YYYY-MM-DDThh:mm:ss.sssZ`).
52274
+ # @return [Time]
52275
+ #
52276
+ # @!attribute [rw] tags
52277
+ # The tags assigned to the task.
52278
+ # @return [Array<Types::Tag>]
52279
+ #
52280
+ # @!attribute [rw] task_state
52281
+ # The state of the task.
52282
+ # @return [String]
52283
+ #
52284
+ # @!attribute [rw] task_type
52285
+ # The type of task.
52286
+ # @return [String]
52287
+ #
52288
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MacModificationTask AWS API Documentation
52289
+ #
52290
+ class MacModificationTask < Struct.new(
52291
+ :instance_id,
52292
+ :mac_modification_task_id,
52293
+ :mac_system_integrity_protection_config,
52294
+ :start_time,
52295
+ :tags,
52296
+ :task_state,
52297
+ :task_type)
52298
+ SENSITIVE = []
52299
+ include Aws::Structure
52300
+ end
52301
+
52302
+ # Describes the configuration for a System Integrity Protection (SIP)
52303
+ # modification task.
52304
+ #
52305
+ # @!attribute [rw] apple_internal
52306
+ # Indicates whether Apple Internal was enabled or disabled by the
52307
+ # task.
52308
+ # @return [String]
52309
+ #
52310
+ # @!attribute [rw] base_system
52311
+ # Indicates whether Base System was enabled or disabled by the task.
52312
+ # @return [String]
52313
+ #
52314
+ # @!attribute [rw] debugging_restrictions
52315
+ # Indicates whether Debugging Restrictions was enabled or disabled by
52316
+ # the task.
52317
+ # @return [String]
52318
+ #
52319
+ # @!attribute [rw] d_trace_restrictions
52320
+ # Indicates whether Dtrace Restrictions was enabled or disabled by the
52321
+ # task.
52322
+ # @return [String]
52323
+ #
52324
+ # @!attribute [rw] filesystem_protections
52325
+ # Indicates whether Filesystem Protections was enabled or disabled by
52326
+ # the task.
52327
+ # @return [String]
52328
+ #
52329
+ # @!attribute [rw] kext_signing
52330
+ # Indicates whether Kext Signing was enabled or disabled by the task.
52331
+ # @return [String]
52332
+ #
52333
+ # @!attribute [rw] nvram_protections
52334
+ # Indicates whether NVRAM Protections was enabled or disabled by the
52335
+ # task.
52336
+ # @return [String]
52337
+ #
52338
+ # @!attribute [rw] status
52339
+ # Indicates SIP was enabled or disabled by the task.
52340
+ # @return [String]
52341
+ #
52342
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MacSystemIntegrityProtectionConfiguration AWS API Documentation
52343
+ #
52344
+ class MacSystemIntegrityProtectionConfiguration < Struct.new(
52345
+ :apple_internal,
52346
+ :base_system,
52347
+ :debugging_restrictions,
52348
+ :d_trace_restrictions,
52349
+ :filesystem_protections,
52350
+ :kext_signing,
52351
+ :nvram_protections,
52352
+ :status)
52353
+ SENSITIVE = []
52354
+ include Aws::Structure
52355
+ end
52356
+
52357
+ # Describes a custom configuration for a System Integrity Protection
52358
+ # (SIP) modification task.
52359
+ #
52360
+ # @!attribute [rw] apple_internal
52361
+ # Enables or disables Apple Internal.
52362
+ # @return [String]
52363
+ #
52364
+ # @!attribute [rw] base_system
52365
+ # Enables or disables Base System.
52366
+ # @return [String]
52367
+ #
52368
+ # @!attribute [rw] debugging_restrictions
52369
+ # Enables or disables Debugging Restrictions.
52370
+ # @return [String]
52371
+ #
52372
+ # @!attribute [rw] d_trace_restrictions
52373
+ # Enables or disables Dtrace Restrictions.
52374
+ # @return [String]
52375
+ #
52376
+ # @!attribute [rw] filesystem_protections
52377
+ # Enables or disables Filesystem Protections.
52378
+ # @return [String]
52379
+ #
52380
+ # @!attribute [rw] kext_signing
52381
+ # Enables or disables Kext Signing.
52382
+ # @return [String]
52383
+ #
52384
+ # @!attribute [rw] nvram_protections
52385
+ # Enables or disables Nvram Protections.
52386
+ # @return [String]
52387
+ #
52388
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MacSystemIntegrityProtectionConfigurationRequest AWS API Documentation
52389
+ #
52390
+ class MacSystemIntegrityProtectionConfigurationRequest < Struct.new(
52391
+ :apple_internal,
52392
+ :base_system,
52393
+ :debugging_restrictions,
52394
+ :d_trace_restrictions,
52395
+ :filesystem_protections,
52396
+ :kext_signing,
52397
+ :nvram_protections)
52398
+ SENSITIVE = []
52399
+ include Aws::Structure
52400
+ end
52401
+
52008
52402
  # Details for Site-to-Site VPN tunnel endpoint maintenance events.
52009
52403
  #
52010
52404
  # @!attribute [rw] pending_maintenance
@@ -334,7 +334,7 @@ module Aws::EC2
334
334
  # outpost_arn: "String",
335
335
  # tag_specifications: [
336
336
  # {
337
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
337
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, mac-modification-task
338
338
  # tags: [
339
339
  # {
340
340
  # key: "String",
@@ -369,7 +369,7 @@ module Aws::EC2
369
369
  # networkacl = vpc.create_network_acl({
370
370
  # tag_specifications: [
371
371
  # {
372
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
372
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, mac-modification-task
373
373
  # tags: [
374
374
  # {
375
375
  # key: "String",
@@ -415,7 +415,7 @@ module Aws::EC2
415
415
  # routetable = vpc.create_route_table({
416
416
  # tag_specifications: [
417
417
  # {
418
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
418
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, mac-modification-task
419
419
  # tags: [
420
420
  # {
421
421
  # key: "String",
@@ -463,7 +463,7 @@ module Aws::EC2
463
463
  # group_name: "String", # required
464
464
  # tag_specifications: [
465
465
  # {
466
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
466
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, mac-modification-task
467
467
  # tags: [
468
468
  # {
469
469
  # key: "String",
@@ -514,7 +514,7 @@ module Aws::EC2
514
514
  # subnet = vpc.create_subnet({
515
515
  # tag_specifications: [
516
516
  # {
517
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
517
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, mac-modification-task
518
518
  # tags: [
519
519
  # {
520
520
  # key: "String",
@@ -864,7 +864,7 @@ module Aws::EC2
864
864
  # peer_region: "String",
865
865
  # tag_specifications: [
866
866
  # {
867
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
867
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, mac-modification-task
868
868
  # tags: [
869
869
  # {
870
870
  # key: "String",
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.523.0'
81
+ GEM_VERSION = '1.524.0'
82
82
 
83
83
  end
84
84