@aws-sdk/client-ec2 3.875.0 → 3.878.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 (232) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +1242 -396
  3. package/dist-es/EC2.js +10 -0
  4. package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
  5. package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
  6. package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
  7. package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
  8. package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
  9. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_3.js +0 -8
  13. package/dist-es/models/models_4.js +19 -40
  14. package/dist-es/models/models_5.js +40 -18
  15. package/dist-es/models/models_6.js +18 -12
  16. package/dist-es/models/models_7.js +12 -0
  17. package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
  18. package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
  19. package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +3 -0
  21. package/dist-es/protocols/Aws_ec2.js +711 -25
  22. package/dist-es/waiters/index.js +1 -0
  23. package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
  24. package/dist-types/EC2.d.ts +37 -0
  25. package/dist-types/EC2Client.d.ts +7 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  32. package/dist-types/commands/CopyImageCommand.d.ts +92 -10
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +24 -8
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +105 -0
  49. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  60. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
  107. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +75 -0
  112. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
  113. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -2
  114. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
  115. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
  116. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
  117. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
  118. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -2
  122. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  124. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  132. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  134. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  135. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  136. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  137. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  138. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  139. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  140. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  141. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  143. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  144. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
  145. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  146. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  147. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  149. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  151. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  152. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  153. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  154. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  155. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  156. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  157. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  158. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  159. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  160. package/dist-types/commands/index.d.ts +5 -0
  161. package/dist-types/models/models_0.d.ts +1 -0
  162. package/dist-types/models/models_1.d.ts +146 -98
  163. package/dist-types/models/models_2.d.ts +80 -161
  164. package/dist-types/models/models_3.d.ts +190 -302
  165. package/dist-types/models/models_4.d.ts +886 -719
  166. package/dist-types/models/models_5.d.ts +1938 -1933
  167. package/dist-types/models/models_6.d.ts +1828 -1719
  168. package/dist-types/models/models_7.d.ts +4616 -4654
  169. package/dist-types/models/models_8.d.ts +547 -5
  170. package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
  171. package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
  172. package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
  173. package/dist-types/pagination/index.d.ts +3 -0
  174. package/dist-types/protocols/Aws_ec2.d.ts +45 -0
  175. package/dist-types/ts3.4/EC2.d.ts +87 -0
  176. package/dist-types/ts3.4/EC2Client.d.ts +30 -0
  177. package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
  178. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
  181. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +4 -2
  182. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
  186. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
  204. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  215. package/dist-types/ts3.4/models/models_1.d.ts +22 -17
  216. package/dist-types/ts3.4/models/models_2.d.ts +21 -35
  217. package/dist-types/ts3.4/models/models_3.d.ts +41 -59
  218. package/dist-types/ts3.4/models/models_4.d.ts +148 -153
  219. package/dist-types/ts3.4/models/models_5.d.ts +165 -123
  220. package/dist-types/ts3.4/models/models_6.d.ts +125 -122
  221. package/dist-types/ts3.4/models/models_7.d.ts +125 -127
  222. package/dist-types/ts3.4/models/models_8.d.ts +128 -1
  223. package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  227. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
  228. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  229. package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
  230. package/dist-types/waiters/index.d.ts +1 -0
  231. package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
  232. package/package.json +6 -6
@@ -19,7 +19,6 @@ import {
19
19
  SubnetIpv6CidrBlockAssociation,
20
20
  Tag,
21
21
  TagSpecification,
22
- TargetConfigurationRequest,
23
22
  TransitGatewayAssociation,
24
23
  TransitGatewayAttachmentResourceType,
25
24
  TransitGatewayMulticastDomainAssociations,
@@ -41,12 +40,14 @@ import {
41
40
  Vpc,
42
41
  } from "./models_1";
43
42
  import {
44
- DnsEntry,
45
43
  NetworkInsightsAccessScopeContent,
46
44
  ResponseLaunchTemplateData,
47
45
  SSEType,
46
+ VpcBlockPublicAccessExclusion,
48
47
  } from "./models_2";
49
48
  import {
49
+ ConnectionNotification,
50
+ DnsEntry,
50
51
  DnsNameState,
51
52
  Filter,
52
53
  IpamPoolCidr,
@@ -63,7 +64,7 @@ import {
63
64
  VpnGateway,
64
65
  } from "./models_3";
65
66
  import {
66
- ArchitectureType,
67
+ AttributeBooleanValue,
67
68
  ExportTaskS3Location,
68
69
  FastLaunchLaunchTemplateSpecificationResponse,
69
70
  FastLaunchResourceType,
@@ -76,7 +77,127 @@ import {
76
77
  PaymentOption,
77
78
  VirtualizationType,
78
79
  } from "./models_4";
79
- import { AnalysisStatus, ManagedBy } from "./models_5";
80
+ import { AnalysisStatus, ArchitectureType } from "./models_5";
81
+ export interface DescribeVpcAttributeResult {
82
+ EnableDnsHostnames?: AttributeBooleanValue | undefined;
83
+ EnableDnsSupport?: AttributeBooleanValue | undefined;
84
+ EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
85
+ VpcId?: string | undefined;
86
+ }
87
+ export interface DescribeVpcBlockPublicAccessExclusionsRequest {
88
+ DryRun?: boolean | undefined;
89
+ Filters?: Filter[] | undefined;
90
+ ExclusionIds?: string[] | undefined;
91
+ NextToken?: string | undefined;
92
+ MaxResults?: number | undefined;
93
+ }
94
+ export interface DescribeVpcBlockPublicAccessExclusionsResult {
95
+ VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
96
+ NextToken?: string | undefined;
97
+ }
98
+ export interface DescribeVpcBlockPublicAccessOptionsRequest {
99
+ DryRun?: boolean | undefined;
100
+ }
101
+ export declare const VpcBlockPublicAccessExclusionsAllowed: {
102
+ readonly allowed: "allowed";
103
+ readonly not_allowed: "not-allowed";
104
+ };
105
+ export type VpcBlockPublicAccessExclusionsAllowed =
106
+ (typeof VpcBlockPublicAccessExclusionsAllowed)[keyof typeof VpcBlockPublicAccessExclusionsAllowed];
107
+ export declare const InternetGatewayBlockMode: {
108
+ readonly block_bidirectional: "block-bidirectional";
109
+ readonly block_ingress: "block-ingress";
110
+ readonly off: "off";
111
+ };
112
+ export type InternetGatewayBlockMode =
113
+ (typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
114
+ export declare const ManagedBy: {
115
+ readonly account: "account";
116
+ readonly declarative_policy: "declarative-policy";
117
+ };
118
+ export type ManagedBy = (typeof ManagedBy)[keyof typeof ManagedBy];
119
+ export declare const VpcBlockPublicAccessState: {
120
+ readonly default_state: "default-state";
121
+ readonly update_complete: "update-complete";
122
+ readonly update_in_progress: "update-in-progress";
123
+ };
124
+ export type VpcBlockPublicAccessState =
125
+ (typeof VpcBlockPublicAccessState)[keyof typeof VpcBlockPublicAccessState];
126
+ export interface VpcBlockPublicAccessOptions {
127
+ AwsAccountId?: string | undefined;
128
+ AwsRegion?: string | undefined;
129
+ State?: VpcBlockPublicAccessState | undefined;
130
+ InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
131
+ Reason?: string | undefined;
132
+ LastUpdateTimestamp?: Date | undefined;
133
+ ManagedBy?: ManagedBy | undefined;
134
+ ExclusionsAllowed?: VpcBlockPublicAccessExclusionsAllowed | undefined;
135
+ }
136
+ export interface DescribeVpcBlockPublicAccessOptionsResult {
137
+ VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
138
+ }
139
+ export interface DescribeVpcClassicLinkRequest {
140
+ DryRun?: boolean | undefined;
141
+ VpcIds?: string[] | undefined;
142
+ Filters?: Filter[] | undefined;
143
+ }
144
+ export interface VpcClassicLink {
145
+ ClassicLinkEnabled?: boolean | undefined;
146
+ Tags?: Tag[] | undefined;
147
+ VpcId?: string | undefined;
148
+ }
149
+ export interface DescribeVpcClassicLinkResult {
150
+ Vpcs?: VpcClassicLink[] | undefined;
151
+ }
152
+ export interface DescribeVpcClassicLinkDnsSupportRequest {
153
+ VpcIds?: string[] | undefined;
154
+ MaxResults?: number | undefined;
155
+ NextToken?: string | undefined;
156
+ }
157
+ export interface ClassicLinkDnsSupport {
158
+ ClassicLinkDnsSupported?: boolean | undefined;
159
+ VpcId?: string | undefined;
160
+ }
161
+ export interface DescribeVpcClassicLinkDnsSupportResult {
162
+ NextToken?: string | undefined;
163
+ Vpcs?: ClassicLinkDnsSupport[] | undefined;
164
+ }
165
+ export interface DescribeVpcEndpointAssociationsRequest {
166
+ DryRun?: boolean | undefined;
167
+ VpcEndpointIds?: string[] | undefined;
168
+ Filters?: Filter[] | undefined;
169
+ MaxResults?: number | undefined;
170
+ NextToken?: string | undefined;
171
+ }
172
+ export interface VpcEndpointAssociation {
173
+ Id?: string | undefined;
174
+ VpcEndpointId?: string | undefined;
175
+ ServiceNetworkArn?: string | undefined;
176
+ ServiceNetworkName?: string | undefined;
177
+ AssociatedResourceAccessibility?: string | undefined;
178
+ FailureReason?: string | undefined;
179
+ FailureCode?: string | undefined;
180
+ DnsEntry?: DnsEntry | undefined;
181
+ PrivateDnsEntry?: DnsEntry | undefined;
182
+ AssociatedResourceArn?: string | undefined;
183
+ ResourceConfigurationGroupArn?: string | undefined;
184
+ Tags?: Tag[] | undefined;
185
+ }
186
+ export interface DescribeVpcEndpointAssociationsResult {
187
+ VpcEndpointAssociations?: VpcEndpointAssociation[] | undefined;
188
+ NextToken?: string | undefined;
189
+ }
190
+ export interface DescribeVpcEndpointConnectionNotificationsRequest {
191
+ DryRun?: boolean | undefined;
192
+ ConnectionNotificationId?: string | undefined;
193
+ Filters?: Filter[] | undefined;
194
+ MaxResults?: number | undefined;
195
+ NextToken?: string | undefined;
196
+ }
197
+ export interface DescribeVpcEndpointConnectionNotificationsResult {
198
+ ConnectionNotificationSet?: ConnectionNotification[] | undefined;
199
+ NextToken?: string | undefined;
200
+ }
80
201
  export interface DescribeVpcEndpointConnectionsRequest {
81
202
  DryRun?: boolean | undefined;
82
203
  Filters?: Filter[] | undefined;
@@ -1540,121 +1661,6 @@ export interface GetNetworkInsightsAccessScopeContentResult {
1540
1661
  | NetworkInsightsAccessScopeContent
1541
1662
  | undefined;
1542
1663
  }
1543
- export interface GetPasswordDataRequest {
1544
- InstanceId: string | undefined;
1545
- DryRun?: boolean | undefined;
1546
- }
1547
- export interface GetPasswordDataResult {
1548
- InstanceId?: string | undefined;
1549
- Timestamp?: Date | undefined;
1550
- PasswordData?: string | undefined;
1551
- }
1552
- export interface GetReservedInstancesExchangeQuoteRequest {
1553
- DryRun?: boolean | undefined;
1554
- ReservedInstanceIds: string[] | undefined;
1555
- TargetConfigurations?: TargetConfigurationRequest[] | undefined;
1556
- }
1557
- export interface ReservationValue {
1558
- HourlyPrice?: string | undefined;
1559
- RemainingTotalValue?: string | undefined;
1560
- RemainingUpfrontValue?: string | undefined;
1561
- }
1562
- export interface ReservedInstanceReservationValue {
1563
- ReservationValue?: ReservationValue | undefined;
1564
- ReservedInstanceId?: string | undefined;
1565
- }
1566
- export interface TargetConfiguration {
1567
- InstanceCount?: number | undefined;
1568
- OfferingId?: string | undefined;
1569
- }
1570
- export interface TargetReservationValue {
1571
- ReservationValue?: ReservationValue | undefined;
1572
- TargetConfiguration?: TargetConfiguration | undefined;
1573
- }
1574
- export interface GetReservedInstancesExchangeQuoteResult {
1575
- CurrencyCode?: string | undefined;
1576
- IsValidExchange?: boolean | undefined;
1577
- OutputReservedInstancesWillExpireAt?: Date | undefined;
1578
- PaymentDue?: string | undefined;
1579
- ReservedInstanceValueRollup?: ReservationValue | undefined;
1580
- ReservedInstanceValueSet?: ReservedInstanceReservationValue[] | undefined;
1581
- TargetConfigurationValueRollup?: ReservationValue | undefined;
1582
- TargetConfigurationValueSet?: TargetReservationValue[] | undefined;
1583
- ValidationFailureReason?: string | undefined;
1584
- }
1585
- export interface GetRouteServerAssociationsRequest {
1586
- RouteServerId: string | undefined;
1587
- DryRun?: boolean | undefined;
1588
- }
1589
- export interface GetRouteServerAssociationsResult {
1590
- RouteServerAssociations?: RouteServerAssociation[] | undefined;
1591
- }
1592
- export interface GetRouteServerPropagationsRequest {
1593
- RouteServerId: string | undefined;
1594
- RouteTableId?: string | undefined;
1595
- DryRun?: boolean | undefined;
1596
- }
1597
- export interface GetRouteServerPropagationsResult {
1598
- RouteServerPropagations?: RouteServerPropagation[] | undefined;
1599
- }
1600
- export interface GetRouteServerRoutingDatabaseRequest {
1601
- RouteServerId: string | undefined;
1602
- NextToken?: string | undefined;
1603
- MaxResults?: number | undefined;
1604
- DryRun?: boolean | undefined;
1605
- Filters?: Filter[] | undefined;
1606
- }
1607
- export declare const RouteServerRouteInstallationStatus: {
1608
- readonly INSTALLED: "installed";
1609
- readonly REJECTED: "rejected";
1610
- };
1611
- export type RouteServerRouteInstallationStatus =
1612
- (typeof RouteServerRouteInstallationStatus)[keyof typeof RouteServerRouteInstallationStatus];
1613
- export interface RouteServerRouteInstallationDetail {
1614
- RouteTableId?: string | undefined;
1615
- RouteInstallationStatus?: RouteServerRouteInstallationStatus | undefined;
1616
- RouteInstallationStatusReason?: string | undefined;
1617
- }
1618
- export declare const RouteServerRouteStatus: {
1619
- readonly IN_FIB: "in-fib";
1620
- readonly IN_RIB: "in-rib";
1621
- };
1622
- export type RouteServerRouteStatus =
1623
- (typeof RouteServerRouteStatus)[keyof typeof RouteServerRouteStatus];
1624
- export interface RouteServerRoute {
1625
- RouteServerEndpointId?: string | undefined;
1626
- RouteServerPeerId?: string | undefined;
1627
- RouteInstallationDetails?: RouteServerRouteInstallationDetail[] | undefined;
1628
- RouteStatus?: RouteServerRouteStatus | undefined;
1629
- Prefix?: string | undefined;
1630
- AsPaths?: string[] | undefined;
1631
- Med?: number | undefined;
1632
- NextHopIp?: string | undefined;
1633
- }
1634
- export interface GetRouteServerRoutingDatabaseResult {
1635
- AreRoutesPersisted?: boolean | undefined;
1636
- Routes?: RouteServerRoute[] | undefined;
1637
- NextToken?: string | undefined;
1638
- }
1639
- export interface GetSecurityGroupsForVpcRequest {
1640
- VpcId: string | undefined;
1641
- NextToken?: string | undefined;
1642
- MaxResults?: number | undefined;
1643
- Filters?: Filter[] | undefined;
1644
- DryRun?: boolean | undefined;
1645
- }
1646
- export interface SecurityGroupForVpc {
1647
- Description?: string | undefined;
1648
- GroupName?: string | undefined;
1649
- OwnerId?: string | undefined;
1650
- GroupId?: string | undefined;
1651
- Tags?: Tag[] | undefined;
1652
- PrimaryVpcId?: string | undefined;
1653
- }
1654
- export interface GetSecurityGroupsForVpcResult {
1655
- NextToken?: string | undefined;
1656
- SecurityGroupForVpcs?: SecurityGroupForVpc[] | undefined;
1657
- }
1658
1664
  export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
1659
1665
  obj: DescribeVpnConnectionsResult
1660
1666
  ) => any;
@@ -1673,6 +1679,3 @@ export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1673
1679
  export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
1674
1680
  obj: GetLaunchTemplateDataResult
1675
1681
  ) => any;
1676
- export declare const GetPasswordDataResultFilterSensitiveLog: (
1677
- obj: GetPasswordDataResult
1678
- ) => any;
@@ -8,17 +8,18 @@ import {
8
8
  ApplianceModeSupportValue,
9
9
  AutoPlacement,
10
10
  ByoipCidr,
11
- CurrencyCodeValues,
12
11
  DnsSupportValue,
13
12
  EnaSrdSpecification,
14
13
  HostMaintenance,
15
14
  HostRecovery,
16
15
  InstanceEventWindow,
17
16
  Ipv6SupportValue,
17
+ RouteServerAssociation,
18
18
  SecurityGroupReferencingSupportValue,
19
19
  SubnetAssociation,
20
20
  Tag,
21
21
  TagSpecification,
22
+ TargetConfigurationRequest,
22
23
  TransitGatewayAssociationState,
23
24
  TransitGatewayAttachmentResourceType,
24
25
  TransitGatewayPolicyTableAssociation,
@@ -31,9 +32,7 @@ import {
31
32
  import {
32
33
  _InstanceType,
33
34
  AttributeValue,
34
- BlockDeviceMapping,
35
35
  CapacityReservation,
36
- CapacityReservationInstancePlatform,
37
36
  CapacityReservationPreference,
38
37
  CapacityReservationTarget,
39
38
  ClientConnectOptions,
@@ -97,12 +96,8 @@ import {
97
96
  } from "./models_2";
98
97
  import {
99
98
  Byoasn,
100
- CapacityBlock,
101
- CapacityBlockExtension,
102
99
  Filter,
103
100
  IKEVersionsRequestListValue,
104
- InstanceTagNotificationAttribute,
105
- IpamPoolCidr,
106
101
  PayerResponsibility,
107
102
  Phase1DHGroupNumbersRequestListValue,
108
103
  Phase1EncryptionAlgorithmsRequestListValue,
@@ -114,7 +109,6 @@ import {
114
109
  VpnTunnelLogOptionsSpecification,
115
110
  } from "./models_3";
116
111
  import {
117
- ArchitectureType,
118
112
  ArchitectureValues,
119
113
  AttributeBooleanValue,
120
114
  BootModeValues,
@@ -122,7 +116,6 @@ import {
122
116
  FpgaImageAttribute,
123
117
  FpgaImageAttributeName,
124
118
  HttpTokensState,
125
- ImdsSupportValues,
126
119
  ImportImageLicenseConfigurationResponse,
127
120
  InstanceAttributeName,
128
121
  InstanceAutoRecoveryState,
@@ -137,32 +130,145 @@ import {
137
130
  PermissionGroup,
138
131
  SnapshotDetail,
139
132
  SnapshotTaskDetail,
140
- TpmSupportValues,
141
133
  VirtualizationType,
142
134
  } from "./models_4";
143
135
  import {
136
+ ArchitectureType,
144
137
  CreateVolumePermission,
145
138
  ExcessCapacityTerminationPolicy,
146
- InternetGatewayBlockMode,
147
139
  LaunchTemplateConfig,
148
140
  LockState,
149
- ManagedBy,
150
- PublicIpv4PoolRange,
151
141
  ReservedInstancesConfiguration,
152
- ScheduledInstance,
153
142
  SnapshotAttributeName,
154
143
  VerifiedAccessInstanceLoggingConfiguration,
155
144
  VolumeModification,
156
- VpcBlockPublicAccessOptions,
157
145
  } from "./models_5";
158
146
  import {
159
147
  InstanceFamilyCreditSpecification,
148
+ InternetGatewayBlockMode,
160
149
  IpamResourceCidr,
161
- Purchase,
150
+ ManagedBy,
151
+ RouteServerPropagation,
162
152
  SnapshotBlockPublicAccessState,
163
153
  TransitGatewayPropagationState,
164
154
  UnlimitedSupportedInstanceFamily,
155
+ VpcBlockPublicAccessOptions,
165
156
  } from "./models_6";
157
+ export interface GetPasswordDataRequest {
158
+ InstanceId: string | undefined;
159
+ DryRun?: boolean | undefined;
160
+ }
161
+ export interface GetPasswordDataResult {
162
+ InstanceId?: string | undefined;
163
+ Timestamp?: Date | undefined;
164
+ PasswordData?: string | undefined;
165
+ }
166
+ export interface GetReservedInstancesExchangeQuoteRequest {
167
+ DryRun?: boolean | undefined;
168
+ ReservedInstanceIds: string[] | undefined;
169
+ TargetConfigurations?: TargetConfigurationRequest[] | undefined;
170
+ }
171
+ export interface ReservationValue {
172
+ HourlyPrice?: string | undefined;
173
+ RemainingTotalValue?: string | undefined;
174
+ RemainingUpfrontValue?: string | undefined;
175
+ }
176
+ export interface ReservedInstanceReservationValue {
177
+ ReservationValue?: ReservationValue | undefined;
178
+ ReservedInstanceId?: string | undefined;
179
+ }
180
+ export interface TargetConfiguration {
181
+ InstanceCount?: number | undefined;
182
+ OfferingId?: string | undefined;
183
+ }
184
+ export interface TargetReservationValue {
185
+ ReservationValue?: ReservationValue | undefined;
186
+ TargetConfiguration?: TargetConfiguration | undefined;
187
+ }
188
+ export interface GetReservedInstancesExchangeQuoteResult {
189
+ CurrencyCode?: string | undefined;
190
+ IsValidExchange?: boolean | undefined;
191
+ OutputReservedInstancesWillExpireAt?: Date | undefined;
192
+ PaymentDue?: string | undefined;
193
+ ReservedInstanceValueRollup?: ReservationValue | undefined;
194
+ ReservedInstanceValueSet?: ReservedInstanceReservationValue[] | undefined;
195
+ TargetConfigurationValueRollup?: ReservationValue | undefined;
196
+ TargetConfigurationValueSet?: TargetReservationValue[] | undefined;
197
+ ValidationFailureReason?: string | undefined;
198
+ }
199
+ export interface GetRouteServerAssociationsRequest {
200
+ RouteServerId: string | undefined;
201
+ DryRun?: boolean | undefined;
202
+ }
203
+ export interface GetRouteServerAssociationsResult {
204
+ RouteServerAssociations?: RouteServerAssociation[] | undefined;
205
+ }
206
+ export interface GetRouteServerPropagationsRequest {
207
+ RouteServerId: string | undefined;
208
+ RouteTableId?: string | undefined;
209
+ DryRun?: boolean | undefined;
210
+ }
211
+ export interface GetRouteServerPropagationsResult {
212
+ RouteServerPropagations?: RouteServerPropagation[] | undefined;
213
+ }
214
+ export interface GetRouteServerRoutingDatabaseRequest {
215
+ RouteServerId: string | undefined;
216
+ NextToken?: string | undefined;
217
+ MaxResults?: number | undefined;
218
+ DryRun?: boolean | undefined;
219
+ Filters?: Filter[] | undefined;
220
+ }
221
+ export declare const RouteServerRouteInstallationStatus: {
222
+ readonly INSTALLED: "installed";
223
+ readonly REJECTED: "rejected";
224
+ };
225
+ export type RouteServerRouteInstallationStatus =
226
+ (typeof RouteServerRouteInstallationStatus)[keyof typeof RouteServerRouteInstallationStatus];
227
+ export interface RouteServerRouteInstallationDetail {
228
+ RouteTableId?: string | undefined;
229
+ RouteInstallationStatus?: RouteServerRouteInstallationStatus | undefined;
230
+ RouteInstallationStatusReason?: string | undefined;
231
+ }
232
+ export declare const RouteServerRouteStatus: {
233
+ readonly IN_FIB: "in-fib";
234
+ readonly IN_RIB: "in-rib";
235
+ };
236
+ export type RouteServerRouteStatus =
237
+ (typeof RouteServerRouteStatus)[keyof typeof RouteServerRouteStatus];
238
+ export interface RouteServerRoute {
239
+ RouteServerEndpointId?: string | undefined;
240
+ RouteServerPeerId?: string | undefined;
241
+ RouteInstallationDetails?: RouteServerRouteInstallationDetail[] | undefined;
242
+ RouteStatus?: RouteServerRouteStatus | undefined;
243
+ Prefix?: string | undefined;
244
+ AsPaths?: string[] | undefined;
245
+ Med?: number | undefined;
246
+ NextHopIp?: string | undefined;
247
+ }
248
+ export interface GetRouteServerRoutingDatabaseResult {
249
+ AreRoutesPersisted?: boolean | undefined;
250
+ Routes?: RouteServerRoute[] | undefined;
251
+ NextToken?: string | undefined;
252
+ }
253
+ export interface GetSecurityGroupsForVpcRequest {
254
+ VpcId: string | undefined;
255
+ NextToken?: string | undefined;
256
+ MaxResults?: number | undefined;
257
+ Filters?: Filter[] | undefined;
258
+ DryRun?: boolean | undefined;
259
+ }
260
+ export interface SecurityGroupForVpc {
261
+ Description?: string | undefined;
262
+ GroupName?: string | undefined;
263
+ OwnerId?: string | undefined;
264
+ GroupId?: string | undefined;
265
+ Tags?: Tag[] | undefined;
266
+ PrimaryVpcId?: string | undefined;
267
+ }
268
+ export interface GetSecurityGroupsForVpcResult {
269
+ NextToken?: string | undefined;
270
+ SecurityGroupForVpcs?: SecurityGroupForVpc[] | undefined;
271
+ }
166
272
  export interface GetSerialConsoleAccessStatusRequest {
167
273
  DryRun?: boolean | undefined;
168
274
  }
@@ -1811,117 +1917,9 @@ export interface ProvisionIpamPoolCidrRequest {
1811
1917
  VerificationMethod?: VerificationMethod | undefined;
1812
1918
  IpamExternalResourceVerificationTokenId?: string | undefined;
1813
1919
  }
1814
- export interface ProvisionIpamPoolCidrResult {
1815
- IpamPoolCidr?: IpamPoolCidr | undefined;
1816
- }
1817
- export interface ProvisionPublicIpv4PoolCidrRequest {
1818
- DryRun?: boolean | undefined;
1819
- IpamPoolId: string | undefined;
1820
- PoolId: string | undefined;
1821
- NetmaskLength: number | undefined;
1822
- NetworkBorderGroup?: string | undefined;
1823
- }
1824
- export interface ProvisionPublicIpv4PoolCidrResult {
1825
- PoolId?: string | undefined;
1826
- PoolAddressRange?: PublicIpv4PoolRange | undefined;
1827
- }
1828
- export interface PurchaseCapacityBlockRequest {
1829
- DryRun?: boolean | undefined;
1830
- TagSpecifications?: TagSpecification[] | undefined;
1831
- CapacityBlockOfferingId: string | undefined;
1832
- InstancePlatform: CapacityReservationInstancePlatform | undefined;
1833
- }
1834
- export interface PurchaseCapacityBlockResult {
1835
- CapacityReservation?: CapacityReservation | undefined;
1836
- CapacityBlocks?: CapacityBlock[] | undefined;
1837
- }
1838
- export interface PurchaseCapacityBlockExtensionRequest {
1839
- CapacityBlockExtensionOfferingId: string | undefined;
1840
- CapacityReservationId: string | undefined;
1841
- DryRun?: boolean | undefined;
1842
- }
1843
- export interface PurchaseCapacityBlockExtensionResult {
1844
- CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
1845
- }
1846
- export interface PurchaseHostReservationRequest {
1847
- ClientToken?: string | undefined;
1848
- CurrencyCode?: CurrencyCodeValues | undefined;
1849
- HostIdSet: string[] | undefined;
1850
- LimitPrice?: string | undefined;
1851
- OfferingId: string | undefined;
1852
- TagSpecifications?: TagSpecification[] | undefined;
1853
- }
1854
- export interface PurchaseHostReservationResult {
1855
- ClientToken?: string | undefined;
1856
- CurrencyCode?: CurrencyCodeValues | undefined;
1857
- Purchase?: Purchase[] | undefined;
1858
- TotalHourlyPrice?: string | undefined;
1859
- TotalUpfrontPrice?: string | undefined;
1860
- }
1861
- export interface ReservedInstanceLimitPrice {
1862
- Amount?: number | undefined;
1863
- CurrencyCode?: CurrencyCodeValues | undefined;
1864
- }
1865
- export interface PurchaseReservedInstancesOfferingRequest {
1866
- InstanceCount: number | undefined;
1867
- ReservedInstancesOfferingId: string | undefined;
1868
- PurchaseTime?: Date | undefined;
1869
- DryRun?: boolean | undefined;
1870
- LimitPrice?: ReservedInstanceLimitPrice | undefined;
1871
- }
1872
- export interface PurchaseReservedInstancesOfferingResult {
1873
- ReservedInstancesId?: string | undefined;
1874
- }
1875
- export interface PurchaseRequest {
1876
- InstanceCount: number | undefined;
1877
- PurchaseToken: string | undefined;
1878
- }
1879
- export interface PurchaseScheduledInstancesRequest {
1880
- ClientToken?: string | undefined;
1881
- DryRun?: boolean | undefined;
1882
- PurchaseRequests: PurchaseRequest[] | undefined;
1883
- }
1884
- export interface PurchaseScheduledInstancesResult {
1885
- ScheduledInstanceSet?: ScheduledInstance[] | undefined;
1886
- }
1887
- export interface RebootInstancesRequest {
1888
- InstanceIds: string[] | undefined;
1889
- DryRun?: boolean | undefined;
1890
- }
1891
- export interface RegisterImageRequest {
1892
- ImageLocation?: string | undefined;
1893
- BillingProducts?: string[] | undefined;
1894
- BootMode?: BootModeValues | undefined;
1895
- TpmSupport?: TpmSupportValues | undefined;
1896
- UefiData?: string | undefined;
1897
- ImdsSupport?: ImdsSupportValues | undefined;
1898
- TagSpecifications?: TagSpecification[] | undefined;
1899
- DryRun?: boolean | undefined;
1900
- Name: string | undefined;
1901
- Description?: string | undefined;
1902
- Architecture?: ArchitectureValues | undefined;
1903
- KernelId?: string | undefined;
1904
- RamdiskId?: string | undefined;
1905
- RootDeviceName?: string | undefined;
1906
- BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1907
- VirtualizationType?: string | undefined;
1908
- SriovNetSupport?: string | undefined;
1909
- EnaSupport?: boolean | undefined;
1910
- }
1911
- export interface RegisterImageResult {
1912
- ImageId?: string | undefined;
1913
- }
1914
- export interface RegisterInstanceTagAttributeRequest {
1915
- IncludeAllTagsOfInstance?: boolean | undefined;
1916
- InstanceTagKeys?: string[] | undefined;
1917
- }
1918
- export interface RegisterInstanceEventNotificationAttributesRequest {
1919
- DryRun?: boolean | undefined;
1920
- InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
1921
- }
1922
- export interface RegisterInstanceEventNotificationAttributesResult {
1923
- InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
1924
- }
1920
+ export declare const GetPasswordDataResultFilterSensitiveLog: (
1921
+ obj: GetPasswordDataResult
1922
+ ) => any;
1925
1923
  export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1926
1924
  obj: GetVpnConnectionDeviceSampleConfigurationResult
1927
1925
  ) => any;