@aws-sdk/client-ec2 3.295.0 → 3.296.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 (133) hide show
  1. package/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
  2. package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
  3. package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
  4. package/dist-cjs/commands/CreateRouteCommand.js +3 -3
  5. package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
  6. package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
  12. package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
  13. package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
  15. package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
  16. package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
  17. package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
  18. package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
  19. package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
  20. package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
  21. package/dist-cjs/commands/StopInstancesCommand.js +3 -3
  22. package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
  23. package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
  24. package/dist-cjs/models/models_0.js +25 -27
  25. package/dist-cjs/models/models_1.js +44 -42
  26. package/dist-cjs/models/models_2.js +41 -41
  27. package/dist-cjs/models/models_3.js +42 -47
  28. package/dist-cjs/models/models_4.js +47 -45
  29. package/dist-cjs/models/models_5.js +48 -42
  30. package/dist-cjs/models/models_6.js +44 -42
  31. package/dist-cjs/models/models_7.js +37 -1
  32. package/dist-cjs/protocols/Aws_ec2.js +333 -0
  33. package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
  34. package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
  35. package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
  36. package/dist-es/commands/CreateRouteCommand.js +1 -1
  37. package/dist-es/commands/CreateRouteTableCommand.js +1 -2
  38. package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
  39. package/dist-es/commands/DeleteSubnetCommand.js +1 -1
  40. package/dist-es/commands/DeleteTagsCommand.js +1 -1
  41. package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
  42. package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
  43. package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
  44. package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
  45. package/dist-es/commands/DescribeVolumesCommand.js +2 -1
  46. package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
  47. package/dist-es/commands/ImportVolumeCommand.js +1 -1
  48. package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
  49. package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
  50. package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
  51. package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
  52. package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
  53. package/dist-es/commands/StopInstancesCommand.js +1 -1
  54. package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
  55. package/dist-es/commands/TerminateInstancesCommand.js +1 -2
  56. package/dist-es/models/models_0.js +15 -18
  57. package/dist-es/models/models_1.js +30 -27
  58. package/dist-es/models/models_2.js +27 -27
  59. package/dist-es/models/models_3.js +27 -33
  60. package/dist-es/models/models_4.js +33 -31
  61. package/dist-es/models/models_5.js +34 -27
  62. package/dist-es/models/models_6.js +29 -27
  63. package/dist-es/models/models_7.js +27 -0
  64. package/dist-es/protocols/Aws_ec2.js +333 -0
  65. package/dist-types/EC2.d.ts +14 -6
  66. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -2
  67. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
  68. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
  69. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -2
  73. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
  74. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
  80. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
  81. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
  82. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  83. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -0
  84. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  85. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  86. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  87. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -2
  88. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +3 -0
  89. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
  90. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  91. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  92. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  93. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -2
  94. package/dist-types/models/models_0.d.ts +193 -96
  95. package/dist-types/models/models_1.d.ts +202 -231
  96. package/dist-types/models/models_2.d.ts +230 -141
  97. package/dist-types/models/models_3.d.ts +125 -229
  98. package/dist-types/models/models_4.d.ts +261 -358
  99. package/dist-types/models/models_5.d.ts +359 -200
  100. package/dist-types/models/models_6.d.ts +204 -163
  101. package/dist-types/models/models_7.d.ts +162 -0
  102. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
  103. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
  107. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
  113. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
  114. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
  120. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
  121. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
  125. package/dist-types/ts3.4/models/models_0.d.ts +59 -36
  126. package/dist-types/ts3.4/models/models_1.d.ts +74 -87
  127. package/dist-types/ts3.4/models/models_2.d.ts +83 -61
  128. package/dist-types/ts3.4/models/models_3.d.ts +63 -89
  129. package/dist-types/ts3.4/models/models_4.d.ts +89 -94
  130. package/dist-types/ts3.4/models/models_5.d.ts +91 -83
  131. package/dist-types/ts3.4/models/models_6.d.ts +84 -73
  132. package/dist-types/ts3.4/models/models_7.d.ts +68 -0
  133. package/package.json +31 -31
@@ -1,5 +1,196 @@
1
- import { ApplianceModeSupportValue, CarrierGateway, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv6SupportValue, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
1
+ import { ApplianceModeSupportValue, CarrierGateway, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
+ import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ReplaceRootVolumeTask, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ export interface CreateReplaceRootVolumeTaskResult {
4
+ /**
5
+ * <p>Information about the root volume replacement task.</p>
6
+ */
7
+ ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
8
+ }
9
+ /**
10
+ * <p>Describes the price for a Reserved Instance.</p>
11
+ */
12
+ export interface PriceScheduleSpecification {
13
+ /**
14
+ * <p>The currency for transacting the Reserved Instance resale.
15
+ * At this time, the only supported currency is <code>USD</code>.</p>
16
+ */
17
+ CurrencyCode?: CurrencyCodeValues | string;
18
+ /**
19
+ * <p>The fixed price for the term.</p>
20
+ */
21
+ Price?: number;
22
+ /**
23
+ * <p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>
24
+ */
25
+ Term?: number;
26
+ }
27
+ /**
28
+ * <p>Contains the parameters for CreateReservedInstancesListing.</p>
29
+ */
30
+ export interface CreateReservedInstancesListingRequest {
31
+ /**
32
+ * <p>Unique, case-sensitive identifier you provide to ensure idempotency of your
33
+ * listings. This helps avoid duplicate listings. For more information, see
34
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
35
+ */
36
+ ClientToken: string | undefined;
37
+ /**
38
+ * <p>The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.</p>
39
+ */
40
+ InstanceCount: number | undefined;
41
+ /**
42
+ * <p>A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.</p>
43
+ */
44
+ PriceSchedules: PriceScheduleSpecification[] | undefined;
45
+ /**
46
+ * <p>The ID of the active Standard Reserved Instance.</p>
47
+ */
48
+ ReservedInstancesId: string | undefined;
49
+ }
50
+ /**
51
+ * <p>Contains the output of CreateReservedInstancesListing.</p>
52
+ */
53
+ export interface CreateReservedInstancesListingResult {
54
+ /**
55
+ * <p>Information about the Standard Reserved Instance listing.</p>
56
+ */
57
+ ReservedInstancesListings?: ReservedInstancesListing[];
58
+ }
59
+ export interface CreateRestoreImageTaskRequest {
60
+ /**
61
+ * <p>The name of the Amazon S3 bucket that contains the stored AMI object.</p>
62
+ */
63
+ Bucket: string | undefined;
64
+ /**
65
+ * <p>The name of the stored AMI object in the bucket.</p>
66
+ */
67
+ ObjectKey: string | undefined;
68
+ /**
69
+ * <p>The name for the restored AMI. The name must be unique for AMIs in the Region for this
70
+ * account. If you do not provide a name, the new AMI gets the same name as the original
71
+ * AMI.</p>
72
+ */
73
+ Name?: string;
74
+ /**
75
+ * <p>The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the
76
+ * snapshots, or both.</p>
77
+ * <ul>
78
+ * <li>
79
+ * <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>.</p>
80
+ * </li>
81
+ * <li>
82
+ * <p>To
83
+ * tag the snapshots, the value for <code>ResourceType</code> must be <code>snapshot</code>. The
84
+ * same tag is applied to all of the snapshots that are created.</p>
85
+ * </li>
86
+ * </ul>
87
+ */
88
+ TagSpecifications?: TagSpecification[];
89
+ /**
90
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
91
+ * and provides an error response. If you have the required permissions, the error response is
92
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
93
+ */
94
+ DryRun?: boolean;
95
+ }
96
+ export interface CreateRestoreImageTaskResult {
97
+ /**
98
+ * <p>The AMI ID.</p>
99
+ */
100
+ ImageId?: string;
101
+ }
102
+ export interface CreateRouteRequest {
103
+ /**
104
+ * <p>The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
105
+ */
106
+ DestinationCidrBlock?: string;
107
+ /**
108
+ * <p>The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.</p>
109
+ */
110
+ DestinationIpv6CidrBlock?: string;
111
+ /**
112
+ * <p>The ID of a prefix list used for the destination match.</p>
113
+ */
114
+ DestinationPrefixListId?: string;
115
+ /**
116
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
117
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
118
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
119
+ */
120
+ DryRun?: boolean;
121
+ /**
122
+ * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
123
+ */
124
+ VpcEndpointId?: string;
125
+ /**
126
+ * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
127
+ */
128
+ EgressOnlyInternetGatewayId?: string;
129
+ /**
130
+ * <p>The ID of an internet gateway or virtual private gateway attached to your
131
+ * VPC.</p>
132
+ */
133
+ GatewayId?: string;
134
+ /**
135
+ * <p>The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.</p>
136
+ */
137
+ InstanceId?: string;
138
+ /**
139
+ * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
140
+ */
141
+ NatGatewayId?: string;
142
+ /**
143
+ * <p>The ID of a transit gateway.</p>
144
+ */
145
+ TransitGatewayId?: string;
146
+ /**
147
+ * <p>The ID of the local gateway.</p>
148
+ */
149
+ LocalGatewayId?: string;
150
+ /**
151
+ * <p>The ID of the carrier gateway.</p>
152
+ * <p>You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.</p>
153
+ */
154
+ CarrierGatewayId?: string;
155
+ /**
156
+ * <p>The ID of a network interface.</p>
157
+ */
158
+ NetworkInterfaceId?: string;
159
+ /**
160
+ * <p>The ID of the route table for the route.</p>
161
+ */
162
+ RouteTableId: string | undefined;
163
+ /**
164
+ * <p>The ID of a VPC peering connection.</p>
165
+ */
166
+ VpcPeeringConnectionId?: string;
167
+ /**
168
+ * <p>The Amazon Resource Name (ARN) of the core network.</p>
169
+ */
170
+ CoreNetworkArn?: string;
171
+ }
172
+ export interface CreateRouteResult {
173
+ /**
174
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
175
+ */
176
+ Return?: boolean;
177
+ }
178
+ export interface CreateRouteTableRequest {
179
+ /**
180
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
181
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
182
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
183
+ */
184
+ DryRun?: boolean;
185
+ /**
186
+ * <p>The ID of the VPC.</p>
187
+ */
188
+ VpcId: string | undefined;
189
+ /**
190
+ * <p>The tags to assign to the route table.</p>
191
+ */
192
+ TagSpecifications?: TagSpecification[];
193
+ }
3
194
  /**
4
195
  * <p>Describes an association between a route table and a subnet or gateway.</p>
5
196
  */
@@ -173,7 +364,7 @@ export interface CreateRouteTableResult {
173
364
  }
174
365
  export interface CreateSecurityGroupRequest {
175
366
  /**
176
- * <p>A description for the security group. This is informational only.</p>
367
+ * <p>A description for the security group.</p>
177
368
  * <p>Constraints: Up to 255 characters in length</p>
178
369
  * <p>Constraints for EC2-Classic: ASCII characters</p>
179
370
  * <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*</p>
@@ -5361,108 +5552,42 @@ export interface DeleteSpotDatafeedSubscriptionRequest {
5361
5552
  */
5362
5553
  DryRun?: boolean;
5363
5554
  }
5364
- export interface DeleteSubnetRequest {
5365
- /**
5366
- * <p>The ID of the subnet.</p>
5367
- */
5368
- SubnetId: string | undefined;
5369
- /**
5370
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5371
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5372
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5373
- */
5374
- DryRun?: boolean;
5375
- }
5376
- export interface DeleteSubnetCidrReservationRequest {
5377
- /**
5378
- * <p>The ID of the subnet CIDR reservation.</p>
5379
- */
5380
- SubnetCidrReservationId: string | undefined;
5381
- /**
5382
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5383
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5384
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5385
- */
5386
- DryRun?: boolean;
5387
- }
5388
- export interface DeleteSubnetCidrReservationResult {
5389
- /**
5390
- * <p>Information about the deleted subnet CIDR reservation.</p>
5391
- */
5392
- DeletedSubnetCidrReservation?: SubnetCidrReservation;
5393
- }
5394
- export interface DeleteTagsRequest {
5395
- /**
5396
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5397
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5398
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5399
- */
5400
- DryRun?: boolean;
5401
- /**
5402
- * <p>The IDs of the resources, separated by spaces.</p>
5403
- * <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>
5404
- */
5405
- Resources: string[] | undefined;
5406
- /**
5407
- * <p>The tags to delete. Specify a tag key and an optional tag value to delete
5408
- * specific tags. If you specify a tag key without a tag value, we delete any tag with this
5409
- * key regardless of its value. If you specify a tag key with an empty string as the tag
5410
- * value, we delete the tag only if its value is an empty string.</p>
5411
- * <p>If you omit this parameter, we delete all user-defined tags for the specified
5412
- * resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code>
5413
- * prefix).</p>
5414
- * <p>Constraints: Up to 1000 tags.</p>
5415
- */
5416
- Tags?: Tag[];
5417
- }
5418
- export interface DeleteTrafficMirrorFilterRequest {
5419
- /**
5420
- * <p>The ID of the Traffic Mirror filter.</p>
5421
- */
5422
- TrafficMirrorFilterId: string | undefined;
5423
- /**
5424
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5425
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5426
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5427
- */
5428
- DryRun?: boolean;
5429
- }
5430
- export interface DeleteTrafficMirrorFilterResult {
5431
- /**
5432
- * <p>The ID of the Traffic Mirror filter.</p>
5433
- */
5434
- TrafficMirrorFilterId?: string;
5435
- }
5436
- export interface DeleteTrafficMirrorFilterRuleRequest {
5437
- /**
5438
- * <p>The ID of the Traffic Mirror rule.</p>
5439
- */
5440
- TrafficMirrorFilterRuleId: string | undefined;
5441
- /**
5442
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5443
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5444
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5445
- */
5446
- DryRun?: boolean;
5447
- }
5448
- export interface DeleteTrafficMirrorFilterRuleResult {
5449
- /**
5450
- * <p>The ID of the deleted Traffic Mirror rule.</p>
5451
- */
5452
- TrafficMirrorFilterRuleId?: string;
5453
- }
5454
- export interface DeleteTrafficMirrorSessionRequest {
5455
- /**
5456
- * <p>The ID of the Traffic Mirror session.</p>
5457
- */
5458
- TrafficMirrorSessionId: string | undefined;
5459
- /**
5460
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5461
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5462
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5463
- */
5464
- DryRun?: boolean;
5465
- }
5555
+ /**
5556
+ * @internal
5557
+ */
5558
+ export declare const CreateReplaceRootVolumeTaskResultFilterSensitiveLog: (obj: CreateReplaceRootVolumeTaskResult) => any;
5559
+ /**
5560
+ * @internal
5561
+ */
5562
+ export declare const PriceScheduleSpecificationFilterSensitiveLog: (obj: PriceScheduleSpecification) => any;
5563
+ /**
5564
+ * @internal
5565
+ */
5566
+ export declare const CreateReservedInstancesListingRequestFilterSensitiveLog: (obj: CreateReservedInstancesListingRequest) => any;
5567
+ /**
5568
+ * @internal
5569
+ */
5570
+ export declare const CreateReservedInstancesListingResultFilterSensitiveLog: (obj: CreateReservedInstancesListingResult) => any;
5571
+ /**
5572
+ * @internal
5573
+ */
5574
+ export declare const CreateRestoreImageTaskRequestFilterSensitiveLog: (obj: CreateRestoreImageTaskRequest) => any;
5575
+ /**
5576
+ * @internal
5577
+ */
5578
+ export declare const CreateRestoreImageTaskResultFilterSensitiveLog: (obj: CreateRestoreImageTaskResult) => any;
5579
+ /**
5580
+ * @internal
5581
+ */
5582
+ export declare const CreateRouteRequestFilterSensitiveLog: (obj: CreateRouteRequest) => any;
5583
+ /**
5584
+ * @internal
5585
+ */
5586
+ export declare const CreateRouteResultFilterSensitiveLog: (obj: CreateRouteResult) => any;
5587
+ /**
5588
+ * @internal
5589
+ */
5590
+ export declare const CreateRouteTableRequestFilterSensitiveLog: (obj: CreateRouteTableRequest) => any;
5466
5591
  /**
5467
5592
  * @internal
5468
5593
  */
@@ -6403,39 +6528,3 @@ export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapsh
6403
6528
  * @internal
6404
6529
  */
6405
6530
  export declare const DeleteSpotDatafeedSubscriptionRequestFilterSensitiveLog: (obj: DeleteSpotDatafeedSubscriptionRequest) => any;
6406
- /**
6407
- * @internal
6408
- */
6409
- export declare const DeleteSubnetRequestFilterSensitiveLog: (obj: DeleteSubnetRequest) => any;
6410
- /**
6411
- * @internal
6412
- */
6413
- export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (obj: DeleteSubnetCidrReservationRequest) => any;
6414
- /**
6415
- * @internal
6416
- */
6417
- export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (obj: DeleteSubnetCidrReservationResult) => any;
6418
- /**
6419
- * @internal
6420
- */
6421
- export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
6422
- /**
6423
- * @internal
6424
- */
6425
- export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRequest) => any;
6426
- /**
6427
- * @internal
6428
- */
6429
- export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterResult) => any;
6430
- /**
6431
- * @internal
6432
- */
6433
- export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleRequest) => any;
6434
- /**
6435
- * @internal
6436
- */
6437
- export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleResult) => any;
6438
- /**
6439
- * @internal
6440
- */
6441
- export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorSessionRequest) => any;