@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
|
@@ -703,6 +703,16 @@ export const se_CreateImageCommand = async (input, context) => {
|
|
|
703
703
|
});
|
|
704
704
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
705
705
|
};
|
|
706
|
+
export const se_CreateInstanceConnectEndpointCommand = async (input, context) => {
|
|
707
|
+
const headers = SHARED_HEADERS;
|
|
708
|
+
let body;
|
|
709
|
+
body = buildFormUrlencodedString({
|
|
710
|
+
...se_CreateInstanceConnectEndpointRequest(input, context),
|
|
711
|
+
Action: "CreateInstanceConnectEndpoint",
|
|
712
|
+
Version: "2016-11-15",
|
|
713
|
+
});
|
|
714
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
715
|
+
};
|
|
706
716
|
export const se_CreateInstanceEventWindowCommand = async (input, context) => {
|
|
707
717
|
const headers = SHARED_HEADERS;
|
|
708
718
|
let body;
|
|
@@ -1463,6 +1473,16 @@ export const se_DeleteFpgaImageCommand = async (input, context) => {
|
|
|
1463
1473
|
});
|
|
1464
1474
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1465
1475
|
};
|
|
1476
|
+
export const se_DeleteInstanceConnectEndpointCommand = async (input, context) => {
|
|
1477
|
+
const headers = SHARED_HEADERS;
|
|
1478
|
+
let body;
|
|
1479
|
+
body = buildFormUrlencodedString({
|
|
1480
|
+
...se_DeleteInstanceConnectEndpointRequest(input, context),
|
|
1481
|
+
Action: "DeleteInstanceConnectEndpoint",
|
|
1482
|
+
Version: "2016-11-15",
|
|
1483
|
+
});
|
|
1484
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1485
|
+
};
|
|
1466
1486
|
export const se_DeleteInstanceEventWindowCommand = async (input, context) => {
|
|
1467
1487
|
const headers = SHARED_HEADERS;
|
|
1468
1488
|
let body;
|
|
@@ -2603,6 +2623,16 @@ export const se_DescribeInstanceAttributeCommand = async (input, context) => {
|
|
|
2603
2623
|
});
|
|
2604
2624
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2605
2625
|
};
|
|
2626
|
+
export const se_DescribeInstanceConnectEndpointsCommand = async (input, context) => {
|
|
2627
|
+
const headers = SHARED_HEADERS;
|
|
2628
|
+
let body;
|
|
2629
|
+
body = buildFormUrlencodedString({
|
|
2630
|
+
...se_DescribeInstanceConnectEndpointsRequest(input, context),
|
|
2631
|
+
Action: "DescribeInstanceConnectEndpoints",
|
|
2632
|
+
Version: "2016-11-15",
|
|
2633
|
+
});
|
|
2634
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2635
|
+
};
|
|
2606
2636
|
export const se_DescribeInstanceCreditSpecificationsCommand = async (input, context) => {
|
|
2607
2637
|
const headers = SHARED_HEADERS;
|
|
2608
2638
|
let body;
|
|
@@ -7721,6 +7751,32 @@ const de_CreateImageCommandError = async (output, context) => {
|
|
|
7721
7751
|
errorCode,
|
|
7722
7752
|
});
|
|
7723
7753
|
};
|
|
7754
|
+
export const de_CreateInstanceConnectEndpointCommand = async (output, context) => {
|
|
7755
|
+
if (output.statusCode >= 300) {
|
|
7756
|
+
return de_CreateInstanceConnectEndpointCommandError(output, context);
|
|
7757
|
+
}
|
|
7758
|
+
const data = await parseBody(output.body, context);
|
|
7759
|
+
let contents = {};
|
|
7760
|
+
contents = de_CreateInstanceConnectEndpointResult(data, context);
|
|
7761
|
+
const response = {
|
|
7762
|
+
$metadata: deserializeMetadata(output),
|
|
7763
|
+
...contents,
|
|
7764
|
+
};
|
|
7765
|
+
return response;
|
|
7766
|
+
};
|
|
7767
|
+
const de_CreateInstanceConnectEndpointCommandError = async (output, context) => {
|
|
7768
|
+
const parsedOutput = {
|
|
7769
|
+
...output,
|
|
7770
|
+
body: await parseErrorBody(output.body, context),
|
|
7771
|
+
};
|
|
7772
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7773
|
+
const parsedBody = parsedOutput.body;
|
|
7774
|
+
return throwDefaultError({
|
|
7775
|
+
output,
|
|
7776
|
+
parsedBody: parsedBody.Errors.Error,
|
|
7777
|
+
errorCode,
|
|
7778
|
+
});
|
|
7779
|
+
};
|
|
7724
7780
|
export const de_CreateInstanceEventWindowCommand = async (output, context) => {
|
|
7725
7781
|
if (output.statusCode >= 300) {
|
|
7726
7782
|
return de_CreateInstanceEventWindowCommandError(output, context);
|
|
@@ -9682,6 +9738,32 @@ const de_DeleteFpgaImageCommandError = async (output, context) => {
|
|
|
9682
9738
|
errorCode,
|
|
9683
9739
|
});
|
|
9684
9740
|
};
|
|
9741
|
+
export const de_DeleteInstanceConnectEndpointCommand = async (output, context) => {
|
|
9742
|
+
if (output.statusCode >= 300) {
|
|
9743
|
+
return de_DeleteInstanceConnectEndpointCommandError(output, context);
|
|
9744
|
+
}
|
|
9745
|
+
const data = await parseBody(output.body, context);
|
|
9746
|
+
let contents = {};
|
|
9747
|
+
contents = de_DeleteInstanceConnectEndpointResult(data, context);
|
|
9748
|
+
const response = {
|
|
9749
|
+
$metadata: deserializeMetadata(output),
|
|
9750
|
+
...contents,
|
|
9751
|
+
};
|
|
9752
|
+
return response;
|
|
9753
|
+
};
|
|
9754
|
+
const de_DeleteInstanceConnectEndpointCommandError = async (output, context) => {
|
|
9755
|
+
const parsedOutput = {
|
|
9756
|
+
...output,
|
|
9757
|
+
body: await parseErrorBody(output.body, context),
|
|
9758
|
+
};
|
|
9759
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9760
|
+
const parsedBody = parsedOutput.body;
|
|
9761
|
+
return throwDefaultError({
|
|
9762
|
+
output,
|
|
9763
|
+
parsedBody: parsedBody.Errors.Error,
|
|
9764
|
+
errorCode,
|
|
9765
|
+
});
|
|
9766
|
+
};
|
|
9685
9767
|
export const de_DeleteInstanceEventWindowCommand = async (output, context) => {
|
|
9686
9768
|
if (output.statusCode >= 300) {
|
|
9687
9769
|
return de_DeleteInstanceEventWindowCommandError(output, context);
|
|
@@ -12589,6 +12671,32 @@ const de_DescribeInstanceAttributeCommandError = async (output, context) => {
|
|
|
12589
12671
|
errorCode,
|
|
12590
12672
|
});
|
|
12591
12673
|
};
|
|
12674
|
+
export const de_DescribeInstanceConnectEndpointsCommand = async (output, context) => {
|
|
12675
|
+
if (output.statusCode >= 300) {
|
|
12676
|
+
return de_DescribeInstanceConnectEndpointsCommandError(output, context);
|
|
12677
|
+
}
|
|
12678
|
+
const data = await parseBody(output.body, context);
|
|
12679
|
+
let contents = {};
|
|
12680
|
+
contents = de_DescribeInstanceConnectEndpointsResult(data, context);
|
|
12681
|
+
const response = {
|
|
12682
|
+
$metadata: deserializeMetadata(output),
|
|
12683
|
+
...contents,
|
|
12684
|
+
};
|
|
12685
|
+
return response;
|
|
12686
|
+
};
|
|
12687
|
+
const de_DescribeInstanceConnectEndpointsCommandError = async (output, context) => {
|
|
12688
|
+
const parsedOutput = {
|
|
12689
|
+
...output,
|
|
12690
|
+
body: await parseErrorBody(output.body, context),
|
|
12691
|
+
};
|
|
12692
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12693
|
+
const parsedBody = parsedOutput.body;
|
|
12694
|
+
return throwDefaultError({
|
|
12695
|
+
output,
|
|
12696
|
+
parsedBody: parsedBody.Errors.Error,
|
|
12697
|
+
errorCode,
|
|
12698
|
+
});
|
|
12699
|
+
};
|
|
12592
12700
|
export const de_DescribeInstanceCreditSpecificationsCommand = async (output, context) => {
|
|
12593
12701
|
if (output.statusCode >= 300) {
|
|
12594
12702
|
return de_DescribeInstanceCreditSpecificationsCommandError(output, context);
|
|
@@ -23579,6 +23687,45 @@ const se_CreateImageRequest = (input, context) => {
|
|
|
23579
23687
|
}
|
|
23580
23688
|
return entries;
|
|
23581
23689
|
};
|
|
23690
|
+
const se_CreateInstanceConnectEndpointRequest = (input, context) => {
|
|
23691
|
+
const entries = {};
|
|
23692
|
+
if (input.DryRun != null) {
|
|
23693
|
+
entries["DryRun"] = input.DryRun;
|
|
23694
|
+
}
|
|
23695
|
+
if (input.SubnetId != null) {
|
|
23696
|
+
entries["SubnetId"] = input.SubnetId;
|
|
23697
|
+
}
|
|
23698
|
+
if (input.SecurityGroupIds != null) {
|
|
23699
|
+
const memberEntries = se_SecurityGroupIdStringListRequest(input.SecurityGroupIds, context);
|
|
23700
|
+
if (input.SecurityGroupIds?.length === 0) {
|
|
23701
|
+
entries.SecurityGroupId = [];
|
|
23702
|
+
}
|
|
23703
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23704
|
+
const loc = `SecurityGroupId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23705
|
+
entries[loc] = value;
|
|
23706
|
+
});
|
|
23707
|
+
}
|
|
23708
|
+
if (input.PreserveClientIp != null) {
|
|
23709
|
+
entries["PreserveClientIp"] = input.PreserveClientIp;
|
|
23710
|
+
}
|
|
23711
|
+
if (input.ClientToken === undefined) {
|
|
23712
|
+
input.ClientToken = generateIdempotencyToken();
|
|
23713
|
+
}
|
|
23714
|
+
if (input.ClientToken != null) {
|
|
23715
|
+
entries["ClientToken"] = input.ClientToken;
|
|
23716
|
+
}
|
|
23717
|
+
if (input.TagSpecifications != null) {
|
|
23718
|
+
const memberEntries = se_TagSpecificationList(input.TagSpecifications, context);
|
|
23719
|
+
if (input.TagSpecifications?.length === 0) {
|
|
23720
|
+
entries.TagSpecification = [];
|
|
23721
|
+
}
|
|
23722
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23723
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
23724
|
+
entries[loc] = value;
|
|
23725
|
+
});
|
|
23726
|
+
}
|
|
23727
|
+
return entries;
|
|
23728
|
+
};
|
|
23582
23729
|
const se_CreateInstanceEventWindowRequest = (input, context) => {
|
|
23583
23730
|
const entries = {};
|
|
23584
23731
|
if (input.DryRun != null) {
|
|
@@ -26176,6 +26323,16 @@ const se_DeleteFpgaImageRequest = (input, context) => {
|
|
|
26176
26323
|
}
|
|
26177
26324
|
return entries;
|
|
26178
26325
|
};
|
|
26326
|
+
const se_DeleteInstanceConnectEndpointRequest = (input, context) => {
|
|
26327
|
+
const entries = {};
|
|
26328
|
+
if (input.DryRun != null) {
|
|
26329
|
+
entries["DryRun"] = input.DryRun;
|
|
26330
|
+
}
|
|
26331
|
+
if (input.InstanceConnectEndpointId != null) {
|
|
26332
|
+
entries["InstanceConnectEndpointId"] = input.InstanceConnectEndpointId;
|
|
26333
|
+
}
|
|
26334
|
+
return entries;
|
|
26335
|
+
};
|
|
26179
26336
|
const se_DeleteInstanceEventWindowRequest = (input, context) => {
|
|
26180
26337
|
const entries = {};
|
|
26181
26338
|
if (input.DryRun != null) {
|
|
@@ -28291,6 +28448,39 @@ const se_DescribeInstanceAttributeRequest = (input, context) => {
|
|
|
28291
28448
|
}
|
|
28292
28449
|
return entries;
|
|
28293
28450
|
};
|
|
28451
|
+
const se_DescribeInstanceConnectEndpointsRequest = (input, context) => {
|
|
28452
|
+
const entries = {};
|
|
28453
|
+
if (input.DryRun != null) {
|
|
28454
|
+
entries["DryRun"] = input.DryRun;
|
|
28455
|
+
}
|
|
28456
|
+
if (input.MaxResults != null) {
|
|
28457
|
+
entries["MaxResults"] = input.MaxResults;
|
|
28458
|
+
}
|
|
28459
|
+
if (input.NextToken != null) {
|
|
28460
|
+
entries["NextToken"] = input.NextToken;
|
|
28461
|
+
}
|
|
28462
|
+
if (input.Filters != null) {
|
|
28463
|
+
const memberEntries = se_FilterList(input.Filters, context);
|
|
28464
|
+
if (input.Filters?.length === 0) {
|
|
28465
|
+
entries.Filter = [];
|
|
28466
|
+
}
|
|
28467
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28468
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
28469
|
+
entries[loc] = value;
|
|
28470
|
+
});
|
|
28471
|
+
}
|
|
28472
|
+
if (input.InstanceConnectEndpointIds != null) {
|
|
28473
|
+
const memberEntries = se_ValueStringList(input.InstanceConnectEndpointIds, context);
|
|
28474
|
+
if (input.InstanceConnectEndpointIds?.length === 0) {
|
|
28475
|
+
entries.InstanceConnectEndpointId = [];
|
|
28476
|
+
}
|
|
28477
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28478
|
+
const loc = `InstanceConnectEndpointId.${key.substring(key.indexOf(".") + 1)}`;
|
|
28479
|
+
entries[loc] = value;
|
|
28480
|
+
});
|
|
28481
|
+
}
|
|
28482
|
+
return entries;
|
|
28483
|
+
};
|
|
28294
28484
|
const se_DescribeInstanceCreditSpecificationsRequest = (input, context) => {
|
|
28295
28485
|
const entries = {};
|
|
28296
28486
|
if (input.DryRun != null) {
|
|
@@ -41488,6 +41678,18 @@ const se_SecurityGroupIdStringList = (input, context) => {
|
|
|
41488
41678
|
}
|
|
41489
41679
|
return entries;
|
|
41490
41680
|
};
|
|
41681
|
+
const se_SecurityGroupIdStringListRequest = (input, context) => {
|
|
41682
|
+
const entries = {};
|
|
41683
|
+
let counter = 1;
|
|
41684
|
+
for (const entry of input) {
|
|
41685
|
+
if (entry === null) {
|
|
41686
|
+
continue;
|
|
41687
|
+
}
|
|
41688
|
+
entries[`SecurityGroupId.${counter}`] = entry;
|
|
41689
|
+
counter++;
|
|
41690
|
+
}
|
|
41691
|
+
return entries;
|
|
41692
|
+
};
|
|
41491
41693
|
const se_SecurityGroupRuleDescription = (input, context) => {
|
|
41492
41694
|
const entries = {};
|
|
41493
41695
|
if (input.SecurityGroupRuleId != null) {
|
|
@@ -45911,6 +46113,16 @@ const de_CreateImageResult = (output, context) => {
|
|
|
45911
46113
|
}
|
|
45912
46114
|
return contents;
|
|
45913
46115
|
};
|
|
46116
|
+
const de_CreateInstanceConnectEndpointResult = (output, context) => {
|
|
46117
|
+
const contents = {};
|
|
46118
|
+
if (output["instanceConnectEndpoint"] !== undefined) {
|
|
46119
|
+
contents.InstanceConnectEndpoint = de_Ec2InstanceConnectEndpoint(output["instanceConnectEndpoint"], context);
|
|
46120
|
+
}
|
|
46121
|
+
if (output["clientToken"] !== undefined) {
|
|
46122
|
+
contents.ClientToken = __expectString(output["clientToken"]);
|
|
46123
|
+
}
|
|
46124
|
+
return contents;
|
|
46125
|
+
};
|
|
45914
46126
|
const de_CreateInstanceEventWindowResult = (output, context) => {
|
|
45915
46127
|
const contents = {};
|
|
45916
46128
|
if (output["instanceEventWindow"] !== undefined) {
|
|
@@ -46602,6 +46814,13 @@ const de_DeleteFpgaImageResult = (output, context) => {
|
|
|
46602
46814
|
}
|
|
46603
46815
|
return contents;
|
|
46604
46816
|
};
|
|
46817
|
+
const de_DeleteInstanceConnectEndpointResult = (output, context) => {
|
|
46818
|
+
const contents = {};
|
|
46819
|
+
if (output["instanceConnectEndpoint"] !== undefined) {
|
|
46820
|
+
contents.InstanceConnectEndpoint = de_Ec2InstanceConnectEndpoint(output["instanceConnectEndpoint"], context);
|
|
46821
|
+
}
|
|
46822
|
+
return contents;
|
|
46823
|
+
};
|
|
46605
46824
|
const de_DeleteInstanceEventWindowResult = (output, context) => {
|
|
46606
46825
|
const contents = {};
|
|
46607
46826
|
if (output["instanceEventWindowState"] !== undefined) {
|
|
@@ -47737,6 +47956,20 @@ const de_DescribeImportSnapshotTasksResult = (output, context) => {
|
|
|
47737
47956
|
}
|
|
47738
47957
|
return contents;
|
|
47739
47958
|
};
|
|
47959
|
+
const de_DescribeInstanceConnectEndpointsResult = (output, context) => {
|
|
47960
|
+
const contents = {};
|
|
47961
|
+
if (output.instanceConnectEndpointSet === "") {
|
|
47962
|
+
contents.InstanceConnectEndpoints = [];
|
|
47963
|
+
}
|
|
47964
|
+
else if (output["instanceConnectEndpointSet"] !== undefined &&
|
|
47965
|
+
output["instanceConnectEndpointSet"]["item"] !== undefined) {
|
|
47966
|
+
contents.InstanceConnectEndpoints = de_InstanceConnectEndpointSet(__getArrayIfSingleItem(output["instanceConnectEndpointSet"]["item"]), context);
|
|
47967
|
+
}
|
|
47968
|
+
if (output["nextToken"] !== undefined) {
|
|
47969
|
+
contents.NextToken = __expectString(output["nextToken"]);
|
|
47970
|
+
}
|
|
47971
|
+
return contents;
|
|
47972
|
+
};
|
|
47740
47973
|
const de_DescribeInstanceCreditSpecificationsResult = (output, context) => {
|
|
47741
47974
|
const contents = {};
|
|
47742
47975
|
if (output.instanceCreditSpecificationSet === "") {
|
|
@@ -49631,6 +49864,64 @@ const de_EbsOptimizedInfo = (output, context) => {
|
|
|
49631
49864
|
}
|
|
49632
49865
|
return contents;
|
|
49633
49866
|
};
|
|
49867
|
+
const de_Ec2InstanceConnectEndpoint = (output, context) => {
|
|
49868
|
+
const contents = {};
|
|
49869
|
+
if (output["ownerId"] !== undefined) {
|
|
49870
|
+
contents.OwnerId = __expectString(output["ownerId"]);
|
|
49871
|
+
}
|
|
49872
|
+
if (output["instanceConnectEndpointId"] !== undefined) {
|
|
49873
|
+
contents.InstanceConnectEndpointId = __expectString(output["instanceConnectEndpointId"]);
|
|
49874
|
+
}
|
|
49875
|
+
if (output["instanceConnectEndpointArn"] !== undefined) {
|
|
49876
|
+
contents.InstanceConnectEndpointArn = __expectString(output["instanceConnectEndpointArn"]);
|
|
49877
|
+
}
|
|
49878
|
+
if (output["state"] !== undefined) {
|
|
49879
|
+
contents.State = __expectString(output["state"]);
|
|
49880
|
+
}
|
|
49881
|
+
if (output["stateMessage"] !== undefined) {
|
|
49882
|
+
contents.StateMessage = __expectString(output["stateMessage"]);
|
|
49883
|
+
}
|
|
49884
|
+
if (output["dnsName"] !== undefined) {
|
|
49885
|
+
contents.DnsName = __expectString(output["dnsName"]);
|
|
49886
|
+
}
|
|
49887
|
+
if (output["fipsDnsName"] !== undefined) {
|
|
49888
|
+
contents.FipsDnsName = __expectString(output["fipsDnsName"]);
|
|
49889
|
+
}
|
|
49890
|
+
if (output.networkInterfaceIdSet === "") {
|
|
49891
|
+
contents.NetworkInterfaceIds = [];
|
|
49892
|
+
}
|
|
49893
|
+
else if (output["networkInterfaceIdSet"] !== undefined && output["networkInterfaceIdSet"]["item"] !== undefined) {
|
|
49894
|
+
contents.NetworkInterfaceIds = de_NetworkInterfaceIdSet(__getArrayIfSingleItem(output["networkInterfaceIdSet"]["item"]), context);
|
|
49895
|
+
}
|
|
49896
|
+
if (output["vpcId"] !== undefined) {
|
|
49897
|
+
contents.VpcId = __expectString(output["vpcId"]);
|
|
49898
|
+
}
|
|
49899
|
+
if (output["availabilityZone"] !== undefined) {
|
|
49900
|
+
contents.AvailabilityZone = __expectString(output["availabilityZone"]);
|
|
49901
|
+
}
|
|
49902
|
+
if (output["createdAt"] !== undefined) {
|
|
49903
|
+
contents.CreatedAt = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["createdAt"]));
|
|
49904
|
+
}
|
|
49905
|
+
if (output["subnetId"] !== undefined) {
|
|
49906
|
+
contents.SubnetId = __expectString(output["subnetId"]);
|
|
49907
|
+
}
|
|
49908
|
+
if (output["preserveClientIp"] !== undefined) {
|
|
49909
|
+
contents.PreserveClientIp = __parseBoolean(output["preserveClientIp"]);
|
|
49910
|
+
}
|
|
49911
|
+
if (output.securityGroupIdSet === "") {
|
|
49912
|
+
contents.SecurityGroupIds = [];
|
|
49913
|
+
}
|
|
49914
|
+
else if (output["securityGroupIdSet"] !== undefined && output["securityGroupIdSet"]["item"] !== undefined) {
|
|
49915
|
+
contents.SecurityGroupIds = de_SecurityGroupIdSet(__getArrayIfSingleItem(output["securityGroupIdSet"]["item"]), context);
|
|
49916
|
+
}
|
|
49917
|
+
if (output.tagSet === "") {
|
|
49918
|
+
contents.Tags = [];
|
|
49919
|
+
}
|
|
49920
|
+
else if (output["tagSet"] !== undefined && output["tagSet"]["item"] !== undefined) {
|
|
49921
|
+
contents.Tags = de_TagList(__getArrayIfSingleItem(output["tagSet"]["item"]), context);
|
|
49922
|
+
}
|
|
49923
|
+
return contents;
|
|
49924
|
+
};
|
|
49634
49925
|
const de_EfaInfo = (output, context) => {
|
|
49635
49926
|
const contents = {};
|
|
49636
49927
|
if (output["maximumEfaInterfaces"] !== undefined) {
|
|
@@ -52763,6 +53054,13 @@ const de_InstanceCapacity = (output, context) => {
|
|
|
52763
53054
|
}
|
|
52764
53055
|
return contents;
|
|
52765
53056
|
};
|
|
53057
|
+
const de_InstanceConnectEndpointSet = (output, context) => {
|
|
53058
|
+
return (output || [])
|
|
53059
|
+
.filter((e) => e != null)
|
|
53060
|
+
.map((entry) => {
|
|
53061
|
+
return de_Ec2InstanceConnectEndpoint(entry, context);
|
|
53062
|
+
});
|
|
53063
|
+
};
|
|
52766
53064
|
const de_InstanceCount = (output, context) => {
|
|
52767
53065
|
const contents = {};
|
|
52768
53066
|
if (output["instanceCount"] !== undefined) {
|
|
@@ -56763,6 +57061,13 @@ const de_NetworkInterfaceCount = (output, context) => {
|
|
|
56763
57061
|
}
|
|
56764
57062
|
return contents;
|
|
56765
57063
|
};
|
|
57064
|
+
const de_NetworkInterfaceIdSet = (output, context) => {
|
|
57065
|
+
return (output || [])
|
|
57066
|
+
.filter((e) => e != null)
|
|
57067
|
+
.map((entry) => {
|
|
57068
|
+
return __expectString(entry);
|
|
57069
|
+
});
|
|
57070
|
+
};
|
|
56766
57071
|
const de_NetworkInterfaceIpv6Address = (output, context) => {
|
|
56767
57072
|
const contents = {};
|
|
56768
57073
|
if (output["ipv6Address"] !== undefined) {
|
|
@@ -59126,6 +59431,13 @@ const de_SecurityGroupIdList = (output, context) => {
|
|
|
59126
59431
|
return __expectString(entry);
|
|
59127
59432
|
});
|
|
59128
59433
|
};
|
|
59434
|
+
const de_SecurityGroupIdSet = (output, context) => {
|
|
59435
|
+
return (output || [])
|
|
59436
|
+
.filter((e) => e != null)
|
|
59437
|
+
.map((entry) => {
|
|
59438
|
+
return __expectString(entry);
|
|
59439
|
+
});
|
|
59440
|
+
};
|
|
59129
59441
|
const de_SecurityGroupIdStringList = (output, context) => {
|
|
59130
59442
|
return (output || [])
|
|
59131
59443
|
.filter((e) => e != null)
|
package/dist-types/EC2.d.ts
CHANGED
|
@@ -69,6 +69,7 @@ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/Cr
|
|
|
69
69
|
import { CreateFlowLogsCommandInput, CreateFlowLogsCommandOutput } from "./commands/CreateFlowLogsCommand";
|
|
70
70
|
import { CreateFpgaImageCommandInput, CreateFpgaImageCommandOutput } from "./commands/CreateFpgaImageCommand";
|
|
71
71
|
import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
|
|
72
|
+
import { CreateInstanceConnectEndpointCommandInput, CreateInstanceConnectEndpointCommandOutput } from "./commands/CreateInstanceConnectEndpointCommand";
|
|
72
73
|
import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommandOutput } from "./commands/CreateInstanceEventWindowCommand";
|
|
73
74
|
import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "./commands/CreateInstanceExportTaskCommand";
|
|
74
75
|
import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "./commands/CreateInternetGatewayCommand";
|
|
@@ -145,6 +146,7 @@ import { DeleteEgressOnlyInternetGatewayCommandInput, DeleteEgressOnlyInternetGa
|
|
|
145
146
|
import { DeleteFleetsCommandInput, DeleteFleetsCommandOutput } from "./commands/DeleteFleetsCommand";
|
|
146
147
|
import { DeleteFlowLogsCommandInput, DeleteFlowLogsCommandOutput } from "./commands/DeleteFlowLogsCommand";
|
|
147
148
|
import { DeleteFpgaImageCommandInput, DeleteFpgaImageCommandOutput } from "./commands/DeleteFpgaImageCommand";
|
|
149
|
+
import { DeleteInstanceConnectEndpointCommandInput, DeleteInstanceConnectEndpointCommandOutput } from "./commands/DeleteInstanceConnectEndpointCommand";
|
|
148
150
|
import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommandOutput } from "./commands/DeleteInstanceEventWindowCommand";
|
|
149
151
|
import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "./commands/DeleteInternetGatewayCommand";
|
|
150
152
|
import { DeleteIpamCommandInput, DeleteIpamCommandOutput } from "./commands/DeleteIpamCommand";
|
|
@@ -259,6 +261,7 @@ import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./comma
|
|
|
259
261
|
import { DescribeImportImageTasksCommandInput, DescribeImportImageTasksCommandOutput } from "./commands/DescribeImportImageTasksCommand";
|
|
260
262
|
import { DescribeImportSnapshotTasksCommandInput, DescribeImportSnapshotTasksCommandOutput } from "./commands/DescribeImportSnapshotTasksCommand";
|
|
261
263
|
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
|
|
264
|
+
import { DescribeInstanceConnectEndpointsCommandInput, DescribeInstanceConnectEndpointsCommandOutput } from "./commands/DescribeInstanceConnectEndpointsCommand";
|
|
262
265
|
import { DescribeInstanceCreditSpecificationsCommandInput, DescribeInstanceCreditSpecificationsCommandOutput } from "./commands/DescribeInstanceCreditSpecificationsCommand";
|
|
263
266
|
import { DescribeInstanceEventNotificationAttributesCommandInput, DescribeInstanceEventNotificationAttributesCommandOutput } from "./commands/DescribeInstanceEventNotificationAttributesCommand";
|
|
264
267
|
import { DescribeInstanceEventWindowsCommandInput, DescribeInstanceEventWindowsCommandOutput } from "./commands/DescribeInstanceEventWindowsCommand";
|
|
@@ -1012,6 +1015,12 @@ export interface EC2 {
|
|
|
1012
1015
|
createImage(args: CreateImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageCommandOutput>;
|
|
1013
1016
|
createImage(args: CreateImageCommandInput, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
|
|
1014
1017
|
createImage(args: CreateImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
|
|
1018
|
+
/**
|
|
1019
|
+
* @see {@link CreateInstanceConnectEndpointCommand}
|
|
1020
|
+
*/
|
|
1021
|
+
createInstanceConnectEndpoint(args: CreateInstanceConnectEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstanceConnectEndpointCommandOutput>;
|
|
1022
|
+
createInstanceConnectEndpoint(args: CreateInstanceConnectEndpointCommandInput, cb: (err: any, data?: CreateInstanceConnectEndpointCommandOutput) => void): void;
|
|
1023
|
+
createInstanceConnectEndpoint(args: CreateInstanceConnectEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceConnectEndpointCommandOutput) => void): void;
|
|
1015
1024
|
/**
|
|
1016
1025
|
* @see {@link CreateInstanceEventWindowCommand}
|
|
1017
1026
|
*/
|
|
@@ -1468,6 +1477,12 @@ export interface EC2 {
|
|
|
1468
1477
|
deleteFpgaImage(args: DeleteFpgaImageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFpgaImageCommandOutput>;
|
|
1469
1478
|
deleteFpgaImage(args: DeleteFpgaImageCommandInput, cb: (err: any, data?: DeleteFpgaImageCommandOutput) => void): void;
|
|
1470
1479
|
deleteFpgaImage(args: DeleteFpgaImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFpgaImageCommandOutput) => void): void;
|
|
1480
|
+
/**
|
|
1481
|
+
* @see {@link DeleteInstanceConnectEndpointCommand}
|
|
1482
|
+
*/
|
|
1483
|
+
deleteInstanceConnectEndpoint(args: DeleteInstanceConnectEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceConnectEndpointCommandOutput>;
|
|
1484
|
+
deleteInstanceConnectEndpoint(args: DeleteInstanceConnectEndpointCommandInput, cb: (err: any, data?: DeleteInstanceConnectEndpointCommandOutput) => void): void;
|
|
1485
|
+
deleteInstanceConnectEndpoint(args: DeleteInstanceConnectEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceConnectEndpointCommandOutput) => void): void;
|
|
1471
1486
|
/**
|
|
1472
1487
|
* @see {@link DeleteInstanceEventWindowCommand}
|
|
1473
1488
|
*/
|
|
@@ -2152,6 +2167,12 @@ export interface EC2 {
|
|
|
2152
2167
|
describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceAttributeCommandOutput>;
|
|
2153
2168
|
describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void): void;
|
|
2154
2169
|
describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void): void;
|
|
2170
|
+
/**
|
|
2171
|
+
* @see {@link DescribeInstanceConnectEndpointsCommand}
|
|
2172
|
+
*/
|
|
2173
|
+
describeInstanceConnectEndpoints(args: DescribeInstanceConnectEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceConnectEndpointsCommandOutput>;
|
|
2174
|
+
describeInstanceConnectEndpoints(args: DescribeInstanceConnectEndpointsCommandInput, cb: (err: any, data?: DescribeInstanceConnectEndpointsCommandOutput) => void): void;
|
|
2175
|
+
describeInstanceConnectEndpoints(args: DescribeInstanceConnectEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceConnectEndpointsCommandOutput) => void): void;
|
|
2155
2176
|
/**
|
|
2156
2177
|
* @see {@link DescribeInstanceCreditSpecificationsCommand}
|
|
2157
2178
|
*/
|