@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,7 +1,240 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedPrincipal, AlternatePathHint, AssociationStatus, BatchState, CurrencyCodeValues, Explanation,
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
1
|
+
import { _InstanceType, ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedPrincipal, AlternatePathHint, AssociationStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipam, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
3
|
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
-
import { AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IdFormat, PermissionGroup, ProductCode } from "./models_3";
|
|
4
|
+
import { AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IdFormat, MetricType, PermissionGroup, ProductCode, StatisticType } from "./models_3";
|
|
5
|
+
export interface DescribeIpamsResult {
|
|
6
|
+
/**
|
|
7
|
+
* <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>
|
|
8
|
+
*/
|
|
9
|
+
NextToken?: string;
|
|
10
|
+
/**
|
|
11
|
+
* <p>Information about the IPAMs.</p>
|
|
12
|
+
*/
|
|
13
|
+
Ipams?: Ipam[];
|
|
14
|
+
}
|
|
15
|
+
export interface DescribeIpamScopesRequest {
|
|
16
|
+
/**
|
|
17
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
18
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
19
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
20
|
+
*/
|
|
21
|
+
DryRun?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
|
|
24
|
+
*/
|
|
25
|
+
Filters?: Filter[];
|
|
26
|
+
/**
|
|
27
|
+
* <p>The maximum number of results to return in the request.</p>
|
|
28
|
+
*/
|
|
29
|
+
MaxResults?: number;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The token for the next page of results.</p>
|
|
32
|
+
*/
|
|
33
|
+
NextToken?: string;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The IDs of the scopes you want information on.</p>
|
|
36
|
+
*/
|
|
37
|
+
IpamScopeIds?: string[];
|
|
38
|
+
}
|
|
39
|
+
export interface DescribeIpamScopesResult {
|
|
40
|
+
/**
|
|
41
|
+
* <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>
|
|
42
|
+
*/
|
|
43
|
+
NextToken?: string;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The scopes you want information on.</p>
|
|
46
|
+
*/
|
|
47
|
+
IpamScopes?: IpamScope[];
|
|
48
|
+
}
|
|
49
|
+
export interface DescribeIpv6PoolsRequest {
|
|
50
|
+
/**
|
|
51
|
+
* <p>The IDs of the IPv6 address pools.</p>
|
|
52
|
+
*/
|
|
53
|
+
PoolIds?: string[];
|
|
54
|
+
/**
|
|
55
|
+
* <p>The token for the next page of results.</p>
|
|
56
|
+
*/
|
|
57
|
+
NextToken?: string;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The maximum number of results to return with a single call.
|
|
60
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
61
|
+
*/
|
|
62
|
+
MaxResults?: number;
|
|
63
|
+
/**
|
|
64
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
65
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
66
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
67
|
+
*/
|
|
68
|
+
DryRun?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* <p>One or more filters.</p>
|
|
71
|
+
* <ul>
|
|
72
|
+
* <li>
|
|
73
|
+
* <p>
|
|
74
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
75
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
76
|
+
* </li>
|
|
77
|
+
* <li>
|
|
78
|
+
* <p>
|
|
79
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
80
|
+
* </li>
|
|
81
|
+
* </ul>
|
|
82
|
+
*/
|
|
83
|
+
Filters?: Filter[];
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* <p>Describes a CIDR block for an address pool.</p>
|
|
87
|
+
*/
|
|
88
|
+
export interface PoolCidrBlock {
|
|
89
|
+
/**
|
|
90
|
+
* <p>The CIDR block.</p>
|
|
91
|
+
*/
|
|
92
|
+
Cidr?: string;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* <p>Describes an IPv6 address pool.</p>
|
|
96
|
+
*/
|
|
97
|
+
export interface Ipv6Pool {
|
|
98
|
+
/**
|
|
99
|
+
* <p>The ID of the address pool.</p>
|
|
100
|
+
*/
|
|
101
|
+
PoolId?: string;
|
|
102
|
+
/**
|
|
103
|
+
* <p>The description for the address pool.</p>
|
|
104
|
+
*/
|
|
105
|
+
Description?: string;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The CIDR blocks for the address pool.</p>
|
|
108
|
+
*/
|
|
109
|
+
PoolCidrBlocks?: PoolCidrBlock[];
|
|
110
|
+
/**
|
|
111
|
+
* <p>Any tags for the address pool.</p>
|
|
112
|
+
*/
|
|
113
|
+
Tags?: Tag[];
|
|
114
|
+
}
|
|
115
|
+
export interface DescribeIpv6PoolsResult {
|
|
116
|
+
/**
|
|
117
|
+
* <p>Information about the IPv6 address pools.</p>
|
|
118
|
+
*/
|
|
119
|
+
Ipv6Pools?: Ipv6Pool[];
|
|
120
|
+
/**
|
|
121
|
+
* <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>
|
|
122
|
+
*/
|
|
123
|
+
NextToken?: string;
|
|
124
|
+
}
|
|
125
|
+
export interface DescribeKeyPairsRequest {
|
|
126
|
+
/**
|
|
127
|
+
* <p>The filters.</p>
|
|
128
|
+
* <ul>
|
|
129
|
+
* <li>
|
|
130
|
+
* <p>
|
|
131
|
+
* <code>key-pair-id</code> - The ID of the key pair.</p>
|
|
132
|
+
* </li>
|
|
133
|
+
* <li>
|
|
134
|
+
* <p>
|
|
135
|
+
* <code>fingerprint</code> - The fingerprint of the key pair.</p>
|
|
136
|
+
* </li>
|
|
137
|
+
* <li>
|
|
138
|
+
* <p>
|
|
139
|
+
* <code>key-name</code> - The name of the key pair.</p>
|
|
140
|
+
* </li>
|
|
141
|
+
* <li>
|
|
142
|
+
* <p>
|
|
143
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
144
|
+
* </li>
|
|
145
|
+
* <li>
|
|
146
|
+
* <p>
|
|
147
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
148
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
149
|
+
* </li>
|
|
150
|
+
* </ul>
|
|
151
|
+
*/
|
|
152
|
+
Filters?: Filter[];
|
|
153
|
+
/**
|
|
154
|
+
* <p>The key pair names.</p>
|
|
155
|
+
* <p>Default: Describes all of your key pairs.</p>
|
|
156
|
+
*/
|
|
157
|
+
KeyNames?: string[];
|
|
158
|
+
/**
|
|
159
|
+
* <p>The IDs of the key pairs.</p>
|
|
160
|
+
*/
|
|
161
|
+
KeyPairIds?: string[];
|
|
162
|
+
/**
|
|
163
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
164
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
165
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
166
|
+
*/
|
|
167
|
+
DryRun?: boolean;
|
|
168
|
+
/**
|
|
169
|
+
* <p>If <code>true</code>, the public key material is included in the response.</p>
|
|
170
|
+
* <p>Default: <code>false</code>
|
|
171
|
+
* </p>
|
|
172
|
+
*/
|
|
173
|
+
IncludePublicKey?: boolean;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* <p>Describes a key pair.</p>
|
|
177
|
+
*/
|
|
178
|
+
export interface KeyPairInfo {
|
|
179
|
+
/**
|
|
180
|
+
* <p>The ID of the key pair.</p>
|
|
181
|
+
*/
|
|
182
|
+
KeyPairId?: string;
|
|
183
|
+
/**
|
|
184
|
+
* <p>If you used <a>CreateKeyPair</a> to create the key pair:</p>
|
|
185
|
+
* <ul>
|
|
186
|
+
* <li>
|
|
187
|
+
* <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
|
|
188
|
+
* </li>
|
|
189
|
+
* <li>
|
|
190
|
+
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which
|
|
191
|
+
* is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
|
|
192
|
+
* </li>
|
|
193
|
+
* </ul>
|
|
194
|
+
* <p>If you used <a>ImportKeyPair</a> to provide Amazon Web Services the public key:</p>
|
|
195
|
+
* <ul>
|
|
196
|
+
* <li>
|
|
197
|
+
* <p>For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC4716.</p>
|
|
198
|
+
* </li>
|
|
199
|
+
* <li>
|
|
200
|
+
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256
|
|
201
|
+
* digest, which is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
|
|
202
|
+
* </li>
|
|
203
|
+
* </ul>
|
|
204
|
+
*/
|
|
205
|
+
KeyFingerprint?: string;
|
|
206
|
+
/**
|
|
207
|
+
* <p>The name of the key pair.</p>
|
|
208
|
+
*/
|
|
209
|
+
KeyName?: string;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The type of key pair.</p>
|
|
212
|
+
*/
|
|
213
|
+
KeyType?: KeyType | string;
|
|
214
|
+
/**
|
|
215
|
+
* <p>Any tags applied to the key pair.</p>
|
|
216
|
+
*/
|
|
217
|
+
Tags?: Tag[];
|
|
218
|
+
/**
|
|
219
|
+
* <p>The public key material.</p>
|
|
220
|
+
*/
|
|
221
|
+
PublicKey?: string;
|
|
222
|
+
/**
|
|
223
|
+
* <p>If you used Amazon EC2 to create the key pair, this is the date and time when the key
|
|
224
|
+
* was created, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
|
|
225
|
+
* 8601 date-time format</a>, in the UTC time zone.</p>
|
|
226
|
+
* <p>If you imported an existing key pair to Amazon EC2, this is the date and time the key
|
|
227
|
+
* was imported, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
|
|
228
|
+
* 8601 date-time format</a>, in the UTC time zone.</p>
|
|
229
|
+
*/
|
|
230
|
+
CreateTime?: Date;
|
|
231
|
+
}
|
|
232
|
+
export interface DescribeKeyPairsResult {
|
|
233
|
+
/**
|
|
234
|
+
* <p>Information about the key pairs.</p>
|
|
235
|
+
*/
|
|
236
|
+
KeyPairs?: KeyPairInfo[];
|
|
237
|
+
}
|
|
5
238
|
export interface DescribeLaunchTemplatesRequest {
|
|
6
239
|
/**
|
|
7
240
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
@@ -1163,6 +1396,7 @@ export interface NetworkInsightsAnalysis {
|
|
|
1163
1396
|
* <p>The ID of the path.</p>
|
|
1164
1397
|
*/
|
|
1165
1398
|
NetworkInsightsPathId?: string;
|
|
1399
|
+
AdditionalAccounts?: string[];
|
|
1166
1400
|
/**
|
|
1167
1401
|
* <p>The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.</p>
|
|
1168
1402
|
*/
|
|
@@ -1203,6 +1437,7 @@ export interface NetworkInsightsAnalysis {
|
|
|
1203
1437
|
* <p>Potential intermediate components.</p>
|
|
1204
1438
|
*/
|
|
1205
1439
|
AlternatePathHints?: AlternatePathHint[];
|
|
1440
|
+
SuggestedAccounts?: string[];
|
|
1206
1441
|
/**
|
|
1207
1442
|
* <p>The tags.</p>
|
|
1208
1443
|
*/
|
|
@@ -4364,28 +4599,48 @@ export interface SpotFleetRequestConfigData {
|
|
|
4364
4599
|
* <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
|
|
4365
4600
|
* pools specified by the Spot Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-allocation-strategy.html">Allocation
|
|
4366
4601
|
* strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
4367
|
-
*
|
|
4368
|
-
*
|
|
4369
|
-
*
|
|
4370
|
-
*
|
|
4371
|
-
*
|
|
4372
|
-
*
|
|
4373
|
-
*
|
|
4374
|
-
*
|
|
4375
|
-
*
|
|
4376
|
-
*
|
|
4377
|
-
*
|
|
4378
|
-
*
|
|
4379
|
-
*
|
|
4380
|
-
*
|
|
4381
|
-
*
|
|
4382
|
-
*
|
|
4383
|
-
*
|
|
4384
|
-
*
|
|
4385
|
-
*
|
|
4386
|
-
*
|
|
4387
|
-
*
|
|
4388
|
-
*
|
|
4602
|
+
*
|
|
4603
|
+
* <dl>
|
|
4604
|
+
* <dt>priceCapacityOptimized (recommended)</dt>
|
|
4605
|
+
* <dd>
|
|
4606
|
+
* <p>Spot Fleet identifies the pools with
|
|
4607
|
+
* the highest capacity availability for the number of instances that are launching. This means
|
|
4608
|
+
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
|
|
4609
|
+
* in the near term. Spot Fleet then requests Spot Instances from the lowest priced of these pools.</p>
|
|
4610
|
+
* </dd>
|
|
4611
|
+
* <dt>capacityOptimized</dt>
|
|
4612
|
+
* <dd>
|
|
4613
|
+
* <p>Spot Fleet identifies the pools with
|
|
4614
|
+
* the highest capacity availability for the number of instances that are launching. This means
|
|
4615
|
+
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
|
|
4616
|
+
* in the near term. To give certain
|
|
4617
|
+
* instance types a higher chance of launching first, use
|
|
4618
|
+
* <code>capacityOptimizedPrioritized</code>. Set a priority for each instance type by
|
|
4619
|
+
* using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
|
|
4620
|
+
* assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
|
|
4621
|
+
* the priorities on a best-effort basis, but optimizes for capacity first.
|
|
4622
|
+
* <code>capacityOptimizedPrioritized</code> is supported only if your Spot Fleet uses a
|
|
4623
|
+
* launch template. Note that if the <code>OnDemandAllocationStrategy</code> is set to
|
|
4624
|
+
* <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
|
|
4625
|
+
* capacity.</p>
|
|
4626
|
+
* </dd>
|
|
4627
|
+
* <dt>diversified</dt>
|
|
4628
|
+
* <dd>
|
|
4629
|
+
* <p>Spot Fleet requests instances from all of the Spot Instance pools that you
|
|
4630
|
+
* specify.</p>
|
|
4631
|
+
* </dd>
|
|
4632
|
+
* <dt>lowestPrice</dt>
|
|
4633
|
+
* <dd>
|
|
4634
|
+
* <p>Spot Fleet requests instances from the lowest priced Spot Instance pool that
|
|
4635
|
+
* has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
|
|
4636
|
+
* come from the next lowest priced pool that has available capacity. If a pool runs out of
|
|
4637
|
+
* capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your
|
|
4638
|
+
* request by drawing from the next lowest priced pool. To ensure that your desired capacity is
|
|
4639
|
+
* met, you might receive Spot Instances from several pools. Because this strategy only considers instance
|
|
4640
|
+
* price and not capacity availability, it might lead to high interruption rates.</p>
|
|
4641
|
+
* </dd>
|
|
4642
|
+
* </dl>
|
|
4643
|
+
*
|
|
4389
4644
|
* <p>Default: <code>lowestPrice</code>
|
|
4390
4645
|
* </p>
|
|
4391
4646
|
*/
|
|
@@ -7374,15 +7629,23 @@ export interface DescribeVpcEndpointsRequest {
|
|
|
7374
7629
|
* </li>
|
|
7375
7630
|
* <li>
|
|
7376
7631
|
* <p>
|
|
7377
|
-
*
|
|
7632
|
+
* <code>service-name</code> - The name of the service.</p>
|
|
7378
7633
|
* </li>
|
|
7379
7634
|
* <li>
|
|
7380
7635
|
* <p>
|
|
7381
|
-
*
|
|
7636
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
7382
7637
|
* </li>
|
|
7383
7638
|
* <li>
|
|
7384
7639
|
* <p>
|
|
7385
|
-
*
|
|
7640
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
7641
|
+
* </li>
|
|
7642
|
+
* <li>
|
|
7643
|
+
* <p>
|
|
7644
|
+
* <code>vpc-id</code> - The ID of the VPC in which the endpoint resides.</p>
|
|
7645
|
+
* </li>
|
|
7646
|
+
* <li>
|
|
7647
|
+
* <p>
|
|
7648
|
+
* <code>vpc-endpoint-id</code> - The ID of the endpoint.</p>
|
|
7386
7649
|
* </li>
|
|
7387
7650
|
* <li>
|
|
7388
7651
|
* <p>
|
|
@@ -7395,14 +7658,6 @@ export interface DescribeVpcEndpointsRequest {
|
|
|
7395
7658
|
* <p>
|
|
7396
7659
|
* <code>vpc-endpoint-type</code> - The type of VPC endpoint (<code>Interface</code> | <code>Gateway</code> | <code>GatewayLoadBalancer</code>).</p>
|
|
7397
7660
|
* </li>
|
|
7398
|
-
* <li>
|
|
7399
|
-
* <p>
|
|
7400
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
7401
|
-
* </li>
|
|
7402
|
-
* <li>
|
|
7403
|
-
* <p>
|
|
7404
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
7405
|
-
* </li>
|
|
7406
7661
|
* </ul>
|
|
7407
7662
|
*/
|
|
7408
7663
|
Filters?: Filter[];
|
|
@@ -7564,12 +7819,17 @@ export interface DescribeVpcEndpointServicesRequest {
|
|
|
7564
7819
|
* <ul>
|
|
7565
7820
|
* <li>
|
|
7566
7821
|
* <p>
|
|
7822
|
+
* <code>owner</code> - The ID or alias of the Amazon Web Services account that owns
|
|
7823
|
+
* the service.</p>
|
|
7824
|
+
* </li>
|
|
7825
|
+
* <li>
|
|
7826
|
+
* <p>
|
|
7567
7827
|
* <code>service-name</code> - The name of the service.</p>
|
|
7568
7828
|
* </li>
|
|
7569
7829
|
* <li>
|
|
7570
7830
|
* <p>
|
|
7571
7831
|
* <code>service-type</code> - The type of service (<code>Interface</code> |
|
|
7572
|
-
* <code>Gateway</code>).</p>
|
|
7832
|
+
* <code>Gateway</code> | <code>GatewayLoadBalancer</code>).</p>
|
|
7573
7833
|
* </li>
|
|
7574
7834
|
* <li>
|
|
7575
7835
|
* <p>
|
|
@@ -8203,6 +8463,36 @@ export interface DisableAddressTransferResult {
|
|
|
8203
8463
|
*/
|
|
8204
8464
|
AddressTransfer?: AddressTransfer;
|
|
8205
8465
|
}
|
|
8466
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
8467
|
+
/**
|
|
8468
|
+
* <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
|
|
8469
|
+
*/
|
|
8470
|
+
Source?: string;
|
|
8471
|
+
/**
|
|
8472
|
+
* <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
|
|
8473
|
+
*/
|
|
8474
|
+
Destination?: string;
|
|
8475
|
+
/**
|
|
8476
|
+
* <p>The metric used for the disabled subscription.</p>
|
|
8477
|
+
*/
|
|
8478
|
+
Metric?: MetricType | string;
|
|
8479
|
+
/**
|
|
8480
|
+
* <p>The statistic used for the disabled subscription. </p>
|
|
8481
|
+
*/
|
|
8482
|
+
Statistic?: StatisticType | string;
|
|
8483
|
+
/**
|
|
8484
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8485
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8486
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8487
|
+
*/
|
|
8488
|
+
DryRun?: boolean;
|
|
8489
|
+
}
|
|
8490
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
8491
|
+
/**
|
|
8492
|
+
* <p>Indicates whether the unsubscribe action was successful.</p>
|
|
8493
|
+
*/
|
|
8494
|
+
Output?: boolean;
|
|
8495
|
+
}
|
|
8206
8496
|
export interface DisableEbsEncryptionByDefaultRequest {
|
|
8207
8497
|
/**
|
|
8208
8498
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -8627,144 +8917,46 @@ export interface DisassociateIamInstanceProfileRequest {
|
|
|
8627
8917
|
*/
|
|
8628
8918
|
AssociationId: string | undefined;
|
|
8629
8919
|
}
|
|
8630
|
-
export interface DisassociateIamInstanceProfileResult {
|
|
8631
|
-
/**
|
|
8632
|
-
* <p>Information about the IAM instance profile association.</p>
|
|
8633
|
-
*/
|
|
8634
|
-
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
8635
|
-
}
|
|
8636
8920
|
/**
|
|
8637
|
-
*
|
|
8921
|
+
* @internal
|
|
8638
8922
|
*/
|
|
8639
|
-
export
|
|
8640
|
-
|
|
8641
|
-
|
|
8642
|
-
|
|
8643
|
-
|
|
8644
|
-
|
|
8645
|
-
|
|
8646
|
-
|
|
8647
|
-
|
|
8648
|
-
|
|
8649
|
-
|
|
8650
|
-
|
|
8651
|
-
|
|
8652
|
-
|
|
8653
|
-
|
|
8654
|
-
|
|
8655
|
-
|
|
8656
|
-
|
|
8657
|
-
|
|
8658
|
-
|
|
8659
|
-
|
|
8660
|
-
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
|
|
8669
|
-
|
|
8670
|
-
|
|
8671
|
-
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
-
export interface DisassociateRouteTableRequest {
|
|
8677
|
-
/**
|
|
8678
|
-
* <p>The association ID representing the current association between the route table and subnet or gateway.</p>
|
|
8679
|
-
*/
|
|
8680
|
-
AssociationId: string | undefined;
|
|
8681
|
-
/**
|
|
8682
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8683
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8684
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8685
|
-
*/
|
|
8686
|
-
DryRun?: boolean;
|
|
8687
|
-
}
|
|
8688
|
-
export interface DisassociateSubnetCidrBlockRequest {
|
|
8689
|
-
/**
|
|
8690
|
-
* <p>The association ID for the CIDR block.</p>
|
|
8691
|
-
*/
|
|
8692
|
-
AssociationId: string | undefined;
|
|
8693
|
-
}
|
|
8694
|
-
export interface DisassociateSubnetCidrBlockResult {
|
|
8695
|
-
/**
|
|
8696
|
-
* <p>Information about the IPv6 CIDR block association.</p>
|
|
8697
|
-
*/
|
|
8698
|
-
Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation;
|
|
8699
|
-
/**
|
|
8700
|
-
* <p>The ID of the subnet.</p>
|
|
8701
|
-
*/
|
|
8702
|
-
SubnetId?: string;
|
|
8703
|
-
}
|
|
8704
|
-
export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
8705
|
-
/**
|
|
8706
|
-
* <p>The ID of the transit gateway multicast domain.</p>
|
|
8707
|
-
*/
|
|
8708
|
-
TransitGatewayMulticastDomainId?: string;
|
|
8709
|
-
/**
|
|
8710
|
-
* <p>The ID of the attachment.</p>
|
|
8711
|
-
*/
|
|
8712
|
-
TransitGatewayAttachmentId?: string;
|
|
8713
|
-
/**
|
|
8714
|
-
* <p>The IDs of the subnets;</p>
|
|
8715
|
-
*/
|
|
8716
|
-
SubnetIds?: string[];
|
|
8717
|
-
/**
|
|
8718
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8719
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8720
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8721
|
-
*/
|
|
8722
|
-
DryRun?: boolean;
|
|
8723
|
-
}
|
|
8724
|
-
export interface DisassociateTransitGatewayMulticastDomainResult {
|
|
8725
|
-
/**
|
|
8726
|
-
* <p>Information about the association.</p>
|
|
8727
|
-
*/
|
|
8728
|
-
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
8729
|
-
}
|
|
8730
|
-
export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
8731
|
-
/**
|
|
8732
|
-
* <p>The ID of the disassociated policy table.</p>
|
|
8733
|
-
*/
|
|
8734
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
8735
|
-
/**
|
|
8736
|
-
* <p>The ID of the transit gateway attachment to disassociate from the policy table.</p>
|
|
8737
|
-
*/
|
|
8738
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
8739
|
-
/**
|
|
8740
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8741
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8742
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8743
|
-
*/
|
|
8744
|
-
DryRun?: boolean;
|
|
8745
|
-
}
|
|
8746
|
-
export interface DisassociateTransitGatewayPolicyTableResult {
|
|
8747
|
-
/**
|
|
8748
|
-
* <p>Returns details about the transit gateway policy table disassociation.</p>
|
|
8749
|
-
*/
|
|
8750
|
-
Association?: TransitGatewayPolicyTableAssociation;
|
|
8751
|
-
}
|
|
8752
|
-
export interface DisassociateTransitGatewayRouteTableRequest {
|
|
8753
|
-
/**
|
|
8754
|
-
* <p>The ID of the transit gateway route table.</p>
|
|
8755
|
-
*/
|
|
8756
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
8757
|
-
/**
|
|
8758
|
-
* <p>The ID of the attachment.</p>
|
|
8759
|
-
*/
|
|
8760
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
8761
|
-
/**
|
|
8762
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8763
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8764
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8765
|
-
*/
|
|
8766
|
-
DryRun?: boolean;
|
|
8767
|
-
}
|
|
8923
|
+
export declare const DescribeIpamsResultFilterSensitiveLog: (obj: DescribeIpamsResult) => any;
|
|
8924
|
+
/**
|
|
8925
|
+
* @internal
|
|
8926
|
+
*/
|
|
8927
|
+
export declare const DescribeIpamScopesRequestFilterSensitiveLog: (obj: DescribeIpamScopesRequest) => any;
|
|
8928
|
+
/**
|
|
8929
|
+
* @internal
|
|
8930
|
+
*/
|
|
8931
|
+
export declare const DescribeIpamScopesResultFilterSensitiveLog: (obj: DescribeIpamScopesResult) => any;
|
|
8932
|
+
/**
|
|
8933
|
+
* @internal
|
|
8934
|
+
*/
|
|
8935
|
+
export declare const DescribeIpv6PoolsRequestFilterSensitiveLog: (obj: DescribeIpv6PoolsRequest) => any;
|
|
8936
|
+
/**
|
|
8937
|
+
* @internal
|
|
8938
|
+
*/
|
|
8939
|
+
export declare const PoolCidrBlockFilterSensitiveLog: (obj: PoolCidrBlock) => any;
|
|
8940
|
+
/**
|
|
8941
|
+
* @internal
|
|
8942
|
+
*/
|
|
8943
|
+
export declare const Ipv6PoolFilterSensitiveLog: (obj: Ipv6Pool) => any;
|
|
8944
|
+
/**
|
|
8945
|
+
* @internal
|
|
8946
|
+
*/
|
|
8947
|
+
export declare const DescribeIpv6PoolsResultFilterSensitiveLog: (obj: DescribeIpv6PoolsResult) => any;
|
|
8948
|
+
/**
|
|
8949
|
+
* @internal
|
|
8950
|
+
*/
|
|
8951
|
+
export declare const DescribeKeyPairsRequestFilterSensitiveLog: (obj: DescribeKeyPairsRequest) => any;
|
|
8952
|
+
/**
|
|
8953
|
+
* @internal
|
|
8954
|
+
*/
|
|
8955
|
+
export declare const KeyPairInfoFilterSensitiveLog: (obj: KeyPairInfo) => any;
|
|
8956
|
+
/**
|
|
8957
|
+
* @internal
|
|
8958
|
+
*/
|
|
8959
|
+
export declare const DescribeKeyPairsResultFilterSensitiveLog: (obj: DescribeKeyPairsResult) => any;
|
|
8768
8960
|
/**
|
|
8769
8961
|
* @internal
|
|
8770
8962
|
*/
|
|
@@ -9705,6 +9897,14 @@ export declare const DisableAddressTransferRequestFilterSensitiveLog: (obj: Disa
|
|
|
9705
9897
|
* @internal
|
|
9706
9898
|
*/
|
|
9707
9899
|
export declare const DisableAddressTransferResultFilterSensitiveLog: (obj: DisableAddressTransferResult) => any;
|
|
9900
|
+
/**
|
|
9901
|
+
* @internal
|
|
9902
|
+
*/
|
|
9903
|
+
export declare const DisableAwsNetworkPerformanceMetricSubscriptionRequestFilterSensitiveLog: (obj: DisableAwsNetworkPerformanceMetricSubscriptionRequest) => any;
|
|
9904
|
+
/**
|
|
9905
|
+
* @internal
|
|
9906
|
+
*/
|
|
9907
|
+
export declare const DisableAwsNetworkPerformanceMetricSubscriptionResultFilterSensitiveLog: (obj: DisableAwsNetworkPerformanceMetricSubscriptionResult) => any;
|
|
9708
9908
|
/**
|
|
9709
9909
|
* @internal
|
|
9710
9910
|
*/
|
|
@@ -9825,51 +10025,3 @@ export declare const DisassociateEnclaveCertificateIamRoleResultFilterSensitiveL
|
|
|
9825
10025
|
* @internal
|
|
9826
10026
|
*/
|
|
9827
10027
|
export declare const DisassociateIamInstanceProfileRequestFilterSensitiveLog: (obj: DisassociateIamInstanceProfileRequest) => any;
|
|
9828
|
-
/**
|
|
9829
|
-
* @internal
|
|
9830
|
-
*/
|
|
9831
|
-
export declare const DisassociateIamInstanceProfileResultFilterSensitiveLog: (obj: DisassociateIamInstanceProfileResult) => any;
|
|
9832
|
-
/**
|
|
9833
|
-
* @internal
|
|
9834
|
-
*/
|
|
9835
|
-
export declare const InstanceEventWindowDisassociationRequestFilterSensitiveLog: (obj: InstanceEventWindowDisassociationRequest) => any;
|
|
9836
|
-
/**
|
|
9837
|
-
* @internal
|
|
9838
|
-
*/
|
|
9839
|
-
export declare const DisassociateInstanceEventWindowRequestFilterSensitiveLog: (obj: DisassociateInstanceEventWindowRequest) => any;
|
|
9840
|
-
/**
|
|
9841
|
-
* @internal
|
|
9842
|
-
*/
|
|
9843
|
-
export declare const DisassociateInstanceEventWindowResultFilterSensitiveLog: (obj: DisassociateInstanceEventWindowResult) => any;
|
|
9844
|
-
/**
|
|
9845
|
-
* @internal
|
|
9846
|
-
*/
|
|
9847
|
-
export declare const DisassociateRouteTableRequestFilterSensitiveLog: (obj: DisassociateRouteTableRequest) => any;
|
|
9848
|
-
/**
|
|
9849
|
-
* @internal
|
|
9850
|
-
*/
|
|
9851
|
-
export declare const DisassociateSubnetCidrBlockRequestFilterSensitiveLog: (obj: DisassociateSubnetCidrBlockRequest) => any;
|
|
9852
|
-
/**
|
|
9853
|
-
* @internal
|
|
9854
|
-
*/
|
|
9855
|
-
export declare const DisassociateSubnetCidrBlockResultFilterSensitiveLog: (obj: DisassociateSubnetCidrBlockResult) => any;
|
|
9856
|
-
/**
|
|
9857
|
-
* @internal
|
|
9858
|
-
*/
|
|
9859
|
-
export declare const DisassociateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (obj: DisassociateTransitGatewayMulticastDomainRequest) => any;
|
|
9860
|
-
/**
|
|
9861
|
-
* @internal
|
|
9862
|
-
*/
|
|
9863
|
-
export declare const DisassociateTransitGatewayMulticastDomainResultFilterSensitiveLog: (obj: DisassociateTransitGatewayMulticastDomainResult) => any;
|
|
9864
|
-
/**
|
|
9865
|
-
* @internal
|
|
9866
|
-
*/
|
|
9867
|
-
export declare const DisassociateTransitGatewayPolicyTableRequestFilterSensitiveLog: (obj: DisassociateTransitGatewayPolicyTableRequest) => any;
|
|
9868
|
-
/**
|
|
9869
|
-
* @internal
|
|
9870
|
-
*/
|
|
9871
|
-
export declare const DisassociateTransitGatewayPolicyTableResultFilterSensitiveLog: (obj: DisassociateTransitGatewayPolicyTableResult) => any;
|
|
9872
|
-
/**
|
|
9873
|
-
* @internal
|
|
9874
|
-
*/
|
|
9875
|
-
export declare const DisassociateTransitGatewayRouteTableRequestFilterSensitiveLog: (obj: DisassociateTransitGatewayRouteTableRequest) => any;
|