@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
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
BlockDeviceMapping,
|
|
22
22
|
CapacityReservationPreference,
|
|
23
23
|
CapacityReservationTargetResponse,
|
|
24
|
+
ClientVpnAuthenticationType,
|
|
24
25
|
ClientVpnEndpointStatus,
|
|
25
26
|
ClientVpnRouteStatus,
|
|
26
27
|
CoipPool,
|
|
@@ -65,24 +66,59 @@ import {
|
|
|
65
66
|
import {
|
|
66
67
|
GroupIdentifier,
|
|
67
68
|
LaunchTemplateVersion,
|
|
68
|
-
LocalGatewayRouteTable,
|
|
69
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
70
|
-
LocalGatewayRouteTableVpcAssociation,
|
|
71
69
|
NetworkInterfaceStatus,
|
|
72
70
|
StateReason,
|
|
73
71
|
} from "./models_2";
|
|
74
72
|
import {
|
|
75
|
-
|
|
73
|
+
AssociatedNetworkType,
|
|
76
74
|
Byoasn,
|
|
77
|
-
ClientConnectResponseOptions,
|
|
78
|
-
ClientLoginBannerResponseOptions,
|
|
79
|
-
ClientRouteEnforcementResponseOptions,
|
|
80
|
-
ClientVpnAuthentication,
|
|
81
75
|
Filter,
|
|
82
76
|
FleetStateCode,
|
|
83
77
|
IdFormat,
|
|
84
78
|
InstanceTagNotificationAttribute,
|
|
85
79
|
} from "./models_3";
|
|
80
|
+
export interface AssociatedTargetNetwork {
|
|
81
|
+
NetworkId?: string | undefined;
|
|
82
|
+
NetworkType?: AssociatedNetworkType | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface DirectoryServiceAuthentication {
|
|
85
|
+
DirectoryId?: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface FederatedAuthentication {
|
|
88
|
+
SamlProviderArn?: string | undefined;
|
|
89
|
+
SelfServiceSamlProviderArn?: string | undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface CertificateAuthentication {
|
|
92
|
+
ClientRootCertificateChain?: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface ClientVpnAuthentication {
|
|
95
|
+
Type?: ClientVpnAuthenticationType | undefined;
|
|
96
|
+
ActiveDirectory?: DirectoryServiceAuthentication | undefined;
|
|
97
|
+
MutualAuthentication?: CertificateAuthentication | undefined;
|
|
98
|
+
FederatedAuthentication?: FederatedAuthentication | undefined;
|
|
99
|
+
}
|
|
100
|
+
export declare const ClientVpnEndpointAttributeStatusCode: {
|
|
101
|
+
readonly applied: "applied";
|
|
102
|
+
readonly applying: "applying";
|
|
103
|
+
};
|
|
104
|
+
export type ClientVpnEndpointAttributeStatusCode =
|
|
105
|
+
(typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
|
|
106
|
+
export interface ClientVpnEndpointAttributeStatus {
|
|
107
|
+
Code?: ClientVpnEndpointAttributeStatusCode | undefined;
|
|
108
|
+
Message?: string | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface ClientConnectResponseOptions {
|
|
111
|
+
Enabled?: boolean | undefined;
|
|
112
|
+
LambdaFunctionArn?: string | undefined;
|
|
113
|
+
Status?: ClientVpnEndpointAttributeStatus | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface ClientLoginBannerResponseOptions {
|
|
116
|
+
Enabled?: boolean | undefined;
|
|
117
|
+
BannerText?: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface ClientRouteEnforcementResponseOptions {
|
|
120
|
+
Enforced?: boolean | undefined;
|
|
121
|
+
}
|
|
86
122
|
export interface ConnectionLogResponseOptions {
|
|
87
123
|
Enabled?: boolean | undefined;
|
|
88
124
|
CloudwatchLogGroup?: string | undefined;
|
|
@@ -2063,70 +2099,6 @@ export interface DescribeLaunchTemplateVersionsResult {
|
|
|
2063
2099
|
LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
|
|
2064
2100
|
NextToken?: string | undefined;
|
|
2065
2101
|
}
|
|
2066
|
-
export interface DescribeLocalGatewayRouteTablesRequest {
|
|
2067
|
-
LocalGatewayRouteTableIds?: string[] | undefined;
|
|
2068
|
-
Filters?: Filter[] | undefined;
|
|
2069
|
-
MaxResults?: number | undefined;
|
|
2070
|
-
NextToken?: string | undefined;
|
|
2071
|
-
DryRun?: boolean | undefined;
|
|
2072
|
-
}
|
|
2073
|
-
export interface DescribeLocalGatewayRouteTablesResult {
|
|
2074
|
-
LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
|
|
2075
|
-
NextToken?: string | undefined;
|
|
2076
|
-
}
|
|
2077
|
-
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
|
|
2078
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?:
|
|
2079
|
-
| string[]
|
|
2080
|
-
| undefined;
|
|
2081
|
-
Filters?: Filter[] | undefined;
|
|
2082
|
-
MaxResults?: number | undefined;
|
|
2083
|
-
NextToken?: string | undefined;
|
|
2084
|
-
DryRun?: boolean | undefined;
|
|
2085
|
-
}
|
|
2086
|
-
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
|
|
2087
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociations?:
|
|
2088
|
-
| LocalGatewayRouteTableVirtualInterfaceGroupAssociation[]
|
|
2089
|
-
| undefined;
|
|
2090
|
-
NextToken?: string | undefined;
|
|
2091
|
-
}
|
|
2092
|
-
export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
|
|
2093
|
-
LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
|
|
2094
|
-
Filters?: Filter[] | undefined;
|
|
2095
|
-
MaxResults?: number | undefined;
|
|
2096
|
-
NextToken?: string | undefined;
|
|
2097
|
-
DryRun?: boolean | undefined;
|
|
2098
|
-
}
|
|
2099
|
-
export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
|
|
2100
|
-
LocalGatewayRouteTableVpcAssociations?:
|
|
2101
|
-
| LocalGatewayRouteTableVpcAssociation[]
|
|
2102
|
-
| undefined;
|
|
2103
|
-
NextToken?: string | undefined;
|
|
2104
|
-
}
|
|
2105
|
-
export interface DescribeLocalGatewaysRequest {
|
|
2106
|
-
LocalGatewayIds?: string[] | undefined;
|
|
2107
|
-
Filters?: Filter[] | undefined;
|
|
2108
|
-
MaxResults?: number | undefined;
|
|
2109
|
-
NextToken?: string | undefined;
|
|
2110
|
-
DryRun?: boolean | undefined;
|
|
2111
|
-
}
|
|
2112
|
-
export interface LocalGateway {
|
|
2113
|
-
LocalGatewayId?: string | undefined;
|
|
2114
|
-
OutpostArn?: string | undefined;
|
|
2115
|
-
OwnerId?: string | undefined;
|
|
2116
|
-
State?: string | undefined;
|
|
2117
|
-
Tags?: Tag[] | undefined;
|
|
2118
|
-
}
|
|
2119
|
-
export interface DescribeLocalGatewaysResult {
|
|
2120
|
-
LocalGateways?: LocalGateway[] | undefined;
|
|
2121
|
-
NextToken?: string | undefined;
|
|
2122
|
-
}
|
|
2123
|
-
export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
|
|
2124
|
-
LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
|
|
2125
|
-
Filters?: Filter[] | undefined;
|
|
2126
|
-
MaxResults?: number | undefined;
|
|
2127
|
-
NextToken?: string | undefined;
|
|
2128
|
-
DryRun?: boolean | undefined;
|
|
2129
|
-
}
|
|
2130
2102
|
export declare const DiskImageDescriptionFilterSensitiveLog: (
|
|
2131
2103
|
obj: DiskImageDescription
|
|
2132
2104
|
) => any;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ActiveInstance,
|
|
3
3
|
ActivityStatus,
|
|
4
|
-
AddressTransfer,
|
|
5
4
|
AllocationStrategy,
|
|
6
|
-
AllowedImagesSettingsDisabledState,
|
|
7
5
|
AllowedPrincipal,
|
|
8
6
|
AlternatePathHint,
|
|
9
7
|
BatchState,
|
|
@@ -42,6 +40,7 @@ import {
|
|
|
42
40
|
InstanceRequirements,
|
|
43
41
|
Ipv4PrefixSpecificationRequest,
|
|
44
42
|
Ipv6PrefixSpecificationRequest,
|
|
43
|
+
MacModificationTask,
|
|
45
44
|
PrivateIpAddressSpecification,
|
|
46
45
|
SpotInstanceType,
|
|
47
46
|
Subnet,
|
|
@@ -51,11 +50,12 @@ import {
|
|
|
51
50
|
Vpc,
|
|
52
51
|
} from "./models_1";
|
|
53
52
|
import {
|
|
54
|
-
ConnectionNotification,
|
|
55
53
|
DnsEntry,
|
|
56
|
-
DnsNameState,
|
|
57
54
|
GroupIdentifier,
|
|
58
55
|
IpAddressType,
|
|
56
|
+
LocalGatewayRouteTable,
|
|
57
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
58
|
+
LocalGatewayRouteTableVpcAssociation,
|
|
59
59
|
LocalGatewayVirtualInterface,
|
|
60
60
|
LocalGatewayVirtualInterfaceGroup,
|
|
61
61
|
ManagedPrefixList,
|
|
@@ -66,14 +66,12 @@ import {
|
|
|
66
66
|
NetworkInterface,
|
|
67
67
|
NetworkInterfaceAttachment,
|
|
68
68
|
NetworkInterfacePermission,
|
|
69
|
-
PayerResponsibility,
|
|
70
69
|
PlacementGroup,
|
|
71
70
|
ReplaceRootVolumeTask,
|
|
72
71
|
RouteServer,
|
|
73
72
|
RouteServerEndpoint,
|
|
74
73
|
RouteServerPeer,
|
|
75
74
|
RouteTable,
|
|
76
|
-
ServiceTypeDetail,
|
|
77
75
|
Snapshot,
|
|
78
76
|
SnapshotState,
|
|
79
77
|
SpotDatafeedSubscription,
|
|
@@ -98,12 +96,14 @@ import {
|
|
|
98
96
|
VpcEndpoint,
|
|
99
97
|
} from "./models_2";
|
|
100
98
|
import {
|
|
99
|
+
ConnectionNotification,
|
|
100
|
+
DnsNameState,
|
|
101
101
|
Filter,
|
|
102
102
|
IdFormat,
|
|
103
|
-
|
|
103
|
+
PayerResponsibility,
|
|
104
104
|
ServiceConfiguration,
|
|
105
105
|
ServiceConnectivityType,
|
|
106
|
-
|
|
106
|
+
ServiceTypeDetail,
|
|
107
107
|
VpnConnection,
|
|
108
108
|
VpnGateway,
|
|
109
109
|
} from "./models_3";
|
|
@@ -113,6 +113,70 @@ import {
|
|
|
113
113
|
PermissionGroup,
|
|
114
114
|
ProductCode,
|
|
115
115
|
} from "./models_4";
|
|
116
|
+
export interface DescribeLocalGatewayRouteTablesRequest {
|
|
117
|
+
LocalGatewayRouteTableIds?: string[] | undefined;
|
|
118
|
+
Filters?: Filter[] | undefined;
|
|
119
|
+
MaxResults?: number | undefined;
|
|
120
|
+
NextToken?: string | undefined;
|
|
121
|
+
DryRun?: boolean | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface DescribeLocalGatewayRouteTablesResult {
|
|
124
|
+
LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
|
|
125
|
+
NextToken?: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
|
|
128
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?:
|
|
129
|
+
| string[]
|
|
130
|
+
| undefined;
|
|
131
|
+
Filters?: Filter[] | undefined;
|
|
132
|
+
MaxResults?: number | undefined;
|
|
133
|
+
NextToken?: string | undefined;
|
|
134
|
+
DryRun?: boolean | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
|
|
137
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociations?:
|
|
138
|
+
| LocalGatewayRouteTableVirtualInterfaceGroupAssociation[]
|
|
139
|
+
| undefined;
|
|
140
|
+
NextToken?: string | undefined;
|
|
141
|
+
}
|
|
142
|
+
export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
|
|
143
|
+
LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
|
|
144
|
+
Filters?: Filter[] | undefined;
|
|
145
|
+
MaxResults?: number | undefined;
|
|
146
|
+
NextToken?: string | undefined;
|
|
147
|
+
DryRun?: boolean | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
|
|
150
|
+
LocalGatewayRouteTableVpcAssociations?:
|
|
151
|
+
| LocalGatewayRouteTableVpcAssociation[]
|
|
152
|
+
| undefined;
|
|
153
|
+
NextToken?: string | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface DescribeLocalGatewaysRequest {
|
|
156
|
+
LocalGatewayIds?: string[] | undefined;
|
|
157
|
+
Filters?: Filter[] | undefined;
|
|
158
|
+
MaxResults?: number | undefined;
|
|
159
|
+
NextToken?: string | undefined;
|
|
160
|
+
DryRun?: boolean | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface LocalGateway {
|
|
163
|
+
LocalGatewayId?: string | undefined;
|
|
164
|
+
OutpostArn?: string | undefined;
|
|
165
|
+
OwnerId?: string | undefined;
|
|
166
|
+
State?: string | undefined;
|
|
167
|
+
Tags?: Tag[] | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface DescribeLocalGatewaysResult {
|
|
170
|
+
LocalGateways?: LocalGateway[] | undefined;
|
|
171
|
+
NextToken?: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
|
|
174
|
+
LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
|
|
175
|
+
Filters?: Filter[] | undefined;
|
|
176
|
+
MaxResults?: number | undefined;
|
|
177
|
+
NextToken?: string | undefined;
|
|
178
|
+
DryRun?: boolean | undefined;
|
|
179
|
+
}
|
|
116
180
|
export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
|
|
117
181
|
LocalGatewayVirtualInterfaceGroups?:
|
|
118
182
|
| LocalGatewayVirtualInterfaceGroup[]
|
|
@@ -173,6 +237,17 @@ export interface DescribeMacHostsResult {
|
|
|
173
237
|
MacHosts?: MacHost[] | undefined;
|
|
174
238
|
NextToken?: string | undefined;
|
|
175
239
|
}
|
|
240
|
+
export interface DescribeMacModificationTasksRequest {
|
|
241
|
+
DryRun?: boolean | undefined;
|
|
242
|
+
Filters?: Filter[] | undefined;
|
|
243
|
+
MacModificationTaskIds?: string[] | undefined;
|
|
244
|
+
MaxResults?: number | undefined;
|
|
245
|
+
NextToken?: string | undefined;
|
|
246
|
+
}
|
|
247
|
+
export interface DescribeMacModificationTasksResult {
|
|
248
|
+
MacModificationTasks?: MacModificationTask[] | undefined;
|
|
249
|
+
NextToken?: string | undefined;
|
|
250
|
+
}
|
|
176
251
|
export interface DescribeManagedPrefixListsRequest {
|
|
177
252
|
DryRun?: boolean | undefined;
|
|
178
253
|
Filters?: Filter[] | undefined;
|
|
@@ -1978,61 +2053,6 @@ export interface DetachClassicLinkVpcRequest {
|
|
|
1978
2053
|
InstanceId: string | undefined;
|
|
1979
2054
|
VpcId: string | undefined;
|
|
1980
2055
|
}
|
|
1981
|
-
export interface DetachClassicLinkVpcResult {
|
|
1982
|
-
Return?: boolean | undefined;
|
|
1983
|
-
}
|
|
1984
|
-
export interface DetachInternetGatewayRequest {
|
|
1985
|
-
DryRun?: boolean | undefined;
|
|
1986
|
-
InternetGatewayId: string | undefined;
|
|
1987
|
-
VpcId: string | undefined;
|
|
1988
|
-
}
|
|
1989
|
-
export interface DetachNetworkInterfaceRequest {
|
|
1990
|
-
DryRun?: boolean | undefined;
|
|
1991
|
-
AttachmentId: string | undefined;
|
|
1992
|
-
Force?: boolean | undefined;
|
|
1993
|
-
}
|
|
1994
|
-
export interface DetachVerifiedAccessTrustProviderRequest {
|
|
1995
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
1996
|
-
VerifiedAccessTrustProviderId: string | undefined;
|
|
1997
|
-
ClientToken?: string | undefined;
|
|
1998
|
-
DryRun?: boolean | undefined;
|
|
1999
|
-
}
|
|
2000
|
-
export interface DetachVerifiedAccessTrustProviderResult {
|
|
2001
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
2002
|
-
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
2003
|
-
}
|
|
2004
|
-
export interface DetachVolumeRequest {
|
|
2005
|
-
Device?: string | undefined;
|
|
2006
|
-
Force?: boolean | undefined;
|
|
2007
|
-
InstanceId?: string | undefined;
|
|
2008
|
-
VolumeId: string | undefined;
|
|
2009
|
-
DryRun?: boolean | undefined;
|
|
2010
|
-
}
|
|
2011
|
-
export interface DetachVpnGatewayRequest {
|
|
2012
|
-
VpcId: string | undefined;
|
|
2013
|
-
VpnGatewayId: string | undefined;
|
|
2014
|
-
DryRun?: boolean | undefined;
|
|
2015
|
-
}
|
|
2016
|
-
export interface DisableAddressTransferRequest {
|
|
2017
|
-
AllocationId: string | undefined;
|
|
2018
|
-
DryRun?: boolean | undefined;
|
|
2019
|
-
}
|
|
2020
|
-
export interface DisableAddressTransferResult {
|
|
2021
|
-
AddressTransfer?: AddressTransfer | undefined;
|
|
2022
|
-
}
|
|
2023
|
-
export interface DisableAllowedImagesSettingsRequest {
|
|
2024
|
-
DryRun?: boolean | undefined;
|
|
2025
|
-
}
|
|
2026
|
-
export interface DisableAllowedImagesSettingsResult {
|
|
2027
|
-
AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
|
|
2028
|
-
}
|
|
2029
|
-
export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
2030
|
-
Source?: string | undefined;
|
|
2031
|
-
Destination?: string | undefined;
|
|
2032
|
-
Metric?: MetricType | undefined;
|
|
2033
|
-
Statistic?: StatisticType | undefined;
|
|
2034
|
-
DryRun?: boolean | undefined;
|
|
2035
|
-
}
|
|
2036
2056
|
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
|
|
2037
2057
|
obj: SpotFleetLaunchSpecification
|
|
2038
2058
|
) => any;
|
|
@@ -2060,6 +2080,3 @@ export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLo
|
|
|
2060
2080
|
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
|
|
2061
2081
|
obj: DescribeVpnConnectionsResult
|
|
2062
2082
|
) => any;
|
|
2063
|
-
export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
2064
|
-
obj: DetachVerifiedAccessTrustProviderResult
|
|
2065
|
-
) => any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccessScopeAnalysisFinding,
|
|
3
3
|
AddressTransfer,
|
|
4
|
+
AllowedImagesSettingsDisabledState,
|
|
4
5
|
AllowedImagesSettingsEnabledState,
|
|
5
6
|
AsnAssociation,
|
|
6
7
|
AssociationStatus,
|
|
@@ -19,11 +20,12 @@ import {
|
|
|
19
20
|
TagSpecification,
|
|
20
21
|
TargetConfigurationRequest,
|
|
21
22
|
TransitGatewayAssociation,
|
|
22
|
-
TransitGatewayAssociationState,
|
|
23
23
|
TransitGatewayAttachmentResourceType,
|
|
24
24
|
TransitGatewayMulticastDomainAssociations,
|
|
25
25
|
TransitGatewayPolicyTableAssociation,
|
|
26
26
|
UserTrustProviderType,
|
|
27
|
+
VerifiedAccessInstance,
|
|
28
|
+
VerifiedAccessTrustProvider,
|
|
27
29
|
VpcCidrBlockAssociation,
|
|
28
30
|
VpcIpv6CidrBlockAssociation,
|
|
29
31
|
} from "./models_0";
|
|
@@ -33,14 +35,13 @@ import {
|
|
|
33
35
|
InstanceRequirementsRequest,
|
|
34
36
|
IpamResourceTag,
|
|
35
37
|
RequestIpamResourceTag,
|
|
36
|
-
ResponseLaunchTemplateData,
|
|
37
38
|
TargetCapacityUnitType,
|
|
38
39
|
} from "./models_1";
|
|
39
40
|
import {
|
|
40
41
|
NetworkInsightsAccessScopeContent,
|
|
42
|
+
ResponseLaunchTemplateData,
|
|
41
43
|
SSEType,
|
|
42
44
|
SubnetCidrReservation,
|
|
43
|
-
TransitGatewayPrefixListReference,
|
|
44
45
|
} from "./models_2";
|
|
45
46
|
import {
|
|
46
47
|
Filter,
|
|
@@ -64,6 +65,61 @@ import {
|
|
|
64
65
|
VirtualizationType,
|
|
65
66
|
} from "./models_4";
|
|
66
67
|
import { AnalysisStatus, ManagedBy } from "./models_5";
|
|
68
|
+
export interface DetachClassicLinkVpcResult {
|
|
69
|
+
Return?: boolean | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface DetachInternetGatewayRequest {
|
|
72
|
+
DryRun?: boolean | undefined;
|
|
73
|
+
InternetGatewayId: string | undefined;
|
|
74
|
+
VpcId: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface DetachNetworkInterfaceRequest {
|
|
77
|
+
DryRun?: boolean | undefined;
|
|
78
|
+
AttachmentId: string | undefined;
|
|
79
|
+
Force?: boolean | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface DetachVerifiedAccessTrustProviderRequest {
|
|
82
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
83
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
84
|
+
ClientToken?: string | undefined;
|
|
85
|
+
DryRun?: boolean | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface DetachVerifiedAccessTrustProviderResult {
|
|
88
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
89
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface DetachVolumeRequest {
|
|
92
|
+
Device?: string | undefined;
|
|
93
|
+
Force?: boolean | undefined;
|
|
94
|
+
InstanceId?: string | undefined;
|
|
95
|
+
VolumeId: string | undefined;
|
|
96
|
+
DryRun?: boolean | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface DetachVpnGatewayRequest {
|
|
99
|
+
VpcId: string | undefined;
|
|
100
|
+
VpnGatewayId: string | undefined;
|
|
101
|
+
DryRun?: boolean | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface DisableAddressTransferRequest {
|
|
104
|
+
AllocationId: string | undefined;
|
|
105
|
+
DryRun?: boolean | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface DisableAddressTransferResult {
|
|
108
|
+
AddressTransfer?: AddressTransfer | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface DisableAllowedImagesSettingsRequest {
|
|
111
|
+
DryRun?: boolean | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface DisableAllowedImagesSettingsResult {
|
|
114
|
+
AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
|
|
115
|
+
}
|
|
116
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
117
|
+
Source?: string | undefined;
|
|
118
|
+
Destination?: string | undefined;
|
|
119
|
+
Metric?: MetricType | undefined;
|
|
120
|
+
Statistic?: StatisticType | undefined;
|
|
121
|
+
DryRun?: boolean | undefined;
|
|
122
|
+
}
|
|
67
123
|
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
68
124
|
Output?: boolean | undefined;
|
|
69
125
|
}
|
|
@@ -1580,72 +1636,9 @@ export interface GetTransitGatewayPrefixListReferencesRequest {
|
|
|
1580
1636
|
NextToken?: string | undefined;
|
|
1581
1637
|
DryRun?: boolean | undefined;
|
|
1582
1638
|
}
|
|
1583
|
-
export
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
| undefined;
|
|
1587
|
-
NextToken?: string | undefined;
|
|
1588
|
-
}
|
|
1589
|
-
export interface GetTransitGatewayRouteTableAssociationsRequest {
|
|
1590
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1591
|
-
Filters?: Filter[] | undefined;
|
|
1592
|
-
MaxResults?: number | undefined;
|
|
1593
|
-
NextToken?: string | undefined;
|
|
1594
|
-
DryRun?: boolean | undefined;
|
|
1595
|
-
}
|
|
1596
|
-
export interface TransitGatewayRouteTableAssociation {
|
|
1597
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1598
|
-
ResourceId?: string | undefined;
|
|
1599
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
1600
|
-
State?: TransitGatewayAssociationState | undefined;
|
|
1601
|
-
}
|
|
1602
|
-
export interface GetTransitGatewayRouteTableAssociationsResult {
|
|
1603
|
-
Associations?: TransitGatewayRouteTableAssociation[] | undefined;
|
|
1604
|
-
NextToken?: string | undefined;
|
|
1605
|
-
}
|
|
1606
|
-
export interface GetTransitGatewayRouteTablePropagationsRequest {
|
|
1607
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1608
|
-
Filters?: Filter[] | undefined;
|
|
1609
|
-
MaxResults?: number | undefined;
|
|
1610
|
-
NextToken?: string | undefined;
|
|
1611
|
-
DryRun?: boolean | undefined;
|
|
1612
|
-
}
|
|
1613
|
-
export interface TransitGatewayRouteTablePropagation {
|
|
1614
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1615
|
-
ResourceId?: string | undefined;
|
|
1616
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
1617
|
-
State?: TransitGatewayPropagationState | undefined;
|
|
1618
|
-
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
1619
|
-
}
|
|
1620
|
-
export interface GetTransitGatewayRouteTablePropagationsResult {
|
|
1621
|
-
TransitGatewayRouteTablePropagations?:
|
|
1622
|
-
| TransitGatewayRouteTablePropagation[]
|
|
1623
|
-
| undefined;
|
|
1624
|
-
NextToken?: string | undefined;
|
|
1625
|
-
}
|
|
1626
|
-
export interface GetVerifiedAccessEndpointPolicyRequest {
|
|
1627
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
1628
|
-
DryRun?: boolean | undefined;
|
|
1629
|
-
}
|
|
1630
|
-
export interface GetVerifiedAccessEndpointPolicyResult {
|
|
1631
|
-
PolicyEnabled?: boolean | undefined;
|
|
1632
|
-
PolicyDocument?: string | undefined;
|
|
1633
|
-
}
|
|
1634
|
-
export interface GetVerifiedAccessEndpointTargetsRequest {
|
|
1635
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
1636
|
-
MaxResults?: number | undefined;
|
|
1637
|
-
NextToken?: string | undefined;
|
|
1638
|
-
DryRun?: boolean | undefined;
|
|
1639
|
-
}
|
|
1640
|
-
export interface VerifiedAccessEndpointTarget {
|
|
1641
|
-
VerifiedAccessEndpointId?: string | undefined;
|
|
1642
|
-
VerifiedAccessEndpointTargetIpAddress?: string | undefined;
|
|
1643
|
-
VerifiedAccessEndpointTargetDns?: string | undefined;
|
|
1644
|
-
}
|
|
1645
|
-
export interface GetVerifiedAccessEndpointTargetsResult {
|
|
1646
|
-
VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
|
|
1647
|
-
NextToken?: string | undefined;
|
|
1648
|
-
}
|
|
1639
|
+
export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1640
|
+
obj: DetachVerifiedAccessTrustProviderResult
|
|
1641
|
+
) => any;
|
|
1649
1642
|
export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
|
|
1650
1643
|
obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
|
|
1651
1644
|
) => any;
|