@aws-sdk/client-ec2 3.812.0 → 3.813.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 (215) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +668 -263
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/CreateDelegateMacVolumeOwnershipTaskCommand.js +23 -0
  5. package/dist-es/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.js +23 -0
  6. package/dist-es/commands/DescribeMacModificationTasksCommand.js +22 -0
  7. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
  8. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  9. package/dist-es/commands/index.js +3 -0
  10. package/dist-es/models/models_0.js +1 -0
  11. package/dist-es/models/models_1.js +18 -4
  12. package/dist-es/models/models_2.js +8 -24
  13. package/dist-es/models/models_3.js +23 -4
  14. package/dist-es/models/models_4.js +4 -0
  15. package/dist-es/models/models_5.js +0 -6
  16. package/dist-es/models/models_6.js +8 -1
  17. package/dist-es/models/models_7.js +0 -19
  18. package/dist-es/models/models_8.js +19 -0
  19. package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_ec2.js +344 -28
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +5 -2
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
  40. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
  64. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeImagesCommand.d.ts +5 -0
  110. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  115. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
  117. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -0
  118. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  119. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  120. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -1
  121. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  122. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  123. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  124. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  125. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  126. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  127. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  128. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
  129. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  130. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  131. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -1
  132. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  133. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  134. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  135. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  138. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  139. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  140. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  142. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  143. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -1
  144. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  145. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  146. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  147. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  148. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  149. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  150. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  151. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  152. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  153. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  154. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  155. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  156. package/dist-types/commands/index.d.ts +3 -0
  157. package/dist-types/models/models_0.d.ts +1 -0
  158. package/dist-types/models/models_1.d.ts +223 -480
  159. package/dist-types/models/models_2.d.ts +624 -222
  160. package/dist-types/models/models_3.d.ts +224 -169
  161. package/dist-types/models/models_4.d.ts +170 -386
  162. package/dist-types/models/models_5.d.ts +456 -271
  163. package/dist-types/models/models_6.d.ts +268 -297
  164. package/dist-types/models/models_7.d.ts +300 -412
  165. package/dist-types/models/models_8.d.ts +410 -2
  166. package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
  167. package/dist-types/pagination/index.d.ts +1 -0
  168. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  169. package/dist-types/ts3.4/EC2.d.ts +64 -0
  170. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  171. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
  175. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +2 -4
  182. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -4
  196. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  203. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  204. package/dist-types/ts3.4/models/models_1.d.ts +54 -99
  205. package/dist-types/ts3.4/models/models_2.d.ts +152 -65
  206. package/dist-types/ts3.4/models/models_3.d.ts +65 -47
  207. package/dist-types/ts3.4/models/models_4.d.ts +44 -72
  208. package/dist-types/ts3.4/models/models_5.d.ts +83 -66
  209. package/dist-types/ts3.4/models/models_6.d.ts +62 -69
  210. package/dist-types/ts3.4/models/models_7.d.ts +71 -99
  211. package/dist-types/ts3.4/models/models_8.d.ts +97 -0
  212. package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
  213. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  214. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  215. package/package.json +1 -1
@@ -1,9 +1,272 @@
1
- import { AccessScopeAnalysisFinding, AddressTransfer, AllowedImagesSettingsEnabledState, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
2
- import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacityUnitType } from "./models_1";
3
- import { NetworkInsightsAccessScopeContent, SSEType, SubnetCidrReservation, TransitGatewayPrefixListReference } from "./models_2";
1
+ import { AccessScopeAnalysisFinding, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
2
+ import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, RequestIpamResourceTag, TargetCapacityUnitType } from "./models_1";
3
+ import { NetworkInsightsAccessScopeContent, ResponseLaunchTemplateData, SSEType, SubnetCidrReservation } from "./models_2";
4
4
  import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType } from "./models_3";
5
5
  import { ArchitectureType, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, VirtualizationType } from "./models_4";
6
6
  import { AnalysisStatus, ManagedBy } from "./models_5";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface DetachClassicLinkVpcResult {
11
+ /**
12
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
13
+ * @public
14
+ */
15
+ Return?: boolean | undefined;
16
+ }
17
+ /**
18
+ * @public
19
+ */
20
+ export interface DetachInternetGatewayRequest {
21
+ /**
22
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
23
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
24
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
25
+ * @public
26
+ */
27
+ DryRun?: boolean | undefined;
28
+ /**
29
+ * <p>The ID of the internet gateway.</p>
30
+ * @public
31
+ */
32
+ InternetGatewayId: string | undefined;
33
+ /**
34
+ * <p>The ID of the VPC.</p>
35
+ * @public
36
+ */
37
+ VpcId: string | undefined;
38
+ }
39
+ /**
40
+ * <p>Contains the parameters for DetachNetworkInterface.</p>
41
+ * @public
42
+ */
43
+ export interface DetachNetworkInterfaceRequest {
44
+ /**
45
+ * <p>Checks whether you have the required permissions for the action, without actually
46
+ * making the request, and provides an error response. If you have the required
47
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
48
+ * <code>UnauthorizedOperation</code>.</p>
49
+ * @public
50
+ */
51
+ DryRun?: boolean | undefined;
52
+ /**
53
+ * <p>The ID of the attachment.</p>
54
+ * @public
55
+ */
56
+ AttachmentId: string | undefined;
57
+ /**
58
+ * <p>Specifies whether to force a detachment.</p>
59
+ * <note>
60
+ * <ul>
61
+ * <li>
62
+ * <p>Use the <code>Force</code> parameter only as a last resort to detach a
63
+ * network interface from a failed instance. </p>
64
+ * </li>
65
+ * <li>
66
+ * <p>If you use the <code>Force</code> parameter to detach a network interface,
67
+ * you might not be able to attach a different network interface to the same
68
+ * index on the instance without first stopping and starting the
69
+ * instance.</p>
70
+ * </li>
71
+ * <li>
72
+ * <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance
73
+ * metadata</a> might not get updated. This means that the attributes
74
+ * associated with the detached network interface might still be visible. The
75
+ * instance metadata will get updated when you stop and start the
76
+ * instance.</p>
77
+ * </li>
78
+ * </ul>
79
+ * </note>
80
+ * @public
81
+ */
82
+ Force?: boolean | undefined;
83
+ }
84
+ /**
85
+ * @public
86
+ */
87
+ export interface DetachVerifiedAccessTrustProviderRequest {
88
+ /**
89
+ * <p>The ID of the Verified Access instance.</p>
90
+ * @public
91
+ */
92
+ VerifiedAccessInstanceId: string | undefined;
93
+ /**
94
+ * <p>The ID of the Verified Access trust provider.</p>
95
+ * @public
96
+ */
97
+ VerifiedAccessTrustProviderId: string | undefined;
98
+ /**
99
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
100
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
101
+ * @public
102
+ */
103
+ ClientToken?: string | undefined;
104
+ /**
105
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
106
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
107
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
108
+ * @public
109
+ */
110
+ DryRun?: boolean | undefined;
111
+ }
112
+ /**
113
+ * @public
114
+ */
115
+ export interface DetachVerifiedAccessTrustProviderResult {
116
+ /**
117
+ * <p>Details about the Verified Access trust provider.</p>
118
+ * @public
119
+ */
120
+ VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
121
+ /**
122
+ * <p>Details about the Verified Access instance.</p>
123
+ * @public
124
+ */
125
+ VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
126
+ }
127
+ /**
128
+ * @public
129
+ */
130
+ export interface DetachVolumeRequest {
131
+ /**
132
+ * <p>The device name.</p>
133
+ * @public
134
+ */
135
+ Device?: string | undefined;
136
+ /**
137
+ * <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
138
+ * logging into an instance, unmounting the volume, and detaching normally). This option can lead
139
+ * to data loss or a corrupted file system. Use this option only as a last resort to detach a
140
+ * volume from a failed instance. The instance won't have an opportunity to flush file system
141
+ * caches or file system metadata. If you use this option, you must perform file system check and
142
+ * repair procedures.</p>
143
+ * @public
144
+ */
145
+ Force?: boolean | undefined;
146
+ /**
147
+ * <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
148
+ * @public
149
+ */
150
+ InstanceId?: string | undefined;
151
+ /**
152
+ * <p>The ID of the volume.</p>
153
+ * @public
154
+ */
155
+ VolumeId: string | undefined;
156
+ /**
157
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
158
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
159
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
160
+ * @public
161
+ */
162
+ DryRun?: boolean | undefined;
163
+ }
164
+ /**
165
+ * <p>Contains the parameters for DetachVpnGateway.</p>
166
+ * @public
167
+ */
168
+ export interface DetachVpnGatewayRequest {
169
+ /**
170
+ * <p>The ID of the VPC.</p>
171
+ * @public
172
+ */
173
+ VpcId: string | undefined;
174
+ /**
175
+ * <p>The ID of the virtual private gateway.</p>
176
+ * @public
177
+ */
178
+ VpnGatewayId: string | undefined;
179
+ /**
180
+ * <p>Checks whether you have the required permissions for the action, without actually
181
+ * making the request, and provides an error response. If you have the required
182
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
183
+ * <code>UnauthorizedOperation</code>.</p>
184
+ * @public
185
+ */
186
+ DryRun?: boolean | undefined;
187
+ }
188
+ /**
189
+ * @public
190
+ */
191
+ export interface DisableAddressTransferRequest {
192
+ /**
193
+ * <p>The allocation ID of an Elastic IP address.</p>
194
+ * @public
195
+ */
196
+ AllocationId: string | undefined;
197
+ /**
198
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
199
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
200
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
201
+ * @public
202
+ */
203
+ DryRun?: boolean | undefined;
204
+ }
205
+ /**
206
+ * @public
207
+ */
208
+ export interface DisableAddressTransferResult {
209
+ /**
210
+ * <p>An Elastic IP address transfer.</p>
211
+ * @public
212
+ */
213
+ AddressTransfer?: AddressTransfer | undefined;
214
+ }
215
+ /**
216
+ * @public
217
+ */
218
+ export interface DisableAllowedImagesSettingsRequest {
219
+ /**
220
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
221
+ * and provides an error response. If you have the required permissions, the error response is
222
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
223
+ * @public
224
+ */
225
+ DryRun?: boolean | undefined;
226
+ }
227
+ /**
228
+ * @public
229
+ */
230
+ export interface DisableAllowedImagesSettingsResult {
231
+ /**
232
+ * <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
233
+ * error.</p>
234
+ * @public
235
+ */
236
+ AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
237
+ }
238
+ /**
239
+ * @public
240
+ */
241
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
242
+ /**
243
+ * <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
244
+ * @public
245
+ */
246
+ Source?: string | undefined;
247
+ /**
248
+ * <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
249
+ * @public
250
+ */
251
+ Destination?: string | undefined;
252
+ /**
253
+ * <p>The metric used for the disabled subscription.</p>
254
+ * @public
255
+ */
256
+ Metric?: MetricType | undefined;
257
+ /**
258
+ * <p>The statistic used for the disabled subscription. </p>
259
+ * @public
260
+ */
261
+ Statistic?: StatisticType | undefined;
262
+ /**
263
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
264
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
265
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
266
+ * @public
267
+ */
268
+ DryRun?: boolean | undefined;
269
+ }
7
270
  /**
8
271
  * @public
9
272
  */
@@ -6499,301 +6762,9 @@ export interface GetTransitGatewayPrefixListReferencesRequest {
6499
6762
  DryRun?: boolean | undefined;
6500
6763
  }
6501
6764
  /**
6502
- * @public
6503
- */
6504
- export interface GetTransitGatewayPrefixListReferencesResult {
6505
- /**
6506
- * <p>Information about the prefix list references.</p>
6507
- * @public
6508
- */
6509
- TransitGatewayPrefixListReferences?: TransitGatewayPrefixListReference[] | undefined;
6510
- /**
6511
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
6512
- * @public
6513
- */
6514
- NextToken?: string | undefined;
6515
- }
6516
- /**
6517
- * @public
6518
- */
6519
- export interface GetTransitGatewayRouteTableAssociationsRequest {
6520
- /**
6521
- * <p>The ID of the transit gateway route table.</p>
6522
- * @public
6523
- */
6524
- TransitGatewayRouteTableId: string | undefined;
6525
- /**
6526
- * <p>One or more filters. The possible values are:</p>
6527
- * <ul>
6528
- * <li>
6529
- * <p>
6530
- * <code>resource-id</code> - The ID of the resource.</p>
6531
- * </li>
6532
- * <li>
6533
- * <p>
6534
- * <code>resource-type</code> - The resource type. Valid values are <code>vpc</code>
6535
- * | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code>
6536
- * | <code>connect</code>.</p>
6537
- * </li>
6538
- * <li>
6539
- * <p>
6540
- * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
6541
- * </li>
6542
- * </ul>
6543
- * @public
6544
- */
6545
- Filters?: Filter[] | undefined;
6546
- /**
6547
- * <p>The maximum number of results to return with a single call.
6548
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6549
- * @public
6550
- */
6551
- MaxResults?: number | undefined;
6552
- /**
6553
- * <p>The token for the next page of results.</p>
6554
- * @public
6555
- */
6556
- NextToken?: string | undefined;
6557
- /**
6558
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6559
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6560
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6561
- * @public
6562
- */
6563
- DryRun?: boolean | undefined;
6564
- }
6565
- /**
6566
- * <p>Describes an association between a route table and a resource attachment.</p>
6567
- * @public
6568
- */
6569
- export interface TransitGatewayRouteTableAssociation {
6570
- /**
6571
- * <p>The ID of the attachment.</p>
6572
- * @public
6573
- */
6574
- TransitGatewayAttachmentId?: string | undefined;
6575
- /**
6576
- * <p>The ID of the resource.</p>
6577
- * @public
6578
- */
6579
- ResourceId?: string | undefined;
6580
- /**
6581
- * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
6582
- * @public
6583
- */
6584
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
6585
- /**
6586
- * <p>The state of the association.</p>
6587
- * @public
6588
- */
6589
- State?: TransitGatewayAssociationState | undefined;
6590
- }
6591
- /**
6592
- * @public
6593
- */
6594
- export interface GetTransitGatewayRouteTableAssociationsResult {
6595
- /**
6596
- * <p>Information about the associations.</p>
6597
- * @public
6598
- */
6599
- Associations?: TransitGatewayRouteTableAssociation[] | undefined;
6600
- /**
6601
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
6602
- * @public
6603
- */
6604
- NextToken?: string | undefined;
6605
- }
6606
- /**
6607
- * @public
6608
- */
6609
- export interface GetTransitGatewayRouteTablePropagationsRequest {
6610
- /**
6611
- * <p>The ID of the transit gateway route table.</p>
6612
- * @public
6613
- */
6614
- TransitGatewayRouteTableId: string | undefined;
6615
- /**
6616
- * <p>One or more filters. The possible values are:</p>
6617
- * <ul>
6618
- * <li>
6619
- * <p>
6620
- * <code>resource-id</code> - The ID of the resource.</p>
6621
- * </li>
6622
- * <li>
6623
- * <p>
6624
- * <code>resource-type</code> - The resource type. Valid values are <code>vpc</code>
6625
- * | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code>
6626
- * | <code>connect</code>.</p>
6627
- * </li>
6628
- * <li>
6629
- * <p>
6630
- * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
6631
- * </li>
6632
- * </ul>
6633
- * @public
6634
- */
6635
- Filters?: Filter[] | undefined;
6636
- /**
6637
- * <p>The maximum number of results to return with a single call.
6638
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6639
- * @public
6640
- */
6641
- MaxResults?: number | undefined;
6642
- /**
6643
- * <p>The token for the next page of results.</p>
6644
- * @public
6645
- */
6646
- NextToken?: string | undefined;
6647
- /**
6648
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6649
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6650
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6651
- * @public
6652
- */
6653
- DryRun?: boolean | undefined;
6654
- }
6655
- /**
6656
- * <p>Describes a route table propagation.</p>
6657
- * @public
6658
- */
6659
- export interface TransitGatewayRouteTablePropagation {
6660
- /**
6661
- * <p>The ID of the attachment.</p>
6662
- * @public
6663
- */
6664
- TransitGatewayAttachmentId?: string | undefined;
6665
- /**
6666
- * <p>The ID of the resource.</p>
6667
- * @public
6668
- */
6669
- ResourceId?: string | undefined;
6670
- /**
6671
- * <p>The type of resource. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
6672
- * @public
6673
- */
6674
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
6675
- /**
6676
- * <p>The state of the resource.</p>
6677
- * @public
6678
- */
6679
- State?: TransitGatewayPropagationState | undefined;
6680
- /**
6681
- * <p>The ID of the transit gateway route table announcement.</p>
6682
- * @public
6683
- */
6684
- TransitGatewayRouteTableAnnouncementId?: string | undefined;
6685
- }
6686
- /**
6687
- * @public
6688
- */
6689
- export interface GetTransitGatewayRouteTablePropagationsResult {
6690
- /**
6691
- * <p>Information about the route table propagations.</p>
6692
- * @public
6693
- */
6694
- TransitGatewayRouteTablePropagations?: TransitGatewayRouteTablePropagation[] | undefined;
6695
- /**
6696
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
6697
- * @public
6698
- */
6699
- NextToken?: string | undefined;
6700
- }
6701
- /**
6702
- * @public
6703
- */
6704
- export interface GetVerifiedAccessEndpointPolicyRequest {
6705
- /**
6706
- * <p>The ID of the Verified Access endpoint.</p>
6707
- * @public
6708
- */
6709
- VerifiedAccessEndpointId: string | undefined;
6710
- /**
6711
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6712
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6713
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6714
- * @public
6715
- */
6716
- DryRun?: boolean | undefined;
6717
- }
6718
- /**
6719
- * @public
6720
- */
6721
- export interface GetVerifiedAccessEndpointPolicyResult {
6722
- /**
6723
- * <p>The status of the Verified Access policy.</p>
6724
- * @public
6725
- */
6726
- PolicyEnabled?: boolean | undefined;
6727
- /**
6728
- * <p>The Verified Access policy document.</p>
6729
- * @public
6730
- */
6731
- PolicyDocument?: string | undefined;
6732
- }
6733
- /**
6734
- * @public
6735
- */
6736
- export interface GetVerifiedAccessEndpointTargetsRequest {
6737
- /**
6738
- * <p>The ID of the network CIDR endpoint.</p>
6739
- * @public
6740
- */
6741
- VerifiedAccessEndpointId: string | undefined;
6742
- /**
6743
- * <p>The maximum number of results to return with a single call.
6744
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6745
- * @public
6746
- */
6747
- MaxResults?: number | undefined;
6748
- /**
6749
- * <p>The token for the next page of results.</p>
6750
- * @public
6751
- */
6752
- NextToken?: string | undefined;
6753
- /**
6754
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6755
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6756
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6757
- * @public
6758
- */
6759
- DryRun?: boolean | undefined;
6760
- }
6761
- /**
6762
- * <p>Describes the targets for the specified Verified Access endpoint.</p>
6763
- * @public
6764
- */
6765
- export interface VerifiedAccessEndpointTarget {
6766
- /**
6767
- * <p>The ID of the Verified Access endpoint.</p>
6768
- * @public
6769
- */
6770
- VerifiedAccessEndpointId?: string | undefined;
6771
- /**
6772
- * <p>The IP address of the target.</p>
6773
- * @public
6774
- */
6775
- VerifiedAccessEndpointTargetIpAddress?: string | undefined;
6776
- /**
6777
- * <p>The DNS name of the target.</p>
6778
- * @public
6779
- */
6780
- VerifiedAccessEndpointTargetDns?: string | undefined;
6781
- }
6782
- /**
6783
- * @public
6765
+ * @internal
6784
6766
  */
6785
- export interface GetVerifiedAccessEndpointTargetsResult {
6786
- /**
6787
- * <p>The Verified Access targets.</p>
6788
- * @public
6789
- */
6790
- VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
6791
- /**
6792
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
6793
- * @public
6794
- */
6795
- NextToken?: string | undefined;
6796
- }
6767
+ export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DetachVerifiedAccessTrustProviderResult) => any;
6797
6768
  /**
6798
6769
  * @internal
6799
6770
  */