@aws-sdk/client-ec2 3.697.0 → 3.698.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.
- package/README.md +24 -0
- package/dist-cjs/index.js +562 -85
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
- package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -14
- package/dist-es/models/models_1.js +17 -0
- package/dist-es/models/models_3.js +5 -11
- package/dist-es/models/models_4.js +11 -0
- package/dist-es/models/models_5.js +0 -4
- package/dist-es/models/models_6.js +4 -11
- package/dist-es/models/models_7.js +11 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +446 -38
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -3
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +163 -67
- package/dist-types/models/models_1.d.ts +236 -302
- package/dist-types/models/models_2.d.ts +187 -66
- package/dist-types/models/models_3.d.ts +1425 -1385
- package/dist-types/models/models_4.d.ts +4190 -4186
- package/dist-types/models/models_5.d.ts +388 -172
- package/dist-types/models/models_6.d.ts +319 -425
- package/dist-types/models/models_7.d.ts +408 -24
- package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +64 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -18
- package/dist-types/ts3.4/models/models_1.d.ts +32 -32
- package/dist-types/ts3.4/models/models_2.d.ts +33 -17
- package/dist-types/ts3.4/models/models_3.d.ts +77 -76
- package/dist-types/ts3.4/models/models_4.d.ts +79 -82
- package/dist-types/ts3.4/models/models_5.d.ts +85 -46
- package/dist-types/ts3.4/models/models_6.d.ts +58 -103
- package/dist-types/ts3.4/models/models_7.d.ts +108 -1
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +1 -1
|
@@ -943,6 +943,14 @@ import {
|
|
|
943
943
|
DescribeByoipCidrsCommandInput,
|
|
944
944
|
DescribeByoipCidrsCommandOutput,
|
|
945
945
|
} from "./commands/DescribeByoipCidrsCommand";
|
|
946
|
+
import {
|
|
947
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
948
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
949
|
+
} from "./commands/DescribeCapacityBlockExtensionHistoryCommand";
|
|
950
|
+
import {
|
|
951
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
952
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
953
|
+
} from "./commands/DescribeCapacityBlockExtensionOfferingsCommand";
|
|
946
954
|
import {
|
|
947
955
|
DescribeCapacityBlockOfferingsCommandInput,
|
|
948
956
|
DescribeCapacityBlockOfferingsCommandOutput,
|
|
@@ -2319,6 +2327,10 @@ import {
|
|
|
2319
2327
|
PurchaseCapacityBlockCommandInput,
|
|
2320
2328
|
PurchaseCapacityBlockCommandOutput,
|
|
2321
2329
|
} from "./commands/PurchaseCapacityBlockCommand";
|
|
2330
|
+
import {
|
|
2331
|
+
PurchaseCapacityBlockExtensionCommandInput,
|
|
2332
|
+
PurchaseCapacityBlockExtensionCommandOutput,
|
|
2333
|
+
} from "./commands/PurchaseCapacityBlockExtensionCommand";
|
|
2322
2334
|
import {
|
|
2323
2335
|
PurchaseHostReservationCommandInput,
|
|
2324
2336
|
PurchaseHostReservationCommandOutput,
|
|
@@ -5925,6 +5937,45 @@ export interface EC2 {
|
|
|
5925
5937
|
options: __HttpHandlerOptions,
|
|
5926
5938
|
cb: (err: any, data?: DescribeByoipCidrsCommandOutput) => void
|
|
5927
5939
|
): void;
|
|
5940
|
+
describeCapacityBlockExtensionHistory(): Promise<DescribeCapacityBlockExtensionHistoryCommandOutput>;
|
|
5941
|
+
describeCapacityBlockExtensionHistory(
|
|
5942
|
+
args: DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
5943
|
+
options?: __HttpHandlerOptions
|
|
5944
|
+
): Promise<DescribeCapacityBlockExtensionHistoryCommandOutput>;
|
|
5945
|
+
describeCapacityBlockExtensionHistory(
|
|
5946
|
+
args: DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
5947
|
+
cb: (
|
|
5948
|
+
err: any,
|
|
5949
|
+
data?: DescribeCapacityBlockExtensionHistoryCommandOutput
|
|
5950
|
+
) => void
|
|
5951
|
+
): void;
|
|
5952
|
+
describeCapacityBlockExtensionHistory(
|
|
5953
|
+
args: DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
5954
|
+
options: __HttpHandlerOptions,
|
|
5955
|
+
cb: (
|
|
5956
|
+
err: any,
|
|
5957
|
+
data?: DescribeCapacityBlockExtensionHistoryCommandOutput
|
|
5958
|
+
) => void
|
|
5959
|
+
): void;
|
|
5960
|
+
describeCapacityBlockExtensionOfferings(
|
|
5961
|
+
args: DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
5962
|
+
options?: __HttpHandlerOptions
|
|
5963
|
+
): Promise<DescribeCapacityBlockExtensionOfferingsCommandOutput>;
|
|
5964
|
+
describeCapacityBlockExtensionOfferings(
|
|
5965
|
+
args: DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
5966
|
+
cb: (
|
|
5967
|
+
err: any,
|
|
5968
|
+
data?: DescribeCapacityBlockExtensionOfferingsCommandOutput
|
|
5969
|
+
) => void
|
|
5970
|
+
): void;
|
|
5971
|
+
describeCapacityBlockExtensionOfferings(
|
|
5972
|
+
args: DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
5973
|
+
options: __HttpHandlerOptions,
|
|
5974
|
+
cb: (
|
|
5975
|
+
err: any,
|
|
5976
|
+
data?: DescribeCapacityBlockExtensionOfferingsCommandOutput
|
|
5977
|
+
) => void
|
|
5978
|
+
): void;
|
|
5928
5979
|
describeCapacityBlockOfferings(
|
|
5929
5980
|
args: DescribeCapacityBlockOfferingsCommandInput,
|
|
5930
5981
|
options?: __HttpHandlerOptions
|
|
@@ -11077,6 +11128,19 @@ export interface EC2 {
|
|
|
11077
11128
|
options: __HttpHandlerOptions,
|
|
11078
11129
|
cb: (err: any, data?: PurchaseCapacityBlockCommandOutput) => void
|
|
11079
11130
|
): void;
|
|
11131
|
+
purchaseCapacityBlockExtension(
|
|
11132
|
+
args: PurchaseCapacityBlockExtensionCommandInput,
|
|
11133
|
+
options?: __HttpHandlerOptions
|
|
11134
|
+
): Promise<PurchaseCapacityBlockExtensionCommandOutput>;
|
|
11135
|
+
purchaseCapacityBlockExtension(
|
|
11136
|
+
args: PurchaseCapacityBlockExtensionCommandInput,
|
|
11137
|
+
cb: (err: any, data?: PurchaseCapacityBlockExtensionCommandOutput) => void
|
|
11138
|
+
): void;
|
|
11139
|
+
purchaseCapacityBlockExtension(
|
|
11140
|
+
args: PurchaseCapacityBlockExtensionCommandInput,
|
|
11141
|
+
options: __HttpHandlerOptions,
|
|
11142
|
+
cb: (err: any, data?: PurchaseCapacityBlockExtensionCommandOutput) => void
|
|
11143
|
+
): void;
|
|
11080
11144
|
purchaseHostReservation(
|
|
11081
11145
|
args: PurchaseHostReservationCommandInput,
|
|
11082
11146
|
options?: __HttpHandlerOptions
|
|
@@ -989,6 +989,14 @@ import {
|
|
|
989
989
|
DescribeByoipCidrsCommandInput,
|
|
990
990
|
DescribeByoipCidrsCommandOutput,
|
|
991
991
|
} from "./commands/DescribeByoipCidrsCommand";
|
|
992
|
+
import {
|
|
993
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
994
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
995
|
+
} from "./commands/DescribeCapacityBlockExtensionHistoryCommand";
|
|
996
|
+
import {
|
|
997
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
998
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
999
|
+
} from "./commands/DescribeCapacityBlockExtensionOfferingsCommand";
|
|
992
1000
|
import {
|
|
993
1001
|
DescribeCapacityBlockOfferingsCommandInput,
|
|
994
1002
|
DescribeCapacityBlockOfferingsCommandOutput,
|
|
@@ -2365,6 +2373,10 @@ import {
|
|
|
2365
2373
|
PurchaseCapacityBlockCommandInput,
|
|
2366
2374
|
PurchaseCapacityBlockCommandOutput,
|
|
2367
2375
|
} from "./commands/PurchaseCapacityBlockCommand";
|
|
2376
|
+
import {
|
|
2377
|
+
PurchaseCapacityBlockExtensionCommandInput,
|
|
2378
|
+
PurchaseCapacityBlockExtensionCommandOutput,
|
|
2379
|
+
} from "./commands/PurchaseCapacityBlockExtensionCommand";
|
|
2368
2380
|
import {
|
|
2369
2381
|
PurchaseHostReservationCommandInput,
|
|
2370
2382
|
PurchaseHostReservationCommandOutput,
|
|
@@ -2861,6 +2873,8 @@ export type ServiceInputTypes =
|
|
|
2861
2873
|
| DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput
|
|
2862
2874
|
| DescribeBundleTasksCommandInput
|
|
2863
2875
|
| DescribeByoipCidrsCommandInput
|
|
2876
|
+
| DescribeCapacityBlockExtensionHistoryCommandInput
|
|
2877
|
+
| DescribeCapacityBlockExtensionOfferingsCommandInput
|
|
2864
2878
|
| DescribeCapacityBlockOfferingsCommandInput
|
|
2865
2879
|
| DescribeCapacityReservationBillingRequestsCommandInput
|
|
2866
2880
|
| DescribeCapacityReservationFleetsCommandInput
|
|
@@ -3205,6 +3219,7 @@ export type ServiceInputTypes =
|
|
|
3205
3219
|
| ProvisionIpamPoolCidrCommandInput
|
|
3206
3220
|
| ProvisionPublicIpv4PoolCidrCommandInput
|
|
3207
3221
|
| PurchaseCapacityBlockCommandInput
|
|
3222
|
+
| PurchaseCapacityBlockExtensionCommandInput
|
|
3208
3223
|
| PurchaseHostReservationCommandInput
|
|
3209
3224
|
| PurchaseReservedInstancesOfferingCommandInput
|
|
3210
3225
|
| PurchaseScheduledInstancesCommandInput
|
|
@@ -3505,6 +3520,8 @@ export type ServiceOutputTypes =
|
|
|
3505
3520
|
| DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
|
|
3506
3521
|
| DescribeBundleTasksCommandOutput
|
|
3507
3522
|
| DescribeByoipCidrsCommandOutput
|
|
3523
|
+
| DescribeCapacityBlockExtensionHistoryCommandOutput
|
|
3524
|
+
| DescribeCapacityBlockExtensionOfferingsCommandOutput
|
|
3508
3525
|
| DescribeCapacityBlockOfferingsCommandOutput
|
|
3509
3526
|
| DescribeCapacityReservationBillingRequestsCommandOutput
|
|
3510
3527
|
| DescribeCapacityReservationFleetsCommandOutput
|
|
@@ -3849,6 +3866,7 @@ export type ServiceOutputTypes =
|
|
|
3849
3866
|
| ProvisionIpamPoolCidrCommandOutput
|
|
3850
3867
|
| ProvisionPublicIpv4PoolCidrCommandOutput
|
|
3851
3868
|
| PurchaseCapacityBlockCommandOutput
|
|
3869
|
+
| PurchaseCapacityBlockExtensionCommandOutput
|
|
3852
3870
|
| PurchaseHostReservationCommandOutput
|
|
3853
3871
|
| PurchaseReservedInstancesOfferingCommandOutput
|
|
3854
3872
|
| PurchaseScheduledInstancesCommandOutput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateNatGatewayResult,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { CreateNatGatewayRequest } from "../models/models_1";
|
|
9
|
+
import { CreateNatGatewayResult } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateNatGatewayCommandInput extends CreateNatGatewayRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
CreateNetworkAclRequest,
|
|
10
|
+
CreateNetworkAclResult,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface CreateNetworkAclCommandInput extends CreateNetworkAclRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DeleteFpgaImageResult,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { DeleteFpgaImageRequest } from "../models/models_2";
|
|
9
|
+
import { DeleteFpgaImageResult } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DeleteFpgaImageCommandInput extends DeleteFpgaImageRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteInstanceConnectEndpointRequest,
|
|
10
10
|
DeleteInstanceConnectEndpointResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteInstanceConnectEndpointCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DeleteInstanceEventWindowRequest,
|
|
10
|
+
DeleteInstanceEventWindowResult,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DeleteInstanceEventWindowCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DescribeCapacityBlockExtensionHistoryRequest,
|
|
10
|
+
DescribeCapacityBlockExtensionHistoryResult,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeCapacityBlockExtensionHistoryCommandInput
|
|
15
|
+
extends DescribeCapacityBlockExtensionHistoryRequest {}
|
|
16
|
+
export interface DescribeCapacityBlockExtensionHistoryCommandOutput
|
|
17
|
+
extends DescribeCapacityBlockExtensionHistoryResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeCapacityBlockExtensionHistoryCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeCapacityBlockExtensionHistoryCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
24
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeCapacityBlockExtensionHistoryCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
33
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeCapacityBlockExtensionHistoryCommand extends DescribeCapacityBlockExtensionHistoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCapacityBlockExtensionHistoryRequest;
|
|
44
|
+
output: DescribeCapacityBlockExtensionHistoryResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCapacityBlockExtensionHistoryCommandInput;
|
|
48
|
+
output: DescribeCapacityBlockExtensionHistoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DescribeCapacityBlockExtensionOfferingsRequest,
|
|
10
|
+
DescribeCapacityBlockExtensionOfferingsResult,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeCapacityBlockExtensionOfferingsCommandInput
|
|
15
|
+
extends DescribeCapacityBlockExtensionOfferingsRequest {}
|
|
16
|
+
export interface DescribeCapacityBlockExtensionOfferingsCommandOutput
|
|
17
|
+
extends DescribeCapacityBlockExtensionOfferingsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeCapacityBlockExtensionOfferingsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeCapacityBlockExtensionOfferingsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
24
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeCapacityBlockExtensionOfferingsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
33
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeCapacityBlockExtensionOfferingsCommand extends DescribeCapacityBlockExtensionOfferingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCapacityBlockExtensionOfferingsRequest;
|
|
44
|
+
output: DescribeCapacityBlockExtensionOfferingsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCapacityBlockExtensionOfferingsCommandInput;
|
|
48
|
+
output: DescribeCapacityBlockExtensionOfferingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeFpgaImageAttributeResult,
|
|
11
|
-
} from "../models/models_3";
|
|
8
|
+
import { DescribeFpgaImageAttributeRequest } from "../models/models_3";
|
|
9
|
+
import { DescribeFpgaImageAttributeResult } from "../models/models_4";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeFpgaImageAttributeCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeHostReservationOfferingsRequest,
|
|
10
|
+
DescribeHostReservationOfferingsResult,
|
|
11
|
+
} from "../models/models_4";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeHostReservationOfferingsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeScheduledInstanceAvailabilityResult,
|
|
11
|
-
} from "../models/models_4";
|
|
8
|
+
import { DescribeScheduledInstanceAvailabilityRequest } from "../models/models_4";
|
|
9
|
+
import { DescribeScheduledInstanceAvailabilityResult } from "../models/models_5";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeScheduledInstanceAvailabilityCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeScheduledInstancesRequest,
|
|
10
10
|
DescribeScheduledInstancesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeScheduledInstancesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeSecurityGroupReferencesRequest,
|
|
10
10
|
DescribeSecurityGroupReferencesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeSecurityGroupReferencesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeSecurityGroupRulesRequest,
|
|
10
10
|
DescribeSecurityGroupRulesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeSecurityGroupRulesCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { EnableVgwRoutePropagationRequest } from "../models/
|
|
8
|
+
import { EnableVgwRoutePropagationRequest } from "../models/models_6";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface EnableVgwRoutePropagationCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { EnableVolumeIORequest } from "../models/
|
|
8
|
+
import { EnableVolumeIORequest } from "../models/models_6";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface EnableVolumeIOCommandInput extends EnableVolumeIORequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
EnableVpcClassicLinkDnsSupportRequest,
|
|
10
10
|
EnableVpcClassicLinkDnsSupportResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface EnableVpcClassicLinkDnsSupportCommandInput
|
package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ExportClientVpnClientCertificateRevocationListRequest,
|
|
10
10
|
ExportClientVpnClientCertificateRevocationListResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ExportClientVpnClientCertificateRevocationListCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ExportClientVpnClientConfigurationRequest,
|
|
10
|
+
ExportClientVpnClientConfigurationResult,
|
|
11
|
+
} from "../models/models_6";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ExportClientVpnClientConfigurationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTrafficMirrorFilterNetworkServicesRequest,
|
|
10
10
|
ModifyTrafficMirrorFilterNetworkServicesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTrafficMirrorFilterNetworkServicesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTrafficMirrorFilterRuleRequest,
|
|
10
10
|
ModifyTrafficMirrorFilterRuleResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTrafficMirrorFilterRuleCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTrafficMirrorSessionRequest,
|
|
10
10
|
ModifyTrafficMirrorSessionResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTrafficMirrorSessionCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ModifyTransitGatewayPrefixListReferenceRequest,
|
|
10
|
+
ModifyTransitGatewayPrefixListReferenceResult,
|
|
11
|
+
} from "../models/models_7";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ModifyTransitGatewayPrefixListReferenceCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
PurchaseCapacityBlockExtensionRequest,
|
|
10
|
+
PurchaseCapacityBlockExtensionResult,
|
|
11
|
+
} from "../models/models_7";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface PurchaseCapacityBlockExtensionCommandInput
|
|
15
|
+
extends PurchaseCapacityBlockExtensionRequest {}
|
|
16
|
+
export interface PurchaseCapacityBlockExtensionCommandOutput
|
|
17
|
+
extends PurchaseCapacityBlockExtensionResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const PurchaseCapacityBlockExtensionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: PurchaseCapacityBlockExtensionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
PurchaseCapacityBlockExtensionCommandInput,
|
|
24
|
+
PurchaseCapacityBlockExtensionCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: PurchaseCapacityBlockExtensionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
PurchaseCapacityBlockExtensionCommandInput,
|
|
33
|
+
PurchaseCapacityBlockExtensionCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class PurchaseCapacityBlockExtensionCommand extends PurchaseCapacityBlockExtensionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PurchaseCapacityBlockExtensionRequest;
|
|
44
|
+
output: PurchaseCapacityBlockExtensionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PurchaseCapacityBlockExtensionCommandInput;
|
|
48
|
+
output: PurchaseCapacityBlockExtensionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -234,6 +234,8 @@ export * from "./DescribeAvailabilityZonesCommand";
|
|
|
234
234
|
export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
235
235
|
export * from "./DescribeBundleTasksCommand";
|
|
236
236
|
export * from "./DescribeByoipCidrsCommand";
|
|
237
|
+
export * from "./DescribeCapacityBlockExtensionHistoryCommand";
|
|
238
|
+
export * from "./DescribeCapacityBlockExtensionOfferingsCommand";
|
|
237
239
|
export * from "./DescribeCapacityBlockOfferingsCommand";
|
|
238
240
|
export * from "./DescribeCapacityReservationBillingRequestsCommand";
|
|
239
241
|
export * from "./DescribeCapacityReservationFleetsCommand";
|
|
@@ -578,6 +580,7 @@ export * from "./ProvisionIpamByoasnCommand";
|
|
|
578
580
|
export * from "./ProvisionIpamPoolCidrCommand";
|
|
579
581
|
export * from "./ProvisionPublicIpv4PoolCidrCommand";
|
|
580
582
|
export * from "./PurchaseCapacityBlockCommand";
|
|
583
|
+
export * from "./PurchaseCapacityBlockExtensionCommand";
|
|
581
584
|
export * from "./PurchaseHostReservationCommand";
|
|
582
585
|
export * from "./PurchaseReservedInstancesOfferingCommand";
|
|
583
586
|
export * from "./PurchaseScheduledInstancesCommand";
|
|
@@ -698,6 +698,9 @@ export interface AddedPrincipal {
|
|
|
698
698
|
export interface AddIpamOperatingRegion {
|
|
699
699
|
RegionName?: string | undefined;
|
|
700
700
|
}
|
|
701
|
+
export interface AddIpamOrganizationalUnitExclusion {
|
|
702
|
+
OrganizationsEntityPath?: string | undefined;
|
|
703
|
+
}
|
|
701
704
|
export interface AddPrefixListEntry {
|
|
702
705
|
Cidr: string | undefined;
|
|
703
706
|
Description?: string | undefined;
|
|
@@ -1941,6 +1944,12 @@ export interface CopySnapshotResult {
|
|
|
1941
1944
|
Tags?: Tag[] | undefined;
|
|
1942
1945
|
SnapshotId?: string | undefined;
|
|
1943
1946
|
}
|
|
1947
|
+
export declare const CapacityReservationDeliveryPreference: {
|
|
1948
|
+
readonly FIXED: "fixed";
|
|
1949
|
+
readonly INCREMENTAL: "incremental";
|
|
1950
|
+
};
|
|
1951
|
+
export type CapacityReservationDeliveryPreference =
|
|
1952
|
+
(typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
|
|
1944
1953
|
export declare const EndDateType: {
|
|
1945
1954
|
readonly limited: "limited";
|
|
1946
1955
|
readonly unlimited: "unlimited";
|
|
@@ -1997,29 +2006,14 @@ export interface CreateCapacityReservationRequest {
|
|
|
1997
2006
|
DryRun?: boolean | undefined;
|
|
1998
2007
|
OutpostArn?: string | undefined;
|
|
1999
2008
|
PlacementGroupArn?: string | undefined;
|
|
2009
|
+
StartDate?: Date | undefined;
|
|
2010
|
+
CommitmentDuration?: number | undefined;
|
|
2011
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
2000
2012
|
}
|
|
2001
2013
|
export interface CapacityAllocation {
|
|
2002
2014
|
AllocationType?: AllocationType | undefined;
|
|
2003
2015
|
Count?: number | undefined;
|
|
2004
2016
|
}
|
|
2005
|
-
export declare const CapacityReservationType: {
|
|
2006
|
-
readonly CAPACITY_BLOCK: "capacity-block";
|
|
2007
|
-
readonly DEFAULT: "default";
|
|
2008
|
-
};
|
|
2009
|
-
export type CapacityReservationType =
|
|
2010
|
-
(typeof CapacityReservationType)[keyof typeof CapacityReservationType];
|
|
2011
|
-
export declare const CapacityReservationState: {
|
|
2012
|
-
readonly active: "active";
|
|
2013
|
-
readonly cancelled: "cancelled";
|
|
2014
|
-
readonly expired: "expired";
|
|
2015
|
-
readonly failed: "failed";
|
|
2016
|
-
readonly payment_failed: "payment-failed";
|
|
2017
|
-
readonly payment_pending: "payment-pending";
|
|
2018
|
-
readonly pending: "pending";
|
|
2019
|
-
readonly scheduled: "scheduled";
|
|
2020
|
-
};
|
|
2021
|
-
export type CapacityReservationState =
|
|
2022
|
-
(typeof CapacityReservationState)[keyof typeof CapacityReservationState];
|
|
2023
2017
|
export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
|
|
2024
2018
|
export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
|
|
2025
2019
|
obj: VerifiedAccessTrustProvider
|