@aws-sdk/client-ec2 3.1032.0 → 3.1033.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.
Files changed (126) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/endpoint/bdd.js +52 -0
  3. package/dist-cjs/endpoint/endpointResolver.js +2 -2
  4. package/dist-cjs/index.js +53 -0
  5. package/dist-cjs/schemas/schemas_0.js +183 -85
  6. package/dist-es/EC2.js +6 -0
  7. package/dist-es/commands/AcceptTransitGatewayClientVpnAttachmentCommand.js +16 -0
  8. package/dist-es/commands/DeleteTransitGatewayClientVpnAttachmentCommand.js +16 -0
  9. package/dist-es/commands/RejectTransitGatewayClientVpnAttachmentCommand.js +16 -0
  10. package/dist-es/commands/index.js +3 -0
  11. package/dist-es/endpoint/bdd.js +49 -0
  12. package/dist-es/endpoint/endpointResolver.js +3 -3
  13. package/dist-es/models/enums.js +10 -0
  14. package/dist-es/schemas/schemas_0.js +120 -22
  15. package/dist-types/EC2.d.ts +21 -0
  16. package/dist-types/EC2Client.d.ts +5 -2
  17. package/dist-types/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
  18. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  19. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +3 -1
  20. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  21. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  22. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +10 -1
  24. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +4 -4
  28. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
  34. package/dist-types/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
  35. package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +2 -2
  36. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +11 -1
  39. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -0
  40. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -2
  48. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  49. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  50. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  51. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  52. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  53. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  54. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -1
  55. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  56. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  57. package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +2 -2
  58. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  59. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  60. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  61. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  62. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  63. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +9 -0
  64. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  65. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  66. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  67. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  68. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  69. package/dist-types/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
  70. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  71. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  72. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  73. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  74. package/dist-types/commands/index.d.ts +3 -0
  75. package/dist-types/endpoint/bdd.d.ts +2 -0
  76. package/dist-types/models/enums.d.ts +18 -0
  77. package/dist-types/models/models_0.d.ts +106 -181
  78. package/dist-types/models/models_1.d.ts +179 -119
  79. package/dist-types/models/models_2.d.ts +119 -56
  80. package/dist-types/models/models_3.d.ts +126 -205
  81. package/dist-types/models/models_4.d.ts +208 -266
  82. package/dist-types/models/models_5.d.ts +267 -292
  83. package/dist-types/models/models_6.d.ts +295 -238
  84. package/dist-types/models/models_7.d.ts +263 -3
  85. package/dist-types/schemas/schemas_0.d.ts +12 -0
  86. package/dist-types/ts3.4/EC2.d.ts +69 -0
  87. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  88. package/dist-types/ts3.4/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -4
  92. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
  94. package/dist-types/ts3.4/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +4 -2
  102. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +2 -4
  103. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  111. package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  112. package/dist-types/ts3.4/models/enums.d.ts +12 -0
  113. package/dist-types/ts3.4/models/models_0.d.ts +30 -36
  114. package/dist-types/ts3.4/models/models_1.d.ts +33 -33
  115. package/dist-types/ts3.4/models/models_2.d.ts +31 -15
  116. package/dist-types/ts3.4/models/models_3.d.ts +36 -33
  117. package/dist-types/ts3.4/models/models_4.d.ts +36 -44
  118. package/dist-types/ts3.4/models/models_5.d.ts +43 -48
  119. package/dist-types/ts3.4/models/models_6.d.ts +52 -51
  120. package/dist-types/ts3.4/models/models_7.d.ts +61 -0
  121. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  122. package/package.json +5 -5
  123. package/dist-cjs/endpoint/ruleset.js +0 -7
  124. package/dist-es/endpoint/ruleset.js +0 -4
  125. package/dist-types/endpoint/ruleset.d.ts +0 -2
  126. package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
@@ -1,11 +1,246 @@
1
- import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, NestedVirtualizationSpecification, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue } from "./enums";
2
- import type { AddedPrincipal, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
1
+ import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue } from "./enums";
2
+ import type { AddedPrincipal, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayClientVpnAttachment, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
3
3
  import type { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement } from "./models_1";
4
4
  import type { DnsOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayMeteringPolicy, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
5
5
  import type { AttributeBooleanValue, Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
6
- import type { InstanceNetworkInterfaceSpecification, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
+ import type { CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
7
7
  import type { CapacityManagerMonitoredTagKey, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
8
8
  import type { CapacityReservationSpecification, Purchase } from "./models_6";
9
+ /**
10
+ * <p>Describes modifications to the list of create volume permissions for a volume.</p>
11
+ * @public
12
+ */
13
+ export interface CreateVolumePermissionModifications {
14
+ /**
15
+ * <p>Adds the specified Amazon Web Services account ID or group to the list.</p>
16
+ * @public
17
+ */
18
+ Add?: CreateVolumePermission[] | undefined;
19
+ /**
20
+ * <p>Removes the specified Amazon Web Services account ID or group from the list.</p>
21
+ * @public
22
+ */
23
+ Remove?: CreateVolumePermission[] | undefined;
24
+ }
25
+ /**
26
+ * @public
27
+ */
28
+ export interface ModifySnapshotAttributeRequest {
29
+ /**
30
+ * <p>The snapshot attribute to modify. Only volume creation permissions can be modified.</p>
31
+ * @public
32
+ */
33
+ Attribute?: SnapshotAttributeName | undefined;
34
+ /**
35
+ * <p>A JSON representation of the snapshot attribute modification.</p>
36
+ * @public
37
+ */
38
+ CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
39
+ /**
40
+ * <p>The group to modify for the snapshot.</p>
41
+ * @public
42
+ */
43
+ GroupNames?: string[] | undefined;
44
+ /**
45
+ * <p>The type of operation to perform to the attribute.</p>
46
+ * @public
47
+ */
48
+ OperationType?: OperationType | undefined;
49
+ /**
50
+ * <p>The ID of the snapshot.</p>
51
+ * @public
52
+ */
53
+ SnapshotId: string | undefined;
54
+ /**
55
+ * <p>The account ID to modify for the snapshot.</p>
56
+ * @public
57
+ */
58
+ UserIds?: string[] | undefined;
59
+ /**
60
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
61
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
62
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
63
+ * @public
64
+ */
65
+ DryRun?: boolean | undefined;
66
+ }
67
+ /**
68
+ * @public
69
+ */
70
+ export interface ModifySnapshotTierRequest {
71
+ /**
72
+ * <p>The ID of the snapshot.</p>
73
+ * @public
74
+ */
75
+ SnapshotId: string | undefined;
76
+ /**
77
+ * <p>The name of the storage tier. You must specify <code>archive</code>.</p>
78
+ * @public
79
+ */
80
+ StorageTier?: TargetStorageTier | undefined;
81
+ /**
82
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
83
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
84
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
85
+ * @public
86
+ */
87
+ DryRun?: boolean | undefined;
88
+ }
89
+ /**
90
+ * @public
91
+ */
92
+ export interface ModifySnapshotTierResult {
93
+ /**
94
+ * <p>The ID of the snapshot.</p>
95
+ * @public
96
+ */
97
+ SnapshotId?: string | undefined;
98
+ /**
99
+ * <p>The date and time when the archive process was started.</p>
100
+ * @public
101
+ */
102
+ TieringStartTime?: Date | undefined;
103
+ }
104
+ /**
105
+ * <p>Contains the parameters for ModifySpotFleetRequest.</p>
106
+ * @public
107
+ */
108
+ export interface ModifySpotFleetRequestRequest {
109
+ /**
110
+ * <p>The launch template and overrides. You can only use this parameter if you specified a
111
+ * launch template (<code>LaunchTemplateConfigs</code>) in your Spot Fleet request. If you
112
+ * specified <code>LaunchSpecifications</code> in your Spot Fleet request, then omit this
113
+ * parameter.</p>
114
+ * @public
115
+ */
116
+ LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
117
+ /**
118
+ * <p>The number of On-Demand Instances in the fleet.</p>
119
+ * @public
120
+ */
121
+ OnDemandTargetCapacity?: number | undefined;
122
+ /**
123
+ * <p>Reserved.</p>
124
+ * @public
125
+ */
126
+ Context?: string | undefined;
127
+ /**
128
+ * <p>The ID of the Spot Fleet request.</p>
129
+ * @public
130
+ */
131
+ SpotFleetRequestId: string | undefined;
132
+ /**
133
+ * <p>The size of the fleet.</p>
134
+ * @public
135
+ */
136
+ TargetCapacity?: number | undefined;
137
+ /**
138
+ * <p>Indicates whether running instances should be terminated if the target capacity
139
+ * of the Spot Fleet request is decreased below the current size of the Spot Fleet.</p>
140
+ * <p>Supported only for fleets of type <code>maintain</code>.</p>
141
+ * @public
142
+ */
143
+ ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
144
+ }
145
+ /**
146
+ * <p>Contains the output of ModifySpotFleetRequest.</p>
147
+ * @public
148
+ */
149
+ export interface ModifySpotFleetRequestResponse {
150
+ /**
151
+ * <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
152
+ * no response is returned, and instead an error message is returned.</p>
153
+ * @public
154
+ */
155
+ Return?: boolean | undefined;
156
+ }
157
+ /**
158
+ * @public
159
+ */
160
+ export interface ModifySubnetAttributeRequest {
161
+ /**
162
+ * <p>Specify <code>true</code> to indicate that network interfaces created in the
163
+ * specified subnet should be assigned an IPv6 address. This includes a network interface
164
+ * that's created when launching an instance into the subnet (the instance therefore
165
+ * receives an IPv6 address). </p>
166
+ * <p>If you enable the IPv6 addressing feature for your subnet, your network interface
167
+ * or instance only receives an IPv6 address if it's created using version
168
+ * <code>2016-11-15</code> or later of the Amazon EC2 API.</p>
169
+ * @public
170
+ */
171
+ AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
172
+ /**
173
+ * <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
174
+ * specified subnet should be assigned a public IPv4 address.</p>
175
+ * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
176
+ * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
177
+ * @public
178
+ */
179
+ MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
180
+ /**
181
+ * <p>The ID of the subnet.</p>
182
+ * @public
183
+ */
184
+ SubnetId: string | undefined;
185
+ /**
186
+ * <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
187
+ * specified subnet should be assigned a customer-owned IPv4 address.</p>
188
+ * <p>When this value is <code>true</code>, you must specify the customer-owned IP pool using <code>CustomerOwnedIpv4Pool</code>.</p>
189
+ * @public
190
+ */
191
+ MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
192
+ /**
193
+ * <p>The customer-owned IPv4 address pool associated with the subnet.</p>
194
+ * <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>
195
+ * @public
196
+ */
197
+ CustomerOwnedIpv4Pool?: string | undefined;
198
+ /**
199
+ * <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
200
+ * should return synthetic IPv6 addresses for IPv4-only destinations.</p>
201
+ * <p>You must first configure a NAT gateway in a public subnet (separate from the subnet
202
+ * containing the IPv6-only workloads). For example, the subnet containing the NAT gateway
203
+ * should have a <code>0.0.0.0/0</code> route pointing to the internet gateway. For more
204
+ * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough">Configure DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</p>
205
+ * @public
206
+ */
207
+ EnableDns64?: AttributeBooleanValue | undefined;
208
+ /**
209
+ * <p>The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
210
+ * instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance
211
+ * DNS name must be based on the instance ID (resource-name).</p>
212
+ * @public
213
+ */
214
+ PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
215
+ /**
216
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</p>
217
+ * @public
218
+ */
219
+ EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
220
+ /**
221
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</p>
222
+ * @public
223
+ */
224
+ EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
225
+ /**
226
+ * <p>
227
+ * Indicates the device position for local network interfaces in this subnet. For example,
228
+ * <code>1</code> indicates local network interfaces in this subnet are the secondary
229
+ * network interface (eth1). A local network interface cannot be the primary network
230
+ * interface (eth0).
231
+ * </p>
232
+ * @public
233
+ */
234
+ EnableLniAtDeviceIndex?: number | undefined;
235
+ /**
236
+ * <p>
237
+ * Specify <code>true</code> to indicate that local network interfaces at the current
238
+ * position should be disabled.
239
+ * </p>
240
+ * @public
241
+ */
242
+ DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
243
+ }
9
244
  /**
10
245
  * @public
11
246
  */
@@ -3304,6 +3539,31 @@ export interface RejectCapacityReservationBillingOwnershipResult {
3304
3539
  */
3305
3540
  Return?: boolean | undefined;
3306
3541
  }
3542
+ /**
3543
+ * @public
3544
+ */
3545
+ export interface RejectTransitGatewayClientVpnAttachmentRequest {
3546
+ /**
3547
+ * <p>The ID of the Transit Gateway attachment.</p>
3548
+ * @public
3549
+ */
3550
+ TransitGatewayAttachmentId: string | undefined;
3551
+ /**
3552
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3553
+ * @public
3554
+ */
3555
+ DryRun?: boolean | undefined;
3556
+ }
3557
+ /**
3558
+ * @public
3559
+ */
3560
+ export interface RejectTransitGatewayClientVpnAttachmentResult {
3561
+ /**
3562
+ * <p>Information about the Transit Gateway Client VPN attachment.</p>
3563
+ * @public
3564
+ */
3565
+ TransitGatewayClientVpnAttachment?: TransitGatewayClientVpnAttachment | undefined;
3566
+ }
3307
3567
  /**
3308
3568
  * @public
3309
3569
  */
@@ -17,6 +17,8 @@ export declare var AcceptCapacityReservationBillingOwnershipRequest$: StaticStru
17
17
  export declare var AcceptCapacityReservationBillingOwnershipResult$: StaticStructureSchema;
18
18
  export declare var AcceptReservedInstancesExchangeQuoteRequest$: StaticStructureSchema;
19
19
  export declare var AcceptReservedInstancesExchangeQuoteResult$: StaticStructureSchema;
20
+ export declare var AcceptTransitGatewayClientVpnAttachmentRequest$: StaticStructureSchema;
21
+ export declare var AcceptTransitGatewayClientVpnAttachmentResult$: StaticStructureSchema;
20
22
  export declare var AcceptTransitGatewayMulticastDomainAssociationsRequest$: StaticStructureSchema;
21
23
  export declare var AcceptTransitGatewayMulticastDomainAssociationsResult$: StaticStructureSchema;
22
24
  export declare var AcceptTransitGatewayPeeringAttachmentRequest$: StaticStructureSchema;
@@ -606,6 +608,8 @@ export declare var DeleteTrafficMirrorSessionRequest$: StaticStructureSchema;
606
608
  export declare var DeleteTrafficMirrorSessionResult$: StaticStructureSchema;
607
609
  export declare var DeleteTrafficMirrorTargetRequest$: StaticStructureSchema;
608
610
  export declare var DeleteTrafficMirrorTargetResult$: StaticStructureSchema;
611
+ export declare var DeleteTransitGatewayClientVpnAttachmentRequest$: StaticStructureSchema;
612
+ export declare var DeleteTransitGatewayClientVpnAttachmentResult$: StaticStructureSchema;
609
613
  export declare var DeleteTransitGatewayConnectPeerRequest$: StaticStructureSchema;
610
614
  export declare var DeleteTransitGatewayConnectPeerResult$: StaticStructureSchema;
611
615
  export declare var DeleteTransitGatewayConnectRequest$: StaticStructureSchema;
@@ -1983,6 +1987,8 @@ export declare var RegisterTransitGatewayMulticastGroupSourcesRequest$: StaticSt
1983
1987
  export declare var RegisterTransitGatewayMulticastGroupSourcesResult$: StaticStructureSchema;
1984
1988
  export declare var RejectCapacityReservationBillingOwnershipRequest$: StaticStructureSchema;
1985
1989
  export declare var RejectCapacityReservationBillingOwnershipResult$: StaticStructureSchema;
1990
+ export declare var RejectTransitGatewayClientVpnAttachmentRequest$: StaticStructureSchema;
1991
+ export declare var RejectTransitGatewayClientVpnAttachmentResult$: StaticStructureSchema;
1986
1992
  export declare var RejectTransitGatewayMulticastDomainAssociationsRequest$: StaticStructureSchema;
1987
1993
  export declare var RejectTransitGatewayMulticastDomainAssociationsResult$: StaticStructureSchema;
1988
1994
  export declare var RejectTransitGatewayPeeringAttachmentRequest$: StaticStructureSchema;
@@ -2227,6 +2233,9 @@ export declare var TransitGatewayAttachment$: StaticStructureSchema;
2227
2233
  export declare var TransitGatewayAttachmentAssociation$: StaticStructureSchema;
2228
2234
  export declare var TransitGatewayAttachmentBgpConfiguration$: StaticStructureSchema;
2229
2235
  export declare var TransitGatewayAttachmentPropagation$: StaticStructureSchema;
2236
+ export declare var TransitGatewayClientVpnAttachment$: StaticStructureSchema;
2237
+ export declare var TransitGatewayConfigurationDescribeEndpointStructure$: StaticStructureSchema;
2238
+ export declare var TransitGatewayConfigurationInputStructure$: StaticStructureSchema;
2230
2239
  export declare var TransitGatewayConnect$: StaticStructureSchema;
2231
2240
  export declare var TransitGatewayConnectOptions$: StaticStructureSchema;
2232
2241
  export declare var TransitGatewayConnectPeer$: StaticStructureSchema;
@@ -2374,6 +2383,7 @@ export declare var WithdrawByoipCidrResult$: StaticStructureSchema;
2374
2383
  export declare var AcceptAddressTransfer$: StaticOperationSchema;
2375
2384
  export declare var AcceptCapacityReservationBillingOwnership$: StaticOperationSchema;
2376
2385
  export declare var AcceptReservedInstancesExchangeQuote$: StaticOperationSchema;
2386
+ export declare var AcceptTransitGatewayClientVpnAttachment$: StaticOperationSchema;
2377
2387
  export declare var AcceptTransitGatewayMulticastDomainAssociations$: StaticOperationSchema;
2378
2388
  export declare var AcceptTransitGatewayPeeringAttachment$: StaticOperationSchema;
2379
2389
  export declare var AcceptTransitGatewayVpcAttachment$: StaticOperationSchema;
@@ -2600,6 +2610,7 @@ export declare var DeleteTrafficMirrorFilterRule$: StaticOperationSchema;
2600
2610
  export declare var DeleteTrafficMirrorSession$: StaticOperationSchema;
2601
2611
  export declare var DeleteTrafficMirrorTarget$: StaticOperationSchema;
2602
2612
  export declare var DeleteTransitGateway$: StaticOperationSchema;
2613
+ export declare var DeleteTransitGatewayClientVpnAttachment$: StaticOperationSchema;
2603
2614
  export declare var DeleteTransitGatewayConnect$: StaticOperationSchema;
2604
2615
  export declare var DeleteTransitGatewayConnectPeer$: StaticOperationSchema;
2605
2616
  export declare var DeleteTransitGatewayMeteringPolicy$: StaticOperationSchema;
@@ -3069,6 +3080,7 @@ export declare var RegisterInstanceEventNotificationAttributes$: StaticOperation
3069
3080
  export declare var RegisterTransitGatewayMulticastGroupMembers$: StaticOperationSchema;
3070
3081
  export declare var RegisterTransitGatewayMulticastGroupSources$: StaticOperationSchema;
3071
3082
  export declare var RejectCapacityReservationBillingOwnership$: StaticOperationSchema;
3083
+ export declare var RejectTransitGatewayClientVpnAttachment$: StaticOperationSchema;
3072
3084
  export declare var RejectTransitGatewayMulticastDomainAssociations$: StaticOperationSchema;
3073
3085
  export declare var RejectTransitGatewayPeeringAttachment$: StaticOperationSchema;
3074
3086
  export declare var RejectTransitGatewayVpcAttachment$: StaticOperationSchema;
@@ -17,6 +17,10 @@ import {
17
17
  AcceptReservedInstancesExchangeQuoteCommandInput,
18
18
  AcceptReservedInstancesExchangeQuoteCommandOutput,
19
19
  } from "./commands/AcceptReservedInstancesExchangeQuoteCommand";
20
+ import {
21
+ AcceptTransitGatewayClientVpnAttachmentCommandInput,
22
+ AcceptTransitGatewayClientVpnAttachmentCommandOutput,
23
+ } from "./commands/AcceptTransitGatewayClientVpnAttachmentCommand";
20
24
  import {
21
25
  AcceptTransitGatewayMulticastDomainAssociationsCommandInput,
22
26
  AcceptTransitGatewayMulticastDomainAssociationsCommandOutput,
@@ -917,6 +921,10 @@ import {
917
921
  DeleteTrafficMirrorTargetCommandInput,
918
922
  DeleteTrafficMirrorTargetCommandOutput,
919
923
  } from "./commands/DeleteTrafficMirrorTargetCommand";
924
+ import {
925
+ DeleteTransitGatewayClientVpnAttachmentCommandInput,
926
+ DeleteTransitGatewayClientVpnAttachmentCommandOutput,
927
+ } from "./commands/DeleteTransitGatewayClientVpnAttachmentCommand";
920
928
  import {
921
929
  DeleteTransitGatewayCommandInput,
922
930
  DeleteTransitGatewayCommandOutput,
@@ -2797,6 +2805,10 @@ import {
2797
2805
  RejectCapacityReservationBillingOwnershipCommandInput,
2798
2806
  RejectCapacityReservationBillingOwnershipCommandOutput,
2799
2807
  } from "./commands/RejectCapacityReservationBillingOwnershipCommand";
2808
+ import {
2809
+ RejectTransitGatewayClientVpnAttachmentCommandInput,
2810
+ RejectTransitGatewayClientVpnAttachmentCommandOutput,
2811
+ } from "./commands/RejectTransitGatewayClientVpnAttachmentCommand";
2800
2812
  import {
2801
2813
  RejectTransitGatewayMulticastDomainAssociationsCommandInput,
2802
2814
  RejectTransitGatewayMulticastDomainAssociationsCommandOutput,
@@ -3090,6 +3102,25 @@ export interface EC2 {
3090
3102
  data?: AcceptReservedInstancesExchangeQuoteCommandOutput
3091
3103
  ) => void
3092
3104
  ): void;
3105
+ acceptTransitGatewayClientVpnAttachment(
3106
+ args: AcceptTransitGatewayClientVpnAttachmentCommandInput,
3107
+ options?: __HttpHandlerOptions
3108
+ ): Promise<AcceptTransitGatewayClientVpnAttachmentCommandOutput>;
3109
+ acceptTransitGatewayClientVpnAttachment(
3110
+ args: AcceptTransitGatewayClientVpnAttachmentCommandInput,
3111
+ cb: (
3112
+ err: any,
3113
+ data?: AcceptTransitGatewayClientVpnAttachmentCommandOutput
3114
+ ) => void
3115
+ ): void;
3116
+ acceptTransitGatewayClientVpnAttachment(
3117
+ args: AcceptTransitGatewayClientVpnAttachmentCommandInput,
3118
+ options: __HttpHandlerOptions,
3119
+ cb: (
3120
+ err: any,
3121
+ data?: AcceptTransitGatewayClientVpnAttachmentCommandOutput
3122
+ ) => void
3123
+ ): void;
3093
3124
  acceptTransitGatewayMulticastDomainAssociations(): Promise<AcceptTransitGatewayMulticastDomainAssociationsCommandOutput>;
3094
3125
  acceptTransitGatewayMulticastDomainAssociations(
3095
3126
  args: AcceptTransitGatewayMulticastDomainAssociationsCommandInput,
@@ -6282,6 +6313,25 @@ export interface EC2 {
6282
6313
  options: __HttpHandlerOptions,
6283
6314
  cb: (err: any, data?: DeleteTransitGatewayCommandOutput) => void
6284
6315
  ): void;
6316
+ deleteTransitGatewayClientVpnAttachment(
6317
+ args: DeleteTransitGatewayClientVpnAttachmentCommandInput,
6318
+ options?: __HttpHandlerOptions
6319
+ ): Promise<DeleteTransitGatewayClientVpnAttachmentCommandOutput>;
6320
+ deleteTransitGatewayClientVpnAttachment(
6321
+ args: DeleteTransitGatewayClientVpnAttachmentCommandInput,
6322
+ cb: (
6323
+ err: any,
6324
+ data?: DeleteTransitGatewayClientVpnAttachmentCommandOutput
6325
+ ) => void
6326
+ ): void;
6327
+ deleteTransitGatewayClientVpnAttachment(
6328
+ args: DeleteTransitGatewayClientVpnAttachmentCommandInput,
6329
+ options: __HttpHandlerOptions,
6330
+ cb: (
6331
+ err: any,
6332
+ data?: DeleteTransitGatewayClientVpnAttachmentCommandOutput
6333
+ ) => void
6334
+ ): void;
6285
6335
  deleteTransitGatewayConnect(
6286
6336
  args: DeleteTransitGatewayConnectCommandInput,
6287
6337
  options?: __HttpHandlerOptions
@@ -13355,6 +13405,25 @@ export interface EC2 {
13355
13405
  data?: RejectCapacityReservationBillingOwnershipCommandOutput
13356
13406
  ) => void
13357
13407
  ): void;
13408
+ rejectTransitGatewayClientVpnAttachment(
13409
+ args: RejectTransitGatewayClientVpnAttachmentCommandInput,
13410
+ options?: __HttpHandlerOptions
13411
+ ): Promise<RejectTransitGatewayClientVpnAttachmentCommandOutput>;
13412
+ rejectTransitGatewayClientVpnAttachment(
13413
+ args: RejectTransitGatewayClientVpnAttachmentCommandInput,
13414
+ cb: (
13415
+ err: any,
13416
+ data?: RejectTransitGatewayClientVpnAttachmentCommandOutput
13417
+ ) => void
13418
+ ): void;
13419
+ rejectTransitGatewayClientVpnAttachment(
13420
+ args: RejectTransitGatewayClientVpnAttachmentCommandInput,
13421
+ options: __HttpHandlerOptions,
13422
+ cb: (
13423
+ err: any,
13424
+ data?: RejectTransitGatewayClientVpnAttachmentCommandOutput
13425
+ ) => void
13426
+ ): void;
13358
13427
  rejectTransitGatewayMulticastDomainAssociations(): Promise<RejectTransitGatewayMulticastDomainAssociationsCommandOutput>;
13359
13428
  rejectTransitGatewayMulticastDomainAssociations(
13360
13429
  args: RejectTransitGatewayMulticastDomainAssociationsCommandInput,
@@ -56,6 +56,10 @@ import {
56
56
  AcceptReservedInstancesExchangeQuoteCommandInput,
57
57
  AcceptReservedInstancesExchangeQuoteCommandOutput,
58
58
  } from "./commands/AcceptReservedInstancesExchangeQuoteCommand";
59
+ import {
60
+ AcceptTransitGatewayClientVpnAttachmentCommandInput,
61
+ AcceptTransitGatewayClientVpnAttachmentCommandOutput,
62
+ } from "./commands/AcceptTransitGatewayClientVpnAttachmentCommand";
59
63
  import {
60
64
  AcceptTransitGatewayMulticastDomainAssociationsCommandInput,
61
65
  AcceptTransitGatewayMulticastDomainAssociationsCommandOutput,
@@ -956,6 +960,10 @@ import {
956
960
  DeleteTrafficMirrorTargetCommandInput,
957
961
  DeleteTrafficMirrorTargetCommandOutput,
958
962
  } from "./commands/DeleteTrafficMirrorTargetCommand";
963
+ import {
964
+ DeleteTransitGatewayClientVpnAttachmentCommandInput,
965
+ DeleteTransitGatewayClientVpnAttachmentCommandOutput,
966
+ } from "./commands/DeleteTransitGatewayClientVpnAttachmentCommand";
959
967
  import {
960
968
  DeleteTransitGatewayCommandInput,
961
969
  DeleteTransitGatewayCommandOutput,
@@ -2836,6 +2844,10 @@ import {
2836
2844
  RejectCapacityReservationBillingOwnershipCommandInput,
2837
2845
  RejectCapacityReservationBillingOwnershipCommandOutput,
2838
2846
  } from "./commands/RejectCapacityReservationBillingOwnershipCommand";
2847
+ import {
2848
+ RejectTransitGatewayClientVpnAttachmentCommandInput,
2849
+ RejectTransitGatewayClientVpnAttachmentCommandOutput,
2850
+ } from "./commands/RejectTransitGatewayClientVpnAttachmentCommand";
2839
2851
  import {
2840
2852
  RejectTransitGatewayMulticastDomainAssociationsCommandInput,
2841
2853
  RejectTransitGatewayMulticastDomainAssociationsCommandOutput,
@@ -3087,6 +3099,7 @@ export type ServiceInputTypes =
3087
3099
  | AcceptAddressTransferCommandInput
3088
3100
  | AcceptCapacityReservationBillingOwnershipCommandInput
3089
3101
  | AcceptReservedInstancesExchangeQuoteCommandInput
3102
+ | AcceptTransitGatewayClientVpnAttachmentCommandInput
3090
3103
  | AcceptTransitGatewayMulticastDomainAssociationsCommandInput
3091
3104
  | AcceptTransitGatewayPeeringAttachmentCommandInput
3092
3105
  | AcceptTransitGatewayVpcAttachmentCommandInput
@@ -3312,6 +3325,7 @@ export type ServiceInputTypes =
3312
3325
  | DeleteTrafficMirrorFilterRuleCommandInput
3313
3326
  | DeleteTrafficMirrorSessionCommandInput
3314
3327
  | DeleteTrafficMirrorTargetCommandInput
3328
+ | DeleteTransitGatewayClientVpnAttachmentCommandInput
3315
3329
  | DeleteTransitGatewayCommandInput
3316
3330
  | DeleteTransitGatewayConnectCommandInput
3317
3331
  | DeleteTransitGatewayConnectPeerCommandInput
@@ -3782,6 +3796,7 @@ export type ServiceInputTypes =
3782
3796
  | RegisterTransitGatewayMulticastGroupMembersCommandInput
3783
3797
  | RegisterTransitGatewayMulticastGroupSourcesCommandInput
3784
3798
  | RejectCapacityReservationBillingOwnershipCommandInput
3799
+ | RejectTransitGatewayClientVpnAttachmentCommandInput
3785
3800
  | RejectTransitGatewayMulticastDomainAssociationsCommandInput
3786
3801
  | RejectTransitGatewayPeeringAttachmentCommandInput
3787
3802
  | RejectTransitGatewayVpcAttachmentCommandInput
@@ -3846,6 +3861,7 @@ export type ServiceOutputTypes =
3846
3861
  | AcceptAddressTransferCommandOutput
3847
3862
  | AcceptCapacityReservationBillingOwnershipCommandOutput
3848
3863
  | AcceptReservedInstancesExchangeQuoteCommandOutput
3864
+ | AcceptTransitGatewayClientVpnAttachmentCommandOutput
3849
3865
  | AcceptTransitGatewayMulticastDomainAssociationsCommandOutput
3850
3866
  | AcceptTransitGatewayPeeringAttachmentCommandOutput
3851
3867
  | AcceptTransitGatewayVpcAttachmentCommandOutput
@@ -4071,6 +4087,7 @@ export type ServiceOutputTypes =
4071
4087
  | DeleteTrafficMirrorFilterRuleCommandOutput
4072
4088
  | DeleteTrafficMirrorSessionCommandOutput
4073
4089
  | DeleteTrafficMirrorTargetCommandOutput
4090
+ | DeleteTransitGatewayClientVpnAttachmentCommandOutput
4074
4091
  | DeleteTransitGatewayCommandOutput
4075
4092
  | DeleteTransitGatewayConnectCommandOutput
4076
4093
  | DeleteTransitGatewayConnectPeerCommandOutput
@@ -4541,6 +4558,7 @@ export type ServiceOutputTypes =
4541
4558
  | RegisterTransitGatewayMulticastGroupMembersCommandOutput
4542
4559
  | RegisterTransitGatewayMulticastGroupSourcesCommandOutput
4543
4560
  | RejectCapacityReservationBillingOwnershipCommandOutput
4561
+ | RejectTransitGatewayClientVpnAttachmentCommandOutput
4544
4562
  | RejectTransitGatewayMulticastDomainAssociationsCommandOutput
4545
4563
  | RejectTransitGatewayPeeringAttachmentCommandOutput
4546
4564
  | RejectTransitGatewayVpcAttachmentCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ AcceptTransitGatewayClientVpnAttachmentRequest,
10
+ AcceptTransitGatewayClientVpnAttachmentResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface AcceptTransitGatewayClientVpnAttachmentCommandInput
15
+ extends AcceptTransitGatewayClientVpnAttachmentRequest {}
16
+ export interface AcceptTransitGatewayClientVpnAttachmentCommandOutput
17
+ extends AcceptTransitGatewayClientVpnAttachmentResult,
18
+ __MetadataBearer {}
19
+ declare const AcceptTransitGatewayClientVpnAttachmentCommand_base: {
20
+ new (
21
+ input: AcceptTransitGatewayClientVpnAttachmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AcceptTransitGatewayClientVpnAttachmentCommandInput,
24
+ AcceptTransitGatewayClientVpnAttachmentCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: AcceptTransitGatewayClientVpnAttachmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AcceptTransitGatewayClientVpnAttachmentCommandInput,
33
+ AcceptTransitGatewayClientVpnAttachmentCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AcceptTransitGatewayClientVpnAttachmentCommand extends AcceptTransitGatewayClientVpnAttachmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AcceptTransitGatewayClientVpnAttachmentRequest;
44
+ output: AcceptTransitGatewayClientVpnAttachmentResult;
45
+ };
46
+ sdk: {
47
+ input: AcceptTransitGatewayClientVpnAttachmentCommandInput;
48
+ output: AcceptTransitGatewayClientVpnAttachmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateDelegateMacVolumeOwnershipTaskRequest,
10
10
  CreateDelegateMacVolumeOwnershipTaskResult,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateDelegateMacVolumeOwnershipTaskCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateSecondaryNetworkRequest,
10
10
  CreateSecondaryNetworkResult,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateSecondaryNetworkCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DeleteTrafficMirrorFilterRequest,
10
- DeleteTrafficMirrorFilterResult,
11
- } from "../models/models_2";
8
+ import { DeleteTrafficMirrorFilterRequest } from "../models/models_2";
9
+ import { DeleteTrafficMirrorFilterResult } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DeleteTrafficMirrorFilterCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteTrafficMirrorFilterRuleRequest,
10
10
  DeleteTrafficMirrorFilterRuleResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteTrafficMirrorFilterRuleCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteTrafficMirrorSessionRequest } from "../models/models_2";
9
- import { DeleteTrafficMirrorSessionResult } from "../models/models_3";
8
+ import {
9
+ DeleteTrafficMirrorSessionRequest,
10
+ DeleteTrafficMirrorSessionResult,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DeleteTrafficMirrorSessionCommandInput