@aws-sdk/client-ec2 3.682.0 → 3.686.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 +455 -150
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/AssociateSecurityGroupVpcCommand.js +22 -0
- package/dist-es/commands/DescribeSecurityGroupVpcAssociationsCommand.js +22 -0
- package/dist-es/commands/DisassociateSecurityGroupVpcCommand.js +22 -0
- package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/models/models_3.js +0 -15
- package/dist-es/models/models_4.js +15 -6
- package/dist-es/models/models_5.js +6 -6
- package/dist-es/models/models_6.js +6 -13
- package/dist-es/models/models_7.js +14 -0
- package/dist-es/pagination/DescribeSecurityGroupVpcAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +248 -3
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +92 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -2
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +90 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +8 -3
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +75 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +15 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +15 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +53 -254
- package/dist-types/models/models_1.d.ts +259 -111
- package/dist-types/models/models_2.d.ts +117 -72
- package/dist-types/models/models_3.d.ts +72 -58
- package/dist-types/models/models_4.d.ts +179 -182
- package/dist-types/models/models_5.d.ts +205 -139
- package/dist-types/models/models_6.d.ts +134 -316
- package/dist-types/models/models_7.d.ts +389 -6
- package/dist-types/pagination/DescribeSecurityGroupVpcAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +58 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateSecurityGroupVpcCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -37
- package/dist-types/ts3.4/models/models_1.d.ts +43 -25
- package/dist-types/ts3.4/models/models_2.d.ts +24 -15
- package/dist-types/ts3.4/models/models_3.d.ts +16 -24
- package/dist-types/ts3.4/models/models_4.d.ts +42 -38
- package/dist-types/ts3.4/models/models_5.d.ts +47 -41
- package/dist-types/ts3.4/models/models_6.d.ts +36 -68
- package/dist-types/ts3.4/models/models_7.d.ts +90 -2
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupVpcAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +37 -37
|
@@ -45,13 +45,35 @@ import {
|
|
|
45
45
|
IpamScope,
|
|
46
46
|
Ipv4PrefixSpecificationRequest,
|
|
47
47
|
Ipv6PrefixSpecificationRequest,
|
|
48
|
-
LaunchTemplate,
|
|
49
48
|
PrivateIpAddressSpecification,
|
|
50
49
|
Subnet,
|
|
51
50
|
Tenancy,
|
|
52
51
|
VolumeType,
|
|
53
52
|
Vpc,
|
|
54
53
|
} from "./models_1";
|
|
54
|
+
export interface RequestFilterPortRange {
|
|
55
|
+
FromPort?: number;
|
|
56
|
+
ToPort?: number;
|
|
57
|
+
}
|
|
58
|
+
export interface PathRequestFilter {
|
|
59
|
+
SourceAddress?: string;
|
|
60
|
+
SourcePortRange?: RequestFilterPortRange;
|
|
61
|
+
DestinationAddress?: string;
|
|
62
|
+
DestinationPortRange?: RequestFilterPortRange;
|
|
63
|
+
}
|
|
64
|
+
export interface CreateNetworkInsightsPathRequest {
|
|
65
|
+
SourceIp?: string;
|
|
66
|
+
DestinationIp?: string;
|
|
67
|
+
Source: string | undefined;
|
|
68
|
+
Destination?: string;
|
|
69
|
+
Protocol: Protocol | undefined;
|
|
70
|
+
DestinationPort?: number;
|
|
71
|
+
TagSpecifications?: TagSpecification[];
|
|
72
|
+
DryRun?: boolean;
|
|
73
|
+
ClientToken?: string;
|
|
74
|
+
FilterAtSource?: PathRequestFilter;
|
|
75
|
+
FilterAtDestination?: PathRequestFilter;
|
|
76
|
+
}
|
|
55
77
|
export interface FilterPortRange {
|
|
56
78
|
FromPort?: number;
|
|
57
79
|
ToPort?: number;
|
|
@@ -454,6 +476,7 @@ export interface CreateSecurityGroupRequest {
|
|
|
454
476
|
export interface CreateSecurityGroupResult {
|
|
455
477
|
GroupId?: string;
|
|
456
478
|
Tags?: Tag[];
|
|
479
|
+
SecurityGroupArn?: string;
|
|
457
480
|
}
|
|
458
481
|
export interface CreateSnapshotRequest {
|
|
459
482
|
Description?: string;
|
|
@@ -1992,20 +2015,6 @@ export interface DeleteKeyPairResult {
|
|
|
1992
2015
|
Return?: boolean;
|
|
1993
2016
|
KeyPairId?: string;
|
|
1994
2017
|
}
|
|
1995
|
-
export interface DeleteLaunchTemplateRequest {
|
|
1996
|
-
DryRun?: boolean;
|
|
1997
|
-
LaunchTemplateId?: string;
|
|
1998
|
-
LaunchTemplateName?: string;
|
|
1999
|
-
}
|
|
2000
|
-
export interface DeleteLaunchTemplateResult {
|
|
2001
|
-
LaunchTemplate?: LaunchTemplate;
|
|
2002
|
-
}
|
|
2003
|
-
export interface DeleteLaunchTemplateVersionsRequest {
|
|
2004
|
-
DryRun?: boolean;
|
|
2005
|
-
LaunchTemplateId?: string;
|
|
2006
|
-
LaunchTemplateName?: string;
|
|
2007
|
-
Versions: string[] | undefined;
|
|
2008
|
-
}
|
|
2009
2018
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
2010
2019
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
2011
2020
|
) => any;
|
|
@@ -12,7 +12,6 @@ import {
|
|
|
12
12
|
AutoPlacement,
|
|
13
13
|
BundleTask,
|
|
14
14
|
ByoipCidr,
|
|
15
|
-
CapacityReservation,
|
|
16
15
|
CapacityReservationFleetState,
|
|
17
16
|
CapacityReservationTenancy,
|
|
18
17
|
ClientVpnAuthorizationRuleStatus,
|
|
@@ -29,6 +28,7 @@ import {
|
|
|
29
28
|
} from "./models_0";
|
|
30
29
|
import {
|
|
31
30
|
_InstanceType,
|
|
31
|
+
CapacityReservation,
|
|
32
32
|
CarrierGateway,
|
|
33
33
|
ClientVpnAuthenticationType,
|
|
34
34
|
ClientVpnEndpointStatus,
|
|
@@ -52,6 +52,7 @@ import {
|
|
|
52
52
|
FleetReplacementStrategy,
|
|
53
53
|
FleetType,
|
|
54
54
|
InstanceLifecycle,
|
|
55
|
+
LaunchTemplate,
|
|
55
56
|
LaunchTemplateAndOverridesResponse,
|
|
56
57
|
LocalGatewayRoute,
|
|
57
58
|
LocalGatewayRouteTable,
|
|
@@ -82,6 +83,20 @@ import {
|
|
|
82
83
|
VerifiedAccessEndpoint,
|
|
83
84
|
VerifiedAccessGroup,
|
|
84
85
|
} from "./models_2";
|
|
86
|
+
export interface DeleteLaunchTemplateRequest {
|
|
87
|
+
DryRun?: boolean;
|
|
88
|
+
LaunchTemplateId?: string;
|
|
89
|
+
LaunchTemplateName?: string;
|
|
90
|
+
}
|
|
91
|
+
export interface DeleteLaunchTemplateResult {
|
|
92
|
+
LaunchTemplate?: LaunchTemplate;
|
|
93
|
+
}
|
|
94
|
+
export interface DeleteLaunchTemplateVersionsRequest {
|
|
95
|
+
DryRun?: boolean;
|
|
96
|
+
LaunchTemplateId?: string;
|
|
97
|
+
LaunchTemplateName?: string;
|
|
98
|
+
Versions: string[] | undefined;
|
|
99
|
+
}
|
|
85
100
|
export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
86
101
|
LaunchTemplateId?: string;
|
|
87
102
|
LaunchTemplateName?: string;
|
|
@@ -1690,29 +1705,6 @@ export interface DescribeIdentityIdFormatRequest {
|
|
|
1690
1705
|
export interface DescribeIdentityIdFormatResult {
|
|
1691
1706
|
Statuses?: IdFormat[];
|
|
1692
1707
|
}
|
|
1693
|
-
export interface DescribeIdFormatRequest {
|
|
1694
|
-
Resource?: string;
|
|
1695
|
-
}
|
|
1696
|
-
export interface DescribeIdFormatResult {
|
|
1697
|
-
Statuses?: IdFormat[];
|
|
1698
|
-
}
|
|
1699
|
-
export declare const ImageAttributeName: {
|
|
1700
|
-
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
1701
|
-
readonly bootMode: "bootMode";
|
|
1702
|
-
readonly deregistrationProtection: "deregistrationProtection";
|
|
1703
|
-
readonly description: "description";
|
|
1704
|
-
readonly imdsSupport: "imdsSupport";
|
|
1705
|
-
readonly kernel: "kernel";
|
|
1706
|
-
readonly lastLaunchedTime: "lastLaunchedTime";
|
|
1707
|
-
readonly launchPermission: "launchPermission";
|
|
1708
|
-
readonly productCodes: "productCodes";
|
|
1709
|
-
readonly ramdisk: "ramdisk";
|
|
1710
|
-
readonly sriovNetSupport: "sriovNetSupport";
|
|
1711
|
-
readonly tpmSupport: "tpmSupport";
|
|
1712
|
-
readonly uefiData: "uefiData";
|
|
1713
|
-
};
|
|
1714
|
-
export type ImageAttributeName =
|
|
1715
|
-
(typeof ImageAttributeName)[keyof typeof ImageAttributeName];
|
|
1716
1708
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1717
1709
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1718
1710
|
) => any;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import {
|
|
2
|
-
ActiveInstance,
|
|
3
2
|
AlternatePathHint,
|
|
4
3
|
AttachmentStatus,
|
|
5
4
|
CurrencyCodeValues,
|
|
@@ -11,6 +10,7 @@ import {
|
|
|
11
10
|
PathComponent,
|
|
12
11
|
ReservedInstancesListing,
|
|
13
12
|
SecurityGroupRule,
|
|
13
|
+
SecurityGroupVpcAssociationState,
|
|
14
14
|
Tag,
|
|
15
15
|
} from "./models_0";
|
|
16
16
|
import {
|
|
@@ -56,19 +56,39 @@ import {
|
|
|
56
56
|
RouteTable,
|
|
57
57
|
Snapshot,
|
|
58
58
|
SnapshotState,
|
|
59
|
-
SpotDatafeedSubscription,
|
|
60
59
|
StorageTier,
|
|
61
60
|
} from "./models_2";
|
|
62
61
|
import {
|
|
63
62
|
Byoasn,
|
|
64
|
-
EventInformation,
|
|
65
63
|
Filter,
|
|
66
64
|
IdFormat,
|
|
67
|
-
ImageAttributeName,
|
|
68
65
|
InstanceTagNotificationAttribute,
|
|
69
66
|
PermissionGroup,
|
|
70
67
|
ProductCode,
|
|
71
68
|
} from "./models_3";
|
|
69
|
+
export interface DescribeIdFormatRequest {
|
|
70
|
+
Resource?: string;
|
|
71
|
+
}
|
|
72
|
+
export interface DescribeIdFormatResult {
|
|
73
|
+
Statuses?: IdFormat[];
|
|
74
|
+
}
|
|
75
|
+
export declare const ImageAttributeName: {
|
|
76
|
+
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
77
|
+
readonly bootMode: "bootMode";
|
|
78
|
+
readonly deregistrationProtection: "deregistrationProtection";
|
|
79
|
+
readonly description: "description";
|
|
80
|
+
readonly imdsSupport: "imdsSupport";
|
|
81
|
+
readonly kernel: "kernel";
|
|
82
|
+
readonly lastLaunchedTime: "lastLaunchedTime";
|
|
83
|
+
readonly launchPermission: "launchPermission";
|
|
84
|
+
readonly productCodes: "productCodes";
|
|
85
|
+
readonly ramdisk: "ramdisk";
|
|
86
|
+
readonly sriovNetSupport: "sriovNetSupport";
|
|
87
|
+
readonly tpmSupport: "tpmSupport";
|
|
88
|
+
readonly uefiData: "uefiData";
|
|
89
|
+
};
|
|
90
|
+
export type ImageAttributeName =
|
|
91
|
+
(typeof ImageAttributeName)[keyof typeof ImageAttributeName];
|
|
72
92
|
export interface DescribeImageAttributeRequest {
|
|
73
93
|
Attribute: ImageAttributeName | undefined;
|
|
74
94
|
ImageId: string | undefined;
|
|
@@ -1942,6 +1962,7 @@ export interface SecurityGroup {
|
|
|
1942
1962
|
IpPermissionsEgress?: IpPermission[];
|
|
1943
1963
|
Tags?: Tag[];
|
|
1944
1964
|
VpcId?: string;
|
|
1965
|
+
SecurityGroupArn?: string;
|
|
1945
1966
|
OwnerId?: string;
|
|
1946
1967
|
GroupName?: string;
|
|
1947
1968
|
Description?: string;
|
|
@@ -1951,6 +1972,23 @@ export interface DescribeSecurityGroupsResult {
|
|
|
1951
1972
|
NextToken?: string;
|
|
1952
1973
|
SecurityGroups?: SecurityGroup[];
|
|
1953
1974
|
}
|
|
1975
|
+
export interface DescribeSecurityGroupVpcAssociationsRequest {
|
|
1976
|
+
Filters?: Filter[];
|
|
1977
|
+
NextToken?: string;
|
|
1978
|
+
MaxResults?: number;
|
|
1979
|
+
DryRun?: boolean;
|
|
1980
|
+
}
|
|
1981
|
+
export interface SecurityGroupVpcAssociation {
|
|
1982
|
+
GroupId?: string;
|
|
1983
|
+
VpcId?: string;
|
|
1984
|
+
VpcOwnerId?: string;
|
|
1985
|
+
State?: SecurityGroupVpcAssociationState;
|
|
1986
|
+
StateReason?: string;
|
|
1987
|
+
}
|
|
1988
|
+
export interface DescribeSecurityGroupVpcAssociationsResult {
|
|
1989
|
+
SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[];
|
|
1990
|
+
NextToken?: string;
|
|
1991
|
+
}
|
|
1954
1992
|
export declare const SnapshotAttributeName: {
|
|
1955
1993
|
readonly createVolumePermission: "createVolumePermission";
|
|
1956
1994
|
readonly productCodes: "productCodes";
|
|
@@ -2024,40 +2062,6 @@ export interface DescribeSnapshotTierStatusResult {
|
|
|
2024
2062
|
export interface DescribeSpotDatafeedSubscriptionRequest {
|
|
2025
2063
|
DryRun?: boolean;
|
|
2026
2064
|
}
|
|
2027
|
-
export interface DescribeSpotDatafeedSubscriptionResult {
|
|
2028
|
-
SpotDatafeedSubscription?: SpotDatafeedSubscription;
|
|
2029
|
-
}
|
|
2030
|
-
export interface DescribeSpotFleetInstancesRequest {
|
|
2031
|
-
DryRun?: boolean;
|
|
2032
|
-
SpotFleetRequestId: string | undefined;
|
|
2033
|
-
NextToken?: string;
|
|
2034
|
-
MaxResults?: number;
|
|
2035
|
-
}
|
|
2036
|
-
export interface DescribeSpotFleetInstancesResponse {
|
|
2037
|
-
ActiveInstances?: ActiveInstance[];
|
|
2038
|
-
NextToken?: string;
|
|
2039
|
-
SpotFleetRequestId?: string;
|
|
2040
|
-
}
|
|
2041
|
-
export declare const EventType: {
|
|
2042
|
-
readonly BATCH_CHANGE: "fleetRequestChange";
|
|
2043
|
-
readonly ERROR: "error";
|
|
2044
|
-
readonly INFORMATION: "information";
|
|
2045
|
-
readonly INSTANCE_CHANGE: "instanceChange";
|
|
2046
|
-
};
|
|
2047
|
-
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
2048
|
-
export interface DescribeSpotFleetRequestHistoryRequest {
|
|
2049
|
-
DryRun?: boolean;
|
|
2050
|
-
SpotFleetRequestId: string | undefined;
|
|
2051
|
-
EventType?: EventType;
|
|
2052
|
-
StartTime: Date | undefined;
|
|
2053
|
-
NextToken?: string;
|
|
2054
|
-
MaxResults?: number;
|
|
2055
|
-
}
|
|
2056
|
-
export interface HistoryRecord {
|
|
2057
|
-
EventInformation?: EventInformation;
|
|
2058
|
-
EventType?: EventType;
|
|
2059
|
-
Timestamp?: Date;
|
|
2060
|
-
}
|
|
2061
2065
|
export declare const SnapshotDetailFilterSensitiveLog: (
|
|
2062
2066
|
obj: SnapshotDetail
|
|
2063
2067
|
) => any;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
ActiveInstance,
|
|
2
3
|
ActivityStatus,
|
|
3
4
|
AddressTransfer,
|
|
4
5
|
AllocationStrategy,
|
|
@@ -13,6 +14,7 @@ import {
|
|
|
13
14
|
IpamResourceDiscoveryAssociation,
|
|
14
15
|
NatGatewayAddress,
|
|
15
16
|
ResourceType,
|
|
17
|
+
SecurityGroupVpcAssociationState,
|
|
16
18
|
SubnetIpv6CidrBlockAssociation,
|
|
17
19
|
Tag,
|
|
18
20
|
TagSpecification,
|
|
@@ -63,6 +65,7 @@ import {
|
|
|
63
65
|
ServiceConfiguration,
|
|
64
66
|
ServiceConnectivityType,
|
|
65
67
|
ServiceTypeDetail,
|
|
68
|
+
SpotDatafeedSubscription,
|
|
66
69
|
SpotInstanceStateFault,
|
|
67
70
|
State,
|
|
68
71
|
TrafficMirrorFilter,
|
|
@@ -84,6 +87,7 @@ import {
|
|
|
84
87
|
VpnGateway,
|
|
85
88
|
} from "./models_2";
|
|
86
89
|
import {
|
|
90
|
+
EventInformation,
|
|
87
91
|
ExportTaskS3Location,
|
|
88
92
|
FastLaunchLaunchTemplateSpecificationResponse,
|
|
89
93
|
FastLaunchResourceType,
|
|
@@ -96,11 +100,41 @@ import {
|
|
|
96
100
|
ProductCode,
|
|
97
101
|
StatisticType,
|
|
98
102
|
} from "./models_3";
|
|
99
|
-
import {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
103
|
+
import { AttributeBooleanValue, RIProductDescription } from "./models_4";
|
|
104
|
+
export interface DescribeSpotDatafeedSubscriptionResult {
|
|
105
|
+
SpotDatafeedSubscription?: SpotDatafeedSubscription;
|
|
106
|
+
}
|
|
107
|
+
export interface DescribeSpotFleetInstancesRequest {
|
|
108
|
+
DryRun?: boolean;
|
|
109
|
+
SpotFleetRequestId: string | undefined;
|
|
110
|
+
NextToken?: string;
|
|
111
|
+
MaxResults?: number;
|
|
112
|
+
}
|
|
113
|
+
export interface DescribeSpotFleetInstancesResponse {
|
|
114
|
+
ActiveInstances?: ActiveInstance[];
|
|
115
|
+
NextToken?: string;
|
|
116
|
+
SpotFleetRequestId?: string;
|
|
117
|
+
}
|
|
118
|
+
export declare const EventType: {
|
|
119
|
+
readonly BATCH_CHANGE: "fleetRequestChange";
|
|
120
|
+
readonly ERROR: "error";
|
|
121
|
+
readonly INFORMATION: "information";
|
|
122
|
+
readonly INSTANCE_CHANGE: "instanceChange";
|
|
123
|
+
};
|
|
124
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
125
|
+
export interface DescribeSpotFleetRequestHistoryRequest {
|
|
126
|
+
DryRun?: boolean;
|
|
127
|
+
SpotFleetRequestId: string | undefined;
|
|
128
|
+
EventType?: EventType;
|
|
129
|
+
StartTime: Date | undefined;
|
|
130
|
+
NextToken?: string;
|
|
131
|
+
MaxResults?: number;
|
|
132
|
+
}
|
|
133
|
+
export interface HistoryRecord {
|
|
134
|
+
EventInformation?: EventInformation;
|
|
135
|
+
EventType?: EventType;
|
|
136
|
+
Timestamp?: Date;
|
|
137
|
+
}
|
|
104
138
|
export interface DescribeSpotFleetRequestHistoryResponse {
|
|
105
139
|
HistoryRecords?: HistoryRecord[];
|
|
106
140
|
LastEvaluatedTime?: Date;
|
|
@@ -1301,6 +1335,14 @@ export interface DisassociateRouteTableRequest {
|
|
|
1301
1335
|
DryRun?: boolean;
|
|
1302
1336
|
AssociationId: string | undefined;
|
|
1303
1337
|
}
|
|
1338
|
+
export interface DisassociateSecurityGroupVpcRequest {
|
|
1339
|
+
GroupId: string | undefined;
|
|
1340
|
+
VpcId: string | undefined;
|
|
1341
|
+
DryRun?: boolean;
|
|
1342
|
+
}
|
|
1343
|
+
export interface DisassociateSecurityGroupVpcResult {
|
|
1344
|
+
State?: SecurityGroupVpcAssociationState;
|
|
1345
|
+
}
|
|
1304
1346
|
export interface DisassociateSubnetCidrBlockRequest {
|
|
1305
1347
|
AssociationId: string | undefined;
|
|
1306
1348
|
}
|
|
@@ -1692,42 +1734,6 @@ export interface GetConsoleOutputRequest {
|
|
|
1692
1734
|
Latest?: boolean;
|
|
1693
1735
|
DryRun?: boolean;
|
|
1694
1736
|
}
|
|
1695
|
-
export interface GetConsoleOutputResult {
|
|
1696
|
-
InstanceId?: string;
|
|
1697
|
-
Timestamp?: Date;
|
|
1698
|
-
Output?: string;
|
|
1699
|
-
}
|
|
1700
|
-
export interface GetConsoleScreenshotRequest {
|
|
1701
|
-
DryRun?: boolean;
|
|
1702
|
-
InstanceId: string | undefined;
|
|
1703
|
-
WakeUp?: boolean;
|
|
1704
|
-
}
|
|
1705
|
-
export interface GetConsoleScreenshotResult {
|
|
1706
|
-
ImageData?: string;
|
|
1707
|
-
InstanceId?: string;
|
|
1708
|
-
}
|
|
1709
|
-
export declare const UnlimitedSupportedInstanceFamily: {
|
|
1710
|
-
readonly t2: "t2";
|
|
1711
|
-
readonly t3: "t3";
|
|
1712
|
-
readonly t3a: "t3a";
|
|
1713
|
-
readonly t4g: "t4g";
|
|
1714
|
-
};
|
|
1715
|
-
export type UnlimitedSupportedInstanceFamily =
|
|
1716
|
-
(typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
1717
|
-
export interface GetDefaultCreditSpecificationRequest {
|
|
1718
|
-
DryRun?: boolean;
|
|
1719
|
-
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
1720
|
-
}
|
|
1721
|
-
export interface InstanceFamilyCreditSpecification {
|
|
1722
|
-
InstanceFamily?: UnlimitedSupportedInstanceFamily;
|
|
1723
|
-
CpuCredits?: string;
|
|
1724
|
-
}
|
|
1725
|
-
export interface GetDefaultCreditSpecificationResult {
|
|
1726
|
-
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
1727
|
-
}
|
|
1728
|
-
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
1729
|
-
DryRun?: boolean;
|
|
1730
|
-
}
|
|
1731
1737
|
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
|
|
1732
1738
|
obj: SpotFleetLaunchSpecification
|
|
1733
1739
|
) => any;
|
|
@@ -28,7 +28,6 @@ import {
|
|
|
28
28
|
UnsuccessfulItem,
|
|
29
29
|
VerifiedAccessInstance,
|
|
30
30
|
VerifiedAccessSseSpecificationResponse,
|
|
31
|
-
VerifiedAccessTrustProvider,
|
|
32
31
|
} from "./models_0";
|
|
33
32
|
import {
|
|
34
33
|
_InstanceType,
|
|
@@ -63,17 +62,13 @@ import {
|
|
|
63
62
|
ShutdownBehavior,
|
|
64
63
|
TargetCapacitySpecificationRequest,
|
|
65
64
|
TargetCapacityUnitType,
|
|
66
|
-
VolumeType,
|
|
67
65
|
} from "./models_1";
|
|
68
66
|
import {
|
|
69
67
|
AutoAcceptSharedAttachmentsValue,
|
|
70
68
|
DefaultRouteTableAssociationValue,
|
|
71
69
|
DefaultRouteTablePropagationValue,
|
|
72
|
-
DnsOptionsSpecification,
|
|
73
|
-
IpAddressType,
|
|
74
70
|
SSEType,
|
|
75
71
|
SubnetCidrReservation,
|
|
76
|
-
SubnetConfiguration,
|
|
77
72
|
TrafficDirection,
|
|
78
73
|
TrafficMirrorFilter,
|
|
79
74
|
TrafficMirrorFilterRule,
|
|
@@ -124,14 +119,47 @@ import {
|
|
|
124
119
|
} from "./models_4";
|
|
125
120
|
import {
|
|
126
121
|
ExcessCapacityTerminationPolicy,
|
|
127
|
-
InstanceFamilyCreditSpecification,
|
|
128
122
|
LaunchTemplateConfig,
|
|
129
123
|
SnapshotBlockPublicAccessState,
|
|
130
124
|
TransitGatewayPropagationState,
|
|
131
|
-
UnlimitedSupportedInstanceFamily,
|
|
132
125
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
133
|
-
VolumeModification,
|
|
134
126
|
} from "./models_5";
|
|
127
|
+
export interface GetConsoleOutputResult {
|
|
128
|
+
InstanceId?: string;
|
|
129
|
+
Timestamp?: Date;
|
|
130
|
+
Output?: string;
|
|
131
|
+
}
|
|
132
|
+
export interface GetConsoleScreenshotRequest {
|
|
133
|
+
DryRun?: boolean;
|
|
134
|
+
InstanceId: string | undefined;
|
|
135
|
+
WakeUp?: boolean;
|
|
136
|
+
}
|
|
137
|
+
export interface GetConsoleScreenshotResult {
|
|
138
|
+
ImageData?: string;
|
|
139
|
+
InstanceId?: string;
|
|
140
|
+
}
|
|
141
|
+
export declare const UnlimitedSupportedInstanceFamily: {
|
|
142
|
+
readonly t2: "t2";
|
|
143
|
+
readonly t3: "t3";
|
|
144
|
+
readonly t3a: "t3a";
|
|
145
|
+
readonly t4g: "t4g";
|
|
146
|
+
};
|
|
147
|
+
export type UnlimitedSupportedInstanceFamily =
|
|
148
|
+
(typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
149
|
+
export interface GetDefaultCreditSpecificationRequest {
|
|
150
|
+
DryRun?: boolean;
|
|
151
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface InstanceFamilyCreditSpecification {
|
|
154
|
+
InstanceFamily?: UnlimitedSupportedInstanceFamily;
|
|
155
|
+
CpuCredits?: string;
|
|
156
|
+
}
|
|
157
|
+
export interface GetDefaultCreditSpecificationResult {
|
|
158
|
+
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
159
|
+
}
|
|
160
|
+
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
161
|
+
DryRun?: boolean;
|
|
162
|
+
}
|
|
135
163
|
export interface GetEbsDefaultKmsKeyIdResult {
|
|
136
164
|
KmsKeyId?: string;
|
|
137
165
|
}
|
|
@@ -1840,60 +1868,6 @@ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
|
1840
1868
|
ClientSecret?: string;
|
|
1841
1869
|
Scope?: string;
|
|
1842
1870
|
}
|
|
1843
|
-
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
1844
|
-
VerifiedAccessTrustProviderId: string | undefined;
|
|
1845
|
-
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
|
|
1846
|
-
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions;
|
|
1847
|
-
Description?: string;
|
|
1848
|
-
DryRun?: boolean;
|
|
1849
|
-
ClientToken?: string;
|
|
1850
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest;
|
|
1851
|
-
}
|
|
1852
|
-
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
1853
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
1854
|
-
}
|
|
1855
|
-
export interface ModifyVolumeRequest {
|
|
1856
|
-
DryRun?: boolean;
|
|
1857
|
-
VolumeId: string | undefined;
|
|
1858
|
-
Size?: number;
|
|
1859
|
-
VolumeType?: VolumeType;
|
|
1860
|
-
Iops?: number;
|
|
1861
|
-
Throughput?: number;
|
|
1862
|
-
MultiAttachEnabled?: boolean;
|
|
1863
|
-
}
|
|
1864
|
-
export interface ModifyVolumeResult {
|
|
1865
|
-
VolumeModification?: VolumeModification;
|
|
1866
|
-
}
|
|
1867
|
-
export interface ModifyVolumeAttributeRequest {
|
|
1868
|
-
AutoEnableIO?: AttributeBooleanValue;
|
|
1869
|
-
VolumeId: string | undefined;
|
|
1870
|
-
DryRun?: boolean;
|
|
1871
|
-
}
|
|
1872
|
-
export interface ModifyVpcAttributeRequest {
|
|
1873
|
-
EnableDnsHostnames?: AttributeBooleanValue;
|
|
1874
|
-
EnableDnsSupport?: AttributeBooleanValue;
|
|
1875
|
-
VpcId: string | undefined;
|
|
1876
|
-
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
1877
|
-
}
|
|
1878
|
-
export interface ModifyVpcEndpointRequest {
|
|
1879
|
-
DryRun?: boolean;
|
|
1880
|
-
VpcEndpointId: string | undefined;
|
|
1881
|
-
ResetPolicy?: boolean;
|
|
1882
|
-
PolicyDocument?: string;
|
|
1883
|
-
AddRouteTableIds?: string[];
|
|
1884
|
-
RemoveRouteTableIds?: string[];
|
|
1885
|
-
AddSubnetIds?: string[];
|
|
1886
|
-
RemoveSubnetIds?: string[];
|
|
1887
|
-
AddSecurityGroupIds?: string[];
|
|
1888
|
-
RemoveSecurityGroupIds?: string[];
|
|
1889
|
-
IpAddressType?: IpAddressType;
|
|
1890
|
-
DnsOptions?: DnsOptionsSpecification;
|
|
1891
|
-
PrivateDnsEnabled?: boolean;
|
|
1892
|
-
SubnetConfigurations?: SubnetConfiguration[];
|
|
1893
|
-
}
|
|
1894
|
-
export interface ModifyVpcEndpointResult {
|
|
1895
|
-
Return?: boolean;
|
|
1896
|
-
}
|
|
1897
1871
|
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
1898
1872
|
obj: GetInstanceTpmEkPubResult
|
|
1899
1873
|
) => any;
|
|
@@ -1947,9 +1921,3 @@ export declare const ImportVolumeResultFilterSensitiveLog: (
|
|
|
1947
1921
|
export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1948
1922
|
obj: ModifyVerifiedAccessTrustProviderOidcOptions
|
|
1949
1923
|
) => any;
|
|
1950
|
-
export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: (
|
|
1951
|
-
obj: ModifyVerifiedAccessTrustProviderRequest
|
|
1952
|
-
) => any;
|
|
1953
|
-
export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1954
|
-
obj: ModifyVerifiedAccessTrustProviderResult
|
|
1955
|
-
) => any;
|
|
@@ -3,7 +3,6 @@ import {
|
|
|
3
3
|
AddressAttribute,
|
|
4
4
|
AddressAttributeName,
|
|
5
5
|
ByoipCidr,
|
|
6
|
-
CapacityReservation,
|
|
7
6
|
CapacityReservationInstancePlatform,
|
|
8
7
|
ClientVpnAuthorizationRuleStatus,
|
|
9
8
|
CurrencyCodeValues,
|
|
@@ -19,11 +18,13 @@ import {
|
|
|
19
18
|
TransitGatewayPeeringAttachment,
|
|
20
19
|
TransitGatewayVpcAttachment,
|
|
21
20
|
UnsuccessfulItem,
|
|
21
|
+
VerifiedAccessTrustProvider,
|
|
22
22
|
} from "./models_0";
|
|
23
23
|
import {
|
|
24
24
|
_InstanceType,
|
|
25
25
|
AmdSevSnpSpecification,
|
|
26
26
|
BlockDeviceMapping,
|
|
27
|
+
CapacityReservation,
|
|
27
28
|
CreditSpecificationRequest,
|
|
28
29
|
ElasticGpuSpecification,
|
|
29
30
|
HostnameType,
|
|
@@ -37,9 +38,12 @@ import {
|
|
|
37
38
|
RuleAction,
|
|
38
39
|
ShutdownBehavior,
|
|
39
40
|
SpotInstanceType,
|
|
41
|
+
VolumeType,
|
|
40
42
|
} from "./models_1";
|
|
41
43
|
import {
|
|
44
|
+
DnsOptionsSpecification,
|
|
42
45
|
IKEVersionsRequestListValue,
|
|
46
|
+
IpAddressType,
|
|
43
47
|
PayerResponsibility,
|
|
44
48
|
Phase1DHGroupNumbersRequestListValue,
|
|
45
49
|
Phase1EncryptionAlgorithmsRequestListValue,
|
|
@@ -49,7 +53,9 @@ import {
|
|
|
49
53
|
Phase2IntegrityAlgorithmsRequestListValue,
|
|
50
54
|
SnapshotState,
|
|
51
55
|
SSEType,
|
|
56
|
+
SubnetConfiguration,
|
|
52
57
|
TransitGatewayRoute,
|
|
58
|
+
VerifiedAccessSseSpecificationRequest,
|
|
53
59
|
VpnConnection,
|
|
54
60
|
VpnTunnelLogOptionsSpecification,
|
|
55
61
|
} from "./models_2";
|
|
@@ -62,6 +68,7 @@ import {
|
|
|
62
68
|
} from "./models_3";
|
|
63
69
|
import {
|
|
64
70
|
ArchitectureValues,
|
|
71
|
+
AttributeBooleanValue,
|
|
65
72
|
BootModeValues,
|
|
66
73
|
HttpTokensState,
|
|
67
74
|
ImdsSupportValues,
|
|
@@ -85,8 +92,68 @@ import {
|
|
|
85
92
|
SpotFleetRequestConfigData,
|
|
86
93
|
SpotInstanceRequest,
|
|
87
94
|
SpotPlacement,
|
|
95
|
+
VolumeModification,
|
|
88
96
|
} from "./models_5";
|
|
89
|
-
import {
|
|
97
|
+
import {
|
|
98
|
+
CapacityReservationSpecification,
|
|
99
|
+
ModifyVerifiedAccessTrustProviderDeviceOptions,
|
|
100
|
+
ModifyVerifiedAccessTrustProviderOidcOptions,
|
|
101
|
+
Purchase,
|
|
102
|
+
} from "./models_6";
|
|
103
|
+
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
104
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
105
|
+
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
|
|
106
|
+
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions;
|
|
107
|
+
Description?: string;
|
|
108
|
+
DryRun?: boolean;
|
|
109
|
+
ClientToken?: string;
|
|
110
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest;
|
|
111
|
+
}
|
|
112
|
+
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
113
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
114
|
+
}
|
|
115
|
+
export interface ModifyVolumeRequest {
|
|
116
|
+
DryRun?: boolean;
|
|
117
|
+
VolumeId: string | undefined;
|
|
118
|
+
Size?: number;
|
|
119
|
+
VolumeType?: VolumeType;
|
|
120
|
+
Iops?: number;
|
|
121
|
+
Throughput?: number;
|
|
122
|
+
MultiAttachEnabled?: boolean;
|
|
123
|
+
}
|
|
124
|
+
export interface ModifyVolumeResult {
|
|
125
|
+
VolumeModification?: VolumeModification;
|
|
126
|
+
}
|
|
127
|
+
export interface ModifyVolumeAttributeRequest {
|
|
128
|
+
AutoEnableIO?: AttributeBooleanValue;
|
|
129
|
+
VolumeId: string | undefined;
|
|
130
|
+
DryRun?: boolean;
|
|
131
|
+
}
|
|
132
|
+
export interface ModifyVpcAttributeRequest {
|
|
133
|
+
EnableDnsHostnames?: AttributeBooleanValue;
|
|
134
|
+
EnableDnsSupport?: AttributeBooleanValue;
|
|
135
|
+
VpcId: string | undefined;
|
|
136
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
137
|
+
}
|
|
138
|
+
export interface ModifyVpcEndpointRequest {
|
|
139
|
+
DryRun?: boolean;
|
|
140
|
+
VpcEndpointId: string | undefined;
|
|
141
|
+
ResetPolicy?: boolean;
|
|
142
|
+
PolicyDocument?: string;
|
|
143
|
+
AddRouteTableIds?: string[];
|
|
144
|
+
RemoveRouteTableIds?: string[];
|
|
145
|
+
AddSubnetIds?: string[];
|
|
146
|
+
RemoveSubnetIds?: string[];
|
|
147
|
+
AddSecurityGroupIds?: string[];
|
|
148
|
+
RemoveSecurityGroupIds?: string[];
|
|
149
|
+
IpAddressType?: IpAddressType;
|
|
150
|
+
DnsOptions?: DnsOptionsSpecification;
|
|
151
|
+
PrivateDnsEnabled?: boolean;
|
|
152
|
+
SubnetConfigurations?: SubnetConfiguration[];
|
|
153
|
+
}
|
|
154
|
+
export interface ModifyVpcEndpointResult {
|
|
155
|
+
Return?: boolean;
|
|
156
|
+
}
|
|
90
157
|
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
91
158
|
DryRun?: boolean;
|
|
92
159
|
ConnectionNotificationId: string | undefined;
|
|
@@ -788,9 +855,23 @@ export interface RevokeSecurityGroupEgressRequest {
|
|
|
788
855
|
CidrIp?: string;
|
|
789
856
|
IpPermissions?: IpPermission[];
|
|
790
857
|
}
|
|
858
|
+
export interface RevokedSecurityGroupRule {
|
|
859
|
+
SecurityGroupRuleId?: string;
|
|
860
|
+
GroupId?: string;
|
|
861
|
+
IsEgress?: boolean;
|
|
862
|
+
IpProtocol?: string;
|
|
863
|
+
FromPort?: number;
|
|
864
|
+
ToPort?: number;
|
|
865
|
+
CidrIpv4?: string;
|
|
866
|
+
CidrIpv6?: string;
|
|
867
|
+
PrefixListId?: string;
|
|
868
|
+
ReferencedGroupId?: string;
|
|
869
|
+
Description?: string;
|
|
870
|
+
}
|
|
791
871
|
export interface RevokeSecurityGroupEgressResult {
|
|
792
872
|
Return?: boolean;
|
|
793
873
|
UnknownIpPermissions?: IpPermission[];
|
|
874
|
+
RevokedSecurityGroupRules?: RevokedSecurityGroupRule[];
|
|
794
875
|
}
|
|
795
876
|
export interface RevokeSecurityGroupIngressRequest {
|
|
796
877
|
CidrIp?: string;
|
|
@@ -808,6 +889,7 @@ export interface RevokeSecurityGroupIngressRequest {
|
|
|
808
889
|
export interface RevokeSecurityGroupIngressResult {
|
|
809
890
|
Return?: boolean;
|
|
810
891
|
UnknownIpPermissions?: IpPermission[];
|
|
892
|
+
RevokedSecurityGroupRules?: RevokedSecurityGroupRule[];
|
|
811
893
|
}
|
|
812
894
|
export interface CpuOptionsRequest {
|
|
813
895
|
CoreCount?: number;
|
|
@@ -1170,6 +1252,12 @@ export interface WithdrawByoipCidrRequest {
|
|
|
1170
1252
|
export interface WithdrawByoipCidrResult {
|
|
1171
1253
|
ByoipCidr?: ByoipCidr;
|
|
1172
1254
|
}
|
|
1255
|
+
export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: (
|
|
1256
|
+
obj: ModifyVerifiedAccessTrustProviderRequest
|
|
1257
|
+
) => any;
|
|
1258
|
+
export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1259
|
+
obj: ModifyVerifiedAccessTrustProviderResult
|
|
1260
|
+
) => any;
|
|
1173
1261
|
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (
|
|
1174
1262
|
obj: ModifyVpnConnectionResult
|
|
1175
1263
|
) => any;
|