@aws-sdk/client-ec2 3.933.0 → 3.934.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 (214) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +346 -65
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/CreateVpnConcentratorCommand.js +16 -0
  5. package/dist-es/commands/DeleteVpnConcentratorCommand.js +16 -0
  6. package/dist-es/commands/DescribeVpnConcentratorsCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +2 -0
  9. package/dist-es/models/models_3.js +3 -12
  10. package/dist-es/models/models_4.js +12 -7
  11. package/dist-es/models/models_5.js +7 -0
  12. package/dist-es/models/models_7.js +0 -3
  13. package/dist-es/models/models_8.js +3 -0
  14. package/dist-es/pagination/DescribeVpnConcentratorsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +1 -0
  16. package/dist-es/schemas/schemas_0.js +292 -62
  17. package/dist-types/EC2.d.ts +22 -0
  18. package/dist-types/EC2Client.d.ts +5 -2
  19. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  20. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  24. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  25. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  26. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  27. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  29. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  30. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  62. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +99 -0
  113. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +3 -1
  114. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  117. package/dist-types/commands/DeleteVpnConcentratorCommand.d.ts +75 -0
  118. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -1
  119. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -2
  120. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
  121. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -2
  129. package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +102 -0
  130. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -0
  131. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  132. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  133. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  134. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  135. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  136. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  138. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  139. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  140. package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
  141. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  142. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  143. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  144. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  145. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  146. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  147. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  148. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  149. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  150. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  152. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  153. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  155. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  156. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  157. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  158. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -0
  159. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  160. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  161. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  162. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  163. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  164. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  165. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  166. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  167. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  168. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  169. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  170. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  171. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  172. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  173. package/dist-types/commands/index.d.ts +3 -0
  174. package/dist-types/models/models_0.d.ts +2 -0
  175. package/dist-types/models/models_3.d.ts +121 -167
  176. package/dist-types/models/models_4.d.ts +167 -168
  177. package/dist-types/models/models_5.d.ts +172 -179
  178. package/dist-types/models/models_6.d.ts +226 -224
  179. package/dist-types/models/models_7.d.ts +225 -250
  180. package/dist-types/models/models_8.d.ts +248 -2
  181. package/dist-types/pagination/DescribeVpnConcentratorsPaginator.d.ts +7 -0
  182. package/dist-types/pagination/index.d.ts +1 -0
  183. package/dist-types/schemas/schemas_0.d.ts +12 -0
  184. package/dist-types/ts3.4/EC2.d.ts +52 -0
  185. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  186. package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DeleteVpnConcentratorCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +2 -4
  189. package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -4
  192. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +4 -2
  195. package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +51 -0
  196. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  204. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  205. package/dist-types/ts3.4/models/models_3.d.ts +31 -42
  206. package/dist-types/ts3.4/models/models_4.d.ts +42 -41
  207. package/dist-types/ts3.4/models/models_5.d.ts +47 -38
  208. package/dist-types/ts3.4/models/models_6.d.ts +50 -46
  209. package/dist-types/ts3.4/models/models_7.d.ts +47 -56
  210. package/dist-types/ts3.4/models/models_8.d.ts +59 -1
  211. package/dist-types/ts3.4/pagination/DescribeVpnConcentratorsPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  213. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  214. package/package.json +5 -5
@@ -3,9 +3,255 @@ import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityRese
3
3
  import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, IcmpTypeCode, InstanceBandwidthWeighting, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, RuleAction, SnapshotState, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessSseSpecificationRequest, VpnEcmpSupportValue } from "./models_2";
4
4
  import { Byoasn, DnsOptionsSpecification, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, InternetGatewayExclusionMode, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_4";
6
- import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
6
+ import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
7
7
  import { CapacityManagerStatus, InternetGatewayBlockMode, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_6";
8
- import { CapacityReservationSpecification, Purchase } from "./models_7";
8
+ import { CapacityReservationSpecification, OperationType, Purchase } from "./models_7";
9
+ /**
10
+ * <p>Describes modifications to the list of create volume permissions for a volume.</p>
11
+ * @public
12
+ */
13
+ export interface CreateVolumePermissionModifications {
14
+ /**
15
+ * <p>Adds the specified Amazon Web Services account ID or group to the list.</p>
16
+ * @public
17
+ */
18
+ Add?: CreateVolumePermission[] | undefined;
19
+ /**
20
+ * <p>Removes the specified Amazon Web Services account ID or group from the list.</p>
21
+ * @public
22
+ */
23
+ Remove?: CreateVolumePermission[] | undefined;
24
+ }
25
+ /**
26
+ * @public
27
+ */
28
+ export interface ModifySnapshotAttributeRequest {
29
+ /**
30
+ * <p>The snapshot attribute to modify. Only volume creation permissions can be modified.</p>
31
+ * @public
32
+ */
33
+ Attribute?: SnapshotAttributeName | undefined;
34
+ /**
35
+ * <p>A JSON representation of the snapshot attribute modification.</p>
36
+ * @public
37
+ */
38
+ CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
39
+ /**
40
+ * <p>The group to modify for the snapshot.</p>
41
+ * @public
42
+ */
43
+ GroupNames?: string[] | undefined;
44
+ /**
45
+ * <p>The type of operation to perform to the attribute.</p>
46
+ * @public
47
+ */
48
+ OperationType?: OperationType | undefined;
49
+ /**
50
+ * <p>The ID of the snapshot.</p>
51
+ * @public
52
+ */
53
+ SnapshotId: string | undefined;
54
+ /**
55
+ * <p>The account ID to modify for the snapshot.</p>
56
+ * @public
57
+ */
58
+ UserIds?: string[] | undefined;
59
+ /**
60
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
61
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
62
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
63
+ * @public
64
+ */
65
+ DryRun?: boolean | undefined;
66
+ }
67
+ /**
68
+ * @public
69
+ * @enum
70
+ */
71
+ export declare const TargetStorageTier: {
72
+ readonly archive: "archive";
73
+ };
74
+ /**
75
+ * @public
76
+ */
77
+ export type TargetStorageTier = (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
78
+ /**
79
+ * @public
80
+ */
81
+ export interface ModifySnapshotTierRequest {
82
+ /**
83
+ * <p>The ID of the snapshot.</p>
84
+ * @public
85
+ */
86
+ SnapshotId: string | undefined;
87
+ /**
88
+ * <p>The name of the storage tier. You must specify <code>archive</code>.</p>
89
+ * @public
90
+ */
91
+ StorageTier?: TargetStorageTier | undefined;
92
+ /**
93
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
94
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
95
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
96
+ * @public
97
+ */
98
+ DryRun?: boolean | undefined;
99
+ }
100
+ /**
101
+ * @public
102
+ */
103
+ export interface ModifySnapshotTierResult {
104
+ /**
105
+ * <p>The ID of the snapshot.</p>
106
+ * @public
107
+ */
108
+ SnapshotId?: string | undefined;
109
+ /**
110
+ * <p>The date and time when the archive process was started.</p>
111
+ * @public
112
+ */
113
+ TieringStartTime?: Date | undefined;
114
+ }
115
+ /**
116
+ * <p>Contains the parameters for ModifySpotFleetRequest.</p>
117
+ * @public
118
+ */
119
+ export interface ModifySpotFleetRequestRequest {
120
+ /**
121
+ * <p>The launch template and overrides. You can only use this parameter if you specified a
122
+ * launch template (<code>LaunchTemplateConfigs</code>) in your Spot Fleet request. If you
123
+ * specified <code>LaunchSpecifications</code> in your Spot Fleet request, then omit this
124
+ * parameter.</p>
125
+ * @public
126
+ */
127
+ LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
128
+ /**
129
+ * <p>The number of On-Demand Instances in the fleet.</p>
130
+ * @public
131
+ */
132
+ OnDemandTargetCapacity?: number | undefined;
133
+ /**
134
+ * <p>Reserved.</p>
135
+ * @public
136
+ */
137
+ Context?: string | undefined;
138
+ /**
139
+ * <p>The ID of the Spot Fleet request.</p>
140
+ * @public
141
+ */
142
+ SpotFleetRequestId: string | undefined;
143
+ /**
144
+ * <p>The size of the fleet.</p>
145
+ * @public
146
+ */
147
+ TargetCapacity?: number | undefined;
148
+ /**
149
+ * <p>Indicates whether running instances should be terminated if the target capacity
150
+ * of the Spot Fleet request is decreased below the current size of the Spot Fleet.</p>
151
+ * <p>Supported only for fleets of type <code>maintain</code>.</p>
152
+ * @public
153
+ */
154
+ ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
155
+ }
156
+ /**
157
+ * <p>Contains the output of ModifySpotFleetRequest.</p>
158
+ * @public
159
+ */
160
+ export interface ModifySpotFleetRequestResponse {
161
+ /**
162
+ * <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
163
+ * no response is returned, and instead an error message is returned.</p>
164
+ * @public
165
+ */
166
+ Return?: boolean | undefined;
167
+ }
168
+ /**
169
+ * @public
170
+ */
171
+ export interface ModifySubnetAttributeRequest {
172
+ /**
173
+ * <p>Specify <code>true</code> to indicate that network interfaces created in the
174
+ * specified subnet should be assigned an IPv6 address. This includes a network interface
175
+ * that's created when launching an instance into the subnet (the instance therefore
176
+ * receives an IPv6 address). </p>
177
+ * <p>If you enable the IPv6 addressing feature for your subnet, your network interface
178
+ * or instance only receives an IPv6 address if it's created using version
179
+ * <code>2016-11-15</code> or later of the Amazon EC2 API.</p>
180
+ * @public
181
+ */
182
+ AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
183
+ /**
184
+ * <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
185
+ * specified subnet should be assigned a public IPv4 address.</p>
186
+ * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
187
+ * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
188
+ * @public
189
+ */
190
+ MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
191
+ /**
192
+ * <p>The ID of the subnet.</p>
193
+ * @public
194
+ */
195
+ SubnetId: string | undefined;
196
+ /**
197
+ * <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
198
+ * specified subnet should be assigned a customer-owned IPv4 address.</p>
199
+ * <p>When this value is <code>true</code>, you must specify the customer-owned IP pool using <code>CustomerOwnedIpv4Pool</code>.</p>
200
+ * @public
201
+ */
202
+ MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
203
+ /**
204
+ * <p>The customer-owned IPv4 address pool associated with the subnet.</p>
205
+ * <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>
206
+ * @public
207
+ */
208
+ CustomerOwnedIpv4Pool?: string | undefined;
209
+ /**
210
+ * <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
211
+ * should return synthetic IPv6 addresses for IPv4-only destinations.</p>
212
+ * <p>You must first configure a NAT gateway in a public subnet (separate from the subnet
213
+ * containing the IPv6-only workloads). For example, the subnet containing the NAT gateway
214
+ * should have a <code>0.0.0.0/0</code> route pointing to the internet gateway. For more
215
+ * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough">Configure DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</p>
216
+ * @public
217
+ */
218
+ EnableDns64?: AttributeBooleanValue | undefined;
219
+ /**
220
+ * <p>The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
221
+ * instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance
222
+ * DNS name must be based on the instance ID (resource-name).</p>
223
+ * @public
224
+ */
225
+ PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
226
+ /**
227
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</p>
228
+ * @public
229
+ */
230
+ EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
231
+ /**
232
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</p>
233
+ * @public
234
+ */
235
+ EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
236
+ /**
237
+ * <p>
238
+ * Indicates the device position for local network interfaces in this subnet. For example,
239
+ * <code>1</code> indicates local network interfaces in this subnet are the secondary
240
+ * network interface (eth1). A local network interface cannot be the primary network
241
+ * interface (eth0).
242
+ * </p>
243
+ * @public
244
+ */
245
+ EnableLniAtDeviceIndex?: number | undefined;
246
+ /**
247
+ * <p>
248
+ * Specify <code>true</code> to indicate that local network interfaces at the current
249
+ * position should be disabled.
250
+ * </p>
251
+ * @public
252
+ */
253
+ DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
254
+ }
9
255
  /**
10
256
  * @public
11
257
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeVpnConcentratorsCommandInput, DescribeVpnConcentratorsCommandOutput } from "../commands/DescribeVpnConcentratorsCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeVpnConcentrators: (config: EC2PaginationConfiguration, input: DescribeVpnConcentratorsCommandInput, ...rest: any[]) => Paginator<DescribeVpnConcentratorsCommandOutput>;
@@ -130,6 +130,7 @@ export * from "./DescribeVpcEndpointServicePermissionsPaginator";
130
130
  export * from "./DescribeVpcEndpointsPaginator";
131
131
  export * from "./DescribeVpcPeeringConnectionsPaginator";
132
132
  export * from "./DescribeVpcsPaginator";
133
+ export * from "./DescribeVpnConcentratorsPaginator";
133
134
  export * from "./GetAssociatedIpv6PoolCidrsPaginator";
134
135
  export * from "./GetAwsNetworkPerformanceDataPaginator";
135
136
  export * from "./GetCapacityManagerMetricDataPaginator";
@@ -456,6 +456,8 @@ export declare var CreateVpcPeeringConnectionRequest: StaticStructureSchema;
456
456
  export declare var CreateVpcPeeringConnectionResult: StaticStructureSchema;
457
457
  export declare var CreateVpcRequest: StaticStructureSchema;
458
458
  export declare var CreateVpcResult: StaticStructureSchema;
459
+ export declare var CreateVpnConcentratorRequest: StaticStructureSchema;
460
+ export declare var CreateVpnConcentratorResult: StaticStructureSchema;
459
461
  export declare var CreateVpnConnectionRequest: StaticStructureSchema;
460
462
  export declare var CreateVpnConnectionResult: StaticStructureSchema;
461
463
  export declare var CreateVpnConnectionRouteRequest: StaticStructureSchema;
@@ -625,6 +627,8 @@ export declare var DeleteVpcEndpointsResult: StaticStructureSchema;
625
627
  export declare var DeleteVpcPeeringConnectionRequest: StaticStructureSchema;
626
628
  export declare var DeleteVpcPeeringConnectionResult: StaticStructureSchema;
627
629
  export declare var DeleteVpcRequest: StaticStructureSchema;
630
+ export declare var DeleteVpnConcentratorRequest: StaticStructureSchema;
631
+ export declare var DeleteVpnConcentratorResult: StaticStructureSchema;
628
632
  export declare var DeleteVpnConnectionRequest: StaticStructureSchema;
629
633
  export declare var DeleteVpnConnectionRouteRequest: StaticStructureSchema;
630
634
  export declare var DeleteVpnGatewayRequest: StaticStructureSchema;
@@ -1001,6 +1005,8 @@ export declare var DescribeVpcPeeringConnectionsRequest: StaticStructureSchema;
1001
1005
  export declare var DescribeVpcPeeringConnectionsResult: StaticStructureSchema;
1002
1006
  export declare var DescribeVpcsRequest: StaticStructureSchema;
1003
1007
  export declare var DescribeVpcsResult: StaticStructureSchema;
1008
+ export declare var DescribeVpnConcentratorsRequest: StaticStructureSchema;
1009
+ export declare var DescribeVpnConcentratorsResult: StaticStructureSchema;
1004
1010
  export declare var DescribeVpnConnectionsRequest: StaticStructureSchema;
1005
1011
  export declare var DescribeVpnConnectionsResult: StaticStructureSchema;
1006
1012
  export declare var DescribeVpnGatewaysRequest: StaticStructureSchema;
@@ -2249,6 +2255,7 @@ export declare var VpcPeeringConnection: StaticStructureSchema;
2249
2255
  export declare var VpcPeeringConnectionOptionsDescription: StaticStructureSchema;
2250
2256
  export declare var VpcPeeringConnectionStateReason: StaticStructureSchema;
2251
2257
  export declare var VpcPeeringConnectionVpcInfo: StaticStructureSchema;
2258
+ export declare var VpnConcentrator: StaticStructureSchema;
2252
2259
  export declare var VpnConnection: StaticStructureSchema;
2253
2260
  export declare var VpnConnectionDeviceType: StaticStructureSchema;
2254
2261
  export declare var VpnConnectionOptions: StaticStructureSchema;
@@ -2946,6 +2953,8 @@ export declare var VpcIpv6CidrBlockAssociationSet: StaticListSchema;
2946
2953
  export declare var VpcList: StaticListSchema;
2947
2954
  export declare var VpcPeeringConnectionIdList: StaticListSchema;
2948
2955
  export declare var VpcPeeringConnectionList: StaticListSchema;
2956
+ export declare var VpnConcentratorIdStringList: StaticListSchema;
2957
+ export declare var VpnConcentratorList: StaticListSchema;
2949
2958
  export declare var VpnConnectionDeviceTypeList: StaticListSchema;
2950
2959
  export declare var VpnConnectionIdStringList: StaticListSchema;
2951
2960
  export declare var VpnConnectionList: StaticListSchema;
@@ -3109,6 +3118,7 @@ export declare var CreateVpcEndpoint: StaticOperationSchema;
3109
3118
  export declare var CreateVpcEndpointConnectionNotification: StaticOperationSchema;
3110
3119
  export declare var CreateVpcEndpointServiceConfiguration: StaticOperationSchema;
3111
3120
  export declare var CreateVpcPeeringConnection: StaticOperationSchema;
3121
+ export declare var CreateVpnConcentrator: StaticOperationSchema;
3112
3122
  export declare var CreateVpnConnection: StaticOperationSchema;
3113
3123
  export declare var CreateVpnConnectionRoute: StaticOperationSchema;
3114
3124
  export declare var CreateVpnGateway: StaticOperationSchema;
@@ -3194,6 +3204,7 @@ export declare var DeleteVpcEndpointConnectionNotifications: StaticOperationSche
3194
3204
  export declare var DeleteVpcEndpoints: StaticOperationSchema;
3195
3205
  export declare var DeleteVpcEndpointServiceConfigurations: StaticOperationSchema;
3196
3206
  export declare var DeleteVpcPeeringConnection: StaticOperationSchema;
3207
+ export declare var DeleteVpnConcentrator: StaticOperationSchema;
3197
3208
  export declare var DeleteVpnConnection: StaticOperationSchema;
3198
3209
  export declare var DeleteVpnConnectionRoute: StaticOperationSchema;
3199
3210
  export declare var DeleteVpnGateway: StaticOperationSchema;
@@ -3381,6 +3392,7 @@ export declare var DescribeVpcEndpointServicePermissions: StaticOperationSchema;
3381
3392
  export declare var DescribeVpcEndpointServices: StaticOperationSchema;
3382
3393
  export declare var DescribeVpcPeeringConnections: StaticOperationSchema;
3383
3394
  export declare var DescribeVpcs: StaticOperationSchema;
3395
+ export declare var DescribeVpnConcentrators: StaticOperationSchema;
3384
3396
  export declare var DescribeVpnConnections: StaticOperationSchema;
3385
3397
  export declare var DescribeVpnGateways: StaticOperationSchema;
3386
3398
  export declare var DetachClassicLinkVpc: StaticOperationSchema;
@@ -615,6 +615,10 @@ import {
615
615
  CreateVpcPeeringConnectionCommandInput,
616
616
  CreateVpcPeeringConnectionCommandOutput,
617
617
  } from "./commands/CreateVpcPeeringConnectionCommand";
618
+ import {
619
+ CreateVpnConcentratorCommandInput,
620
+ CreateVpnConcentratorCommandOutput,
621
+ } from "./commands/CreateVpnConcentratorCommand";
618
622
  import {
619
623
  CreateVpnConnectionCommandInput,
620
624
  CreateVpnConnectionCommandOutput,
@@ -955,6 +959,10 @@ import {
955
959
  DeleteVpcPeeringConnectionCommandInput,
956
960
  DeleteVpcPeeringConnectionCommandOutput,
957
961
  } from "./commands/DeleteVpcPeeringConnectionCommand";
962
+ import {
963
+ DeleteVpnConcentratorCommandInput,
964
+ DeleteVpnConcentratorCommandOutput,
965
+ } from "./commands/DeleteVpnConcentratorCommand";
958
966
  import {
959
967
  DeleteVpnConnectionCommandInput,
960
968
  DeleteVpnConnectionCommandOutput,
@@ -1703,6 +1711,10 @@ import {
1703
1711
  DescribeVpcsCommandInput,
1704
1712
  DescribeVpcsCommandOutput,
1705
1713
  } from "./commands/DescribeVpcsCommand";
1714
+ import {
1715
+ DescribeVpnConcentratorsCommandInput,
1716
+ DescribeVpnConcentratorsCommandOutput,
1717
+ } from "./commands/DescribeVpnConcentratorsCommand";
1706
1718
  import {
1707
1719
  DescribeVpnConnectionsCommandInput,
1708
1720
  DescribeVpnConnectionsCommandOutput,
@@ -5088,6 +5100,19 @@ export interface EC2 {
5088
5100
  options: __HttpHandlerOptions,
5089
5101
  cb: (err: any, data?: CreateVpcPeeringConnectionCommandOutput) => void
5090
5102
  ): void;
5103
+ createVpnConcentrator(
5104
+ args: CreateVpnConcentratorCommandInput,
5105
+ options?: __HttpHandlerOptions
5106
+ ): Promise<CreateVpnConcentratorCommandOutput>;
5107
+ createVpnConcentrator(
5108
+ args: CreateVpnConcentratorCommandInput,
5109
+ cb: (err: any, data?: CreateVpnConcentratorCommandOutput) => void
5110
+ ): void;
5111
+ createVpnConcentrator(
5112
+ args: CreateVpnConcentratorCommandInput,
5113
+ options: __HttpHandlerOptions,
5114
+ cb: (err: any, data?: CreateVpnConcentratorCommandOutput) => void
5115
+ ): void;
5091
5116
  createVpnConnection(
5092
5117
  args: CreateVpnConnectionCommandInput,
5093
5118
  options?: __HttpHandlerOptions
@@ -6293,6 +6318,19 @@ export interface EC2 {
6293
6318
  options: __HttpHandlerOptions,
6294
6319
  cb: (err: any, data?: DeleteVpcPeeringConnectionCommandOutput) => void
6295
6320
  ): void;
6321
+ deleteVpnConcentrator(
6322
+ args: DeleteVpnConcentratorCommandInput,
6323
+ options?: __HttpHandlerOptions
6324
+ ): Promise<DeleteVpnConcentratorCommandOutput>;
6325
+ deleteVpnConcentrator(
6326
+ args: DeleteVpnConcentratorCommandInput,
6327
+ cb: (err: any, data?: DeleteVpnConcentratorCommandOutput) => void
6328
+ ): void;
6329
+ deleteVpnConcentrator(
6330
+ args: DeleteVpnConcentratorCommandInput,
6331
+ options: __HttpHandlerOptions,
6332
+ cb: (err: any, data?: DeleteVpnConcentratorCommandOutput) => void
6333
+ ): void;
6296
6334
  deleteVpnConnection(
6297
6335
  args: DeleteVpnConnectionCommandInput,
6298
6336
  options?: __HttpHandlerOptions
@@ -9177,6 +9215,20 @@ export interface EC2 {
9177
9215
  options: __HttpHandlerOptions,
9178
9216
  cb: (err: any, data?: DescribeVpcsCommandOutput) => void
9179
9217
  ): void;
9218
+ describeVpnConcentrators(): Promise<DescribeVpnConcentratorsCommandOutput>;
9219
+ describeVpnConcentrators(
9220
+ args: DescribeVpnConcentratorsCommandInput,
9221
+ options?: __HttpHandlerOptions
9222
+ ): Promise<DescribeVpnConcentratorsCommandOutput>;
9223
+ describeVpnConcentrators(
9224
+ args: DescribeVpnConcentratorsCommandInput,
9225
+ cb: (err: any, data?: DescribeVpnConcentratorsCommandOutput) => void
9226
+ ): void;
9227
+ describeVpnConcentrators(
9228
+ args: DescribeVpnConcentratorsCommandInput,
9229
+ options: __HttpHandlerOptions,
9230
+ cb: (err: any, data?: DescribeVpnConcentratorsCommandOutput) => void
9231
+ ): void;
9180
9232
  describeVpnConnections(): Promise<DescribeVpnConnectionsCommandOutput>;
9181
9233
  describeVpnConnections(
9182
9234
  args: DescribeVpnConnectionsCommandInput,
@@ -664,6 +664,10 @@ import {
664
664
  CreateVpcPeeringConnectionCommandInput,
665
665
  CreateVpcPeeringConnectionCommandOutput,
666
666
  } from "./commands/CreateVpcPeeringConnectionCommand";
667
+ import {
668
+ CreateVpnConcentratorCommandInput,
669
+ CreateVpnConcentratorCommandOutput,
670
+ } from "./commands/CreateVpnConcentratorCommand";
667
671
  import {
668
672
  CreateVpnConnectionCommandInput,
669
673
  CreateVpnConnectionCommandOutput,
@@ -1004,6 +1008,10 @@ import {
1004
1008
  DeleteVpcPeeringConnectionCommandInput,
1005
1009
  DeleteVpcPeeringConnectionCommandOutput,
1006
1010
  } from "./commands/DeleteVpcPeeringConnectionCommand";
1011
+ import {
1012
+ DeleteVpnConcentratorCommandInput,
1013
+ DeleteVpnConcentratorCommandOutput,
1014
+ } from "./commands/DeleteVpnConcentratorCommand";
1007
1015
  import {
1008
1016
  DeleteVpnConnectionCommandInput,
1009
1017
  DeleteVpnConnectionCommandOutput,
@@ -1752,6 +1760,10 @@ import {
1752
1760
  DescribeVpcsCommandInput,
1753
1761
  DescribeVpcsCommandOutput,
1754
1762
  } from "./commands/DescribeVpcsCommand";
1763
+ import {
1764
+ DescribeVpnConcentratorsCommandInput,
1765
+ DescribeVpnConcentratorsCommandOutput,
1766
+ } from "./commands/DescribeVpnConcentratorsCommand";
1755
1767
  import {
1756
1768
  DescribeVpnConnectionsCommandInput,
1757
1769
  DescribeVpnConnectionsCommandOutput,
@@ -3094,6 +3106,7 @@ export type ServiceInputTypes =
3094
3106
  | CreateVpcEndpointConnectionNotificationCommandInput
3095
3107
  | CreateVpcEndpointServiceConfigurationCommandInput
3096
3108
  | CreateVpcPeeringConnectionCommandInput
3109
+ | CreateVpnConcentratorCommandInput
3097
3110
  | CreateVpnConnectionCommandInput
3098
3111
  | CreateVpnConnectionRouteCommandInput
3099
3112
  | CreateVpnGatewayCommandInput
@@ -3179,6 +3192,7 @@ export type ServiceInputTypes =
3179
3192
  | DeleteVpcEndpointServiceConfigurationsCommandInput
3180
3193
  | DeleteVpcEndpointsCommandInput
3181
3194
  | DeleteVpcPeeringConnectionCommandInput
3195
+ | DeleteVpnConcentratorCommandInput
3182
3196
  | DeleteVpnConnectionCommandInput
3183
3197
  | DeleteVpnConnectionRouteCommandInput
3184
3198
  | DeleteVpnGatewayCommandInput
@@ -3366,6 +3380,7 @@ export type ServiceInputTypes =
3366
3380
  | DescribeVpcEndpointsCommandInput
3367
3381
  | DescribeVpcPeeringConnectionsCommandInput
3368
3382
  | DescribeVpcsCommandInput
3383
+ | DescribeVpnConcentratorsCommandInput
3369
3384
  | DescribeVpnConnectionsCommandInput
3370
3385
  | DescribeVpnGatewaysCommandInput
3371
3386
  | DetachClassicLinkVpcCommandInput
@@ -3816,6 +3831,7 @@ export type ServiceOutputTypes =
3816
3831
  | CreateVpcEndpointConnectionNotificationCommandOutput
3817
3832
  | CreateVpcEndpointServiceConfigurationCommandOutput
3818
3833
  | CreateVpcPeeringConnectionCommandOutput
3834
+ | CreateVpnConcentratorCommandOutput
3819
3835
  | CreateVpnConnectionCommandOutput
3820
3836
  | CreateVpnConnectionRouteCommandOutput
3821
3837
  | CreateVpnGatewayCommandOutput
@@ -3901,6 +3917,7 @@ export type ServiceOutputTypes =
3901
3917
  | DeleteVpcEndpointServiceConfigurationsCommandOutput
3902
3918
  | DeleteVpcEndpointsCommandOutput
3903
3919
  | DeleteVpcPeeringConnectionCommandOutput
3920
+ | DeleteVpnConcentratorCommandOutput
3904
3921
  | DeleteVpnConnectionCommandOutput
3905
3922
  | DeleteVpnConnectionRouteCommandOutput
3906
3923
  | DeleteVpnGatewayCommandOutput
@@ -4088,6 +4105,7 @@ export type ServiceOutputTypes =
4088
4105
  | DescribeVpcEndpointsCommandOutput
4089
4106
  | DescribeVpcPeeringConnectionsCommandOutput
4090
4107
  | DescribeVpcsCommandOutput
4108
+ | DescribeVpnConcentratorsCommandOutput
4091
4109
  | DescribeVpnConnectionsCommandOutput
4092
4110
  | DescribeVpnGatewaysCommandOutput
4093
4111
  | DetachClassicLinkVpcCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ CreateVpnConcentratorRequest,
10
+ CreateVpnConcentratorResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateVpnConcentratorCommandInput
15
+ extends CreateVpnConcentratorRequest {}
16
+ export interface CreateVpnConcentratorCommandOutput
17
+ extends CreateVpnConcentratorResult,
18
+ __MetadataBearer {}
19
+ declare const CreateVpnConcentratorCommand_base: {
20
+ new (
21
+ input: CreateVpnConcentratorCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateVpnConcentratorCommandInput,
24
+ CreateVpnConcentratorCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateVpnConcentratorCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateVpnConcentratorCommandInput,
33
+ CreateVpnConcentratorCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateVpnConcentratorCommand extends CreateVpnConcentratorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateVpnConcentratorRequest;
44
+ output: CreateVpnConcentratorResult;
45
+ };
46
+ sdk: {
47
+ input: CreateVpnConcentratorCommandInput;
48
+ output: CreateVpnConcentratorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DeleteVpnConcentratorRequest,
10
+ DeleteVpnConcentratorResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteVpnConcentratorCommandInput
15
+ extends DeleteVpnConcentratorRequest {}
16
+ export interface DeleteVpnConcentratorCommandOutput
17
+ extends DeleteVpnConcentratorResult,
18
+ __MetadataBearer {}
19
+ declare const DeleteVpnConcentratorCommand_base: {
20
+ new (
21
+ input: DeleteVpnConcentratorCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteVpnConcentratorCommandInput,
24
+ DeleteVpnConcentratorCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteVpnConcentratorCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteVpnConcentratorCommandInput,
33
+ DeleteVpnConcentratorCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteVpnConcentratorCommand extends DeleteVpnConcentratorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteVpnConcentratorRequest;
44
+ output: DeleteVpnConcentratorResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteVpnConcentratorCommandInput;
48
+ output: DeleteVpnConcentratorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeAvailabilityZonesRequest,
10
- DescribeAvailabilityZonesResult,
11
- } from "../models/models_3";
8
+ import { DescribeAvailabilityZonesRequest } from "../models/models_3";
9
+ import { DescribeAvailabilityZonesResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeAvailabilityZonesCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeAwsNetworkPerformanceMetricSubscriptionsRequest } from "../models/models_3";
9
- import { DescribeAwsNetworkPerformanceMetricSubscriptionsResult } from "../models/models_4";
8
+ import {
9
+ DescribeAwsNetworkPerformanceMetricSubscriptionsRequest,
10
+ DescribeAwsNetworkPerformanceMetricSubscriptionsResult,
11
+ } from "../models/models_4";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeInstanceStatusRequest,
10
- DescribeInstanceStatusResult,
11
- } from "../models/models_4";
8
+ import { DescribeInstanceStatusRequest } from "../models/models_4";
9
+ import { DescribeInstanceStatusResult } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeInstanceStatusCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeTransitGatewayMulticastDomainsRequest,
10
- DescribeTransitGatewayMulticastDomainsResult,
11
- } from "../models/models_5";
8
+ import { DescribeTransitGatewayMulticastDomainsRequest } from "../models/models_5";
9
+ import { DescribeTransitGatewayMulticastDomainsResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeTransitGatewayMulticastDomainsCommandInput