@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
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
DeleteInstanceConnectEndpointRequest,
|
|
16
|
+
DeleteInstanceConnectEndpointResult,
|
|
17
|
+
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteInstanceConnectEndpointCommandInput
|
|
20
|
+
extends DeleteInstanceConnectEndpointRequest {}
|
|
21
|
+
export interface DeleteInstanceConnectEndpointCommandOutput
|
|
22
|
+
extends DeleteInstanceConnectEndpointResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteInstanceConnectEndpointCommand extends $Command<
|
|
25
|
+
DeleteInstanceConnectEndpointCommandInput,
|
|
26
|
+
DeleteInstanceConnectEndpointCommandOutput,
|
|
27
|
+
EC2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteInstanceConnectEndpointCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteInstanceConnectEndpointCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EC2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteInstanceConnectEndpointCommandInput,
|
|
38
|
+
DeleteInstanceConnectEndpointCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DeleteQueuedReservedInstancesResult,
|
|
17
|
-
} from "../models/models_2";
|
|
14
|
+
import { DeleteQueuedReservedInstancesRequest } from "../models/models_2";
|
|
15
|
+
import { DeleteQueuedReservedInstancesResult } from "../models/models_3";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface DeleteQueuedReservedInstancesCommandInput
|
|
20
18
|
extends DeleteQueuedReservedInstancesRequest {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DeleteRouteRequest } from "../models/
|
|
14
|
+
import { DeleteRouteRequest } from "../models/models_3";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface DeleteRouteCommandInput extends DeleteRouteRequest {}
|
|
17
17
|
export interface DeleteRouteCommandOutput extends __MetadataBearer {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DeleteRouteTableRequest } from "../models/
|
|
14
|
+
import { DeleteRouteTableRequest } from "../models/models_3";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface DeleteRouteTableCommandInput extends DeleteRouteTableRequest {}
|
|
17
17
|
export interface DeleteRouteTableCommandOutput extends __MetadataBearer {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DeleteSecurityGroupRequest } from "../models/
|
|
14
|
+
import { DeleteSecurityGroupRequest } from "../models/models_3";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface DeleteSecurityGroupCommandInput
|
|
17
17
|
extends DeleteSecurityGroupRequest {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DeleteSnapshotRequest } from "../models/
|
|
14
|
+
import { DeleteSnapshotRequest } from "../models/models_3";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
|
|
17
17
|
export interface DeleteSnapshotCommandOutput extends __MetadataBearer {}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
DescribeInstanceConnectEndpointsRequest,
|
|
16
|
+
DescribeInstanceConnectEndpointsResult,
|
|
17
|
+
} from "../models/models_3";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeInstanceConnectEndpointsCommandInput
|
|
20
|
+
extends DescribeInstanceConnectEndpointsRequest {}
|
|
21
|
+
export interface DescribeInstanceConnectEndpointsCommandOutput
|
|
22
|
+
extends DescribeInstanceConnectEndpointsResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeInstanceConnectEndpointsCommand extends $Command<
|
|
25
|
+
DescribeInstanceConnectEndpointsCommandInput,
|
|
26
|
+
DescribeInstanceConnectEndpointsCommandOutput,
|
|
27
|
+
EC2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeInstanceConnectEndpointsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeInstanceConnectEndpointsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EC2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeInstanceConnectEndpointsCommandInput,
|
|
38
|
+
DescribeInstanceConnectEndpointsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts
CHANGED
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DescribeVerifiedAccessInstanceLoggingConfigurationsResult,
|
|
17
|
-
} from "../models/models_4";
|
|
14
|
+
import { DescribeVerifiedAccessInstanceLoggingConfigurationsRequest } from "../models/models_4";
|
|
15
|
+
import { DescribeVerifiedAccessInstanceLoggingConfigurationsResult } from "../models/models_5";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput
|
|
20
18
|
extends DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeVerifiedAccessInstancesRequest,
|
|
16
16
|
DescribeVerifiedAccessInstancesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DescribeVerifiedAccessInstancesCommandInput
|
|
20
20
|
extends DescribeVerifiedAccessInstancesRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeVerifiedAccessTrustProvidersRequest,
|
|
16
16
|
DescribeVerifiedAccessTrustProvidersResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DescribeVerifiedAccessTrustProvidersCommandInput
|
|
20
20
|
extends DescribeVerifiedAccessTrustProvidersRequest {}
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
DescribeVolumeAttributeRequest,
|
|
16
|
+
DescribeVolumeAttributeResult,
|
|
17
|
+
} from "../models/models_5";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface DescribeVolumeAttributeCommandInput
|
|
18
20
|
extends DescribeVolumeAttributeRequest {}
|
|
@@ -11,7 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { ImportImageRequest
|
|
14
|
+
import { ImportImageRequest } from "../models/models_5";
|
|
15
|
+
import { ImportImageResult } from "../models/models_6";
|
|
15
16
|
export { __MetadataBearer, $Command };
|
|
16
17
|
export interface ImportImageCommandInput extends ImportImageRequest {}
|
|
17
18
|
export interface ImportImageCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ImportInstanceRequest,
|
|
16
16
|
ImportInstanceResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface ImportInstanceCommandInput extends ImportInstanceRequest {}
|
|
20
20
|
export interface ImportInstanceCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
SearchLocalGatewayRoutesRequest,
|
|
16
16
|
SearchLocalGatewayRoutesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_7";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface SearchLocalGatewayRoutesCommandInput
|
|
20
20
|
extends SearchLocalGatewayRoutesRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
SearchTransitGatewayMulticastGroupsRequest,
|
|
16
16
|
SearchTransitGatewayMulticastGroupsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_7";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface SearchTransitGatewayMulticastGroupsCommandInput
|
|
20
20
|
extends SearchTransitGatewayMulticastGroupsRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
SearchTransitGatewayRoutesRequest,
|
|
16
16
|
SearchTransitGatewayRoutesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_7";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface SearchTransitGatewayRoutesCommandInput
|
|
20
20
|
extends SearchTransitGatewayRoutesRequest {}
|
|
@@ -68,6 +68,7 @@ export * from "./CreateFleetCommand";
|
|
|
68
68
|
export * from "./CreateFlowLogsCommand";
|
|
69
69
|
export * from "./CreateFpgaImageCommand";
|
|
70
70
|
export * from "./CreateImageCommand";
|
|
71
|
+
export * from "./CreateInstanceConnectEndpointCommand";
|
|
71
72
|
export * from "./CreateInstanceEventWindowCommand";
|
|
72
73
|
export * from "./CreateInstanceExportTaskCommand";
|
|
73
74
|
export * from "./CreateInternetGatewayCommand";
|
|
@@ -144,6 +145,7 @@ export * from "./DeleteEgressOnlyInternetGatewayCommand";
|
|
|
144
145
|
export * from "./DeleteFleetsCommand";
|
|
145
146
|
export * from "./DeleteFlowLogsCommand";
|
|
146
147
|
export * from "./DeleteFpgaImageCommand";
|
|
148
|
+
export * from "./DeleteInstanceConnectEndpointCommand";
|
|
147
149
|
export * from "./DeleteInstanceEventWindowCommand";
|
|
148
150
|
export * from "./DeleteInternetGatewayCommand";
|
|
149
151
|
export * from "./DeleteIpamCommand";
|
|
@@ -258,6 +260,7 @@ export * from "./DescribeImagesCommand";
|
|
|
258
260
|
export * from "./DescribeImportImageTasksCommand";
|
|
259
261
|
export * from "./DescribeImportSnapshotTasksCommand";
|
|
260
262
|
export * from "./DescribeInstanceAttributeCommand";
|
|
263
|
+
export * from "./DescribeInstanceConnectEndpointsCommand";
|
|
261
264
|
export * from "./DescribeInstanceCreditSpecificationsCommand";
|
|
262
265
|
export * from "./DescribeInstanceEventNotificationAttributesCommand";
|
|
263
266
|
export * from "./DescribeInstanceEventWindowsCommand";
|
|
@@ -63,6 +63,7 @@ export declare const ResourceType: {
|
|
|
63
63
|
readonly import_image_task: "import-image-task";
|
|
64
64
|
readonly import_snapshot_task: "import-snapshot-task";
|
|
65
65
|
readonly instance: "instance";
|
|
66
|
+
readonly instance_connect_endpoint: "instance-connect-endpoint";
|
|
66
67
|
readonly instance_event_window: "instance-event-window";
|
|
67
68
|
readonly internet_gateway: "internet-gateway";
|
|
68
69
|
readonly ipam: "ipam";
|
|
@@ -750,6 +750,45 @@ export interface CreateImageRequest {
|
|
|
750
750
|
export interface CreateImageResult {
|
|
751
751
|
ImageId?: string;
|
|
752
752
|
}
|
|
753
|
+
export interface CreateInstanceConnectEndpointRequest {
|
|
754
|
+
DryRun?: boolean;
|
|
755
|
+
SubnetId: string | undefined;
|
|
756
|
+
SecurityGroupIds?: string[];
|
|
757
|
+
PreserveClientIp?: boolean;
|
|
758
|
+
ClientToken?: string;
|
|
759
|
+
TagSpecifications?: TagSpecification[];
|
|
760
|
+
}
|
|
761
|
+
export declare const Ec2InstanceConnectEndpointState: {
|
|
762
|
+
readonly create_complete: "create-complete";
|
|
763
|
+
readonly create_failed: "create-failed";
|
|
764
|
+
readonly create_in_progress: "create-in-progress";
|
|
765
|
+
readonly delete_complete: "delete-complete";
|
|
766
|
+
readonly delete_failed: "delete-failed";
|
|
767
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
768
|
+
};
|
|
769
|
+
export type Ec2InstanceConnectEndpointState =
|
|
770
|
+
(typeof Ec2InstanceConnectEndpointState)[keyof typeof Ec2InstanceConnectEndpointState];
|
|
771
|
+
export interface Ec2InstanceConnectEndpoint {
|
|
772
|
+
OwnerId?: string;
|
|
773
|
+
InstanceConnectEndpointId?: string;
|
|
774
|
+
InstanceConnectEndpointArn?: string;
|
|
775
|
+
State?: Ec2InstanceConnectEndpointState | string;
|
|
776
|
+
StateMessage?: string;
|
|
777
|
+
DnsName?: string;
|
|
778
|
+
FipsDnsName?: string;
|
|
779
|
+
NetworkInterfaceIds?: string[];
|
|
780
|
+
VpcId?: string;
|
|
781
|
+
AvailabilityZone?: string;
|
|
782
|
+
CreatedAt?: Date;
|
|
783
|
+
SubnetId?: string;
|
|
784
|
+
PreserveClientIp?: boolean;
|
|
785
|
+
SecurityGroupIds?: string[];
|
|
786
|
+
Tags?: Tag[];
|
|
787
|
+
}
|
|
788
|
+
export interface CreateInstanceConnectEndpointResult {
|
|
789
|
+
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint;
|
|
790
|
+
ClientToken?: string;
|
|
791
|
+
}
|
|
753
792
|
export interface InstanceEventWindowTimeRangeRequest {
|
|
754
793
|
StartWeekDay?: WeekDay | string;
|
|
755
794
|
StartHour?: number;
|
|
@@ -2050,32 +2089,6 @@ export interface PlacementGroup {
|
|
|
2050
2089
|
export interface CreatePlacementGroupResult {
|
|
2051
2090
|
PlacementGroup?: PlacementGroup;
|
|
2052
2091
|
}
|
|
2053
|
-
export interface CreatePublicIpv4PoolRequest {
|
|
2054
|
-
DryRun?: boolean;
|
|
2055
|
-
TagSpecifications?: TagSpecification[];
|
|
2056
|
-
}
|
|
2057
|
-
export interface CreatePublicIpv4PoolResult {
|
|
2058
|
-
PoolId?: string;
|
|
2059
|
-
}
|
|
2060
|
-
export interface CreateReplaceRootVolumeTaskRequest {
|
|
2061
|
-
InstanceId: string | undefined;
|
|
2062
|
-
SnapshotId?: string;
|
|
2063
|
-
ClientToken?: string;
|
|
2064
|
-
DryRun?: boolean;
|
|
2065
|
-
TagSpecifications?: TagSpecification[];
|
|
2066
|
-
ImageId?: string;
|
|
2067
|
-
DeleteReplacedRootVolume?: boolean;
|
|
2068
|
-
}
|
|
2069
|
-
export declare const ReplaceRootVolumeTaskState: {
|
|
2070
|
-
readonly failed: "failed";
|
|
2071
|
-
readonly failed_detached: "failed-detached";
|
|
2072
|
-
readonly failing: "failing";
|
|
2073
|
-
readonly in_progress: "in-progress";
|
|
2074
|
-
readonly pending: "pending";
|
|
2075
|
-
readonly succeeded: "succeeded";
|
|
2076
|
-
};
|
|
2077
|
-
export type ReplaceRootVolumeTaskState =
|
|
2078
|
-
(typeof ReplaceRootVolumeTaskState)[keyof typeof ReplaceRootVolumeTaskState];
|
|
2079
2092
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2080
2093
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2081
2094
|
obj: RequestLaunchTemplateData
|
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
ClientVpnRouteStatus,
|
|
30
30
|
CoipCidr,
|
|
31
31
|
CoipPool,
|
|
32
|
+
Ec2InstanceConnectEndpoint,
|
|
32
33
|
GatewayType,
|
|
33
34
|
Ipam,
|
|
34
35
|
IpamPool,
|
|
@@ -40,12 +41,37 @@ import {
|
|
|
40
41
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
41
42
|
LocalGatewayRouteTableVpcAssociation,
|
|
42
43
|
ManagedPrefixList,
|
|
43
|
-
ReplaceRootVolumeTaskState,
|
|
44
44
|
Subnet,
|
|
45
45
|
Tenancy,
|
|
46
46
|
VolumeType,
|
|
47
47
|
Vpc,
|
|
48
48
|
} from "./models_1";
|
|
49
|
+
export interface CreatePublicIpv4PoolRequest {
|
|
50
|
+
DryRun?: boolean;
|
|
51
|
+
TagSpecifications?: TagSpecification[];
|
|
52
|
+
}
|
|
53
|
+
export interface CreatePublicIpv4PoolResult {
|
|
54
|
+
PoolId?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface CreateReplaceRootVolumeTaskRequest {
|
|
57
|
+
InstanceId: string | undefined;
|
|
58
|
+
SnapshotId?: string;
|
|
59
|
+
ClientToken?: string;
|
|
60
|
+
DryRun?: boolean;
|
|
61
|
+
TagSpecifications?: TagSpecification[];
|
|
62
|
+
ImageId?: string;
|
|
63
|
+
DeleteReplacedRootVolume?: boolean;
|
|
64
|
+
}
|
|
65
|
+
export declare const ReplaceRootVolumeTaskState: {
|
|
66
|
+
readonly failed: "failed";
|
|
67
|
+
readonly failed_detached: "failed-detached";
|
|
68
|
+
readonly failing: "failing";
|
|
69
|
+
readonly in_progress: "in-progress";
|
|
70
|
+
readonly pending: "pending";
|
|
71
|
+
readonly succeeded: "succeeded";
|
|
72
|
+
};
|
|
73
|
+
export type ReplaceRootVolumeTaskState =
|
|
74
|
+
(typeof ReplaceRootVolumeTaskState)[keyof typeof ReplaceRootVolumeTaskState];
|
|
49
75
|
export interface ReplaceRootVolumeTask {
|
|
50
76
|
ReplaceRootVolumeTaskId?: string;
|
|
51
77
|
InstanceId?: string;
|
|
@@ -1608,6 +1634,13 @@ export interface DeleteFpgaImageRequest {
|
|
|
1608
1634
|
export interface DeleteFpgaImageResult {
|
|
1609
1635
|
Return?: boolean;
|
|
1610
1636
|
}
|
|
1637
|
+
export interface DeleteInstanceConnectEndpointRequest {
|
|
1638
|
+
DryRun?: boolean;
|
|
1639
|
+
InstanceConnectEndpointId: string | undefined;
|
|
1640
|
+
}
|
|
1641
|
+
export interface DeleteInstanceConnectEndpointResult {
|
|
1642
|
+
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint;
|
|
1643
|
+
}
|
|
1611
1644
|
export interface DeleteInstanceEventWindowRequest {
|
|
1612
1645
|
DryRun?: boolean;
|
|
1613
1646
|
ForceDelete?: boolean;
|
|
@@ -1825,33 +1858,6 @@ export interface FailedQueuedPurchaseDeletion {
|
|
|
1825
1858
|
Error?: DeleteQueuedReservedInstancesError;
|
|
1826
1859
|
ReservedInstancesId?: string;
|
|
1827
1860
|
}
|
|
1828
|
-
export interface SuccessfulQueuedPurchaseDeletion {
|
|
1829
|
-
ReservedInstancesId?: string;
|
|
1830
|
-
}
|
|
1831
|
-
export interface DeleteQueuedReservedInstancesResult {
|
|
1832
|
-
SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[];
|
|
1833
|
-
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
|
|
1834
|
-
}
|
|
1835
|
-
export interface DeleteRouteRequest {
|
|
1836
|
-
DestinationCidrBlock?: string;
|
|
1837
|
-
DestinationIpv6CidrBlock?: string;
|
|
1838
|
-
DestinationPrefixListId?: string;
|
|
1839
|
-
DryRun?: boolean;
|
|
1840
|
-
RouteTableId: string | undefined;
|
|
1841
|
-
}
|
|
1842
|
-
export interface DeleteRouteTableRequest {
|
|
1843
|
-
DryRun?: boolean;
|
|
1844
|
-
RouteTableId: string | undefined;
|
|
1845
|
-
}
|
|
1846
|
-
export interface DeleteSecurityGroupRequest {
|
|
1847
|
-
GroupId?: string;
|
|
1848
|
-
GroupName?: string;
|
|
1849
|
-
DryRun?: boolean;
|
|
1850
|
-
}
|
|
1851
|
-
export interface DeleteSnapshotRequest {
|
|
1852
|
-
SnapshotId: string | undefined;
|
|
1853
|
-
DryRun?: boolean;
|
|
1854
|
-
}
|
|
1855
1861
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1856
1862
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
1857
1863
|
) => any;
|
|
@@ -48,6 +48,7 @@ import {
|
|
|
48
48
|
DestinationFileFormat,
|
|
49
49
|
DhcpOptions,
|
|
50
50
|
DiskImageFormat,
|
|
51
|
+
Ec2InstanceConnectEndpoint,
|
|
51
52
|
EgressOnlyInternetGateway,
|
|
52
53
|
ExportTask,
|
|
53
54
|
FleetCapacityReservationUsageStrategy,
|
|
@@ -70,6 +71,7 @@ import {
|
|
|
70
71
|
TransportProtocol,
|
|
71
72
|
} from "./models_1";
|
|
72
73
|
import {
|
|
74
|
+
FailedQueuedPurchaseDeletion,
|
|
73
75
|
FleetStateCode,
|
|
74
76
|
SubnetCidrReservation,
|
|
75
77
|
TransitGateway,
|
|
@@ -84,6 +86,33 @@ import {
|
|
|
84
86
|
VerifiedAccessEndpoint,
|
|
85
87
|
VerifiedAccessGroup,
|
|
86
88
|
} from "./models_2";
|
|
89
|
+
export interface SuccessfulQueuedPurchaseDeletion {
|
|
90
|
+
ReservedInstancesId?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface DeleteQueuedReservedInstancesResult {
|
|
93
|
+
SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[];
|
|
94
|
+
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
|
|
95
|
+
}
|
|
96
|
+
export interface DeleteRouteRequest {
|
|
97
|
+
DestinationCidrBlock?: string;
|
|
98
|
+
DestinationIpv6CidrBlock?: string;
|
|
99
|
+
DestinationPrefixListId?: string;
|
|
100
|
+
DryRun?: boolean;
|
|
101
|
+
RouteTableId: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface DeleteRouteTableRequest {
|
|
104
|
+
DryRun?: boolean;
|
|
105
|
+
RouteTableId: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface DeleteSecurityGroupRequest {
|
|
108
|
+
GroupId?: string;
|
|
109
|
+
GroupName?: string;
|
|
110
|
+
DryRun?: boolean;
|
|
111
|
+
}
|
|
112
|
+
export interface DeleteSnapshotRequest {
|
|
113
|
+
SnapshotId: string | undefined;
|
|
114
|
+
DryRun?: boolean;
|
|
115
|
+
}
|
|
87
116
|
export interface DeleteSpotDatafeedSubscriptionRequest {
|
|
88
117
|
DryRun?: boolean;
|
|
89
118
|
}
|
|
@@ -1714,6 +1743,17 @@ export interface InstanceAttribute {
|
|
|
1714
1743
|
UserData?: AttributeValue;
|
|
1715
1744
|
DisableApiStop?: AttributeBooleanValue;
|
|
1716
1745
|
}
|
|
1746
|
+
export interface DescribeInstanceConnectEndpointsRequest {
|
|
1747
|
+
DryRun?: boolean;
|
|
1748
|
+
MaxResults?: number;
|
|
1749
|
+
NextToken?: string;
|
|
1750
|
+
Filters?: Filter[];
|
|
1751
|
+
InstanceConnectEndpointIds?: string[];
|
|
1752
|
+
}
|
|
1753
|
+
export interface DescribeInstanceConnectEndpointsResult {
|
|
1754
|
+
InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[];
|
|
1755
|
+
NextToken?: string;
|
|
1756
|
+
}
|
|
1717
1757
|
export interface DescribeInstanceCreditSpecificationsRequest {
|
|
1718
1758
|
DryRun?: boolean;
|
|
1719
1759
|
Filters?: Filter[];
|
|
@@ -1792,53 +1832,6 @@ export type InstanceLifecycleType =
|
|
|
1792
1832
|
export interface LicenseConfiguration {
|
|
1793
1833
|
LicenseConfigurationArn?: string;
|
|
1794
1834
|
}
|
|
1795
|
-
export declare const InstanceAutoRecoveryState: {
|
|
1796
|
-
readonly default: "default";
|
|
1797
|
-
readonly disabled: "disabled";
|
|
1798
|
-
};
|
|
1799
|
-
export type InstanceAutoRecoveryState =
|
|
1800
|
-
(typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
|
|
1801
|
-
export interface InstanceMaintenanceOptions {
|
|
1802
|
-
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
1803
|
-
}
|
|
1804
|
-
export declare const InstanceMetadataEndpointState: {
|
|
1805
|
-
readonly disabled: "disabled";
|
|
1806
|
-
readonly enabled: "enabled";
|
|
1807
|
-
};
|
|
1808
|
-
export type InstanceMetadataEndpointState =
|
|
1809
|
-
(typeof InstanceMetadataEndpointState)[keyof typeof InstanceMetadataEndpointState];
|
|
1810
|
-
export declare const InstanceMetadataProtocolState: {
|
|
1811
|
-
readonly disabled: "disabled";
|
|
1812
|
-
readonly enabled: "enabled";
|
|
1813
|
-
};
|
|
1814
|
-
export type InstanceMetadataProtocolState =
|
|
1815
|
-
(typeof InstanceMetadataProtocolState)[keyof typeof InstanceMetadataProtocolState];
|
|
1816
|
-
export declare const HttpTokensState: {
|
|
1817
|
-
readonly optional: "optional";
|
|
1818
|
-
readonly required: "required";
|
|
1819
|
-
};
|
|
1820
|
-
export type HttpTokensState =
|
|
1821
|
-
(typeof HttpTokensState)[keyof typeof HttpTokensState];
|
|
1822
|
-
export declare const InstanceMetadataTagsState: {
|
|
1823
|
-
readonly disabled: "disabled";
|
|
1824
|
-
readonly enabled: "enabled";
|
|
1825
|
-
};
|
|
1826
|
-
export type InstanceMetadataTagsState =
|
|
1827
|
-
(typeof InstanceMetadataTagsState)[keyof typeof InstanceMetadataTagsState];
|
|
1828
|
-
export declare const InstanceMetadataOptionsState: {
|
|
1829
|
-
readonly applied: "applied";
|
|
1830
|
-
readonly pending: "pending";
|
|
1831
|
-
};
|
|
1832
|
-
export type InstanceMetadataOptionsState =
|
|
1833
|
-
(typeof InstanceMetadataOptionsState)[keyof typeof InstanceMetadataOptionsState];
|
|
1834
|
-
export interface InstanceMetadataOptionsResponse {
|
|
1835
|
-
State?: InstanceMetadataOptionsState | string;
|
|
1836
|
-
HttpTokens?: HttpTokensState | string;
|
|
1837
|
-
HttpPutResponseHopLimit?: number;
|
|
1838
|
-
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
1839
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
|
|
1840
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | string;
|
|
1841
|
-
}
|
|
1842
1835
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1843
1836
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1844
1837
|
) => any;
|