@aws-sdk/client-ec2 3.86.0 → 3.89.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 (82) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/EC2.js +15 -0
  3. package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeClientVpnTargetNetworksCommand.js +3 -3
  5. package/dist-cjs/commands/DescribePublicIpv4PoolsCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeRegionsCommand.js +1 -2
  7. package/dist-cjs/commands/GetEbsEncryptionByDefaultCommand.js +3 -3
  8. package/dist-cjs/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
  9. package/dist-cjs/commands/GetInstanceUefiDataCommand.js +36 -0
  10. package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +2 -1
  11. package/dist-cjs/commands/ReportInstanceStatusCommand.js +2 -2
  12. package/dist-cjs/commands/RequestSpotFleetCommand.js +3 -3
  13. package/dist-cjs/commands/RequestSpotInstancesCommand.js +1 -2
  14. package/dist-cjs/commands/index.js +1 -0
  15. package/dist-cjs/models/models_2.js +36 -36
  16. package/dist-cjs/models/models_3.js +40 -42
  17. package/dist-cjs/models/models_4.js +42 -43
  18. package/dist-cjs/models/models_5.js +55 -42
  19. package/dist-cjs/models/models_6.js +38 -2
  20. package/dist-cjs/protocols/Aws_ec2.js +205 -21
  21. package/dist-es/EC2.js +15 -0
  22. package/dist-es/commands/DescribeClientVpnRoutesCommand.js +2 -1
  23. package/dist-es/commands/DescribeClientVpnTargetNetworksCommand.js +1 -1
  24. package/dist-es/commands/DescribePublicIpv4PoolsCommand.js +1 -1
  25. package/dist-es/commands/DescribeRegionsCommand.js +1 -2
  26. package/dist-es/commands/GetEbsEncryptionByDefaultCommand.js +1 -1
  27. package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
  28. package/dist-es/commands/GetInstanceUefiDataCommand.js +39 -0
  29. package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +2 -1
  30. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  31. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  32. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -2
  33. package/dist-es/commands/index.js +1 -0
  34. package/dist-es/models/models_2.js +26 -20
  35. package/dist-es/models/models_3.js +24 -24
  36. package/dist-es/models/models_4.js +24 -27
  37. package/dist-es/models/models_5.js +35 -24
  38. package/dist-es/models/models_6.js +24 -0
  39. package/dist-es/protocols/Aws_ec2.js +206 -8
  40. package/dist-types/EC2.d.ts +16 -0
  41. package/dist-types/EC2Client.d.ts +3 -2
  42. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
  46. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  47. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
  48. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +44 -0
  49. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
  50. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  51. package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
  52. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -2
  53. package/dist-types/commands/index.d.ts +1 -0
  54. package/dist-types/models/models_1.d.ts +4 -4
  55. package/dist-types/models/models_2.d.ts +78 -164
  56. package/dist-types/models/models_3.d.ts +184 -187
  57. package/dist-types/models/models_4.d.ts +211 -102
  58. package/dist-types/models/models_5.d.ts +167 -328
  59. package/dist-types/models/models_6.d.ts +325 -1
  60. package/dist-types/protocols/Aws_ec2.d.ts +3 -0
  61. package/dist-types/ts3.4/EC2.d.ts +5 -0
  62. package/dist-types/ts3.4/EC2Client.d.ts +3 -2
  63. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -2
  67. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
  69. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -2
  74. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  75. package/dist-types/ts3.4/models/models_1.d.ts +2 -2
  76. package/dist-types/ts3.4/models/models_2.d.ts +46 -79
  77. package/dist-types/ts3.4/models/models_3.d.ts +91 -89
  78. package/dist-types/ts3.4/models/models_4.d.ts +93 -62
  79. package/dist-types/ts3.4/models/models_5.d.ts +96 -126
  80. package/dist-types/ts3.4/models/models_6.d.ts +123 -1
  81. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +3 -0
  82. package/package.json +3 -3
@@ -1,7 +1,192 @@
1
1
  import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AssociationStatus, BatchState, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { BlockDeviceMapping, DiskImageFormat, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, VolumeType } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceTypeDetail, State, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
- import { AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode, Region } from "./models_3";
3
+ import { ConnectionNotification, DnsEntry, DnsNameState, Filter, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
+ import { AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_3";
5
+ export interface DescribePublicIpv4PoolsRequest {
6
+ /**
7
+ * <p>The IDs of the address pools.</p>
8
+ */
9
+ PoolIds?: string[];
10
+ /**
11
+ * <p>The token for the next page of results.</p>
12
+ */
13
+ NextToken?: string;
14
+ /**
15
+ * <p>The maximum number of results to return with a single call.
16
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
17
+ */
18
+ MaxResults?: number;
19
+ /**
20
+ * <p>One or more filters.</p>
21
+ * <ul>
22
+ * <li>
23
+ * <p>
24
+ * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
25
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
26
+ * </li>
27
+ * <li>
28
+ * <p>
29
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
30
+ * </li>
31
+ * </ul>
32
+ */
33
+ Filters?: Filter[];
34
+ }
35
+ export declare namespace DescribePublicIpv4PoolsRequest {
36
+ /**
37
+ * @internal
38
+ */
39
+ const filterSensitiveLog: (obj: DescribePublicIpv4PoolsRequest) => any;
40
+ }
41
+ /**
42
+ * <p>Describes an address range of an IPv4 address pool.</p>
43
+ */
44
+ export interface PublicIpv4PoolRange {
45
+ /**
46
+ * <p>The first IP address in the range.</p>
47
+ */
48
+ FirstAddress?: string;
49
+ /**
50
+ * <p>The last IP address in the range.</p>
51
+ */
52
+ LastAddress?: string;
53
+ /**
54
+ * <p>The number of addresses in the range.</p>
55
+ */
56
+ AddressCount?: number;
57
+ /**
58
+ * <p>The number of available addresses in the range.</p>
59
+ */
60
+ AvailableAddressCount?: number;
61
+ }
62
+ export declare namespace PublicIpv4PoolRange {
63
+ /**
64
+ * @internal
65
+ */
66
+ const filterSensitiveLog: (obj: PublicIpv4PoolRange) => any;
67
+ }
68
+ /**
69
+ * <p>Describes an IPv4 address pool.</p>
70
+ */
71
+ export interface PublicIpv4Pool {
72
+ /**
73
+ * <p>The ID of the address pool.</p>
74
+ */
75
+ PoolId?: string;
76
+ /**
77
+ * <p>A description of the address pool.</p>
78
+ */
79
+ Description?: string;
80
+ /**
81
+ * <p>The address ranges.</p>
82
+ */
83
+ PoolAddressRanges?: PublicIpv4PoolRange[];
84
+ /**
85
+ * <p>The total number of addresses.</p>
86
+ */
87
+ TotalAddressCount?: number;
88
+ /**
89
+ * <p>The total number of available addresses.</p>
90
+ */
91
+ TotalAvailableAddressCount?: number;
92
+ /**
93
+ * <p>The name of the location from which the address pool is advertised.
94
+ * A network border group is a unique set of Availability Zones or Local Zones
95
+ * from where Amazon Web Services advertises public IP addresses.</p>
96
+ */
97
+ NetworkBorderGroup?: string;
98
+ /**
99
+ * <p>Any tags for the address pool.</p>
100
+ */
101
+ Tags?: Tag[];
102
+ }
103
+ export declare namespace PublicIpv4Pool {
104
+ /**
105
+ * @internal
106
+ */
107
+ const filterSensitiveLog: (obj: PublicIpv4Pool) => any;
108
+ }
109
+ export interface DescribePublicIpv4PoolsResult {
110
+ /**
111
+ * <p>Information about the address pools.</p>
112
+ */
113
+ PublicIpv4Pools?: PublicIpv4Pool[];
114
+ /**
115
+ * <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>
116
+ */
117
+ NextToken?: string;
118
+ }
119
+ export declare namespace DescribePublicIpv4PoolsResult {
120
+ /**
121
+ * @internal
122
+ */
123
+ const filterSensitiveLog: (obj: DescribePublicIpv4PoolsResult) => any;
124
+ }
125
+ export interface DescribeRegionsRequest {
126
+ /**
127
+ * <p>The filters.</p>
128
+ * <ul>
129
+ * <li>
130
+ * <p>
131
+ * <code>endpoint</code> - The endpoint of the Region (for example, <code>ec2.us-east-1.amazonaws.com</code>).</p>
132
+ * </li>
133
+ * <li>
134
+ * <p>
135
+ * <code>opt-in-status</code> - The opt-in status of the Region (<code>opt-in-not-required</code> | <code>opted-in</code> |
136
+ * <code>not-opted-in</code>).</p>
137
+ * </li>
138
+ * <li>
139
+ * <p>
140
+ * <code>region-name</code> - The name of the Region (for example, <code>us-east-1</code>).</p>
141
+ * </li>
142
+ * </ul>
143
+ */
144
+ Filters?: Filter[];
145
+ /**
146
+ * <p>The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.</p>
147
+ */
148
+ RegionNames?: string[];
149
+ /**
150
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
151
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
152
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
153
+ */
154
+ DryRun?: boolean;
155
+ /**
156
+ * <p>Indicates whether to display all Regions, including Regions that are disabled for your account.</p>
157
+ */
158
+ AllRegions?: boolean;
159
+ }
160
+ export declare namespace DescribeRegionsRequest {
161
+ /**
162
+ * @internal
163
+ */
164
+ const filterSensitiveLog: (obj: DescribeRegionsRequest) => any;
165
+ }
166
+ /**
167
+ * <p>Describes a Region.</p>
168
+ */
169
+ export interface Region {
170
+ /**
171
+ * <p>The Region service endpoint.</p>
172
+ */
173
+ Endpoint?: string;
174
+ /**
175
+ * <p>The name of the Region.</p>
176
+ */
177
+ RegionName?: string;
178
+ /**
179
+ * <p>The Region opt-in status. The possible values are <code>opt-in-not-required</code>, <code>opted-in</code>, and
180
+ * <code>not-opted-in</code>.</p>
181
+ */
182
+ OptInStatus?: string;
183
+ }
184
+ export declare namespace Region {
185
+ /**
186
+ * @internal
187
+ */
188
+ const filterSensitiveLog: (obj: Region) => any;
189
+ }
5
190
  export interface DescribeRegionsResult {
6
191
  /**
7
192
  * <p>Information about the Regions.</p>
@@ -6001,6 +6186,10 @@ export interface DescribeVpcEndpointConnectionsRequest {
6001
6186
  * <p>One or more filters.</p>
6002
6187
  * <ul>
6003
6188
  * <li>
6189
+ * <p>
6190
+ * <code>ip-address-type</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
6191
+ * </li>
6192
+ * <li>
6004
6193
  * <p>
6005
6194
  * <code>service-id</code> - The ID of the service.</p>
6006
6195
  * </li>
@@ -6078,6 +6267,10 @@ export interface VpcEndpointConnection {
6078
6267
  * <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>
6079
6268
  */
6080
6269
  GatewayLoadBalancerArns?: string[];
6270
+ /**
6271
+ * <p>The IP address type for the endpoint.</p>
6272
+ */
6273
+ IpAddressType?: IpAddressType | string;
6081
6274
  }
6082
6275
  export declare namespace VpcEndpointConnection {
6083
6276
  /**
@@ -6120,6 +6313,10 @@ export interface DescribeVpcEndpointsRequest {
6120
6313
  * <ul>
6121
6314
  * <li>
6122
6315
  * <p>
6316
+ * <code>ip-address-type</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
6317
+ * </li>
6318
+ * <li>
6319
+ * <p>
6123
6320
  * <code>service-name</code> - The name of the service.</p>
6124
6321
  * </li>
6125
6322
  * <li>
@@ -6216,6 +6413,10 @@ export interface DescribeVpcEndpointServiceConfigurationsRequest {
6216
6413
  * <code>Failed</code>). </p>
6217
6414
  * </li>
6218
6415
  * <li>
6416
+ * <p>
6417
+ * <code>supported-ip-address-types</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
6418
+ * </li>
6419
+ * <li>
6219
6420
  * <p>
6220
6421
  * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
6221
6422
  * </li>
@@ -6350,6 +6551,10 @@ export interface DescribeVpcEndpointServicesRequest {
6350
6551
  * <code>Gateway</code>).</p>
6351
6552
  * </li>
6352
6553
  * <li>
6554
+ * <p>
6555
+ * <code>supported-ip-address-types</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
6556
+ * </li>
6557
+ * <li>
6353
6558
  * <p>
6354
6559
  * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
6355
6560
  * </li>
@@ -6453,6 +6658,10 @@ export interface ServiceDetail {
6453
6658
  * <p>Consumers of the endpoint service cannot use the private name when the state is not <code>verified</code>.</p>
6454
6659
  */
6455
6660
  PrivateDnsNameVerificationState?: DnsNameState | string;
6661
+ /**
6662
+ * <p>The supported IP address types.</p>
6663
+ */
6664
+ SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
6456
6665
  }
6457
6666
  export declare namespace ServiceDetail {
6458
6667
  /**
@@ -9217,103 +9426,3 @@ export declare namespace GetEbsDefaultKmsKeyIdResult {
9217
9426
  */
9218
9427
  const filterSensitiveLog: (obj: GetEbsDefaultKmsKeyIdResult) => any;
9219
9428
  }
9220
- export interface GetEbsEncryptionByDefaultRequest {
9221
- /**
9222
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9223
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9224
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9225
- */
9226
- DryRun?: boolean;
9227
- }
9228
- export declare namespace GetEbsEncryptionByDefaultRequest {
9229
- /**
9230
- * @internal
9231
- */
9232
- const filterSensitiveLog: (obj: GetEbsEncryptionByDefaultRequest) => any;
9233
- }
9234
- export interface GetEbsEncryptionByDefaultResult {
9235
- /**
9236
- * <p>Indicates whether encryption by default is enabled.</p>
9237
- */
9238
- EbsEncryptionByDefault?: boolean;
9239
- }
9240
- export declare namespace GetEbsEncryptionByDefaultResult {
9241
- /**
9242
- * @internal
9243
- */
9244
- const filterSensitiveLog: (obj: GetEbsEncryptionByDefaultResult) => any;
9245
- }
9246
- export declare enum PartitionLoadFrequency {
9247
- DAILY = "daily",
9248
- MONTHLY = "monthly",
9249
- NONE = "none",
9250
- WEEKLY = "weekly"
9251
- }
9252
- /**
9253
- * <p>Describes integration options for Amazon Athena.</p>
9254
- */
9255
- export interface AthenaIntegration {
9256
- /**
9257
- * <p>The location in Amazon S3 to store the generated CloudFormation template.</p>
9258
- */
9259
- IntegrationResultS3DestinationArn: string | undefined;
9260
- /**
9261
- * <p>The schedule for adding new partitions to the table.</p>
9262
- */
9263
- PartitionLoadFrequency: PartitionLoadFrequency | string | undefined;
9264
- /**
9265
- * <p>The start date for the partition.</p>
9266
- */
9267
- PartitionStartDate?: Date;
9268
- /**
9269
- * <p>The end date for the partition.</p>
9270
- */
9271
- PartitionEndDate?: Date;
9272
- }
9273
- export declare namespace AthenaIntegration {
9274
- /**
9275
- * @internal
9276
- */
9277
- const filterSensitiveLog: (obj: AthenaIntegration) => any;
9278
- }
9279
- /**
9280
- * <p>Describes service integrations with VPC Flow logs.</p>
9281
- */
9282
- export interface IntegrateServices {
9283
- /**
9284
- * <p>Information about the integration with Amazon Athena.</p>
9285
- */
9286
- AthenaIntegrations?: AthenaIntegration[];
9287
- }
9288
- export declare namespace IntegrateServices {
9289
- /**
9290
- * @internal
9291
- */
9292
- const filterSensitiveLog: (obj: IntegrateServices) => any;
9293
- }
9294
- export interface GetFlowLogsIntegrationTemplateRequest {
9295
- /**
9296
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9297
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9298
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9299
- */
9300
- DryRun?: boolean;
9301
- /**
9302
- * <p>The ID of the flow log.</p>
9303
- */
9304
- FlowLogId: string | undefined;
9305
- /**
9306
- * <p>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</p>
9307
- */
9308
- ConfigDeliveryS3DestinationArn: string | undefined;
9309
- /**
9310
- * <p>Information about the service integration.</p>
9311
- */
9312
- IntegrateServices: IntegrateServices | undefined;
9313
- }
9314
- export declare namespace GetFlowLogsIntegrationTemplateRequest {
9315
- /**
9316
- * @internal
9317
- */
9318
- const filterSensitiveLog: (obj: GetFlowLogsIntegrationTemplateRequest) => any;
9319
- }