@aws-sdk/client-ec2 3.295.0 → 3.296.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/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
- package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
- package/dist-cjs/commands/StopInstancesCommand.js +3 -3
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +25 -27
- package/dist-cjs/models/models_1.js +44 -42
- package/dist-cjs/models/models_2.js +41 -41
- package/dist-cjs/models/models_3.js +42 -47
- package/dist-cjs/models/models_4.js +47 -45
- package/dist-cjs/models/models_5.js +48 -42
- package/dist-cjs/models/models_6.js +44 -42
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +333 -0
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
- package/dist-es/commands/CreateRouteCommand.js +1 -1
- package/dist-es/commands/CreateRouteTableCommand.js +1 -2
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
- package/dist-es/commands/DeleteSubnetCommand.js +1 -1
- package/dist-es/commands/DeleteTagsCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
- package/dist-es/commands/StopInstancesCommand.js +1 -1
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/TerminateInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +15 -18
- package/dist-es/models/models_1.js +30 -27
- package/dist-es/models/models_2.js +27 -27
- package/dist-es/models/models_3.js +27 -33
- package/dist-es/models/models_4.js +33 -31
- package/dist-es/models/models_5.js +34 -27
- package/dist-es/models/models_6.js +29 -27
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +333 -0
- package/dist-types/EC2.d.ts +14 -6
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +3 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +193 -96
- package/dist-types/models/models_1.d.ts +202 -231
- package/dist-types/models/models_2.d.ts +230 -141
- package/dist-types/models/models_3.d.ts +125 -229
- package/dist-types/models/models_4.d.ts +261 -358
- package/dist-types/models/models_5.d.ts +359 -200
- package/dist-types/models/models_6.d.ts +204 -163
- package/dist-types/models/models_7.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +59 -36
- package/dist-types/ts3.4/models/models_1.d.ts +74 -87
- package/dist-types/ts3.4/models/models_2.d.ts +83 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -89
- package/dist-types/ts3.4/models/models_4.d.ts +89 -94
- package/dist-types/ts3.4/models/models_5.d.ts +91 -83
- package/dist-types/ts3.4/models/models_6.d.ts +84 -73
- package/dist-types/ts3.4/models/models_7.d.ts +68 -0
- package/package.json +31 -31
|
@@ -1,4 +1,82 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus,
|
|
1
|
+
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CertificateAuthenticationRequest, DirectoryServiceAuthenticationRequest, FederatedAuthenticationRequest, InstanceEventWindow, Ipv4PrefixSpecification, NatGatewayAddress, PortRange, Protocol, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
|
+
export declare enum ClientVpnAuthenticationType {
|
|
3
|
+
certificate_authentication = "certificate-authentication",
|
|
4
|
+
directory_service_authentication = "directory-service-authentication",
|
|
5
|
+
federated_authentication = "federated-authentication"
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* <p>Describes the authentication method to be used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication-authrization.html#client-authentication">Authentication</a>
|
|
9
|
+
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
10
|
+
*/
|
|
11
|
+
export interface ClientVpnAuthenticationRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>The type of client authentication to be used.</p>
|
|
14
|
+
*/
|
|
15
|
+
Type?: ClientVpnAuthenticationType | string;
|
|
16
|
+
/**
|
|
17
|
+
* <p>Information about the Active Directory to be used, if applicable. You must provide this information if <b>Type</b> is <code>directory-service-authentication</code>.</p>
|
|
18
|
+
*/
|
|
19
|
+
ActiveDirectory?: DirectoryServiceAuthenticationRequest;
|
|
20
|
+
/**
|
|
21
|
+
* <p>Information about the authentication certificates to be used, if applicable. You must provide this information if <b>Type</b> is <code>certificate-authentication</code>.</p>
|
|
22
|
+
*/
|
|
23
|
+
MutualAuthentication?: CertificateAuthenticationRequest;
|
|
24
|
+
/**
|
|
25
|
+
* <p>Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if <b>Type</b> is <code>federated-authentication</code>.</p>
|
|
26
|
+
*/
|
|
27
|
+
FederatedAuthentication?: FederatedAuthenticationRequest;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* <p>The options for managing connection authorization for new client connections.</p>
|
|
31
|
+
*/
|
|
32
|
+
export interface ClientConnectOptions {
|
|
33
|
+
/**
|
|
34
|
+
* <p>Indicates whether client connect options are enabled. The default is <code>false</code> (not enabled).</p>
|
|
35
|
+
*/
|
|
36
|
+
Enabled?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
|
|
39
|
+
*/
|
|
40
|
+
LambdaFunctionArn?: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* <p>Options for enabling a customizable text banner that will be displayed on
|
|
44
|
+
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
45
|
+
*/
|
|
46
|
+
export interface ClientLoginBannerOptions {
|
|
47
|
+
/**
|
|
48
|
+
* <p>Enable or disable a customizable text banner that will be displayed on
|
|
49
|
+
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
50
|
+
* <p>Valid values: <code>true | false</code>
|
|
51
|
+
* </p>
|
|
52
|
+
* <p>Default value: <code>false</code>
|
|
53
|
+
* </p>
|
|
54
|
+
*/
|
|
55
|
+
Enabled?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
|
|
58
|
+
* clients when a VPN session is established. UTF-8 encoded characters only. Maximum of
|
|
59
|
+
* 1400 characters.</p>
|
|
60
|
+
*/
|
|
61
|
+
BannerText?: string;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* <p>Describes the client connection logging options for the Client VPN endpoint.</p>
|
|
65
|
+
*/
|
|
66
|
+
export interface ConnectionLogOptions {
|
|
67
|
+
/**
|
|
68
|
+
* <p>Indicates whether connection logging is enabled.</p>
|
|
69
|
+
*/
|
|
70
|
+
Enabled?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</p>
|
|
73
|
+
*/
|
|
74
|
+
CloudwatchLogGroup?: string;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The name of the CloudWatch Logs log stream to which the connection data is published.</p>
|
|
77
|
+
*/
|
|
78
|
+
CloudwatchLogStream?: string;
|
|
79
|
+
}
|
|
2
80
|
export declare enum SelfServicePortal {
|
|
3
81
|
disabled = "disabled",
|
|
4
82
|
enabled = "enabled"
|
|
@@ -6600,23 +6678,58 @@ export interface CreateNetworkInsightsAccessScopeResult {
|
|
|
6600
6678
|
*/
|
|
6601
6679
|
NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
|
|
6602
6680
|
}
|
|
6681
|
+
/**
|
|
6682
|
+
* <p>Describes a port range.</p>
|
|
6683
|
+
*/
|
|
6684
|
+
export interface RequestFilterPortRange {
|
|
6685
|
+
/**
|
|
6686
|
+
* <p>The first port in the range.</p>
|
|
6687
|
+
*/
|
|
6688
|
+
FromPort?: number;
|
|
6689
|
+
/**
|
|
6690
|
+
* <p>The last port in the range.</p>
|
|
6691
|
+
*/
|
|
6692
|
+
ToPort?: number;
|
|
6693
|
+
}
|
|
6694
|
+
/**
|
|
6695
|
+
* <p>Describes a set of filters for a path analysis. Use path filters to scope the analysis when
|
|
6696
|
+
* there can be multiple resulting paths.</p>
|
|
6697
|
+
*/
|
|
6698
|
+
export interface PathRequestFilter {
|
|
6699
|
+
/**
|
|
6700
|
+
* <p>The source IPv4 address.</p>
|
|
6701
|
+
*/
|
|
6702
|
+
SourceAddress?: string;
|
|
6703
|
+
/**
|
|
6704
|
+
* <p>The source port range.</p>
|
|
6705
|
+
*/
|
|
6706
|
+
SourcePortRange?: RequestFilterPortRange;
|
|
6707
|
+
/**
|
|
6708
|
+
* <p>The destination IPv4 address.</p>
|
|
6709
|
+
*/
|
|
6710
|
+
DestinationAddress?: string;
|
|
6711
|
+
/**
|
|
6712
|
+
* <p>The destination port range.</p>
|
|
6713
|
+
*/
|
|
6714
|
+
DestinationPortRange?: RequestFilterPortRange;
|
|
6715
|
+
}
|
|
6603
6716
|
export interface CreateNetworkInsightsPathRequest {
|
|
6604
6717
|
/**
|
|
6605
|
-
* <p>The IP address of the
|
|
6718
|
+
* <p>The IP address of the source.</p>
|
|
6606
6719
|
*/
|
|
6607
6720
|
SourceIp?: string;
|
|
6608
6721
|
/**
|
|
6609
|
-
* <p>The IP address of the
|
|
6722
|
+
* <p>The IP address of the destination.</p>
|
|
6610
6723
|
*/
|
|
6611
6724
|
DestinationIp?: string;
|
|
6612
6725
|
/**
|
|
6613
|
-
* <p>The
|
|
6726
|
+
* <p>The ID or ARN of the source. If the resource is in another account, you must specify an ARN.</p>
|
|
6614
6727
|
*/
|
|
6615
6728
|
Source: string | undefined;
|
|
6616
6729
|
/**
|
|
6617
|
-
* <p>The
|
|
6730
|
+
* <p>The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.</p>
|
|
6618
6731
|
*/
|
|
6619
|
-
Destination
|
|
6732
|
+
Destination?: string;
|
|
6620
6733
|
/**
|
|
6621
6734
|
* <p>The protocol.</p>
|
|
6622
6735
|
*/
|
|
@@ -6640,6 +6753,51 @@ export interface CreateNetworkInsightsPathRequest {
|
|
|
6640
6753
|
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
|
|
6641
6754
|
*/
|
|
6642
6755
|
ClientToken?: string;
|
|
6756
|
+
/**
|
|
6757
|
+
* <p>Scopes the analysis to network paths that match specific filters at the source. If you specify
|
|
6758
|
+
* this parameter, you can't specify the parameters for the source IP address or the destination port.</p>
|
|
6759
|
+
*/
|
|
6760
|
+
FilterAtSource?: PathRequestFilter;
|
|
6761
|
+
/**
|
|
6762
|
+
* <p>Scopes the analysis to network paths that match specific filters at the destination. If you specify
|
|
6763
|
+
* this parameter, you can't specify the parameter for the destination IP address.</p>
|
|
6764
|
+
*/
|
|
6765
|
+
FilterAtDestination?: PathRequestFilter;
|
|
6766
|
+
}
|
|
6767
|
+
/**
|
|
6768
|
+
* <p>Describes a port range.</p>
|
|
6769
|
+
*/
|
|
6770
|
+
export interface FilterPortRange {
|
|
6771
|
+
/**
|
|
6772
|
+
* <p>The first port in the range.</p>
|
|
6773
|
+
*/
|
|
6774
|
+
FromPort?: number;
|
|
6775
|
+
/**
|
|
6776
|
+
* <p>The last port in the range.</p>
|
|
6777
|
+
*/
|
|
6778
|
+
ToPort?: number;
|
|
6779
|
+
}
|
|
6780
|
+
/**
|
|
6781
|
+
* <p>Describes a set of filters for a path analysis. Use path filters to scope the analysis when
|
|
6782
|
+
* there can be multiple resulting paths.</p>
|
|
6783
|
+
*/
|
|
6784
|
+
export interface PathFilter {
|
|
6785
|
+
/**
|
|
6786
|
+
* <p>The source IPv4 address.</p>
|
|
6787
|
+
*/
|
|
6788
|
+
SourceAddress?: string;
|
|
6789
|
+
/**
|
|
6790
|
+
* <p>The source port range.</p>
|
|
6791
|
+
*/
|
|
6792
|
+
SourcePortRange?: FilterPortRange;
|
|
6793
|
+
/**
|
|
6794
|
+
* <p>The destination IPv4 address.</p>
|
|
6795
|
+
*/
|
|
6796
|
+
DestinationAddress?: string;
|
|
6797
|
+
/**
|
|
6798
|
+
* <p>The destination port range.</p>
|
|
6799
|
+
*/
|
|
6800
|
+
DestinationPortRange?: FilterPortRange;
|
|
6643
6801
|
}
|
|
6644
6802
|
/**
|
|
6645
6803
|
* <p>Describes a path.</p>
|
|
@@ -6658,11 +6816,11 @@ export interface NetworkInsightsPath {
|
|
|
6658
6816
|
*/
|
|
6659
6817
|
CreatedDate?: Date;
|
|
6660
6818
|
/**
|
|
6661
|
-
* <p>The
|
|
6819
|
+
* <p>The ID of the source.</p>
|
|
6662
6820
|
*/
|
|
6663
6821
|
Source?: string;
|
|
6664
6822
|
/**
|
|
6665
|
-
* <p>The
|
|
6823
|
+
* <p>The ID of the destination.</p>
|
|
6666
6824
|
*/
|
|
6667
6825
|
Destination?: string;
|
|
6668
6826
|
/**
|
|
@@ -6674,11 +6832,11 @@ export interface NetworkInsightsPath {
|
|
|
6674
6832
|
*/
|
|
6675
6833
|
DestinationArn?: string;
|
|
6676
6834
|
/**
|
|
6677
|
-
* <p>The IP address of the
|
|
6835
|
+
* <p>The IP address of the source.</p>
|
|
6678
6836
|
*/
|
|
6679
6837
|
SourceIp?: string;
|
|
6680
6838
|
/**
|
|
6681
|
-
* <p>The IP address of the
|
|
6839
|
+
* <p>The IP address of the destination.</p>
|
|
6682
6840
|
*/
|
|
6683
6841
|
DestinationIp?: string;
|
|
6684
6842
|
/**
|
|
@@ -6693,6 +6851,14 @@ export interface NetworkInsightsPath {
|
|
|
6693
6851
|
* <p>The tags associated with the path.</p>
|
|
6694
6852
|
*/
|
|
6695
6853
|
Tags?: Tag[];
|
|
6854
|
+
/**
|
|
6855
|
+
* <p>Scopes the analysis to network paths that match specific filters at the source.</p>
|
|
6856
|
+
*/
|
|
6857
|
+
FilterAtSource?: PathFilter;
|
|
6858
|
+
/**
|
|
6859
|
+
* <p>Scopes the analysis to network paths that match specific filters at the destination.</p>
|
|
6860
|
+
*/
|
|
6861
|
+
FilterAtDestination?: PathFilter;
|
|
6696
6862
|
}
|
|
6697
6863
|
export interface CreateNetworkInsightsPathResult {
|
|
6698
6864
|
/**
|
|
@@ -7443,197 +7609,22 @@ export interface ReplaceRootVolumeTask {
|
|
|
7443
7609
|
*/
|
|
7444
7610
|
DeleteReplacedRootVolume?: boolean;
|
|
7445
7611
|
}
|
|
7446
|
-
export interface CreateReplaceRootVolumeTaskResult {
|
|
7447
|
-
/**
|
|
7448
|
-
* <p>Information about the root volume replacement task.</p>
|
|
7449
|
-
*/
|
|
7450
|
-
ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
|
|
7451
|
-
}
|
|
7452
7612
|
/**
|
|
7453
|
-
*
|
|
7613
|
+
* @internal
|
|
7454
7614
|
*/
|
|
7455
|
-
export
|
|
7456
|
-
/**
|
|
7457
|
-
* <p>The currency for transacting the Reserved Instance resale.
|
|
7458
|
-
* At this time, the only supported currency is <code>USD</code>.</p>
|
|
7459
|
-
*/
|
|
7460
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
7461
|
-
/**
|
|
7462
|
-
* <p>The fixed price for the term.</p>
|
|
7463
|
-
*/
|
|
7464
|
-
Price?: number;
|
|
7465
|
-
/**
|
|
7466
|
-
* <p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>
|
|
7467
|
-
*/
|
|
7468
|
-
Term?: number;
|
|
7469
|
-
}
|
|
7615
|
+
export declare const ClientVpnAuthenticationRequestFilterSensitiveLog: (obj: ClientVpnAuthenticationRequest) => any;
|
|
7470
7616
|
/**
|
|
7471
|
-
*
|
|
7617
|
+
* @internal
|
|
7472
7618
|
*/
|
|
7473
|
-
export
|
|
7474
|
-
/**
|
|
7475
|
-
* <p>Unique, case-sensitive identifier you provide to ensure idempotency of your
|
|
7476
|
-
* listings. This helps avoid duplicate listings. For more information, see
|
|
7477
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
7478
|
-
*/
|
|
7479
|
-
ClientToken: string | undefined;
|
|
7480
|
-
/**
|
|
7481
|
-
* <p>The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.</p>
|
|
7482
|
-
*/
|
|
7483
|
-
InstanceCount: number | undefined;
|
|
7484
|
-
/**
|
|
7485
|
-
* <p>A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.</p>
|
|
7486
|
-
*/
|
|
7487
|
-
PriceSchedules: PriceScheduleSpecification[] | undefined;
|
|
7488
|
-
/**
|
|
7489
|
-
* <p>The ID of the active Standard Reserved Instance.</p>
|
|
7490
|
-
*/
|
|
7491
|
-
ReservedInstancesId: string | undefined;
|
|
7492
|
-
}
|
|
7619
|
+
export declare const ClientConnectOptionsFilterSensitiveLog: (obj: ClientConnectOptions) => any;
|
|
7493
7620
|
/**
|
|
7494
|
-
*
|
|
7621
|
+
* @internal
|
|
7495
7622
|
*/
|
|
7496
|
-
export
|
|
7497
|
-
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
}
|
|
7502
|
-
export interface CreateRestoreImageTaskRequest {
|
|
7503
|
-
/**
|
|
7504
|
-
* <p>The name of the Amazon S3 bucket that contains the stored AMI object.</p>
|
|
7505
|
-
*/
|
|
7506
|
-
Bucket: string | undefined;
|
|
7507
|
-
/**
|
|
7508
|
-
* <p>The name of the stored AMI object in the bucket.</p>
|
|
7509
|
-
*/
|
|
7510
|
-
ObjectKey: string | undefined;
|
|
7511
|
-
/**
|
|
7512
|
-
* <p>The name for the restored AMI. The name must be unique for AMIs in the Region for this
|
|
7513
|
-
* account. If you do not provide a name, the new AMI gets the same name as the original
|
|
7514
|
-
* AMI.</p>
|
|
7515
|
-
*/
|
|
7516
|
-
Name?: string;
|
|
7517
|
-
/**
|
|
7518
|
-
* <p>The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the
|
|
7519
|
-
* snapshots, or both.</p>
|
|
7520
|
-
* <ul>
|
|
7521
|
-
* <li>
|
|
7522
|
-
* <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>.</p>
|
|
7523
|
-
* </li>
|
|
7524
|
-
* <li>
|
|
7525
|
-
* <p>To
|
|
7526
|
-
* tag the snapshots, the value for <code>ResourceType</code> must be <code>snapshot</code>. The
|
|
7527
|
-
* same tag is applied to all of the snapshots that are created.</p>
|
|
7528
|
-
* </li>
|
|
7529
|
-
* </ul>
|
|
7530
|
-
*/
|
|
7531
|
-
TagSpecifications?: TagSpecification[];
|
|
7532
|
-
/**
|
|
7533
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7534
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
7535
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7536
|
-
*/
|
|
7537
|
-
DryRun?: boolean;
|
|
7538
|
-
}
|
|
7539
|
-
export interface CreateRestoreImageTaskResult {
|
|
7540
|
-
/**
|
|
7541
|
-
* <p>The AMI ID.</p>
|
|
7542
|
-
*/
|
|
7543
|
-
ImageId?: string;
|
|
7544
|
-
}
|
|
7545
|
-
export interface CreateRouteRequest {
|
|
7546
|
-
/**
|
|
7547
|
-
* <p>The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
|
|
7548
|
-
*/
|
|
7549
|
-
DestinationCidrBlock?: string;
|
|
7550
|
-
/**
|
|
7551
|
-
* <p>The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.</p>
|
|
7552
|
-
*/
|
|
7553
|
-
DestinationIpv6CidrBlock?: string;
|
|
7554
|
-
/**
|
|
7555
|
-
* <p>The ID of a prefix list used for the destination match.</p>
|
|
7556
|
-
*/
|
|
7557
|
-
DestinationPrefixListId?: string;
|
|
7558
|
-
/**
|
|
7559
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7560
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7561
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7562
|
-
*/
|
|
7563
|
-
DryRun?: boolean;
|
|
7564
|
-
/**
|
|
7565
|
-
* <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
|
|
7566
|
-
*/
|
|
7567
|
-
VpcEndpointId?: string;
|
|
7568
|
-
/**
|
|
7569
|
-
* <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
|
|
7570
|
-
*/
|
|
7571
|
-
EgressOnlyInternetGatewayId?: string;
|
|
7572
|
-
/**
|
|
7573
|
-
* <p>The ID of an internet gateway or virtual private gateway attached to your
|
|
7574
|
-
* VPC.</p>
|
|
7575
|
-
*/
|
|
7576
|
-
GatewayId?: string;
|
|
7577
|
-
/**
|
|
7578
|
-
* <p>The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.</p>
|
|
7579
|
-
*/
|
|
7580
|
-
InstanceId?: string;
|
|
7581
|
-
/**
|
|
7582
|
-
* <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
|
|
7583
|
-
*/
|
|
7584
|
-
NatGatewayId?: string;
|
|
7585
|
-
/**
|
|
7586
|
-
* <p>The ID of a transit gateway.</p>
|
|
7587
|
-
*/
|
|
7588
|
-
TransitGatewayId?: string;
|
|
7589
|
-
/**
|
|
7590
|
-
* <p>The ID of the local gateway.</p>
|
|
7591
|
-
*/
|
|
7592
|
-
LocalGatewayId?: string;
|
|
7593
|
-
/**
|
|
7594
|
-
* <p>The ID of the carrier gateway.</p>
|
|
7595
|
-
* <p>You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.</p>
|
|
7596
|
-
*/
|
|
7597
|
-
CarrierGatewayId?: string;
|
|
7598
|
-
/**
|
|
7599
|
-
* <p>The ID of a network interface.</p>
|
|
7600
|
-
*/
|
|
7601
|
-
NetworkInterfaceId?: string;
|
|
7602
|
-
/**
|
|
7603
|
-
* <p>The ID of the route table for the route.</p>
|
|
7604
|
-
*/
|
|
7605
|
-
RouteTableId: string | undefined;
|
|
7606
|
-
/**
|
|
7607
|
-
* <p>The ID of a VPC peering connection.</p>
|
|
7608
|
-
*/
|
|
7609
|
-
VpcPeeringConnectionId?: string;
|
|
7610
|
-
/**
|
|
7611
|
-
* <p>The Amazon Resource Name (ARN) of the core network.</p>
|
|
7612
|
-
*/
|
|
7613
|
-
CoreNetworkArn?: string;
|
|
7614
|
-
}
|
|
7615
|
-
export interface CreateRouteResult {
|
|
7616
|
-
/**
|
|
7617
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
7618
|
-
*/
|
|
7619
|
-
Return?: boolean;
|
|
7620
|
-
}
|
|
7621
|
-
export interface CreateRouteTableRequest {
|
|
7622
|
-
/**
|
|
7623
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7624
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7625
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7626
|
-
*/
|
|
7627
|
-
DryRun?: boolean;
|
|
7628
|
-
/**
|
|
7629
|
-
* <p>The ID of the VPC.</p>
|
|
7630
|
-
*/
|
|
7631
|
-
VpcId: string | undefined;
|
|
7632
|
-
/**
|
|
7633
|
-
* <p>The tags to assign to the route table.</p>
|
|
7634
|
-
*/
|
|
7635
|
-
TagSpecifications?: TagSpecification[];
|
|
7636
|
-
}
|
|
7623
|
+
export declare const ClientLoginBannerOptionsFilterSensitiveLog: (obj: ClientLoginBannerOptions) => any;
|
|
7624
|
+
/**
|
|
7625
|
+
* @internal
|
|
7626
|
+
*/
|
|
7627
|
+
export declare const ConnectionLogOptionsFilterSensitiveLog: (obj: ConnectionLogOptions) => any;
|
|
7637
7628
|
/**
|
|
7638
7629
|
* @internal
|
|
7639
7630
|
*/
|
|
@@ -8414,10 +8405,26 @@ export declare const NetworkInsightsAccessScopeContentFilterSensitiveLog: (obj:
|
|
|
8414
8405
|
* @internal
|
|
8415
8406
|
*/
|
|
8416
8407
|
export declare const CreateNetworkInsightsAccessScopeResultFilterSensitiveLog: (obj: CreateNetworkInsightsAccessScopeResult) => any;
|
|
8408
|
+
/**
|
|
8409
|
+
* @internal
|
|
8410
|
+
*/
|
|
8411
|
+
export declare const RequestFilterPortRangeFilterSensitiveLog: (obj: RequestFilterPortRange) => any;
|
|
8412
|
+
/**
|
|
8413
|
+
* @internal
|
|
8414
|
+
*/
|
|
8415
|
+
export declare const PathRequestFilterFilterSensitiveLog: (obj: PathRequestFilter) => any;
|
|
8417
8416
|
/**
|
|
8418
8417
|
* @internal
|
|
8419
8418
|
*/
|
|
8420
8419
|
export declare const CreateNetworkInsightsPathRequestFilterSensitiveLog: (obj: CreateNetworkInsightsPathRequest) => any;
|
|
8420
|
+
/**
|
|
8421
|
+
* @internal
|
|
8422
|
+
*/
|
|
8423
|
+
export declare const FilterPortRangeFilterSensitiveLog: (obj: FilterPortRange) => any;
|
|
8424
|
+
/**
|
|
8425
|
+
* @internal
|
|
8426
|
+
*/
|
|
8427
|
+
export declare const PathFilterFilterSensitiveLog: (obj: PathFilter) => any;
|
|
8421
8428
|
/**
|
|
8422
8429
|
* @internal
|
|
8423
8430
|
*/
|
|
@@ -8514,39 +8521,3 @@ export declare const CreateReplaceRootVolumeTaskRequestFilterSensitiveLog: (obj:
|
|
|
8514
8521
|
* @internal
|
|
8515
8522
|
*/
|
|
8516
8523
|
export declare const ReplaceRootVolumeTaskFilterSensitiveLog: (obj: ReplaceRootVolumeTask) => any;
|
|
8517
|
-
/**
|
|
8518
|
-
* @internal
|
|
8519
|
-
*/
|
|
8520
|
-
export declare const CreateReplaceRootVolumeTaskResultFilterSensitiveLog: (obj: CreateReplaceRootVolumeTaskResult) => any;
|
|
8521
|
-
/**
|
|
8522
|
-
* @internal
|
|
8523
|
-
*/
|
|
8524
|
-
export declare const PriceScheduleSpecificationFilterSensitiveLog: (obj: PriceScheduleSpecification) => any;
|
|
8525
|
-
/**
|
|
8526
|
-
* @internal
|
|
8527
|
-
*/
|
|
8528
|
-
export declare const CreateReservedInstancesListingRequestFilterSensitiveLog: (obj: CreateReservedInstancesListingRequest) => any;
|
|
8529
|
-
/**
|
|
8530
|
-
* @internal
|
|
8531
|
-
*/
|
|
8532
|
-
export declare const CreateReservedInstancesListingResultFilterSensitiveLog: (obj: CreateReservedInstancesListingResult) => any;
|
|
8533
|
-
/**
|
|
8534
|
-
* @internal
|
|
8535
|
-
*/
|
|
8536
|
-
export declare const CreateRestoreImageTaskRequestFilterSensitiveLog: (obj: CreateRestoreImageTaskRequest) => any;
|
|
8537
|
-
/**
|
|
8538
|
-
* @internal
|
|
8539
|
-
*/
|
|
8540
|
-
export declare const CreateRestoreImageTaskResultFilterSensitiveLog: (obj: CreateRestoreImageTaskResult) => any;
|
|
8541
|
-
/**
|
|
8542
|
-
* @internal
|
|
8543
|
-
*/
|
|
8544
|
-
export declare const CreateRouteRequestFilterSensitiveLog: (obj: CreateRouteRequest) => any;
|
|
8545
|
-
/**
|
|
8546
|
-
* @internal
|
|
8547
|
-
*/
|
|
8548
|
-
export declare const CreateRouteResultFilterSensitiveLog: (obj: CreateRouteResult) => any;
|
|
8549
|
-
/**
|
|
8550
|
-
* @internal
|
|
8551
|
-
*/
|
|
8552
|
-
export declare const CreateRouteTableRequestFilterSensitiveLog: (obj: CreateRouteTableRequest) => any;
|