lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.489.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.490.0

- old
+ new

@@ -210,10 +210,13 @@ # maintenance_options: { # auto_recovery: "disabled", # accepts disabled, default # }, # disable_api_stop: false, # enable_primary_ipv_6: false, + # operator: { + # principal: "String", + # }, # dry_run: false, # disable_api_termination: false, # instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate # private_ip_address: "String", # client_token: "String", @@ -542,10 +545,12 @@ # address until the instance is terminated or the network interface is # detached. If you have multiple IPv6 addresses associated with an ENI # attached to your instance and you enable a primary IPv6 address, the # first IPv6 GUA address associated with the ENI becomes the primary # IPv6 address. + # @option options [Types::OperatorRequest] :operator + # Reserved for internal use. # @option options [Boolean] :dry_run # Checks whether you have the required permissions for the operation, # without actually making the request, and provides an error response. # If you have the required permissions, the error response is # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`. @@ -885,10 +890,13 @@ # connection_tracking_specification: { # tcp_established_timeout: 1, # udp_stream_timeout: 1, # udp_timeout: 1, # }, + # operator: { + # principal: "String", + # }, # subnet_id: "SubnetId", # required # description: "String", # private_ip_address: "String", # groups: ["SecurityGroupId"], # private_ip_addresses: [ @@ -969,10 +977,12 @@ # with an ENI attached to your instance and you enable a primary IPv6 # address, the first IPv6 GUA address associated with the ENI becomes # the primary IPv6 address. # @option options [Types::ConnectionTrackingSpecificationRequest] :connection_tracking_specification # A connection tracking specification for the network interface. + # @option options [Types::OperatorRequest] :operator + # Reserved for internal use. # @option options [required, String] :subnet_id # The ID of the subnet to associate with the network interface. # @option options [String] :description # A description for the network interface. # @option options [String] :private_ip_address @@ -1447,10 +1457,13 @@ # }, # ], # multi_attach_enabled: false, # throughput: 1, # client_token: "String", + # operator: { + # principal: "String", + # }, # dry_run: false, # }) # @param [Hash] options ({}) # @option options [required, String] :availability_zone # The ID of the Availability Zone in which to create the volume. For @@ -1595,9 +1608,11 @@ # Idempotency][1]. # # # # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html + # @option options [Types::OperatorRequest] :operator + # Reserved for internal use. # @option options [Boolean] :dry_run # Checks whether you have the required permissions for the action, # without actually making the request, and provides an error response. # If you have the required permissions, the error response is # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.