@aws-sdk/client-ec2 3.218.0 → 3.219.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/dist-cjs/EC2.js +75 -0
- package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-cjs/commands/CreateSubnetCommand.js +3 -3
- package/dist-cjs/commands/DeregisterInstanceEventNotificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeIpamScopesCommand.js +3 -3
- package/dist-cjs/commands/DescribeIpamsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIpv6PoolsCommand.js +3 -3
- package/dist-cjs/commands/DescribeKeyPairsCommand.js +3 -3
- package/dist-cjs/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-cjs/commands/DisassociateInstanceEventWindowCommand.js +3 -3
- package/dist-cjs/commands/DisassociateRouteTableCommand.js +2 -2
- package/dist-cjs/commands/DisassociateSubnetCidrBlockCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayMulticastDomainCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-cjs/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +46 -0
- package/dist-cjs/commands/GetAwsNetworkPerformanceDataCommand.js +46 -0
- package/dist-cjs/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-cjs/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +3 -3
- package/dist-cjs/commands/ModifyTransitGatewayVpcAttachmentCommand.js +3 -3
- package/dist-cjs/commands/ModifyVolumeAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVolumeCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVpcEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointConnectionNotificationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServiceConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePermissionsCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +13 -14
- package/dist-cjs/models/models_1.js +23 -23
- package/dist-cjs/models/models_2.js +23 -22
- package/dist-cjs/models/models_3.js +51 -46
- package/dist-cjs/models/models_4.js +54 -54
- package/dist-cjs/models/models_5.js +90 -90
- package/dist-cjs/models/models_6.js +88 -4
- package/dist-cjs/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +36 -0
- package/dist-cjs/pagination/GetAwsNetworkPerformanceDataPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -1
- package/dist-cjs/protocols/Aws_ec2.js +617 -18
- package/dist-es/EC2.js +75 -0
- package/dist-es/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-es/commands/CreateSubnetCommand.js +1 -1
- package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +42 -0
- package/dist-es/commands/DescribeIpamScopesCommand.js +1 -1
- package/dist-es/commands/DescribeIpamsCommand.js +2 -1
- package/dist-es/commands/DescribeIpv6PoolsCommand.js +1 -1
- package/dist-es/commands/DescribeKeyPairsCommand.js +1 -1
- package/dist-es/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +1 -1
- package/dist-es/commands/DisassociateRouteTableCommand.js +1 -1
- package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-es/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +42 -0
- package/dist-es/commands/GetAwsNetworkPerformanceDataCommand.js +42 -0
- package/dist-es/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +1 -1
- package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +6 -8
- package/dist-es/models/models_1.js +14 -14
- package/dist-es/models/models_2.js +14 -12
- package/dist-es/models/models_3.js +38 -30
- package/dist-es/models/models_4.js +36 -36
- package/dist-es/models/models_5.js +63 -63
- package/dist-es/models/models_6.js +63 -0
- package/dist-es/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +32 -0
- package/dist-es/pagination/GetAwsNetworkPerformanceDataPaginator.js +32 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +588 -0
- package/dist-types/EC2.d.ts +36 -3
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +20 -0
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +37 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.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/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +47 -32
- package/dist-types/models/models_1.d.ts +135 -175
- package/dist-types/models/models_2.d.ts +124 -64
- package/dist-types/models/models_3.d.ts +191 -292
- package/dist-types/models/models_4.d.ts +373 -221
- package/dist-types/models/models_5.d.ts +396 -526
- package/dist-types/models/models_6.d.ts +539 -12
- package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +109 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.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/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -12
- package/dist-types/ts3.4/models/models_1.d.ts +28 -37
- package/dist-types/ts3.4/models/models_2.d.ts +36 -28
- package/dist-types/ts3.4/models/models_3.d.ts +67 -84
- package/dist-types/ts3.4/models/models_4.d.ts +103 -90
- package/dist-types/ts3.4/models/models_5.d.ts +165 -190
- package/dist-types/ts3.4/models/models_6.d.ts +195 -6
- package/dist-types/ts3.4/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetAwsNetworkPerformanceDataPaginator.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 +60 -0
- package/package.json +1 -1
|
@@ -57,10 +57,7 @@ import {
|
|
|
57
57
|
InstanceIpv6Address,
|
|
58
58
|
InstanceLifecycle,
|
|
59
59
|
InternetGateway,
|
|
60
|
-
Ipam,
|
|
61
60
|
IpamPool,
|
|
62
|
-
IpamScope,
|
|
63
|
-
KeyType,
|
|
64
61
|
LaunchTemplateAndOverridesResponse,
|
|
65
62
|
LogDestinationType,
|
|
66
63
|
NetworkInterfaceStatus,
|
|
@@ -72,7 +69,22 @@ import {
|
|
|
72
69
|
TargetCapacityUnitType,
|
|
73
70
|
TrafficType,
|
|
74
71
|
} from "./models_1";
|
|
75
|
-
import { FleetStateCode
|
|
72
|
+
import { FleetStateCode } from "./models_2";
|
|
73
|
+
export interface DeregisterInstanceTagAttributeRequest {
|
|
74
|
+
IncludeAllTagsOfInstance?: boolean;
|
|
75
|
+
InstanceTagKeys?: string[];
|
|
76
|
+
}
|
|
77
|
+
export interface DeregisterInstanceEventNotificationAttributesRequest {
|
|
78
|
+
DryRun?: boolean;
|
|
79
|
+
InstanceTagAttribute?: DeregisterInstanceTagAttributeRequest;
|
|
80
|
+
}
|
|
81
|
+
export interface InstanceTagNotificationAttribute {
|
|
82
|
+
InstanceTagKeys?: string[];
|
|
83
|
+
IncludeAllTagsOfInstance?: boolean;
|
|
84
|
+
}
|
|
85
|
+
export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
86
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
87
|
+
}
|
|
76
88
|
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
77
89
|
TransitGatewayMulticastDomainId?: string;
|
|
78
90
|
GroupIpAddress?: string;
|
|
@@ -191,6 +203,37 @@ export interface AvailabilityZone {
|
|
|
191
203
|
export interface DescribeAvailabilityZonesResult {
|
|
192
204
|
AvailabilityZones?: AvailabilityZone[];
|
|
193
205
|
}
|
|
206
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
|
|
207
|
+
MaxResults?: number;
|
|
208
|
+
NextToken?: string;
|
|
209
|
+
Filters?: Filter[];
|
|
210
|
+
DryRun?: boolean;
|
|
211
|
+
}
|
|
212
|
+
export declare enum MetricType {
|
|
213
|
+
aggregate_latency = "aggregate-latency",
|
|
214
|
+
}
|
|
215
|
+
export declare enum PeriodType {
|
|
216
|
+
fifteen_minutes = "fifteen-minutes",
|
|
217
|
+
five_minutes = "five-minutes",
|
|
218
|
+
one_day = "one-day",
|
|
219
|
+
one_hour = "one-hour",
|
|
220
|
+
one_week = "one-week",
|
|
221
|
+
three_hours = "three-hours",
|
|
222
|
+
}
|
|
223
|
+
export declare enum StatisticType {
|
|
224
|
+
p50 = "p50",
|
|
225
|
+
}
|
|
226
|
+
export interface Subscription {
|
|
227
|
+
Source?: string;
|
|
228
|
+
Destination?: string;
|
|
229
|
+
Metric?: MetricType | string;
|
|
230
|
+
Statistic?: StatisticType | string;
|
|
231
|
+
Period?: PeriodType | string;
|
|
232
|
+
}
|
|
233
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
|
|
234
|
+
NextToken?: string;
|
|
235
|
+
Subscriptions?: Subscription[];
|
|
236
|
+
}
|
|
194
237
|
export interface DescribeBundleTasksRequest {
|
|
195
238
|
BundleIds?: string[];
|
|
196
239
|
Filters?: Filter[];
|
|
@@ -1781,6 +1824,7 @@ export interface NetworkInfo {
|
|
|
1781
1824
|
EfaSupported?: boolean;
|
|
1782
1825
|
EfaInfo?: EfaInfo;
|
|
1783
1826
|
EncryptionInTransitSupported?: boolean;
|
|
1827
|
+
EnaSrdSupported?: boolean;
|
|
1784
1828
|
}
|
|
1785
1829
|
export declare enum PlacementGroupStrategy {
|
|
1786
1830
|
cluster = "cluster",
|
|
@@ -1879,60 +1923,18 @@ export interface DescribeIpamsRequest {
|
|
|
1879
1923
|
NextToken?: string;
|
|
1880
1924
|
IpamIds?: string[];
|
|
1881
1925
|
}
|
|
1882
|
-
export
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
NextToken?: string;
|
|
1895
|
-
IpamScopes?: IpamScope[];
|
|
1896
|
-
}
|
|
1897
|
-
export interface DescribeIpv6PoolsRequest {
|
|
1898
|
-
PoolIds?: string[];
|
|
1899
|
-
NextToken?: string;
|
|
1900
|
-
MaxResults?: number;
|
|
1901
|
-
DryRun?: boolean;
|
|
1902
|
-
Filters?: Filter[];
|
|
1903
|
-
}
|
|
1904
|
-
export interface PoolCidrBlock {
|
|
1905
|
-
Cidr?: string;
|
|
1906
|
-
}
|
|
1907
|
-
export interface Ipv6Pool {
|
|
1908
|
-
PoolId?: string;
|
|
1909
|
-
Description?: string;
|
|
1910
|
-
PoolCidrBlocks?: PoolCidrBlock[];
|
|
1911
|
-
Tags?: Tag[];
|
|
1912
|
-
}
|
|
1913
|
-
export interface DescribeIpv6PoolsResult {
|
|
1914
|
-
Ipv6Pools?: Ipv6Pool[];
|
|
1915
|
-
NextToken?: string;
|
|
1916
|
-
}
|
|
1917
|
-
export interface DescribeKeyPairsRequest {
|
|
1918
|
-
Filters?: Filter[];
|
|
1919
|
-
KeyNames?: string[];
|
|
1920
|
-
KeyPairIds?: string[];
|
|
1921
|
-
DryRun?: boolean;
|
|
1922
|
-
IncludePublicKey?: boolean;
|
|
1923
|
-
}
|
|
1924
|
-
export interface KeyPairInfo {
|
|
1925
|
-
KeyPairId?: string;
|
|
1926
|
-
KeyFingerprint?: string;
|
|
1927
|
-
KeyName?: string;
|
|
1928
|
-
KeyType?: KeyType | string;
|
|
1929
|
-
Tags?: Tag[];
|
|
1930
|
-
PublicKey?: string;
|
|
1931
|
-
CreateTime?: Date;
|
|
1932
|
-
}
|
|
1933
|
-
export interface DescribeKeyPairsResult {
|
|
1934
|
-
KeyPairs?: KeyPairInfo[];
|
|
1935
|
-
}
|
|
1926
|
+
export declare const DeregisterInstanceTagAttributeRequestFilterSensitiveLog: (
|
|
1927
|
+
obj: DeregisterInstanceTagAttributeRequest
|
|
1928
|
+
) => any;
|
|
1929
|
+
export declare const DeregisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (
|
|
1930
|
+
obj: DeregisterInstanceEventNotificationAttributesRequest
|
|
1931
|
+
) => any;
|
|
1932
|
+
export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (
|
|
1933
|
+
obj: InstanceTagNotificationAttribute
|
|
1934
|
+
) => any;
|
|
1935
|
+
export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
|
|
1936
|
+
obj: DeregisterInstanceEventNotificationAttributesResult
|
|
1937
|
+
) => any;
|
|
1936
1938
|
export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
|
|
1937
1939
|
obj: DeregisterTransitGatewayMulticastGroupMembersRequest
|
|
1938
1940
|
) => any;
|
|
@@ -1995,6 +1997,13 @@ export declare const AvailabilityZoneFilterSensitiveLog: (
|
|
|
1995
1997
|
export declare const DescribeAvailabilityZonesResultFilterSensitiveLog: (
|
|
1996
1998
|
obj: DescribeAvailabilityZonesResult
|
|
1997
1999
|
) => any;
|
|
2000
|
+
export declare const DescribeAwsNetworkPerformanceMetricSubscriptionsRequestFilterSensitiveLog: (
|
|
2001
|
+
obj: DescribeAwsNetworkPerformanceMetricSubscriptionsRequest
|
|
2002
|
+
) => any;
|
|
2003
|
+
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
2004
|
+
export declare const DescribeAwsNetworkPerformanceMetricSubscriptionsResultFilterSensitiveLog: (
|
|
2005
|
+
obj: DescribeAwsNetworkPerformanceMetricSubscriptionsResult
|
|
2006
|
+
) => any;
|
|
1998
2007
|
export declare const DescribeBundleTasksRequestFilterSensitiveLog: (
|
|
1999
2008
|
obj: DescribeBundleTasksRequest
|
|
2000
2009
|
) => any;
|
|
@@ -2579,29 +2588,3 @@ export declare const DescribeIpamPoolsResultFilterSensitiveLog: (
|
|
|
2579
2588
|
export declare const DescribeIpamsRequestFilterSensitiveLog: (
|
|
2580
2589
|
obj: DescribeIpamsRequest
|
|
2581
2590
|
) => any;
|
|
2582
|
-
export declare const DescribeIpamsResultFilterSensitiveLog: (
|
|
2583
|
-
obj: DescribeIpamsResult
|
|
2584
|
-
) => any;
|
|
2585
|
-
export declare const DescribeIpamScopesRequestFilterSensitiveLog: (
|
|
2586
|
-
obj: DescribeIpamScopesRequest
|
|
2587
|
-
) => any;
|
|
2588
|
-
export declare const DescribeIpamScopesResultFilterSensitiveLog: (
|
|
2589
|
-
obj: DescribeIpamScopesResult
|
|
2590
|
-
) => any;
|
|
2591
|
-
export declare const DescribeIpv6PoolsRequestFilterSensitiveLog: (
|
|
2592
|
-
obj: DescribeIpv6PoolsRequest
|
|
2593
|
-
) => any;
|
|
2594
|
-
export declare const PoolCidrBlockFilterSensitiveLog: (
|
|
2595
|
-
obj: PoolCidrBlock
|
|
2596
|
-
) => any;
|
|
2597
|
-
export declare const Ipv6PoolFilterSensitiveLog: (obj: Ipv6Pool) => any;
|
|
2598
|
-
export declare const DescribeIpv6PoolsResultFilterSensitiveLog: (
|
|
2599
|
-
obj: DescribeIpv6PoolsResult
|
|
2600
|
-
) => any;
|
|
2601
|
-
export declare const DescribeKeyPairsRequestFilterSensitiveLog: (
|
|
2602
|
-
obj: DescribeKeyPairsRequest
|
|
2603
|
-
) => any;
|
|
2604
|
-
export declare const KeyPairInfoFilterSensitiveLog: (obj: KeyPairInfo) => any;
|
|
2605
|
-
export declare const DescribeKeyPairsResultFilterSensitiveLog: (
|
|
2606
|
-
obj: DescribeKeyPairsResult
|
|
2607
|
-
) => any;
|
|
@@ -10,23 +10,18 @@ import {
|
|
|
10
10
|
BatchState,
|
|
11
11
|
CurrencyCodeValues,
|
|
12
12
|
Explanation,
|
|
13
|
-
IamInstanceProfileAssociation,
|
|
14
13
|
IamInstanceProfileSpecification,
|
|
15
|
-
InstanceEventWindow,
|
|
16
14
|
IpPermission,
|
|
17
15
|
PathComponent,
|
|
18
16
|
ReservedInstancesListing,
|
|
19
17
|
ResourceType,
|
|
20
18
|
SecurityGroupRule,
|
|
21
|
-
SubnetIpv6CidrBlockAssociation,
|
|
22
19
|
Tag,
|
|
23
20
|
TagSpecification,
|
|
24
21
|
TransitGatewayAssociationState,
|
|
25
22
|
TransitGatewayAttachmentResourceType,
|
|
26
23
|
TransitGatewayAttachmentState,
|
|
27
|
-
TransitGatewayMulticastDomainAssociations,
|
|
28
24
|
TransitGatewayPeeringAttachment,
|
|
29
|
-
TransitGatewayPolicyTableAssociation,
|
|
30
25
|
TransitGatewayVpcAttachment,
|
|
31
26
|
TrunkInterfaceAssociation,
|
|
32
27
|
UserIdGroupPair,
|
|
@@ -41,8 +36,11 @@ import {
|
|
|
41
36
|
InstanceInterruptionBehavior,
|
|
42
37
|
InstanceIpv6Address,
|
|
43
38
|
InstanceRequirements,
|
|
39
|
+
Ipam,
|
|
40
|
+
IpamScope,
|
|
44
41
|
Ipv4PrefixSpecificationRequest,
|
|
45
42
|
Ipv6PrefixSpecificationRequest,
|
|
43
|
+
KeyType,
|
|
46
44
|
LaunchTemplate,
|
|
47
45
|
LaunchTemplateVersion,
|
|
48
46
|
LocalGatewayRouteTable,
|
|
@@ -107,9 +105,65 @@ import {
|
|
|
107
105
|
FastSnapshotRestoreStateCode,
|
|
108
106
|
Filter,
|
|
109
107
|
IdFormat,
|
|
108
|
+
MetricType,
|
|
110
109
|
PermissionGroup,
|
|
111
110
|
ProductCode,
|
|
111
|
+
StatisticType,
|
|
112
112
|
} from "./models_3";
|
|
113
|
+
export interface DescribeIpamsResult {
|
|
114
|
+
NextToken?: string;
|
|
115
|
+
Ipams?: Ipam[];
|
|
116
|
+
}
|
|
117
|
+
export interface DescribeIpamScopesRequest {
|
|
118
|
+
DryRun?: boolean;
|
|
119
|
+
Filters?: Filter[];
|
|
120
|
+
MaxResults?: number;
|
|
121
|
+
NextToken?: string;
|
|
122
|
+
IpamScopeIds?: string[];
|
|
123
|
+
}
|
|
124
|
+
export interface DescribeIpamScopesResult {
|
|
125
|
+
NextToken?: string;
|
|
126
|
+
IpamScopes?: IpamScope[];
|
|
127
|
+
}
|
|
128
|
+
export interface DescribeIpv6PoolsRequest {
|
|
129
|
+
PoolIds?: string[];
|
|
130
|
+
NextToken?: string;
|
|
131
|
+
MaxResults?: number;
|
|
132
|
+
DryRun?: boolean;
|
|
133
|
+
Filters?: Filter[];
|
|
134
|
+
}
|
|
135
|
+
export interface PoolCidrBlock {
|
|
136
|
+
Cidr?: string;
|
|
137
|
+
}
|
|
138
|
+
export interface Ipv6Pool {
|
|
139
|
+
PoolId?: string;
|
|
140
|
+
Description?: string;
|
|
141
|
+
PoolCidrBlocks?: PoolCidrBlock[];
|
|
142
|
+
Tags?: Tag[];
|
|
143
|
+
}
|
|
144
|
+
export interface DescribeIpv6PoolsResult {
|
|
145
|
+
Ipv6Pools?: Ipv6Pool[];
|
|
146
|
+
NextToken?: string;
|
|
147
|
+
}
|
|
148
|
+
export interface DescribeKeyPairsRequest {
|
|
149
|
+
Filters?: Filter[];
|
|
150
|
+
KeyNames?: string[];
|
|
151
|
+
KeyPairIds?: string[];
|
|
152
|
+
DryRun?: boolean;
|
|
153
|
+
IncludePublicKey?: boolean;
|
|
154
|
+
}
|
|
155
|
+
export interface KeyPairInfo {
|
|
156
|
+
KeyPairId?: string;
|
|
157
|
+
KeyFingerprint?: string;
|
|
158
|
+
KeyName?: string;
|
|
159
|
+
KeyType?: KeyType | string;
|
|
160
|
+
Tags?: Tag[];
|
|
161
|
+
PublicKey?: string;
|
|
162
|
+
CreateTime?: Date;
|
|
163
|
+
}
|
|
164
|
+
export interface DescribeKeyPairsResult {
|
|
165
|
+
KeyPairs?: KeyPairInfo[];
|
|
166
|
+
}
|
|
113
167
|
export interface DescribeLaunchTemplatesRequest {
|
|
114
168
|
DryRun?: boolean;
|
|
115
169
|
LaunchTemplateIds?: string[];
|
|
@@ -342,6 +396,7 @@ export interface NetworkInsightsAnalysis {
|
|
|
342
396
|
NetworkInsightsAnalysisId?: string;
|
|
343
397
|
NetworkInsightsAnalysisArn?: string;
|
|
344
398
|
NetworkInsightsPathId?: string;
|
|
399
|
+
AdditionalAccounts?: string[];
|
|
345
400
|
FilterInArns?: string[];
|
|
346
401
|
StartDate?: Date;
|
|
347
402
|
Status?: AnalysisStatus | string;
|
|
@@ -352,6 +407,7 @@ export interface NetworkInsightsAnalysis {
|
|
|
352
407
|
ReturnPathComponents?: PathComponent[];
|
|
353
408
|
Explanations?: Explanation[];
|
|
354
409
|
AlternatePathHints?: AlternatePathHint[];
|
|
410
|
+
SuggestedAccounts?: string[];
|
|
355
411
|
Tags?: Tag[];
|
|
356
412
|
}
|
|
357
413
|
export interface DescribeNetworkInsightsAnalysesResult {
|
|
@@ -1700,6 +1756,16 @@ export interface DisableAddressTransferRequest {
|
|
|
1700
1756
|
export interface DisableAddressTransferResult {
|
|
1701
1757
|
AddressTransfer?: AddressTransfer;
|
|
1702
1758
|
}
|
|
1759
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
1760
|
+
Source?: string;
|
|
1761
|
+
Destination?: string;
|
|
1762
|
+
Metric?: MetricType | string;
|
|
1763
|
+
Statistic?: StatisticType | string;
|
|
1764
|
+
DryRun?: boolean;
|
|
1765
|
+
}
|
|
1766
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
1767
|
+
Output?: boolean;
|
|
1768
|
+
}
|
|
1703
1769
|
export interface DisableEbsEncryptionByDefaultRequest {
|
|
1704
1770
|
DryRun?: boolean;
|
|
1705
1771
|
}
|
|
@@ -1842,55 +1908,32 @@ export interface DisassociateEnclaveCertificateIamRoleResult {
|
|
|
1842
1908
|
export interface DisassociateIamInstanceProfileRequest {
|
|
1843
1909
|
AssociationId: string | undefined;
|
|
1844
1910
|
}
|
|
1845
|
-
export
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
export
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
export
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
export
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
}
|
|
1872
|
-
export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
1873
|
-
TransitGatewayMulticastDomainId?: string;
|
|
1874
|
-
TransitGatewayAttachmentId?: string;
|
|
1875
|
-
SubnetIds?: string[];
|
|
1876
|
-
DryRun?: boolean;
|
|
1877
|
-
}
|
|
1878
|
-
export interface DisassociateTransitGatewayMulticastDomainResult {
|
|
1879
|
-
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
1880
|
-
}
|
|
1881
|
-
export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
1882
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
1883
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1884
|
-
DryRun?: boolean;
|
|
1885
|
-
}
|
|
1886
|
-
export interface DisassociateTransitGatewayPolicyTableResult {
|
|
1887
|
-
Association?: TransitGatewayPolicyTableAssociation;
|
|
1888
|
-
}
|
|
1889
|
-
export interface DisassociateTransitGatewayRouteTableRequest {
|
|
1890
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1891
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1892
|
-
DryRun?: boolean;
|
|
1893
|
-
}
|
|
1911
|
+
export declare const DescribeIpamsResultFilterSensitiveLog: (
|
|
1912
|
+
obj: DescribeIpamsResult
|
|
1913
|
+
) => any;
|
|
1914
|
+
export declare const DescribeIpamScopesRequestFilterSensitiveLog: (
|
|
1915
|
+
obj: DescribeIpamScopesRequest
|
|
1916
|
+
) => any;
|
|
1917
|
+
export declare const DescribeIpamScopesResultFilterSensitiveLog: (
|
|
1918
|
+
obj: DescribeIpamScopesResult
|
|
1919
|
+
) => any;
|
|
1920
|
+
export declare const DescribeIpv6PoolsRequestFilterSensitiveLog: (
|
|
1921
|
+
obj: DescribeIpv6PoolsRequest
|
|
1922
|
+
) => any;
|
|
1923
|
+
export declare const PoolCidrBlockFilterSensitiveLog: (
|
|
1924
|
+
obj: PoolCidrBlock
|
|
1925
|
+
) => any;
|
|
1926
|
+
export declare const Ipv6PoolFilterSensitiveLog: (obj: Ipv6Pool) => any;
|
|
1927
|
+
export declare const DescribeIpv6PoolsResultFilterSensitiveLog: (
|
|
1928
|
+
obj: DescribeIpv6PoolsResult
|
|
1929
|
+
) => any;
|
|
1930
|
+
export declare const DescribeKeyPairsRequestFilterSensitiveLog: (
|
|
1931
|
+
obj: DescribeKeyPairsRequest
|
|
1932
|
+
) => any;
|
|
1933
|
+
export declare const KeyPairInfoFilterSensitiveLog: (obj: KeyPairInfo) => any;
|
|
1934
|
+
export declare const DescribeKeyPairsResultFilterSensitiveLog: (
|
|
1935
|
+
obj: DescribeKeyPairsResult
|
|
1936
|
+
) => any;
|
|
1894
1937
|
export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (
|
|
1895
1938
|
obj: DescribeLaunchTemplatesRequest
|
|
1896
1939
|
) => any;
|
|
@@ -2586,6 +2629,12 @@ export declare const DisableAddressTransferRequestFilterSensitiveLog: (
|
|
|
2586
2629
|
export declare const DisableAddressTransferResultFilterSensitiveLog: (
|
|
2587
2630
|
obj: DisableAddressTransferResult
|
|
2588
2631
|
) => any;
|
|
2632
|
+
export declare const DisableAwsNetworkPerformanceMetricSubscriptionRequestFilterSensitiveLog: (
|
|
2633
|
+
obj: DisableAwsNetworkPerformanceMetricSubscriptionRequest
|
|
2634
|
+
) => any;
|
|
2635
|
+
export declare const DisableAwsNetworkPerformanceMetricSubscriptionResultFilterSensitiveLog: (
|
|
2636
|
+
obj: DisableAwsNetworkPerformanceMetricSubscriptionResult
|
|
2637
|
+
) => any;
|
|
2589
2638
|
export declare const DisableEbsEncryptionByDefaultRequestFilterSensitiveLog: (
|
|
2590
2639
|
obj: DisableEbsEncryptionByDefaultRequest
|
|
2591
2640
|
) => any;
|
|
@@ -2676,39 +2725,3 @@ export declare const DisassociateEnclaveCertificateIamRoleResultFilterSensitiveL
|
|
|
2676
2725
|
export declare const DisassociateIamInstanceProfileRequestFilterSensitiveLog: (
|
|
2677
2726
|
obj: DisassociateIamInstanceProfileRequest
|
|
2678
2727
|
) => any;
|
|
2679
|
-
export declare const DisassociateIamInstanceProfileResultFilterSensitiveLog: (
|
|
2680
|
-
obj: DisassociateIamInstanceProfileResult
|
|
2681
|
-
) => any;
|
|
2682
|
-
export declare const InstanceEventWindowDisassociationRequestFilterSensitiveLog: (
|
|
2683
|
-
obj: InstanceEventWindowDisassociationRequest
|
|
2684
|
-
) => any;
|
|
2685
|
-
export declare const DisassociateInstanceEventWindowRequestFilterSensitiveLog: (
|
|
2686
|
-
obj: DisassociateInstanceEventWindowRequest
|
|
2687
|
-
) => any;
|
|
2688
|
-
export declare const DisassociateInstanceEventWindowResultFilterSensitiveLog: (
|
|
2689
|
-
obj: DisassociateInstanceEventWindowResult
|
|
2690
|
-
) => any;
|
|
2691
|
-
export declare const DisassociateRouteTableRequestFilterSensitiveLog: (
|
|
2692
|
-
obj: DisassociateRouteTableRequest
|
|
2693
|
-
) => any;
|
|
2694
|
-
export declare const DisassociateSubnetCidrBlockRequestFilterSensitiveLog: (
|
|
2695
|
-
obj: DisassociateSubnetCidrBlockRequest
|
|
2696
|
-
) => any;
|
|
2697
|
-
export declare const DisassociateSubnetCidrBlockResultFilterSensitiveLog: (
|
|
2698
|
-
obj: DisassociateSubnetCidrBlockResult
|
|
2699
|
-
) => any;
|
|
2700
|
-
export declare const DisassociateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
|
|
2701
|
-
obj: DisassociateTransitGatewayMulticastDomainRequest
|
|
2702
|
-
) => any;
|
|
2703
|
-
export declare const DisassociateTransitGatewayMulticastDomainResultFilterSensitiveLog: (
|
|
2704
|
-
obj: DisassociateTransitGatewayMulticastDomainResult
|
|
2705
|
-
) => any;
|
|
2706
|
-
export declare const DisassociateTransitGatewayPolicyTableRequestFilterSensitiveLog: (
|
|
2707
|
-
obj: DisassociateTransitGatewayPolicyTableRequest
|
|
2708
|
-
) => any;
|
|
2709
|
-
export declare const DisassociateTransitGatewayPolicyTableResultFilterSensitiveLog: (
|
|
2710
|
-
obj: DisassociateTransitGatewayPolicyTableResult
|
|
2711
|
-
) => any;
|
|
2712
|
-
export declare const DisassociateTransitGatewayRouteTableRequestFilterSensitiveLog: (
|
|
2713
|
-
obj: DisassociateTransitGatewayRouteTableRequest
|
|
2714
|
-
) => any;
|