@aws-sdk/client-ec2 3.348.0 → 3.352.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/EC2.js +6 -0
- package/dist-cjs/commands/CreateInstanceConnectEndpointCommand.js +46 -0
- package/dist-cjs/commands/DeleteInstanceConnectEndpointCommand.js +46 -0
- package/dist-cjs/commands/DescribeInstanceConnectEndpointsCommand.js +46 -0
- package/dist-cjs/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -2
- package/dist-cjs/commands/ImportImageCommand.js +2 -1
- package/dist-cjs/commands/ImportInstanceCommand.js +3 -3
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/models/models_1.js +10 -10
- package/dist-cjs/models/models_2.js +10 -2
- package/dist-cjs/models/models_3.js +2 -26
- package/dist-cjs/models/models_4.js +26 -13
- package/dist-cjs/models/models_5.js +12 -41
- package/dist-cjs/models/models_6.js +41 -7
- package/dist-cjs/models/models_7.js +5 -0
- package/dist-cjs/pagination/DescribeInstanceConnectEndpointsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +341 -23
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/CreateInstanceConnectEndpointCommand.js +42 -0
- package/dist-es/commands/DeleteInstanceConnectEndpointCommand.js +42 -0
- package/dist-es/commands/DescribeInstanceConnectEndpointsCommand.js +42 -0
- package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/dist-es/commands/ImportImageCommand.js +2 -1
- package/dist-es/commands/ImportInstanceCommand.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 +8 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/models/models_3.js +0 -24
- package/dist-es/models/models_4.js +24 -11
- package/dist-es/models/models_5.js +10 -33
- package/dist-es/models/models_6.js +33 -6
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/pagination/DescribeInstanceConnectEndpointsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +312 -0
- package/dist-types/EC2.d.ts +21 -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 +6 -10
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -11
- 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/CopySnapshotCommand.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/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 +120 -0
- 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/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/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 +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
- package/dist-types/commands/CreateRestoreImageTaskCommand.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/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/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- 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/DeleteInstanceConnectEndpointCommand.d.ts +99 -0
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +9 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +0 -5
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +114 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +5 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateAddressCommand.d.ts +0 -6
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +3 -2
- package/dist-types/commands/ImportInstanceCommand.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/MoveAddressToVpcCommand.d.ts +4 -4
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -8
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.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/RestoreAddressToClassicCommand.d.ts +3 -3
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.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 +18 -24
- package/dist-types/models/models_1.d.ts +151 -91
- package/dist-types/models/models_2.d.ts +115 -102
- package/dist-types/models/models_3.d.ts +186 -160
- package/dist-types/models/models_4.d.ts +154 -150
- package/dist-types/models/models_5.d.ts +148 -250
- package/dist-types/models/models_6.d.ts +239 -288
- package/dist-types/models/models_7.d.ts +299 -2
- package/dist-types/pagination/DescribeInstanceConnectEndpointsPaginator.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 +51 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.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 +39 -26
- package/dist-types/ts3.4/models/models_2.d.ts +34 -28
- package/dist-types/ts3.4/models/models_3.d.ts +40 -47
- package/dist-types/ts3.4/models/models_4.d.ts +47 -48
- package/dist-types/ts3.4/models/models_5.d.ts +49 -83
- package/dist-types/ts3.4/models/models_6.d.ts +85 -62
- package/dist-types/ts3.4/models/models_7.d.ts +55 -1
- package/dist-types/ts3.4/pagination/DescribeInstanceConnectEndpointsPaginator.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 +6 -6
|
@@ -25,8 +25,6 @@ import {
|
|
|
25
25
|
TransitGatewayVpcAttachment,
|
|
26
26
|
TrunkInterfaceAssociation,
|
|
27
27
|
UserIdGroupPair,
|
|
28
|
-
VerifiedAccessInstance,
|
|
29
|
-
VerifiedAccessTrustProvider,
|
|
30
28
|
} from "./models_0";
|
|
31
29
|
import {
|
|
32
30
|
AttributeValue,
|
|
@@ -109,13 +107,58 @@ import {
|
|
|
109
107
|
InstanceBlockDeviceMapping,
|
|
110
108
|
InstanceBootModeValues,
|
|
111
109
|
InstanceLifecycleType,
|
|
112
|
-
InstanceMaintenanceOptions,
|
|
113
|
-
InstanceMetadataOptionsResponse,
|
|
114
110
|
LicenseConfiguration,
|
|
115
111
|
PermissionGroup,
|
|
116
112
|
ProductCode,
|
|
117
113
|
VirtualizationType,
|
|
118
114
|
} from "./models_3";
|
|
115
|
+
export declare const InstanceAutoRecoveryState: {
|
|
116
|
+
readonly default: "default";
|
|
117
|
+
readonly disabled: "disabled";
|
|
118
|
+
};
|
|
119
|
+
export type InstanceAutoRecoveryState =
|
|
120
|
+
(typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
|
|
121
|
+
export interface InstanceMaintenanceOptions {
|
|
122
|
+
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
123
|
+
}
|
|
124
|
+
export declare const InstanceMetadataEndpointState: {
|
|
125
|
+
readonly disabled: "disabled";
|
|
126
|
+
readonly enabled: "enabled";
|
|
127
|
+
};
|
|
128
|
+
export type InstanceMetadataEndpointState =
|
|
129
|
+
(typeof InstanceMetadataEndpointState)[keyof typeof InstanceMetadataEndpointState];
|
|
130
|
+
export declare const InstanceMetadataProtocolState: {
|
|
131
|
+
readonly disabled: "disabled";
|
|
132
|
+
readonly enabled: "enabled";
|
|
133
|
+
};
|
|
134
|
+
export type InstanceMetadataProtocolState =
|
|
135
|
+
(typeof InstanceMetadataProtocolState)[keyof typeof InstanceMetadataProtocolState];
|
|
136
|
+
export declare const HttpTokensState: {
|
|
137
|
+
readonly optional: "optional";
|
|
138
|
+
readonly required: "required";
|
|
139
|
+
};
|
|
140
|
+
export type HttpTokensState =
|
|
141
|
+
(typeof HttpTokensState)[keyof typeof HttpTokensState];
|
|
142
|
+
export declare const InstanceMetadataTagsState: {
|
|
143
|
+
readonly disabled: "disabled";
|
|
144
|
+
readonly enabled: "enabled";
|
|
145
|
+
};
|
|
146
|
+
export type InstanceMetadataTagsState =
|
|
147
|
+
(typeof InstanceMetadataTagsState)[keyof typeof InstanceMetadataTagsState];
|
|
148
|
+
export declare const InstanceMetadataOptionsState: {
|
|
149
|
+
readonly applied: "applied";
|
|
150
|
+
readonly pending: "pending";
|
|
151
|
+
};
|
|
152
|
+
export type InstanceMetadataOptionsState =
|
|
153
|
+
(typeof InstanceMetadataOptionsState)[keyof typeof InstanceMetadataOptionsState];
|
|
154
|
+
export interface InstanceMetadataOptionsResponse {
|
|
155
|
+
State?: InstanceMetadataOptionsState | string;
|
|
156
|
+
HttpTokens?: HttpTokensState | string;
|
|
157
|
+
HttpPutResponseHopLimit?: number;
|
|
158
|
+
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
159
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
|
|
160
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | string;
|
|
161
|
+
}
|
|
119
162
|
export declare const MonitoringState: {
|
|
120
163
|
readonly disabled: "disabled";
|
|
121
164
|
readonly disabling: "disabling";
|
|
@@ -2037,47 +2080,6 @@ export interface VerifiedAccessLogs {
|
|
|
2037
2080
|
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination;
|
|
2038
2081
|
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
|
|
2039
2082
|
}
|
|
2040
|
-
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
2041
|
-
VerifiedAccessInstanceId?: string;
|
|
2042
|
-
AccessLogs?: VerifiedAccessLogs;
|
|
2043
|
-
}
|
|
2044
|
-
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
2045
|
-
LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[];
|
|
2046
|
-
NextToken?: string;
|
|
2047
|
-
}
|
|
2048
|
-
export interface DescribeVerifiedAccessInstancesRequest {
|
|
2049
|
-
VerifiedAccessInstanceIds?: string[];
|
|
2050
|
-
MaxResults?: number;
|
|
2051
|
-
NextToken?: string;
|
|
2052
|
-
Filters?: Filter[];
|
|
2053
|
-
DryRun?: boolean;
|
|
2054
|
-
}
|
|
2055
|
-
export interface DescribeVerifiedAccessInstancesResult {
|
|
2056
|
-
VerifiedAccessInstances?: VerifiedAccessInstance[];
|
|
2057
|
-
NextToken?: string;
|
|
2058
|
-
}
|
|
2059
|
-
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
2060
|
-
VerifiedAccessTrustProviderIds?: string[];
|
|
2061
|
-
MaxResults?: number;
|
|
2062
|
-
NextToken?: string;
|
|
2063
|
-
Filters?: Filter[];
|
|
2064
|
-
DryRun?: boolean;
|
|
2065
|
-
}
|
|
2066
|
-
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
2067
|
-
VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[];
|
|
2068
|
-
NextToken?: string;
|
|
2069
|
-
}
|
|
2070
|
-
export declare const VolumeAttributeName: {
|
|
2071
|
-
readonly autoEnableIO: "autoEnableIO";
|
|
2072
|
-
readonly productCodes: "productCodes";
|
|
2073
|
-
};
|
|
2074
|
-
export type VolumeAttributeName =
|
|
2075
|
-
(typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
|
|
2076
|
-
export interface DescribeVolumeAttributeRequest {
|
|
2077
|
-
Attribute: VolumeAttributeName | string | undefined;
|
|
2078
|
-
VolumeId: string | undefined;
|
|
2079
|
-
DryRun?: boolean;
|
|
2080
|
-
}
|
|
2081
2083
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2082
2084
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2083
2085
|
) => any;
|
|
@@ -2102,6 +2104,3 @@ export declare const SpotInstanceRequestFilterSensitiveLog: (
|
|
|
2102
2104
|
export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
|
|
2103
2105
|
obj: DescribeSpotInstanceRequestsResult
|
|
2104
2106
|
) => any;
|
|
2105
|
-
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
2106
|
-
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
2107
|
-
) => any;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import {
|
|
2
|
-
_InstanceType,
|
|
3
2
|
AccessScopeAnalysisFinding,
|
|
4
3
|
AddressTransfer,
|
|
5
4
|
AllowedPrincipal,
|
|
@@ -32,11 +31,8 @@ import {
|
|
|
32
31
|
InstanceRequirementsRequest,
|
|
33
32
|
IpamResourceTag,
|
|
34
33
|
NetworkInsightsAccessScopeContent,
|
|
35
|
-
Placement,
|
|
36
|
-
PlatformValues,
|
|
37
34
|
RequestIpamResourceTag,
|
|
38
35
|
ResponseLaunchTemplateData,
|
|
39
|
-
ShutdownBehavior,
|
|
40
36
|
TargetCapacityUnitType,
|
|
41
37
|
VolumeType,
|
|
42
38
|
Vpc,
|
|
@@ -59,10 +55,8 @@ import {
|
|
|
59
55
|
VpnGateway,
|
|
60
56
|
} from "./models_2";
|
|
61
57
|
import {
|
|
62
|
-
ArchitectureValues,
|
|
63
58
|
AttributeBooleanValue,
|
|
64
59
|
BootModeValues,
|
|
65
|
-
ConversionTask,
|
|
66
60
|
ExportTaskS3Location,
|
|
67
61
|
FastLaunchLaunchTemplateSpecificationResponse,
|
|
68
62
|
FastLaunchResourceType,
|
|
@@ -70,17 +64,60 @@ import {
|
|
|
70
64
|
FastLaunchStateCode,
|
|
71
65
|
FastSnapshotRestoreStateCode,
|
|
72
66
|
Filter,
|
|
73
|
-
ImportImageLicenseConfigurationResponse,
|
|
74
67
|
IpamPoolCidr,
|
|
75
68
|
MetricType,
|
|
76
69
|
PaymentOption,
|
|
77
70
|
PeriodType,
|
|
78
71
|
ProductCode,
|
|
79
|
-
SnapshotDetail,
|
|
80
72
|
StatisticType,
|
|
81
73
|
VirtualizationType,
|
|
82
74
|
} from "./models_3";
|
|
83
|
-
import {
|
|
75
|
+
import {
|
|
76
|
+
AnalysisStatus,
|
|
77
|
+
ArchitectureType,
|
|
78
|
+
VerifiedAccessLogs,
|
|
79
|
+
} from "./models_4";
|
|
80
|
+
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
81
|
+
VerifiedAccessInstanceId?: string;
|
|
82
|
+
AccessLogs?: VerifiedAccessLogs;
|
|
83
|
+
}
|
|
84
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
85
|
+
LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[];
|
|
86
|
+
NextToken?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface DescribeVerifiedAccessInstancesRequest {
|
|
89
|
+
VerifiedAccessInstanceIds?: string[];
|
|
90
|
+
MaxResults?: number;
|
|
91
|
+
NextToken?: string;
|
|
92
|
+
Filters?: Filter[];
|
|
93
|
+
DryRun?: boolean;
|
|
94
|
+
}
|
|
95
|
+
export interface DescribeVerifiedAccessInstancesResult {
|
|
96
|
+
VerifiedAccessInstances?: VerifiedAccessInstance[];
|
|
97
|
+
NextToken?: string;
|
|
98
|
+
}
|
|
99
|
+
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
100
|
+
VerifiedAccessTrustProviderIds?: string[];
|
|
101
|
+
MaxResults?: number;
|
|
102
|
+
NextToken?: string;
|
|
103
|
+
Filters?: Filter[];
|
|
104
|
+
DryRun?: boolean;
|
|
105
|
+
}
|
|
106
|
+
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
107
|
+
VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[];
|
|
108
|
+
NextToken?: string;
|
|
109
|
+
}
|
|
110
|
+
export declare const VolumeAttributeName: {
|
|
111
|
+
readonly autoEnableIO: "autoEnableIO";
|
|
112
|
+
readonly productCodes: "productCodes";
|
|
113
|
+
};
|
|
114
|
+
export type VolumeAttributeName =
|
|
115
|
+
(typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
|
|
116
|
+
export interface DescribeVolumeAttributeRequest {
|
|
117
|
+
Attribute: VolumeAttributeName | string | undefined;
|
|
118
|
+
VolumeId: string | undefined;
|
|
119
|
+
DryRun?: boolean;
|
|
120
|
+
}
|
|
84
121
|
export interface DescribeVolumeAttributeResult {
|
|
85
122
|
AutoEnableIO?: AttributeBooleanValue;
|
|
86
123
|
ProductCodes?: ProductCode[];
|
|
@@ -1635,63 +1672,9 @@ export interface ImportImageRequest {
|
|
|
1635
1672
|
UsageOperation?: string;
|
|
1636
1673
|
BootMode?: BootModeValues | string;
|
|
1637
1674
|
}
|
|
1638
|
-
export
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
Encrypted?: boolean;
|
|
1642
|
-
Hypervisor?: string;
|
|
1643
|
-
ImageId?: string;
|
|
1644
|
-
ImportTaskId?: string;
|
|
1645
|
-
KmsKeyId?: string;
|
|
1646
|
-
LicenseType?: string;
|
|
1647
|
-
Platform?: string;
|
|
1648
|
-
Progress?: string;
|
|
1649
|
-
SnapshotDetails?: SnapshotDetail[];
|
|
1650
|
-
Status?: string;
|
|
1651
|
-
StatusMessage?: string;
|
|
1652
|
-
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
|
|
1653
|
-
Tags?: Tag[];
|
|
1654
|
-
UsageOperation?: string;
|
|
1655
|
-
}
|
|
1656
|
-
export interface DiskImageDetail {
|
|
1657
|
-
Bytes: number | undefined;
|
|
1658
|
-
Format: DiskImageFormat | string | undefined;
|
|
1659
|
-
ImportManifestUrl: string | undefined;
|
|
1660
|
-
}
|
|
1661
|
-
export interface VolumeDetail {
|
|
1662
|
-
Size: number | undefined;
|
|
1663
|
-
}
|
|
1664
|
-
export interface DiskImage {
|
|
1665
|
-
Description?: string;
|
|
1666
|
-
Image?: DiskImageDetail;
|
|
1667
|
-
Volume?: VolumeDetail;
|
|
1668
|
-
}
|
|
1669
|
-
export interface UserData {
|
|
1670
|
-
Data?: string;
|
|
1671
|
-
}
|
|
1672
|
-
export interface ImportInstanceLaunchSpecification {
|
|
1673
|
-
AdditionalInfo?: string;
|
|
1674
|
-
Architecture?: ArchitectureValues | string;
|
|
1675
|
-
GroupIds?: string[];
|
|
1676
|
-
GroupNames?: string[];
|
|
1677
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
|
|
1678
|
-
InstanceType?: _InstanceType | string;
|
|
1679
|
-
Monitoring?: boolean;
|
|
1680
|
-
Placement?: Placement;
|
|
1681
|
-
PrivateIpAddress?: string;
|
|
1682
|
-
SubnetId?: string;
|
|
1683
|
-
UserData?: UserData;
|
|
1684
|
-
}
|
|
1685
|
-
export interface ImportInstanceRequest {
|
|
1686
|
-
Description?: string;
|
|
1687
|
-
DiskImages?: DiskImage[];
|
|
1688
|
-
DryRun?: boolean;
|
|
1689
|
-
LaunchSpecification?: ImportInstanceLaunchSpecification;
|
|
1690
|
-
Platform: PlatformValues | string | undefined;
|
|
1691
|
-
}
|
|
1692
|
-
export interface ImportInstanceResult {
|
|
1693
|
-
ConversionTask?: ConversionTask;
|
|
1694
|
-
}
|
|
1675
|
+
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
1676
|
+
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
1677
|
+
) => any;
|
|
1695
1678
|
export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1696
1679
|
obj: DetachVerifiedAccessTrustProviderResult
|
|
1697
1680
|
) => any;
|
|
@@ -1707,20 +1690,3 @@ export declare const ImageDiskContainerFilterSensitiveLog: (
|
|
|
1707
1690
|
export declare const ImportImageRequestFilterSensitiveLog: (
|
|
1708
1691
|
obj: ImportImageRequest
|
|
1709
1692
|
) => any;
|
|
1710
|
-
export declare const ImportImageResultFilterSensitiveLog: (
|
|
1711
|
-
obj: ImportImageResult
|
|
1712
|
-
) => any;
|
|
1713
|
-
export declare const DiskImageDetailFilterSensitiveLog: (
|
|
1714
|
-
obj: DiskImageDetail
|
|
1715
|
-
) => any;
|
|
1716
|
-
export declare const DiskImageFilterSensitiveLog: (obj: DiskImage) => any;
|
|
1717
|
-
export declare const UserDataFilterSensitiveLog: (obj: UserData) => any;
|
|
1718
|
-
export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (
|
|
1719
|
-
obj: ImportInstanceLaunchSpecification
|
|
1720
|
-
) => any;
|
|
1721
|
-
export declare const ImportInstanceRequestFilterSensitiveLog: (
|
|
1722
|
-
obj: ImportInstanceRequest
|
|
1723
|
-
) => any;
|
|
1724
|
-
export declare const ImportInstanceResultFilterSensitiveLog: (
|
|
1725
|
-
obj: ImportInstanceResult
|
|
1726
|
-
) => any;
|
|
@@ -25,7 +25,6 @@ import {
|
|
|
25
25
|
RouteTableAssociationState,
|
|
26
26
|
Tag,
|
|
27
27
|
TagSpecification,
|
|
28
|
-
TransitGatewayAttachmentResourceType,
|
|
29
28
|
TransitGatewayMulticastDomainAssociations,
|
|
30
29
|
TransitGatewayPeeringAttachment,
|
|
31
30
|
TransitGatewayVpcAttachment,
|
|
@@ -43,6 +42,7 @@ import {
|
|
|
43
42
|
ClientLoginBannerOptions,
|
|
44
43
|
ConnectionLogOptions,
|
|
45
44
|
CreditSpecificationRequest,
|
|
45
|
+
DiskImageFormat,
|
|
46
46
|
ElasticGpuSpecification,
|
|
47
47
|
FleetExcessCapacityTerminationPolicy,
|
|
48
48
|
FleetLaunchTemplateConfigRequest,
|
|
@@ -60,6 +60,7 @@ import {
|
|
|
60
60
|
ManagedPrefixList,
|
|
61
61
|
MarketType,
|
|
62
62
|
Placement,
|
|
63
|
+
PlatformValues,
|
|
63
64
|
RequestIpamResourceTag,
|
|
64
65
|
RuleAction,
|
|
65
66
|
SelfServicePortal,
|
|
@@ -105,27 +106,28 @@ import {
|
|
|
105
106
|
AttributeBooleanValue,
|
|
106
107
|
BootModeValues,
|
|
107
108
|
ConversionTask,
|
|
108
|
-
Filter,
|
|
109
109
|
FpgaImageAttribute,
|
|
110
110
|
FpgaImageAttributeName,
|
|
111
|
-
HttpTokensState,
|
|
112
111
|
ImdsSupportValues,
|
|
112
|
+
ImportImageLicenseConfigurationResponse,
|
|
113
113
|
InstanceAttributeName,
|
|
114
|
-
InstanceAutoRecoveryState,
|
|
115
|
-
InstanceMetadataEndpointState,
|
|
116
|
-
InstanceMetadataOptionsResponse,
|
|
117
|
-
InstanceMetadataProtocolState,
|
|
118
|
-
InstanceMetadataTagsState,
|
|
119
114
|
InstanceTagNotificationAttribute,
|
|
120
115
|
IpamPoolCidr,
|
|
121
116
|
LaunchPermission,
|
|
122
117
|
PermissionGroup,
|
|
118
|
+
SnapshotDetail,
|
|
123
119
|
SnapshotTaskDetail,
|
|
124
120
|
TpmSupportValues,
|
|
125
121
|
} from "./models_3";
|
|
126
122
|
import {
|
|
127
123
|
CreateVolumePermission,
|
|
128
124
|
ExcessCapacityTerminationPolicy,
|
|
125
|
+
HttpTokensState,
|
|
126
|
+
InstanceAutoRecoveryState,
|
|
127
|
+
InstanceMetadataEndpointState,
|
|
128
|
+
InstanceMetadataOptionsResponse,
|
|
129
|
+
InstanceMetadataProtocolState,
|
|
130
|
+
InstanceMetadataTagsState,
|
|
129
131
|
InstanceNetworkInterfaceSpecification,
|
|
130
132
|
InstanceStatusEvent,
|
|
131
133
|
LaunchTemplateConfig,
|
|
@@ -138,19 +140,74 @@ import {
|
|
|
138
140
|
SpotFleetRequestConfigData,
|
|
139
141
|
SpotInstanceRequest,
|
|
140
142
|
SpotPlacement,
|
|
141
|
-
VerifiedAccessInstanceLoggingConfiguration,
|
|
142
143
|
} from "./models_4";
|
|
143
144
|
import {
|
|
144
145
|
ClientData,
|
|
145
|
-
DiskImageDetail,
|
|
146
146
|
InstanceFamilyCreditSpecification,
|
|
147
147
|
IpamResourceCidr,
|
|
148
148
|
Purchase,
|
|
149
149
|
UnlimitedSupportedInstanceFamily,
|
|
150
150
|
UserBucket,
|
|
151
|
-
|
|
151
|
+
VerifiedAccessInstanceLoggingConfiguration,
|
|
152
152
|
VolumeModification,
|
|
153
153
|
} from "./models_5";
|
|
154
|
+
export interface ImportImageResult {
|
|
155
|
+
Architecture?: string;
|
|
156
|
+
Description?: string;
|
|
157
|
+
Encrypted?: boolean;
|
|
158
|
+
Hypervisor?: string;
|
|
159
|
+
ImageId?: string;
|
|
160
|
+
ImportTaskId?: string;
|
|
161
|
+
KmsKeyId?: string;
|
|
162
|
+
LicenseType?: string;
|
|
163
|
+
Platform?: string;
|
|
164
|
+
Progress?: string;
|
|
165
|
+
SnapshotDetails?: SnapshotDetail[];
|
|
166
|
+
Status?: string;
|
|
167
|
+
StatusMessage?: string;
|
|
168
|
+
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
|
|
169
|
+
Tags?: Tag[];
|
|
170
|
+
UsageOperation?: string;
|
|
171
|
+
}
|
|
172
|
+
export interface DiskImageDetail {
|
|
173
|
+
Bytes: number | undefined;
|
|
174
|
+
Format: DiskImageFormat | string | undefined;
|
|
175
|
+
ImportManifestUrl: string | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface VolumeDetail {
|
|
178
|
+
Size: number | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface DiskImage {
|
|
181
|
+
Description?: string;
|
|
182
|
+
Image?: DiskImageDetail;
|
|
183
|
+
Volume?: VolumeDetail;
|
|
184
|
+
}
|
|
185
|
+
export interface UserData {
|
|
186
|
+
Data?: string;
|
|
187
|
+
}
|
|
188
|
+
export interface ImportInstanceLaunchSpecification {
|
|
189
|
+
AdditionalInfo?: string;
|
|
190
|
+
Architecture?: ArchitectureValues | string;
|
|
191
|
+
GroupIds?: string[];
|
|
192
|
+
GroupNames?: string[];
|
|
193
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
|
|
194
|
+
InstanceType?: _InstanceType | string;
|
|
195
|
+
Monitoring?: boolean;
|
|
196
|
+
Placement?: Placement;
|
|
197
|
+
PrivateIpAddress?: string;
|
|
198
|
+
SubnetId?: string;
|
|
199
|
+
UserData?: UserData;
|
|
200
|
+
}
|
|
201
|
+
export interface ImportInstanceRequest {
|
|
202
|
+
Description?: string;
|
|
203
|
+
DiskImages?: DiskImage[];
|
|
204
|
+
DryRun?: boolean;
|
|
205
|
+
LaunchSpecification?: ImportInstanceLaunchSpecification;
|
|
206
|
+
Platform: PlatformValues | string | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface ImportInstanceResult {
|
|
209
|
+
ConversionTask?: ConversionTask;
|
|
210
|
+
}
|
|
154
211
|
export interface ImportKeyPairRequest {
|
|
155
212
|
DryRun?: boolean;
|
|
156
213
|
KeyName: string | undefined;
|
|
@@ -1813,57 +1870,23 @@ export interface RunScheduledInstancesRequest {
|
|
|
1813
1870
|
export interface RunScheduledInstancesResult {
|
|
1814
1871
|
InstanceIdSet?: string[];
|
|
1815
1872
|
}
|
|
1816
|
-
export
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
export
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
export
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
}
|
|
1834
|
-
export declare const MembershipType: {
|
|
1835
|
-
readonly igmp: "igmp";
|
|
1836
|
-
readonly static: "static";
|
|
1837
|
-
};
|
|
1838
|
-
export type MembershipType =
|
|
1839
|
-
(typeof MembershipType)[keyof typeof MembershipType];
|
|
1840
|
-
export interface TransitGatewayMulticastGroup {
|
|
1841
|
-
GroupIpAddress?: string;
|
|
1842
|
-
TransitGatewayAttachmentId?: string;
|
|
1843
|
-
SubnetId?: string;
|
|
1844
|
-
ResourceId?: string;
|
|
1845
|
-
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
1846
|
-
ResourceOwnerId?: string;
|
|
1847
|
-
NetworkInterfaceId?: string;
|
|
1848
|
-
GroupMember?: boolean;
|
|
1849
|
-
GroupSource?: boolean;
|
|
1850
|
-
MemberType?: MembershipType | string;
|
|
1851
|
-
SourceType?: MembershipType | string;
|
|
1852
|
-
}
|
|
1853
|
-
export interface SearchTransitGatewayMulticastGroupsResult {
|
|
1854
|
-
MulticastGroups?: TransitGatewayMulticastGroup[];
|
|
1855
|
-
NextToken?: string;
|
|
1856
|
-
}
|
|
1857
|
-
export interface SearchTransitGatewayRoutesRequest {
|
|
1858
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1859
|
-
Filters: Filter[] | undefined;
|
|
1860
|
-
MaxResults?: number;
|
|
1861
|
-
DryRun?: boolean;
|
|
1862
|
-
}
|
|
1863
|
-
export interface SearchTransitGatewayRoutesResult {
|
|
1864
|
-
Routes?: TransitGatewayRoute[];
|
|
1865
|
-
AdditionalRoutesAvailable?: boolean;
|
|
1866
|
-
}
|
|
1873
|
+
export declare const ImportImageResultFilterSensitiveLog: (
|
|
1874
|
+
obj: ImportImageResult
|
|
1875
|
+
) => any;
|
|
1876
|
+
export declare const DiskImageDetailFilterSensitiveLog: (
|
|
1877
|
+
obj: DiskImageDetail
|
|
1878
|
+
) => any;
|
|
1879
|
+
export declare const DiskImageFilterSensitiveLog: (obj: DiskImage) => any;
|
|
1880
|
+
export declare const UserDataFilterSensitiveLog: (obj: UserData) => any;
|
|
1881
|
+
export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (
|
|
1882
|
+
obj: ImportInstanceLaunchSpecification
|
|
1883
|
+
) => any;
|
|
1884
|
+
export declare const ImportInstanceRequestFilterSensitiveLog: (
|
|
1885
|
+
obj: ImportInstanceRequest
|
|
1886
|
+
) => any;
|
|
1887
|
+
export declare const ImportInstanceResultFilterSensitiveLog: (
|
|
1888
|
+
obj: ImportInstanceResult
|
|
1889
|
+
) => any;
|
|
1867
1890
|
export declare const SnapshotDiskContainerFilterSensitiveLog: (
|
|
1868
1891
|
obj: SnapshotDiskContainer
|
|
1869
1892
|
) => any;
|
|
@@ -3,14 +3,68 @@ import {
|
|
|
3
3
|
IpPermission,
|
|
4
4
|
NatGatewayAddress,
|
|
5
5
|
TagSpecification,
|
|
6
|
+
TransitGatewayAttachmentResourceType,
|
|
6
7
|
} from "./models_0";
|
|
7
|
-
import {
|
|
8
|
+
import { LocalGatewayRoute } from "./models_1";
|
|
9
|
+
import { TransitGatewayRoute } from "./models_2";
|
|
10
|
+
import { ClientVpnConnectionStatus, Filter } from "./models_3";
|
|
8
11
|
import {
|
|
9
12
|
InstanceState,
|
|
10
13
|
NetworkInsightsAccessScopeAnalysis,
|
|
11
14
|
NetworkInsightsAnalysis,
|
|
12
15
|
} from "./models_4";
|
|
13
16
|
import { InstanceMonitoring } from "./models_6";
|
|
17
|
+
export interface SearchLocalGatewayRoutesRequest {
|
|
18
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
19
|
+
Filters?: Filter[];
|
|
20
|
+
MaxResults?: number;
|
|
21
|
+
NextToken?: string;
|
|
22
|
+
DryRun?: boolean;
|
|
23
|
+
}
|
|
24
|
+
export interface SearchLocalGatewayRoutesResult {
|
|
25
|
+
Routes?: LocalGatewayRoute[];
|
|
26
|
+
NextToken?: string;
|
|
27
|
+
}
|
|
28
|
+
export interface SearchTransitGatewayMulticastGroupsRequest {
|
|
29
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
30
|
+
Filters?: Filter[];
|
|
31
|
+
MaxResults?: number;
|
|
32
|
+
NextToken?: string;
|
|
33
|
+
DryRun?: boolean;
|
|
34
|
+
}
|
|
35
|
+
export declare const MembershipType: {
|
|
36
|
+
readonly igmp: "igmp";
|
|
37
|
+
readonly static: "static";
|
|
38
|
+
};
|
|
39
|
+
export type MembershipType =
|
|
40
|
+
(typeof MembershipType)[keyof typeof MembershipType];
|
|
41
|
+
export interface TransitGatewayMulticastGroup {
|
|
42
|
+
GroupIpAddress?: string;
|
|
43
|
+
TransitGatewayAttachmentId?: string;
|
|
44
|
+
SubnetId?: string;
|
|
45
|
+
ResourceId?: string;
|
|
46
|
+
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
47
|
+
ResourceOwnerId?: string;
|
|
48
|
+
NetworkInterfaceId?: string;
|
|
49
|
+
GroupMember?: boolean;
|
|
50
|
+
GroupSource?: boolean;
|
|
51
|
+
MemberType?: MembershipType | string;
|
|
52
|
+
SourceType?: MembershipType | string;
|
|
53
|
+
}
|
|
54
|
+
export interface SearchTransitGatewayMulticastGroupsResult {
|
|
55
|
+
MulticastGroups?: TransitGatewayMulticastGroup[];
|
|
56
|
+
NextToken?: string;
|
|
57
|
+
}
|
|
58
|
+
export interface SearchTransitGatewayRoutesRequest {
|
|
59
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
60
|
+
Filters: Filter[] | undefined;
|
|
61
|
+
MaxResults?: number;
|
|
62
|
+
DryRun?: boolean;
|
|
63
|
+
}
|
|
64
|
+
export interface SearchTransitGatewayRoutesResult {
|
|
65
|
+
Routes?: TransitGatewayRoute[];
|
|
66
|
+
AdditionalRoutesAvailable?: boolean;
|
|
67
|
+
}
|
|
14
68
|
export interface SendDiagnosticInterruptRequest {
|
|
15
69
|
InstanceId: string | undefined;
|
|
16
70
|
DryRun?: boolean;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeInstanceConnectEndpointsCommandInput,
|
|
4
|
+
DescribeInstanceConnectEndpointsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeInstanceConnectEndpointsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeInstanceConnectEndpoints(
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeInstanceConnectEndpointsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeInstanceConnectEndpointsCommandOutput>;
|
|
@@ -28,6 +28,7 @@ export * from "./DescribeIamInstanceProfileAssociationsPaginator";
|
|
|
28
28
|
export * from "./DescribeImagesPaginator";
|
|
29
29
|
export * from "./DescribeImportImageTasksPaginator";
|
|
30
30
|
export * from "./DescribeImportSnapshotTasksPaginator";
|
|
31
|
+
export * from "./DescribeInstanceConnectEndpointsPaginator";
|
|
31
32
|
export * from "./DescribeInstanceCreditSpecificationsPaginator";
|
|
32
33
|
export * from "./DescribeInstanceEventWindowsPaginator";
|
|
33
34
|
export * from "./DescribeInstanceStatusPaginator";
|
|
@@ -283,6 +283,10 @@ import {
|
|
|
283
283
|
CreateImageCommandInput,
|
|
284
284
|
CreateImageCommandOutput,
|
|
285
285
|
} from "../commands/CreateImageCommand";
|
|
286
|
+
import {
|
|
287
|
+
CreateInstanceConnectEndpointCommandInput,
|
|
288
|
+
CreateInstanceConnectEndpointCommandOutput,
|
|
289
|
+
} from "../commands/CreateInstanceConnectEndpointCommand";
|
|
286
290
|
import {
|
|
287
291
|
CreateInstanceEventWindowCommandInput,
|
|
288
292
|
CreateInstanceEventWindowCommandOutput,
|
|
@@ -587,6 +591,10 @@ import {
|
|
|
587
591
|
DeleteFpgaImageCommandInput,
|
|
588
592
|
DeleteFpgaImageCommandOutput,
|
|
589
593
|
} from "../commands/DeleteFpgaImageCommand";
|
|
594
|
+
import {
|
|
595
|
+
DeleteInstanceConnectEndpointCommandInput,
|
|
596
|
+
DeleteInstanceConnectEndpointCommandOutput,
|
|
597
|
+
} from "../commands/DeleteInstanceConnectEndpointCommand";
|
|
590
598
|
import {
|
|
591
599
|
DeleteInstanceEventWindowCommandInput,
|
|
592
600
|
DeleteInstanceEventWindowCommandOutput,
|
|
@@ -1043,6 +1051,10 @@ import {
|
|
|
1043
1051
|
DescribeInstanceAttributeCommandInput,
|
|
1044
1052
|
DescribeInstanceAttributeCommandOutput,
|
|
1045
1053
|
} from "../commands/DescribeInstanceAttributeCommand";
|
|
1054
|
+
import {
|
|
1055
|
+
DescribeInstanceConnectEndpointsCommandInput,
|
|
1056
|
+
DescribeInstanceConnectEndpointsCommandOutput,
|
|
1057
|
+
} from "../commands/DescribeInstanceConnectEndpointsCommand";
|
|
1046
1058
|
import {
|
|
1047
1059
|
DescribeInstanceCreditSpecificationsCommandInput,
|
|
1048
1060
|
DescribeInstanceCreditSpecificationsCommandOutput,
|
|
@@ -2647,6 +2659,10 @@ export declare const se_CreateImageCommand: (
|
|
|
2647
2659
|
input: CreateImageCommandInput,
|
|
2648
2660
|
context: __SerdeContext
|
|
2649
2661
|
) => Promise<__HttpRequest>;
|
|
2662
|
+
export declare const se_CreateInstanceConnectEndpointCommand: (
|
|
2663
|
+
input: CreateInstanceConnectEndpointCommandInput,
|
|
2664
|
+
context: __SerdeContext
|
|
2665
|
+
) => Promise<__HttpRequest>;
|
|
2650
2666
|
export declare const se_CreateInstanceEventWindowCommand: (
|
|
2651
2667
|
input: CreateInstanceEventWindowCommandInput,
|
|
2652
2668
|
context: __SerdeContext
|
|
@@ -2951,6 +2967,10 @@ export declare const se_DeleteFpgaImageCommand: (
|
|
|
2951
2967
|
input: DeleteFpgaImageCommandInput,
|
|
2952
2968
|
context: __SerdeContext
|
|
2953
2969
|
) => Promise<__HttpRequest>;
|
|
2970
|
+
export declare const se_DeleteInstanceConnectEndpointCommand: (
|
|
2971
|
+
input: DeleteInstanceConnectEndpointCommandInput,
|
|
2972
|
+
context: __SerdeContext
|
|
2973
|
+
) => Promise<__HttpRequest>;
|
|
2954
2974
|
export declare const se_DeleteInstanceEventWindowCommand: (
|
|
2955
2975
|
input: DeleteInstanceEventWindowCommandInput,
|
|
2956
2976
|
context: __SerdeContext
|
|
@@ -3407,6 +3427,10 @@ export declare const se_DescribeInstanceAttributeCommand: (
|
|
|
3407
3427
|
input: DescribeInstanceAttributeCommandInput,
|
|
3408
3428
|
context: __SerdeContext
|
|
3409
3429
|
) => Promise<__HttpRequest>;
|
|
3430
|
+
export declare const se_DescribeInstanceConnectEndpointsCommand: (
|
|
3431
|
+
input: DescribeInstanceConnectEndpointsCommandInput,
|
|
3432
|
+
context: __SerdeContext
|
|
3433
|
+
) => Promise<__HttpRequest>;
|
|
3410
3434
|
export declare const se_DescribeInstanceCreditSpecificationsCommand: (
|
|
3411
3435
|
input: DescribeInstanceCreditSpecificationsCommandInput,
|
|
3412
3436
|
context: __SerdeContext
|
|
@@ -5011,6 +5035,10 @@ export declare const de_CreateImageCommand: (
|
|
|
5011
5035
|
output: __HttpResponse,
|
|
5012
5036
|
context: __SerdeContext
|
|
5013
5037
|
) => Promise<CreateImageCommandOutput>;
|
|
5038
|
+
export declare const de_CreateInstanceConnectEndpointCommand: (
|
|
5039
|
+
output: __HttpResponse,
|
|
5040
|
+
context: __SerdeContext
|
|
5041
|
+
) => Promise<CreateInstanceConnectEndpointCommandOutput>;
|
|
5014
5042
|
export declare const de_CreateInstanceEventWindowCommand: (
|
|
5015
5043
|
output: __HttpResponse,
|
|
5016
5044
|
context: __SerdeContext
|
|
@@ -5315,6 +5343,10 @@ export declare const de_DeleteFpgaImageCommand: (
|
|
|
5315
5343
|
output: __HttpResponse,
|
|
5316
5344
|
context: __SerdeContext
|
|
5317
5345
|
) => Promise<DeleteFpgaImageCommandOutput>;
|
|
5346
|
+
export declare const de_DeleteInstanceConnectEndpointCommand: (
|
|
5347
|
+
output: __HttpResponse,
|
|
5348
|
+
context: __SerdeContext
|
|
5349
|
+
) => Promise<DeleteInstanceConnectEndpointCommandOutput>;
|
|
5318
5350
|
export declare const de_DeleteInstanceEventWindowCommand: (
|
|
5319
5351
|
output: __HttpResponse,
|
|
5320
5352
|
context: __SerdeContext
|
|
@@ -5771,6 +5803,10 @@ export declare const de_DescribeInstanceAttributeCommand: (
|
|
|
5771
5803
|
output: __HttpResponse,
|
|
5772
5804
|
context: __SerdeContext
|
|
5773
5805
|
) => Promise<DescribeInstanceAttributeCommandOutput>;
|
|
5806
|
+
export declare const de_DescribeInstanceConnectEndpointsCommand: (
|
|
5807
|
+
output: __HttpResponse,
|
|
5808
|
+
context: __SerdeContext
|
|
5809
|
+
) => Promise<DescribeInstanceConnectEndpointsCommandOutput>;
|
|
5774
5810
|
export declare const de_DescribeInstanceCreditSpecificationsCommand: (
|
|
5775
5811
|
output: __HttpResponse,
|
|
5776
5812
|
context: __SerdeContext
|