aws-sdk-ec2 1.363.0 → 1.364.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +69 -60
- data/lib/aws-sdk-ec2/client_api.rb +22 -22
- data/lib/aws-sdk-ec2/resource.rb +5 -2
- data/lib/aws-sdk-ec2/types.rb +31 -9
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07f0aaf94c170c862831aa6dc21dba2ccf7e5b538f44863e2c9efdf0184f2eb1
|
4
|
+
data.tar.gz: f583f752747ddc80feafd62548f22d8cb25a6047d80dbfcd282b0e776e4aefa0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b20f42b53e7468ddd116241feb4743899b2cc3d5f93cfa59541bc25e0abf6902a1ce0b416e324f036c225caa3befbd175360fb50fc1d856de9741f158a0e714
|
7
|
+
data.tar.gz: 4114b225a82db40a5371fb8e4fed9226a9d1d4be1eb52d0e7e9d45c3172b8670618e50b27e1b704c40edeaf1026f48f53675cde84d044e481980a2022234bbb9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.364.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -697,7 +697,7 @@ module Aws::EC2
|
|
697
697
|
# If you have the required permissions, the error response is
|
698
698
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
699
699
|
#
|
700
|
-
# @option params [String] :vpc_peering_connection_id
|
700
|
+
# @option params [required, String] :vpc_peering_connection_id
|
701
701
|
# The ID of the VPC peering connection. You must specify this parameter
|
702
702
|
# in the request.
|
703
703
|
#
|
@@ -709,7 +709,7 @@ module Aws::EC2
|
|
709
709
|
#
|
710
710
|
# resp = client.accept_vpc_peering_connection({
|
711
711
|
# dry_run: false,
|
712
|
-
# vpc_peering_connection_id: "VpcPeeringConnectionIdWithResolver",
|
712
|
+
# vpc_peering_connection_id: "VpcPeeringConnectionIdWithResolver", # required
|
713
713
|
# })
|
714
714
|
#
|
715
715
|
# @example Response structure
|
@@ -1833,10 +1833,10 @@ module Aws::EC2
|
|
1833
1833
|
# [1]: https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html
|
1834
1834
|
# [2]: https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html#add-policy
|
1835
1835
|
#
|
1836
|
-
# @option params [String] :certificate_arn
|
1836
|
+
# @option params [required, String] :certificate_arn
|
1837
1837
|
# The ARN of the ACM certificate with which to associate the IAM role.
|
1838
1838
|
#
|
1839
|
-
# @option params [String] :role_arn
|
1839
|
+
# @option params [required, String] :role_arn
|
1840
1840
|
# The ARN of the IAM role to associate with the ACM certificate. You can
|
1841
1841
|
# associate up to 16 IAM roles with an ACM certificate.
|
1842
1842
|
#
|
@@ -1855,8 +1855,8 @@ module Aws::EC2
|
|
1855
1855
|
# @example Request syntax with placeholder values
|
1856
1856
|
#
|
1857
1857
|
# resp = client.associate_enclave_certificate_iam_role({
|
1858
|
-
# certificate_arn: "CertificateId",
|
1859
|
-
# role_arn: "RoleId",
|
1858
|
+
# certificate_arn: "CertificateId", # required
|
1859
|
+
# role_arn: "RoleId", # required
|
1860
1860
|
# dry_run: false,
|
1861
1861
|
# })
|
1862
1862
|
#
|
@@ -2018,8 +2018,8 @@ module Aws::EC2
|
|
2018
2018
|
end
|
2019
2019
|
|
2020
2020
|
# Associates an IPAM resource discovery with an Amazon VPC IPAM. A
|
2021
|
-
# resource discovery is an IPAM component that enables IPAM
|
2022
|
-
#
|
2021
|
+
# resource discovery is an IPAM component that enables IPAM to manage
|
2022
|
+
# and monitor resources that belong to the owning account.
|
2023
2023
|
#
|
2024
2024
|
# @option params [Boolean] :dry_run
|
2025
2025
|
# A check for whether you have the required permissions for the action
|
@@ -2281,14 +2281,14 @@ module Aws::EC2
|
|
2281
2281
|
#
|
2282
2282
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html
|
2283
2283
|
#
|
2284
|
-
# @option params [String] :transit_gateway_multicast_domain_id
|
2284
|
+
# @option params [required, String] :transit_gateway_multicast_domain_id
|
2285
2285
|
# The ID of the transit gateway multicast domain.
|
2286
2286
|
#
|
2287
|
-
# @option params [String] :transit_gateway_attachment_id
|
2287
|
+
# @option params [required, String] :transit_gateway_attachment_id
|
2288
2288
|
# The ID of the transit gateway attachment to associate with the transit
|
2289
2289
|
# gateway multicast domain.
|
2290
2290
|
#
|
2291
|
-
# @option params [Array<String>] :subnet_ids
|
2291
|
+
# @option params [required, Array<String>] :subnet_ids
|
2292
2292
|
# The IDs of the subnets to associate with the transit gateway multicast
|
2293
2293
|
# domain.
|
2294
2294
|
#
|
@@ -2305,9 +2305,9 @@ module Aws::EC2
|
|
2305
2305
|
# @example Request syntax with placeholder values
|
2306
2306
|
#
|
2307
2307
|
# resp = client.associate_transit_gateway_multicast_domain({
|
2308
|
-
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
2309
|
-
# transit_gateway_attachment_id: "TransitGatewayAttachmentId",
|
2310
|
-
# subnet_ids: ["SubnetId"],
|
2308
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId", # required
|
2309
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
2310
|
+
# subnet_ids: ["SubnetId"], # required
|
2311
2311
|
# dry_run: false,
|
2312
2312
|
# })
|
2313
2313
|
#
|
@@ -6155,6 +6155,8 @@ module Aws::EC2
|
|
6155
6155
|
# target capacity of the EC2 Fleet is decreased below the current size
|
6156
6156
|
# of the EC2 Fleet.
|
6157
6157
|
#
|
6158
|
+
# Supported only for fleets of type `maintain`.
|
6159
|
+
#
|
6158
6160
|
# @option params [required, Array<Types::FleetLaunchTemplateConfigRequest>] :launch_template_configs
|
6159
6161
|
# The configuration for the EC2 Fleet.
|
6160
6162
|
#
|
@@ -7582,8 +7584,8 @@ module Aws::EC2
|
|
7582
7584
|
end
|
7583
7585
|
|
7584
7586
|
# Creates an IPAM resource discovery. A resource discovery is an IPAM
|
7585
|
-
# component that enables IPAM
|
7586
|
-
#
|
7587
|
+
# component that enables IPAM to manage and monitor resources that
|
7588
|
+
# belong to the owning account.
|
7587
7589
|
#
|
7588
7590
|
# @option params [Boolean] :dry_run
|
7589
7591
|
# A check for whether you have the required permissions for the action
|
@@ -13717,6 +13719,9 @@ module Aws::EC2
|
|
13717
13719
|
#
|
13718
13720
|
# * Magnetic: `standard`
|
13719
13721
|
#
|
13722
|
+
# Throughput Optimized HDD (`st1`) and Cold HDD (`sc1`) volumes can't
|
13723
|
+
# be used as boot volumes.
|
13724
|
+
#
|
13720
13725
|
# For more information, see [Amazon EBS volume types][1] in the *Amazon
|
13721
13726
|
# Elastic Compute Cloud User Guide*.
|
13722
13727
|
#
|
@@ -14507,7 +14512,7 @@ module Aws::EC2
|
|
14507
14512
|
# The ID of the VPC with which you are creating the VPC peering
|
14508
14513
|
# connection. You must specify this parameter in the request.
|
14509
14514
|
#
|
14510
|
-
# @option params [String] :vpc_id
|
14515
|
+
# @option params [required, String] :vpc_id
|
14511
14516
|
# The ID of the requester VPC. You must specify this parameter in the
|
14512
14517
|
# request.
|
14513
14518
|
#
|
@@ -14530,7 +14535,7 @@ module Aws::EC2
|
|
14530
14535
|
# dry_run: false,
|
14531
14536
|
# peer_owner_id: "String",
|
14532
14537
|
# peer_vpc_id: "String",
|
14533
|
-
# vpc_id: "VpcId",
|
14538
|
+
# vpc_id: "VpcId", # required
|
14534
14539
|
# peer_region: "String",
|
14535
14540
|
# tag_specifications: [
|
14536
14541
|
# {
|
@@ -15665,8 +15670,8 @@ module Aws::EC2
|
|
15665
15670
|
end
|
15666
15671
|
|
15667
15672
|
# Deletes an IPAM resource discovery. A resource discovery is an IPAM
|
15668
|
-
# component that enables IPAM
|
15669
|
-
#
|
15673
|
+
# component that enables IPAM to manage and monitor resources that
|
15674
|
+
# belong to the owning account.
|
15670
15675
|
#
|
15671
15676
|
# @option params [Boolean] :dry_run
|
15672
15677
|
# A check for whether you have the required permissions for the action
|
@@ -24957,8 +24962,8 @@ module Aws::EC2
|
|
24957
24962
|
end
|
24958
24963
|
|
24959
24964
|
# Describes IPAM resource discoveries. A resource discovery is an IPAM
|
24960
|
-
# component that enables IPAM
|
24961
|
-
#
|
24965
|
+
# component that enables IPAM to manage and monitor resources that
|
24966
|
+
# belong to the owning account.
|
24962
24967
|
#
|
24963
24968
|
# @option params [Boolean] :dry_run
|
24964
24969
|
# A check for whether you have the required permissions for the action
|
@@ -37102,11 +37107,11 @@ module Aws::EC2
|
|
37102
37107
|
# used to encrypt the private key. This effectively revokes the role's
|
37103
37108
|
# permission to use the certificate.
|
37104
37109
|
#
|
37105
|
-
# @option params [String] :certificate_arn
|
37110
|
+
# @option params [required, String] :certificate_arn
|
37106
37111
|
# The ARN of the ACM certificate from which to disassociate the IAM
|
37107
37112
|
# role.
|
37108
37113
|
#
|
37109
|
-
# @option params [String] :role_arn
|
37114
|
+
# @option params [required, String] :role_arn
|
37110
37115
|
# The ARN of the IAM role to disassociate.
|
37111
37116
|
#
|
37112
37117
|
# @option params [Boolean] :dry_run
|
@@ -37122,8 +37127,8 @@ module Aws::EC2
|
|
37122
37127
|
# @example Request syntax with placeholder values
|
37123
37128
|
#
|
37124
37129
|
# resp = client.disassociate_enclave_certificate_iam_role({
|
37125
|
-
# certificate_arn: "CertificateId",
|
37126
|
-
# role_arn: "RoleId",
|
37130
|
+
# certificate_arn: "CertificateId", # required
|
37131
|
+
# role_arn: "RoleId", # required
|
37127
37132
|
# dry_run: false,
|
37128
37133
|
# })
|
37129
37134
|
#
|
@@ -37272,8 +37277,8 @@ module Aws::EC2
|
|
37272
37277
|
end
|
37273
37278
|
|
37274
37279
|
# Disassociates a resource discovery from an Amazon VPC IPAM. A resource
|
37275
|
-
# discovery is an IPAM component that enables IPAM
|
37276
|
-
#
|
37280
|
+
# discovery is an IPAM component that enables IPAM to manage and monitor
|
37281
|
+
# resources that belong to the owning account.
|
37277
37282
|
#
|
37278
37283
|
# @option params [Boolean] :dry_run
|
37279
37284
|
# A check for whether you have the required permissions for the action
|
@@ -37481,13 +37486,13 @@ module Aws::EC2
|
|
37481
37486
|
# Disassociates the specified subnets from the transit gateway multicast
|
37482
37487
|
# domain.
|
37483
37488
|
#
|
37484
|
-
# @option params [String] :transit_gateway_multicast_domain_id
|
37489
|
+
# @option params [required, String] :transit_gateway_multicast_domain_id
|
37485
37490
|
# The ID of the transit gateway multicast domain.
|
37486
37491
|
#
|
37487
|
-
# @option params [String] :transit_gateway_attachment_id
|
37492
|
+
# @option params [required, String] :transit_gateway_attachment_id
|
37488
37493
|
# The ID of the attachment.
|
37489
37494
|
#
|
37490
|
-
# @option params [Array<String>] :subnet_ids
|
37495
|
+
# @option params [required, Array<String>] :subnet_ids
|
37491
37496
|
# The IDs of the subnets;
|
37492
37497
|
#
|
37493
37498
|
# @option params [Boolean] :dry_run
|
@@ -37503,9 +37508,9 @@ module Aws::EC2
|
|
37503
37508
|
# @example Request syntax with placeholder values
|
37504
37509
|
#
|
37505
37510
|
# resp = client.disassociate_transit_gateway_multicast_domain({
|
37506
|
-
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
37507
|
-
# transit_gateway_attachment_id: "TransitGatewayAttachmentId",
|
37508
|
-
# subnet_ids: ["SubnetId"],
|
37511
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId", # required
|
37512
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
37513
|
+
# subnet_ids: ["SubnetId"], # required
|
37509
37514
|
# dry_run: false,
|
37510
37515
|
# })
|
37511
37516
|
#
|
@@ -38720,7 +38725,7 @@ module Aws::EC2
|
|
38720
38725
|
# encrypted private key bundle are stored, and the ARN of the KMS key
|
38721
38726
|
# that's used to encrypt the private key.
|
38722
38727
|
#
|
38723
|
-
# @option params [String] :certificate_arn
|
38728
|
+
# @option params [required, String] :certificate_arn
|
38724
38729
|
# The ARN of the ACM certificate for which to view the associated IAM
|
38725
38730
|
# roles, encryption keys, and Amazon S3 object information.
|
38726
38731
|
#
|
@@ -38737,7 +38742,7 @@ module Aws::EC2
|
|
38737
38742
|
# @example Request syntax with placeholder values
|
38738
38743
|
#
|
38739
38744
|
# resp = client.get_associated_enclave_certificate_iam_roles({
|
38740
|
-
# certificate_arn: "CertificateId",
|
38745
|
+
# certificate_arn: "CertificateId", # required
|
38741
38746
|
# dry_run: false,
|
38742
38747
|
# })
|
38743
38748
|
#
|
@@ -40025,8 +40030,8 @@ module Aws::EC2
|
|
40025
40030
|
# Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is
|
40026
40031
|
# associated with more than one resource discovery, the resource CIDRs
|
40027
40032
|
# across all of the resource discoveries is returned. A resource
|
40028
|
-
# discovery is an IPAM component that enables IPAM
|
40029
|
-
#
|
40033
|
+
# discovery is an IPAM component that enables IPAM to manage and monitor
|
40034
|
+
# resources that belong to the owning account.
|
40030
40035
|
#
|
40031
40036
|
# @option params [Boolean] :dry_run
|
40032
40037
|
# A check for whether you have the required permissions for the action
|
@@ -41395,7 +41400,7 @@ module Aws::EC2
|
|
41395
41400
|
# Gets information about the associations for the transit gateway
|
41396
41401
|
# multicast domain.
|
41397
41402
|
#
|
41398
|
-
# @option params [String] :transit_gateway_multicast_domain_id
|
41403
|
+
# @option params [required, String] :transit_gateway_multicast_domain_id
|
41399
41404
|
# The ID of the transit gateway multicast domain.
|
41400
41405
|
#
|
41401
41406
|
# @option params [Array<Types::Filter>] :filters
|
@@ -41438,7 +41443,7 @@ module Aws::EC2
|
|
41438
41443
|
# @example Request syntax with placeholder values
|
41439
41444
|
#
|
41440
41445
|
# resp = client.get_transit_gateway_multicast_domain_associations({
|
41441
|
-
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
41446
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId", # required
|
41442
41447
|
# filters: [
|
41443
41448
|
# {
|
41444
41449
|
# name: "String",
|
@@ -43486,6 +43491,8 @@ module Aws::EC2
|
|
43486
43491
|
# target capacity of the EC2 Fleet is decreased below the current size
|
43487
43492
|
# of the EC2 Fleet.
|
43488
43493
|
#
|
43494
|
+
# Supported only for fleets of type `maintain`.
|
43495
|
+
#
|
43489
43496
|
# @option params [Array<Types::FleetLaunchTemplateConfigRequest>] :launch_template_configs
|
43490
43497
|
# The launch template and overrides.
|
43491
43498
|
#
|
@@ -44402,7 +44409,7 @@ module Aws::EC2
|
|
44402
44409
|
# client_token: "String",
|
44403
44410
|
# instance_credit_specifications: [ # required
|
44404
44411
|
# {
|
44405
|
-
# instance_id: "InstanceId",
|
44412
|
+
# instance_id: "InstanceId", # required
|
44406
44413
|
# cpu_credits: "String",
|
44407
44414
|
# },
|
44408
44415
|
# ],
|
@@ -45149,8 +45156,8 @@ module Aws::EC2
|
|
45149
45156
|
end
|
45150
45157
|
|
45151
45158
|
# Modifies a resource discovery. A resource discovery is an IPAM
|
45152
|
-
# component that enables IPAM
|
45153
|
-
#
|
45159
|
+
# component that enables IPAM to manage and monitor resources that
|
45160
|
+
# belong to the owning account.
|
45154
45161
|
#
|
45155
45162
|
# @option params [Boolean] :dry_run
|
45156
45163
|
# A check for whether you have the required permissions for the action
|
@@ -45646,7 +45653,7 @@ module Aws::EC2
|
|
45646
45653
|
# If you have the required permissions, the error response is
|
45647
45654
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
45648
45655
|
#
|
45649
|
-
# @option params [String] :instance_id
|
45656
|
+
# @option params [required, String] :instance_id
|
45650
45657
|
# The ID of the instance.
|
45651
45658
|
#
|
45652
45659
|
# @option params [String] :private_dns_hostname_type
|
@@ -45672,7 +45679,7 @@ module Aws::EC2
|
|
45672
45679
|
#
|
45673
45680
|
# resp = client.modify_private_dns_name_options({
|
45674
45681
|
# dry_run: false,
|
45675
|
-
# instance_id: "InstanceId",
|
45682
|
+
# instance_id: "InstanceId", # required
|
45676
45683
|
# private_dns_hostname_type: "ip-name", # accepts ip-name, resource-name
|
45677
45684
|
# enable_resource_name_dns_a_record: false,
|
45678
45685
|
# enable_resource_name_dns_aaaa_record: false,
|
@@ -45783,7 +45790,7 @@ module Aws::EC2
|
|
45783
45790
|
# group_id: "SecurityGroupId", # required
|
45784
45791
|
# security_group_rules: [ # required
|
45785
45792
|
# {
|
45786
|
-
# security_group_rule_id: "SecurityGroupRuleId",
|
45793
|
+
# security_group_rule_id: "SecurityGroupRuleId", # required
|
45787
45794
|
# security_group_rule: {
|
45788
45795
|
# ip_protocol: "String",
|
45789
45796
|
# from_port: 1,
|
@@ -46013,9 +46020,11 @@ module Aws::EC2
|
|
46013
46020
|
# again later, you can set the target capacity to 0.
|
46014
46021
|
#
|
46015
46022
|
# @option params [String] :excess_capacity_termination_policy
|
46016
|
-
# Indicates whether running
|
46017
|
-
#
|
46018
|
-
#
|
46023
|
+
# Indicates whether running instances should be terminated if the target
|
46024
|
+
# capacity of the Spot Fleet request is decreased below the current size
|
46025
|
+
# of the Spot Fleet.
|
46026
|
+
#
|
46027
|
+
# Supported only for fleets of type `maintain`.
|
46019
46028
|
#
|
46020
46029
|
# @option params [Array<Types::LaunchTemplateConfig>] :launch_template_configs
|
46021
46030
|
# The launch template and overrides. You can only use this parameter if
|
@@ -49720,13 +49729,13 @@ module Aws::EC2
|
|
49720
49729
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits
|
49721
49730
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayMulticastGroups.html
|
49722
49731
|
#
|
49723
|
-
# @option params [String] :transit_gateway_multicast_domain_id
|
49732
|
+
# @option params [required, String] :transit_gateway_multicast_domain_id
|
49724
49733
|
# The ID of the transit gateway multicast domain.
|
49725
49734
|
#
|
49726
49735
|
# @option params [String] :group_ip_address
|
49727
49736
|
# The IP address assigned to the transit gateway multicast group.
|
49728
49737
|
#
|
49729
|
-
# @option params [Array<String>] :network_interface_ids
|
49738
|
+
# @option params [required, Array<String>] :network_interface_ids
|
49730
49739
|
# The group members' network interface IDs to register with the transit
|
49731
49740
|
# gateway multicast group.
|
49732
49741
|
#
|
@@ -49743,9 +49752,9 @@ module Aws::EC2
|
|
49743
49752
|
# @example Request syntax with placeholder values
|
49744
49753
|
#
|
49745
49754
|
# resp = client.register_transit_gateway_multicast_group_members({
|
49746
|
-
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
49755
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId", # required
|
49747
49756
|
# group_ip_address: "String",
|
49748
|
-
# network_interface_ids: ["NetworkInterfaceId"],
|
49757
|
+
# network_interface_ids: ["NetworkInterfaceId"], # required
|
49749
49758
|
# dry_run: false,
|
49750
49759
|
# })
|
49751
49760
|
#
|
@@ -49781,13 +49790,13 @@ module Aws::EC2
|
|
49781
49790
|
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits
|
49782
49791
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayMulticastGroups.html
|
49783
49792
|
#
|
49784
|
-
# @option params [String] :transit_gateway_multicast_domain_id
|
49793
|
+
# @option params [required, String] :transit_gateway_multicast_domain_id
|
49785
49794
|
# The ID of the transit gateway multicast domain.
|
49786
49795
|
#
|
49787
49796
|
# @option params [String] :group_ip_address
|
49788
49797
|
# The IP address assigned to the transit gateway multicast group.
|
49789
49798
|
#
|
49790
|
-
# @option params [Array<String>] :network_interface_ids
|
49799
|
+
# @option params [required, Array<String>] :network_interface_ids
|
49791
49800
|
# The group sources' network interface IDs to register with the transit
|
49792
49801
|
# gateway multicast group.
|
49793
49802
|
#
|
@@ -49804,9 +49813,9 @@ module Aws::EC2
|
|
49804
49813
|
# @example Request syntax with placeholder values
|
49805
49814
|
#
|
49806
49815
|
# resp = client.register_transit_gateway_multicast_group_sources({
|
49807
|
-
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
49816
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId", # required
|
49808
49817
|
# group_ip_address: "String",
|
49809
|
-
# network_interface_ids: ["NetworkInterfaceId"],
|
49818
|
+
# network_interface_ids: ["NetworkInterfaceId"], # required
|
49810
49819
|
# dry_run: false,
|
49811
49820
|
# })
|
49812
49821
|
#
|
@@ -53824,7 +53833,7 @@ module Aws::EC2
|
|
53824
53833
|
# Searches one or more transit gateway multicast groups and returns the
|
53825
53834
|
# group membership information.
|
53826
53835
|
#
|
53827
|
-
# @option params [String] :transit_gateway_multicast_domain_id
|
53836
|
+
# @option params [required, String] :transit_gateway_multicast_domain_id
|
53828
53837
|
# The ID of the transit gateway multicast domain.
|
53829
53838
|
#
|
53830
53839
|
# @option params [Array<Types::Filter>] :filters
|
@@ -53879,7 +53888,7 @@ module Aws::EC2
|
|
53879
53888
|
# @example Request syntax with placeholder values
|
53880
53889
|
#
|
53881
53890
|
# resp = client.search_transit_gateway_multicast_groups({
|
53882
|
-
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
53891
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId", # required
|
53883
53892
|
# filters: [
|
53884
53893
|
# {
|
53885
53894
|
# name: "String",
|
@@ -55831,7 +55840,7 @@ module Aws::EC2
|
|
55831
55840
|
params: params,
|
55832
55841
|
config: config)
|
55833
55842
|
context[:gem_name] = 'aws-sdk-ec2'
|
55834
|
-
context[:gem_version] = '1.
|
55843
|
+
context[:gem_version] = '1.364.0'
|
55835
55844
|
Seahorse::Client::Request.new(handlers, context)
|
55836
55845
|
end
|
55837
55846
|
|
@@ -3048,7 +3048,7 @@ module Aws::EC2
|
|
3048
3048
|
AcceptVpcEndpointConnectionsResult.struct_class = Types::AcceptVpcEndpointConnectionsResult
|
3049
3049
|
|
3050
3050
|
AcceptVpcPeeringConnectionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
3051
|
-
AcceptVpcPeeringConnectionRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: VpcPeeringConnectionIdWithResolver, location_name: "vpcPeeringConnectionId"))
|
3051
|
+
AcceptVpcPeeringConnectionRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: VpcPeeringConnectionIdWithResolver, required: true, location_name: "vpcPeeringConnectionId"))
|
3052
3052
|
AcceptVpcPeeringConnectionRequest.struct_class = Types::AcceptVpcPeeringConnectionRequest
|
3053
3053
|
|
3054
3054
|
AcceptVpcPeeringConnectionResult.add_member(:vpc_peering_connection, Shapes::ShapeRef.new(shape: VpcPeeringConnection, location_name: "vpcPeeringConnection"))
|
@@ -3367,8 +3367,8 @@ module Aws::EC2
|
|
3367
3367
|
AssociateDhcpOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
3368
3368
|
AssociateDhcpOptionsRequest.struct_class = Types::AssociateDhcpOptionsRequest
|
3369
3369
|
|
3370
|
-
AssociateEnclaveCertificateIamRoleRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateId, location_name: "CertificateArn"))
|
3371
|
-
AssociateEnclaveCertificateIamRoleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleId, location_name: "RoleArn"))
|
3370
|
+
AssociateEnclaveCertificateIamRoleRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateArn"))
|
3371
|
+
AssociateEnclaveCertificateIamRoleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleId, required: true, location_name: "RoleArn"))
|
3372
3372
|
AssociateEnclaveCertificateIamRoleRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3373
3373
|
AssociateEnclaveCertificateIamRoleRequest.struct_class = Types::AssociateEnclaveCertificateIamRoleRequest
|
3374
3374
|
|
@@ -3430,9 +3430,9 @@ module Aws::EC2
|
|
3430
3430
|
AssociateSubnetCidrBlockResult.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
3431
3431
|
AssociateSubnetCidrBlockResult.struct_class = Types::AssociateSubnetCidrBlockResult
|
3432
3432
|
|
3433
|
-
AssociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
|
3434
|
-
AssociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
|
3435
|
-
AssociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: TransitGatewaySubnetIdList, location_name: "SubnetIds"))
|
3433
|
+
AssociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
3434
|
+
AssociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
|
3435
|
+
AssociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: TransitGatewaySubnetIdList, required: true, location_name: "SubnetIds"))
|
3436
3436
|
AssociateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3437
3437
|
AssociateTransitGatewayMulticastDomainRequest.struct_class = Types::AssociateTransitGatewayMulticastDomainRequest
|
3438
3438
|
|
@@ -5176,7 +5176,7 @@ module Aws::EC2
|
|
5176
5176
|
CreateVpcPeeringConnectionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
5177
5177
|
CreateVpcPeeringConnectionRequest.add_member(:peer_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "peerOwnerId"))
|
5178
5178
|
CreateVpcPeeringConnectionRequest.add_member(:peer_vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "peerVpcId"))
|
5179
|
-
CreateVpcPeeringConnectionRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
5179
|
+
CreateVpcPeeringConnectionRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
|
5180
5180
|
CreateVpcPeeringConnectionRequest.add_member(:peer_region, Shapes::ShapeRef.new(shape: String, location_name: "PeerRegion"))
|
5181
5181
|
CreateVpcPeeringConnectionRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5182
5182
|
CreateVpcPeeringConnectionRequest.struct_class = Types::CreateVpcPeeringConnectionRequest
|
@@ -7646,8 +7646,8 @@ module Aws::EC2
|
|
7646
7646
|
DisassociateClientVpnTargetNetworkResult.add_member(:status, Shapes::ShapeRef.new(shape: AssociationStatus, location_name: "status"))
|
7647
7647
|
DisassociateClientVpnTargetNetworkResult.struct_class = Types::DisassociateClientVpnTargetNetworkResult
|
7648
7648
|
|
7649
|
-
DisassociateEnclaveCertificateIamRoleRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateId, location_name: "CertificateArn"))
|
7650
|
-
DisassociateEnclaveCertificateIamRoleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleId, location_name: "RoleArn"))
|
7649
|
+
DisassociateEnclaveCertificateIamRoleRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateArn"))
|
7650
|
+
DisassociateEnclaveCertificateIamRoleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleId, required: true, location_name: "RoleArn"))
|
7651
7651
|
DisassociateEnclaveCertificateIamRoleRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7652
7652
|
DisassociateEnclaveCertificateIamRoleRequest.struct_class = Types::DisassociateEnclaveCertificateIamRoleRequest
|
7653
7653
|
|
@@ -7696,9 +7696,9 @@ module Aws::EC2
|
|
7696
7696
|
DisassociateSubnetCidrBlockResult.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
7697
7697
|
DisassociateSubnetCidrBlockResult.struct_class = Types::DisassociateSubnetCidrBlockResult
|
7698
7698
|
|
7699
|
-
DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
|
7700
|
-
DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
|
7701
|
-
DisassociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: TransitGatewaySubnetIdList, location_name: "SubnetIds"))
|
7699
|
+
DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
7700
|
+
DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
|
7701
|
+
DisassociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: TransitGatewaySubnetIdList, required: true, location_name: "SubnetIds"))
|
7702
7702
|
DisassociateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7703
7703
|
DisassociateTransitGatewayMulticastDomainRequest.struct_class = Types::DisassociateTransitGatewayMulticastDomainRequest
|
7704
7704
|
|
@@ -8417,7 +8417,7 @@ module Aws::EC2
|
|
8417
8417
|
FpgaInfo.add_member(:total_fpga_memory_in_mi_b, Shapes::ShapeRef.new(shape: totalFpgaMemory, location_name: "totalFpgaMemoryInMiB"))
|
8418
8418
|
FpgaInfo.struct_class = Types::FpgaInfo
|
8419
8419
|
|
8420
|
-
GetAssociatedEnclaveCertificateIamRolesRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateId, location_name: "CertificateArn"))
|
8420
|
+
GetAssociatedEnclaveCertificateIamRolesRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateArn"))
|
8421
8421
|
GetAssociatedEnclaveCertificateIamRolesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8422
8422
|
GetAssociatedEnclaveCertificateIamRolesRequest.struct_class = Types::GetAssociatedEnclaveCertificateIamRolesRequest
|
8423
8423
|
|
@@ -8753,7 +8753,7 @@ module Aws::EC2
|
|
8753
8753
|
GetTransitGatewayAttachmentPropagationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
8754
8754
|
GetTransitGatewayAttachmentPropagationsResult.struct_class = Types::GetTransitGatewayAttachmentPropagationsResult
|
8755
8755
|
|
8756
|
-
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
|
8756
|
+
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
8757
8757
|
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
8758
8758
|
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
8759
8759
|
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
@@ -9373,7 +9373,7 @@ module Aws::EC2
|
|
9373
9373
|
|
9374
9374
|
InstanceCreditSpecificationListRequest.member = Shapes::ShapeRef.new(shape: InstanceCreditSpecificationRequest, location_name: "item")
|
9375
9375
|
|
9376
|
-
InstanceCreditSpecificationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
9376
|
+
InstanceCreditSpecificationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
9377
9377
|
InstanceCreditSpecificationRequest.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "CpuCredits"))
|
9378
9378
|
InstanceCreditSpecificationRequest.struct_class = Types::InstanceCreditSpecificationRequest
|
9379
9379
|
|
@@ -10875,7 +10875,7 @@ module Aws::EC2
|
|
10875
10875
|
ModifyNetworkInterfaceAttributeRequest.struct_class = Types::ModifyNetworkInterfaceAttributeRequest
|
10876
10876
|
|
10877
10877
|
ModifyPrivateDnsNameOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10878
|
-
ModifyPrivateDnsNameOptionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
10878
|
+
ModifyPrivateDnsNameOptionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
10879
10879
|
ModifyPrivateDnsNameOptionsRequest.add_member(:private_dns_hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "PrivateDnsHostnameType"))
|
10880
10880
|
ModifyPrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsARecord"))
|
10881
10881
|
ModifyPrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsAAAARecord"))
|
@@ -12083,18 +12083,18 @@ module Aws::EC2
|
|
12083
12083
|
RegisterInstanceTagAttributeRequest.add_member(:instance_tag_keys, Shapes::ShapeRef.new(shape: InstanceTagKeySet, location_name: "InstanceTagKey"))
|
12084
12084
|
RegisterInstanceTagAttributeRequest.struct_class = Types::RegisterInstanceTagAttributeRequest
|
12085
12085
|
|
12086
|
-
RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
|
12086
|
+
RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
12087
12087
|
RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "GroupIpAddress"))
|
12088
|
-
RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: TransitGatewayNetworkInterfaceIdList, location_name: "NetworkInterfaceIds"))
|
12088
|
+
RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: TransitGatewayNetworkInterfaceIdList, required: true, location_name: "NetworkInterfaceIds"))
|
12089
12089
|
RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12090
12090
|
RegisterTransitGatewayMulticastGroupMembersRequest.struct_class = Types::RegisterTransitGatewayMulticastGroupMembersRequest
|
12091
12091
|
|
12092
12092
|
RegisterTransitGatewayMulticastGroupMembersResult.add_member(:registered_multicast_group_members, Shapes::ShapeRef.new(shape: TransitGatewayMulticastRegisteredGroupMembers, location_name: "registeredMulticastGroupMembers"))
|
12093
12093
|
RegisterTransitGatewayMulticastGroupMembersResult.struct_class = Types::RegisterTransitGatewayMulticastGroupMembersResult
|
12094
12094
|
|
12095
|
-
RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
|
12095
|
+
RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
12096
12096
|
RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "GroupIpAddress"))
|
12097
|
-
RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: TransitGatewayNetworkInterfaceIdList, location_name: "NetworkInterfaceIds"))
|
12097
|
+
RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: TransitGatewayNetworkInterfaceIdList, required: true, location_name: "NetworkInterfaceIds"))
|
12098
12098
|
RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12099
12099
|
RegisterTransitGatewayMulticastGroupSourcesRequest.struct_class = Types::RegisterTransitGatewayMulticastGroupSourcesRequest
|
12100
12100
|
|
@@ -12925,7 +12925,7 @@ module Aws::EC2
|
|
12925
12925
|
SearchLocalGatewayRoutesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
12926
12926
|
SearchLocalGatewayRoutesResult.struct_class = Types::SearchLocalGatewayRoutesResult
|
12927
12927
|
|
12928
|
-
SearchTransitGatewayMulticastGroupsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
|
12928
|
+
SearchTransitGatewayMulticastGroupsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
12929
12929
|
SearchTransitGatewayMulticastGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
12930
12930
|
SearchTransitGatewayMulticastGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
12931
12931
|
SearchTransitGatewayMulticastGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
@@ -13008,7 +13008,7 @@ module Aws::EC2
|
|
13008
13008
|
SecurityGroupRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
13009
13009
|
SecurityGroupRuleRequest.struct_class = Types::SecurityGroupRuleRequest
|
13010
13010
|
|
13011
|
-
SecurityGroupRuleUpdate.add_member(:security_group_rule_id, Shapes::ShapeRef.new(shape: SecurityGroupRuleId, location_name: "SecurityGroupRuleId"))
|
13011
|
+
SecurityGroupRuleUpdate.add_member(:security_group_rule_id, Shapes::ShapeRef.new(shape: SecurityGroupRuleId, required: true, location_name: "SecurityGroupRuleId"))
|
13012
13012
|
SecurityGroupRuleUpdate.add_member(:security_group_rule, Shapes::ShapeRef.new(shape: SecurityGroupRuleRequest, location_name: "SecurityGroupRule"))
|
13013
13013
|
SecurityGroupRuleUpdate.struct_class = Types::SecurityGroupRuleUpdate
|
13014
13014
|
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -1451,6 +1451,9 @@ module Aws::EC2
|
|
1451
1451
|
#
|
1452
1452
|
# * Magnetic: `standard`
|
1453
1453
|
#
|
1454
|
+
# Throughput Optimized HDD (`st1`) and Cold HDD (`sc1`) volumes can't
|
1455
|
+
# be used as boot volumes.
|
1456
|
+
#
|
1454
1457
|
# For more information, see [Amazon EBS volume types][1] in the *Amazon
|
1455
1458
|
# Elastic Compute Cloud User Guide*.
|
1456
1459
|
#
|
@@ -1626,7 +1629,7 @@ module Aws::EC2
|
|
1626
1629
|
# dry_run: false,
|
1627
1630
|
# peer_owner_id: "String",
|
1628
1631
|
# peer_vpc_id: "String",
|
1629
|
-
# vpc_id: "VpcId",
|
1632
|
+
# vpc_id: "VpcId", # required
|
1630
1633
|
# peer_region: "String",
|
1631
1634
|
# tag_specifications: [
|
1632
1635
|
# {
|
@@ -1653,7 +1656,7 @@ module Aws::EC2
|
|
1653
1656
|
# @option options [String] :peer_vpc_id
|
1654
1657
|
# The ID of the VPC with which you are creating the VPC peering
|
1655
1658
|
# connection. You must specify this parameter in the request.
|
1656
|
-
# @option options [String] :vpc_id
|
1659
|
+
# @option options [required, String] :vpc_id
|
1657
1660
|
# The ID of the requester VPC. You must specify this parameter in the
|
1658
1661
|
# request.
|
1659
1662
|
# @option options [String] :peer_region
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -7257,6 +7257,8 @@ module Aws::EC2
|
|
7257
7257
|
# Indicates whether running instances should be terminated if the
|
7258
7258
|
# total target capacity of the EC2 Fleet is decreased below the
|
7259
7259
|
# current size of the EC2 Fleet.
|
7260
|
+
#
|
7261
|
+
# Supported only for fleets of type `maintain`.
|
7260
7262
|
# @return [String]
|
7261
7263
|
#
|
7262
7264
|
# @!attribute [rw] launch_template_configs
|
@@ -11753,6 +11755,9 @@ module Aws::EC2
|
|
11753
11755
|
#
|
11754
11756
|
# * Magnetic: `standard`
|
11755
11757
|
#
|
11758
|
+
# Throughput Optimized HDD (`st1`) and Cold HDD (`sc1`) volumes can't
|
11759
|
+
# be used as boot volumes.
|
11760
|
+
#
|
11756
11761
|
# For more information, see [Amazon EBS volume types][1] in the
|
11757
11762
|
# *Amazon Elastic Compute Cloud User Guide*.
|
11758
11763
|
#
|
@@ -28238,6 +28243,14 @@ module Aws::EC2
|
|
28238
28243
|
#
|
28239
28244
|
# This parameter is not returned by [DescribeImageAttribute][3].
|
28240
28245
|
#
|
28246
|
+
# For CreateImage and RegisterImage, you can specify this parameter
|
28247
|
+
# only for block device mappings that result in new, empty volumes
|
28248
|
+
# when instances are launched from the image. Omit this parameter on
|
28249
|
+
# block device mappings that include an existing volume or snapshot.
|
28250
|
+
# If you include this parameter, and specify an encryption setting
|
28251
|
+
# that is different from the existing volume or snapshot, the request
|
28252
|
+
# will fail.
|
28253
|
+
#
|
28241
28254
|
#
|
28242
28255
|
#
|
28243
28256
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters
|
@@ -30574,6 +30587,8 @@ module Aws::EC2
|
|
30574
30587
|
# Indicates whether running instances should be terminated if the
|
30575
30588
|
# target capacity of the EC2 Fleet is decreased below the current size
|
30576
30589
|
# of the EC2 Fleet.
|
30590
|
+
#
|
30591
|
+
# Supported only for fleets of type `maintain`.
|
30577
30592
|
# @return [String]
|
30578
30593
|
#
|
30579
30594
|
# @!attribute [rw] fulfilled_capacity
|
@@ -39600,8 +39615,8 @@ module Aws::EC2
|
|
39600
39615
|
include Aws::Structure
|
39601
39616
|
end
|
39602
39617
|
|
39603
|
-
# A resource discovery is an IPAM component that enables IPAM
|
39604
|
-
#
|
39618
|
+
# A resource discovery is an IPAM component that enables IPAM to manage
|
39619
|
+
# and monitor resources that belong to the owning account.
|
39605
39620
|
#
|
39606
39621
|
# @!attribute [rw] owner_id
|
39607
39622
|
# The ID of the owner.
|
@@ -43202,6 +43217,8 @@ module Aws::EC2
|
|
43202
43217
|
# Indicates whether running instances should be terminated if the
|
43203
43218
|
# total target capacity of the EC2 Fleet is decreased below the
|
43204
43219
|
# current size of the EC2 Fleet.
|
43220
|
+
#
|
43221
|
+
# Supported only for fleets of type `maintain`.
|
43205
43222
|
# @return [String]
|
43206
43223
|
#
|
43207
43224
|
# @!attribute [rw] launch_template_configs
|
@@ -44903,9 +44920,11 @@ module Aws::EC2
|
|
44903
44920
|
# Contains the parameters for ModifySpotFleetRequest.
|
44904
44921
|
#
|
44905
44922
|
# @!attribute [rw] excess_capacity_termination_policy
|
44906
|
-
# Indicates whether running
|
44923
|
+
# Indicates whether running instances should be terminated if the
|
44907
44924
|
# target capacity of the Spot Fleet request is decreased below the
|
44908
44925
|
# current size of the Spot Fleet.
|
44926
|
+
#
|
44927
|
+
# Supported only for fleets of type `maintain`.
|
44909
44928
|
# @return [String]
|
44910
44929
|
#
|
44911
44930
|
# @!attribute [rw] launch_template_configs
|
@@ -51580,12 +51599,12 @@ module Aws::EC2
|
|
51580
51599
|
#
|
51581
51600
|
# * `resolve:ssm:parameter-name:label`
|
51582
51601
|
#
|
51583
|
-
# For more information, see [Use a Systems Manager parameter
|
51584
|
-
#
|
51602
|
+
# For more information, see [Use a Systems Manager parameter to find
|
51603
|
+
# an AMI][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
51585
51604
|
#
|
51586
51605
|
#
|
51587
51606
|
#
|
51588
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
51607
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html#using-systems-manager-parameter-to-find-AMI
|
51589
51608
|
# @return [String]
|
51590
51609
|
#
|
51591
51610
|
# @!attribute [rw] instance_type
|
@@ -54525,11 +54544,12 @@ module Aws::EC2
|
|
54525
54544
|
# @!attribute [rw] aws_access_key_id
|
54526
54545
|
# The access key ID of the owner of the bucket. Before you specify a
|
54527
54546
|
# value for your access key ID, review and follow the guidance in
|
54528
|
-
# [Best
|
54547
|
+
# [Best Practices for Amazon Web Services accounts][1] in the *Account
|
54548
|
+
# ManagementReference Guide*.
|
54529
54549
|
#
|
54530
54550
|
#
|
54531
54551
|
#
|
54532
|
-
# [1]: https://docs.aws.amazon.com/
|
54552
|
+
# [1]: https://docs.aws.amazon.com/accounts/latest/reference/best-practices.html
|
54533
54553
|
# @return [String]
|
54534
54554
|
#
|
54535
54555
|
# @!attribute [rw] bucket
|
@@ -56816,9 +56836,11 @@ module Aws::EC2
|
|
56816
56836
|
# @return [String]
|
56817
56837
|
#
|
56818
56838
|
# @!attribute [rw] excess_capacity_termination_policy
|
56819
|
-
# Indicates whether running
|
56839
|
+
# Indicates whether running instances should be terminated if you
|
56820
56840
|
# decrease the target capacity of the Spot Fleet request below the
|
56821
56841
|
# current size of the Spot Fleet.
|
56842
|
+
#
|
56843
|
+
# Supported only for fleets of type `maintain`.
|
56822
56844
|
# @return [String]
|
56823
56845
|
#
|
56824
56846
|
# @!attribute [rw] fulfilled_capacity
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.
|
4
|
+
version: 1.364.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: 2023-
|
11
|
+
date: 2023-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|