@aws-sdk/client-ec2 3.216.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 +3 -3
|
@@ -1,8 +1,146 @@
|
|
|
1
|
-
import { _InstanceType, AccessScopeAnalysisFinding,
|
|
2
|
-
import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType
|
|
3
|
-
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue,
|
|
4
|
-
import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
|
|
5
|
-
import { AnalysisStatus, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, ReservedInstancesConfiguration, SnapshotAttributeName, TransitGatewayPropagation, TransitGatewayPropagationState
|
|
1
|
+
import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressTransfer, Affinity, AutoPlacement, CapacityReservationState, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostnameType, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, SelfServicePortal, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
|
|
2
|
+
import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType } from "./models_1";
|
|
3
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, IpamPoolCidr, SubnetCidrReservation, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGatewayPrefixListReference, VpnEcmpSupportValue } from "./models_2";
|
|
4
|
+
import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, MetricType, PaymentOption, PeriodType, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, StatisticType, VirtualizationType } from "./models_3";
|
|
5
|
+
import { AnalysisStatus, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, ReservedInstancesConfiguration, SnapshotAttributeName, TransitGatewayPropagation, TransitGatewayPropagationState } from "./models_4";
|
|
6
|
+
export interface DisassociateIamInstanceProfileResult {
|
|
7
|
+
/**
|
|
8
|
+
* <p>Information about the IAM instance profile association.</p>
|
|
9
|
+
*/
|
|
10
|
+
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* <p>The targets to disassociate from the specified event window.</p>
|
|
14
|
+
*/
|
|
15
|
+
export interface InstanceEventWindowDisassociationRequest {
|
|
16
|
+
/**
|
|
17
|
+
* <p>The IDs of the instances to disassociate from the event window.</p>
|
|
18
|
+
*/
|
|
19
|
+
InstanceIds?: string[];
|
|
20
|
+
/**
|
|
21
|
+
* <p>The instance tags to disassociate from the event window. Any instances associated with
|
|
22
|
+
* the tags will be disassociated from the event window.</p>
|
|
23
|
+
*/
|
|
24
|
+
InstanceTags?: Tag[];
|
|
25
|
+
/**
|
|
26
|
+
* <p>The IDs of the Dedicated Hosts to disassociate from the event window.</p>
|
|
27
|
+
*/
|
|
28
|
+
DedicatedHostIds?: string[];
|
|
29
|
+
}
|
|
30
|
+
export interface DisassociateInstanceEventWindowRequest {
|
|
31
|
+
/**
|
|
32
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
33
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
34
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
35
|
+
*/
|
|
36
|
+
DryRun?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The ID of the event window.</p>
|
|
39
|
+
*/
|
|
40
|
+
InstanceEventWindowId: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>One or more targets to disassociate from the specified event window.</p>
|
|
43
|
+
*/
|
|
44
|
+
AssociationTarget: InstanceEventWindowDisassociationRequest | undefined;
|
|
45
|
+
}
|
|
46
|
+
export interface DisassociateInstanceEventWindowResult {
|
|
47
|
+
/**
|
|
48
|
+
* <p>Information about the event window.</p>
|
|
49
|
+
*/
|
|
50
|
+
InstanceEventWindow?: InstanceEventWindow;
|
|
51
|
+
}
|
|
52
|
+
export interface DisassociateRouteTableRequest {
|
|
53
|
+
/**
|
|
54
|
+
* <p>The association ID representing the current association between the route table and subnet or gateway.</p>
|
|
55
|
+
*/
|
|
56
|
+
AssociationId: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
59
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
60
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
61
|
+
*/
|
|
62
|
+
DryRun?: boolean;
|
|
63
|
+
}
|
|
64
|
+
export interface DisassociateSubnetCidrBlockRequest {
|
|
65
|
+
/**
|
|
66
|
+
* <p>The association ID for the CIDR block.</p>
|
|
67
|
+
*/
|
|
68
|
+
AssociationId: string | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface DisassociateSubnetCidrBlockResult {
|
|
71
|
+
/**
|
|
72
|
+
* <p>Information about the IPv6 CIDR block association.</p>
|
|
73
|
+
*/
|
|
74
|
+
Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The ID of the subnet.</p>
|
|
77
|
+
*/
|
|
78
|
+
SubnetId?: string;
|
|
79
|
+
}
|
|
80
|
+
export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
81
|
+
/**
|
|
82
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
83
|
+
*/
|
|
84
|
+
TransitGatewayMulticastDomainId?: string;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The ID of the attachment.</p>
|
|
87
|
+
*/
|
|
88
|
+
TransitGatewayAttachmentId?: string;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The IDs of the subnets;</p>
|
|
91
|
+
*/
|
|
92
|
+
SubnetIds?: string[];
|
|
93
|
+
/**
|
|
94
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
95
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
96
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
97
|
+
*/
|
|
98
|
+
DryRun?: boolean;
|
|
99
|
+
}
|
|
100
|
+
export interface DisassociateTransitGatewayMulticastDomainResult {
|
|
101
|
+
/**
|
|
102
|
+
* <p>Information about the association.</p>
|
|
103
|
+
*/
|
|
104
|
+
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
105
|
+
}
|
|
106
|
+
export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
107
|
+
/**
|
|
108
|
+
* <p>The ID of the disassociated policy table.</p>
|
|
109
|
+
*/
|
|
110
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The ID of the transit gateway attachment to disassociate from the policy table.</p>
|
|
113
|
+
*/
|
|
114
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
117
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
118
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
119
|
+
*/
|
|
120
|
+
DryRun?: boolean;
|
|
121
|
+
}
|
|
122
|
+
export interface DisassociateTransitGatewayPolicyTableResult {
|
|
123
|
+
/**
|
|
124
|
+
* <p>Returns details about the transit gateway policy table disassociation.</p>
|
|
125
|
+
*/
|
|
126
|
+
Association?: TransitGatewayPolicyTableAssociation;
|
|
127
|
+
}
|
|
128
|
+
export interface DisassociateTransitGatewayRouteTableRequest {
|
|
129
|
+
/**
|
|
130
|
+
* <p>The ID of the transit gateway route table.</p>
|
|
131
|
+
*/
|
|
132
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The ID of the attachment.</p>
|
|
135
|
+
*/
|
|
136
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
139
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
140
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
141
|
+
*/
|
|
142
|
+
DryRun?: boolean;
|
|
143
|
+
}
|
|
6
144
|
export interface DisassociateTransitGatewayRouteTableResult {
|
|
7
145
|
/**
|
|
8
146
|
* <p>Information about the association.</p>
|
|
@@ -81,6 +219,36 @@ export interface EnableAddressTransferResult {
|
|
|
81
219
|
*/
|
|
82
220
|
AddressTransfer?: AddressTransfer;
|
|
83
221
|
}
|
|
222
|
+
export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
223
|
+
/**
|
|
224
|
+
* <p>The source Region or Availability Zone that the metric subscription is enabled for. For example, <code>us-east-1</code>.</p>
|
|
225
|
+
*/
|
|
226
|
+
Source?: string;
|
|
227
|
+
/**
|
|
228
|
+
* <p>The target Region or Availability Zone that the metric subscription is enabled for. For example, <code>eu-west-1</code>.</p>
|
|
229
|
+
*/
|
|
230
|
+
Destination?: string;
|
|
231
|
+
/**
|
|
232
|
+
* <p>The metric used for the enabled subscription.</p>
|
|
233
|
+
*/
|
|
234
|
+
Metric?: MetricType | string;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The statistic used for the enabled subscription.</p>
|
|
237
|
+
*/
|
|
238
|
+
Statistic?: StatisticType | string;
|
|
239
|
+
/**
|
|
240
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
241
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
242
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
243
|
+
*/
|
|
244
|
+
DryRun?: boolean;
|
|
245
|
+
}
|
|
246
|
+
export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
247
|
+
/**
|
|
248
|
+
* <p>Indicates whether the subscribe action was successful.</p>
|
|
249
|
+
*/
|
|
250
|
+
Output?: boolean;
|
|
251
|
+
}
|
|
84
252
|
export interface EnableEbsEncryptionByDefaultRequest {
|
|
85
253
|
/**
|
|
86
254
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -370,6 +538,12 @@ export interface EnableIpamOrganizationAdminAccountResult {
|
|
|
370
538
|
*/
|
|
371
539
|
Success?: boolean;
|
|
372
540
|
}
|
|
541
|
+
export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
|
|
542
|
+
DryRun?: boolean;
|
|
543
|
+
}
|
|
544
|
+
export interface EnableReachabilityAnalyzerOrganizationSharingResult {
|
|
545
|
+
ReturnValue?: boolean;
|
|
546
|
+
}
|
|
373
547
|
export interface EnableSerialConsoleAccessRequest {
|
|
374
548
|
/**
|
|
375
549
|
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
@@ -772,6 +946,136 @@ export interface GetAssociatedIpv6PoolCidrsResult {
|
|
|
772
946
|
*/
|
|
773
947
|
NextToken?: string;
|
|
774
948
|
}
|
|
949
|
+
/**
|
|
950
|
+
* <p>A query used for retrieving network health data. </p>
|
|
951
|
+
*/
|
|
952
|
+
export interface DataQuery {
|
|
953
|
+
/**
|
|
954
|
+
* <p>A user-defined ID associated with a data query that's returned in the <code>dataResponse</code> identifying the query. For example, if you set the Id to <code>MyQuery01</code>in the query, the <code>dataResponse</code> identifies the query as <code>MyQuery01</code>.</p>
|
|
955
|
+
*/
|
|
956
|
+
Id?: string;
|
|
957
|
+
/**
|
|
958
|
+
* <p>The Region or Availability Zone that's the source for the data query. For example, <code>us-east-1</code>.</p>
|
|
959
|
+
*/
|
|
960
|
+
Source?: string;
|
|
961
|
+
/**
|
|
962
|
+
* <p>The Region or Availability Zone that's the target for the data query. For example, <code>eu-north-1</code>.</p>
|
|
963
|
+
*/
|
|
964
|
+
Destination?: string;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The aggregation metric used for the data query. Currently only <code>aggregation-latency</code> is supported, indicating network latency.</p>
|
|
967
|
+
*/
|
|
968
|
+
Metric?: MetricType | string;
|
|
969
|
+
/**
|
|
970
|
+
* <p>Metric data aggregations over specified periods of time. The following are the supported Infrastructure Performance statistics:</p>
|
|
971
|
+
*
|
|
972
|
+
* <ul>
|
|
973
|
+
* <li>
|
|
974
|
+
* <p>
|
|
975
|
+
* <code>p50</code> - The median value of the metric aggregated over a specified
|
|
976
|
+
* start and end time. For example, a metric of <code>five_minutes</code> is the median
|
|
977
|
+
* of all the data points gathered within those five minutes.</p>
|
|
978
|
+
* </li>
|
|
979
|
+
* </ul>
|
|
980
|
+
*/
|
|
981
|
+
Statistic?: StatisticType | string;
|
|
982
|
+
/**
|
|
983
|
+
* <p>The aggregation period used for the data query.</p>
|
|
984
|
+
*/
|
|
985
|
+
Period?: PeriodType | string;
|
|
986
|
+
}
|
|
987
|
+
export interface GetAwsNetworkPerformanceDataRequest {
|
|
988
|
+
/**
|
|
989
|
+
* <p>A list of network performance data queries.</p>
|
|
990
|
+
*/
|
|
991
|
+
DataQueries?: DataQuery[];
|
|
992
|
+
/**
|
|
993
|
+
* <p>The starting time for the performance data request. The starting time must be formatted
|
|
994
|
+
* as <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2022-06-10T12:00:00.000Z</code>.</p>
|
|
995
|
+
*/
|
|
996
|
+
StartTime?: Date;
|
|
997
|
+
/**
|
|
998
|
+
* <p>The ending time for the performance data request. The end time must be formatted as <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2022-06-12T12:00:00.000Z</code>.</p>
|
|
999
|
+
*/
|
|
1000
|
+
EndTime?: Date;
|
|
1001
|
+
/**
|
|
1002
|
+
* <p>The maximum number of results to return with a single call.
|
|
1003
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
1004
|
+
*/
|
|
1005
|
+
MaxResults?: number;
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>The token for the next page of results.</p>
|
|
1008
|
+
*/
|
|
1009
|
+
NextToken?: string;
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1012
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1013
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1014
|
+
*/
|
|
1015
|
+
DryRun?: boolean;
|
|
1016
|
+
}
|
|
1017
|
+
/**
|
|
1018
|
+
* <p>Indicates whether the network was healthy or unhealthy at a particular point. The value is aggregated from the <code>startDate</code> to the <code>endDate</code>. Currently only <code>five_minutes</code> is supported.</p>
|
|
1019
|
+
*/
|
|
1020
|
+
export interface MetricPoint {
|
|
1021
|
+
/**
|
|
1022
|
+
* <p>The start date for the metric point. The starting date for the metric point. The starting time must be formatted
|
|
1023
|
+
* as <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2022-06-10T12:00:00.000Z</code>.</p>
|
|
1024
|
+
*/
|
|
1025
|
+
StartDate?: Date;
|
|
1026
|
+
/**
|
|
1027
|
+
* <p>The end date for the metric point. The ending time must be formatted as <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2022-06-12T12:00:00.000Z</code>.</p>
|
|
1028
|
+
*/
|
|
1029
|
+
EndDate?: Date;
|
|
1030
|
+
Value?: number;
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>The status of the metric point.</p>
|
|
1033
|
+
*/
|
|
1034
|
+
Status?: string;
|
|
1035
|
+
}
|
|
1036
|
+
/**
|
|
1037
|
+
* <p>The response to a <code>DataQuery</code>.</p>
|
|
1038
|
+
*/
|
|
1039
|
+
export interface DataResponse {
|
|
1040
|
+
/**
|
|
1041
|
+
* <p>The ID passed in the <code>DataQuery</code>.</p>
|
|
1042
|
+
*/
|
|
1043
|
+
Id?: string;
|
|
1044
|
+
/**
|
|
1045
|
+
* <p>The Region or Availability Zone that's the source for the data query. For example, <code>us-east-1</code>.</p>
|
|
1046
|
+
*/
|
|
1047
|
+
Source?: string;
|
|
1048
|
+
/**
|
|
1049
|
+
* <p>The Region or Availability Zone that's the destination for the data query. For example, <code>eu-west-1</code>.</p>
|
|
1050
|
+
*/
|
|
1051
|
+
Destination?: string;
|
|
1052
|
+
/**
|
|
1053
|
+
* <p>The metric used for the network performance request. Currently only <code>aggregate-latency</code> is supported, showing network latency during a specified period. </p>
|
|
1054
|
+
*/
|
|
1055
|
+
Metric?: MetricType | string;
|
|
1056
|
+
/**
|
|
1057
|
+
* <p>The statistic used for the network performance request.</p>
|
|
1058
|
+
*/
|
|
1059
|
+
Statistic?: StatisticType | string;
|
|
1060
|
+
/**
|
|
1061
|
+
* <p>The period used for the network performance request.</p>
|
|
1062
|
+
*/
|
|
1063
|
+
Period?: PeriodType | string;
|
|
1064
|
+
/**
|
|
1065
|
+
* <p>A list of <code>MetricPoint</code> objects.</p>
|
|
1066
|
+
*/
|
|
1067
|
+
MetricPoints?: MetricPoint[];
|
|
1068
|
+
}
|
|
1069
|
+
export interface GetAwsNetworkPerformanceDataResult {
|
|
1070
|
+
/**
|
|
1071
|
+
* <p>The list of data responses.</p>
|
|
1072
|
+
*/
|
|
1073
|
+
DataResponses?: DataResponse[];
|
|
1074
|
+
/**
|
|
1075
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
1076
|
+
*/
|
|
1077
|
+
NextToken?: string;
|
|
1078
|
+
}
|
|
775
1079
|
export interface GetCapacityReservationUsageRequest {
|
|
776
1080
|
/**
|
|
777
1081
|
* <p>The ID of the Capacity Reservation.</p>
|
|
@@ -4813,7 +5117,7 @@ export interface ModifyLocalGatewayRouteRequest {
|
|
|
4813
5117
|
}
|
|
4814
5118
|
export interface ModifyLocalGatewayRouteResult {
|
|
4815
5119
|
/**
|
|
4816
|
-
* <p>
|
|
5120
|
+
* <p>Information about the local gateway route table.</p>
|
|
4817
5121
|
*/
|
|
4818
5122
|
Route?: LocalGatewayRoute;
|
|
4819
5123
|
}
|
|
@@ -4886,7 +5190,9 @@ export interface NetworkInterfaceAttachmentChanges {
|
|
|
4886
5190
|
*/
|
|
4887
5191
|
export interface ModifyNetworkInterfaceAttributeRequest {
|
|
4888
5192
|
/**
|
|
4889
|
-
* <p>Information about the interface attachment. If modifying the
|
|
5193
|
+
* <p>Information about the interface attachment. If modifying the <code>delete on
|
|
5194
|
+
* termination</code> attribute, you must specify the ID of the interface
|
|
5195
|
+
* attachment.</p>
|
|
4890
5196
|
*/
|
|
4891
5197
|
Attachment?: NetworkInterfaceAttachmentChanges;
|
|
4892
5198
|
/**
|
|
@@ -4916,6 +5222,11 @@ export interface ModifyNetworkInterfaceAttributeRequest {
|
|
|
4916
5222
|
* such as network address translation, routing, or firewalls.</p>
|
|
4917
5223
|
*/
|
|
4918
5224
|
SourceDestCheck?: AttributeBooleanValue;
|
|
5225
|
+
/**
|
|
5226
|
+
* <p>Updates the ENA Express configuration for the network interface that’s attached to the
|
|
5227
|
+
* instance.</p>
|
|
5228
|
+
*/
|
|
5229
|
+
EnaSrdSpecification?: EnaSrdSpecification;
|
|
4919
5230
|
}
|
|
4920
5231
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
4921
5232
|
/**
|
|
@@ -5469,447 +5780,54 @@ export interface ModifyTransitGatewayRequest {
|
|
|
5469
5780
|
*/
|
|
5470
5781
|
DryRun?: boolean;
|
|
5471
5782
|
}
|
|
5472
|
-
export interface ModifyTransitGatewayResult {
|
|
5473
|
-
/**
|
|
5474
|
-
* <p>Describes a transit gateway.</p>
|
|
5475
|
-
*/
|
|
5476
|
-
TransitGateway?: TransitGateway;
|
|
5477
|
-
}
|
|
5478
|
-
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
5479
|
-
/**
|
|
5480
|
-
* <p>The ID of the transit gateway route table.</p>
|
|
5481
|
-
*/
|
|
5482
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
5483
|
-
/**
|
|
5484
|
-
* <p>The ID of the prefix list.</p>
|
|
5485
|
-
*/
|
|
5486
|
-
PrefixListId: string | undefined;
|
|
5487
|
-
/**
|
|
5488
|
-
* <p>The ID of the attachment to which traffic is routed.</p>
|
|
5489
|
-
*/
|
|
5490
|
-
TransitGatewayAttachmentId?: string;
|
|
5491
|
-
/**
|
|
5492
|
-
* <p>Indicates whether to drop traffic that matches this route.</p>
|
|
5493
|
-
*/
|
|
5494
|
-
Blackhole?: boolean;
|
|
5495
|
-
/**
|
|
5496
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5497
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5498
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5499
|
-
*/
|
|
5500
|
-
DryRun?: boolean;
|
|
5501
|
-
}
|
|
5502
|
-
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
5503
|
-
/**
|
|
5504
|
-
* <p>Information about the prefix list reference.</p>
|
|
5505
|
-
*/
|
|
5506
|
-
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
5507
|
-
}
|
|
5508
5783
|
/**
|
|
5509
|
-
*
|
|
5784
|
+
* @internal
|
|
5510
5785
|
*/
|
|
5511
|
-
export
|
|
5512
|
-
/**
|
|
5513
|
-
* <p>Enable or disable DNS support. The default is <code>enable</code>.</p>
|
|
5514
|
-
*/
|
|
5515
|
-
DnsSupport?: DnsSupportValue | string;
|
|
5516
|
-
/**
|
|
5517
|
-
* <p>Enable or disable IPv6 support. The default is <code>enable</code>.</p>
|
|
5518
|
-
*/
|
|
5519
|
-
Ipv6Support?: Ipv6SupportValue | string;
|
|
5520
|
-
/**
|
|
5521
|
-
* <p>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <code>disable</code>.</p>
|
|
5522
|
-
*/
|
|
5523
|
-
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
5524
|
-
}
|
|
5525
|
-
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
5526
|
-
/**
|
|
5527
|
-
* <p>The ID of the attachment.</p>
|
|
5528
|
-
*/
|
|
5529
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
5530
|
-
/**
|
|
5531
|
-
* <p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>
|
|
5532
|
-
*/
|
|
5533
|
-
AddSubnetIds?: string[];
|
|
5534
|
-
/**
|
|
5535
|
-
* <p>The IDs of one or more subnets to remove.</p>
|
|
5536
|
-
*/
|
|
5537
|
-
RemoveSubnetIds?: string[];
|
|
5538
|
-
/**
|
|
5539
|
-
* <p>The new VPC attachment options.</p>
|
|
5540
|
-
*/
|
|
5541
|
-
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions;
|
|
5542
|
-
/**
|
|
5543
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5544
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5545
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5546
|
-
*/
|
|
5547
|
-
DryRun?: boolean;
|
|
5548
|
-
}
|
|
5549
|
-
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
5550
|
-
/**
|
|
5551
|
-
* <p>Information about the modified attachment.</p>
|
|
5552
|
-
*/
|
|
5553
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
5554
|
-
}
|
|
5555
|
-
export interface ModifyVolumeRequest {
|
|
5556
|
-
/**
|
|
5557
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5558
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5559
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5560
|
-
*/
|
|
5561
|
-
DryRun?: boolean;
|
|
5562
|
-
/**
|
|
5563
|
-
* <p>The ID of the volume.</p>
|
|
5564
|
-
*/
|
|
5565
|
-
VolumeId: string | undefined;
|
|
5566
|
-
/**
|
|
5567
|
-
* <p>The target size of the volume, in GiB. The target volume size must be greater than or
|
|
5568
|
-
* equal to the existing size of the volume.</p>
|
|
5569
|
-
* <p>The following are the supported volumes sizes for each volume type:</p>
|
|
5570
|
-
* <ul>
|
|
5571
|
-
* <li>
|
|
5572
|
-
* <p>
|
|
5573
|
-
* <code>gp2</code> and <code>gp3</code>: 1-16,384</p>
|
|
5574
|
-
* </li>
|
|
5575
|
-
* <li>
|
|
5576
|
-
* <p>
|
|
5577
|
-
* <code>io1</code> and <code>io2</code>: 4-16,384</p>
|
|
5578
|
-
* </li>
|
|
5579
|
-
* <li>
|
|
5580
|
-
* <p>
|
|
5581
|
-
* <code>st1</code> and <code>sc1</code>: 125-16,384</p>
|
|
5582
|
-
* </li>
|
|
5583
|
-
* <li>
|
|
5584
|
-
* <p>
|
|
5585
|
-
* <code>standard</code>: 1-1,024</p>
|
|
5586
|
-
* </li>
|
|
5587
|
-
* </ul>
|
|
5588
|
-
* <p>Default: The existing size is retained.</p>
|
|
5589
|
-
*/
|
|
5590
|
-
Size?: number;
|
|
5591
|
-
/**
|
|
5592
|
-
* <p>The target EBS volume type of the volume. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS volume types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
5593
|
-
* <p>Default: The existing type is retained.</p>
|
|
5594
|
-
*/
|
|
5595
|
-
VolumeType?: VolumeType | string;
|
|
5596
|
-
/**
|
|
5597
|
-
* <p>The target IOPS rate of the volume. This parameter is valid only for <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes.</p>
|
|
5598
|
-
* <p>The following are the supported values for each volume type:</p>
|
|
5599
|
-
* <ul>
|
|
5600
|
-
* <li>
|
|
5601
|
-
* <p>
|
|
5602
|
-
* <code>gp3</code>: 3,000-16,000 IOPS</p>
|
|
5603
|
-
* </li>
|
|
5604
|
-
* <li>
|
|
5605
|
-
* <p>
|
|
5606
|
-
* <code>io1</code>: 100-64,000 IOPS</p>
|
|
5607
|
-
* </li>
|
|
5608
|
-
* <li>
|
|
5609
|
-
* <p>
|
|
5610
|
-
* <code>io2</code>: 100-64,000 IOPS</p>
|
|
5611
|
-
* </li>
|
|
5612
|
-
* </ul>
|
|
5613
|
-
* <p>Default: The existing value is retained if you keep the same volume type. If you change
|
|
5614
|
-
* the volume type to <code>io1</code>, <code>io2</code>, or <code>gp3</code>, the default is 3,000.</p>
|
|
5615
|
-
*/
|
|
5616
|
-
Iops?: number;
|
|
5617
|
-
/**
|
|
5618
|
-
* <p>The target throughput of the volume, in MiB/s. This parameter is valid only for <code>gp3</code> volumes.
|
|
5619
|
-
* The maximum value is 1,000.</p>
|
|
5620
|
-
* <p>Default: The existing value is retained if the source and target volume type is <code>gp3</code>.
|
|
5621
|
-
* Otherwise, the default value is 125.</p>
|
|
5622
|
-
* <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>
|
|
5623
|
-
*/
|
|
5624
|
-
Throughput?: number;
|
|
5625
|
-
/**
|
|
5626
|
-
* <p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the
|
|
5627
|
-
* volume to up to 16 <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">
|
|
5628
|
-
* Nitro-based instances</a> in the same Availability Zone. This parameter is
|
|
5629
|
-
* supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see
|
|
5630
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html">
|
|
5631
|
-
* Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
5632
|
-
*/
|
|
5633
|
-
MultiAttachEnabled?: boolean;
|
|
5634
|
-
}
|
|
5635
|
-
export interface ModifyVolumeResult {
|
|
5636
|
-
/**
|
|
5637
|
-
* <p>Information about the volume modification.</p>
|
|
5638
|
-
*/
|
|
5639
|
-
VolumeModification?: VolumeModification;
|
|
5640
|
-
}
|
|
5641
|
-
export interface ModifyVolumeAttributeRequest {
|
|
5642
|
-
/**
|
|
5643
|
-
* <p>Indicates whether the volume should be auto-enabled for I/O operations.</p>
|
|
5644
|
-
*/
|
|
5645
|
-
AutoEnableIO?: AttributeBooleanValue;
|
|
5646
|
-
/**
|
|
5647
|
-
* <p>The ID of the volume.</p>
|
|
5648
|
-
*/
|
|
5649
|
-
VolumeId: string | undefined;
|
|
5650
|
-
/**
|
|
5651
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5652
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5653
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5654
|
-
*/
|
|
5655
|
-
DryRun?: boolean;
|
|
5656
|
-
}
|
|
5657
|
-
export interface ModifyVpcAttributeRequest {
|
|
5658
|
-
/**
|
|
5659
|
-
* <p>Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.</p>
|
|
5660
|
-
* <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.</p>
|
|
5661
|
-
*/
|
|
5662
|
-
EnableDnsHostnames?: AttributeBooleanValue;
|
|
5663
|
-
/**
|
|
5664
|
-
* <p>Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to
|
|
5665
|
-
* the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP
|
|
5666
|
-
* address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon
|
|
5667
|
-
* provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is
|
|
5668
|
-
* not enabled.</p>
|
|
5669
|
-
* <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.</p>
|
|
5670
|
-
*/
|
|
5671
|
-
EnableDnsSupport?: AttributeBooleanValue;
|
|
5672
|
-
/**
|
|
5673
|
-
* <p>The ID of the VPC.</p>
|
|
5674
|
-
*/
|
|
5675
|
-
VpcId: string | undefined;
|
|
5676
|
-
/**
|
|
5677
|
-
* <p>Indicates whether Network Address Usage metrics are enabled for your VPC.</p>
|
|
5678
|
-
*/
|
|
5679
|
-
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
5680
|
-
}
|
|
5786
|
+
export declare const DisassociateIamInstanceProfileResultFilterSensitiveLog: (obj: DisassociateIamInstanceProfileResult) => any;
|
|
5681
5787
|
/**
|
|
5682
|
-
*
|
|
5788
|
+
* @internal
|
|
5683
5789
|
*/
|
|
5684
|
-
export
|
|
5685
|
-
/**
|
|
5686
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5687
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5688
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5689
|
-
*/
|
|
5690
|
-
DryRun?: boolean;
|
|
5691
|
-
/**
|
|
5692
|
-
* <p>The ID of the endpoint.</p>
|
|
5693
|
-
*/
|
|
5694
|
-
VpcEndpointId: string | undefined;
|
|
5695
|
-
/**
|
|
5696
|
-
* <p>(Gateway endpoint) Specify <code>true</code> to reset the policy document to the
|
|
5697
|
-
* default policy. The default policy allows full access to the service.</p>
|
|
5698
|
-
*/
|
|
5699
|
-
ResetPolicy?: boolean;
|
|
5700
|
-
/**
|
|
5701
|
-
* <p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must
|
|
5702
|
-
* be in valid JSON format.</p>
|
|
5703
|
-
*/
|
|
5704
|
-
PolicyDocument?: string;
|
|
5705
|
-
/**
|
|
5706
|
-
* <p>(Gateway endpoint) One or more route tables IDs to associate with the endpoint.</p>
|
|
5707
|
-
*/
|
|
5708
|
-
AddRouteTableIds?: string[];
|
|
5709
|
-
/**
|
|
5710
|
-
* <p>(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.</p>
|
|
5711
|
-
*/
|
|
5712
|
-
RemoveRouteTableIds?: string[];
|
|
5713
|
-
/**
|
|
5714
|
-
* <p>(Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>
|
|
5715
|
-
*/
|
|
5716
|
-
AddSubnetIds?: string[];
|
|
5717
|
-
/**
|
|
5718
|
-
* <p>(Interface endpoint) One or more subnets IDs in which to remove the endpoint.</p>
|
|
5719
|
-
*/
|
|
5720
|
-
RemoveSubnetIds?: string[];
|
|
5721
|
-
/**
|
|
5722
|
-
* <p>(Interface endpoint) One or more security group IDs to associate with the network interface.</p>
|
|
5723
|
-
*/
|
|
5724
|
-
AddSecurityGroupIds?: string[];
|
|
5725
|
-
/**
|
|
5726
|
-
* <p>(Interface endpoint) One or more security group IDs to disassociate from the network interface.</p>
|
|
5727
|
-
*/
|
|
5728
|
-
RemoveSecurityGroupIds?: string[];
|
|
5729
|
-
/**
|
|
5730
|
-
* <p>The IP address type for the endpoint.</p>
|
|
5731
|
-
*/
|
|
5732
|
-
IpAddressType?: IpAddressType | string;
|
|
5733
|
-
/**
|
|
5734
|
-
* <p>The DNS options for the endpoint.</p>
|
|
5735
|
-
*/
|
|
5736
|
-
DnsOptions?: DnsOptionsSpecification;
|
|
5737
|
-
/**
|
|
5738
|
-
* <p>(Interface endpoint) Indicates whether a private hosted zone is associated with the
|
|
5739
|
-
* VPC.</p>
|
|
5740
|
-
*/
|
|
5741
|
-
PrivateDnsEnabled?: boolean;
|
|
5742
|
-
}
|
|
5743
|
-
export interface ModifyVpcEndpointResult {
|
|
5744
|
-
/**
|
|
5745
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
5746
|
-
*/
|
|
5747
|
-
Return?: boolean;
|
|
5748
|
-
}
|
|
5749
|
-
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
5750
|
-
/**
|
|
5751
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5752
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5753
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5754
|
-
*/
|
|
5755
|
-
DryRun?: boolean;
|
|
5756
|
-
/**
|
|
5757
|
-
* <p>The ID of the notification.</p>
|
|
5758
|
-
*/
|
|
5759
|
-
ConnectionNotificationId: string | undefined;
|
|
5760
|
-
/**
|
|
5761
|
-
* <p>The ARN for the SNS topic for the notification.</p>
|
|
5762
|
-
*/
|
|
5763
|
-
ConnectionNotificationArn?: string;
|
|
5764
|
-
/**
|
|
5765
|
-
* <p>One or more events for the endpoint. Valid values are <code>Accept</code>,
|
|
5766
|
-
* <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
|
|
5767
|
-
*/
|
|
5768
|
-
ConnectionEvents?: string[];
|
|
5769
|
-
}
|
|
5770
|
-
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
5771
|
-
/**
|
|
5772
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
5773
|
-
*/
|
|
5774
|
-
ReturnValue?: boolean;
|
|
5775
|
-
}
|
|
5776
|
-
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
5777
|
-
/**
|
|
5778
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5779
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5780
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5781
|
-
*/
|
|
5782
|
-
DryRun?: boolean;
|
|
5783
|
-
/**
|
|
5784
|
-
* <p>The ID of the service.</p>
|
|
5785
|
-
*/
|
|
5786
|
-
ServiceId: string | undefined;
|
|
5787
|
-
/**
|
|
5788
|
-
* <p>(Interface endpoint configuration) The private DNS name to assign to the endpoint service.</p>
|
|
5789
|
-
*/
|
|
5790
|
-
PrivateDnsName?: string;
|
|
5791
|
-
/**
|
|
5792
|
-
* <p>(Interface endpoint configuration) Removes the private DNS name of the endpoint service.</p>
|
|
5793
|
-
*/
|
|
5794
|
-
RemovePrivateDnsName?: boolean;
|
|
5795
|
-
/**
|
|
5796
|
-
* <p>Indicates whether requests to create an endpoint to your service must be accepted.</p>
|
|
5797
|
-
*/
|
|
5798
|
-
AcceptanceRequired?: boolean;
|
|
5799
|
-
/**
|
|
5800
|
-
* <p>The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service
|
|
5801
|
-
* configuration.</p>
|
|
5802
|
-
*/
|
|
5803
|
-
AddNetworkLoadBalancerArns?: string[];
|
|
5804
|
-
/**
|
|
5805
|
-
* <p>The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service
|
|
5806
|
-
* configuration.</p>
|
|
5807
|
-
*/
|
|
5808
|
-
RemoveNetworkLoadBalancerArns?: string[];
|
|
5809
|
-
/**
|
|
5810
|
-
* <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service
|
|
5811
|
-
* configuration.</p>
|
|
5812
|
-
*/
|
|
5813
|
-
AddGatewayLoadBalancerArns?: string[];
|
|
5814
|
-
/**
|
|
5815
|
-
* <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service
|
|
5816
|
-
* configuration.</p>
|
|
5817
|
-
*/
|
|
5818
|
-
RemoveGatewayLoadBalancerArns?: string[];
|
|
5819
|
-
/**
|
|
5820
|
-
* <p>The IP address types to add to your service configuration.</p>
|
|
5821
|
-
*/
|
|
5822
|
-
AddSupportedIpAddressTypes?: string[];
|
|
5823
|
-
/**
|
|
5824
|
-
* <p>The IP address types to remove from your service configuration.</p>
|
|
5825
|
-
*/
|
|
5826
|
-
RemoveSupportedIpAddressTypes?: string[];
|
|
5827
|
-
}
|
|
5828
|
-
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
5829
|
-
/**
|
|
5830
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
5831
|
-
*/
|
|
5832
|
-
Return?: boolean;
|
|
5833
|
-
}
|
|
5834
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
5835
|
-
/**
|
|
5836
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5837
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5838
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5839
|
-
*/
|
|
5840
|
-
DryRun?: boolean;
|
|
5841
|
-
/**
|
|
5842
|
-
* <p>The ID of the service.</p>
|
|
5843
|
-
*/
|
|
5844
|
-
ServiceId: string | undefined;
|
|
5845
|
-
/**
|
|
5846
|
-
* <p>The entity that is responsible for the endpoint costs. The default is the endpoint owner.
|
|
5847
|
-
* If you set the payer responsibility to the service owner, you cannot set it back to the
|
|
5848
|
-
* endpoint owner.</p>
|
|
5849
|
-
*/
|
|
5850
|
-
PayerResponsibility: PayerResponsibility | string | undefined;
|
|
5851
|
-
}
|
|
5852
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
5853
|
-
/**
|
|
5854
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
5855
|
-
*/
|
|
5856
|
-
ReturnValue?: boolean;
|
|
5857
|
-
}
|
|
5858
|
-
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
5859
|
-
/**
|
|
5860
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5861
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5862
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5863
|
-
*/
|
|
5864
|
-
DryRun?: boolean;
|
|
5865
|
-
/**
|
|
5866
|
-
* <p>The ID of the service.</p>
|
|
5867
|
-
*/
|
|
5868
|
-
ServiceId: string | undefined;
|
|
5869
|
-
/**
|
|
5870
|
-
* <p>The Amazon Resource Names (ARN) of one or more principals.
|
|
5871
|
-
* Permissions are granted to the principals in this list.
|
|
5872
|
-
* To grant permissions to all principals, specify an asterisk (*).</p>
|
|
5873
|
-
*/
|
|
5874
|
-
AddAllowedPrincipals?: string[];
|
|
5875
|
-
/**
|
|
5876
|
-
* <p>The Amazon Resource Names (ARN) of one or more principals.
|
|
5877
|
-
* Permissions are revoked for principals in this list.</p>
|
|
5878
|
-
*/
|
|
5879
|
-
RemoveAllowedPrincipals?: string[];
|
|
5880
|
-
}
|
|
5881
|
-
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
5882
|
-
/**
|
|
5883
|
-
* <p>Information about the added principals.</p>
|
|
5884
|
-
*/
|
|
5885
|
-
AddedPrincipals?: AddedPrincipal[];
|
|
5886
|
-
/**
|
|
5887
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
5888
|
-
*/
|
|
5889
|
-
ReturnValue?: boolean;
|
|
5890
|
-
}
|
|
5790
|
+
export declare const InstanceEventWindowDisassociationRequestFilterSensitiveLog: (obj: InstanceEventWindowDisassociationRequest) => any;
|
|
5891
5791
|
/**
|
|
5892
|
-
*
|
|
5893
|
-
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
5894
|
-
* </note>
|
|
5895
|
-
* <p>The VPC peering connection options.</p>
|
|
5792
|
+
* @internal
|
|
5896
5793
|
*/
|
|
5897
|
-
export
|
|
5898
|
-
|
|
5899
|
-
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
|
|
5905
|
-
|
|
5906
|
-
|
|
5907
|
-
|
|
5908
|
-
|
|
5909
|
-
|
|
5910
|
-
|
|
5911
|
-
|
|
5912
|
-
|
|
5794
|
+
export declare const DisassociateInstanceEventWindowRequestFilterSensitiveLog: (obj: DisassociateInstanceEventWindowRequest) => any;
|
|
5795
|
+
/**
|
|
5796
|
+
* @internal
|
|
5797
|
+
*/
|
|
5798
|
+
export declare const DisassociateInstanceEventWindowResultFilterSensitiveLog: (obj: DisassociateInstanceEventWindowResult) => any;
|
|
5799
|
+
/**
|
|
5800
|
+
* @internal
|
|
5801
|
+
*/
|
|
5802
|
+
export declare const DisassociateRouteTableRequestFilterSensitiveLog: (obj: DisassociateRouteTableRequest) => any;
|
|
5803
|
+
/**
|
|
5804
|
+
* @internal
|
|
5805
|
+
*/
|
|
5806
|
+
export declare const DisassociateSubnetCidrBlockRequestFilterSensitiveLog: (obj: DisassociateSubnetCidrBlockRequest) => any;
|
|
5807
|
+
/**
|
|
5808
|
+
* @internal
|
|
5809
|
+
*/
|
|
5810
|
+
export declare const DisassociateSubnetCidrBlockResultFilterSensitiveLog: (obj: DisassociateSubnetCidrBlockResult) => any;
|
|
5811
|
+
/**
|
|
5812
|
+
* @internal
|
|
5813
|
+
*/
|
|
5814
|
+
export declare const DisassociateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (obj: DisassociateTransitGatewayMulticastDomainRequest) => any;
|
|
5815
|
+
/**
|
|
5816
|
+
* @internal
|
|
5817
|
+
*/
|
|
5818
|
+
export declare const DisassociateTransitGatewayMulticastDomainResultFilterSensitiveLog: (obj: DisassociateTransitGatewayMulticastDomainResult) => any;
|
|
5819
|
+
/**
|
|
5820
|
+
* @internal
|
|
5821
|
+
*/
|
|
5822
|
+
export declare const DisassociateTransitGatewayPolicyTableRequestFilterSensitiveLog: (obj: DisassociateTransitGatewayPolicyTableRequest) => any;
|
|
5823
|
+
/**
|
|
5824
|
+
* @internal
|
|
5825
|
+
*/
|
|
5826
|
+
export declare const DisassociateTransitGatewayPolicyTableResultFilterSensitiveLog: (obj: DisassociateTransitGatewayPolicyTableResult) => any;
|
|
5827
|
+
/**
|
|
5828
|
+
* @internal
|
|
5829
|
+
*/
|
|
5830
|
+
export declare const DisassociateTransitGatewayRouteTableRequestFilterSensitiveLog: (obj: DisassociateTransitGatewayRouteTableRequest) => any;
|
|
5913
5831
|
/**
|
|
5914
5832
|
* @internal
|
|
5915
5833
|
*/
|
|
@@ -5938,6 +5856,14 @@ export declare const EnableAddressTransferRequestFilterSensitiveLog: (obj: Enabl
|
|
|
5938
5856
|
* @internal
|
|
5939
5857
|
*/
|
|
5940
5858
|
export declare const EnableAddressTransferResultFilterSensitiveLog: (obj: EnableAddressTransferResult) => any;
|
|
5859
|
+
/**
|
|
5860
|
+
* @internal
|
|
5861
|
+
*/
|
|
5862
|
+
export declare const EnableAwsNetworkPerformanceMetricSubscriptionRequestFilterSensitiveLog: (obj: EnableAwsNetworkPerformanceMetricSubscriptionRequest) => any;
|
|
5863
|
+
/**
|
|
5864
|
+
* @internal
|
|
5865
|
+
*/
|
|
5866
|
+
export declare const EnableAwsNetworkPerformanceMetricSubscriptionResultFilterSensitiveLog: (obj: EnableAwsNetworkPerformanceMetricSubscriptionResult) => any;
|
|
5941
5867
|
/**
|
|
5942
5868
|
* @internal
|
|
5943
5869
|
*/
|
|
@@ -6002,6 +5928,14 @@ export declare const EnableIpamOrganizationAdminAccountRequestFilterSensitiveLog
|
|
|
6002
5928
|
* @internal
|
|
6003
5929
|
*/
|
|
6004
5930
|
export declare const EnableIpamOrganizationAdminAccountResultFilterSensitiveLog: (obj: EnableIpamOrganizationAdminAccountResult) => any;
|
|
5931
|
+
/**
|
|
5932
|
+
* @internal
|
|
5933
|
+
*/
|
|
5934
|
+
export declare const EnableReachabilityAnalyzerOrganizationSharingRequestFilterSensitiveLog: (obj: EnableReachabilityAnalyzerOrganizationSharingRequest) => any;
|
|
5935
|
+
/**
|
|
5936
|
+
* @internal
|
|
5937
|
+
*/
|
|
5938
|
+
export declare const EnableReachabilityAnalyzerOrganizationSharingResultFilterSensitiveLog: (obj: EnableReachabilityAnalyzerOrganizationSharingResult) => any;
|
|
6005
5939
|
/**
|
|
6006
5940
|
* @internal
|
|
6007
5941
|
*/
|
|
@@ -6106,6 +6040,26 @@ export declare const Ipv6CidrAssociationFilterSensitiveLog: (obj: Ipv6CidrAssoci
|
|
|
6106
6040
|
* @internal
|
|
6107
6041
|
*/
|
|
6108
6042
|
export declare const GetAssociatedIpv6PoolCidrsResultFilterSensitiveLog: (obj: GetAssociatedIpv6PoolCidrsResult) => any;
|
|
6043
|
+
/**
|
|
6044
|
+
* @internal
|
|
6045
|
+
*/
|
|
6046
|
+
export declare const DataQueryFilterSensitiveLog: (obj: DataQuery) => any;
|
|
6047
|
+
/**
|
|
6048
|
+
* @internal
|
|
6049
|
+
*/
|
|
6050
|
+
export declare const GetAwsNetworkPerformanceDataRequestFilterSensitiveLog: (obj: GetAwsNetworkPerformanceDataRequest) => any;
|
|
6051
|
+
/**
|
|
6052
|
+
* @internal
|
|
6053
|
+
*/
|
|
6054
|
+
export declare const MetricPointFilterSensitiveLog: (obj: MetricPoint) => any;
|
|
6055
|
+
/**
|
|
6056
|
+
* @internal
|
|
6057
|
+
*/
|
|
6058
|
+
export declare const DataResponseFilterSensitiveLog: (obj: DataResponse) => any;
|
|
6059
|
+
/**
|
|
6060
|
+
* @internal
|
|
6061
|
+
*/
|
|
6062
|
+
export declare const GetAwsNetworkPerformanceDataResultFilterSensitiveLog: (obj: GetAwsNetworkPerformanceDataResult) => any;
|
|
6109
6063
|
/**
|
|
6110
6064
|
* @internal
|
|
6111
6065
|
*/
|
|
@@ -6966,87 +6920,3 @@ export declare const ModifyTransitGatewayOptionsFilterSensitiveLog: (obj: Modify
|
|
|
6966
6920
|
* @internal
|
|
6967
6921
|
*/
|
|
6968
6922
|
export declare const ModifyTransitGatewayRequestFilterSensitiveLog: (obj: ModifyTransitGatewayRequest) => any;
|
|
6969
|
-
/**
|
|
6970
|
-
* @internal
|
|
6971
|
-
*/
|
|
6972
|
-
export declare const ModifyTransitGatewayResultFilterSensitiveLog: (obj: ModifyTransitGatewayResult) => any;
|
|
6973
|
-
/**
|
|
6974
|
-
* @internal
|
|
6975
|
-
*/
|
|
6976
|
-
export declare const ModifyTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (obj: ModifyTransitGatewayPrefixListReferenceRequest) => any;
|
|
6977
|
-
/**
|
|
6978
|
-
* @internal
|
|
6979
|
-
*/
|
|
6980
|
-
export declare const ModifyTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (obj: ModifyTransitGatewayPrefixListReferenceResult) => any;
|
|
6981
|
-
/**
|
|
6982
|
-
* @internal
|
|
6983
|
-
*/
|
|
6984
|
-
export declare const ModifyTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (obj: ModifyTransitGatewayVpcAttachmentRequestOptions) => any;
|
|
6985
|
-
/**
|
|
6986
|
-
* @internal
|
|
6987
|
-
*/
|
|
6988
|
-
export declare const ModifyTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (obj: ModifyTransitGatewayVpcAttachmentRequest) => any;
|
|
6989
|
-
/**
|
|
6990
|
-
* @internal
|
|
6991
|
-
*/
|
|
6992
|
-
export declare const ModifyTransitGatewayVpcAttachmentResultFilterSensitiveLog: (obj: ModifyTransitGatewayVpcAttachmentResult) => any;
|
|
6993
|
-
/**
|
|
6994
|
-
* @internal
|
|
6995
|
-
*/
|
|
6996
|
-
export declare const ModifyVolumeRequestFilterSensitiveLog: (obj: ModifyVolumeRequest) => any;
|
|
6997
|
-
/**
|
|
6998
|
-
* @internal
|
|
6999
|
-
*/
|
|
7000
|
-
export declare const ModifyVolumeResultFilterSensitiveLog: (obj: ModifyVolumeResult) => any;
|
|
7001
|
-
/**
|
|
7002
|
-
* @internal
|
|
7003
|
-
*/
|
|
7004
|
-
export declare const ModifyVolumeAttributeRequestFilterSensitiveLog: (obj: ModifyVolumeAttributeRequest) => any;
|
|
7005
|
-
/**
|
|
7006
|
-
* @internal
|
|
7007
|
-
*/
|
|
7008
|
-
export declare const ModifyVpcAttributeRequestFilterSensitiveLog: (obj: ModifyVpcAttributeRequest) => any;
|
|
7009
|
-
/**
|
|
7010
|
-
* @internal
|
|
7011
|
-
*/
|
|
7012
|
-
export declare const ModifyVpcEndpointRequestFilterSensitiveLog: (obj: ModifyVpcEndpointRequest) => any;
|
|
7013
|
-
/**
|
|
7014
|
-
* @internal
|
|
7015
|
-
*/
|
|
7016
|
-
export declare const ModifyVpcEndpointResultFilterSensitiveLog: (obj: ModifyVpcEndpointResult) => any;
|
|
7017
|
-
/**
|
|
7018
|
-
* @internal
|
|
7019
|
-
*/
|
|
7020
|
-
export declare const ModifyVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (obj: ModifyVpcEndpointConnectionNotificationRequest) => any;
|
|
7021
|
-
/**
|
|
7022
|
-
* @internal
|
|
7023
|
-
*/
|
|
7024
|
-
export declare const ModifyVpcEndpointConnectionNotificationResultFilterSensitiveLog: (obj: ModifyVpcEndpointConnectionNotificationResult) => any;
|
|
7025
|
-
/**
|
|
7026
|
-
* @internal
|
|
7027
|
-
*/
|
|
7028
|
-
export declare const ModifyVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (obj: ModifyVpcEndpointServiceConfigurationRequest) => any;
|
|
7029
|
-
/**
|
|
7030
|
-
* @internal
|
|
7031
|
-
*/
|
|
7032
|
-
export declare const ModifyVpcEndpointServiceConfigurationResultFilterSensitiveLog: (obj: ModifyVpcEndpointServiceConfigurationResult) => any;
|
|
7033
|
-
/**
|
|
7034
|
-
* @internal
|
|
7035
|
-
*/
|
|
7036
|
-
export declare const ModifyVpcEndpointServicePayerResponsibilityRequestFilterSensitiveLog: (obj: ModifyVpcEndpointServicePayerResponsibilityRequest) => any;
|
|
7037
|
-
/**
|
|
7038
|
-
* @internal
|
|
7039
|
-
*/
|
|
7040
|
-
export declare const ModifyVpcEndpointServicePayerResponsibilityResultFilterSensitiveLog: (obj: ModifyVpcEndpointServicePayerResponsibilityResult) => any;
|
|
7041
|
-
/**
|
|
7042
|
-
* @internal
|
|
7043
|
-
*/
|
|
7044
|
-
export declare const ModifyVpcEndpointServicePermissionsRequestFilterSensitiveLog: (obj: ModifyVpcEndpointServicePermissionsRequest) => any;
|
|
7045
|
-
/**
|
|
7046
|
-
* @internal
|
|
7047
|
-
*/
|
|
7048
|
-
export declare const ModifyVpcEndpointServicePermissionsResultFilterSensitiveLog: (obj: ModifyVpcEndpointServicePermissionsResult) => any;
|
|
7049
|
-
/**
|
|
7050
|
-
* @internal
|
|
7051
|
-
*/
|
|
7052
|
-
export declare const PeeringConnectionOptionsRequestFilterSensitiveLog: (obj: PeeringConnectionOptionsRequest) => any;
|