@aws-sdk/client-ec2 3.932.0 → 3.933.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 (67) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +371 -5
  3. package/dist-es/EC2.js +8 -0
  4. package/dist-es/commands/DescribeInstanceSqlHaHistoryStatesCommand.js +16 -0
  5. package/dist-es/commands/DescribeInstanceSqlHaStatesCommand.js +16 -0
  6. package/dist-es/commands/DisableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
  7. package/dist-es/commands/EnableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/models_4.js +10 -6
  10. package/dist-es/models/models_5.js +6 -0
  11. package/dist-es/models/models_6.js +0 -12
  12. package/dist-es/models/models_7.js +12 -11
  13. package/dist-es/models/models_8.js +11 -0
  14. package/dist-es/schemas/schemas_0.js +300 -2
  15. package/dist-types/EC2.d.ts +30 -0
  16. package/dist-types/EC2Client.d.ts +6 -2
  17. package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +106 -0
  18. package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +104 -0
  19. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  25. package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +95 -0
  26. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +102 -0
  27. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  28. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  29. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  30. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  32. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  33. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  34. package/dist-types/commands/index.d.ts +4 -0
  35. package/dist-types/models/models_4.d.ts +270 -257
  36. package/dist-types/models/models_5.d.ts +259 -258
  37. package/dist-types/models/models_6.d.ts +326 -163
  38. package/dist-types/models/models_7.d.ts +163 -339
  39. package/dist-types/models/models_8.d.ts +336 -1
  40. package/dist-types/schemas/schemas_0.d.ts +15 -0
  41. package/dist-types/ts3.4/EC2.d.ts +88 -0
  42. package/dist-types/ts3.4/EC2Client.d.ts +24 -0
  43. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  61. package/dist-types/ts3.4/models/models_4.d.ts +46 -44
  62. package/dist-types/ts3.4/models/models_5.d.ts +44 -43
  63. package/dist-types/ts3.4/models/models_6.d.ts +62 -53
  64. package/dist-types/ts3.4/models/models_7.d.ts +52 -96
  65. package/dist-types/ts3.4/models/models_8.d.ts +91 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  67. package/package.json +3 -3
@@ -1,8 +1,264 @@
1
- import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, TrunkInterfaceAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
- import { CapacityReservationState, DiskImageFormat, IpAddressType, SSEType, Volume, VolumeType, Vpc } from "./models_1";
3
- import { VerifiedAccessEndpoint } from "./models_2";
1
+ import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
+ import { CapacityReservationState, DiskImageFormat, IpAddressType, Volume, VolumeType, Vpc } from "./models_1";
3
+ import { TransitGateway, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint } from "./models_2";
4
4
  import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
5
- import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, MetricType, PeriodType, ProductCode, ReservationState, StatisticType } from "./models_4";
5
+ import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, MetricType, PeriodType, ProductCode, RegisteredInstance, ReservationState, StatisticType } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
10
+ /**
11
+ * <p>Describes the transit gateway route table announcement.</p>
12
+ * @public
13
+ */
14
+ TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncement[] | undefined;
15
+ /**
16
+ * <p>The token for the next page of results.</p>
17
+ * @public
18
+ */
19
+ NextToken?: string | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DescribeTransitGatewayRouteTablesRequest {
25
+ /**
26
+ * <p>The IDs of the transit gateway route tables.</p>
27
+ * @public
28
+ */
29
+ TransitGatewayRouteTableIds?: string[] | undefined;
30
+ /**
31
+ * <p>One or more filters. The possible values are:</p>
32
+ * <ul>
33
+ * <li>
34
+ * <p>
35
+ * <code>default-association-route-table</code> - Indicates whether this is the default
36
+ * association route table for the transit gateway (<code>true</code> | <code>false</code>).</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>
40
+ * <code>default-propagation-route-table</code> - Indicates whether this is the default
41
+ * propagation route table for the transit gateway (<code>true</code> | <code>false</code>).</p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <code>state</code> - The state of the route table (<code>available</code> | <code>deleting</code> | <code>deleted</code> | <code>pending</code>).</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>
49
+ * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
50
+ * </li>
51
+ * <li>
52
+ * <p>
53
+ * <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
54
+ * </li>
55
+ * </ul>
56
+ * @public
57
+ */
58
+ Filters?: Filter[] | undefined;
59
+ /**
60
+ * <p>The maximum number of results to return with a single call.
61
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
62
+ * @public
63
+ */
64
+ MaxResults?: number | undefined;
65
+ /**
66
+ * <p>The token for the next page of results.</p>
67
+ * @public
68
+ */
69
+ NextToken?: string | undefined;
70
+ /**
71
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
72
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
73
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
74
+ * @public
75
+ */
76
+ DryRun?: boolean | undefined;
77
+ }
78
+ /**
79
+ * @public
80
+ */
81
+ export interface DescribeTransitGatewayRouteTablesResult {
82
+ /**
83
+ * <p>Information about the transit gateway route tables.</p>
84
+ * @public
85
+ */
86
+ TransitGatewayRouteTables?: TransitGatewayRouteTable[] | undefined;
87
+ /**
88
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
89
+ * @public
90
+ */
91
+ NextToken?: string | undefined;
92
+ }
93
+ /**
94
+ * @public
95
+ */
96
+ export interface DescribeTransitGatewaysRequest {
97
+ /**
98
+ * <p>The IDs of the transit gateways.</p>
99
+ * @public
100
+ */
101
+ TransitGatewayIds?: string[] | undefined;
102
+ /**
103
+ * <p>One or more filters. The possible values are:</p>
104
+ * <ul>
105
+ * <li>
106
+ * <p>
107
+ * <code>options.propagation-default-route-table-id</code> - The ID of the default propagation route table.</p>
108
+ * </li>
109
+ * <li>
110
+ * <p>
111
+ * <code>options.amazon-side-asn</code> - The private ASN for the Amazon side of a BGP session.</p>
112
+ * </li>
113
+ * <li>
114
+ * <p>
115
+ * <code>options.association-default-route-table-id</code> - The ID of the default association route table.</p>
116
+ * </li>
117
+ * <li>
118
+ * <p>
119
+ * <code>options.auto-accept-shared-attachments</code> - Indicates whether there is automatic acceptance of attachment requests (<code>enable</code> | <code>disable</code>).</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>
123
+ * <code>options.default-route-table-association</code> - Indicates whether resource attachments are automatically
124
+ * associated with the default association route table (<code>enable</code> | <code>disable</code>).</p>
125
+ * </li>
126
+ * <li>
127
+ * <p>
128
+ * <code>options.default-route-table-propagation</code> - Indicates whether resource attachments automatically propagate
129
+ * routes to the default propagation route table (<code>enable</code> | <code>disable</code>).</p>
130
+ * </li>
131
+ * <li>
132
+ * <p>
133
+ * <code>options.dns-support</code> - Indicates whether DNS support is enabled (<code>enable</code> | <code>disable</code>).</p>
134
+ * </li>
135
+ * <li>
136
+ * <p>
137
+ * <code>options.vpn-ecmp-support</code> - Indicates whether Equal Cost Multipath Protocol support is enabled (<code>enable</code> | <code>disable</code>).</p>
138
+ * </li>
139
+ * <li>
140
+ * <p>
141
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the transit gateway.</p>
142
+ * </li>
143
+ * <li>
144
+ * <p>
145
+ * <code>state</code> - The state of the transit gateway (<code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>modifying</code> | <code>pending</code>).</p>
146
+ * </li>
147
+ * <li>
148
+ * <p>
149
+ * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
150
+ * </li>
151
+ * <li>
152
+ * <p>
153
+ * <code>tag-key </code>- The key/value combination of a tag assigned to the resource. Use the
154
+ * tag key in the filter name and the tag value as the filter value. For example, to
155
+ * find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify
156
+ * <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
157
+ * </li>
158
+ * </ul>
159
+ * @public
160
+ */
161
+ Filters?: Filter[] | undefined;
162
+ /**
163
+ * <p>The maximum number of results to return with a single call.
164
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
165
+ * @public
166
+ */
167
+ MaxResults?: number | undefined;
168
+ /**
169
+ * <p>The token for the next page of results.</p>
170
+ * @public
171
+ */
172
+ NextToken?: string | undefined;
173
+ /**
174
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
175
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
176
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
177
+ * @public
178
+ */
179
+ DryRun?: boolean | undefined;
180
+ }
181
+ /**
182
+ * @public
183
+ */
184
+ export interface DescribeTransitGatewaysResult {
185
+ /**
186
+ * <p>Information about the transit gateways.</p>
187
+ * @public
188
+ */
189
+ TransitGateways?: TransitGateway[] | undefined;
190
+ /**
191
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
192
+ * @public
193
+ */
194
+ NextToken?: string | undefined;
195
+ }
196
+ /**
197
+ * @public
198
+ */
199
+ export interface DescribeTransitGatewayVpcAttachmentsRequest {
200
+ /**
201
+ * <p>The IDs of the attachments.</p>
202
+ * @public
203
+ */
204
+ TransitGatewayAttachmentIds?: string[] | undefined;
205
+ /**
206
+ * <p>One or more filters. The possible values are:</p>
207
+ * <ul>
208
+ * <li>
209
+ * <p>
210
+ * <code>state</code> - The state of the attachment. Valid values are <code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>failed</code> | <code>failing</code> | <code>initiatingRequest</code> | <code>modifying</code> | <code>pendingAcceptance</code> | <code>pending</code> | <code>rollingBack</code> | <code>rejected</code> | <code>rejecting</code>.</p>
211
+ * </li>
212
+ * <li>
213
+ * <p>
214
+ * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
215
+ * </li>
216
+ * <li>
217
+ * <p>
218
+ * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
219
+ * </li>
220
+ * <li>
221
+ * <p>
222
+ * <code>vpc-id</code> - The ID of the VPC.</p>
223
+ * </li>
224
+ * </ul>
225
+ * @public
226
+ */
227
+ Filters?: Filter[] | undefined;
228
+ /**
229
+ * <p>The maximum number of results to return with a single call.
230
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
231
+ * @public
232
+ */
233
+ MaxResults?: number | undefined;
234
+ /**
235
+ * <p>The token for the next page of results.</p>
236
+ * @public
237
+ */
238
+ NextToken?: string | undefined;
239
+ /**
240
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
241
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
242
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
243
+ * @public
244
+ */
245
+ DryRun?: boolean | undefined;
246
+ }
247
+ /**
248
+ * @public
249
+ */
250
+ export interface DescribeTransitGatewayVpcAttachmentsResult {
251
+ /**
252
+ * <p>Information about the VPC attachments.</p>
253
+ * @public
254
+ */
255
+ TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[] | undefined;
256
+ /**
257
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
258
+ * @public
259
+ */
260
+ NextToken?: string | undefined;
261
+ }
6
262
  /**
7
263
  * @public
8
264
  */
@@ -3608,6 +3864,35 @@ export interface DisableImageDeregistrationProtectionResult {
3608
3864
  */
3609
3865
  Return?: string | undefined;
3610
3866
  }
3867
+ /**
3868
+ * @public
3869
+ */
3870
+ export interface DisableInstanceSqlHaStandbyDetectionsRequest {
3871
+ /**
3872
+ * <p>The IDs of the instances to disable from SQL Server High Availability standby detection monitoring.</p>
3873
+ * @public
3874
+ */
3875
+ InstanceIds: string[] | undefined;
3876
+ /**
3877
+ * <p>Checks whether you have the required permissions for the action,
3878
+ * without actually making the request, and provides an error response. If you have the
3879
+ * required permissions, the error response is <code>DryRunOperation</code>. Otherwise,
3880
+ * it is <code>UnauthorizedOperation</code>.</p>
3881
+ * @public
3882
+ */
3883
+ DryRun?: boolean | undefined;
3884
+ }
3885
+ /**
3886
+ * @public
3887
+ */
3888
+ export interface DisableInstanceSqlHaStandbyDetectionsResult {
3889
+ /**
3890
+ * <p>Information about the instances that were disabled from SQL Server High Availability standby
3891
+ * detection monitoring.</p>
3892
+ * @public
3893
+ */
3894
+ Instances?: RegisteredInstance[] | undefined;
3895
+ }
3611
3896
  /**
3612
3897
  * @public
3613
3898
  */
@@ -5113,6 +5398,43 @@ export interface EnableImageDeregistrationProtectionResult {
5113
5398
  */
5114
5399
  Return?: string | undefined;
5115
5400
  }
5401
+ /**
5402
+ * @public
5403
+ */
5404
+ export interface EnableInstanceSqlHaStandbyDetectionsRequest {
5405
+ /**
5406
+ * <p>The IDs of the instances to enable for SQL Server High Availability standby detection monitoring.</p>
5407
+ * @public
5408
+ */
5409
+ InstanceIds: string[] | undefined;
5410
+ /**
5411
+ * <p>The ARN of the Secrets Manager secret containing the SQL Server access credentials. The specified
5412
+ * secret must contain valid SQL Server credentials for the specified instances. If not specified,
5413
+ * deafult local user credentials will be used by the Amazon Web Services Systems Manager agent. To enable
5414
+ * instances with different credentials, you must make separate requests.</p>
5415
+ * @public
5416
+ */
5417
+ SqlServerCredentials?: string | undefined;
5418
+ /**
5419
+ * <p>Checks whether you have the required permissions for the action,
5420
+ * without actually making the request, and provides an error response. If you have the
5421
+ * required permissions, the error response is <code>DryRunOperation</code>. Otherwise,
5422
+ * it is <code>UnauthorizedOperation</code>.</p>
5423
+ * @public
5424
+ */
5425
+ DryRun?: boolean | undefined;
5426
+ }
5427
+ /**
5428
+ * @public
5429
+ */
5430
+ export interface EnableInstanceSqlHaStandbyDetectionsResult {
5431
+ /**
5432
+ * <p>Information about the instances that were enabled for SQL Server High Availability standby
5433
+ * detection monitoring.</p>
5434
+ * @public
5435
+ */
5436
+ Instances?: RegisteredInstance[] | undefined;
5437
+ }
5116
5438
  /**
5117
5439
  * @public
5118
5440
  */
@@ -7375,162 +7697,3 @@ export interface GetDeclarativePoliciesReportSummaryResult {
7375
7697
  */
7376
7698
  AttributeSummaries?: AttributeSummary[] | undefined;
7377
7699
  }
7378
- /**
7379
- * @public
7380
- * @enum
7381
- */
7382
- export declare const UnlimitedSupportedInstanceFamily: {
7383
- readonly t2: "t2";
7384
- readonly t3: "t3";
7385
- readonly t3a: "t3a";
7386
- readonly t4g: "t4g";
7387
- };
7388
- /**
7389
- * @public
7390
- */
7391
- export type UnlimitedSupportedInstanceFamily = (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
7392
- /**
7393
- * @public
7394
- */
7395
- export interface GetDefaultCreditSpecificationRequest {
7396
- /**
7397
- * <p>Checks whether you have the required permissions for the operation, without actually making the
7398
- * request, and provides an error response. If you have the required permissions, the error response is
7399
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7400
- * @public
7401
- */
7402
- DryRun?: boolean | undefined;
7403
- /**
7404
- * <p>The instance family.</p>
7405
- * @public
7406
- */
7407
- InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
7408
- }
7409
- /**
7410
- * <p>Describes the default credit option for CPU usage of a burstable performance instance
7411
- * family.</p>
7412
- * @public
7413
- */
7414
- export interface InstanceFamilyCreditSpecification {
7415
- /**
7416
- * <p>The instance family.</p>
7417
- * @public
7418
- */
7419
- InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
7420
- /**
7421
- * <p>The default credit option for CPU usage of the instance family. Valid values are
7422
- * <code>standard</code> and <code>unlimited</code>.</p>
7423
- * @public
7424
- */
7425
- CpuCredits?: string | undefined;
7426
- }
7427
- /**
7428
- * @public
7429
- */
7430
- export interface GetDefaultCreditSpecificationResult {
7431
- /**
7432
- * <p>The default credit option for CPU usage of the instance family.</p>
7433
- * @public
7434
- */
7435
- InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification | undefined;
7436
- }
7437
- /**
7438
- * @public
7439
- */
7440
- export interface GetEbsDefaultKmsKeyIdRequest {
7441
- /**
7442
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7443
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7444
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7445
- * @public
7446
- */
7447
- DryRun?: boolean | undefined;
7448
- }
7449
- /**
7450
- * @public
7451
- */
7452
- export interface GetEbsDefaultKmsKeyIdResult {
7453
- /**
7454
- * <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
7455
- * @public
7456
- */
7457
- KmsKeyId?: string | undefined;
7458
- }
7459
- /**
7460
- * @public
7461
- */
7462
- export interface GetEbsEncryptionByDefaultRequest {
7463
- /**
7464
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7465
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7466
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7467
- * @public
7468
- */
7469
- DryRun?: boolean | undefined;
7470
- }
7471
- /**
7472
- * @public
7473
- */
7474
- export interface GetEbsEncryptionByDefaultResult {
7475
- /**
7476
- * <p>Indicates whether encryption by default is enabled.</p>
7477
- * @public
7478
- */
7479
- EbsEncryptionByDefault?: boolean | undefined;
7480
- /**
7481
- * <p>Reserved for future use.</p>
7482
- * @public
7483
- */
7484
- SseType?: SSEType | undefined;
7485
- }
7486
- /**
7487
- * @public
7488
- * @enum
7489
- */
7490
- export declare const PartitionLoadFrequency: {
7491
- readonly DAILY: "daily";
7492
- readonly MONTHLY: "monthly";
7493
- readonly NONE: "none";
7494
- readonly WEEKLY: "weekly";
7495
- };
7496
- /**
7497
- * @public
7498
- */
7499
- export type PartitionLoadFrequency = (typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
7500
- /**
7501
- * <p>Describes integration options for Amazon Athena.</p>
7502
- * @public
7503
- */
7504
- export interface AthenaIntegration {
7505
- /**
7506
- * <p>The location in Amazon S3 to store the generated CloudFormation template.</p>
7507
- * @public
7508
- */
7509
- IntegrationResultS3DestinationArn: string | undefined;
7510
- /**
7511
- * <p>The schedule for adding new partitions to the table.</p>
7512
- * @public
7513
- */
7514
- PartitionLoadFrequency: PartitionLoadFrequency | undefined;
7515
- /**
7516
- * <p>The start date for the partition.</p>
7517
- * @public
7518
- */
7519
- PartitionStartDate?: Date | undefined;
7520
- /**
7521
- * <p>The end date for the partition.</p>
7522
- * @public
7523
- */
7524
- PartitionEndDate?: Date | undefined;
7525
- }
7526
- /**
7527
- * <p>Describes service integrations with VPC Flow logs.</p>
7528
- * @public
7529
- */
7530
- export interface IntegrateServices {
7531
- /**
7532
- * <p>Information about the integration with Amazon Athena.</p>
7533
- * @public
7534
- */
7535
- AthenaIntegrations?: AthenaIntegration[] | undefined;
7536
- }