@aws-sdk/client-ec2 3.216.0 → 3.219.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 (178) hide show
  1. package/dist-cjs/EC2.js +75 -0
  2. package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +1 -2
  3. package/dist-cjs/commands/CreateSubnetCommand.js +3 -3
  4. package/dist-cjs/commands/DeregisterInstanceEventNotificationAttributesCommand.js +3 -3
  5. package/dist-cjs/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +46 -0
  6. package/dist-cjs/commands/DescribeIpamScopesCommand.js +3 -3
  7. package/dist-cjs/commands/DescribeIpamsCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeIpv6PoolsCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeKeyPairsCommand.js +3 -3
  10. package/dist-cjs/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
  11. package/dist-cjs/commands/DisassociateIamInstanceProfileCommand.js +2 -1
  12. package/dist-cjs/commands/DisassociateInstanceEventWindowCommand.js +3 -3
  13. package/dist-cjs/commands/DisassociateRouteTableCommand.js +2 -2
  14. package/dist-cjs/commands/DisassociateSubnetCidrBlockCommand.js +3 -3
  15. package/dist-cjs/commands/DisassociateTransitGatewayMulticastDomainCommand.js +3 -3
  16. package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +3 -3
  17. package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
  18. package/dist-cjs/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
  19. package/dist-cjs/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +46 -0
  20. package/dist-cjs/commands/GetAwsNetworkPerformanceDataCommand.js +46 -0
  21. package/dist-cjs/commands/ModifyTransitGatewayCommand.js +2 -1
  22. package/dist-cjs/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +3 -3
  23. package/dist-cjs/commands/ModifyTransitGatewayVpcAttachmentCommand.js +3 -3
  24. package/dist-cjs/commands/ModifyVolumeAttributeCommand.js +2 -2
  25. package/dist-cjs/commands/ModifyVolumeCommand.js +3 -3
  26. package/dist-cjs/commands/ModifyVpcAttributeCommand.js +2 -2
  27. package/dist-cjs/commands/ModifyVpcEndpointCommand.js +3 -3
  28. package/dist-cjs/commands/ModifyVpcEndpointConnectionNotificationCommand.js +3 -3
  29. package/dist-cjs/commands/ModifyVpcEndpointServiceConfigurationCommand.js +3 -3
  30. package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +3 -3
  31. package/dist-cjs/commands/ModifyVpcEndpointServicePermissionsCommand.js +3 -3
  32. package/dist-cjs/commands/index.js +5 -0
  33. package/dist-cjs/models/models_0.js +13 -14
  34. package/dist-cjs/models/models_1.js +23 -23
  35. package/dist-cjs/models/models_2.js +23 -22
  36. package/dist-cjs/models/models_3.js +51 -46
  37. package/dist-cjs/models/models_4.js +54 -54
  38. package/dist-cjs/models/models_5.js +90 -90
  39. package/dist-cjs/models/models_6.js +88 -4
  40. package/dist-cjs/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +36 -0
  41. package/dist-cjs/pagination/GetAwsNetworkPerformanceDataPaginator.js +36 -0
  42. package/dist-cjs/pagination/index.js +3 -1
  43. package/dist-cjs/protocols/Aws_ec2.js +617 -18
  44. package/dist-es/EC2.js +75 -0
  45. package/dist-es/commands/CreateSubnetCidrReservationCommand.js +1 -2
  46. package/dist-es/commands/CreateSubnetCommand.js +1 -1
  47. package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +1 -1
  48. package/dist-es/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +42 -0
  49. package/dist-es/commands/DescribeIpamScopesCommand.js +1 -1
  50. package/dist-es/commands/DescribeIpamsCommand.js +2 -1
  51. package/dist-es/commands/DescribeIpv6PoolsCommand.js +1 -1
  52. package/dist-es/commands/DescribeKeyPairsCommand.js +1 -1
  53. package/dist-es/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
  54. package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +2 -1
  55. package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +1 -1
  56. package/dist-es/commands/DisassociateRouteTableCommand.js +1 -1
  57. package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +1 -1
  58. package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +1 -1
  59. package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +1 -1
  60. package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
  61. package/dist-es/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
  62. package/dist-es/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +42 -0
  63. package/dist-es/commands/GetAwsNetworkPerformanceDataCommand.js +42 -0
  64. package/dist-es/commands/ModifyTransitGatewayCommand.js +2 -1
  65. package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +1 -1
  66. package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +1 -1
  67. package/dist-es/commands/ModifyVolumeAttributeCommand.js +1 -1
  68. package/dist-es/commands/ModifyVolumeCommand.js +1 -1
  69. package/dist-es/commands/ModifyVpcAttributeCommand.js +1 -1
  70. package/dist-es/commands/ModifyVpcEndpointCommand.js +1 -1
  71. package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +1 -1
  72. package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +1 -1
  73. package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +1 -1
  74. package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +1 -1
  75. package/dist-es/commands/index.js +5 -0
  76. package/dist-es/models/models_0.js +6 -8
  77. package/dist-es/models/models_1.js +14 -14
  78. package/dist-es/models/models_2.js +14 -12
  79. package/dist-es/models/models_3.js +38 -30
  80. package/dist-es/models/models_4.js +36 -36
  81. package/dist-es/models/models_5.js +63 -63
  82. package/dist-es/models/models_6.js +63 -0
  83. package/dist-es/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +32 -0
  84. package/dist-es/pagination/GetAwsNetworkPerformanceDataPaginator.js +32 -0
  85. package/dist-es/pagination/index.js +3 -1
  86. package/dist-es/protocols/Aws_ec2.js +588 -0
  87. package/dist-types/EC2.d.ts +36 -3
  88. package/dist-types/EC2Client.d.ts +7 -2
  89. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -2
  91. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  92. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +37 -0
  94. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -1
  96. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  99. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
  100. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -1
  101. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  102. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  103. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  104. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  105. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  106. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -2
  107. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
  108. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +20 -0
  109. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +37 -0
  110. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
  111. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  112. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  113. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  114. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  115. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  116. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  118. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  119. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  121. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -1
  122. package/dist-types/commands/index.d.ts +5 -0
  123. package/dist-types/models/models_0.d.ts +47 -32
  124. package/dist-types/models/models_1.d.ts +135 -175
  125. package/dist-types/models/models_2.d.ts +124 -64
  126. package/dist-types/models/models_3.d.ts +191 -292
  127. package/dist-types/models/models_4.d.ts +373 -221
  128. package/dist-types/models/models_5.d.ts +396 -526
  129. package/dist-types/models/models_6.d.ts +539 -12
  130. package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +4 -0
  131. package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +4 -0
  132. package/dist-types/pagination/index.d.ts +3 -1
  133. package/dist-types/protocols/Aws_ec2.d.ts +15 -0
  134. package/dist-types/ts3.4/EC2.d.ts +109 -0
  135. package/dist-types/ts3.4/EC2Client.d.ts +30 -0
  136. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +4 -2
  137. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +43 -0
  140. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +2 -1
  142. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +43 -0
  145. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -4
  146. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +4 -2
  152. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +41 -0
  153. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +41 -0
  154. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +41 -0
  155. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
  156. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  167. package/dist-types/ts3.4/models/models_0.d.ts +14 -12
  168. package/dist-types/ts3.4/models/models_1.d.ts +28 -37
  169. package/dist-types/ts3.4/models/models_2.d.ts +36 -28
  170. package/dist-types/ts3.4/models/models_3.d.ts +67 -84
  171. package/dist-types/ts3.4/models/models_4.d.ts +103 -90
  172. package/dist-types/ts3.4/models/models_5.d.ts +165 -190
  173. package/dist-types/ts3.4/models/models_6.d.ts +195 -6
  174. package/dist-types/ts3.4/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +11 -0
  175. package/dist-types/ts3.4/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +11 -0
  176. package/dist-types/ts3.4/pagination/index.d.ts +3 -1
  177. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
  178. package/package.json +3 -3
@@ -1,9 +1,450 @@
1
- import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
- import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
3
- import { IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayRoute, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
4
- import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, Filter, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_3";
5
- import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
- import { CapacityReservationSpecification, PeeringConnectionOptionsRequest, Purchase } from "./models_5";
1
+ import { _InstanceType, AddedPrincipal, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
+ import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SnapshotState, SpotInstanceType, VolumeType } from "./models_1";
3
+ import { DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
4
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ClientVpnConnectionStatus, Filter, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, InstanceTagNotificationAttribute, Monitoring, TpmSupportValues } from "./models_3";
5
+ import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VolumeModification } from "./models_4";
6
+ import { CapacityReservationSpecification, Purchase } from "./models_5";
7
+ export interface ModifyTransitGatewayResult {
8
+ /**
9
+ * <p>Information about the transit gateway.</p>
10
+ */
11
+ TransitGateway?: TransitGateway;
12
+ }
13
+ export interface ModifyTransitGatewayPrefixListReferenceRequest {
14
+ /**
15
+ * <p>The ID of the transit gateway route table.</p>
16
+ */
17
+ TransitGatewayRouteTableId: string | undefined;
18
+ /**
19
+ * <p>The ID of the prefix list.</p>
20
+ */
21
+ PrefixListId: string | undefined;
22
+ /**
23
+ * <p>The ID of the attachment to which traffic is routed.</p>
24
+ */
25
+ TransitGatewayAttachmentId?: string;
26
+ /**
27
+ * <p>Indicates whether to drop traffic that matches this route.</p>
28
+ */
29
+ Blackhole?: boolean;
30
+ /**
31
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
32
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
33
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
34
+ */
35
+ DryRun?: boolean;
36
+ }
37
+ export interface ModifyTransitGatewayPrefixListReferenceResult {
38
+ /**
39
+ * <p>Information about the prefix list reference.</p>
40
+ */
41
+ TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
42
+ }
43
+ /**
44
+ * <p>Describes the options for a VPC attachment.</p>
45
+ */
46
+ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
47
+ /**
48
+ * <p>Enable or disable DNS support. The default is <code>enable</code>.</p>
49
+ */
50
+ DnsSupport?: DnsSupportValue | string;
51
+ /**
52
+ * <p>Enable or disable IPv6 support. The default is <code>enable</code>.</p>
53
+ */
54
+ Ipv6Support?: Ipv6SupportValue | string;
55
+ /**
56
+ * <p>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <code>disable</code>.</p>
57
+ */
58
+ ApplianceModeSupport?: ApplianceModeSupportValue | string;
59
+ }
60
+ export interface ModifyTransitGatewayVpcAttachmentRequest {
61
+ /**
62
+ * <p>The ID of the attachment.</p>
63
+ */
64
+ TransitGatewayAttachmentId: string | undefined;
65
+ /**
66
+ * <p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>
67
+ */
68
+ AddSubnetIds?: string[];
69
+ /**
70
+ * <p>The IDs of one or more subnets to remove.</p>
71
+ */
72
+ RemoveSubnetIds?: string[];
73
+ /**
74
+ * <p>The new VPC attachment options.</p>
75
+ */
76
+ Options?: ModifyTransitGatewayVpcAttachmentRequestOptions;
77
+ /**
78
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
79
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
80
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
81
+ */
82
+ DryRun?: boolean;
83
+ }
84
+ export interface ModifyTransitGatewayVpcAttachmentResult {
85
+ /**
86
+ * <p>Information about the modified attachment.</p>
87
+ */
88
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
89
+ }
90
+ export interface ModifyVolumeRequest {
91
+ /**
92
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
93
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
94
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
95
+ */
96
+ DryRun?: boolean;
97
+ /**
98
+ * <p>The ID of the volume.</p>
99
+ */
100
+ VolumeId: string | undefined;
101
+ /**
102
+ * <p>The target size of the volume, in GiB. The target volume size must be greater than or
103
+ * equal to the existing size of the volume.</p>
104
+ * <p>The following are the supported volumes sizes for each volume type:</p>
105
+ * <ul>
106
+ * <li>
107
+ * <p>
108
+ * <code>gp2</code> and <code>gp3</code>: 1-16,384</p>
109
+ * </li>
110
+ * <li>
111
+ * <p>
112
+ * <code>io1</code> and <code>io2</code>: 4-16,384</p>
113
+ * </li>
114
+ * <li>
115
+ * <p>
116
+ * <code>st1</code> and <code>sc1</code>: 125-16,384</p>
117
+ * </li>
118
+ * <li>
119
+ * <p>
120
+ * <code>standard</code>: 1-1,024</p>
121
+ * </li>
122
+ * </ul>
123
+ * <p>Default: The existing size is retained.</p>
124
+ */
125
+ Size?: number;
126
+ /**
127
+ * <p>The target EBS volume type of the volume. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS volume types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
128
+ * <p>Default: The existing type is retained.</p>
129
+ */
130
+ VolumeType?: VolumeType | string;
131
+ /**
132
+ * <p>The target IOPS rate of the volume. This parameter is valid only for <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes.</p>
133
+ * <p>The following are the supported values for each volume type:</p>
134
+ * <ul>
135
+ * <li>
136
+ * <p>
137
+ * <code>gp3</code>: 3,000-16,000 IOPS</p>
138
+ * </li>
139
+ * <li>
140
+ * <p>
141
+ * <code>io1</code>: 100-64,000 IOPS</p>
142
+ * </li>
143
+ * <li>
144
+ * <p>
145
+ * <code>io2</code>: 100-64,000 IOPS</p>
146
+ * </li>
147
+ * </ul>
148
+ * <p>Default: The existing value is retained if you keep the same volume type. If you change
149
+ * the volume type to <code>io1</code>, <code>io2</code>, or <code>gp3</code>, the default is 3,000.</p>
150
+ */
151
+ Iops?: number;
152
+ /**
153
+ * <p>The target throughput of the volume, in MiB/s. This parameter is valid only for <code>gp3</code> volumes.
154
+ * The maximum value is 1,000.</p>
155
+ * <p>Default: The existing value is retained if the source and target volume type is <code>gp3</code>.
156
+ * Otherwise, the default value is 125.</p>
157
+ * <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>
158
+ */
159
+ Throughput?: number;
160
+ /**
161
+ * <p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the
162
+ * volume to up to 16 <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">
163
+ * Nitro-based instances</a> in the same Availability Zone. This parameter is
164
+ * supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see
165
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html">
166
+ * Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
167
+ */
168
+ MultiAttachEnabled?: boolean;
169
+ }
170
+ export interface ModifyVolumeResult {
171
+ /**
172
+ * <p>Information about the volume modification.</p>
173
+ */
174
+ VolumeModification?: VolumeModification;
175
+ }
176
+ export interface ModifyVolumeAttributeRequest {
177
+ /**
178
+ * <p>Indicates whether the volume should be auto-enabled for I/O operations.</p>
179
+ */
180
+ AutoEnableIO?: AttributeBooleanValue;
181
+ /**
182
+ * <p>The ID of the volume.</p>
183
+ */
184
+ VolumeId: string | undefined;
185
+ /**
186
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
187
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
188
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
189
+ */
190
+ DryRun?: boolean;
191
+ }
192
+ export interface ModifyVpcAttributeRequest {
193
+ /**
194
+ * <p>Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.</p>
195
+ * <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.</p>
196
+ */
197
+ EnableDnsHostnames?: AttributeBooleanValue;
198
+ /**
199
+ * <p>Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to
200
+ * the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP
201
+ * address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon
202
+ * provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is
203
+ * not enabled.</p>
204
+ * <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.</p>
205
+ */
206
+ EnableDnsSupport?: AttributeBooleanValue;
207
+ /**
208
+ * <p>The ID of the VPC.</p>
209
+ */
210
+ VpcId: string | undefined;
211
+ /**
212
+ * <p>Indicates whether Network Address Usage metrics are enabled for your VPC.</p>
213
+ */
214
+ EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
215
+ }
216
+ /**
217
+ * <p>Contains the parameters for ModifyVpcEndpoint.</p>
218
+ */
219
+ export interface ModifyVpcEndpointRequest {
220
+ /**
221
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
222
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
223
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
224
+ */
225
+ DryRun?: boolean;
226
+ /**
227
+ * <p>The ID of the endpoint.</p>
228
+ */
229
+ VpcEndpointId: string | undefined;
230
+ /**
231
+ * <p>(Gateway endpoint) Specify <code>true</code> to reset the policy document to the
232
+ * default policy. The default policy allows full access to the service.</p>
233
+ */
234
+ ResetPolicy?: boolean;
235
+ /**
236
+ * <p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must
237
+ * be in valid JSON format.</p>
238
+ */
239
+ PolicyDocument?: string;
240
+ /**
241
+ * <p>(Gateway endpoint) One or more route tables IDs to associate with the endpoint.</p>
242
+ */
243
+ AddRouteTableIds?: string[];
244
+ /**
245
+ * <p>(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.</p>
246
+ */
247
+ RemoveRouteTableIds?: string[];
248
+ /**
249
+ * <p>(Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>
250
+ */
251
+ AddSubnetIds?: string[];
252
+ /**
253
+ * <p>(Interface endpoint) One or more subnets IDs in which to remove the endpoint.</p>
254
+ */
255
+ RemoveSubnetIds?: string[];
256
+ /**
257
+ * <p>(Interface endpoint) One or more security group IDs to associate with the network interface.</p>
258
+ */
259
+ AddSecurityGroupIds?: string[];
260
+ /**
261
+ * <p>(Interface endpoint) One or more security group IDs to disassociate from the network interface.</p>
262
+ */
263
+ RemoveSecurityGroupIds?: string[];
264
+ /**
265
+ * <p>The IP address type for the endpoint.</p>
266
+ */
267
+ IpAddressType?: IpAddressType | string;
268
+ /**
269
+ * <p>The DNS options for the endpoint.</p>
270
+ */
271
+ DnsOptions?: DnsOptionsSpecification;
272
+ /**
273
+ * <p>(Interface endpoint) Indicates whether a private hosted zone is associated with the
274
+ * VPC.</p>
275
+ */
276
+ PrivateDnsEnabled?: boolean;
277
+ }
278
+ export interface ModifyVpcEndpointResult {
279
+ /**
280
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
281
+ */
282
+ Return?: boolean;
283
+ }
284
+ export interface ModifyVpcEndpointConnectionNotificationRequest {
285
+ /**
286
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
287
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
288
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
289
+ */
290
+ DryRun?: boolean;
291
+ /**
292
+ * <p>The ID of the notification.</p>
293
+ */
294
+ ConnectionNotificationId: string | undefined;
295
+ /**
296
+ * <p>The ARN for the SNS topic for the notification.</p>
297
+ */
298
+ ConnectionNotificationArn?: string;
299
+ /**
300
+ * <p>One or more events for the endpoint. Valid values are <code>Accept</code>,
301
+ * <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
302
+ */
303
+ ConnectionEvents?: string[];
304
+ }
305
+ export interface ModifyVpcEndpointConnectionNotificationResult {
306
+ /**
307
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
308
+ */
309
+ ReturnValue?: boolean;
310
+ }
311
+ export interface ModifyVpcEndpointServiceConfigurationRequest {
312
+ /**
313
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
314
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
315
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
316
+ */
317
+ DryRun?: boolean;
318
+ /**
319
+ * <p>The ID of the service.</p>
320
+ */
321
+ ServiceId: string | undefined;
322
+ /**
323
+ * <p>(Interface endpoint configuration) The private DNS name to assign to the endpoint service.</p>
324
+ */
325
+ PrivateDnsName?: string;
326
+ /**
327
+ * <p>(Interface endpoint configuration) Removes the private DNS name of the endpoint service.</p>
328
+ */
329
+ RemovePrivateDnsName?: boolean;
330
+ /**
331
+ * <p>Indicates whether requests to create an endpoint to your service must be accepted.</p>
332
+ */
333
+ AcceptanceRequired?: boolean;
334
+ /**
335
+ * <p>The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service
336
+ * configuration.</p>
337
+ */
338
+ AddNetworkLoadBalancerArns?: string[];
339
+ /**
340
+ * <p>The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service
341
+ * configuration.</p>
342
+ */
343
+ RemoveNetworkLoadBalancerArns?: string[];
344
+ /**
345
+ * <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service
346
+ * configuration.</p>
347
+ */
348
+ AddGatewayLoadBalancerArns?: string[];
349
+ /**
350
+ * <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service
351
+ * configuration.</p>
352
+ */
353
+ RemoveGatewayLoadBalancerArns?: string[];
354
+ /**
355
+ * <p>The IP address types to add to your service configuration.</p>
356
+ */
357
+ AddSupportedIpAddressTypes?: string[];
358
+ /**
359
+ * <p>The IP address types to remove from your service configuration.</p>
360
+ */
361
+ RemoveSupportedIpAddressTypes?: string[];
362
+ }
363
+ export interface ModifyVpcEndpointServiceConfigurationResult {
364
+ /**
365
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
366
+ */
367
+ Return?: boolean;
368
+ }
369
+ export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
370
+ /**
371
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
372
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
373
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
374
+ */
375
+ DryRun?: boolean;
376
+ /**
377
+ * <p>The ID of the service.</p>
378
+ */
379
+ ServiceId: string | undefined;
380
+ /**
381
+ * <p>The entity that is responsible for the endpoint costs. The default is the endpoint owner.
382
+ * If you set the payer responsibility to the service owner, you cannot set it back to the
383
+ * endpoint owner.</p>
384
+ */
385
+ PayerResponsibility: PayerResponsibility | string | undefined;
386
+ }
387
+ export interface ModifyVpcEndpointServicePayerResponsibilityResult {
388
+ /**
389
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
390
+ */
391
+ ReturnValue?: boolean;
392
+ }
393
+ export interface ModifyVpcEndpointServicePermissionsRequest {
394
+ /**
395
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
396
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
397
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
398
+ */
399
+ DryRun?: boolean;
400
+ /**
401
+ * <p>The ID of the service.</p>
402
+ */
403
+ ServiceId: string | undefined;
404
+ /**
405
+ * <p>The Amazon Resource Names (ARN) of one or more principals.
406
+ * Permissions are granted to the principals in this list.
407
+ * To grant permissions to all principals, specify an asterisk (*).</p>
408
+ */
409
+ AddAllowedPrincipals?: string[];
410
+ /**
411
+ * <p>The Amazon Resource Names (ARN) of one or more principals.
412
+ * Permissions are revoked for principals in this list.</p>
413
+ */
414
+ RemoveAllowedPrincipals?: string[];
415
+ }
416
+ export interface ModifyVpcEndpointServicePermissionsResult {
417
+ /**
418
+ * <p>Information about the added principals.</p>
419
+ */
420
+ AddedPrincipals?: AddedPrincipal[];
421
+ /**
422
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
423
+ */
424
+ ReturnValue?: boolean;
425
+ }
426
+ /**
427
+ * <note>
428
+ * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
429
+ * </note>
430
+ * <p>The VPC peering connection options.</p>
431
+ */
432
+ export interface PeeringConnectionOptionsRequest {
433
+ /**
434
+ * <p>If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.</p>
435
+ */
436
+ AllowDnsResolutionFromRemoteVpc?: boolean;
437
+ /**
438
+ * <p>If true, enables outbound communication from an EC2-Classic instance that's linked to
439
+ * a local VPC using ClassicLink to instances in a peer VPC.</p>
440
+ */
441
+ AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
442
+ /**
443
+ * <p>If true, enables outbound communication from instances in a local VPC to an
444
+ * EC2-Classic instance that's linked to a peer VPC using ClassicLink.</p>
445
+ */
446
+ AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
447
+ }
7
448
  export interface ModifyVpcPeeringConnectionOptionsRequest {
8
449
  /**
9
450
  * <p>The VPC peering connection options for the accepter VPC.</p>
@@ -111,7 +552,7 @@ export interface ModifyVpnConnectionRequest {
111
552
  }
112
553
  export interface ModifyVpnConnectionResult {
113
554
  /**
114
- * <p>Describes a VPN connection.</p>
555
+ * <p>Information about the VPN connection.</p>
115
556
  */
116
557
  VpnConnection?: VpnConnection;
117
558
  }
@@ -151,7 +592,7 @@ export interface ModifyVpnConnectionOptionsRequest {
151
592
  }
152
593
  export interface ModifyVpnConnectionOptionsResult {
153
594
  /**
154
- * <p>Describes a VPN connection.</p>
595
+ * <p>Information about the VPN connection.</p>
155
596
  */
156
597
  VpnConnection?: VpnConnection;
157
598
  }
@@ -174,7 +615,7 @@ export interface ModifyVpnTunnelCertificateRequest {
174
615
  }
175
616
  export interface ModifyVpnTunnelCertificateResult {
176
617
  /**
177
- * <p>Describes a VPN connection.</p>
618
+ * <p>Information about the VPN connection.</p>
178
619
  */
179
620
  VpnConnection?: VpnConnection;
180
621
  }
@@ -392,7 +833,7 @@ export interface ModifyVpnTunnelOptionsRequest {
392
833
  }
393
834
  export interface ModifyVpnTunnelOptionsResult {
394
835
  /**
395
- * <p>Describes a VPN connection.</p>
836
+ * <p>Information about the VPN connection.</p>
396
837
  */
397
838
  VpnConnection?: VpnConnection;
398
839
  }
@@ -1026,7 +1467,7 @@ export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
1026
1467
  }
1027
1468
  export interface RejectTransitGatewayMulticastDomainAssociationsResult {
1028
1469
  /**
1029
- * <p>Describes the multicast domain associations.</p>
1470
+ * <p>Information about the multicast domain associations.</p>
1030
1471
  */
1031
1472
  Associations?: TransitGatewayMulticastDomainAssociations;
1032
1473
  }
@@ -3346,6 +3787,7 @@ export interface StartNetworkInsightsAnalysisRequest {
3346
3787
  * <p>The ID of the path.</p>
3347
3788
  */
3348
3789
  NetworkInsightsPathId: string | undefined;
3790
+ AdditionalAccounts?: string[];
3349
3791
  /**
3350
3792
  * <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
3351
3793
  */
@@ -3533,7 +3975,8 @@ export interface UnassignPrivateIpAddressesRequest {
3533
3975
  */
3534
3976
  NetworkInterfaceId: string | undefined;
3535
3977
  /**
3536
- * <p>The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.</p>
3978
+ * <p>The secondary private IP addresses to unassign from the network interface. You can specify this
3979
+ * option multiple times to unassign more than one IP address.</p>
3537
3980
  */
3538
3981
  PrivateIpAddresses?: string[];
3539
3982
  /**
@@ -3662,6 +4105,90 @@ export interface WithdrawByoipCidrResult {
3662
4105
  */
3663
4106
  ByoipCidr?: ByoipCidr;
3664
4107
  }
4108
+ /**
4109
+ * @internal
4110
+ */
4111
+ export declare const ModifyTransitGatewayResultFilterSensitiveLog: (obj: ModifyTransitGatewayResult) => any;
4112
+ /**
4113
+ * @internal
4114
+ */
4115
+ export declare const ModifyTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (obj: ModifyTransitGatewayPrefixListReferenceRequest) => any;
4116
+ /**
4117
+ * @internal
4118
+ */
4119
+ export declare const ModifyTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (obj: ModifyTransitGatewayPrefixListReferenceResult) => any;
4120
+ /**
4121
+ * @internal
4122
+ */
4123
+ export declare const ModifyTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (obj: ModifyTransitGatewayVpcAttachmentRequestOptions) => any;
4124
+ /**
4125
+ * @internal
4126
+ */
4127
+ export declare const ModifyTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (obj: ModifyTransitGatewayVpcAttachmentRequest) => any;
4128
+ /**
4129
+ * @internal
4130
+ */
4131
+ export declare const ModifyTransitGatewayVpcAttachmentResultFilterSensitiveLog: (obj: ModifyTransitGatewayVpcAttachmentResult) => any;
4132
+ /**
4133
+ * @internal
4134
+ */
4135
+ export declare const ModifyVolumeRequestFilterSensitiveLog: (obj: ModifyVolumeRequest) => any;
4136
+ /**
4137
+ * @internal
4138
+ */
4139
+ export declare const ModifyVolumeResultFilterSensitiveLog: (obj: ModifyVolumeResult) => any;
4140
+ /**
4141
+ * @internal
4142
+ */
4143
+ export declare const ModifyVolumeAttributeRequestFilterSensitiveLog: (obj: ModifyVolumeAttributeRequest) => any;
4144
+ /**
4145
+ * @internal
4146
+ */
4147
+ export declare const ModifyVpcAttributeRequestFilterSensitiveLog: (obj: ModifyVpcAttributeRequest) => any;
4148
+ /**
4149
+ * @internal
4150
+ */
4151
+ export declare const ModifyVpcEndpointRequestFilterSensitiveLog: (obj: ModifyVpcEndpointRequest) => any;
4152
+ /**
4153
+ * @internal
4154
+ */
4155
+ export declare const ModifyVpcEndpointResultFilterSensitiveLog: (obj: ModifyVpcEndpointResult) => any;
4156
+ /**
4157
+ * @internal
4158
+ */
4159
+ export declare const ModifyVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (obj: ModifyVpcEndpointConnectionNotificationRequest) => any;
4160
+ /**
4161
+ * @internal
4162
+ */
4163
+ export declare const ModifyVpcEndpointConnectionNotificationResultFilterSensitiveLog: (obj: ModifyVpcEndpointConnectionNotificationResult) => any;
4164
+ /**
4165
+ * @internal
4166
+ */
4167
+ export declare const ModifyVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (obj: ModifyVpcEndpointServiceConfigurationRequest) => any;
4168
+ /**
4169
+ * @internal
4170
+ */
4171
+ export declare const ModifyVpcEndpointServiceConfigurationResultFilterSensitiveLog: (obj: ModifyVpcEndpointServiceConfigurationResult) => any;
4172
+ /**
4173
+ * @internal
4174
+ */
4175
+ export declare const ModifyVpcEndpointServicePayerResponsibilityRequestFilterSensitiveLog: (obj: ModifyVpcEndpointServicePayerResponsibilityRequest) => any;
4176
+ /**
4177
+ * @internal
4178
+ */
4179
+ export declare const ModifyVpcEndpointServicePayerResponsibilityResultFilterSensitiveLog: (obj: ModifyVpcEndpointServicePayerResponsibilityResult) => any;
4180
+ /**
4181
+ * @internal
4182
+ */
4183
+ export declare const ModifyVpcEndpointServicePermissionsRequestFilterSensitiveLog: (obj: ModifyVpcEndpointServicePermissionsRequest) => any;
4184
+ /**
4185
+ * @internal
4186
+ */
4187
+ export declare const ModifyVpcEndpointServicePermissionsResultFilterSensitiveLog: (obj: ModifyVpcEndpointServicePermissionsResult) => any;
4188
+ /**
4189
+ * @internal
4190
+ */
4191
+ export declare const PeeringConnectionOptionsRequestFilterSensitiveLog: (obj: PeeringConnectionOptionsRequest) => any;
3665
4192
  /**
3666
4193
  * @internal
3667
4194
  */
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput } from "../commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeAwsNetworkPerformanceMetricSubscriptions(config: EC2PaginationConfiguration, input: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, ...additionalArguments: any): Paginator<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { GetAwsNetworkPerformanceDataCommandInput, GetAwsNetworkPerformanceDataCommandOutput } from "../commands/GetAwsNetworkPerformanceDataCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateGetAwsNetworkPerformanceData(config: EC2PaginationConfiguration, input: GetAwsNetworkPerformanceDataCommandInput, ...additionalArguments: any): Paginator<GetAwsNetworkPerformanceDataCommandOutput>;
@@ -1,5 +1,6 @@
1
1
  export * from "./DescribeAddressTransfersPaginator";
2
2
  export * from "./DescribeAddressesAttributePaginator";
3
+ export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator";
3
4
  export * from "./DescribeByoipCidrsPaginator";
4
5
  export * from "./DescribeCapacityReservationFleetsPaginator";
5
6
  export * from "./DescribeCapacityReservationsPaginator";
@@ -7,8 +8,8 @@ export * from "./DescribeCarrierGatewaysPaginator";
7
8
  export * from "./DescribeClassicLinkInstancesPaginator";
8
9
  export * from "./DescribeClientVpnAuthorizationRulesPaginator";
9
10
  export * from "./DescribeClientVpnConnectionsPaginator";
10
- export * from "./DescribeClientVpnEndpointsPaginator";
11
11
  export * from "./Interfaces";
12
+ export * from "./DescribeClientVpnEndpointsPaginator";
12
13
  export * from "./DescribeClientVpnRoutesPaginator";
13
14
  export * from "./DescribeClientVpnTargetNetworksPaginator";
14
15
  export * from "./DescribeCoipPoolsPaginator";
@@ -101,6 +102,7 @@ export * from "./DescribeVpcEndpointsPaginator";
101
102
  export * from "./DescribeVpcPeeringConnectionsPaginator";
102
103
  export * from "./DescribeVpcsPaginator";
103
104
  export * from "./GetAssociatedIpv6PoolCidrsPaginator";
105
+ export * from "./GetAwsNetworkPerformanceDataPaginator";
104
106
  export * from "./GetGroupsForCapacityReservationPaginator";
105
107
  export * from "./GetInstanceTypesFromInstanceRequirementsPaginator";
106
108
  export * from "./GetIpamAddressHistoryPaginator";