aws-sdk-ec2 1.626.0 → 1.628.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +248 -14
- data/lib/aws-sdk-ec2/client_api.rb +108 -0
- data/lib/aws-sdk-ec2/types.rb +363 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +49 -1
- data/sig/types.rbs +88 -1
- metadata +1 -1
|
@@ -55,6 +55,10 @@ module Aws::EC2
|
|
|
55
55
|
AccountAttributeValue = Shapes::StructureShape.new(name: 'AccountAttributeValue')
|
|
56
56
|
AccountAttributeValueList = Shapes::ListShape.new(name: 'AccountAttributeValueList')
|
|
57
57
|
AccountID = Shapes::StringShape.new(name: 'AccountID')
|
|
58
|
+
AccountVpcEncryptionControl = Shapes::StructureShape.new(name: 'AccountVpcEncryptionControl')
|
|
59
|
+
AccountVpcEncryptionControlExclusions = Shapes::StructureShape.new(name: 'AccountVpcEncryptionControlExclusions')
|
|
60
|
+
AccountVpcEncryptionControlMode = Shapes::StringShape.new(name: 'AccountVpcEncryptionControlMode')
|
|
61
|
+
AccountVpcEncryptionControlState = Shapes::StringShape.new(name: 'AccountVpcEncryptionControlState')
|
|
58
62
|
ActiveInstance = Shapes::StructureShape.new(name: 'ActiveInstance')
|
|
59
63
|
ActiveInstanceSet = Shapes::ListShape.new(name: 'ActiveInstanceSet')
|
|
60
64
|
ActiveVpnTunnelStatus = Shapes::StructureShape.new(name: 'ActiveVpnTunnelStatus')
|
|
@@ -104,6 +108,7 @@ module Aws::EC2
|
|
|
104
108
|
AllowsMultipleInstanceTypes = Shapes::StringShape.new(name: 'AllowsMultipleInstanceTypes')
|
|
105
109
|
AlternatePathHint = Shapes::StructureShape.new(name: 'AlternatePathHint')
|
|
106
110
|
AlternatePathHintList = Shapes::ListShape.new(name: 'AlternatePathHintList')
|
|
111
|
+
AmdSevSnp = Shapes::StringShape.new(name: 'AmdSevSnp')
|
|
107
112
|
AmdSevSnpSpecification = Shapes::StringShape.new(name: 'AmdSevSnpSpecification')
|
|
108
113
|
AnalysisAclRule = Shapes::StructureShape.new(name: 'AnalysisAclRule')
|
|
109
114
|
AnalysisComponent = Shapes::StructureShape.new(name: 'AnalysisComponent')
|
|
@@ -980,6 +985,8 @@ module Aws::EC2
|
|
|
980
985
|
DeregisterTransitGatewayMulticastGroupSourcesResult = Shapes::StructureShape.new(name: 'DeregisterTransitGatewayMulticastGroupSourcesResult')
|
|
981
986
|
DescribeAccountAttributesRequest = Shapes::StructureShape.new(name: 'DescribeAccountAttributesRequest')
|
|
982
987
|
DescribeAccountAttributesResult = Shapes::StructureShape.new(name: 'DescribeAccountAttributesResult')
|
|
988
|
+
DescribeAccountVpcEncryptionControlRequest = Shapes::StructureShape.new(name: 'DescribeAccountVpcEncryptionControlRequest')
|
|
989
|
+
DescribeAccountVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'DescribeAccountVpcEncryptionControlResult')
|
|
983
990
|
DescribeAddressTransfersMaxResults = Shapes::IntegerShape.new(name: 'DescribeAddressTransfersMaxResults')
|
|
984
991
|
DescribeAddressTransfersRequest = Shapes::StructureShape.new(name: 'DescribeAddressTransfersRequest')
|
|
985
992
|
DescribeAddressTransfersResult = Shapes::StructureShape.new(name: 'DescribeAddressTransfersResult')
|
|
@@ -1983,6 +1990,8 @@ module Aws::EC2
|
|
|
1983
1990
|
HistoryRecordSet = Shapes::ListShape.new(name: 'HistoryRecordSet')
|
|
1984
1991
|
HistoryRecords = Shapes::ListShape.new(name: 'HistoryRecords')
|
|
1985
1992
|
Host = Shapes::StructureShape.new(name: 'Host')
|
|
1993
|
+
HostCpuOptions = Shapes::StructureShape.new(name: 'HostCpuOptions')
|
|
1994
|
+
HostCpuOptionsRequest = Shapes::StructureShape.new(name: 'HostCpuOptionsRequest')
|
|
1986
1995
|
HostInstance = Shapes::StructureShape.new(name: 'HostInstance')
|
|
1987
1996
|
HostInstanceList = Shapes::ListShape.new(name: 'HostInstanceList')
|
|
1988
1997
|
HostList = Shapes::ListShape.new(name: 'HostList')
|
|
@@ -2668,6 +2677,8 @@ module Aws::EC2
|
|
|
2668
2677
|
MetricValue = Shapes::StructureShape.new(name: 'MetricValue')
|
|
2669
2678
|
MetricValueSet = Shapes::ListShape.new(name: 'MetricValueSet')
|
|
2670
2679
|
MillisecondDateTime = Shapes::TimestampShape.new(name: 'MillisecondDateTime')
|
|
2680
|
+
ModifyAccountVpcEncryptionControlRequest = Shapes::StructureShape.new(name: 'ModifyAccountVpcEncryptionControlRequest')
|
|
2681
|
+
ModifyAccountVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'ModifyAccountVpcEncryptionControlResult')
|
|
2671
2682
|
ModifyAddressAttributeRequest = Shapes::StructureShape.new(name: 'ModifyAddressAttributeRequest')
|
|
2672
2683
|
ModifyAddressAttributeResult = Shapes::StructureShape.new(name: 'ModifyAddressAttributeResult')
|
|
2673
2684
|
ModifyAvailabilityZoneGroupRequest = Shapes::StructureShape.new(name: 'ModifyAvailabilityZoneGroupRequest')
|
|
@@ -2812,6 +2823,8 @@ module Aws::EC2
|
|
|
2812
2823
|
ModifyVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'ModifyVpcEncryptionControlResult')
|
|
2813
2824
|
ModifyVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationRequest')
|
|
2814
2825
|
ModifyVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationResult')
|
|
2826
|
+
ModifyVpcEndpointPayerResponsibilityRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointPayerResponsibilityRequest')
|
|
2827
|
+
ModifyVpcEndpointPayerResponsibilityResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointPayerResponsibilityResult')
|
|
2815
2828
|
ModifyVpcEndpointRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointRequest')
|
|
2816
2829
|
ModifyVpcEndpointResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointResult')
|
|
2817
2830
|
ModifyVpcEndpointServiceConfigurationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServiceConfigurationRequest')
|
|
@@ -2977,6 +2990,10 @@ module Aws::EC2
|
|
|
2977
2990
|
PathStatement = Shapes::StructureShape.new(name: 'PathStatement')
|
|
2978
2991
|
PathStatementRequest = Shapes::StructureShape.new(name: 'PathStatementRequest')
|
|
2979
2992
|
PayerResponsibility = Shapes::StringShape.new(name: 'PayerResponsibility')
|
|
2993
|
+
PayerResponsibilityEntry = Shapes::StructureShape.new(name: 'PayerResponsibilityEntry')
|
|
2994
|
+
PayerResponsibilityScope = Shapes::StringShape.new(name: 'PayerResponsibilityScope')
|
|
2995
|
+
PayerResponsibilitySet = Shapes::ListShape.new(name: 'PayerResponsibilitySet')
|
|
2996
|
+
PayerResponsibilityType = Shapes::StringShape.new(name: 'PayerResponsibilityType')
|
|
2980
2997
|
PaymentOption = Shapes::StringShape.new(name: 'PaymentOption')
|
|
2981
2998
|
PciId = Shapes::StructureShape.new(name: 'PciId')
|
|
2982
2999
|
PeakBandwidthInGbps = Shapes::FloatShape.new(name: 'PeakBandwidthInGbps')
|
|
@@ -4188,6 +4205,23 @@ module Aws::EC2
|
|
|
4188
4205
|
|
|
4189
4206
|
AccountAttributeValueList.member = Shapes::ShapeRef.new(shape: AccountAttributeValue, location_name: "item")
|
|
4190
4207
|
|
|
4208
|
+
AccountVpcEncryptionControl.add_member(:state, Shapes::ShapeRef.new(shape: AccountVpcEncryptionControlState, location_name: "state"))
|
|
4209
|
+
AccountVpcEncryptionControl.add_member(:mode, Shapes::ShapeRef.new(shape: AccountVpcEncryptionControlMode, location_name: "mode"))
|
|
4210
|
+
AccountVpcEncryptionControl.add_member(:exclusions, Shapes::ShapeRef.new(shape: AccountVpcEncryptionControlExclusions, location_name: "exclusions"))
|
|
4211
|
+
AccountVpcEncryptionControl.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
|
4212
|
+
AccountVpcEncryptionControl.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastUpdateTimestamp"))
|
|
4213
|
+
AccountVpcEncryptionControl.struct_class = Types::AccountVpcEncryptionControl
|
|
4214
|
+
|
|
4215
|
+
AccountVpcEncryptionControlExclusions.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "internetGateway"))
|
|
4216
|
+
AccountVpcEncryptionControlExclusions.add_member(:egress_only_internet_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "egressOnlyInternetGateway"))
|
|
4217
|
+
AccountVpcEncryptionControlExclusions.add_member(:nat_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "natGateway"))
|
|
4218
|
+
AccountVpcEncryptionControlExclusions.add_member(:virtual_private_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "virtualPrivateGateway"))
|
|
4219
|
+
AccountVpcEncryptionControlExclusions.add_member(:vpc_peering, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "vpcPeering"))
|
|
4220
|
+
AccountVpcEncryptionControlExclusions.add_member(:lambda, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "lambda"))
|
|
4221
|
+
AccountVpcEncryptionControlExclusions.add_member(:vpc_lattice, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "vpcLattice"))
|
|
4222
|
+
AccountVpcEncryptionControlExclusions.add_member(:elastic_file_system, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "elasticFileSystem"))
|
|
4223
|
+
AccountVpcEncryptionControlExclusions.struct_class = Types::AccountVpcEncryptionControlExclusions
|
|
4224
|
+
|
|
4191
4225
|
ActiveInstance.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
|
4192
4226
|
ActiveInstance.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
|
4193
4227
|
ActiveInstance.add_member(:spot_instance_request_id, Shapes::ShapeRef.new(shape: String, location_name: "spotInstanceRequestId"))
|
|
@@ -4317,6 +4351,7 @@ module Aws::EC2
|
|
|
4317
4351
|
AllocateHostsRequest.add_member(:host_maintenance, Shapes::ShapeRef.new(shape: HostMaintenance, location_name: "HostMaintenance"))
|
|
4318
4352
|
AllocateHostsRequest.add_member(:asset_ids, Shapes::ShapeRef.new(shape: AssetIdList, location_name: "AssetId"))
|
|
4319
4353
|
AllocateHostsRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
|
4354
|
+
AllocateHostsRequest.add_member(:cpu_options, Shapes::ShapeRef.new(shape: HostCpuOptionsRequest, location_name: "CpuOptions"))
|
|
4320
4355
|
AllocateHostsRequest.add_member(:auto_placement, Shapes::ShapeRef.new(shape: AutoPlacement, location_name: "autoPlacement"))
|
|
4321
4356
|
AllocateHostsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
|
|
4322
4357
|
AllocateHostsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
|
@@ -7993,6 +8028,12 @@ module Aws::EC2
|
|
|
7993
8028
|
DescribeAccountAttributesResult.add_member(:account_attributes, Shapes::ShapeRef.new(shape: AccountAttributeList, location_name: "accountAttributeSet"))
|
|
7994
8029
|
DescribeAccountAttributesResult.struct_class = Types::DescribeAccountAttributesResult
|
|
7995
8030
|
|
|
8031
|
+
DescribeAccountVpcEncryptionControlRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
8032
|
+
DescribeAccountVpcEncryptionControlRequest.struct_class = Types::DescribeAccountVpcEncryptionControlRequest
|
|
8033
|
+
|
|
8034
|
+
DescribeAccountVpcEncryptionControlResult.add_member(:account_vpc_encryption_control, Shapes::ShapeRef.new(shape: AccountVpcEncryptionControl, location_name: "accountVpcEncryptionControl"))
|
|
8035
|
+
DescribeAccountVpcEncryptionControlResult.struct_class = Types::DescribeAccountVpcEncryptionControlResult
|
|
8036
|
+
|
|
7996
8037
|
DescribeAddressTransfersRequest.add_member(:allocation_ids, Shapes::ShapeRef.new(shape: AllocationIdList, location_name: "AllocationId"))
|
|
7997
8038
|
DescribeAddressTransfersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
7998
8039
|
DescribeAddressTransfersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeAddressTransfersMaxResults, location_name: "MaxResults"))
|
|
@@ -9868,6 +9909,7 @@ module Aws::EC2
|
|
|
9868
9909
|
DescribeVolumesModificationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
9869
9910
|
DescribeVolumesModificationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
9870
9911
|
DescribeVolumesModificationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
|
9912
|
+
DescribeVolumesModificationsRequest.add_member(:include_managed_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeManagedResources"))
|
|
9871
9913
|
DescribeVolumesModificationsRequest.struct_class = Types::DescribeVolumesModificationsRequest
|
|
9872
9914
|
|
|
9873
9915
|
DescribeVolumesModificationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
@@ -12196,8 +12238,15 @@ module Aws::EC2
|
|
|
12196
12238
|
Host.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
|
12197
12239
|
Host.add_member(:host_maintenance, Shapes::ShapeRef.new(shape: HostMaintenance, location_name: "hostMaintenance"))
|
|
12198
12240
|
Host.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "assetId"))
|
|
12241
|
+
Host.add_member(:cpu_options, Shapes::ShapeRef.new(shape: HostCpuOptions, location_name: "cpuOptions"))
|
|
12199
12242
|
Host.struct_class = Types::Host
|
|
12200
12243
|
|
|
12244
|
+
HostCpuOptions.add_member(:amd_sev_snp, Shapes::ShapeRef.new(shape: AmdSevSnp, location_name: "amdSevSnp"))
|
|
12245
|
+
HostCpuOptions.struct_class = Types::HostCpuOptions
|
|
12246
|
+
|
|
12247
|
+
HostCpuOptionsRequest.add_member(:amd_sev_snp, Shapes::ShapeRef.new(shape: AmdSevSnp, location_name: "AmdSevSnp"))
|
|
12248
|
+
HostCpuOptionsRequest.struct_class = Types::HostCpuOptionsRequest
|
|
12249
|
+
|
|
12201
12250
|
HostInstance.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
|
12202
12251
|
HostInstance.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
|
12203
12252
|
HostInstance.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
|
@@ -14533,6 +14582,21 @@ module Aws::EC2
|
|
|
14533
14582
|
|
|
14534
14583
|
MetricValueSet.member = Shapes::ShapeRef.new(shape: MetricValue, location_name: "item")
|
|
14535
14584
|
|
|
14585
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
14586
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:mode, Shapes::ShapeRef.new(shape: AccountVpcEncryptionControlMode, location_name: "Mode"))
|
|
14587
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "InternetGateway"))
|
|
14588
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:egress_only_internet_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "EgressOnlyInternetGateway"))
|
|
14589
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:nat_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "NatGateway"))
|
|
14590
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:virtual_private_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VirtualPrivateGateway"))
|
|
14591
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:vpc_peering, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcPeering"))
|
|
14592
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:lambda, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "Lambda"))
|
|
14593
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:vpc_lattice, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcLattice"))
|
|
14594
|
+
ModifyAccountVpcEncryptionControlRequest.add_member(:elastic_file_system, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "ElasticFileSystem"))
|
|
14595
|
+
ModifyAccountVpcEncryptionControlRequest.struct_class = Types::ModifyAccountVpcEncryptionControlRequest
|
|
14596
|
+
|
|
14597
|
+
ModifyAccountVpcEncryptionControlResult.add_member(:account_vpc_encryption_control, Shapes::ShapeRef.new(shape: AccountVpcEncryptionControl, location_name: "accountVpcEncryptionControl"))
|
|
14598
|
+
ModifyAccountVpcEncryptionControlResult.struct_class = Types::ModifyAccountVpcEncryptionControlResult
|
|
14599
|
+
|
|
14536
14600
|
ModifyAddressAttributeRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, required: true, location_name: "AllocationId"))
|
|
14537
14601
|
ModifyAddressAttributeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainName"))
|
|
14538
14602
|
ModifyAddressAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
@@ -15341,6 +15405,17 @@ module Aws::EC2
|
|
|
15341
15405
|
ModifyVpcEndpointConnectionNotificationResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
15342
15406
|
ModifyVpcEndpointConnectionNotificationResult.struct_class = Types::ModifyVpcEndpointConnectionNotificationResult
|
|
15343
15407
|
|
|
15408
|
+
ModifyVpcEndpointPayerResponsibilityRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
15409
|
+
ModifyVpcEndpointPayerResponsibilityRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, location_name: "ServiceId"))
|
|
15410
|
+
ModifyVpcEndpointPayerResponsibilityRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, required: true, location_name: "VpcEndpointId"))
|
|
15411
|
+
ModifyVpcEndpointPayerResponsibilityRequest.add_member(:payer_responsibility, Shapes::ShapeRef.new(shape: PayerResponsibilityType, required: true, location_name: "PayerResponsibility"))
|
|
15412
|
+
ModifyVpcEndpointPayerResponsibilityRequest.add_member(:scope, Shapes::ShapeRef.new(shape: PayerResponsibilityScope, required: true, location_name: "Scope"))
|
|
15413
|
+
ModifyVpcEndpointPayerResponsibilityRequest.struct_class = Types::ModifyVpcEndpointPayerResponsibilityRequest
|
|
15414
|
+
|
|
15415
|
+
ModifyVpcEndpointPayerResponsibilityResult.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
|
|
15416
|
+
ModifyVpcEndpointPayerResponsibilityResult.add_member(:payer_responsibilities, Shapes::ShapeRef.new(shape: PayerResponsibilitySet, location_name: "payerResponsibilitySet"))
|
|
15417
|
+
ModifyVpcEndpointPayerResponsibilityResult.struct_class = Types::ModifyVpcEndpointPayerResponsibilityResult
|
|
15418
|
+
|
|
15344
15419
|
ModifyVpcEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
15345
15420
|
ModifyVpcEndpointRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, required: true, location_name: "VpcEndpointId"))
|
|
15346
15421
|
ModifyVpcEndpointRequest.add_member(:reset_policy, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetPolicy"))
|
|
@@ -15987,6 +16062,12 @@ module Aws::EC2
|
|
|
15987
16062
|
PathStatementRequest.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatementRequest, location_name: "ResourceStatement"))
|
|
15988
16063
|
PathStatementRequest.struct_class = Types::PathStatementRequest
|
|
15989
16064
|
|
|
16065
|
+
PayerResponsibilityEntry.add_member(:scope, Shapes::ShapeRef.new(shape: PayerResponsibilityScope, location_name: "scope"))
|
|
16066
|
+
PayerResponsibilityEntry.add_member(:payer_responsibility_type, Shapes::ShapeRef.new(shape: PayerResponsibilityType, location_name: "payerResponsibilityType"))
|
|
16067
|
+
PayerResponsibilityEntry.struct_class = Types::PayerResponsibilityEntry
|
|
16068
|
+
|
|
16069
|
+
PayerResponsibilitySet.member = Shapes::ShapeRef.new(shape: PayerResponsibilityEntry, location_name: "item")
|
|
16070
|
+
|
|
15990
16071
|
PciId.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
|
|
15991
16072
|
PciId.add_member(:vendor_id, Shapes::ShapeRef.new(shape: String, location_name: "VendorId"))
|
|
15992
16073
|
PciId.add_member(:subsystem_id, Shapes::ShapeRef.new(shape: String, location_name: "SubsystemId"))
|
|
@@ -19453,6 +19534,7 @@ module Aws::EC2
|
|
|
19453
19534
|
VolumeModification.add_member(:progress, Shapes::ShapeRef.new(shape: Long, location_name: "progress"))
|
|
19454
19535
|
VolumeModification.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
|
|
19455
19536
|
VolumeModification.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
|
|
19537
|
+
VolumeModification.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
|
|
19456
19538
|
VolumeModification.struct_class = Types::VolumeModification
|
|
19457
19539
|
|
|
19458
19540
|
VolumeModificationList.member = Shapes::ShapeRef.new(shape: VolumeModification, location_name: "item")
|
|
@@ -19660,6 +19742,7 @@ module Aws::EC2
|
|
|
19660
19742
|
VpcEndpoint.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
|
19661
19743
|
VpcEndpoint.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
|
|
19662
19744
|
VpcEndpoint.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "serviceRegion"))
|
|
19745
|
+
VpcEndpoint.add_member(:payer_responsibilities, Shapes::ShapeRef.new(shape: PayerResponsibilitySet, location_name: "payerResponsibilitySet"))
|
|
19663
19746
|
VpcEndpoint.struct_class = Types::VpcEndpoint
|
|
19664
19747
|
|
|
19665
19748
|
VpcEndpointAssociation.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
@@ -19690,6 +19773,7 @@ module Aws::EC2
|
|
|
19690
19773
|
VpcEndpointConnection.add_member(:vpc_endpoint_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointConnectionId"))
|
|
19691
19774
|
VpcEndpointConnection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
19692
19775
|
VpcEndpointConnection.add_member(:vpc_endpoint_region, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointRegion"))
|
|
19776
|
+
VpcEndpointConnection.add_member(:payer_responsibilities, Shapes::ShapeRef.new(shape: PayerResponsibilitySet, location_name: "payerResponsibilitySet"))
|
|
19693
19777
|
VpcEndpointConnection.struct_class = Types::VpcEndpointConnection
|
|
19694
19778
|
|
|
19695
19779
|
VpcEndpointConnectionSet.member = Shapes::ShapeRef.new(shape: VpcEndpointConnection, location_name: "item")
|
|
@@ -22065,6 +22149,14 @@ module Aws::EC2
|
|
|
22065
22149
|
o.output = Shapes::ShapeRef.new(shape: DescribeAccountAttributesResult)
|
|
22066
22150
|
end)
|
|
22067
22151
|
|
|
22152
|
+
api.add_operation(:describe_account_vpc_encryption_control, Seahorse::Model::Operation.new.tap do |o|
|
|
22153
|
+
o.name = "DescribeAccountVpcEncryptionControl"
|
|
22154
|
+
o.http_method = "POST"
|
|
22155
|
+
o.http_request_uri = "/"
|
|
22156
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAccountVpcEncryptionControlRequest)
|
|
22157
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAccountVpcEncryptionControlResult)
|
|
22158
|
+
end)
|
|
22159
|
+
|
|
22068
22160
|
api.add_operation(:describe_address_transfers, Seahorse::Model::Operation.new.tap do |o|
|
|
22069
22161
|
o.name = "DescribeAddressTransfers"
|
|
22070
22162
|
o.http_method = "POST"
|
|
@@ -25780,6 +25872,14 @@ module Aws::EC2
|
|
|
25780
25872
|
o.output = Shapes::ShapeRef.new(shape: LockSnapshotResult)
|
|
25781
25873
|
end)
|
|
25782
25874
|
|
|
25875
|
+
api.add_operation(:modify_account_vpc_encryption_control, Seahorse::Model::Operation.new.tap do |o|
|
|
25876
|
+
o.name = "ModifyAccountVpcEncryptionControl"
|
|
25877
|
+
o.http_method = "POST"
|
|
25878
|
+
o.http_request_uri = "/"
|
|
25879
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyAccountVpcEncryptionControlRequest)
|
|
25880
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyAccountVpcEncryptionControlResult)
|
|
25881
|
+
end)
|
|
25882
|
+
|
|
25783
25883
|
api.add_operation(:modify_address_attribute, Seahorse::Model::Operation.new.tap do |o|
|
|
25784
25884
|
o.name = "ModifyAddressAttribute"
|
|
25785
25885
|
o.http_method = "POST"
|
|
@@ -26340,6 +26440,14 @@ module Aws::EC2
|
|
|
26340
26440
|
o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointConnectionNotificationResult)
|
|
26341
26441
|
end)
|
|
26342
26442
|
|
|
26443
|
+
api.add_operation(:modify_vpc_endpoint_payer_responsibility, Seahorse::Model::Operation.new.tap do |o|
|
|
26444
|
+
o.name = "ModifyVpcEndpointPayerResponsibility"
|
|
26445
|
+
o.http_method = "POST"
|
|
26446
|
+
o.http_request_uri = "/"
|
|
26447
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyVpcEndpointPayerResponsibilityRequest)
|
|
26448
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointPayerResponsibilityResult)
|
|
26449
|
+
end)
|
|
26450
|
+
|
|
26343
26451
|
api.add_operation(:modify_vpc_endpoint_service_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
26344
26452
|
o.name = "ModifyVpcEndpointServiceConfiguration"
|
|
26345
26453
|
o.http_method = "POST"
|