@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
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
3
|
AccessScopeAnalysisFinding,
|
|
4
|
-
AddedPrincipal,
|
|
5
4
|
AddIpamOperatingRegion,
|
|
6
5
|
AddPrefixListEntry,
|
|
7
6
|
AddressAttribute,
|
|
8
7
|
AddressTransfer,
|
|
9
8
|
Affinity,
|
|
10
|
-
ApplianceModeSupportValue,
|
|
11
9
|
AutoPlacement,
|
|
12
10
|
CapacityReservationState,
|
|
13
11
|
ClientConnectOptions,
|
|
@@ -15,22 +13,24 @@ import {
|
|
|
15
13
|
ConnectionLogOptions,
|
|
16
14
|
CurrencyCodeValues,
|
|
17
15
|
DnsSupportValue,
|
|
16
|
+
EnaSrdSpecification,
|
|
18
17
|
EndDateType,
|
|
19
18
|
HostnameType,
|
|
20
19
|
HostRecovery,
|
|
20
|
+
IamInstanceProfileAssociation,
|
|
21
21
|
InstanceEventWindow,
|
|
22
22
|
IpamPoolAllocation,
|
|
23
|
-
Ipv6SupportValue,
|
|
24
23
|
SelfServicePortal,
|
|
25
24
|
SubnetAssociation,
|
|
25
|
+
SubnetIpv6CidrBlockAssociation,
|
|
26
26
|
Tag,
|
|
27
27
|
TagSpecification,
|
|
28
28
|
TargetConfigurationRequest,
|
|
29
29
|
TransitGatewayAssociation,
|
|
30
30
|
TransitGatewayAssociationState,
|
|
31
31
|
TransitGatewayAttachmentResourceType,
|
|
32
|
+
TransitGatewayMulticastDomainAssociations,
|
|
32
33
|
TransitGatewayPolicyTableAssociation,
|
|
33
|
-
TransitGatewayVpcAttachment,
|
|
34
34
|
UnsuccessfulItem,
|
|
35
35
|
VpcCidrBlockAssociation,
|
|
36
36
|
VpcIpv6CidrBlockAssociation,
|
|
@@ -59,16 +59,12 @@ import {
|
|
|
59
59
|
ShutdownBehavior,
|
|
60
60
|
TargetCapacitySpecificationRequest,
|
|
61
61
|
TargetCapacityUnitType,
|
|
62
|
-
VolumeType,
|
|
63
62
|
} from "./models_1";
|
|
64
63
|
import {
|
|
65
64
|
AutoAcceptSharedAttachmentsValue,
|
|
66
65
|
DefaultRouteTableAssociationValue,
|
|
67
66
|
DefaultRouteTablePropagationValue,
|
|
68
|
-
DnsOptionsSpecification,
|
|
69
|
-
IpAddressType,
|
|
70
67
|
IpamPoolCidr,
|
|
71
|
-
PayerResponsibility,
|
|
72
68
|
SubnetCidrReservation,
|
|
73
69
|
TrafficDirection,
|
|
74
70
|
TrafficMirrorFilter,
|
|
@@ -77,7 +73,6 @@ import {
|
|
|
77
73
|
TrafficMirrorPortRangeRequest,
|
|
78
74
|
TrafficMirrorRuleAction,
|
|
79
75
|
TrafficMirrorSession,
|
|
80
|
-
TransitGateway,
|
|
81
76
|
TransitGatewayPrefixListReference,
|
|
82
77
|
VpnEcmpSupportValue,
|
|
83
78
|
} from "./models_2";
|
|
@@ -106,10 +101,13 @@ import {
|
|
|
106
101
|
InstanceMetadataTagsState,
|
|
107
102
|
InstanceStatusEvent,
|
|
108
103
|
LaunchPermission,
|
|
104
|
+
MetricType,
|
|
109
105
|
PaymentOption,
|
|
106
|
+
PeriodType,
|
|
110
107
|
PermissionGroup,
|
|
111
108
|
SnapshotDetail,
|
|
112
109
|
SnapshotTaskDetail,
|
|
110
|
+
StatisticType,
|
|
113
111
|
VirtualizationType,
|
|
114
112
|
} from "./models_3";
|
|
115
113
|
import {
|
|
@@ -121,8 +119,56 @@ import {
|
|
|
121
119
|
SnapshotAttributeName,
|
|
122
120
|
TransitGatewayPropagation,
|
|
123
121
|
TransitGatewayPropagationState,
|
|
124
|
-
VolumeModification,
|
|
125
122
|
} from "./models_4";
|
|
123
|
+
export interface DisassociateIamInstanceProfileResult {
|
|
124
|
+
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
125
|
+
}
|
|
126
|
+
export interface InstanceEventWindowDisassociationRequest {
|
|
127
|
+
InstanceIds?: string[];
|
|
128
|
+
InstanceTags?: Tag[];
|
|
129
|
+
DedicatedHostIds?: string[];
|
|
130
|
+
}
|
|
131
|
+
export interface DisassociateInstanceEventWindowRequest {
|
|
132
|
+
DryRun?: boolean;
|
|
133
|
+
InstanceEventWindowId: string | undefined;
|
|
134
|
+
AssociationTarget: InstanceEventWindowDisassociationRequest | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface DisassociateInstanceEventWindowResult {
|
|
137
|
+
InstanceEventWindow?: InstanceEventWindow;
|
|
138
|
+
}
|
|
139
|
+
export interface DisassociateRouteTableRequest {
|
|
140
|
+
AssociationId: string | undefined;
|
|
141
|
+
DryRun?: boolean;
|
|
142
|
+
}
|
|
143
|
+
export interface DisassociateSubnetCidrBlockRequest {
|
|
144
|
+
AssociationId: string | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface DisassociateSubnetCidrBlockResult {
|
|
147
|
+
Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation;
|
|
148
|
+
SubnetId?: string;
|
|
149
|
+
}
|
|
150
|
+
export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
151
|
+
TransitGatewayMulticastDomainId?: string;
|
|
152
|
+
TransitGatewayAttachmentId?: string;
|
|
153
|
+
SubnetIds?: string[];
|
|
154
|
+
DryRun?: boolean;
|
|
155
|
+
}
|
|
156
|
+
export interface DisassociateTransitGatewayMulticastDomainResult {
|
|
157
|
+
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
158
|
+
}
|
|
159
|
+
export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
160
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
161
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
162
|
+
DryRun?: boolean;
|
|
163
|
+
}
|
|
164
|
+
export interface DisassociateTransitGatewayPolicyTableResult {
|
|
165
|
+
Association?: TransitGatewayPolicyTableAssociation;
|
|
166
|
+
}
|
|
167
|
+
export interface DisassociateTransitGatewayRouteTableRequest {
|
|
168
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
169
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
170
|
+
DryRun?: boolean;
|
|
171
|
+
}
|
|
126
172
|
export interface DisassociateTransitGatewayRouteTableResult {
|
|
127
173
|
Association?: TransitGatewayAssociation;
|
|
128
174
|
}
|
|
@@ -151,6 +197,16 @@ export interface EnableAddressTransferRequest {
|
|
|
151
197
|
export interface EnableAddressTransferResult {
|
|
152
198
|
AddressTransfer?: AddressTransfer;
|
|
153
199
|
}
|
|
200
|
+
export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
201
|
+
Source?: string;
|
|
202
|
+
Destination?: string;
|
|
203
|
+
Metric?: MetricType | string;
|
|
204
|
+
Statistic?: StatisticType | string;
|
|
205
|
+
DryRun?: boolean;
|
|
206
|
+
}
|
|
207
|
+
export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
208
|
+
Output?: boolean;
|
|
209
|
+
}
|
|
154
210
|
export interface EnableEbsEncryptionByDefaultRequest {
|
|
155
211
|
DryRun?: boolean;
|
|
156
212
|
}
|
|
@@ -233,6 +289,12 @@ export interface EnableIpamOrganizationAdminAccountRequest {
|
|
|
233
289
|
export interface EnableIpamOrganizationAdminAccountResult {
|
|
234
290
|
Success?: boolean;
|
|
235
291
|
}
|
|
292
|
+
export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
|
|
293
|
+
DryRun?: boolean;
|
|
294
|
+
}
|
|
295
|
+
export interface EnableReachabilityAnalyzerOrganizationSharingResult {
|
|
296
|
+
ReturnValue?: boolean;
|
|
297
|
+
}
|
|
236
298
|
export interface EnableSerialConsoleAccessRequest {
|
|
237
299
|
DryRun?: boolean;
|
|
238
300
|
}
|
|
@@ -355,6 +417,41 @@ export interface GetAssociatedIpv6PoolCidrsResult {
|
|
|
355
417
|
Ipv6CidrAssociations?: Ipv6CidrAssociation[];
|
|
356
418
|
NextToken?: string;
|
|
357
419
|
}
|
|
420
|
+
export interface DataQuery {
|
|
421
|
+
Id?: string;
|
|
422
|
+
Source?: string;
|
|
423
|
+
Destination?: string;
|
|
424
|
+
Metric?: MetricType | string;
|
|
425
|
+
Statistic?: StatisticType | string;
|
|
426
|
+
Period?: PeriodType | string;
|
|
427
|
+
}
|
|
428
|
+
export interface GetAwsNetworkPerformanceDataRequest {
|
|
429
|
+
DataQueries?: DataQuery[];
|
|
430
|
+
StartTime?: Date;
|
|
431
|
+
EndTime?: Date;
|
|
432
|
+
MaxResults?: number;
|
|
433
|
+
NextToken?: string;
|
|
434
|
+
DryRun?: boolean;
|
|
435
|
+
}
|
|
436
|
+
export interface MetricPoint {
|
|
437
|
+
StartDate?: Date;
|
|
438
|
+
EndDate?: Date;
|
|
439
|
+
Value?: number;
|
|
440
|
+
Status?: string;
|
|
441
|
+
}
|
|
442
|
+
export interface DataResponse {
|
|
443
|
+
Id?: string;
|
|
444
|
+
Source?: string;
|
|
445
|
+
Destination?: string;
|
|
446
|
+
Metric?: MetricType | string;
|
|
447
|
+
Statistic?: StatisticType | string;
|
|
448
|
+
Period?: PeriodType | string;
|
|
449
|
+
MetricPoints?: MetricPoint[];
|
|
450
|
+
}
|
|
451
|
+
export interface GetAwsNetworkPerformanceDataResult {
|
|
452
|
+
DataResponses?: DataResponse[];
|
|
453
|
+
NextToken?: string;
|
|
454
|
+
}
|
|
358
455
|
export interface GetCapacityReservationUsageRequest {
|
|
359
456
|
CapacityReservationId: string | undefined;
|
|
360
457
|
NextToken?: string;
|
|
@@ -1486,6 +1583,7 @@ export interface ModifyNetworkInterfaceAttributeRequest {
|
|
|
1486
1583
|
Groups?: string[];
|
|
1487
1584
|
NetworkInterfaceId: string | undefined;
|
|
1488
1585
|
SourceDestCheck?: AttributeBooleanValue;
|
|
1586
|
+
EnaSrdSpecification?: EnaSrdSpecification;
|
|
1489
1587
|
}
|
|
1490
1588
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
1491
1589
|
DryRun?: boolean;
|
|
@@ -1645,123 +1743,42 @@ export interface ModifyTransitGatewayRequest {
|
|
|
1645
1743
|
Options?: ModifyTransitGatewayOptions;
|
|
1646
1744
|
DryRun?: boolean;
|
|
1647
1745
|
}
|
|
1648
|
-
export
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
export
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
export
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
}
|
|
1685
|
-
export interface ModifyVolumeResult {
|
|
1686
|
-
VolumeModification?: VolumeModification;
|
|
1687
|
-
}
|
|
1688
|
-
export interface ModifyVolumeAttributeRequest {
|
|
1689
|
-
AutoEnableIO?: AttributeBooleanValue;
|
|
1690
|
-
VolumeId: string | undefined;
|
|
1691
|
-
DryRun?: boolean;
|
|
1692
|
-
}
|
|
1693
|
-
export interface ModifyVpcAttributeRequest {
|
|
1694
|
-
EnableDnsHostnames?: AttributeBooleanValue;
|
|
1695
|
-
EnableDnsSupport?: AttributeBooleanValue;
|
|
1696
|
-
VpcId: string | undefined;
|
|
1697
|
-
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
1698
|
-
}
|
|
1699
|
-
export interface ModifyVpcEndpointRequest {
|
|
1700
|
-
DryRun?: boolean;
|
|
1701
|
-
VpcEndpointId: string | undefined;
|
|
1702
|
-
ResetPolicy?: boolean;
|
|
1703
|
-
PolicyDocument?: string;
|
|
1704
|
-
AddRouteTableIds?: string[];
|
|
1705
|
-
RemoveRouteTableIds?: string[];
|
|
1706
|
-
AddSubnetIds?: string[];
|
|
1707
|
-
RemoveSubnetIds?: string[];
|
|
1708
|
-
AddSecurityGroupIds?: string[];
|
|
1709
|
-
RemoveSecurityGroupIds?: string[];
|
|
1710
|
-
IpAddressType?: IpAddressType | string;
|
|
1711
|
-
DnsOptions?: DnsOptionsSpecification;
|
|
1712
|
-
PrivateDnsEnabled?: boolean;
|
|
1713
|
-
}
|
|
1714
|
-
export interface ModifyVpcEndpointResult {
|
|
1715
|
-
Return?: boolean;
|
|
1716
|
-
}
|
|
1717
|
-
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
1718
|
-
DryRun?: boolean;
|
|
1719
|
-
ConnectionNotificationId: string | undefined;
|
|
1720
|
-
ConnectionNotificationArn?: string;
|
|
1721
|
-
ConnectionEvents?: string[];
|
|
1722
|
-
}
|
|
1723
|
-
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
1724
|
-
ReturnValue?: boolean;
|
|
1725
|
-
}
|
|
1726
|
-
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
1727
|
-
DryRun?: boolean;
|
|
1728
|
-
ServiceId: string | undefined;
|
|
1729
|
-
PrivateDnsName?: string;
|
|
1730
|
-
RemovePrivateDnsName?: boolean;
|
|
1731
|
-
AcceptanceRequired?: boolean;
|
|
1732
|
-
AddNetworkLoadBalancerArns?: string[];
|
|
1733
|
-
RemoveNetworkLoadBalancerArns?: string[];
|
|
1734
|
-
AddGatewayLoadBalancerArns?: string[];
|
|
1735
|
-
RemoveGatewayLoadBalancerArns?: string[];
|
|
1736
|
-
AddSupportedIpAddressTypes?: string[];
|
|
1737
|
-
RemoveSupportedIpAddressTypes?: string[];
|
|
1738
|
-
}
|
|
1739
|
-
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
1740
|
-
Return?: boolean;
|
|
1741
|
-
}
|
|
1742
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
1743
|
-
DryRun?: boolean;
|
|
1744
|
-
ServiceId: string | undefined;
|
|
1745
|
-
PayerResponsibility: PayerResponsibility | string | undefined;
|
|
1746
|
-
}
|
|
1747
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
1748
|
-
ReturnValue?: boolean;
|
|
1749
|
-
}
|
|
1750
|
-
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
1751
|
-
DryRun?: boolean;
|
|
1752
|
-
ServiceId: string | undefined;
|
|
1753
|
-
AddAllowedPrincipals?: string[];
|
|
1754
|
-
RemoveAllowedPrincipals?: string[];
|
|
1755
|
-
}
|
|
1756
|
-
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
1757
|
-
AddedPrincipals?: AddedPrincipal[];
|
|
1758
|
-
ReturnValue?: boolean;
|
|
1759
|
-
}
|
|
1760
|
-
export interface PeeringConnectionOptionsRequest {
|
|
1761
|
-
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
1762
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
1763
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
1764
|
-
}
|
|
1746
|
+
export declare const DisassociateIamInstanceProfileResultFilterSensitiveLog: (
|
|
1747
|
+
obj: DisassociateIamInstanceProfileResult
|
|
1748
|
+
) => any;
|
|
1749
|
+
export declare const InstanceEventWindowDisassociationRequestFilterSensitiveLog: (
|
|
1750
|
+
obj: InstanceEventWindowDisassociationRequest
|
|
1751
|
+
) => any;
|
|
1752
|
+
export declare const DisassociateInstanceEventWindowRequestFilterSensitiveLog: (
|
|
1753
|
+
obj: DisassociateInstanceEventWindowRequest
|
|
1754
|
+
) => any;
|
|
1755
|
+
export declare const DisassociateInstanceEventWindowResultFilterSensitiveLog: (
|
|
1756
|
+
obj: DisassociateInstanceEventWindowResult
|
|
1757
|
+
) => any;
|
|
1758
|
+
export declare const DisassociateRouteTableRequestFilterSensitiveLog: (
|
|
1759
|
+
obj: DisassociateRouteTableRequest
|
|
1760
|
+
) => any;
|
|
1761
|
+
export declare const DisassociateSubnetCidrBlockRequestFilterSensitiveLog: (
|
|
1762
|
+
obj: DisassociateSubnetCidrBlockRequest
|
|
1763
|
+
) => any;
|
|
1764
|
+
export declare const DisassociateSubnetCidrBlockResultFilterSensitiveLog: (
|
|
1765
|
+
obj: DisassociateSubnetCidrBlockResult
|
|
1766
|
+
) => any;
|
|
1767
|
+
export declare const DisassociateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
|
|
1768
|
+
obj: DisassociateTransitGatewayMulticastDomainRequest
|
|
1769
|
+
) => any;
|
|
1770
|
+
export declare const DisassociateTransitGatewayMulticastDomainResultFilterSensitiveLog: (
|
|
1771
|
+
obj: DisassociateTransitGatewayMulticastDomainResult
|
|
1772
|
+
) => any;
|
|
1773
|
+
export declare const DisassociateTransitGatewayPolicyTableRequestFilterSensitiveLog: (
|
|
1774
|
+
obj: DisassociateTransitGatewayPolicyTableRequest
|
|
1775
|
+
) => any;
|
|
1776
|
+
export declare const DisassociateTransitGatewayPolicyTableResultFilterSensitiveLog: (
|
|
1777
|
+
obj: DisassociateTransitGatewayPolicyTableResult
|
|
1778
|
+
) => any;
|
|
1779
|
+
export declare const DisassociateTransitGatewayRouteTableRequestFilterSensitiveLog: (
|
|
1780
|
+
obj: DisassociateTransitGatewayRouteTableRequest
|
|
1781
|
+
) => any;
|
|
1765
1782
|
export declare const DisassociateTransitGatewayRouteTableResultFilterSensitiveLog: (
|
|
1766
1783
|
obj: DisassociateTransitGatewayRouteTableResult
|
|
1767
1784
|
) => any;
|
|
@@ -1783,6 +1800,12 @@ export declare const EnableAddressTransferRequestFilterSensitiveLog: (
|
|
|
1783
1800
|
export declare const EnableAddressTransferResultFilterSensitiveLog: (
|
|
1784
1801
|
obj: EnableAddressTransferResult
|
|
1785
1802
|
) => any;
|
|
1803
|
+
export declare const EnableAwsNetworkPerformanceMetricSubscriptionRequestFilterSensitiveLog: (
|
|
1804
|
+
obj: EnableAwsNetworkPerformanceMetricSubscriptionRequest
|
|
1805
|
+
) => any;
|
|
1806
|
+
export declare const EnableAwsNetworkPerformanceMetricSubscriptionResultFilterSensitiveLog: (
|
|
1807
|
+
obj: EnableAwsNetworkPerformanceMetricSubscriptionResult
|
|
1808
|
+
) => any;
|
|
1786
1809
|
export declare const EnableEbsEncryptionByDefaultRequestFilterSensitiveLog: (
|
|
1787
1810
|
obj: EnableEbsEncryptionByDefaultRequest
|
|
1788
1811
|
) => any;
|
|
@@ -1831,6 +1854,12 @@ export declare const EnableIpamOrganizationAdminAccountRequestFilterSensitiveLog
|
|
|
1831
1854
|
export declare const EnableIpamOrganizationAdminAccountResultFilterSensitiveLog: (
|
|
1832
1855
|
obj: EnableIpamOrganizationAdminAccountResult
|
|
1833
1856
|
) => any;
|
|
1857
|
+
export declare const EnableReachabilityAnalyzerOrganizationSharingRequestFilterSensitiveLog: (
|
|
1858
|
+
obj: EnableReachabilityAnalyzerOrganizationSharingRequest
|
|
1859
|
+
) => any;
|
|
1860
|
+
export declare const EnableReachabilityAnalyzerOrganizationSharingResultFilterSensitiveLog: (
|
|
1861
|
+
obj: EnableReachabilityAnalyzerOrganizationSharingResult
|
|
1862
|
+
) => any;
|
|
1834
1863
|
export declare const EnableSerialConsoleAccessRequestFilterSensitiveLog: (
|
|
1835
1864
|
obj: EnableSerialConsoleAccessRequest
|
|
1836
1865
|
) => any;
|
|
@@ -1909,6 +1938,15 @@ export declare const Ipv6CidrAssociationFilterSensitiveLog: (
|
|
|
1909
1938
|
export declare const GetAssociatedIpv6PoolCidrsResultFilterSensitiveLog: (
|
|
1910
1939
|
obj: GetAssociatedIpv6PoolCidrsResult
|
|
1911
1940
|
) => any;
|
|
1941
|
+
export declare const DataQueryFilterSensitiveLog: (obj: DataQuery) => any;
|
|
1942
|
+
export declare const GetAwsNetworkPerformanceDataRequestFilterSensitiveLog: (
|
|
1943
|
+
obj: GetAwsNetworkPerformanceDataRequest
|
|
1944
|
+
) => any;
|
|
1945
|
+
export declare const MetricPointFilterSensitiveLog: (obj: MetricPoint) => any;
|
|
1946
|
+
export declare const DataResponseFilterSensitiveLog: (obj: DataResponse) => any;
|
|
1947
|
+
export declare const GetAwsNetworkPerformanceDataResultFilterSensitiveLog: (
|
|
1948
|
+
obj: GetAwsNetworkPerformanceDataResult
|
|
1949
|
+
) => any;
|
|
1912
1950
|
export declare const GetCapacityReservationUsageRequestFilterSensitiveLog: (
|
|
1913
1951
|
obj: GetCapacityReservationUsageRequest
|
|
1914
1952
|
) => any;
|
|
@@ -2542,66 +2580,3 @@ export declare const ModifyTransitGatewayOptionsFilterSensitiveLog: (
|
|
|
2542
2580
|
export declare const ModifyTransitGatewayRequestFilterSensitiveLog: (
|
|
2543
2581
|
obj: ModifyTransitGatewayRequest
|
|
2544
2582
|
) => any;
|
|
2545
|
-
export declare const ModifyTransitGatewayResultFilterSensitiveLog: (
|
|
2546
|
-
obj: ModifyTransitGatewayResult
|
|
2547
|
-
) => any;
|
|
2548
|
-
export declare const ModifyTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
|
|
2549
|
-
obj: ModifyTransitGatewayPrefixListReferenceRequest
|
|
2550
|
-
) => any;
|
|
2551
|
-
export declare const ModifyTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
|
|
2552
|
-
obj: ModifyTransitGatewayPrefixListReferenceResult
|
|
2553
|
-
) => any;
|
|
2554
|
-
export declare const ModifyTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (
|
|
2555
|
-
obj: ModifyTransitGatewayVpcAttachmentRequestOptions
|
|
2556
|
-
) => any;
|
|
2557
|
-
export declare const ModifyTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
|
|
2558
|
-
obj: ModifyTransitGatewayVpcAttachmentRequest
|
|
2559
|
-
) => any;
|
|
2560
|
-
export declare const ModifyTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
|
|
2561
|
-
obj: ModifyTransitGatewayVpcAttachmentResult
|
|
2562
|
-
) => any;
|
|
2563
|
-
export declare const ModifyVolumeRequestFilterSensitiveLog: (
|
|
2564
|
-
obj: ModifyVolumeRequest
|
|
2565
|
-
) => any;
|
|
2566
|
-
export declare const ModifyVolumeResultFilterSensitiveLog: (
|
|
2567
|
-
obj: ModifyVolumeResult
|
|
2568
|
-
) => any;
|
|
2569
|
-
export declare const ModifyVolumeAttributeRequestFilterSensitiveLog: (
|
|
2570
|
-
obj: ModifyVolumeAttributeRequest
|
|
2571
|
-
) => any;
|
|
2572
|
-
export declare const ModifyVpcAttributeRequestFilterSensitiveLog: (
|
|
2573
|
-
obj: ModifyVpcAttributeRequest
|
|
2574
|
-
) => any;
|
|
2575
|
-
export declare const ModifyVpcEndpointRequestFilterSensitiveLog: (
|
|
2576
|
-
obj: ModifyVpcEndpointRequest
|
|
2577
|
-
) => any;
|
|
2578
|
-
export declare const ModifyVpcEndpointResultFilterSensitiveLog: (
|
|
2579
|
-
obj: ModifyVpcEndpointResult
|
|
2580
|
-
) => any;
|
|
2581
|
-
export declare const ModifyVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (
|
|
2582
|
-
obj: ModifyVpcEndpointConnectionNotificationRequest
|
|
2583
|
-
) => any;
|
|
2584
|
-
export declare const ModifyVpcEndpointConnectionNotificationResultFilterSensitiveLog: (
|
|
2585
|
-
obj: ModifyVpcEndpointConnectionNotificationResult
|
|
2586
|
-
) => any;
|
|
2587
|
-
export declare const ModifyVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (
|
|
2588
|
-
obj: ModifyVpcEndpointServiceConfigurationRequest
|
|
2589
|
-
) => any;
|
|
2590
|
-
export declare const ModifyVpcEndpointServiceConfigurationResultFilterSensitiveLog: (
|
|
2591
|
-
obj: ModifyVpcEndpointServiceConfigurationResult
|
|
2592
|
-
) => any;
|
|
2593
|
-
export declare const ModifyVpcEndpointServicePayerResponsibilityRequestFilterSensitiveLog: (
|
|
2594
|
-
obj: ModifyVpcEndpointServicePayerResponsibilityRequest
|
|
2595
|
-
) => any;
|
|
2596
|
-
export declare const ModifyVpcEndpointServicePayerResponsibilityResultFilterSensitiveLog: (
|
|
2597
|
-
obj: ModifyVpcEndpointServicePayerResponsibilityResult
|
|
2598
|
-
) => any;
|
|
2599
|
-
export declare const ModifyVpcEndpointServicePermissionsRequestFilterSensitiveLog: (
|
|
2600
|
-
obj: ModifyVpcEndpointServicePermissionsRequest
|
|
2601
|
-
) => any;
|
|
2602
|
-
export declare const ModifyVpcEndpointServicePermissionsResultFilterSensitiveLog: (
|
|
2603
|
-
obj: ModifyVpcEndpointServicePermissionsResult
|
|
2604
|
-
) => any;
|
|
2605
|
-
export declare const PeeringConnectionOptionsRequestFilterSensitiveLog: (
|
|
2606
|
-
obj: PeeringConnectionOptionsRequest
|
|
2607
|
-
) => any;
|