@aws-sdk/client-ec2 3.697.0 → 3.699.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 +4 -4
|
@@ -11,15 +11,13 @@ import {
|
|
|
11
11
|
AddressFamily,
|
|
12
12
|
AttachmentStatus,
|
|
13
13
|
CapacityAllocation,
|
|
14
|
+
CapacityReservationDeliveryPreference,
|
|
14
15
|
CapacityReservationFleetState,
|
|
15
16
|
CapacityReservationInstancePlatform,
|
|
16
|
-
CapacityReservationState,
|
|
17
17
|
CapacityReservationTenancy,
|
|
18
|
-
CapacityReservationType,
|
|
19
18
|
EndDateType,
|
|
20
19
|
InstanceEventWindow,
|
|
21
20
|
InstanceMatchCriteria,
|
|
22
|
-
NatGatewayAddress,
|
|
23
21
|
ResourceType,
|
|
24
22
|
SubnetIpv6CidrBlockAssociation,
|
|
25
23
|
Tag,
|
|
@@ -29,6 +27,31 @@ import {
|
|
|
29
27
|
VpcIpv6CidrBlockAssociation,
|
|
30
28
|
WeekDay,
|
|
31
29
|
} from "./models_0";
|
|
30
|
+
export interface CapacityReservationCommitmentInfo {
|
|
31
|
+
CommittedInstanceCount?: number | undefined;
|
|
32
|
+
CommitmentEndDate?: Date | undefined;
|
|
33
|
+
}
|
|
34
|
+
export declare const CapacityReservationType: {
|
|
35
|
+
readonly CAPACITY_BLOCK: "capacity-block";
|
|
36
|
+
readonly DEFAULT: "default";
|
|
37
|
+
};
|
|
38
|
+
export type CapacityReservationType =
|
|
39
|
+
(typeof CapacityReservationType)[keyof typeof CapacityReservationType];
|
|
40
|
+
export declare const CapacityReservationState: {
|
|
41
|
+
readonly active: "active";
|
|
42
|
+
readonly assessing: "assessing";
|
|
43
|
+
readonly cancelled: "cancelled";
|
|
44
|
+
readonly delayed: "delayed";
|
|
45
|
+
readonly expired: "expired";
|
|
46
|
+
readonly failed: "failed";
|
|
47
|
+
readonly payment_failed: "payment-failed";
|
|
48
|
+
readonly payment_pending: "payment-pending";
|
|
49
|
+
readonly pending: "pending";
|
|
50
|
+
readonly scheduled: "scheduled";
|
|
51
|
+
readonly unsupported: "unsupported";
|
|
52
|
+
};
|
|
53
|
+
export type CapacityReservationState =
|
|
54
|
+
(typeof CapacityReservationState)[keyof typeof CapacityReservationState];
|
|
32
55
|
export interface CapacityReservation {
|
|
33
56
|
CapacityReservationId?: string | undefined;
|
|
34
57
|
OwnerId?: string | undefined;
|
|
@@ -55,6 +78,8 @@ export interface CapacityReservation {
|
|
|
55
78
|
CapacityAllocations?: CapacityAllocation[] | undefined;
|
|
56
79
|
ReservationType?: CapacityReservationType | undefined;
|
|
57
80
|
UnusedReservationBillingOwnerId?: string | undefined;
|
|
81
|
+
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
82
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
58
83
|
}
|
|
59
84
|
export interface CreateCapacityReservationResult {
|
|
60
85
|
CapacityReservation?: CapacityReservation | undefined;
|
|
@@ -2125,6 +2150,9 @@ export interface CreateIpamResourceDiscoveryRequest {
|
|
|
2125
2150
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
2126
2151
|
ClientToken?: string | undefined;
|
|
2127
2152
|
}
|
|
2153
|
+
export interface IpamOrganizationalUnitExclusion {
|
|
2154
|
+
OrganizationsEntityPath?: string | undefined;
|
|
2155
|
+
}
|
|
2128
2156
|
export declare const IpamResourceDiscoveryState: {
|
|
2129
2157
|
readonly CREATE_COMPLETE: "create-complete";
|
|
2130
2158
|
readonly CREATE_FAILED: "create-failed";
|
|
@@ -2151,6 +2179,7 @@ export interface IpamResourceDiscovery {
|
|
|
2151
2179
|
IsDefault?: boolean | undefined;
|
|
2152
2180
|
State?: IpamResourceDiscoveryState | undefined;
|
|
2153
2181
|
Tags?: Tag[] | undefined;
|
|
2182
|
+
OrganizationalUnitExclusions?: IpamOrganizationalUnitExclusion[] | undefined;
|
|
2154
2183
|
}
|
|
2155
2184
|
export interface CreateIpamResourceDiscoveryResult {
|
|
2156
2185
|
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
@@ -2920,35 +2949,6 @@ export declare const NatGatewayState: {
|
|
|
2920
2949
|
};
|
|
2921
2950
|
export type NatGatewayState =
|
|
2922
2951
|
(typeof NatGatewayState)[keyof typeof NatGatewayState];
|
|
2923
|
-
export interface NatGateway {
|
|
2924
|
-
CreateTime?: Date | undefined;
|
|
2925
|
-
DeleteTime?: Date | undefined;
|
|
2926
|
-
FailureCode?: string | undefined;
|
|
2927
|
-
FailureMessage?: string | undefined;
|
|
2928
|
-
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
2929
|
-
NatGatewayId?: string | undefined;
|
|
2930
|
-
ProvisionedBandwidth?: ProvisionedBandwidth | undefined;
|
|
2931
|
-
State?: NatGatewayState | undefined;
|
|
2932
|
-
SubnetId?: string | undefined;
|
|
2933
|
-
VpcId?: string | undefined;
|
|
2934
|
-
Tags?: Tag[] | undefined;
|
|
2935
|
-
ConnectivityType?: ConnectivityType | undefined;
|
|
2936
|
-
}
|
|
2937
|
-
export interface CreateNatGatewayResult {
|
|
2938
|
-
ClientToken?: string | undefined;
|
|
2939
|
-
NatGateway?: NatGateway | undefined;
|
|
2940
|
-
}
|
|
2941
|
-
export interface CreateNetworkAclRequest {
|
|
2942
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2943
|
-
ClientToken?: string | undefined;
|
|
2944
|
-
DryRun?: boolean | undefined;
|
|
2945
|
-
VpcId: string | undefined;
|
|
2946
|
-
}
|
|
2947
|
-
export interface NetworkAclAssociation {
|
|
2948
|
-
NetworkAclAssociationId?: string | undefined;
|
|
2949
|
-
NetworkAclId?: string | undefined;
|
|
2950
|
-
SubnetId?: string | undefined;
|
|
2951
|
-
}
|
|
2952
2952
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2953
2953
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2954
2954
|
obj: RequestLaunchTemplateData
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
DynamicRoutingValue,
|
|
10
10
|
Ipv4PrefixSpecification,
|
|
11
11
|
Ipv6SupportValue,
|
|
12
|
+
NatGatewayAddress,
|
|
12
13
|
PortRange,
|
|
13
14
|
Protocol,
|
|
14
15
|
ReservedInstancesListing,
|
|
@@ -37,20 +38,50 @@ import {
|
|
|
37
38
|
CoipCidr,
|
|
38
39
|
CoipPool,
|
|
39
40
|
ConnectionTrackingSpecificationRequest,
|
|
40
|
-
|
|
41
|
+
ConnectivityType,
|
|
41
42
|
GatewayType,
|
|
42
43
|
InstanceIpv6Address,
|
|
43
44
|
Ipv4PrefixSpecificationRequest,
|
|
44
45
|
Ipv6PrefixSpecificationRequest,
|
|
45
|
-
|
|
46
|
+
NatGatewayState,
|
|
46
47
|
OperatorRequest,
|
|
47
48
|
OperatorResponse,
|
|
48
49
|
PrivateIpAddressSpecification,
|
|
50
|
+
ProvisionedBandwidth,
|
|
49
51
|
Subnet,
|
|
50
52
|
Tenancy,
|
|
51
53
|
VolumeType,
|
|
52
54
|
Vpc,
|
|
53
55
|
} from "./models_1";
|
|
56
|
+
export interface NatGateway {
|
|
57
|
+
CreateTime?: Date | undefined;
|
|
58
|
+
DeleteTime?: Date | undefined;
|
|
59
|
+
FailureCode?: string | undefined;
|
|
60
|
+
FailureMessage?: string | undefined;
|
|
61
|
+
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
62
|
+
NatGatewayId?: string | undefined;
|
|
63
|
+
ProvisionedBandwidth?: ProvisionedBandwidth | undefined;
|
|
64
|
+
State?: NatGatewayState | undefined;
|
|
65
|
+
SubnetId?: string | undefined;
|
|
66
|
+
VpcId?: string | undefined;
|
|
67
|
+
Tags?: Tag[] | undefined;
|
|
68
|
+
ConnectivityType?: ConnectivityType | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface CreateNatGatewayResult {
|
|
71
|
+
ClientToken?: string | undefined;
|
|
72
|
+
NatGateway?: NatGateway | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface CreateNetworkAclRequest {
|
|
75
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
76
|
+
ClientToken?: string | undefined;
|
|
77
|
+
DryRun?: boolean | undefined;
|
|
78
|
+
VpcId: string | undefined;
|
|
79
|
+
}
|
|
80
|
+
export interface NetworkAclAssociation {
|
|
81
|
+
NetworkAclAssociationId?: string | undefined;
|
|
82
|
+
NetworkAclId?: string | undefined;
|
|
83
|
+
SubnetId?: string | undefined;
|
|
84
|
+
}
|
|
54
85
|
export interface IcmpTypeCode {
|
|
55
86
|
Code?: number | undefined;
|
|
56
87
|
Type?: number | undefined;
|
|
@@ -2085,21 +2116,6 @@ export interface DeleteFpgaImageRequest {
|
|
|
2085
2116
|
DryRun?: boolean | undefined;
|
|
2086
2117
|
FpgaImageId: string | undefined;
|
|
2087
2118
|
}
|
|
2088
|
-
export interface DeleteFpgaImageResult {
|
|
2089
|
-
Return?: boolean | undefined;
|
|
2090
|
-
}
|
|
2091
|
-
export interface DeleteInstanceConnectEndpointRequest {
|
|
2092
|
-
DryRun?: boolean | undefined;
|
|
2093
|
-
InstanceConnectEndpointId: string | undefined;
|
|
2094
|
-
}
|
|
2095
|
-
export interface DeleteInstanceConnectEndpointResult {
|
|
2096
|
-
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
2097
|
-
}
|
|
2098
|
-
export interface DeleteInstanceEventWindowRequest {
|
|
2099
|
-
DryRun?: boolean | undefined;
|
|
2100
|
-
ForceDelete?: boolean | undefined;
|
|
2101
|
-
InstanceEventWindowId: string | undefined;
|
|
2102
|
-
}
|
|
2103
2119
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
2104
2120
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
2105
2121
|
) => any;
|
|
@@ -33,6 +33,7 @@ import {
|
|
|
33
33
|
DestinationFileFormat,
|
|
34
34
|
DhcpOptions,
|
|
35
35
|
DiskImageFormat,
|
|
36
|
+
Ec2InstanceConnectEndpoint,
|
|
36
37
|
EgressOnlyInternetGateway,
|
|
37
38
|
ExportTask,
|
|
38
39
|
FleetCapacityReservation,
|
|
@@ -83,6 +84,21 @@ import {
|
|
|
83
84
|
VerifiedAccessGroup,
|
|
84
85
|
VpcBlockPublicAccessExclusion,
|
|
85
86
|
} from "./models_2";
|
|
87
|
+
export interface DeleteFpgaImageResult {
|
|
88
|
+
Return?: boolean | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface DeleteInstanceConnectEndpointRequest {
|
|
91
|
+
DryRun?: boolean | undefined;
|
|
92
|
+
InstanceConnectEndpointId: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface DeleteInstanceConnectEndpointResult {
|
|
95
|
+
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface DeleteInstanceEventWindowRequest {
|
|
98
|
+
DryRun?: boolean | undefined;
|
|
99
|
+
ForceDelete?: boolean | undefined;
|
|
100
|
+
InstanceEventWindowId: string | undefined;
|
|
101
|
+
}
|
|
86
102
|
export interface InstanceEventWindowStateChange {
|
|
87
103
|
InstanceEventWindowId?: string | undefined;
|
|
88
104
|
State?: InstanceEventWindowState | undefined;
|
|
@@ -837,6 +853,66 @@ export interface DescribeByoipCidrsResult {
|
|
|
837
853
|
ByoipCidrs?: ByoipCidr[] | undefined;
|
|
838
854
|
NextToken?: string | undefined;
|
|
839
855
|
}
|
|
856
|
+
export interface DescribeCapacityBlockExtensionHistoryRequest {
|
|
857
|
+
CapacityReservationIds?: string[] | undefined;
|
|
858
|
+
NextToken?: string | undefined;
|
|
859
|
+
MaxResults?: number | undefined;
|
|
860
|
+
Filters?: Filter[] | undefined;
|
|
861
|
+
DryRun?: boolean | undefined;
|
|
862
|
+
}
|
|
863
|
+
export declare const CapacityBlockExtensionStatus: {
|
|
864
|
+
readonly PAYMENT_FAILED: "payment-failed";
|
|
865
|
+
readonly PAYMENT_PENDING: "payment-pending";
|
|
866
|
+
readonly PAYMENT_SUCCEEDED: "payment-succeeded";
|
|
867
|
+
};
|
|
868
|
+
export type CapacityBlockExtensionStatus =
|
|
869
|
+
(typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
|
|
870
|
+
export interface CapacityBlockExtension {
|
|
871
|
+
CapacityReservationId?: string | undefined;
|
|
872
|
+
InstanceType?: string | undefined;
|
|
873
|
+
InstanceCount?: number | undefined;
|
|
874
|
+
AvailabilityZone?: string | undefined;
|
|
875
|
+
AvailabilityZoneId?: string | undefined;
|
|
876
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
877
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
878
|
+
CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
|
|
879
|
+
CapacityBlockExtensionPurchaseDate?: Date | undefined;
|
|
880
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
881
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
882
|
+
UpfrontFee?: string | undefined;
|
|
883
|
+
CurrencyCode?: string | undefined;
|
|
884
|
+
}
|
|
885
|
+
export interface DescribeCapacityBlockExtensionHistoryResult {
|
|
886
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
887
|
+
NextToken?: string | undefined;
|
|
888
|
+
}
|
|
889
|
+
export interface DescribeCapacityBlockExtensionOfferingsRequest {
|
|
890
|
+
DryRun?: boolean | undefined;
|
|
891
|
+
CapacityBlockExtensionDurationHours: number | undefined;
|
|
892
|
+
CapacityReservationId: string | undefined;
|
|
893
|
+
NextToken?: string | undefined;
|
|
894
|
+
MaxResults?: number | undefined;
|
|
895
|
+
}
|
|
896
|
+
export interface CapacityBlockExtensionOffering {
|
|
897
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
898
|
+
InstanceType?: string | undefined;
|
|
899
|
+
InstanceCount?: number | undefined;
|
|
900
|
+
AvailabilityZone?: string | undefined;
|
|
901
|
+
AvailabilityZoneId?: string | undefined;
|
|
902
|
+
StartDate?: Date | undefined;
|
|
903
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
904
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
905
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
906
|
+
UpfrontFee?: string | undefined;
|
|
907
|
+
CurrencyCode?: string | undefined;
|
|
908
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
909
|
+
}
|
|
910
|
+
export interface DescribeCapacityBlockExtensionOfferingsResult {
|
|
911
|
+
CapacityBlockExtensionOfferings?:
|
|
912
|
+
| CapacityBlockExtensionOffering[]
|
|
913
|
+
| undefined;
|
|
914
|
+
NextToken?: string | undefined;
|
|
915
|
+
}
|
|
840
916
|
export interface DescribeCapacityBlockOfferingsRequest {
|
|
841
917
|
DryRun?: boolean | undefined;
|
|
842
918
|
InstanceType?: string | undefined;
|
|
@@ -858,6 +934,7 @@ export interface CapacityBlockOffering {
|
|
|
858
934
|
UpfrontFee?: string | undefined;
|
|
859
935
|
CurrencyCode?: string | undefined;
|
|
860
936
|
Tenancy?: CapacityReservationTenancy | undefined;
|
|
937
|
+
CapacityBlockDurationMinutes?: number | undefined;
|
|
861
938
|
}
|
|
862
939
|
export interface DescribeCapacityBlockOfferingsResult {
|
|
863
940
|
CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
|
|
@@ -1600,82 +1677,6 @@ export declare const ProductCodeValues: {
|
|
|
1600
1677
|
};
|
|
1601
1678
|
export type ProductCodeValues =
|
|
1602
1679
|
(typeof ProductCodeValues)[keyof typeof ProductCodeValues];
|
|
1603
|
-
export interface ProductCode {
|
|
1604
|
-
ProductCodeId?: string | undefined;
|
|
1605
|
-
ProductCodeType?: ProductCodeValues | undefined;
|
|
1606
|
-
}
|
|
1607
|
-
export interface FpgaImageAttribute {
|
|
1608
|
-
FpgaImageId?: string | undefined;
|
|
1609
|
-
Name?: string | undefined;
|
|
1610
|
-
Description?: string | undefined;
|
|
1611
|
-
LoadPermissions?: LoadPermission[] | undefined;
|
|
1612
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1613
|
-
}
|
|
1614
|
-
export interface DescribeFpgaImageAttributeResult {
|
|
1615
|
-
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
1616
|
-
}
|
|
1617
|
-
export interface DescribeFpgaImagesRequest {
|
|
1618
|
-
DryRun?: boolean | undefined;
|
|
1619
|
-
FpgaImageIds?: string[] | undefined;
|
|
1620
|
-
Owners?: string[] | undefined;
|
|
1621
|
-
Filters?: Filter[] | undefined;
|
|
1622
|
-
NextToken?: string | undefined;
|
|
1623
|
-
MaxResults?: number | undefined;
|
|
1624
|
-
}
|
|
1625
|
-
export interface PciId {
|
|
1626
|
-
DeviceId?: string | undefined;
|
|
1627
|
-
VendorId?: string | undefined;
|
|
1628
|
-
SubsystemId?: string | undefined;
|
|
1629
|
-
SubsystemVendorId?: string | undefined;
|
|
1630
|
-
}
|
|
1631
|
-
export declare const FpgaImageStateCode: {
|
|
1632
|
-
readonly available: "available";
|
|
1633
|
-
readonly failed: "failed";
|
|
1634
|
-
readonly pending: "pending";
|
|
1635
|
-
readonly unavailable: "unavailable";
|
|
1636
|
-
};
|
|
1637
|
-
export type FpgaImageStateCode =
|
|
1638
|
-
(typeof FpgaImageStateCode)[keyof typeof FpgaImageStateCode];
|
|
1639
|
-
export interface FpgaImageState {
|
|
1640
|
-
Code?: FpgaImageStateCode | undefined;
|
|
1641
|
-
Message?: string | undefined;
|
|
1642
|
-
}
|
|
1643
|
-
export interface FpgaImage {
|
|
1644
|
-
FpgaImageId?: string | undefined;
|
|
1645
|
-
FpgaImageGlobalId?: string | undefined;
|
|
1646
|
-
Name?: string | undefined;
|
|
1647
|
-
Description?: string | undefined;
|
|
1648
|
-
ShellVersion?: string | undefined;
|
|
1649
|
-
PciId?: PciId | undefined;
|
|
1650
|
-
State?: FpgaImageState | undefined;
|
|
1651
|
-
CreateTime?: Date | undefined;
|
|
1652
|
-
UpdateTime?: Date | undefined;
|
|
1653
|
-
OwnerId?: string | undefined;
|
|
1654
|
-
OwnerAlias?: string | undefined;
|
|
1655
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1656
|
-
Tags?: Tag[] | undefined;
|
|
1657
|
-
Public?: boolean | undefined;
|
|
1658
|
-
DataRetentionSupport?: boolean | undefined;
|
|
1659
|
-
InstanceTypes?: string[] | undefined;
|
|
1660
|
-
}
|
|
1661
|
-
export interface DescribeFpgaImagesResult {
|
|
1662
|
-
FpgaImages?: FpgaImage[] | undefined;
|
|
1663
|
-
NextToken?: string | undefined;
|
|
1664
|
-
}
|
|
1665
|
-
export interface DescribeHostReservationOfferingsRequest {
|
|
1666
|
-
Filter?: Filter[] | undefined;
|
|
1667
|
-
MaxDuration?: number | undefined;
|
|
1668
|
-
MaxResults?: number | undefined;
|
|
1669
|
-
MinDuration?: number | undefined;
|
|
1670
|
-
NextToken?: string | undefined;
|
|
1671
|
-
OfferingId?: string | undefined;
|
|
1672
|
-
}
|
|
1673
|
-
export declare const PaymentOption: {
|
|
1674
|
-
readonly ALL_UPFRONT: "AllUpfront";
|
|
1675
|
-
readonly NO_UPFRONT: "NoUpfront";
|
|
1676
|
-
readonly PARTIAL_UPFRONT: "PartialUpfront";
|
|
1677
|
-
};
|
|
1678
|
-
export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
|
|
1679
1680
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1680
1681
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1681
1682
|
) => any;
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
IpamResourceDiscoveryAssociation,
|
|
15
15
|
PathComponent,
|
|
16
16
|
ReservedInstancesListing,
|
|
17
|
-
SecurityGroupRule,
|
|
18
17
|
Tag,
|
|
19
18
|
} from "./models_0";
|
|
20
19
|
import {
|
|
@@ -40,7 +39,6 @@ import {
|
|
|
40
39
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
41
40
|
LocalGatewayRouteTableVpcAssociation,
|
|
42
41
|
ManagedPrefixList,
|
|
43
|
-
NatGateway,
|
|
44
42
|
OperatorResponse,
|
|
45
43
|
Placement,
|
|
46
44
|
PlatformValues,
|
|
@@ -49,6 +47,7 @@ import {
|
|
|
49
47
|
} from "./models_1";
|
|
50
48
|
import {
|
|
51
49
|
GroupIdentifier,
|
|
50
|
+
NatGateway,
|
|
52
51
|
NetworkAcl,
|
|
53
52
|
NetworkInsightsAccessScope,
|
|
54
53
|
NetworkInsightsPath,
|
|
@@ -65,10 +64,86 @@ import {
|
|
|
65
64
|
Filter,
|
|
66
65
|
IdFormat,
|
|
67
66
|
InstanceTagNotificationAttribute,
|
|
68
|
-
|
|
67
|
+
LoadPermission,
|
|
69
68
|
PermissionGroup,
|
|
70
|
-
|
|
69
|
+
ProductCodeValues,
|
|
71
70
|
} from "./models_3";
|
|
71
|
+
export interface ProductCode {
|
|
72
|
+
ProductCodeId?: string | undefined;
|
|
73
|
+
ProductCodeType?: ProductCodeValues | undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface FpgaImageAttribute {
|
|
76
|
+
FpgaImageId?: string | undefined;
|
|
77
|
+
Name?: string | undefined;
|
|
78
|
+
Description?: string | undefined;
|
|
79
|
+
LoadPermissions?: LoadPermission[] | undefined;
|
|
80
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface DescribeFpgaImageAttributeResult {
|
|
83
|
+
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface DescribeFpgaImagesRequest {
|
|
86
|
+
DryRun?: boolean | undefined;
|
|
87
|
+
FpgaImageIds?: string[] | undefined;
|
|
88
|
+
Owners?: string[] | undefined;
|
|
89
|
+
Filters?: Filter[] | undefined;
|
|
90
|
+
NextToken?: string | undefined;
|
|
91
|
+
MaxResults?: number | undefined;
|
|
92
|
+
}
|
|
93
|
+
export interface PciId {
|
|
94
|
+
DeviceId?: string | undefined;
|
|
95
|
+
VendorId?: string | undefined;
|
|
96
|
+
SubsystemId?: string | undefined;
|
|
97
|
+
SubsystemVendorId?: string | undefined;
|
|
98
|
+
}
|
|
99
|
+
export declare const FpgaImageStateCode: {
|
|
100
|
+
readonly available: "available";
|
|
101
|
+
readonly failed: "failed";
|
|
102
|
+
readonly pending: "pending";
|
|
103
|
+
readonly unavailable: "unavailable";
|
|
104
|
+
};
|
|
105
|
+
export type FpgaImageStateCode =
|
|
106
|
+
(typeof FpgaImageStateCode)[keyof typeof FpgaImageStateCode];
|
|
107
|
+
export interface FpgaImageState {
|
|
108
|
+
Code?: FpgaImageStateCode | undefined;
|
|
109
|
+
Message?: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface FpgaImage {
|
|
112
|
+
FpgaImageId?: string | undefined;
|
|
113
|
+
FpgaImageGlobalId?: string | undefined;
|
|
114
|
+
Name?: string | undefined;
|
|
115
|
+
Description?: string | undefined;
|
|
116
|
+
ShellVersion?: string | undefined;
|
|
117
|
+
PciId?: PciId | undefined;
|
|
118
|
+
State?: FpgaImageState | undefined;
|
|
119
|
+
CreateTime?: Date | undefined;
|
|
120
|
+
UpdateTime?: Date | undefined;
|
|
121
|
+
OwnerId?: string | undefined;
|
|
122
|
+
OwnerAlias?: string | undefined;
|
|
123
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
124
|
+
Tags?: Tag[] | undefined;
|
|
125
|
+
Public?: boolean | undefined;
|
|
126
|
+
DataRetentionSupport?: boolean | undefined;
|
|
127
|
+
InstanceTypes?: string[] | undefined;
|
|
128
|
+
}
|
|
129
|
+
export interface DescribeFpgaImagesResult {
|
|
130
|
+
FpgaImages?: FpgaImage[] | undefined;
|
|
131
|
+
NextToken?: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface DescribeHostReservationOfferingsRequest {
|
|
134
|
+
Filter?: Filter[] | undefined;
|
|
135
|
+
MaxDuration?: number | undefined;
|
|
136
|
+
MaxResults?: number | undefined;
|
|
137
|
+
MinDuration?: number | undefined;
|
|
138
|
+
NextToken?: string | undefined;
|
|
139
|
+
OfferingId?: string | undefined;
|
|
140
|
+
}
|
|
141
|
+
export declare const PaymentOption: {
|
|
142
|
+
readonly ALL_UPFRONT: "AllUpfront";
|
|
143
|
+
readonly NO_UPFRONT: "NoUpfront";
|
|
144
|
+
readonly PARTIAL_UPFRONT: "PartialUpfront";
|
|
145
|
+
};
|
|
146
|
+
export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
|
|
72
147
|
export interface HostOffering {
|
|
73
148
|
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
74
149
|
Duration?: number | undefined;
|
|
@@ -2020,84 +2095,6 @@ export interface ScheduledInstanceRecurrence {
|
|
|
2020
2095
|
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
2021
2096
|
OccurrenceUnit?: string | undefined;
|
|
2022
2097
|
}
|
|
2023
|
-
export interface ScheduledInstanceAvailability {
|
|
2024
|
-
AvailabilityZone?: string | undefined;
|
|
2025
|
-
AvailableInstanceCount?: number | undefined;
|
|
2026
|
-
FirstSlotStartTime?: Date | undefined;
|
|
2027
|
-
HourlyPrice?: string | undefined;
|
|
2028
|
-
InstanceType?: string | undefined;
|
|
2029
|
-
MaxTermDurationInDays?: number | undefined;
|
|
2030
|
-
MinTermDurationInDays?: number | undefined;
|
|
2031
|
-
NetworkPlatform?: string | undefined;
|
|
2032
|
-
Platform?: string | undefined;
|
|
2033
|
-
PurchaseToken?: string | undefined;
|
|
2034
|
-
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
2035
|
-
SlotDurationInHours?: number | undefined;
|
|
2036
|
-
TotalScheduledInstanceHours?: number | undefined;
|
|
2037
|
-
}
|
|
2038
|
-
export interface DescribeScheduledInstanceAvailabilityResult {
|
|
2039
|
-
NextToken?: string | undefined;
|
|
2040
|
-
ScheduledInstanceAvailabilitySet?:
|
|
2041
|
-
| ScheduledInstanceAvailability[]
|
|
2042
|
-
| undefined;
|
|
2043
|
-
}
|
|
2044
|
-
export interface SlotStartTimeRangeRequest {
|
|
2045
|
-
EarliestTime?: Date | undefined;
|
|
2046
|
-
LatestTime?: Date | undefined;
|
|
2047
|
-
}
|
|
2048
|
-
export interface DescribeScheduledInstancesRequest {
|
|
2049
|
-
DryRun?: boolean | undefined;
|
|
2050
|
-
Filters?: Filter[] | undefined;
|
|
2051
|
-
MaxResults?: number | undefined;
|
|
2052
|
-
NextToken?: string | undefined;
|
|
2053
|
-
ScheduledInstanceIds?: string[] | undefined;
|
|
2054
|
-
SlotStartTimeRange?: SlotStartTimeRangeRequest | undefined;
|
|
2055
|
-
}
|
|
2056
|
-
export interface ScheduledInstance {
|
|
2057
|
-
AvailabilityZone?: string | undefined;
|
|
2058
|
-
CreateDate?: Date | undefined;
|
|
2059
|
-
HourlyPrice?: string | undefined;
|
|
2060
|
-
InstanceCount?: number | undefined;
|
|
2061
|
-
InstanceType?: string | undefined;
|
|
2062
|
-
NetworkPlatform?: string | undefined;
|
|
2063
|
-
NextSlotStartTime?: Date | undefined;
|
|
2064
|
-
Platform?: string | undefined;
|
|
2065
|
-
PreviousSlotEndTime?: Date | undefined;
|
|
2066
|
-
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
2067
|
-
ScheduledInstanceId?: string | undefined;
|
|
2068
|
-
SlotDurationInHours?: number | undefined;
|
|
2069
|
-
TermEndDate?: Date | undefined;
|
|
2070
|
-
TermStartDate?: Date | undefined;
|
|
2071
|
-
TotalScheduledInstanceHours?: number | undefined;
|
|
2072
|
-
}
|
|
2073
|
-
export interface DescribeScheduledInstancesResult {
|
|
2074
|
-
NextToken?: string | undefined;
|
|
2075
|
-
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
2076
|
-
}
|
|
2077
|
-
export interface DescribeSecurityGroupReferencesRequest {
|
|
2078
|
-
DryRun?: boolean | undefined;
|
|
2079
|
-
GroupId: string[] | undefined;
|
|
2080
|
-
}
|
|
2081
|
-
export interface SecurityGroupReference {
|
|
2082
|
-
GroupId?: string | undefined;
|
|
2083
|
-
ReferencingVpcId?: string | undefined;
|
|
2084
|
-
VpcPeeringConnectionId?: string | undefined;
|
|
2085
|
-
TransitGatewayId?: string | undefined;
|
|
2086
|
-
}
|
|
2087
|
-
export interface DescribeSecurityGroupReferencesResult {
|
|
2088
|
-
SecurityGroupReferenceSet?: SecurityGroupReference[] | undefined;
|
|
2089
|
-
}
|
|
2090
|
-
export interface DescribeSecurityGroupRulesRequest {
|
|
2091
|
-
Filters?: Filter[] | undefined;
|
|
2092
|
-
SecurityGroupRuleIds?: string[] | undefined;
|
|
2093
|
-
DryRun?: boolean | undefined;
|
|
2094
|
-
NextToken?: string | undefined;
|
|
2095
|
-
MaxResults?: number | undefined;
|
|
2096
|
-
}
|
|
2097
|
-
export interface DescribeSecurityGroupRulesResult {
|
|
2098
|
-
SecurityGroupRules?: SecurityGroupRule[] | undefined;
|
|
2099
|
-
NextToken?: string | undefined;
|
|
2100
|
-
}
|
|
2101
2098
|
export declare const SnapshotDetailFilterSensitiveLog: (
|
|
2102
2099
|
obj: SnapshotDetail
|
|
2103
2100
|
) => any;
|