aws-sdk-ec2 1.78.0 → 1.79.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 +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +157 -141
- data/lib/aws-sdk-ec2/client_api.rb +6 -2
- data/lib/aws-sdk-ec2/instance.rb +8 -12
- data/lib/aws-sdk-ec2/placement_group.rb +2 -2
- data/lib/aws-sdk-ec2/resource.rb +40 -42
- data/lib/aws-sdk-ec2/security_group.rb +10 -14
- data/lib/aws-sdk-ec2/snapshot.rb +8 -4
- data/lib/aws-sdk-ec2/subnet.rb +15 -15
- data/lib/aws-sdk-ec2/types.rb +151 -150
- data/lib/aws-sdk-ec2/volume.rb +8 -9
- data/lib/aws-sdk-ec2/vpc.rb +7 -7
- metadata +2 -2
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -192,7 +192,7 @@ module Aws::EC2
|
|
192
192
|
# @return [String]
|
193
193
|
#
|
194
194
|
# @!attribute [rw] attribute_values
|
195
|
-
#
|
195
|
+
# The values for the account attribute.
|
196
196
|
# @return [Array<Types::AccountAttributeValue>]
|
197
197
|
#
|
198
198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AccountAttribute AWS API Documentation
|
@@ -1539,7 +1539,7 @@ module Aws::EC2
|
|
1539
1539
|
# @return [String]
|
1540
1540
|
#
|
1541
1541
|
# @!attribute [rw] ip_permissions
|
1542
|
-
#
|
1542
|
+
# The sets of IP permissions. You can't specify a destination
|
1543
1543
|
# security group and a CIDR IP address range in the same set of
|
1544
1544
|
# permissions.
|
1545
1545
|
# @return [Array<Types::IpPermission>]
|
@@ -1662,8 +1662,8 @@ module Aws::EC2
|
|
1662
1662
|
# @return [String]
|
1663
1663
|
#
|
1664
1664
|
# @!attribute [rw] ip_permissions
|
1665
|
-
#
|
1666
|
-
#
|
1665
|
+
# The sets of IP permissions. Can be used to specify multiple rules in
|
1666
|
+
# a single command.
|
1667
1667
|
# @return [Array<Types::IpPermission>]
|
1668
1668
|
#
|
1669
1669
|
# @!attribute [rw] ip_protocol
|
@@ -3637,7 +3637,10 @@ module Aws::EC2
|
|
3637
3637
|
#
|
3638
3638
|
# * Key ID
|
3639
3639
|
#
|
3640
|
-
# * Key alias
|
3640
|
+
# * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
|
3641
|
+
# followed by the region of the CMK, the AWS account ID of the CMK
|
3642
|
+
# owner, the `alias` namespace, and then the CMK alias. For example,
|
3643
|
+
# arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
|
3641
3644
|
#
|
3642
3645
|
# * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
|
3643
3646
|
# followed by the region of the CMK, the AWS account ID of the CMK
|
@@ -3761,7 +3764,10 @@ module Aws::EC2
|
|
3761
3764
|
#
|
3762
3765
|
# * Key ID
|
3763
3766
|
#
|
3764
|
-
# * Key alias
|
3767
|
+
# * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
|
3768
|
+
# followed by the region of the CMK, the AWS account ID of the CMK
|
3769
|
+
# owner, the `alias` namespace, and then the CMK alias. For example,
|
3770
|
+
# arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
|
3765
3771
|
#
|
3766
3772
|
# * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
|
3767
3773
|
# followed by the region of the CMK, the AWS account ID of the CMK
|
@@ -5012,8 +5018,6 @@ module Aws::EC2
|
|
5012
5018
|
include Aws::Structure
|
5013
5019
|
end
|
5014
5020
|
|
5015
|
-
# Contains the parameters for CreateImage.
|
5016
|
-
#
|
5017
5021
|
# @note When making an API call, you may pass CreateImageRequest
|
5018
5022
|
# data as a hash:
|
5019
5023
|
#
|
@@ -5042,10 +5046,9 @@ module Aws::EC2
|
|
5042
5046
|
# }
|
5043
5047
|
#
|
5044
5048
|
# @!attribute [rw] block_device_mappings
|
5045
|
-
#
|
5046
|
-
#
|
5047
|
-
#
|
5048
|
-
# CopyImage action.
|
5049
|
+
# Tthe block device mappings. This parameter cannot be used to modify
|
5050
|
+
# the encryption status of existing volumes or snapshots. To create an
|
5051
|
+
# AMI with encrypted snapshots, use the CopyImage action.
|
5049
5052
|
# @return [Array<Types::BlockDeviceMapping>]
|
5050
5053
|
#
|
5051
5054
|
# @!attribute [rw] description
|
@@ -5091,8 +5094,6 @@ module Aws::EC2
|
|
5091
5094
|
include Aws::Structure
|
5092
5095
|
end
|
5093
5096
|
|
5094
|
-
# Contains the output of CreateImage.
|
5095
|
-
#
|
5096
5097
|
# @!attribute [rw] image_id
|
5097
5098
|
# The ID of the new AMI.
|
5098
5099
|
# @return [String]
|
@@ -6479,7 +6480,7 @@ module Aws::EC2
|
|
6479
6480
|
# @return [Boolean]
|
6480
6481
|
#
|
6481
6482
|
# @!attribute [rw] resources
|
6482
|
-
# The IDs of
|
6483
|
+
# The IDs of the resources, separated by spaces.
|
6483
6484
|
#
|
6484
6485
|
# Constraints: Up to 1000 resource IDs. We recommend breaking up this
|
6485
6486
|
# request into smaller batches.
|
@@ -6922,7 +6923,10 @@ module Aws::EC2
|
|
6922
6923
|
#
|
6923
6924
|
# * Key ID
|
6924
6925
|
#
|
6925
|
-
# * Key alias
|
6926
|
+
# * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
|
6927
|
+
# followed by the region of the CMK, the AWS account ID of the CMK
|
6928
|
+
# owner, the `alias` namespace, and then the CMK alias. For example,
|
6929
|
+
# arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
|
6926
6930
|
#
|
6927
6931
|
# * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
|
6928
6932
|
# followed by the region of the CMK, the AWS account ID of the CMK
|
@@ -8616,7 +8620,7 @@ module Aws::EC2
|
|
8616
8620
|
# @return [Boolean]
|
8617
8621
|
#
|
8618
8622
|
# @!attribute [rw] resources
|
8619
|
-
# The IDs of
|
8623
|
+
# The IDs of the resources, separated by spaces.
|
8620
8624
|
#
|
8621
8625
|
# Constraints: Up to 1000 resource IDs. We recommend breaking up this
|
8622
8626
|
# request into smaller batches.
|
@@ -9181,7 +9185,7 @@ module Aws::EC2
|
|
9181
9185
|
# }
|
9182
9186
|
#
|
9183
9187
|
# @!attribute [rw] attribute_names
|
9184
|
-
#
|
9188
|
+
# The account attribute names.
|
9185
9189
|
# @return [Array<String>]
|
9186
9190
|
#
|
9187
9191
|
# @!attribute [rw] dry_run
|
@@ -9200,7 +9204,7 @@ module Aws::EC2
|
|
9200
9204
|
end
|
9201
9205
|
|
9202
9206
|
# @!attribute [rw] account_attributes
|
9203
|
-
# Information about
|
9207
|
+
# Information about the account attributes.
|
9204
9208
|
# @return [Array<Types::AccountAttribute>]
|
9205
9209
|
#
|
9206
9210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAccountAttributesResult AWS API Documentation
|
@@ -9266,9 +9270,7 @@ module Aws::EC2
|
|
9266
9270
|
# @return [Array<String>]
|
9267
9271
|
#
|
9268
9272
|
# @!attribute [rw] allocation_ids
|
9269
|
-
# \[EC2-VPC\]
|
9270
|
-
#
|
9271
|
-
# Default: Describes all your Elastic IP addresses.
|
9273
|
+
# \[EC2-VPC\] Information about the allocation IDs.
|
9272
9274
|
# @return [Array<String>]
|
9273
9275
|
#
|
9274
9276
|
# @!attribute [rw] dry_run
|
@@ -9289,7 +9291,7 @@ module Aws::EC2
|
|
9289
9291
|
end
|
9290
9292
|
|
9291
9293
|
# @!attribute [rw] addresses
|
9292
|
-
# Information about
|
9294
|
+
# Information about the Elastic IP addresses.
|
9293
9295
|
# @return [Array<Types::Address>]
|
9294
9296
|
#
|
9295
9297
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAddressesResult AWS API Documentation
|
@@ -9354,7 +9356,7 @@ module Aws::EC2
|
|
9354
9356
|
# }
|
9355
9357
|
#
|
9356
9358
|
# @!attribute [rw] filters
|
9357
|
-
#
|
9359
|
+
# The filters.
|
9358
9360
|
#
|
9359
9361
|
# * `message` - Information about the Availability Zone.
|
9360
9362
|
#
|
@@ -9372,11 +9374,11 @@ module Aws::EC2
|
|
9372
9374
|
# @return [Array<Types::Filter>]
|
9373
9375
|
#
|
9374
9376
|
# @!attribute [rw] zone_names
|
9375
|
-
# The names of
|
9377
|
+
# The names of the Availability Zones.
|
9376
9378
|
# @return [Array<String>]
|
9377
9379
|
#
|
9378
9380
|
# @!attribute [rw] zone_ids
|
9379
|
-
# The IDs of
|
9381
|
+
# The IDs of the Availability Zones.
|
9380
9382
|
# @return [Array<String>]
|
9381
9383
|
#
|
9382
9384
|
# @!attribute [rw] dry_run
|
@@ -9397,7 +9399,7 @@ module Aws::EC2
|
|
9397
9399
|
end
|
9398
9400
|
|
9399
9401
|
# @!attribute [rw] availability_zones
|
9400
|
-
# Information about
|
9402
|
+
# Information about the Availability Zones.
|
9401
9403
|
# @return [Array<Types::AvailabilityZone>]
|
9402
9404
|
#
|
9403
9405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAvailabilityZonesResult AWS API Documentation
|
@@ -9407,8 +9409,6 @@ module Aws::EC2
|
|
9407
9409
|
include Aws::Structure
|
9408
9410
|
end
|
9409
9411
|
|
9410
|
-
# Contains the parameters for DescribeBundleTasks.
|
9411
|
-
#
|
9412
9412
|
# @note When making an API call, you may pass DescribeBundleTasksRequest
|
9413
9413
|
# data as a hash:
|
9414
9414
|
#
|
@@ -9473,10 +9473,8 @@ module Aws::EC2
|
|
9473
9473
|
include Aws::Structure
|
9474
9474
|
end
|
9475
9475
|
|
9476
|
-
# Contains the output of DescribeBundleTasks.
|
9477
|
-
#
|
9478
9476
|
# @!attribute [rw] bundle_tasks
|
9479
|
-
# Information about
|
9477
|
+
# Information about the bundle tasks.
|
9480
9478
|
# @return [Array<Types::BundleTask>]
|
9481
9479
|
#
|
9482
9480
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeBundleTasksResult AWS API Documentation
|
@@ -11440,8 +11438,6 @@ module Aws::EC2
|
|
11440
11438
|
include Aws::Structure
|
11441
11439
|
end
|
11442
11440
|
|
11443
|
-
# Contains the parameters for DescribeImages.
|
11444
|
-
#
|
11445
11441
|
# @note When making an API call, you may pass DescribeImagesRequest
|
11446
11442
|
# data as a hash:
|
11447
11443
|
#
|
@@ -11589,10 +11585,8 @@ module Aws::EC2
|
|
11589
11585
|
include Aws::Structure
|
11590
11586
|
end
|
11591
11587
|
|
11592
|
-
# Contains the output of DescribeImages.
|
11593
|
-
#
|
11594
11588
|
# @!attribute [rw] images
|
11595
|
-
# Information about
|
11589
|
+
# Information about the images.
|
11596
11590
|
# @return [Array<Types::Image>]
|
11597
11591
|
#
|
11598
11592
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImagesResult AWS API Documentation
|
@@ -11810,7 +11804,7 @@ module Aws::EC2
|
|
11810
11804
|
# @return [Boolean]
|
11811
11805
|
#
|
11812
11806
|
# @!attribute [rw] filters
|
11813
|
-
#
|
11807
|
+
# The filters.
|
11814
11808
|
#
|
11815
11809
|
# * `instance-id` - The ID of the instance.
|
11816
11810
|
#
|
@@ -11818,7 +11812,7 @@ module Aws::EC2
|
|
11818
11812
|
# @return [Array<Types::Filter>]
|
11819
11813
|
#
|
11820
11814
|
# @!attribute [rw] instance_ids
|
11821
|
-
#
|
11815
|
+
# The instance IDs.
|
11822
11816
|
#
|
11823
11817
|
# Default: Describes all your instances.
|
11824
11818
|
#
|
@@ -11883,7 +11877,7 @@ module Aws::EC2
|
|
11883
11877
|
# }
|
11884
11878
|
#
|
11885
11879
|
# @!attribute [rw] filters
|
11886
|
-
#
|
11880
|
+
# The filters.
|
11887
11881
|
#
|
11888
11882
|
# * `availability-zone` - The Availability Zone of the instance.
|
11889
11883
|
#
|
@@ -11934,7 +11928,7 @@ module Aws::EC2
|
|
11934
11928
|
# @return [Array<Types::Filter>]
|
11935
11929
|
#
|
11936
11930
|
# @!attribute [rw] instance_ids
|
11937
|
-
#
|
11931
|
+
# The instance IDs.
|
11938
11932
|
#
|
11939
11933
|
# Default: Describes all your instances.
|
11940
11934
|
#
|
@@ -11980,7 +11974,7 @@ module Aws::EC2
|
|
11980
11974
|
end
|
11981
11975
|
|
11982
11976
|
# @!attribute [rw] instance_statuses
|
11983
|
-
#
|
11977
|
+
# Information about the status of the instances.
|
11984
11978
|
# @return [Array<Types::InstanceStatus>]
|
11985
11979
|
#
|
11986
11980
|
# @!attribute [rw] next_token
|
@@ -12013,7 +12007,7 @@ module Aws::EC2
|
|
12013
12007
|
# }
|
12014
12008
|
#
|
12015
12009
|
# @!attribute [rw] filters
|
12016
|
-
#
|
12010
|
+
# The filters.
|
12017
12011
|
#
|
12018
12012
|
# * `affinity` - The affinity setting for an instance running on a
|
12019
12013
|
# Dedicated Host (`default` \| `host`).
|
@@ -12284,7 +12278,7 @@ module Aws::EC2
|
|
12284
12278
|
# @return [Array<Types::Filter>]
|
12285
12279
|
#
|
12286
12280
|
# @!attribute [rw] instance_ids
|
12287
|
-
#
|
12281
|
+
# The instance IDs.
|
12288
12282
|
#
|
12289
12283
|
# Default: Describes all your instances.
|
12290
12284
|
# @return [Array<String>]
|
@@ -12320,7 +12314,7 @@ module Aws::EC2
|
|
12320
12314
|
end
|
12321
12315
|
|
12322
12316
|
# @!attribute [rw] reservations
|
12323
|
-
#
|
12317
|
+
# Information about the reservations.
|
12324
12318
|
# @return [Array<Types::Reservation>]
|
12325
12319
|
#
|
12326
12320
|
# @!attribute [rw] next_token
|
@@ -12443,7 +12437,7 @@ module Aws::EC2
|
|
12443
12437
|
# }
|
12444
12438
|
#
|
12445
12439
|
# @!attribute [rw] filters
|
12446
|
-
#
|
12440
|
+
# The filters.
|
12447
12441
|
#
|
12448
12442
|
# * `fingerprint` - The fingerprint of the key pair.
|
12449
12443
|
#
|
@@ -12451,7 +12445,7 @@ module Aws::EC2
|
|
12451
12445
|
# @return [Array<Types::Filter>]
|
12452
12446
|
#
|
12453
12447
|
# @!attribute [rw] key_names
|
12454
|
-
#
|
12448
|
+
# The key pair names.
|
12455
12449
|
#
|
12456
12450
|
# Default: Describes all your key pairs.
|
12457
12451
|
# @return [Array<String>]
|
@@ -12473,7 +12467,7 @@ module Aws::EC2
|
|
12473
12467
|
end
|
12474
12468
|
|
12475
12469
|
# @!attribute [rw] key_pairs
|
12476
|
-
# Information about
|
12470
|
+
# Information about the key pairs.
|
12477
12471
|
# @return [Array<Types::KeyPairInfo>]
|
12478
12472
|
#
|
12479
12473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeKeyPairsResult AWS API Documentation
|
@@ -13312,7 +13306,7 @@ module Aws::EC2
|
|
13312
13306
|
# }
|
13313
13307
|
#
|
13314
13308
|
# @!attribute [rw] filters
|
13315
|
-
#
|
13309
|
+
# The filters.
|
13316
13310
|
#
|
13317
13311
|
# * `group-name` - The name of the placement group.
|
13318
13312
|
#
|
@@ -13331,7 +13325,7 @@ module Aws::EC2
|
|
13331
13325
|
# @return [Boolean]
|
13332
13326
|
#
|
13333
13327
|
# @!attribute [rw] group_names
|
13334
|
-
#
|
13328
|
+
# The names of the placement groups.
|
13335
13329
|
#
|
13336
13330
|
# Default: Describes all your placement groups, or only those
|
13337
13331
|
# otherwise specified.
|
@@ -13347,7 +13341,7 @@ module Aws::EC2
|
|
13347
13341
|
end
|
13348
13342
|
|
13349
13343
|
# @!attribute [rw] placement_groups
|
13350
|
-
#
|
13344
|
+
# Information about the placement groups.
|
13351
13345
|
# @return [Array<Types::PlacementGroup>]
|
13352
13346
|
#
|
13353
13347
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribePlacementGroupsResult AWS API Documentation
|
@@ -13561,7 +13555,7 @@ module Aws::EC2
|
|
13561
13555
|
# }
|
13562
13556
|
#
|
13563
13557
|
# @!attribute [rw] filters
|
13564
|
-
#
|
13558
|
+
# The filters.
|
13565
13559
|
#
|
13566
13560
|
# * `endpoint` - The endpoint of the region (for example,
|
13567
13561
|
# `ec2.us-east-1.amazonaws.com`).
|
@@ -13570,7 +13564,7 @@ module Aws::EC2
|
|
13570
13564
|
# @return [Array<Types::Filter>]
|
13571
13565
|
#
|
13572
13566
|
# @!attribute [rw] region_names
|
13573
|
-
# The names of
|
13567
|
+
# The names of the regions.
|
13574
13568
|
# @return [Array<String>]
|
13575
13569
|
#
|
13576
13570
|
# @!attribute [rw] dry_run
|
@@ -13590,7 +13584,7 @@ module Aws::EC2
|
|
13590
13584
|
end
|
13591
13585
|
|
13592
13586
|
# @!attribute [rw] regions
|
13593
|
-
# Information about
|
13587
|
+
# Information about the regions.
|
13594
13588
|
# @return [Array<Types::Region>]
|
13595
13589
|
#
|
13596
13590
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRegionsResult AWS API Documentation
|
@@ -14445,7 +14439,7 @@ module Aws::EC2
|
|
14445
14439
|
# @return [Boolean]
|
14446
14440
|
#
|
14447
14441
|
# @!attribute [rw] group_id
|
14448
|
-
#
|
14442
|
+
# The IDs of the security groups in your account.
|
14449
14443
|
# @return [Array<String>]
|
14450
14444
|
#
|
14451
14445
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupReferencesRequest AWS API Documentation
|
@@ -14485,9 +14479,9 @@ module Aws::EC2
|
|
14485
14479
|
# }
|
14486
14480
|
#
|
14487
14481
|
# @!attribute [rw] filters
|
14488
|
-
#
|
14489
|
-
#
|
14490
|
-
#
|
14482
|
+
# The filters. If using multiple filters for rules, the results
|
14483
|
+
# include security groups for which any combination of rules - not
|
14484
|
+
# necessarily a single rule - match all filters.
|
14491
14485
|
#
|
14492
14486
|
# * `description` - The description of the security group.
|
14493
14487
|
#
|
@@ -14569,15 +14563,15 @@ module Aws::EC2
|
|
14569
14563
|
# @return [Array<Types::Filter>]
|
14570
14564
|
#
|
14571
14565
|
# @!attribute [rw] group_ids
|
14572
|
-
#
|
14566
|
+
# The IDs of the security groups. Required for security groups in a
|
14573
14567
|
# nondefault VPC.
|
14574
14568
|
#
|
14575
14569
|
# Default: Describes all your security groups.
|
14576
14570
|
# @return [Array<String>]
|
14577
14571
|
#
|
14578
14572
|
# @!attribute [rw] group_names
|
14579
|
-
# \[EC2-Classic and default VPC only\]
|
14580
|
-
#
|
14573
|
+
# \[EC2-Classic and default VPC only\] The names of the security
|
14574
|
+
# groups. You can specify either the security group name or the
|
14581
14575
|
# security group ID. For security groups in a nondefault VPC, use the
|
14582
14576
|
# `group-name` filter to describe security groups by name.
|
14583
14577
|
#
|
@@ -14615,7 +14609,7 @@ module Aws::EC2
|
|
14615
14609
|
end
|
14616
14610
|
|
14617
14611
|
# @!attribute [rw] security_groups
|
14618
|
-
# Information about
|
14612
|
+
# Information about the security groups.
|
14619
14613
|
# @return [Array<Types::SecurityGroup>]
|
14620
14614
|
#
|
14621
14615
|
# @!attribute [rw] next_token
|
@@ -14690,8 +14684,6 @@ module Aws::EC2
|
|
14690
14684
|
include Aws::Structure
|
14691
14685
|
end
|
14692
14686
|
|
14693
|
-
# Contains the parameters for DescribeSnapshots.
|
14694
|
-
#
|
14695
14687
|
# @note When making an API call, you may pass DescribeSnapshotsRequest
|
14696
14688
|
# data as a hash:
|
14697
14689
|
#
|
@@ -14711,14 +14703,14 @@ module Aws::EC2
|
|
14711
14703
|
# }
|
14712
14704
|
#
|
14713
14705
|
# @!attribute [rw] filters
|
14714
|
-
#
|
14706
|
+
# The filters.
|
14715
14707
|
#
|
14716
14708
|
# * `description` - A description of the snapshot.
|
14717
14709
|
#
|
14718
14710
|
# * `owner-alias` - Value from an Amazon-maintained list (`amazon` \|
|
14719
|
-
# `aws-marketplace` \| `microsoft`) of snapshot
|
14720
|
-
# confused with the user-configured AWS account
|
14721
|
-
# from the IAM console.
|
14711
|
+
# `self` \| `all` \| `aws-marketplace` \| `microsoft`) of snapshot
|
14712
|
+
# owners. Not to be confused with the user-configured AWS account
|
14713
|
+
# alias, which is set from the IAM console.
|
14722
14714
|
#
|
14723
14715
|
# * `owner-id` - The ID of the AWS account that owns the snapshot.
|
14724
14716
|
#
|
@@ -14771,16 +14763,16 @@ module Aws::EC2
|
|
14771
14763
|
# @return [String]
|
14772
14764
|
#
|
14773
14765
|
# @!attribute [rw] owner_ids
|
14774
|
-
# Describes the snapshots owned by
|
14766
|
+
# Describes the snapshots owned by these owners.
|
14775
14767
|
# @return [Array<String>]
|
14776
14768
|
#
|
14777
14769
|
# @!attribute [rw] restorable_by_user_ids
|
14778
|
-
#
|
14770
|
+
# The IDs of the AWS accounts that can create volumes from the
|
14779
14771
|
# snapshot.
|
14780
14772
|
# @return [Array<String>]
|
14781
14773
|
#
|
14782
14774
|
# @!attribute [rw] snapshot_ids
|
14783
|
-
#
|
14775
|
+
# The snapshot IDs.
|
14784
14776
|
#
|
14785
14777
|
# Default: Describes the snapshots for which you have create volume
|
14786
14778
|
# permissions.
|
@@ -14806,8 +14798,6 @@ module Aws::EC2
|
|
14806
14798
|
include Aws::Structure
|
14807
14799
|
end
|
14808
14800
|
|
14809
|
-
# Contains the output of DescribeSnapshots.
|
14810
|
-
#
|
14811
14801
|
# @!attribute [rw] snapshots
|
14812
14802
|
# Information about the snapshots.
|
14813
14803
|
# @return [Array<Types::Snapshot>]
|
@@ -16069,8 +16059,6 @@ module Aws::EC2
|
|
16069
16059
|
include Aws::Structure
|
16070
16060
|
end
|
16071
16061
|
|
16072
|
-
# Contains the parameters for DescribeVolumeStatus.
|
16073
|
-
#
|
16074
16062
|
# @note When making an API call, you may pass DescribeVolumeStatusRequest
|
16075
16063
|
# data as a hash:
|
16076
16064
|
#
|
@@ -16088,7 +16076,7 @@ module Aws::EC2
|
|
16088
16076
|
# }
|
16089
16077
|
#
|
16090
16078
|
# @!attribute [rw] filters
|
16091
|
-
#
|
16079
|
+
# The filters.
|
16092
16080
|
#
|
16093
16081
|
# * `action.code` - The action code for the event (for example,
|
16094
16082
|
# `enable-volume-io`).
|
@@ -16144,7 +16132,7 @@ module Aws::EC2
|
|
16144
16132
|
# @return [String]
|
16145
16133
|
#
|
16146
16134
|
# @!attribute [rw] volume_ids
|
16147
|
-
#
|
16135
|
+
# The IDs of the volumes.
|
16148
16136
|
#
|
16149
16137
|
# Default: Describes all your volumes.
|
16150
16138
|
# @return [Array<String>]
|
@@ -16167,15 +16155,13 @@ module Aws::EC2
|
|
16167
16155
|
include Aws::Structure
|
16168
16156
|
end
|
16169
16157
|
|
16170
|
-
# Contains the output of DescribeVolumeStatus.
|
16171
|
-
#
|
16172
16158
|
# @!attribute [rw] next_token
|
16173
16159
|
# The token to use to retrieve the next page of results. This value is
|
16174
16160
|
# `null` when there are no more results to return.
|
16175
16161
|
# @return [String]
|
16176
16162
|
#
|
16177
16163
|
# @!attribute [rw] volume_statuses
|
16178
|
-
#
|
16164
|
+
# Information about the status of the volumes.
|
16179
16165
|
# @return [Array<Types::VolumeStatusItem>]
|
16180
16166
|
#
|
16181
16167
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumeStatusResult AWS API Documentation
|
@@ -16210,15 +16196,14 @@ module Aws::EC2
|
|
16210
16196
|
# @return [Boolean]
|
16211
16197
|
#
|
16212
16198
|
# @!attribute [rw] volume_ids
|
16213
|
-
#
|
16199
|
+
# The IDs of the volumes for which in-progress modifications will be
|
16214
16200
|
# described.
|
16215
16201
|
# @return [Array<String>]
|
16216
16202
|
#
|
16217
16203
|
# @!attribute [rw] filters
|
16218
|
-
#
|
16219
|
-
# `
|
16220
|
-
# `
|
16221
|
-
# `original-volume-type`, `start-time`.
|
16204
|
+
# The filters. Supported filters: `volume-id`, `modification-state`,
|
16205
|
+
# `target-size`, `target-iops`, `target-volume-type`, `original-size`,
|
16206
|
+
# `original-iops`, `original-volume-type`, `start-time`.
|
16222
16207
|
# @return [Array<Types::Filter>]
|
16223
16208
|
#
|
16224
16209
|
# @!attribute [rw] next_token
|
@@ -16242,7 +16227,7 @@ module Aws::EC2
|
|
16242
16227
|
end
|
16243
16228
|
|
16244
16229
|
# @!attribute [rw] volumes_modifications
|
16245
|
-
#
|
16230
|
+
# Information about the volume modifications.
|
16246
16231
|
# @return [Array<Types::VolumeModification>]
|
16247
16232
|
#
|
16248
16233
|
# @!attribute [rw] next_token
|
@@ -16257,8 +16242,6 @@ module Aws::EC2
|
|
16257
16242
|
include Aws::Structure
|
16258
16243
|
end
|
16259
16244
|
|
16260
|
-
# Contains the parameters for DescribeVolumes.
|
16261
|
-
#
|
16262
16245
|
# @note When making an API call, you may pass DescribeVolumesRequest
|
16263
16246
|
# data as a hash:
|
16264
16247
|
#
|
@@ -16276,7 +16259,7 @@ module Aws::EC2
|
|
16276
16259
|
# }
|
16277
16260
|
#
|
16278
16261
|
# @!attribute [rw] filters
|
16279
|
-
#
|
16262
|
+
# The filters.
|
16280
16263
|
#
|
16281
16264
|
# * `attachment.attach-time` - The time stamp when the attachment
|
16282
16265
|
# initiated.
|
@@ -16326,7 +16309,7 @@ module Aws::EC2
|
|
16326
16309
|
# @return [Array<Types::Filter>]
|
16327
16310
|
#
|
16328
16311
|
# @!attribute [rw] volume_ids
|
16329
|
-
#
|
16312
|
+
# The volume IDs.
|
16330
16313
|
# @return [Array<String>]
|
16331
16314
|
#
|
16332
16315
|
# @!attribute [rw] dry_run
|
@@ -16369,8 +16352,6 @@ module Aws::EC2
|
|
16369
16352
|
include Aws::Structure
|
16370
16353
|
end
|
16371
16354
|
|
16372
|
-
# Contains the output of DescribeVolumes.
|
16373
|
-
#
|
16374
16355
|
# @!attribute [rw] volumes
|
16375
16356
|
# Information about the volumes.
|
16376
16357
|
# @return [Array<Types::Volume>]
|
@@ -19237,7 +19218,7 @@ module Aws::EC2
|
|
19237
19218
|
# @return [String]
|
19238
19219
|
#
|
19239
19220
|
# @!attribute [rw] values
|
19240
|
-
#
|
19221
|
+
# The filter values. Filter values are case-sensitive.
|
19241
19222
|
# @return [Array<String>]
|
19242
19223
|
#
|
19243
19224
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Filter AWS API Documentation
|
@@ -21352,7 +21333,10 @@ module Aws::EC2
|
|
21352
21333
|
#
|
21353
21334
|
# * Key ID
|
21354
21335
|
#
|
21355
|
-
# * Key alias
|
21336
|
+
# * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
|
21337
|
+
# followed by the region of the CMK, the AWS account ID of the CMK
|
21338
|
+
# owner, the `alias` namespace, and then the CMK alias. For example,
|
21339
|
+
# arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
|
21356
21340
|
#
|
21357
21341
|
# * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
|
21358
21342
|
# followed by the region of the CMK, the AWS account ID of the CMK
|
@@ -21971,7 +21955,10 @@ module Aws::EC2
|
|
21971
21955
|
#
|
21972
21956
|
# * Key ID
|
21973
21957
|
#
|
21974
|
-
# * Key alias
|
21958
|
+
# * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
|
21959
|
+
# followed by the region of the CMK, the AWS account ID of the CMK
|
21960
|
+
# owner, the `alias` namespace, and then the CMK alias. For example,
|
21961
|
+
# arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
|
21975
21962
|
#
|
21976
21963
|
# * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
|
21977
21964
|
# followed by the region of the CMK, the AWS account ID of the CMK
|
@@ -22300,7 +22287,7 @@ module Aws::EC2
|
|
22300
22287
|
# @return [Array<Types::ElasticInferenceAcceleratorAssociation>]
|
22301
22288
|
#
|
22302
22289
|
# @!attribute [rw] network_interfaces
|
22303
|
-
# \[EC2-VPC\]
|
22290
|
+
# \[EC2-VPC\] The network interfaces for the instance.
|
22304
22291
|
# @return [Array<Types::InstanceNetworkInterface>]
|
22305
22292
|
#
|
22306
22293
|
# @!attribute [rw] root_device_name
|
@@ -22314,7 +22301,7 @@ module Aws::EC2
|
|
22314
22301
|
# @return [String]
|
22315
22302
|
#
|
22316
22303
|
# @!attribute [rw] security_groups
|
22317
|
-
#
|
22304
|
+
# The security groups for the instance.
|
22318
22305
|
# @return [Array<Types::GroupIdentifier>]
|
22319
22306
|
#
|
22320
22307
|
# @!attribute [rw] source_dest_check
|
@@ -23377,18 +23364,18 @@ module Aws::EC2
|
|
23377
23364
|
# @return [String]
|
23378
23365
|
#
|
23379
23366
|
# @!attribute [rw] ip_ranges
|
23380
|
-
#
|
23367
|
+
# The IPv4 ranges.
|
23381
23368
|
# @return [Array<Types::IpRange>]
|
23382
23369
|
#
|
23383
23370
|
# @!attribute [rw] ipv_6_ranges
|
23384
|
-
# \[EC2-VPC only\]
|
23371
|
+
# \[EC2-VPC only\] The IPv6 ranges.
|
23385
23372
|
# @return [Array<Types::Ipv6Range>]
|
23386
23373
|
#
|
23387
23374
|
# @!attribute [rw] prefix_list_ids
|
23388
|
-
# \[EC2-VPC only\]
|
23389
|
-
#
|
23390
|
-
#
|
23391
|
-
#
|
23375
|
+
# \[EC2-VPC only\] The prefix list IDs for an AWS service. With
|
23376
|
+
# AuthorizeSecurityGroupEgress, this is the AWS service that you want
|
23377
|
+
# to access through a VPC endpoint from instances associated with the
|
23378
|
+
# security group.
|
23392
23379
|
# @return [Array<Types::PrefixListId>]
|
23393
23380
|
#
|
23394
23381
|
# @!attribute [rw] to_port
|
@@ -23399,7 +23386,7 @@ module Aws::EC2
|
|
23399
23386
|
# @return [Integer]
|
23400
23387
|
#
|
23401
23388
|
# @!attribute [rw] user_id_group_pairs
|
23402
|
-
#
|
23389
|
+
# The security group and AWS account ID pairs.
|
23403
23390
|
# @return [Array<Types::UserIdGroupPair>]
|
23404
23391
|
#
|
23405
23392
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpPermission AWS API Documentation
|
@@ -27018,7 +27005,7 @@ module Aws::EC2
|
|
27018
27005
|
# }
|
27019
27006
|
#
|
27020
27007
|
# @!attribute [rw] instance_ids
|
27021
|
-
#
|
27008
|
+
# The IDs of the instances.
|
27022
27009
|
# @return [Array<String>]
|
27023
27010
|
#
|
27024
27011
|
# @!attribute [rw] dry_run
|
@@ -28741,7 +28728,7 @@ module Aws::EC2
|
|
28741
28728
|
# }
|
28742
28729
|
#
|
28743
28730
|
# @!attribute [rw] instance_ids
|
28744
|
-
#
|
28731
|
+
# The instance IDs.
|
28745
28732
|
# @return [Array<String>]
|
28746
28733
|
#
|
28747
28734
|
# @!attribute [rw] dry_run
|
@@ -29525,12 +29512,11 @@ module Aws::EC2
|
|
29525
29512
|
# @return [Time]
|
29526
29513
|
#
|
29527
29514
|
# @!attribute [rw] instances
|
29528
|
-
#
|
29515
|
+
# The instances.
|
29529
29516
|
# @return [Array<String>]
|
29530
29517
|
#
|
29531
29518
|
# @!attribute [rw] reason_codes
|
29532
|
-
#
|
29533
|
-
# instance.
|
29519
|
+
# The reason codes that describe the health state of your instance.
|
29534
29520
|
#
|
29535
29521
|
# * `instance-stuck-in-state`\: My instance is stuck in a state.
|
29536
29522
|
#
|
@@ -30499,11 +30485,11 @@ module Aws::EC2
|
|
30499
30485
|
# Describes a reservation.
|
30500
30486
|
#
|
30501
30487
|
# @!attribute [rw] groups
|
30502
|
-
# \[EC2-Classic only\]
|
30488
|
+
# \[EC2-Classic only\] The security groups.
|
30503
30489
|
# @return [Array<Types::GroupIdentifier>]
|
30504
30490
|
#
|
30505
30491
|
# @!attribute [rw] instances
|
30506
|
-
#
|
30492
|
+
# The instances.
|
30507
30493
|
# @return [Array<Types::Instance>]
|
30508
30494
|
#
|
30509
30495
|
# @!attribute [rw] owner_id
|
@@ -31522,7 +31508,7 @@ module Aws::EC2
|
|
31522
31508
|
# @return [String]
|
31523
31509
|
#
|
31524
31510
|
# @!attribute [rw] ip_permissions
|
31525
|
-
#
|
31511
|
+
# The sets of IP permissions. You can't specify a destination
|
31526
31512
|
# security group and a CIDR IP address range in the same set of
|
31527
31513
|
# permissions.
|
31528
31514
|
# @return [Array<Types::IpPermission>]
|
@@ -31644,9 +31630,8 @@ module Aws::EC2
|
|
31644
31630
|
# @return [String]
|
31645
31631
|
#
|
31646
31632
|
# @!attribute [rw] ip_permissions
|
31647
|
-
#
|
31648
|
-
#
|
31649
|
-
# permissions.
|
31633
|
+
# The sets of IP permissions. You can't specify a source security
|
31634
|
+
# group and a CIDR IP address range in the same set of permissions.
|
31650
31635
|
# @return [Array<Types::IpPermission>]
|
31651
31636
|
#
|
31652
31637
|
# @!attribute [rw] ip_protocol
|
@@ -32028,11 +32013,11 @@ module Aws::EC2
|
|
32028
32013
|
# }
|
32029
32014
|
#
|
32030
32015
|
# @!attribute [rw] block_device_mappings
|
32031
|
-
#
|
32032
|
-
#
|
32033
|
-
#
|
32034
|
-
#
|
32035
|
-
#
|
32016
|
+
# The block device mapping entries. You can't specify both a snapshot
|
32017
|
+
# ID and an encryption value. This is because only blank volumes can
|
32018
|
+
# be encrypted on creation. If a snapshot is the basis for a volume,
|
32019
|
+
# it is not blank and its encryption status is used for the volume
|
32020
|
+
# encryption status.
|
32036
32021
|
# @return [Array<Types::BlockDeviceMapping>]
|
32037
32022
|
#
|
32038
32023
|
# @!attribute [rw] image_id
|
@@ -32065,11 +32050,11 @@ module Aws::EC2
|
|
32065
32050
|
# @return [Integer]
|
32066
32051
|
#
|
32067
32052
|
# @!attribute [rw] ipv_6_addresses
|
32068
|
-
# \[EC2-VPC\]
|
32069
|
-
#
|
32070
|
-
#
|
32071
|
-
#
|
32072
|
-
#
|
32053
|
+
# \[EC2-VPC\] The IPv6 addresses from the range of the subnet to
|
32054
|
+
# associate with the primary network interface. You cannot specify
|
32055
|
+
# this option and the option to assign a number of IPv6 addresses in
|
32056
|
+
# the same request. You cannot specify this option if you've
|
32057
|
+
# specified a minimum number of instances to launch.
|
32073
32058
|
#
|
32074
32059
|
# You cannot specify this option and the network interfaces option in
|
32075
32060
|
# the same request.
|
@@ -32148,7 +32133,7 @@ module Aws::EC2
|
|
32148
32133
|
# @return [String]
|
32149
32134
|
#
|
32150
32135
|
# @!attribute [rw] security_group_ids
|
32151
|
-
#
|
32136
|
+
# The IDs of the security groups. You can create a security group
|
32152
32137
|
# using CreateSecurityGroup.
|
32153
32138
|
#
|
32154
32139
|
# Default: Amazon EC2 uses the default security group.
|
@@ -32158,7 +32143,7 @@ module Aws::EC2
|
|
32158
32143
|
# @return [Array<String>]
|
32159
32144
|
#
|
32160
32145
|
# @!attribute [rw] security_groups
|
32161
|
-
# \[EC2-Classic, default VPC\]
|
32146
|
+
# \[EC2-Classic, default VPC\] The names of the security groups. For a
|
32162
32147
|
# nondefault VPC, you must use security group IDs instead.
|
32163
32148
|
#
|
32164
32149
|
# You cannot specify this option and the network interfaces option in
|
@@ -32247,7 +32232,7 @@ module Aws::EC2
|
|
32247
32232
|
# @return [String]
|
32248
32233
|
#
|
32249
32234
|
# @!attribute [rw] network_interfaces
|
32250
|
-
#
|
32235
|
+
# The network interfaces.
|
32251
32236
|
#
|
32252
32237
|
# You cannot specify this option and the network interfaces option in
|
32253
32238
|
# the same request.
|
@@ -33430,7 +33415,7 @@ module Aws::EC2
|
|
33430
33415
|
# @return [String]
|
33431
33416
|
#
|
33432
33417
|
# @!attribute [rw] ip_permissions
|
33433
|
-
#
|
33418
|
+
# The inbound rules associated with the security group.
|
33434
33419
|
# @return [Array<Types::IpPermission>]
|
33435
33420
|
#
|
33436
33421
|
# @!attribute [rw] owner_id
|
@@ -33442,8 +33427,7 @@ module Aws::EC2
|
|
33442
33427
|
# @return [String]
|
33443
33428
|
#
|
33444
33429
|
# @!attribute [rw] ip_permissions_egress
|
33445
|
-
# \[EC2-VPC\]
|
33446
|
-
# group.
|
33430
|
+
# \[EC2-VPC\] The outbound rules associated with the security group.
|
33447
33431
|
# @return [Array<Types::IpPermission>]
|
33448
33432
|
#
|
33449
33433
|
# @!attribute [rw] tags
|
@@ -33537,6 +33521,12 @@ module Aws::EC2
|
|
33537
33521
|
# endpoint to the service must first be accepted.
|
33538
33522
|
# @return [Boolean]
|
33539
33523
|
#
|
33524
|
+
# @!attribute [rw] manages_vpc_endpoints
|
33525
|
+
# Indicates whether the service manages it's VPC Endpoints.
|
33526
|
+
# Management of the service VPC Endpoints using the VPC Endpoint API
|
33527
|
+
# is restricted.
|
33528
|
+
# @return [Boolean]
|
33529
|
+
#
|
33540
33530
|
# @!attribute [rw] network_load_balancer_arns
|
33541
33531
|
# The Amazon Resource Names (ARNs) of the Network Load Balancers for
|
33542
33532
|
# the service.
|
@@ -33559,6 +33549,7 @@ module Aws::EC2
|
|
33559
33549
|
:service_state,
|
33560
33550
|
:availability_zones,
|
33561
33551
|
:acceptance_required,
|
33552
|
+
:manages_vpc_endpoints,
|
33562
33553
|
:network_load_balancer_arns,
|
33563
33554
|
:base_endpoint_dns_names,
|
33564
33555
|
:private_dns_name)
|
@@ -33600,6 +33591,12 @@ module Aws::EC2
|
|
33600
33591
|
# must be accepted by the service owner.
|
33601
33592
|
# @return [Boolean]
|
33602
33593
|
#
|
33594
|
+
# @!attribute [rw] manages_vpc_endpoints
|
33595
|
+
# Indicates whether the service manages it's VPC Endpoints.
|
33596
|
+
# Management of the service VPC Endpoints using the VPC Endpoint API
|
33597
|
+
# is restricted.
|
33598
|
+
# @return [Boolean]
|
33599
|
+
#
|
33603
33600
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ServiceDetail AWS API Documentation
|
33604
33601
|
#
|
33605
33602
|
class ServiceDetail < Struct.new(
|
@@ -33610,7 +33607,8 @@ module Aws::EC2
|
|
33610
33607
|
:base_endpoint_dns_names,
|
33611
33608
|
:private_dns_name,
|
33612
33609
|
:vpc_endpoint_policy_supported,
|
33613
|
-
:acceptance_required
|
33610
|
+
:acceptance_required,
|
33611
|
+
:manages_vpc_endpoints)
|
33614
33612
|
include Aws::Structure
|
33615
33613
|
end
|
33616
33614
|
|
@@ -33754,10 +33752,10 @@ module Aws::EC2
|
|
33754
33752
|
# @return [Integer]
|
33755
33753
|
#
|
33756
33754
|
# @!attribute [rw] owner_alias
|
33757
|
-
# Value from an Amazon-maintained list (`amazon` \| `
|
33758
|
-
# \| `microsoft`) of snapshot owners. Not to be
|
33759
|
-
# user-configured AWS account alias, which is set
|
33760
|
-
# console.
|
33755
|
+
# Value from an Amazon-maintained list (`amazon` \| `self` \| `all` \|
|
33756
|
+
# `aws-marketplace` \| `microsoft`) of snapshot owners. Not to be
|
33757
|
+
# confused with the user-configured AWS account alias, which is set
|
33758
|
+
# from the IAM console.
|
33761
33759
|
# @return [String]
|
33762
33760
|
#
|
33763
33761
|
# @!attribute [rw] tags
|
@@ -35021,13 +35019,12 @@ module Aws::EC2
|
|
35021
35019
|
# @return [String]
|
35022
35020
|
#
|
35023
35021
|
# @!attribute [rw] ip_ranges
|
35024
|
-
#
|
35025
|
-
# rules.
|
35022
|
+
# The IP ranges. Not applicable for stale security group rules.
|
35026
35023
|
# @return [Array<String>]
|
35027
35024
|
#
|
35028
35025
|
# @!attribute [rw] prefix_list_ids
|
35029
|
-
#
|
35030
|
-
#
|
35026
|
+
# The prefix list IDs for an AWS service. Not applicable for stale
|
35027
|
+
# security group rules.
|
35031
35028
|
# @return [Array<String>]
|
35032
35029
|
#
|
35033
35030
|
# @!attribute [rw] to_port
|
@@ -35036,9 +35033,8 @@ module Aws::EC2
|
|
35036
35033
|
# @return [Integer]
|
35037
35034
|
#
|
35038
35035
|
# @!attribute [rw] user_id_group_pairs
|
35039
|
-
#
|
35040
|
-
#
|
35041
|
-
# connection.
|
35036
|
+
# The security group pairs. Returns the ID of the referenced security
|
35037
|
+
# group and VPC, and the ID and status of the VPC peering connection.
|
35042
35038
|
# @return [Array<Types::UserIdGroupPair>]
|
35043
35039
|
#
|
35044
35040
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StaleIpPermission AWS API Documentation
|
@@ -35102,7 +35098,7 @@ module Aws::EC2
|
|
35102
35098
|
# }
|
35103
35099
|
#
|
35104
35100
|
# @!attribute [rw] instance_ids
|
35105
|
-
#
|
35101
|
+
# The IDs of the instances.
|
35106
35102
|
# @return [Array<String>]
|
35107
35103
|
#
|
35108
35104
|
# @!attribute [rw] additional_info
|
@@ -35126,7 +35122,7 @@ module Aws::EC2
|
|
35126
35122
|
end
|
35127
35123
|
|
35128
35124
|
# @!attribute [rw] starting_instances
|
35129
|
-
# Information about
|
35125
|
+
# Information about the started instances.
|
35130
35126
|
# @return [Array<Types::InstanceStateChange>]
|
35131
35127
|
#
|
35132
35128
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartInstancesResult AWS API Documentation
|
@@ -35206,7 +35202,7 @@ module Aws::EC2
|
|
35206
35202
|
# }
|
35207
35203
|
#
|
35208
35204
|
# @!attribute [rw] instance_ids
|
35209
|
-
#
|
35205
|
+
# The IDs of the instances.
|
35210
35206
|
# @return [Array<String>]
|
35211
35207
|
#
|
35212
35208
|
# @!attribute [rw] hibernate
|
@@ -35249,7 +35245,7 @@ module Aws::EC2
|
|
35249
35245
|
end
|
35250
35246
|
|
35251
35247
|
# @!attribute [rw] stopping_instances
|
35252
|
-
# Information about
|
35248
|
+
# Information about the stopped instances.
|
35253
35249
|
# @return [Array<Types::InstanceStateChange>]
|
35254
35250
|
#
|
35255
35251
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StopInstancesResult AWS API Documentation
|
@@ -35870,7 +35866,7 @@ module Aws::EC2
|
|
35870
35866
|
# }
|
35871
35867
|
#
|
35872
35868
|
# @!attribute [rw] instance_ids
|
35873
|
-
#
|
35869
|
+
# The IDs of the instances.
|
35874
35870
|
#
|
35875
35871
|
# Constraints: Up to 1000 instance IDs. We recommend breaking up this
|
35876
35872
|
# request into smaller batches.
|
@@ -35892,7 +35888,7 @@ module Aws::EC2
|
|
35892
35888
|
end
|
35893
35889
|
|
35894
35890
|
# @!attribute [rw] terminating_instances
|
35895
|
-
# Information about
|
35891
|
+
# Information about the terminated instances.
|
35896
35892
|
# @return [Array<Types::InstanceStateChange>]
|
35897
35893
|
#
|
35898
35894
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TerminateInstancesResult AWS API Documentation
|
@@ -36520,7 +36516,7 @@ module Aws::EC2
|
|
36520
36516
|
# }
|
36521
36517
|
#
|
36522
36518
|
# @!attribute [rw] instance_ids
|
36523
|
-
#
|
36519
|
+
# The IDs of the instances.
|
36524
36520
|
# @return [Array<String>]
|
36525
36521
|
#
|
36526
36522
|
# @!attribute [rw] dry_run
|
@@ -37519,6 +37515,10 @@ module Aws::EC2
|
|
37519
37515
|
# private hosted zone.
|
37520
37516
|
# @return [Boolean]
|
37521
37517
|
#
|
37518
|
+
# @!attribute [rw] requester_managed
|
37519
|
+
# Indicates whether the VPC Endpoint is being managed by its service.
|
37520
|
+
# @return [Boolean]
|
37521
|
+
#
|
37522
37522
|
# @!attribute [rw] network_interface_ids
|
37523
37523
|
# (Interface endpoint) One or more network interfaces for the
|
37524
37524
|
# endpoint.
|
@@ -37545,6 +37545,7 @@ module Aws::EC2
|
|
37545
37545
|
:subnet_ids,
|
37546
37546
|
:groups,
|
37547
37547
|
:private_dns_enabled,
|
37548
|
+
:requester_managed,
|
37548
37549
|
:network_interface_ids,
|
37549
37550
|
:dns_entries,
|
37550
37551
|
:creation_timestamp)
|