@aws-sdk/client-ec2 3.812.0 → 3.813.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/README.md +24 -0
- package/dist-cjs/index.js +668 -263
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/CreateDelegateMacVolumeOwnershipTaskCommand.js +23 -0
- package/dist-es/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.js +23 -0
- package/dist-es/commands/DescribeMacModificationTasksCommand.js +22 -0
- package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +18 -4
- package/dist-es/models/models_2.js +8 -24
- package/dist-es/models/models_3.js +23 -4
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/models/models_5.js +0 -6
- package/dist-es/models/models_6.js +8 -1
- package/dist-es/models/models_7.js +0 -19
- package/dist-es/models/models_8.js +19 -0
- package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +344 -28
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +223 -480
- package/dist-types/models/models_2.d.ts +624 -222
- package/dist-types/models/models_3.d.ts +224 -169
- package/dist-types/models/models_4.d.ts +170 -386
- package/dist-types/models/models_5.d.ts +456 -271
- package/dist-types/models/models_6.d.ts +268 -297
- package/dist-types/models/models_7.d.ts +300 -412
- package/dist-types/models/models_8.d.ts +410 -2
- package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +64 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +54 -99
- package/dist-types/ts3.4/models/models_2.d.ts +152 -65
- package/dist-types/ts3.4/models/models_3.d.ts +65 -47
- package/dist-types/ts3.4/models/models_4.d.ts +44 -72
- package/dist-types/ts3.4/models/models_5.d.ts +83 -66
- package/dist-types/ts3.4/models/models_6.d.ts +62 -69
- package/dist-types/ts3.4/models/models_7.d.ts +71 -99
- package/dist-types/ts3.4/models/models_8.d.ts +97 -0
- package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +1 -1
|
@@ -1,6 +1,228 @@
|
|
|
1
1
|
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { CapacityReservation, CapacityReservationTenancy, CarrierGateway,
|
|
3
|
-
import { GroupIdentifier, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList,
|
|
2
|
+
import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate } from "./models_1";
|
|
3
|
+
import { ConnectionNotificationState, GroupIdentifier, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const ConnectionNotificationType: {
|
|
9
|
+
readonly Topic: "Topic";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type ConnectionNotificationType = (typeof ConnectionNotificationType)[keyof typeof ConnectionNotificationType];
|
|
15
|
+
/**
|
|
16
|
+
* <p>Describes a connection notification for a VPC endpoint or VPC endpoint
|
|
17
|
+
* service.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface ConnectionNotification {
|
|
21
|
+
/**
|
|
22
|
+
* <p>The ID of the notification.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
ConnectionNotificationId?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The ID of the endpoint service.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
ServiceId?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The ID of the VPC endpoint.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
VpcEndpointId?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The type of notification.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
ConnectionNotificationType?: ConnectionNotificationType | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The ARN of the SNS topic for the notification.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
ConnectionNotificationArn?: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The events for the notification. Valid values are <code>Accept</code>,
|
|
48
|
+
* <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
ConnectionEvents?: string[] | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The state of the notification.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
ConnectionNotificationState?: ConnectionNotificationState | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The Region for the endpoint service.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
ServiceRegion?: string | undefined;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
export interface CreateVpcEndpointConnectionNotificationResult {
|
|
67
|
+
/**
|
|
68
|
+
* <p>Information about the notification.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
ConnectionNotification?: ConnectionNotification | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
74
|
+
* request.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
ClientToken?: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
83
|
+
/**
|
|
84
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
85
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
86
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
DryRun?: boolean | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>Indicates whether requests from service consumers to create an endpoint to your service must
|
|
92
|
+
* be accepted manually.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
AcceptanceRequired?: boolean | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
PrivateDnsName?: string | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The Amazon Resource Names (ARNs) of the Network Load Balancers.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
NetworkLoadBalancerArns?: string[] | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
GatewayLoadBalancerArns?: string[] | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The supported IP address types. The possible values are <code>ipv4</code> and <code>ipv6</code>.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
SupportedIpAddressTypes?: string[] | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* <p>The Regions from which service consumers can access the service.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
SupportedRegions?: string[] | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
123
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
|
|
124
|
+
* idempotency</a>.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
ClientToken?: string | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* <p>The tags to associate with the service.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
* @enum
|
|
137
|
+
*/
|
|
138
|
+
export declare const PayerResponsibility: {
|
|
139
|
+
readonly ServiceOwner: "ServiceOwner";
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
export type PayerResponsibility = (typeof PayerResponsibility)[keyof typeof PayerResponsibility];
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
* @enum
|
|
148
|
+
*/
|
|
149
|
+
export declare const DnsNameState: {
|
|
150
|
+
readonly Failed: "failed";
|
|
151
|
+
readonly PendingVerification: "pendingVerification";
|
|
152
|
+
readonly Verified: "verified";
|
|
153
|
+
};
|
|
154
|
+
/**
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
|
|
158
|
+
/**
|
|
159
|
+
* <p>Information about the private DNS name for the service endpoint.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
export interface PrivateDnsNameConfiguration {
|
|
163
|
+
/**
|
|
164
|
+
* <p>The verification state of the VPC endpoint service.</p>
|
|
165
|
+
* <p>>Consumers
|
|
166
|
+
* of the endpoint service can use the private name only when the state is
|
|
167
|
+
* <code>verified</code>.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
State?: DnsNameState | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The endpoint service verification type, for example TXT.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
Type?: string | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* <p>The value the service provider adds to the private DNS name domain record before verification.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
Value?: string | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* <p>The name of the record subdomain the service provider needs to create. The service provider adds the <code>value</code> text to the <code>name</code>.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
Name?: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
* @enum
|
|
190
|
+
*/
|
|
191
|
+
export declare const ServiceState: {
|
|
192
|
+
readonly Available: "Available";
|
|
193
|
+
readonly Deleted: "Deleted";
|
|
194
|
+
readonly Deleting: "Deleting";
|
|
195
|
+
readonly Failed: "Failed";
|
|
196
|
+
readonly Pending: "Pending";
|
|
197
|
+
};
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
201
|
+
export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
|
|
202
|
+
/**
|
|
203
|
+
* @public
|
|
204
|
+
* @enum
|
|
205
|
+
*/
|
|
206
|
+
export declare const ServiceType: {
|
|
207
|
+
readonly Gateway: "Gateway";
|
|
208
|
+
readonly GatewayLoadBalancer: "GatewayLoadBalancer";
|
|
209
|
+
readonly Interface: "Interface";
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
215
|
+
/**
|
|
216
|
+
* <p>Describes the type of service for a VPC endpoint.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
export interface ServiceTypeDetail {
|
|
220
|
+
/**
|
|
221
|
+
* <p>The type of service.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
ServiceType?: ServiceType | undefined;
|
|
225
|
+
}
|
|
4
226
|
/**
|
|
5
227
|
* @public
|
|
6
228
|
* @enum
|
|
@@ -6459,173 +6681,6 @@ export declare const AssociatedNetworkType: {
|
|
|
6459
6681
|
* @public
|
|
6460
6682
|
*/
|
|
6461
6683
|
export type AssociatedNetworkType = (typeof AssociatedNetworkType)[keyof typeof AssociatedNetworkType];
|
|
6462
|
-
/**
|
|
6463
|
-
* <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
|
|
6464
|
-
* @public
|
|
6465
|
-
*/
|
|
6466
|
-
export interface AssociatedTargetNetwork {
|
|
6467
|
-
/**
|
|
6468
|
-
* <p>The ID of the subnet.</p>
|
|
6469
|
-
* @public
|
|
6470
|
-
*/
|
|
6471
|
-
NetworkId?: string | undefined;
|
|
6472
|
-
/**
|
|
6473
|
-
* <p>The target network type.</p>
|
|
6474
|
-
* @public
|
|
6475
|
-
*/
|
|
6476
|
-
NetworkType?: AssociatedNetworkType | undefined;
|
|
6477
|
-
}
|
|
6478
|
-
/**
|
|
6479
|
-
* <p>Describes an Active Directory.</p>
|
|
6480
|
-
* @public
|
|
6481
|
-
*/
|
|
6482
|
-
export interface DirectoryServiceAuthentication {
|
|
6483
|
-
/**
|
|
6484
|
-
* <p>The ID of the Active Directory used for authentication.</p>
|
|
6485
|
-
* @public
|
|
6486
|
-
*/
|
|
6487
|
-
DirectoryId?: string | undefined;
|
|
6488
|
-
}
|
|
6489
|
-
/**
|
|
6490
|
-
* <p>Describes the IAM SAML identity providers used for federated authentication.</p>
|
|
6491
|
-
* @public
|
|
6492
|
-
*/
|
|
6493
|
-
export interface FederatedAuthentication {
|
|
6494
|
-
/**
|
|
6495
|
-
* <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
|
|
6496
|
-
* @public
|
|
6497
|
-
*/
|
|
6498
|
-
SamlProviderArn?: string | undefined;
|
|
6499
|
-
/**
|
|
6500
|
-
* <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
|
|
6501
|
-
* @public
|
|
6502
|
-
*/
|
|
6503
|
-
SelfServiceSamlProviderArn?: string | undefined;
|
|
6504
|
-
}
|
|
6505
|
-
/**
|
|
6506
|
-
* <p>Information about the client certificate used for authentication.</p>
|
|
6507
|
-
* @public
|
|
6508
|
-
*/
|
|
6509
|
-
export interface CertificateAuthentication {
|
|
6510
|
-
/**
|
|
6511
|
-
* <p>The ARN of the client certificate. </p>
|
|
6512
|
-
* @public
|
|
6513
|
-
*/
|
|
6514
|
-
ClientRootCertificateChain?: string | undefined;
|
|
6515
|
-
}
|
|
6516
|
-
/**
|
|
6517
|
-
* <p>Describes the authentication methods used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html">Authentication</a>
|
|
6518
|
-
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
6519
|
-
* @public
|
|
6520
|
-
*/
|
|
6521
|
-
export interface ClientVpnAuthentication {
|
|
6522
|
-
/**
|
|
6523
|
-
* <p>The authentication type used.</p>
|
|
6524
|
-
* @public
|
|
6525
|
-
*/
|
|
6526
|
-
Type?: ClientVpnAuthenticationType | undefined;
|
|
6527
|
-
/**
|
|
6528
|
-
* <p>Information about the Active Directory, if applicable.</p>
|
|
6529
|
-
* @public
|
|
6530
|
-
*/
|
|
6531
|
-
ActiveDirectory?: DirectoryServiceAuthentication | undefined;
|
|
6532
|
-
/**
|
|
6533
|
-
* <p>Information about the authentication certificates, if applicable.</p>
|
|
6534
|
-
* @public
|
|
6535
|
-
*/
|
|
6536
|
-
MutualAuthentication?: CertificateAuthentication | undefined;
|
|
6537
|
-
/**
|
|
6538
|
-
* <p>Information about the IAM SAML identity provider, if applicable.</p>
|
|
6539
|
-
* @public
|
|
6540
|
-
*/
|
|
6541
|
-
FederatedAuthentication?: FederatedAuthentication | undefined;
|
|
6542
|
-
}
|
|
6543
|
-
/**
|
|
6544
|
-
* @public
|
|
6545
|
-
* @enum
|
|
6546
|
-
*/
|
|
6547
|
-
export declare const ClientVpnEndpointAttributeStatusCode: {
|
|
6548
|
-
readonly applied: "applied";
|
|
6549
|
-
readonly applying: "applying";
|
|
6550
|
-
};
|
|
6551
|
-
/**
|
|
6552
|
-
* @public
|
|
6553
|
-
*/
|
|
6554
|
-
export type ClientVpnEndpointAttributeStatusCode = (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
|
|
6555
|
-
/**
|
|
6556
|
-
* <p>Describes the status of the Client VPN endpoint attribute.</p>
|
|
6557
|
-
* @public
|
|
6558
|
-
*/
|
|
6559
|
-
export interface ClientVpnEndpointAttributeStatus {
|
|
6560
|
-
/**
|
|
6561
|
-
* <p>The status code.</p>
|
|
6562
|
-
* @public
|
|
6563
|
-
*/
|
|
6564
|
-
Code?: ClientVpnEndpointAttributeStatusCode | undefined;
|
|
6565
|
-
/**
|
|
6566
|
-
* <p>The status message.</p>
|
|
6567
|
-
* @public
|
|
6568
|
-
*/
|
|
6569
|
-
Message?: string | undefined;
|
|
6570
|
-
}
|
|
6571
|
-
/**
|
|
6572
|
-
* <p>The options for managing connection authorization for new client connections.</p>
|
|
6573
|
-
* @public
|
|
6574
|
-
*/
|
|
6575
|
-
export interface ClientConnectResponseOptions {
|
|
6576
|
-
/**
|
|
6577
|
-
* <p>Indicates whether client connect options are enabled.</p>
|
|
6578
|
-
* @public
|
|
6579
|
-
*/
|
|
6580
|
-
Enabled?: boolean | undefined;
|
|
6581
|
-
/**
|
|
6582
|
-
* <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
|
|
6583
|
-
* @public
|
|
6584
|
-
*/
|
|
6585
|
-
LambdaFunctionArn?: string | undefined;
|
|
6586
|
-
/**
|
|
6587
|
-
* <p>The status of any updates to the client connect options.</p>
|
|
6588
|
-
* @public
|
|
6589
|
-
*/
|
|
6590
|
-
Status?: ClientVpnEndpointAttributeStatus | undefined;
|
|
6591
|
-
}
|
|
6592
|
-
/**
|
|
6593
|
-
* <p>Current state of options for customizable text banner that will be displayed on
|
|
6594
|
-
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
6595
|
-
* @public
|
|
6596
|
-
*/
|
|
6597
|
-
export interface ClientLoginBannerResponseOptions {
|
|
6598
|
-
/**
|
|
6599
|
-
* <p>Current state of text banner feature.</p>
|
|
6600
|
-
* <p>Valid values: <code>true | false</code>
|
|
6601
|
-
* </p>
|
|
6602
|
-
* @public
|
|
6603
|
-
*/
|
|
6604
|
-
Enabled?: boolean | undefined;
|
|
6605
|
-
/**
|
|
6606
|
-
* <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
|
|
6607
|
-
* clients when a VPN session is established. UTF-8 encoded
|
|
6608
|
-
* characters only. Maximum of 1400 characters.</p>
|
|
6609
|
-
* @public
|
|
6610
|
-
*/
|
|
6611
|
-
BannerText?: string | undefined;
|
|
6612
|
-
}
|
|
6613
|
-
/**
|
|
6614
|
-
* <p>The current status of Client Route Enforcement. </p>
|
|
6615
|
-
* @public
|
|
6616
|
-
*/
|
|
6617
|
-
export interface ClientRouteEnforcementResponseOptions {
|
|
6618
|
-
/**
|
|
6619
|
-
* <p>Status of the client route enforcement feature, indicating whether Client Route Enforcement
|
|
6620
|
-
* is <code>true</code> (enabled) or <code>false</code> (disabled).</p>
|
|
6621
|
-
* <p>Valid values: <code>true | false</code>
|
|
6622
|
-
* </p>
|
|
6623
|
-
* <p>Default value: <code>false</code>
|
|
6624
|
-
* </p>
|
|
6625
|
-
* @public
|
|
6626
|
-
*/
|
|
6627
|
-
Enforced?: boolean | undefined;
|
|
6628
|
-
}
|
|
6629
6684
|
/**
|
|
6630
6685
|
* @internal
|
|
6631
6686
|
*/
|