@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
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DisassociateTransitGatewayPolicyTableRequest,
16
16
  DisassociateTransitGatewayPolicyTableResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export interface DisassociateTransitGatewayPolicyTableCommandInput
19
19
  extends DisassociateTransitGatewayPolicyTableRequest {}
20
20
  export interface DisassociateTransitGatewayPolicyTableCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DisassociateTransitGatewayRouteTableRequest } from "../models/models_4";
15
- import { DisassociateTransitGatewayRouteTableResult } from "../models/models_5";
14
+ import {
15
+ DisassociateTransitGatewayRouteTableRequest,
16
+ DisassociateTransitGatewayRouteTableResult,
17
+ } from "../models/models_5";
16
18
  export interface DisassociateTransitGatewayRouteTableCommandInput
17
19
  extends DisassociateTransitGatewayRouteTableRequest {}
18
20
  export interface DisassociateTransitGatewayRouteTableCommandOutput
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ EnableAwsNetworkPerformanceMetricSubscriptionRequest,
16
+ EnableAwsNetworkPerformanceMetricSubscriptionResult,
17
+ } from "../models/models_5";
18
+ export interface EnableAwsNetworkPerformanceMetricSubscriptionCommandInput
19
+ extends EnableAwsNetworkPerformanceMetricSubscriptionRequest {}
20
+ export interface EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
21
+ extends EnableAwsNetworkPerformanceMetricSubscriptionResult,
22
+ __MetadataBearer {}
23
+ export declare class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends $Command<
24
+ EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
25
+ EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
37
+ EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ EnableReachabilityAnalyzerOrganizationSharingRequest,
16
+ EnableReachabilityAnalyzerOrganizationSharingResult,
17
+ } from "../models/models_5";
18
+ export interface EnableReachabilityAnalyzerOrganizationSharingCommandInput
19
+ extends EnableReachabilityAnalyzerOrganizationSharingRequest {}
20
+ export interface EnableReachabilityAnalyzerOrganizationSharingCommandOutput
21
+ extends EnableReachabilityAnalyzerOrganizationSharingResult,
22
+ __MetadataBearer {}
23
+ export declare class EnableReachabilityAnalyzerOrganizationSharingCommand extends $Command<
24
+ EnableReachabilityAnalyzerOrganizationSharingCommandInput,
25
+ EnableReachabilityAnalyzerOrganizationSharingCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: EnableReachabilityAnalyzerOrganizationSharingCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: EnableReachabilityAnalyzerOrganizationSharingCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ EnableReachabilityAnalyzerOrganizationSharingCommandInput,
37
+ EnableReachabilityAnalyzerOrganizationSharingCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ GetAwsNetworkPerformanceDataRequest,
16
+ GetAwsNetworkPerformanceDataResult,
17
+ } from "../models/models_5";
18
+ export interface GetAwsNetworkPerformanceDataCommandInput
19
+ extends GetAwsNetworkPerformanceDataRequest {}
20
+ export interface GetAwsNetworkPerformanceDataCommandOutput
21
+ extends GetAwsNetworkPerformanceDataResult,
22
+ __MetadataBearer {}
23
+ export declare class GetAwsNetworkPerformanceDataCommand extends $Command<
24
+ GetAwsNetworkPerformanceDataCommandInput,
25
+ GetAwsNetworkPerformanceDataCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetAwsNetworkPerformanceDataCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetAwsNetworkPerformanceDataCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAwsNetworkPerformanceDataCommandInput,
37
+ GetAwsNetworkPerformanceDataCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- ModifyTransitGatewayRequest,
16
- ModifyTransitGatewayResult,
17
- } from "../models/models_5";
14
+ import { ModifyTransitGatewayRequest } from "../models/models_5";
15
+ import { ModifyTransitGatewayResult } from "../models/models_6";
18
16
  export interface ModifyTransitGatewayCommandInput
19
17
  extends ModifyTransitGatewayRequest {}
20
18
  export interface ModifyTransitGatewayCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyTransitGatewayPrefixListReferenceRequest,
16
16
  ModifyTransitGatewayPrefixListReferenceResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyTransitGatewayPrefixListReferenceCommandInput
19
19
  extends ModifyTransitGatewayPrefixListReferenceRequest {}
20
20
  export interface ModifyTransitGatewayPrefixListReferenceCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyTransitGatewayVpcAttachmentRequest,
16
16
  ModifyTransitGatewayVpcAttachmentResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyTransitGatewayVpcAttachmentCommandInput
19
19
  extends ModifyTransitGatewayVpcAttachmentRequest {}
20
20
  export interface ModifyTransitGatewayVpcAttachmentCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyVolumeAttributeRequest } from "../models/models_5";
14
+ import { ModifyVolumeAttributeRequest } from "../models/models_6";
15
15
  export interface ModifyVolumeAttributeCommandInput
16
16
  extends ModifyVolumeAttributeRequest {}
17
17
  export interface ModifyVolumeAttributeCommandOutput extends __MetadataBearer {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyVolumeRequest, ModifyVolumeResult } from "../models/models_5";
14
+ import { ModifyVolumeRequest, ModifyVolumeResult } from "../models/models_6";
15
15
  export interface ModifyVolumeCommandInput extends ModifyVolumeRequest {}
16
16
  export interface ModifyVolumeCommandOutput
17
17
  extends ModifyVolumeResult,
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyVpcAttributeRequest } from "../models/models_5";
14
+ import { ModifyVpcAttributeRequest } from "../models/models_6";
15
15
  export interface ModifyVpcAttributeCommandInput
16
16
  extends ModifyVpcAttributeRequest {}
17
17
  export interface ModifyVpcAttributeCommandOutput extends __MetadataBearer {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyVpcEndpointRequest,
16
16
  ModifyVpcEndpointResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyVpcEndpointCommandInput
19
19
  extends ModifyVpcEndpointRequest {}
20
20
  export interface ModifyVpcEndpointCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyVpcEndpointConnectionNotificationRequest,
16
16
  ModifyVpcEndpointConnectionNotificationResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyVpcEndpointConnectionNotificationCommandInput
19
19
  extends ModifyVpcEndpointConnectionNotificationRequest {}
20
20
  export interface ModifyVpcEndpointConnectionNotificationCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyVpcEndpointServiceConfigurationRequest,
16
16
  ModifyVpcEndpointServiceConfigurationResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyVpcEndpointServiceConfigurationCommandInput
19
19
  extends ModifyVpcEndpointServiceConfigurationRequest {}
20
20
  export interface ModifyVpcEndpointServiceConfigurationCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyVpcEndpointServicePayerResponsibilityRequest,
16
16
  ModifyVpcEndpointServicePayerResponsibilityResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyVpcEndpointServicePayerResponsibilityCommandInput
19
19
  extends ModifyVpcEndpointServicePayerResponsibilityRequest {}
20
20
  export interface ModifyVpcEndpointServicePayerResponsibilityCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ModifyVpcEndpointServicePermissionsRequest,
16
16
  ModifyVpcEndpointServicePermissionsResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ModifyVpcEndpointServicePermissionsCommandInput
19
19
  extends ModifyVpcEndpointServicePermissionsRequest {}
20
20
  export interface ModifyVpcEndpointServicePermissionsCommandOutput
@@ -205,6 +205,7 @@ export * from "./DescribeAddressesAttributeCommand";
205
205
  export * from "./DescribeAddressesCommand";
206
206
  export * from "./DescribeAggregateIdFormatCommand";
207
207
  export * from "./DescribeAvailabilityZonesCommand";
208
+ export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
208
209
  export * from "./DescribeBundleTasksCommand";
209
210
  export * from "./DescribeByoipCidrsCommand";
210
211
  export * from "./DescribeCapacityReservationFleetsCommand";
@@ -341,6 +342,7 @@ export * from "./DetachNetworkInterfaceCommand";
341
342
  export * from "./DetachVolumeCommand";
342
343
  export * from "./DetachVpnGatewayCommand";
343
344
  export * from "./DisableAddressTransferCommand";
345
+ export * from "./DisableAwsNetworkPerformanceMetricSubscriptionCommand";
344
346
  export * from "./DisableEbsEncryptionByDefaultCommand";
345
347
  export * from "./DisableFastLaunchCommand";
346
348
  export * from "./DisableFastSnapshotRestoresCommand";
@@ -364,11 +366,13 @@ export * from "./DisassociateTransitGatewayRouteTableCommand";
364
366
  export * from "./DisassociateTrunkInterfaceCommand";
365
367
  export * from "./DisassociateVpcCidrBlockCommand";
366
368
  export * from "./EnableAddressTransferCommand";
369
+ export * from "./EnableAwsNetworkPerformanceMetricSubscriptionCommand";
367
370
  export * from "./EnableEbsEncryptionByDefaultCommand";
368
371
  export * from "./EnableFastLaunchCommand";
369
372
  export * from "./EnableFastSnapshotRestoresCommand";
370
373
  export * from "./EnableImageDeprecationCommand";
371
374
  export * from "./EnableIpamOrganizationAdminAccountCommand";
375
+ export * from "./EnableReachabilityAnalyzerOrganizationSharingCommand";
372
376
  export * from "./EnableSerialConsoleAccessCommand";
373
377
  export * from "./EnableTransitGatewayRouteTablePropagationCommand";
374
378
  export * from "./EnableVgwRoutePropagationCommand";
@@ -381,6 +385,7 @@ export * from "./ExportImageCommand";
381
385
  export * from "./ExportTransitGatewayRoutesCommand";
382
386
  export * from "./GetAssociatedEnclaveCertificateIamRolesCommand";
383
387
  export * from "./GetAssociatedIpv6PoolCidrsCommand";
388
+ export * from "./GetAwsNetworkPerformanceDataCommand";
384
389
  export * from "./GetCapacityReservationUsageCommand";
385
390
  export * from "./GetCoipPoolUsageCommand";
386
391
  export * from "./GetConsoleOutputCommand";
@@ -1095,12 +1095,20 @@ export interface AttachInternetGatewayRequest {
1095
1095
  InternetGatewayId: string | undefined;
1096
1096
  VpcId: string | undefined;
1097
1097
  }
1098
+ export interface EnaSrdUdpSpecification {
1099
+ EnaSrdUdpEnabled?: boolean;
1100
+ }
1101
+ export interface EnaSrdSpecification {
1102
+ EnaSrdEnabled?: boolean;
1103
+ EnaSrdUdpSpecification?: EnaSrdUdpSpecification;
1104
+ }
1098
1105
  export interface AttachNetworkInterfaceRequest {
1099
1106
  DeviceIndex: number | undefined;
1100
1107
  DryRun?: boolean;
1101
1108
  InstanceId: string | undefined;
1102
1109
  NetworkInterfaceId: string | undefined;
1103
1110
  NetworkCardIndex?: number;
1111
+ EnaSrdSpecification?: EnaSrdSpecification;
1104
1112
  }
1105
1113
  export interface AttachNetworkInterfaceResult {
1106
1114
  AttachmentId?: string;
@@ -2413,15 +2421,6 @@ export declare enum HostnameType {
2413
2421
  ip_name = "ip-name",
2414
2422
  resource_name = "resource-name",
2415
2423
  }
2416
- export interface PrivateDnsNameOptionsOnLaunch {
2417
- HostnameType?: HostnameType | string;
2418
- EnableResourceNameDnsARecord?: boolean;
2419
- EnableResourceNameDnsAAAARecord?: boolean;
2420
- }
2421
- export declare enum SubnetState {
2422
- available = "available",
2423
- pending = "pending",
2424
- }
2425
2424
  export declare const AcceleratorCountFilterSensitiveLog: (
2426
2425
  obj: AcceleratorCount
2427
2426
  ) => any;
@@ -2815,6 +2814,12 @@ export declare const AttachClassicLinkVpcResultFilterSensitiveLog: (
2815
2814
  export declare const AttachInternetGatewayRequestFilterSensitiveLog: (
2816
2815
  obj: AttachInternetGatewayRequest
2817
2816
  ) => any;
2817
+ export declare const EnaSrdUdpSpecificationFilterSensitiveLog: (
2818
+ obj: EnaSrdUdpSpecification
2819
+ ) => any;
2820
+ export declare const EnaSrdSpecificationFilterSensitiveLog: (
2821
+ obj: EnaSrdSpecification
2822
+ ) => any;
2818
2823
  export declare const AttachNetworkInterfaceRequestFilterSensitiveLog: (
2819
2824
  obj: AttachNetworkInterfaceRequest
2820
2825
  ) => any;
@@ -3088,6 +3093,3 @@ export declare const CreateCustomerGatewayResultFilterSensitiveLog: (
3088
3093
  export declare const CreateDefaultSubnetRequestFilterSensitiveLog: (
3089
3094
  obj: CreateDefaultSubnetRequest
3090
3095
  ) => any;
3091
- export declare const PrivateDnsNameOptionsOnLaunchFilterSensitiveLog: (
3092
- obj: PrivateDnsNameOptionsOnLaunch
3093
- ) => any;
@@ -18,13 +18,11 @@ import {
18
18
  InstanceEventWindow,
19
19
  Ipv4PrefixSpecification,
20
20
  PortRange,
21
- PrivateDnsNameOptionsOnLaunch,
22
21
  Protocol,
23
22
  ReservedInstancesListing,
24
23
  ResourceType,
25
24
  RouteTableAssociationState,
26
25
  SubnetIpv6CidrBlockAssociation,
27
- SubnetState,
28
26
  Tag,
29
27
  TagSpecification,
30
28
  UnsuccessfulItem,
@@ -32,6 +30,15 @@ import {
32
30
  VpcIpv6CidrBlockAssociation,
33
31
  WeekDay,
34
32
  } from "./models_0";
33
+ export interface PrivateDnsNameOptionsOnLaunch {
34
+ HostnameType?: HostnameType | string;
35
+ EnableResourceNameDnsARecord?: boolean;
36
+ EnableResourceNameDnsAAAARecord?: boolean;
37
+ }
38
+ export declare enum SubnetState {
39
+ available = "available",
40
+ pending = "pending",
41
+ }
35
42
  export interface Subnet {
36
43
  AvailabilityZone?: string;
37
44
  AvailabilityZoneId?: string;
@@ -1489,6 +1496,8 @@ export interface NetworkInsightsPath {
1489
1496
  CreatedDate?: Date;
1490
1497
  Source?: string;
1491
1498
  Destination?: string;
1499
+ SourceArn?: string;
1500
+ DestinationArn?: string;
1492
1501
  SourceIp?: string;
1493
1502
  DestinationIp?: string;
1494
1503
  Protocol?: Protocol | string;
@@ -1530,6 +1539,13 @@ export interface NetworkInterfaceAssociation {
1530
1539
  CustomerOwnedIp?: string;
1531
1540
  CarrierIp?: string;
1532
1541
  }
1542
+ export interface AttachmentEnaSrdUdpSpecification {
1543
+ EnaSrdUdpEnabled?: boolean;
1544
+ }
1545
+ export interface AttachmentEnaSrdSpecification {
1546
+ EnaSrdEnabled?: boolean;
1547
+ EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
1548
+ }
1533
1549
  export interface NetworkInterfaceAttachment {
1534
1550
  AttachTime?: Date;
1535
1551
  AttachmentId?: string;
@@ -1539,6 +1555,7 @@ export interface NetworkInterfaceAttachment {
1539
1555
  InstanceId?: string;
1540
1556
  InstanceOwnerId?: string;
1541
1557
  Status?: AttachmentStatus | string;
1558
+ EnaSrdSpecification?: AttachmentEnaSrdSpecification;
1542
1559
  }
1543
1560
  export interface GroupIdentifier {
1544
1561
  GroupName?: string;
@@ -1936,32 +1953,9 @@ export interface CreateStoreImageTaskRequest {
1936
1953
  export interface CreateStoreImageTaskResult {
1937
1954
  ObjectKey?: string;
1938
1955
  }
1939
- export interface CreateSubnetRequest {
1940
- TagSpecifications?: TagSpecification[];
1941
- AvailabilityZone?: string;
1942
- AvailabilityZoneId?: string;
1943
- CidrBlock?: string;
1944
- Ipv6CidrBlock?: string;
1945
- OutpostArn?: string;
1946
- VpcId: string | undefined;
1947
- DryRun?: boolean;
1948
- Ipv6Native?: boolean;
1949
- }
1950
- export interface CreateSubnetResult {
1951
- Subnet?: Subnet;
1952
- }
1953
- export declare enum SubnetCidrReservationType {
1954
- explicit = "explicit",
1955
- prefix = "prefix",
1956
- }
1957
- export interface CreateSubnetCidrReservationRequest {
1958
- SubnetId: string | undefined;
1959
- Cidr: string | undefined;
1960
- ReservationType: SubnetCidrReservationType | string | undefined;
1961
- Description?: string;
1962
- DryRun?: boolean;
1963
- TagSpecifications?: TagSpecification[];
1964
- }
1956
+ export declare const PrivateDnsNameOptionsOnLaunchFilterSensitiveLog: (
1957
+ obj: PrivateDnsNameOptionsOnLaunch
1958
+ ) => any;
1965
1959
  export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
1966
1960
  export declare const CreateDefaultSubnetResultFilterSensitiveLog: (
1967
1961
  obj: CreateDefaultSubnetResult
@@ -2477,6 +2471,12 @@ export declare const CreateNetworkInterfaceRequestFilterSensitiveLog: (
2477
2471
  export declare const NetworkInterfaceAssociationFilterSensitiveLog: (
2478
2472
  obj: NetworkInterfaceAssociation
2479
2473
  ) => any;
2474
+ export declare const AttachmentEnaSrdUdpSpecificationFilterSensitiveLog: (
2475
+ obj: AttachmentEnaSrdUdpSpecification
2476
+ ) => any;
2477
+ export declare const AttachmentEnaSrdSpecificationFilterSensitiveLog: (
2478
+ obj: AttachmentEnaSrdSpecification
2479
+ ) => any;
2480
2480
  export declare const NetworkInterfaceAttachmentFilterSensitiveLog: (
2481
2481
  obj: NetworkInterfaceAttachment
2482
2482
  ) => any;
@@ -2608,12 +2608,3 @@ export declare const CreateStoreImageTaskRequestFilterSensitiveLog: (
2608
2608
  export declare const CreateStoreImageTaskResultFilterSensitiveLog: (
2609
2609
  obj: CreateStoreImageTaskResult
2610
2610
  ) => any;
2611
- export declare const CreateSubnetRequestFilterSensitiveLog: (
2612
- obj: CreateSubnetRequest
2613
- ) => any;
2614
- export declare const CreateSubnetResultFilterSensitiveLog: (
2615
- obj: CreateSubnetResult
2616
- ) => any;
2617
- export declare const CreateSubnetCidrReservationRequestFilterSensitiveLog: (
2618
- obj: CreateSubnetCidrReservationRequest
2619
- ) => any;
@@ -32,11 +32,37 @@ import {
32
32
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
33
33
  LocalGatewayRouteTableVpcAssociation,
34
34
  ManagedPrefixList,
35
- SubnetCidrReservationType,
35
+ Subnet,
36
36
  Tenancy,
37
37
  VolumeType,
38
38
  Vpc,
39
39
  } from "./models_1";
40
+ export interface CreateSubnetRequest {
41
+ TagSpecifications?: TagSpecification[];
42
+ AvailabilityZone?: string;
43
+ AvailabilityZoneId?: string;
44
+ CidrBlock?: string;
45
+ Ipv6CidrBlock?: string;
46
+ OutpostArn?: string;
47
+ VpcId: string | undefined;
48
+ DryRun?: boolean;
49
+ Ipv6Native?: boolean;
50
+ }
51
+ export interface CreateSubnetResult {
52
+ Subnet?: Subnet;
53
+ }
54
+ export declare enum SubnetCidrReservationType {
55
+ explicit = "explicit",
56
+ prefix = "prefix",
57
+ }
58
+ export interface CreateSubnetCidrReservationRequest {
59
+ SubnetId: string | undefined;
60
+ Cidr: string | undefined;
61
+ ReservationType: SubnetCidrReservationType | string | undefined;
62
+ Description?: string;
63
+ DryRun?: boolean;
64
+ TagSpecifications?: TagSpecification[];
65
+ }
40
66
  export interface SubnetCidrReservation {
41
67
  SubnetCidrReservationId?: string;
42
68
  SubnetId?: string;
@@ -1559,21 +1585,15 @@ export interface DeregisterImageRequest {
1559
1585
  ImageId: string | undefined;
1560
1586
  DryRun?: boolean;
1561
1587
  }
1562
- export interface DeregisterInstanceTagAttributeRequest {
1563
- IncludeAllTagsOfInstance?: boolean;
1564
- InstanceTagKeys?: string[];
1565
- }
1566
- export interface DeregisterInstanceEventNotificationAttributesRequest {
1567
- DryRun?: boolean;
1568
- InstanceTagAttribute?: DeregisterInstanceTagAttributeRequest;
1569
- }
1570
- export interface InstanceTagNotificationAttribute {
1571
- InstanceTagKeys?: string[];
1572
- IncludeAllTagsOfInstance?: boolean;
1573
- }
1574
- export interface DeregisterInstanceEventNotificationAttributesResult {
1575
- InstanceTagAttribute?: InstanceTagNotificationAttribute;
1576
- }
1588
+ export declare const CreateSubnetRequestFilterSensitiveLog: (
1589
+ obj: CreateSubnetRequest
1590
+ ) => any;
1591
+ export declare const CreateSubnetResultFilterSensitiveLog: (
1592
+ obj: CreateSubnetResult
1593
+ ) => any;
1594
+ export declare const CreateSubnetCidrReservationRequestFilterSensitiveLog: (
1595
+ obj: CreateSubnetCidrReservationRequest
1596
+ ) => any;
1577
1597
  export declare const SubnetCidrReservationFilterSensitiveLog: (
1578
1598
  obj: SubnetCidrReservation
1579
1599
  ) => any;
@@ -2303,15 +2323,3 @@ export declare const DeprovisionPublicIpv4PoolCidrResultFilterSensitiveLog: (
2303
2323
  export declare const DeregisterImageRequestFilterSensitiveLog: (
2304
2324
  obj: DeregisterImageRequest
2305
2325
  ) => any;
2306
- export declare const DeregisterInstanceTagAttributeRequestFilterSensitiveLog: (
2307
- obj: DeregisterInstanceTagAttributeRequest
2308
- ) => any;
2309
- export declare const DeregisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (
2310
- obj: DeregisterInstanceEventNotificationAttributesRequest
2311
- ) => any;
2312
- export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (
2313
- obj: InstanceTagNotificationAttribute
2314
- ) => any;
2315
- export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
2316
- obj: DeregisterInstanceEventNotificationAttributesResult
2317
- ) => any;