@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
@@ -93,7 +93,6 @@ import {
93
93
  InstanceMetadataProtocolState,
94
94
  InstanceMetadataTagsState,
95
95
  InstanceRebootMigrationState,
96
- InstanceStatusEvent,
97
96
  LaunchPermission,
98
97
  PaymentOption,
99
98
  PermissionGroup,
@@ -104,12 +103,9 @@ import {
104
103
  import {
105
104
  AnalysisStatus,
106
105
  ArchitectureType,
107
- CreateVolumePermission,
108
- ExcessCapacityTerminationPolicy,
109
- LaunchTemplateConfig,
106
+ InstanceStatusEvent,
110
107
  LockState,
111
108
  ReservedInstancesConfiguration,
112
- SnapshotAttributeName,
113
109
  } from "./models_5";
114
110
  import {
115
111
  ManagedBy,
@@ -117,6 +113,52 @@ import {
117
113
  SnapshotBlockPublicAccessState,
118
114
  TransitGatewayPropagationState,
119
115
  } from "./models_6";
116
+ export interface GetConsoleOutputRequest {
117
+ InstanceId: string | undefined;
118
+ Latest?: boolean | undefined;
119
+ DryRun?: boolean | undefined;
120
+ }
121
+ export interface GetConsoleOutputResult {
122
+ InstanceId?: string | undefined;
123
+ Timestamp?: Date | undefined;
124
+ Output?: string | undefined;
125
+ }
126
+ export interface GetConsoleScreenshotRequest {
127
+ DryRun?: boolean | undefined;
128
+ InstanceId: string | undefined;
129
+ WakeUp?: boolean | undefined;
130
+ }
131
+ export interface GetConsoleScreenshotResult {
132
+ ImageData?: string | undefined;
133
+ InstanceId?: string | undefined;
134
+ }
135
+ export interface GetDeclarativePoliciesReportSummaryRequest {
136
+ DryRun?: boolean | undefined;
137
+ ReportId: string | undefined;
138
+ }
139
+ export interface RegionalSummary {
140
+ RegionName?: string | undefined;
141
+ NumberOfMatchedAccounts?: number | undefined;
142
+ NumberOfUnmatchedAccounts?: number | undefined;
143
+ }
144
+ export interface AttributeSummary {
145
+ AttributeName?: string | undefined;
146
+ MostFrequentValue?: string | undefined;
147
+ NumberOfMatchedAccounts?: number | undefined;
148
+ NumberOfUnmatchedAccounts?: number | undefined;
149
+ RegionalSummaries?: RegionalSummary[] | undefined;
150
+ }
151
+ export interface GetDeclarativePoliciesReportSummaryResult {
152
+ ReportId?: string | undefined;
153
+ S3Bucket?: string | undefined;
154
+ S3Prefix?: string | undefined;
155
+ TargetId?: string | undefined;
156
+ StartTime?: Date | undefined;
157
+ EndTime?: Date | undefined;
158
+ NumberOfAccounts?: number | undefined;
159
+ NumberOfFailedAccounts?: number | undefined;
160
+ AttributeSummaries?: AttributeSummary[] | undefined;
161
+ }
120
162
  export declare const UnlimitedSupportedInstanceFamily: {
121
163
  readonly t2: "t2";
122
164
  readonly t3: "t3";
@@ -1834,54 +1876,3 @@ export interface ModifySecurityGroupRulesRequest {
1834
1876
  export interface ModifySecurityGroupRulesResult {
1835
1877
  Return?: boolean | undefined;
1836
1878
  }
1837
- export interface CreateVolumePermissionModifications {
1838
- Add?: CreateVolumePermission[] | undefined;
1839
- Remove?: CreateVolumePermission[] | undefined;
1840
- }
1841
- export interface ModifySnapshotAttributeRequest {
1842
- Attribute?: SnapshotAttributeName | undefined;
1843
- CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
1844
- GroupNames?: string[] | undefined;
1845
- OperationType?: OperationType | undefined;
1846
- SnapshotId: string | undefined;
1847
- UserIds?: string[] | undefined;
1848
- DryRun?: boolean | undefined;
1849
- }
1850
- export declare const TargetStorageTier: {
1851
- readonly archive: "archive";
1852
- };
1853
- export type TargetStorageTier =
1854
- (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
1855
- export interface ModifySnapshotTierRequest {
1856
- SnapshotId: string | undefined;
1857
- StorageTier?: TargetStorageTier | undefined;
1858
- DryRun?: boolean | undefined;
1859
- }
1860
- export interface ModifySnapshotTierResult {
1861
- SnapshotId?: string | undefined;
1862
- TieringStartTime?: Date | undefined;
1863
- }
1864
- export interface ModifySpotFleetRequestRequest {
1865
- LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
1866
- OnDemandTargetCapacity?: number | undefined;
1867
- Context?: string | undefined;
1868
- SpotFleetRequestId: string | undefined;
1869
- TargetCapacity?: number | undefined;
1870
- ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
1871
- }
1872
- export interface ModifySpotFleetRequestResponse {
1873
- Return?: boolean | undefined;
1874
- }
1875
- export interface ModifySubnetAttributeRequest {
1876
- AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
1877
- MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
1878
- SubnetId: string | undefined;
1879
- MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
1880
- CustomerOwnedIpv4Pool?: string | undefined;
1881
- EnableDns64?: AttributeBooleanValue | undefined;
1882
- PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
1883
- EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
1884
- EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
1885
- EnableLniAtDeviceIndex?: number | undefined;
1886
- DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
1887
- }
@@ -110,7 +110,10 @@ import {
110
110
  TpmSupportValues,
111
111
  } from "./models_4";
112
112
  import {
113
+ CreateVolumePermission,
114
+ ExcessCapacityTerminationPolicy,
113
115
  InstanceNetworkInterfaceSpecification,
116
+ LaunchTemplateConfig,
114
117
  NetworkInsightsAccessScopeAnalysis,
115
118
  NetworkInsightsAnalysis,
116
119
  PublicIpv4PoolRange,
@@ -128,7 +131,62 @@ import {
128
131
  VolumeModification,
129
132
  VpcBlockPublicAccessOptions,
130
133
  } from "./models_6";
131
- import { CapacityReservationSpecification, Purchase } from "./models_7";
134
+ import {
135
+ CapacityReservationSpecification,
136
+ OperationType,
137
+ Purchase,
138
+ } from "./models_7";
139
+ export interface CreateVolumePermissionModifications {
140
+ Add?: CreateVolumePermission[] | undefined;
141
+ Remove?: CreateVolumePermission[] | undefined;
142
+ }
143
+ export interface ModifySnapshotAttributeRequest {
144
+ Attribute?: SnapshotAttributeName | undefined;
145
+ CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
146
+ GroupNames?: string[] | undefined;
147
+ OperationType?: OperationType | undefined;
148
+ SnapshotId: string | undefined;
149
+ UserIds?: string[] | undefined;
150
+ DryRun?: boolean | undefined;
151
+ }
152
+ export declare const TargetStorageTier: {
153
+ readonly archive: "archive";
154
+ };
155
+ export type TargetStorageTier =
156
+ (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
157
+ export interface ModifySnapshotTierRequest {
158
+ SnapshotId: string | undefined;
159
+ StorageTier?: TargetStorageTier | undefined;
160
+ DryRun?: boolean | undefined;
161
+ }
162
+ export interface ModifySnapshotTierResult {
163
+ SnapshotId?: string | undefined;
164
+ TieringStartTime?: Date | undefined;
165
+ }
166
+ export interface ModifySpotFleetRequestRequest {
167
+ LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
168
+ OnDemandTargetCapacity?: number | undefined;
169
+ Context?: string | undefined;
170
+ SpotFleetRequestId: string | undefined;
171
+ TargetCapacity?: number | undefined;
172
+ ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
173
+ }
174
+ export interface ModifySpotFleetRequestResponse {
175
+ Return?: boolean | undefined;
176
+ }
177
+ export interface ModifySubnetAttributeRequest {
178
+ AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
179
+ MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
180
+ SubnetId: string | undefined;
181
+ MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
182
+ CustomerOwnedIpv4Pool?: string | undefined;
183
+ EnableDns64?: AttributeBooleanValue | undefined;
184
+ PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
185
+ EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
186
+ EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
187
+ EnableLniAtDeviceIndex?: number | undefined;
188
+ DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
189
+ }
132
190
  export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
133
191
  TrafficMirrorFilterId: string | undefined;
134
192
  AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeVpnConcentratorsCommandInput,
4
+ DescribeVpnConcentratorsCommandOutput,
5
+ } from "../commands/DescribeVpnConcentratorsCommand";
6
+ import { EC2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeVpnConcentrators: (
8
+ config: EC2PaginationConfiguration,
9
+ input: DescribeVpnConcentratorsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";
@@ -462,6 +462,8 @@ export declare var CreateVpcPeeringConnectionRequest: StaticStructureSchema;
462
462
  export declare var CreateVpcPeeringConnectionResult: StaticStructureSchema;
463
463
  export declare var CreateVpcRequest: StaticStructureSchema;
464
464
  export declare var CreateVpcResult: StaticStructureSchema;
465
+ export declare var CreateVpnConcentratorRequest: StaticStructureSchema;
466
+ export declare var CreateVpnConcentratorResult: StaticStructureSchema;
465
467
  export declare var CreateVpnConnectionRequest: StaticStructureSchema;
466
468
  export declare var CreateVpnConnectionResult: StaticStructureSchema;
467
469
  export declare var CreateVpnConnectionRouteRequest: StaticStructureSchema;
@@ -631,6 +633,8 @@ export declare var DeleteVpcEndpointsResult: StaticStructureSchema;
631
633
  export declare var DeleteVpcPeeringConnectionRequest: StaticStructureSchema;
632
634
  export declare var DeleteVpcPeeringConnectionResult: StaticStructureSchema;
633
635
  export declare var DeleteVpcRequest: StaticStructureSchema;
636
+ export declare var DeleteVpnConcentratorRequest: StaticStructureSchema;
637
+ export declare var DeleteVpnConcentratorResult: StaticStructureSchema;
634
638
  export declare var DeleteVpnConnectionRequest: StaticStructureSchema;
635
639
  export declare var DeleteVpnConnectionRouteRequest: StaticStructureSchema;
636
640
  export declare var DeleteVpnGatewayRequest: StaticStructureSchema;
@@ -1007,6 +1011,8 @@ export declare var DescribeVpcPeeringConnectionsRequest: StaticStructureSchema;
1007
1011
  export declare var DescribeVpcPeeringConnectionsResult: StaticStructureSchema;
1008
1012
  export declare var DescribeVpcsRequest: StaticStructureSchema;
1009
1013
  export declare var DescribeVpcsResult: StaticStructureSchema;
1014
+ export declare var DescribeVpnConcentratorsRequest: StaticStructureSchema;
1015
+ export declare var DescribeVpnConcentratorsResult: StaticStructureSchema;
1010
1016
  export declare var DescribeVpnConnectionsRequest: StaticStructureSchema;
1011
1017
  export declare var DescribeVpnConnectionsResult: StaticStructureSchema;
1012
1018
  export declare var DescribeVpnGatewaysRequest: StaticStructureSchema;
@@ -2255,6 +2261,7 @@ export declare var VpcPeeringConnection: StaticStructureSchema;
2255
2261
  export declare var VpcPeeringConnectionOptionsDescription: StaticStructureSchema;
2256
2262
  export declare var VpcPeeringConnectionStateReason: StaticStructureSchema;
2257
2263
  export declare var VpcPeeringConnectionVpcInfo: StaticStructureSchema;
2264
+ export declare var VpnConcentrator: StaticStructureSchema;
2258
2265
  export declare var VpnConnection: StaticStructureSchema;
2259
2266
  export declare var VpnConnectionDeviceType: StaticStructureSchema;
2260
2267
  export declare var VpnConnectionOptions: StaticStructureSchema;
@@ -2952,6 +2959,8 @@ export declare var VpcIpv6CidrBlockAssociationSet: StaticListSchema;
2952
2959
  export declare var VpcList: StaticListSchema;
2953
2960
  export declare var VpcPeeringConnectionIdList: StaticListSchema;
2954
2961
  export declare var VpcPeeringConnectionList: StaticListSchema;
2962
+ export declare var VpnConcentratorIdStringList: StaticListSchema;
2963
+ export declare var VpnConcentratorList: StaticListSchema;
2955
2964
  export declare var VpnConnectionDeviceTypeList: StaticListSchema;
2956
2965
  export declare var VpnConnectionIdStringList: StaticListSchema;
2957
2966
  export declare var VpnConnectionList: StaticListSchema;
@@ -3115,6 +3124,7 @@ export declare var CreateVpcEndpoint: StaticOperationSchema;
3115
3124
  export declare var CreateVpcEndpointConnectionNotification: StaticOperationSchema;
3116
3125
  export declare var CreateVpcEndpointServiceConfiguration: StaticOperationSchema;
3117
3126
  export declare var CreateVpcPeeringConnection: StaticOperationSchema;
3127
+ export declare var CreateVpnConcentrator: StaticOperationSchema;
3118
3128
  export declare var CreateVpnConnection: StaticOperationSchema;
3119
3129
  export declare var CreateVpnConnectionRoute: StaticOperationSchema;
3120
3130
  export declare var CreateVpnGateway: StaticOperationSchema;
@@ -3200,6 +3210,7 @@ export declare var DeleteVpcEndpointConnectionNotifications: StaticOperationSche
3200
3210
  export declare var DeleteVpcEndpoints: StaticOperationSchema;
3201
3211
  export declare var DeleteVpcEndpointServiceConfigurations: StaticOperationSchema;
3202
3212
  export declare var DeleteVpcPeeringConnection: StaticOperationSchema;
3213
+ export declare var DeleteVpnConcentrator: StaticOperationSchema;
3203
3214
  export declare var DeleteVpnConnection: StaticOperationSchema;
3204
3215
  export declare var DeleteVpnConnectionRoute: StaticOperationSchema;
3205
3216
  export declare var DeleteVpnGateway: StaticOperationSchema;
@@ -3387,6 +3398,7 @@ export declare var DescribeVpcEndpointServicePermissions: StaticOperationSchema;
3387
3398
  export declare var DescribeVpcEndpointServices: StaticOperationSchema;
3388
3399
  export declare var DescribeVpcPeeringConnections: StaticOperationSchema;
3389
3400
  export declare var DescribeVpcs: StaticOperationSchema;
3401
+ export declare var DescribeVpnConcentrators: StaticOperationSchema;
3390
3402
  export declare var DescribeVpnConnections: StaticOperationSchema;
3391
3403
  export declare var DescribeVpnGateways: StaticOperationSchema;
3392
3404
  export declare var DetachClassicLinkVpc: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.933.0",
4
+ "version": "3.934.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -20,18 +20,18 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.932.0",
24
- "@aws-sdk/credential-provider-node": "3.933.0",
23
+ "@aws-sdk/core": "3.934.0",
24
+ "@aws-sdk/credential-provider-node": "3.934.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
28
  "@aws-sdk/middleware-sdk-ec2": "3.930.0",
29
- "@aws-sdk/middleware-user-agent": "3.932.0",
29
+ "@aws-sdk/middleware-user-agent": "3.934.0",
30
30
  "@aws-sdk/region-config-resolver": "3.930.0",
31
31
  "@aws-sdk/types": "3.930.0",
32
32
  "@aws-sdk/util-endpoints": "3.930.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.930.0",
34
- "@aws-sdk/util-user-agent-node": "3.932.0",
34
+ "@aws-sdk/util-user-agent-node": "3.934.0",
35
35
  "@smithy/config-resolver": "^4.4.3",
36
36
  "@smithy/core": "^3.18.2",
37
37
  "@smithy/fetch-http-handler": "^5.3.6",