@aws-sdk/client-ec2 3.695.0 → 3.697.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 (162) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +730 -57
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
  5. package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
  7. package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
  8. package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
  9. package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_1.js +7 -4
  12. package/dist-es/models/models_2.js +20 -0
  13. package/dist-es/models/models_3.js +0 -6
  14. package/dist-es/models/models_4.js +6 -15
  15. package/dist-es/models/models_5.js +25 -0
  16. package/dist-es/protocols/Aws_ec2.js +563 -28
  17. package/dist-types/EC2.d.ts +44 -0
  18. package/dist-types/EC2Client.d.ts +8 -2
  19. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  20. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  21. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  22. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  24. package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
  25. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  26. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
  27. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
  28. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
  31. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
  34. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
  35. package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
  36. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  44. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  45. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  46. package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
  47. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  52. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  53. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
  55. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
  59. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
  61. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
  63. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  64. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  65. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  66. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  67. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  68. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  69. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  70. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
  71. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  72. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  74. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  76. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  77. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
  78. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
  79. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
  80. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
  81. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  82. package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
  83. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  84. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
  85. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
  86. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
  87. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  90. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  91. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  93. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  94. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  95. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  96. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  97. package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
  98. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  99. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  100. package/dist-types/commands/index.d.ts +6 -0
  101. package/dist-types/models/models_0.d.ts +27 -23
  102. package/dist-types/models/models_1.d.ts +310 -277
  103. package/dist-types/models/models_2.d.ts +417 -219
  104. package/dist-types/models/models_3.d.ts +268 -589
  105. package/dist-types/models/models_4.d.ts +6951 -7048
  106. package/dist-types/models/models_5.d.ts +3709 -3519
  107. package/dist-types/models/models_6.d.ts +4429 -4255
  108. package/dist-types/models/models_7.d.ts +624 -29
  109. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  110. package/dist-types/ts3.4/EC2.d.ts +140 -0
  111. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  112. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -4
  113. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
  115. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -4
  117. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -4
  125. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
  132. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -4
  136. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
  143. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -4
  144. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  153. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  154. package/dist-types/ts3.4/models/models_1.d.ts +34 -60
  155. package/dist-types/ts3.4/models/models_2.d.ts +102 -57
  156. package/dist-types/ts3.4/models/models_3.d.ts +64 -117
  157. package/dist-types/ts3.4/models/models_4.d.ts +119 -113
  158. package/dist-types/ts3.4/models/models_5.d.ts +152 -141
  159. package/dist-types/ts3.4/models/models_6.d.ts +139 -138
  160. package/dist-types/ts3.4/models/models_7.d.ts +158 -3
  161. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  162. package/package.json +37 -37
@@ -4,8 +4,8 @@ import {
4
4
  AddPrefixListEntry,
5
5
  AddressAttribute,
6
6
  Affinity,
7
- ApplianceModeSupportValue,
8
7
  AutoPlacement,
8
+ CapacityReservationState,
9
9
  CurrencyCodeValues,
10
10
  DnsSupportValue,
11
11
  EnaSrdSpecification,
@@ -15,7 +15,6 @@ import {
15
15
  InstanceEventWindow,
16
16
  InstanceMatchCriteria,
17
17
  IpamPoolAllocation,
18
- Ipv6SupportValue,
19
18
  SecurityGroupReferencingSupportValue,
20
19
  SubnetAssociation,
21
20
  Tag,
@@ -24,10 +23,7 @@ import {
24
23
  TransitGatewayAssociationState,
25
24
  TransitGatewayAttachmentResourceType,
26
25
  TransitGatewayPolicyTableAssociation,
27
- TransitGatewayVpcAttachment,
28
26
  UnsuccessfulItem,
29
- VerifiedAccessInstance,
30
- VerifiedAccessSseSpecificationResponse,
31
27
  } from "./models_0";
32
28
  import {
33
29
  _InstanceType,
@@ -78,20 +74,20 @@ import {
78
74
  TrafficMirrorSession,
79
75
  TransitGateway,
80
76
  TransitGatewayPrefixListReference,
81
- VerifiedAccessEndpoint,
82
- VerifiedAccessEndpointProtocol,
83
- VerifiedAccessGroup,
84
- VerifiedAccessSseSpecificationRequest,
85
77
  VpnEcmpSupportValue,
86
78
  } from "./models_2";
87
79
  import {
88
80
  ConversionTask,
81
+ ExportTaskS3Location,
89
82
  Filter,
90
83
  FpgaImageAttribute,
91
84
  FpgaImageAttributeName,
92
85
  IpamPoolCidr,
86
+ MetricType,
93
87
  PaymentOption,
88
+ PeriodType,
94
89
  PermissionGroup,
90
+ StatisticType,
95
91
  } from "./models_3";
96
92
  import {
97
93
  AnalysisStatus,
@@ -99,7 +95,6 @@ import {
99
95
  ArchitectureValues,
100
96
  AttributeBooleanValue,
101
97
  BootModeValues,
102
- CreateVolumePermission,
103
98
  HttpTokensState,
104
99
  ImportImageLicenseConfigurationResponse,
105
100
  InstanceAttributeName,
@@ -112,19 +107,150 @@ import {
112
107
  LaunchPermission,
113
108
  LockState,
114
109
  ReservedInstancesConfiguration,
115
- SnapshotAttributeName,
116
110
  SnapshotDetail,
117
111
  SnapshotTaskDetail,
118
112
  VirtualizationType,
119
113
  } from "./models_4";
120
114
  import {
121
- CoipAddressUsage,
115
+ CreateVolumePermission,
122
116
  ExcessCapacityTerminationPolicy,
123
117
  LaunchTemplateConfig,
118
+ SnapshotAttributeName,
124
119
  SnapshotBlockPublicAccessState,
125
120
  TransitGatewayPropagationState,
126
- VerifiedAccessInstanceLoggingConfiguration,
127
121
  } from "./models_5";
122
+ export interface ExportClientVpnClientConfigurationResult {
123
+ ClientConfiguration?: string | undefined;
124
+ }
125
+ export interface ExportTaskS3LocationRequest {
126
+ S3Bucket: string | undefined;
127
+ S3Prefix?: string | undefined;
128
+ }
129
+ export interface ExportImageRequest {
130
+ ClientToken?: string | undefined;
131
+ Description?: string | undefined;
132
+ DiskImageFormat: DiskImageFormat | undefined;
133
+ DryRun?: boolean | undefined;
134
+ ImageId: string | undefined;
135
+ S3ExportLocation: ExportTaskS3LocationRequest | undefined;
136
+ RoleName?: string | undefined;
137
+ TagSpecifications?: TagSpecification[] | undefined;
138
+ }
139
+ export interface ExportImageResult {
140
+ Description?: string | undefined;
141
+ DiskImageFormat?: DiskImageFormat | undefined;
142
+ ExportImageTaskId?: string | undefined;
143
+ ImageId?: string | undefined;
144
+ RoleName?: string | undefined;
145
+ Progress?: string | undefined;
146
+ S3ExportLocation?: ExportTaskS3Location | undefined;
147
+ Status?: string | undefined;
148
+ StatusMessage?: string | undefined;
149
+ Tags?: Tag[] | undefined;
150
+ }
151
+ export interface ExportTransitGatewayRoutesRequest {
152
+ TransitGatewayRouteTableId: string | undefined;
153
+ Filters?: Filter[] | undefined;
154
+ S3Bucket: string | undefined;
155
+ DryRun?: boolean | undefined;
156
+ }
157
+ export interface ExportTransitGatewayRoutesResult {
158
+ S3Location?: string | undefined;
159
+ }
160
+ export interface GetAssociatedEnclaveCertificateIamRolesRequest {
161
+ CertificateArn: string | undefined;
162
+ DryRun?: boolean | undefined;
163
+ }
164
+ export interface AssociatedRole {
165
+ AssociatedRoleArn?: string | undefined;
166
+ CertificateS3BucketName?: string | undefined;
167
+ CertificateS3ObjectKey?: string | undefined;
168
+ EncryptionKmsKeyId?: string | undefined;
169
+ }
170
+ export interface GetAssociatedEnclaveCertificateIamRolesResult {
171
+ AssociatedRoles?: AssociatedRole[] | undefined;
172
+ }
173
+ export interface GetAssociatedIpv6PoolCidrsRequest {
174
+ PoolId: string | undefined;
175
+ NextToken?: string | undefined;
176
+ MaxResults?: number | undefined;
177
+ DryRun?: boolean | undefined;
178
+ }
179
+ export interface Ipv6CidrAssociation {
180
+ Ipv6Cidr?: string | undefined;
181
+ AssociatedResource?: string | undefined;
182
+ }
183
+ export interface GetAssociatedIpv6PoolCidrsResult {
184
+ Ipv6CidrAssociations?: Ipv6CidrAssociation[] | undefined;
185
+ NextToken?: string | undefined;
186
+ }
187
+ export interface DataQuery {
188
+ Id?: string | undefined;
189
+ Source?: string | undefined;
190
+ Destination?: string | undefined;
191
+ Metric?: MetricType | undefined;
192
+ Statistic?: StatisticType | undefined;
193
+ Period?: PeriodType | undefined;
194
+ }
195
+ export interface GetAwsNetworkPerformanceDataRequest {
196
+ DataQueries?: DataQuery[] | undefined;
197
+ StartTime?: Date | undefined;
198
+ EndTime?: Date | undefined;
199
+ MaxResults?: number | undefined;
200
+ NextToken?: string | undefined;
201
+ DryRun?: boolean | undefined;
202
+ }
203
+ export interface MetricPoint {
204
+ StartDate?: Date | undefined;
205
+ EndDate?: Date | undefined;
206
+ Value?: number | undefined;
207
+ Status?: string | undefined;
208
+ }
209
+ export interface DataResponse {
210
+ Id?: string | undefined;
211
+ Source?: string | undefined;
212
+ Destination?: string | undefined;
213
+ Metric?: MetricType | undefined;
214
+ Statistic?: StatisticType | undefined;
215
+ Period?: PeriodType | undefined;
216
+ MetricPoints?: MetricPoint[] | undefined;
217
+ }
218
+ export interface GetAwsNetworkPerformanceDataResult {
219
+ DataResponses?: DataResponse[] | undefined;
220
+ NextToken?: string | undefined;
221
+ }
222
+ export interface GetCapacityReservationUsageRequest {
223
+ CapacityReservationId: string | undefined;
224
+ NextToken?: string | undefined;
225
+ MaxResults?: number | undefined;
226
+ DryRun?: boolean | undefined;
227
+ }
228
+ export interface InstanceUsage {
229
+ AccountId?: string | undefined;
230
+ UsedInstanceCount?: number | undefined;
231
+ }
232
+ export interface GetCapacityReservationUsageResult {
233
+ NextToken?: string | undefined;
234
+ CapacityReservationId?: string | undefined;
235
+ InstanceType?: string | undefined;
236
+ TotalInstanceCount?: number | undefined;
237
+ AvailableInstanceCount?: number | undefined;
238
+ State?: CapacityReservationState | undefined;
239
+ InstanceUsages?: InstanceUsage[] | undefined;
240
+ }
241
+ export interface GetCoipPoolUsageRequest {
242
+ PoolId: string | undefined;
243
+ Filters?: Filter[] | undefined;
244
+ MaxResults?: number | undefined;
245
+ NextToken?: string | undefined;
246
+ DryRun?: boolean | undefined;
247
+ }
248
+ export interface CoipAddressUsage {
249
+ AllocationId?: string | undefined;
250
+ AwsAccountId?: string | undefined;
251
+ AwsService?: string | undefined;
252
+ CoIp?: string | undefined;
253
+ }
128
254
  export interface GetCoipPoolUsageResult {
129
255
  CoipPoolId?: string | undefined;
130
256
  CoipAddressUsages?: CoipAddressUsage[] | undefined;
@@ -1783,131 +1909,6 @@ export interface ModifyTransitGatewayPrefixListReferenceRequest {
1783
1909
  Blackhole?: boolean | undefined;
1784
1910
  DryRun?: boolean | undefined;
1785
1911
  }
1786
- export interface ModifyTransitGatewayPrefixListReferenceResult {
1787
- TransitGatewayPrefixListReference?:
1788
- | TransitGatewayPrefixListReference
1789
- | undefined;
1790
- }
1791
- export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
1792
- DnsSupport?: DnsSupportValue | undefined;
1793
- SecurityGroupReferencingSupport?:
1794
- | SecurityGroupReferencingSupportValue
1795
- | undefined;
1796
- Ipv6Support?: Ipv6SupportValue | undefined;
1797
- ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
1798
- }
1799
- export interface ModifyTransitGatewayVpcAttachmentRequest {
1800
- TransitGatewayAttachmentId: string | undefined;
1801
- AddSubnetIds?: string[] | undefined;
1802
- RemoveSubnetIds?: string[] | undefined;
1803
- Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
1804
- DryRun?: boolean | undefined;
1805
- }
1806
- export interface ModifyTransitGatewayVpcAttachmentResult {
1807
- TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
1808
- }
1809
- export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
1810
- SubnetIds?: string[] | undefined;
1811
- Protocol?: VerifiedAccessEndpointProtocol | undefined;
1812
- Port?: number | undefined;
1813
- }
1814
- export interface ModifyVerifiedAccessEndpointEniOptions {
1815
- Protocol?: VerifiedAccessEndpointProtocol | undefined;
1816
- Port?: number | undefined;
1817
- }
1818
- export interface ModifyVerifiedAccessEndpointRequest {
1819
- VerifiedAccessEndpointId: string | undefined;
1820
- VerifiedAccessGroupId?: string | undefined;
1821
- LoadBalancerOptions?:
1822
- | ModifyVerifiedAccessEndpointLoadBalancerOptions
1823
- | undefined;
1824
- NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
1825
- Description?: string | undefined;
1826
- ClientToken?: string | undefined;
1827
- DryRun?: boolean | undefined;
1828
- }
1829
- export interface ModifyVerifiedAccessEndpointResult {
1830
- VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
1831
- }
1832
- export interface ModifyVerifiedAccessEndpointPolicyRequest {
1833
- VerifiedAccessEndpointId: string | undefined;
1834
- PolicyEnabled?: boolean | undefined;
1835
- PolicyDocument?: string | undefined;
1836
- ClientToken?: string | undefined;
1837
- DryRun?: boolean | undefined;
1838
- SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
1839
- }
1840
- export interface ModifyVerifiedAccessEndpointPolicyResult {
1841
- PolicyEnabled?: boolean | undefined;
1842
- PolicyDocument?: string | undefined;
1843
- SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
1844
- }
1845
- export interface ModifyVerifiedAccessGroupRequest {
1846
- VerifiedAccessGroupId: string | undefined;
1847
- VerifiedAccessInstanceId?: string | undefined;
1848
- Description?: string | undefined;
1849
- ClientToken?: string | undefined;
1850
- DryRun?: boolean | undefined;
1851
- }
1852
- export interface ModifyVerifiedAccessGroupResult {
1853
- VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
1854
- }
1855
- export interface ModifyVerifiedAccessGroupPolicyRequest {
1856
- VerifiedAccessGroupId: string | undefined;
1857
- PolicyEnabled?: boolean | undefined;
1858
- PolicyDocument?: string | undefined;
1859
- ClientToken?: string | undefined;
1860
- DryRun?: boolean | undefined;
1861
- SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
1862
- }
1863
- export interface ModifyVerifiedAccessGroupPolicyResult {
1864
- PolicyEnabled?: boolean | undefined;
1865
- PolicyDocument?: string | undefined;
1866
- SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
1867
- }
1868
- export interface ModifyVerifiedAccessInstanceRequest {
1869
- VerifiedAccessInstanceId: string | undefined;
1870
- Description?: string | undefined;
1871
- DryRun?: boolean | undefined;
1872
- ClientToken?: string | undefined;
1873
- }
1874
- export interface ModifyVerifiedAccessInstanceResult {
1875
- VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
1876
- }
1877
- export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
1878
- Enabled: boolean | undefined;
1879
- LogGroup?: string | undefined;
1880
- }
1881
- export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
1882
- Enabled: boolean | undefined;
1883
- DeliveryStream?: string | undefined;
1884
- }
1885
- export interface VerifiedAccessLogS3DestinationOptions {
1886
- Enabled: boolean | undefined;
1887
- BucketName?: string | undefined;
1888
- Prefix?: string | undefined;
1889
- BucketOwner?: string | undefined;
1890
- }
1891
- export interface VerifiedAccessLogOptions {
1892
- S3?: VerifiedAccessLogS3DestinationOptions | undefined;
1893
- CloudWatchLogs?:
1894
- | VerifiedAccessLogCloudWatchLogsDestinationOptions
1895
- | undefined;
1896
- KinesisDataFirehose?:
1897
- | VerifiedAccessLogKinesisDataFirehoseDestinationOptions
1898
- | undefined;
1899
- LogVersion?: string | undefined;
1900
- IncludeTrustContext?: boolean | undefined;
1901
- }
1902
- export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
1903
- VerifiedAccessInstanceId: string | undefined;
1904
- AccessLogs: VerifiedAccessLogOptions | undefined;
1905
- DryRun?: boolean | undefined;
1906
- ClientToken?: string | undefined;
1907
- }
1908
- export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
1909
- LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
1910
- }
1911
1912
  export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1912
1913
  obj: GetInstanceTpmEkPubResult
1913
1914
  ) => any;
@@ -2,22 +2,28 @@ import {
2
2
  AddedPrincipal,
3
3
  AddressAttribute,
4
4
  AddressAttributeName,
5
+ ApplianceModeSupportValue,
5
6
  ByoipCidr,
6
7
  CapacityReservationInstancePlatform,
7
8
  ClientVpnAuthorizationRuleStatus,
8
9
  CurrencyCodeValues,
10
+ DnsSupportValue,
9
11
  IamInstanceProfileAssociation,
10
12
  IamInstanceProfileSpecification,
11
13
  IpPermission,
14
+ Ipv6SupportValue,
12
15
  NatGatewayAddress,
13
16
  PortRange,
14
17
  RouteTableAssociationState,
18
+ SecurityGroupReferencingSupportValue,
15
19
  TagSpecification,
16
20
  TransitGatewayAttachmentResourceType,
17
21
  TransitGatewayMulticastDomainAssociations,
18
22
  TransitGatewayPeeringAttachment,
19
23
  TransitGatewayVpcAttachment,
20
24
  UnsuccessfulItem,
25
+ VerifiedAccessInstance,
26
+ VerifiedAccessSseSpecificationResponse,
21
27
  VerifiedAccessTrustProvider,
22
28
  } from "./models_0";
23
29
  import {
@@ -28,7 +34,6 @@ import {
28
34
  CreditSpecificationRequest,
29
35
  ElasticGpuSpecification,
30
36
  HostnameType,
31
- IcmpTypeCode,
32
37
  InstanceInterruptionBehavior,
33
38
  InstanceIpv6Address,
34
39
  LocalGatewayRoute,
@@ -36,14 +41,15 @@ import {
36
41
  MarketType,
37
42
  OperatorRequest,
38
43
  Placement,
39
- RuleAction,
40
44
  ShutdownBehavior,
41
45
  SpotInstanceType,
42
46
  VolumeType,
43
47
  } from "./models_1";
44
48
  import {
45
49
  DnsOptionsSpecification,
50
+ IcmpTypeCode,
46
51
  IKEVersionsRequestListValue,
52
+ InternetGatewayExclusionMode,
47
53
  IpAddressType,
48
54
  PayerResponsibility,
49
55
  Phase1DHGroupNumbersRequestListValue,
@@ -52,11 +58,17 @@ import {
52
58
  Phase2DHGroupNumbersRequestListValue,
53
59
  Phase2EncryptionAlgorithmsRequestListValue,
54
60
  Phase2IntegrityAlgorithmsRequestListValue,
61
+ RuleAction,
55
62
  SnapshotState,
56
63
  SSEType,
57
64
  SubnetConfiguration,
65
+ TransitGatewayPrefixListReference,
58
66
  TransitGatewayRoute,
67
+ VerifiedAccessEndpoint,
68
+ VerifiedAccessEndpointProtocol,
69
+ VerifiedAccessGroup,
59
70
  VerifiedAccessSseSpecificationRequest,
71
+ VpcBlockPublicAccessExclusion,
60
72
  VpnConnection,
61
73
  VpnTunnelLogOptionsSpecification,
62
74
  } from "./models_2";
@@ -84,18 +96,146 @@ import {
84
96
  NetworkInsightsAnalysis,
85
97
  PublicIpv4PoolRange,
86
98
  ScheduledInstance,
87
- SnapshotAttributeName,
88
99
  TpmSupportValues,
89
100
  } from "./models_4";
90
101
  import {
91
102
  InstanceNetworkInterfaceSpecification,
103
+ InternetGatewayBlockMode,
92
104
  RunInstancesMonitoringEnabled,
105
+ SnapshotAttributeName,
93
106
  SpotFleetRequestConfigData,
94
107
  SpotInstanceRequest,
95
108
  SpotPlacement,
109
+ VerifiedAccessInstanceLoggingConfiguration,
96
110
  VolumeModification,
111
+ VpcBlockPublicAccessOptions,
97
112
  } from "./models_5";
98
113
  import { CapacityReservationSpecification, Purchase } from "./models_6";
114
+ export interface ModifyTransitGatewayPrefixListReferenceResult {
115
+ TransitGatewayPrefixListReference?:
116
+ | TransitGatewayPrefixListReference
117
+ | undefined;
118
+ }
119
+ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
120
+ DnsSupport?: DnsSupportValue | undefined;
121
+ SecurityGroupReferencingSupport?:
122
+ | SecurityGroupReferencingSupportValue
123
+ | undefined;
124
+ Ipv6Support?: Ipv6SupportValue | undefined;
125
+ ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
126
+ }
127
+ export interface ModifyTransitGatewayVpcAttachmentRequest {
128
+ TransitGatewayAttachmentId: string | undefined;
129
+ AddSubnetIds?: string[] | undefined;
130
+ RemoveSubnetIds?: string[] | undefined;
131
+ Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
132
+ DryRun?: boolean | undefined;
133
+ }
134
+ export interface ModifyTransitGatewayVpcAttachmentResult {
135
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
136
+ }
137
+ export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
138
+ SubnetIds?: string[] | undefined;
139
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
140
+ Port?: number | undefined;
141
+ }
142
+ export interface ModifyVerifiedAccessEndpointEniOptions {
143
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
144
+ Port?: number | undefined;
145
+ }
146
+ export interface ModifyVerifiedAccessEndpointRequest {
147
+ VerifiedAccessEndpointId: string | undefined;
148
+ VerifiedAccessGroupId?: string | undefined;
149
+ LoadBalancerOptions?:
150
+ | ModifyVerifiedAccessEndpointLoadBalancerOptions
151
+ | undefined;
152
+ NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
153
+ Description?: string | undefined;
154
+ ClientToken?: string | undefined;
155
+ DryRun?: boolean | undefined;
156
+ }
157
+ export interface ModifyVerifiedAccessEndpointResult {
158
+ VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
159
+ }
160
+ export interface ModifyVerifiedAccessEndpointPolicyRequest {
161
+ VerifiedAccessEndpointId: string | undefined;
162
+ PolicyEnabled?: boolean | undefined;
163
+ PolicyDocument?: string | undefined;
164
+ ClientToken?: string | undefined;
165
+ DryRun?: boolean | undefined;
166
+ SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
167
+ }
168
+ export interface ModifyVerifiedAccessEndpointPolicyResult {
169
+ PolicyEnabled?: boolean | undefined;
170
+ PolicyDocument?: string | undefined;
171
+ SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
172
+ }
173
+ export interface ModifyVerifiedAccessGroupRequest {
174
+ VerifiedAccessGroupId: string | undefined;
175
+ VerifiedAccessInstanceId?: string | undefined;
176
+ Description?: string | undefined;
177
+ ClientToken?: string | undefined;
178
+ DryRun?: boolean | undefined;
179
+ }
180
+ export interface ModifyVerifiedAccessGroupResult {
181
+ VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
182
+ }
183
+ export interface ModifyVerifiedAccessGroupPolicyRequest {
184
+ VerifiedAccessGroupId: string | undefined;
185
+ PolicyEnabled?: boolean | undefined;
186
+ PolicyDocument?: string | undefined;
187
+ ClientToken?: string | undefined;
188
+ DryRun?: boolean | undefined;
189
+ SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
190
+ }
191
+ export interface ModifyVerifiedAccessGroupPolicyResult {
192
+ PolicyEnabled?: boolean | undefined;
193
+ PolicyDocument?: string | undefined;
194
+ SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
195
+ }
196
+ export interface ModifyVerifiedAccessInstanceRequest {
197
+ VerifiedAccessInstanceId: string | undefined;
198
+ Description?: string | undefined;
199
+ DryRun?: boolean | undefined;
200
+ ClientToken?: string | undefined;
201
+ }
202
+ export interface ModifyVerifiedAccessInstanceResult {
203
+ VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
204
+ }
205
+ export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
206
+ Enabled: boolean | undefined;
207
+ LogGroup?: string | undefined;
208
+ }
209
+ export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
210
+ Enabled: boolean | undefined;
211
+ DeliveryStream?: string | undefined;
212
+ }
213
+ export interface VerifiedAccessLogS3DestinationOptions {
214
+ Enabled: boolean | undefined;
215
+ BucketName?: string | undefined;
216
+ Prefix?: string | undefined;
217
+ BucketOwner?: string | undefined;
218
+ }
219
+ export interface VerifiedAccessLogOptions {
220
+ S3?: VerifiedAccessLogS3DestinationOptions | undefined;
221
+ CloudWatchLogs?:
222
+ | VerifiedAccessLogCloudWatchLogsDestinationOptions
223
+ | undefined;
224
+ KinesisDataFirehose?:
225
+ | VerifiedAccessLogKinesisDataFirehoseDestinationOptions
226
+ | undefined;
227
+ LogVersion?: string | undefined;
228
+ IncludeTrustContext?: boolean | undefined;
229
+ }
230
+ export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
231
+ VerifiedAccessInstanceId: string | undefined;
232
+ AccessLogs: VerifiedAccessLogOptions | undefined;
233
+ DryRun?: boolean | undefined;
234
+ ClientToken?: string | undefined;
235
+ }
236
+ export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
237
+ LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
238
+ }
99
239
  export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
100
240
  PublicSigningKeyUrl?: string | undefined;
101
241
  }
@@ -143,6 +283,21 @@ export interface ModifyVpcAttributeRequest {
143
283
  VpcId: string | undefined;
144
284
  EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
145
285
  }
286
+ export interface ModifyVpcBlockPublicAccessExclusionRequest {
287
+ DryRun?: boolean | undefined;
288
+ ExclusionId: string | undefined;
289
+ InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
290
+ }
291
+ export interface ModifyVpcBlockPublicAccessExclusionResult {
292
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
293
+ }
294
+ export interface ModifyVpcBlockPublicAccessOptionsRequest {
295
+ DryRun?: boolean | undefined;
296
+ InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
297
+ }
298
+ export interface ModifyVpcBlockPublicAccessOptionsResult {
299
+ VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
300
+ }
146
301
  export interface ModifyVpcEndpointRequest {
147
302
  DryRun?: boolean | undefined;
148
303
  VpcEndpointId: string | undefined;