@aws-sdk/client-ec2 3.223.0 → 3.224.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/dist-types/EC2.d.ts +89 -1
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +19 -0
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +17 -0
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +20 -0
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +18 -0
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +17 -0
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +17 -0
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +17 -0
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +17 -0
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +17 -0
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +17 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +21 -0
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +17 -0
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +17 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +17 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +17 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +17 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +17 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +17 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +126 -0
- package/dist-types/models/models_1.d.ts +6 -0
- package/dist-types/models/models_2.d.ts +318 -0
- package/dist-types/models/models_3.d.ts +60 -0
- package/dist-types/models/models_4.d.ts +207 -0
- package/dist-types/models/models_5.d.ts +57 -0
- package/dist-types/models/models_6.d.ts +231 -0
- package/package.json +30 -30
package/dist-types/EC2.d.ts
CHANGED
|
@@ -933,6 +933,11 @@ export declare class EC2 extends EC2Client {
|
|
|
933
933
|
attachNetworkInterface(args: AttachNetworkInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<AttachNetworkInterfaceCommandOutput>;
|
|
934
934
|
attachNetworkInterface(args: AttachNetworkInterfaceCommandInput, cb: (err: any, data?: AttachNetworkInterfaceCommandOutput) => void): void;
|
|
935
935
|
attachNetworkInterface(args: AttachNetworkInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachNetworkInterfaceCommandOutput) => void): void;
|
|
936
|
+
/**
|
|
937
|
+
* <p>A trust provider is a third-party entity that creates, maintains, and manages identity
|
|
938
|
+
* information for users and devices. One or more trust providers can be attached to an Amazon Web Services Verified Access
|
|
939
|
+
* instance.</p>
|
|
940
|
+
*/
|
|
936
941
|
attachVerifiedAccessTrustProvider(args: AttachVerifiedAccessTrustProviderCommandInput, options?: __HttpHandlerOptions): Promise<AttachVerifiedAccessTrustProviderCommandOutput>;
|
|
937
942
|
attachVerifiedAccessTrustProvider(args: AttachVerifiedAccessTrustProviderCommandInput, cb: (err: any, data?: AttachVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
938
943
|
attachVerifiedAccessTrustProvider(args: AttachVerifiedAccessTrustProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
@@ -2047,15 +2052,34 @@ export declare class EC2 extends EC2Client {
|
|
|
2047
2052
|
createTransitGatewayVpcAttachment(args: CreateTransitGatewayVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayVpcAttachmentCommandOutput>;
|
|
2048
2053
|
createTransitGatewayVpcAttachment(args: CreateTransitGatewayVpcAttachmentCommandInput, cb: (err: any, data?: CreateTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
2049
2054
|
createTransitGatewayVpcAttachment(args: CreateTransitGatewayVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
2055
|
+
/**
|
|
2056
|
+
* <p>An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.</p>
|
|
2057
|
+
*/
|
|
2050
2058
|
createVerifiedAccessEndpoint(args: CreateVerifiedAccessEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateVerifiedAccessEndpointCommandOutput>;
|
|
2051
2059
|
createVerifiedAccessEndpoint(args: CreateVerifiedAccessEndpointCommandInput, cb: (err: any, data?: CreateVerifiedAccessEndpointCommandOutput) => void): void;
|
|
2052
2060
|
createVerifiedAccessEndpoint(args: CreateVerifiedAccessEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVerifiedAccessEndpointCommandOutput) => void): void;
|
|
2061
|
+
/**
|
|
2062
|
+
* <p>An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have
|
|
2063
|
+
* similar security requirements. Each instance within an Amazon Web Services Verified Access group shares an Amazon Web Services Verified Access policy. For
|
|
2064
|
+
* example, you can group all Amazon Web Services Verified Access instances associated with “sales” applications together and
|
|
2065
|
+
* use one common Amazon Web Services Verified Access policy.</p>
|
|
2066
|
+
*/
|
|
2053
2067
|
createVerifiedAccessGroup(args: CreateVerifiedAccessGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateVerifiedAccessGroupCommandOutput>;
|
|
2054
2068
|
createVerifiedAccessGroup(args: CreateVerifiedAccessGroupCommandInput, cb: (err: any, data?: CreateVerifiedAccessGroupCommandOutput) => void): void;
|
|
2055
2069
|
createVerifiedAccessGroup(args: CreateVerifiedAccessGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVerifiedAccessGroupCommandOutput) => void): void;
|
|
2070
|
+
/**
|
|
2071
|
+
* <p>An Amazon Web Services Verified Access instance is a regional entity that evaluates application requests and grants
|
|
2072
|
+
* access only when your security requirements are met.</p>
|
|
2073
|
+
*/
|
|
2056
2074
|
createVerifiedAccessInstance(args: CreateVerifiedAccessInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateVerifiedAccessInstanceCommandOutput>;
|
|
2057
2075
|
createVerifiedAccessInstance(args: CreateVerifiedAccessInstanceCommandInput, cb: (err: any, data?: CreateVerifiedAccessInstanceCommandOutput) => void): void;
|
|
2058
2076
|
createVerifiedAccessInstance(args: CreateVerifiedAccessInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVerifiedAccessInstanceCommandOutput) => void): void;
|
|
2077
|
+
/**
|
|
2078
|
+
* <p>A trust provider is a third-party entity that creates, maintains, and manages identity
|
|
2079
|
+
* information for users and devices. When an application request is made, the identity
|
|
2080
|
+
* information sent by the trust provider will be evaluated by Amazon Web Services Verified Access, before allowing or
|
|
2081
|
+
* denying the application request.</p>
|
|
2082
|
+
*/
|
|
2059
2083
|
createVerifiedAccessTrustProvider(args: CreateVerifiedAccessTrustProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateVerifiedAccessTrustProviderCommandOutput>;
|
|
2060
2084
|
createVerifiedAccessTrustProvider(args: CreateVerifiedAccessTrustProviderCommandInput, cb: (err: any, data?: CreateVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
2061
2085
|
createVerifiedAccessTrustProvider(args: CreateVerifiedAccessTrustProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
@@ -2640,15 +2664,27 @@ export declare class EC2 extends EC2Client {
|
|
|
2640
2664
|
deleteTransitGatewayVpcAttachment(args: DeleteTransitGatewayVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayVpcAttachmentCommandOutput>;
|
|
2641
2665
|
deleteTransitGatewayVpcAttachment(args: DeleteTransitGatewayVpcAttachmentCommandInput, cb: (err: any, data?: DeleteTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
2642
2666
|
deleteTransitGatewayVpcAttachment(args: DeleteTransitGatewayVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
2667
|
+
/**
|
|
2668
|
+
* <p>Delete an Amazon Web Services Verified Access endpoint.</p>
|
|
2669
|
+
*/
|
|
2643
2670
|
deleteVerifiedAccessEndpoint(args: DeleteVerifiedAccessEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVerifiedAccessEndpointCommandOutput>;
|
|
2644
2671
|
deleteVerifiedAccessEndpoint(args: DeleteVerifiedAccessEndpointCommandInput, cb: (err: any, data?: DeleteVerifiedAccessEndpointCommandOutput) => void): void;
|
|
2645
2672
|
deleteVerifiedAccessEndpoint(args: DeleteVerifiedAccessEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVerifiedAccessEndpointCommandOutput) => void): void;
|
|
2673
|
+
/**
|
|
2674
|
+
* <p>Delete an Amazon Web Services Verified Access group.</p>
|
|
2675
|
+
*/
|
|
2646
2676
|
deleteVerifiedAccessGroup(args: DeleteVerifiedAccessGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVerifiedAccessGroupCommandOutput>;
|
|
2647
2677
|
deleteVerifiedAccessGroup(args: DeleteVerifiedAccessGroupCommandInput, cb: (err: any, data?: DeleteVerifiedAccessGroupCommandOutput) => void): void;
|
|
2648
2678
|
deleteVerifiedAccessGroup(args: DeleteVerifiedAccessGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVerifiedAccessGroupCommandOutput) => void): void;
|
|
2679
|
+
/**
|
|
2680
|
+
* <p>Delete an Amazon Web Services Verified Access instance.</p>
|
|
2681
|
+
*/
|
|
2649
2682
|
deleteVerifiedAccessInstance(args: DeleteVerifiedAccessInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVerifiedAccessInstanceCommandOutput>;
|
|
2650
2683
|
deleteVerifiedAccessInstance(args: DeleteVerifiedAccessInstanceCommandInput, cb: (err: any, data?: DeleteVerifiedAccessInstanceCommandOutput) => void): void;
|
|
2651
2684
|
deleteVerifiedAccessInstance(args: DeleteVerifiedAccessInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVerifiedAccessInstanceCommandOutput) => void): void;
|
|
2685
|
+
/**
|
|
2686
|
+
* <p>Delete an Amazon Web Services Verified Access trust provider.</p>
|
|
2687
|
+
*/
|
|
2652
2688
|
deleteVerifiedAccessTrustProvider(args: DeleteVerifiedAccessTrustProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVerifiedAccessTrustProviderCommandOutput>;
|
|
2653
2689
|
deleteVerifiedAccessTrustProvider(args: DeleteVerifiedAccessTrustProviderCommandInput, cb: (err: any, data?: DeleteVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
2654
2690
|
deleteVerifiedAccessTrustProvider(args: DeleteVerifiedAccessTrustProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
@@ -2918,7 +2954,7 @@ export declare class EC2 extends EC2Client {
|
|
|
2918
2954
|
describeAvailabilityZones(args: DescribeAvailabilityZonesCommandInput, cb: (err: any, data?: DescribeAvailabilityZonesCommandOutput) => void): void;
|
|
2919
2955
|
describeAvailabilityZones(args: DescribeAvailabilityZonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAvailabilityZonesCommandOutput) => void): void;
|
|
2920
2956
|
/**
|
|
2921
|
-
* <p>Describes the
|
|
2957
|
+
* <p>Describes the current Infrastructure Performance metric subscriptions.</p>
|
|
2922
2958
|
*/
|
|
2923
2959
|
describeAwsNetworkPerformanceMetricSubscriptions(args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput>;
|
|
2924
2960
|
describeAwsNetworkPerformanceMetricSubscriptions(args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, cb: (err: any, data?: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput) => void): void;
|
|
@@ -3929,18 +3965,33 @@ export declare class EC2 extends EC2Client {
|
|
|
3929
3965
|
describeTrunkInterfaceAssociations(args: DescribeTrunkInterfaceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrunkInterfaceAssociationsCommandOutput>;
|
|
3930
3966
|
describeTrunkInterfaceAssociations(args: DescribeTrunkInterfaceAssociationsCommandInput, cb: (err: any, data?: DescribeTrunkInterfaceAssociationsCommandOutput) => void): void;
|
|
3931
3967
|
describeTrunkInterfaceAssociations(args: DescribeTrunkInterfaceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrunkInterfaceAssociationsCommandOutput) => void): void;
|
|
3968
|
+
/**
|
|
3969
|
+
* <p>Describe Amazon Web Services Verified Access endpoints.</p>
|
|
3970
|
+
*/
|
|
3932
3971
|
describeVerifiedAccessEndpoints(args: DescribeVerifiedAccessEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessEndpointsCommandOutput>;
|
|
3933
3972
|
describeVerifiedAccessEndpoints(args: DescribeVerifiedAccessEndpointsCommandInput, cb: (err: any, data?: DescribeVerifiedAccessEndpointsCommandOutput) => void): void;
|
|
3934
3973
|
describeVerifiedAccessEndpoints(args: DescribeVerifiedAccessEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessEndpointsCommandOutput) => void): void;
|
|
3974
|
+
/**
|
|
3975
|
+
* <p>Describe details of existing Verified Access groups.</p>
|
|
3976
|
+
*/
|
|
3935
3977
|
describeVerifiedAccessGroups(args: DescribeVerifiedAccessGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessGroupsCommandOutput>;
|
|
3936
3978
|
describeVerifiedAccessGroups(args: DescribeVerifiedAccessGroupsCommandInput, cb: (err: any, data?: DescribeVerifiedAccessGroupsCommandOutput) => void): void;
|
|
3937
3979
|
describeVerifiedAccessGroups(args: DescribeVerifiedAccessGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessGroupsCommandOutput) => void): void;
|
|
3980
|
+
/**
|
|
3981
|
+
* <p>Describes the current logging configuration for the Amazon Web Services Verified Access instances.</p>
|
|
3982
|
+
*/
|
|
3938
3983
|
describeVerifiedAccessInstanceLoggingConfigurations(args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput>;
|
|
3939
3984
|
describeVerifiedAccessInstanceLoggingConfigurations(args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, cb: (err: any, data?: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput) => void): void;
|
|
3940
3985
|
describeVerifiedAccessInstanceLoggingConfigurations(args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput) => void): void;
|
|
3986
|
+
/**
|
|
3987
|
+
* <p>Describe Verified Access instances.</p>
|
|
3988
|
+
*/
|
|
3941
3989
|
describeVerifiedAccessInstances(args: DescribeVerifiedAccessInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessInstancesCommandOutput>;
|
|
3942
3990
|
describeVerifiedAccessInstances(args: DescribeVerifiedAccessInstancesCommandInput, cb: (err: any, data?: DescribeVerifiedAccessInstancesCommandOutput) => void): void;
|
|
3943
3991
|
describeVerifiedAccessInstances(args: DescribeVerifiedAccessInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessInstancesCommandOutput) => void): void;
|
|
3992
|
+
/**
|
|
3993
|
+
* <p>Describe details of existing Verified Access trust providers.</p>
|
|
3994
|
+
*/
|
|
3944
3995
|
describeVerifiedAccessTrustProviders(args: DescribeVerifiedAccessTrustProvidersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessTrustProvidersCommandOutput>;
|
|
3945
3996
|
describeVerifiedAccessTrustProviders(args: DescribeVerifiedAccessTrustProvidersCommandInput, cb: (err: any, data?: DescribeVerifiedAccessTrustProvidersCommandOutput) => void): void;
|
|
3946
3997
|
describeVerifiedAccessTrustProviders(args: DescribeVerifiedAccessTrustProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessTrustProvidersCommandOutput) => void): void;
|
|
@@ -4141,6 +4192,9 @@ export declare class EC2 extends EC2Client {
|
|
|
4141
4192
|
detachNetworkInterface(args: DetachNetworkInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<DetachNetworkInterfaceCommandOutput>;
|
|
4142
4193
|
detachNetworkInterface(args: DetachNetworkInterfaceCommandInput, cb: (err: any, data?: DetachNetworkInterfaceCommandOutput) => void): void;
|
|
4143
4194
|
detachNetworkInterface(args: DetachNetworkInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachNetworkInterfaceCommandOutput) => void): void;
|
|
4195
|
+
/**
|
|
4196
|
+
* <p>Detach a trust provider from an Amazon Web Services Verified Access instance.</p>
|
|
4197
|
+
*/
|
|
4144
4198
|
detachVerifiedAccessTrustProvider(args: DetachVerifiedAccessTrustProviderCommandInput, options?: __HttpHandlerOptions): Promise<DetachVerifiedAccessTrustProviderCommandOutput>;
|
|
4145
4199
|
detachVerifiedAccessTrustProvider(args: DetachVerifiedAccessTrustProviderCommandInput, cb: (err: any, data?: DetachVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
4146
4200
|
detachVerifiedAccessTrustProvider(args: DetachVerifiedAccessTrustProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
@@ -4458,6 +4512,13 @@ export declare class EC2 extends EC2Client {
|
|
|
4458
4512
|
enableIpamOrganizationAdminAccount(args: EnableIpamOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableIpamOrganizationAdminAccountCommandOutput>;
|
|
4459
4513
|
enableIpamOrganizationAdminAccount(args: EnableIpamOrganizationAdminAccountCommandInput, cb: (err: any, data?: EnableIpamOrganizationAdminAccountCommandOutput) => void): void;
|
|
4460
4514
|
enableIpamOrganizationAdminAccount(args: EnableIpamOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableIpamOrganizationAdminAccountCommandOutput) => void): void;
|
|
4515
|
+
/**
|
|
4516
|
+
* <p>Establishes a trust relationship between Reachability Analyzer and Organizations.
|
|
4517
|
+
* This operation must be performed by the management account for the organization.</p>
|
|
4518
|
+
* <p>After you establish a trust relationship, a user in the management account or
|
|
4519
|
+
* a delegated administrator account can run a cross-account analysis using resources
|
|
4520
|
+
* from the member accounts.</p>
|
|
4521
|
+
*/
|
|
4461
4522
|
enableReachabilityAnalyzerOrganizationSharing(args: EnableReachabilityAnalyzerOrganizationSharingCommandInput, options?: __HttpHandlerOptions): Promise<EnableReachabilityAnalyzerOrganizationSharingCommandOutput>;
|
|
4462
4523
|
enableReachabilityAnalyzerOrganizationSharing(args: EnableReachabilityAnalyzerOrganizationSharingCommandInput, cb: (err: any, data?: EnableReachabilityAnalyzerOrganizationSharingCommandOutput) => void): void;
|
|
4463
4524
|
enableReachabilityAnalyzerOrganizationSharing(args: EnableReachabilityAnalyzerOrganizationSharingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableReachabilityAnalyzerOrganizationSharingCommandOutput) => void): void;
|
|
@@ -4868,9 +4929,15 @@ export declare class EC2 extends EC2Client {
|
|
|
4868
4929
|
getTransitGatewayRouteTablePropagations(args: GetTransitGatewayRouteTablePropagationsCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayRouteTablePropagationsCommandOutput>;
|
|
4869
4930
|
getTransitGatewayRouteTablePropagations(args: GetTransitGatewayRouteTablePropagationsCommandInput, cb: (err: any, data?: GetTransitGatewayRouteTablePropagationsCommandOutput) => void): void;
|
|
4870
4931
|
getTransitGatewayRouteTablePropagations(args: GetTransitGatewayRouteTablePropagationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayRouteTablePropagationsCommandOutput) => void): void;
|
|
4932
|
+
/**
|
|
4933
|
+
* <p>Get the Verified Access policy associated with the endpoint.</p>
|
|
4934
|
+
*/
|
|
4871
4935
|
getVerifiedAccessEndpointPolicy(args: GetVerifiedAccessEndpointPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetVerifiedAccessEndpointPolicyCommandOutput>;
|
|
4872
4936
|
getVerifiedAccessEndpointPolicy(args: GetVerifiedAccessEndpointPolicyCommandInput, cb: (err: any, data?: GetVerifiedAccessEndpointPolicyCommandOutput) => void): void;
|
|
4873
4937
|
getVerifiedAccessEndpointPolicy(args: GetVerifiedAccessEndpointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVerifiedAccessEndpointPolicyCommandOutput) => void): void;
|
|
4938
|
+
/**
|
|
4939
|
+
* <p>Shows the contents of the Verified Access policy associated with the group.</p>
|
|
4940
|
+
*/
|
|
4874
4941
|
getVerifiedAccessGroupPolicy(args: GetVerifiedAccessGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetVerifiedAccessGroupPolicyCommandOutput>;
|
|
4875
4942
|
getVerifiedAccessGroupPolicy(args: GetVerifiedAccessGroupPolicyCommandInput, cb: (err: any, data?: GetVerifiedAccessGroupPolicyCommandOutput) => void): void;
|
|
4876
4943
|
getVerifiedAccessGroupPolicy(args: GetVerifiedAccessGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVerifiedAccessGroupPolicyCommandOutput) => void): void;
|
|
@@ -5476,24 +5543,45 @@ export declare class EC2 extends EC2Client {
|
|
|
5476
5543
|
modifyTransitGatewayVpcAttachment(args: ModifyTransitGatewayVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTransitGatewayVpcAttachmentCommandOutput>;
|
|
5477
5544
|
modifyTransitGatewayVpcAttachment(args: ModifyTransitGatewayVpcAttachmentCommandInput, cb: (err: any, data?: ModifyTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
5478
5545
|
modifyTransitGatewayVpcAttachment(args: ModifyTransitGatewayVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
5546
|
+
/**
|
|
5547
|
+
* <p>Modifies the configuration of an Amazon Web Services Verified Access endpoint.</p>
|
|
5548
|
+
*/
|
|
5479
5549
|
modifyVerifiedAccessEndpoint(args: ModifyVerifiedAccessEndpointCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVerifiedAccessEndpointCommandOutput>;
|
|
5480
5550
|
modifyVerifiedAccessEndpoint(args: ModifyVerifiedAccessEndpointCommandInput, cb: (err: any, data?: ModifyVerifiedAccessEndpointCommandOutput) => void): void;
|
|
5481
5551
|
modifyVerifiedAccessEndpoint(args: ModifyVerifiedAccessEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVerifiedAccessEndpointCommandOutput) => void): void;
|
|
5552
|
+
/**
|
|
5553
|
+
* <p>Modifies the specified Verified Access endpoint policy.</p>
|
|
5554
|
+
*/
|
|
5482
5555
|
modifyVerifiedAccessEndpointPolicy(args: ModifyVerifiedAccessEndpointPolicyCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVerifiedAccessEndpointPolicyCommandOutput>;
|
|
5483
5556
|
modifyVerifiedAccessEndpointPolicy(args: ModifyVerifiedAccessEndpointPolicyCommandInput, cb: (err: any, data?: ModifyVerifiedAccessEndpointPolicyCommandOutput) => void): void;
|
|
5484
5557
|
modifyVerifiedAccessEndpointPolicy(args: ModifyVerifiedAccessEndpointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVerifiedAccessEndpointPolicyCommandOutput) => void): void;
|
|
5558
|
+
/**
|
|
5559
|
+
* <p>Modifies the specified Verified Access group configuration.</p>
|
|
5560
|
+
*/
|
|
5485
5561
|
modifyVerifiedAccessGroup(args: ModifyVerifiedAccessGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVerifiedAccessGroupCommandOutput>;
|
|
5486
5562
|
modifyVerifiedAccessGroup(args: ModifyVerifiedAccessGroupCommandInput, cb: (err: any, data?: ModifyVerifiedAccessGroupCommandOutput) => void): void;
|
|
5487
5563
|
modifyVerifiedAccessGroup(args: ModifyVerifiedAccessGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVerifiedAccessGroupCommandOutput) => void): void;
|
|
5564
|
+
/**
|
|
5565
|
+
* <p>Modifies the specified Verified Access group policy.</p>
|
|
5566
|
+
*/
|
|
5488
5567
|
modifyVerifiedAccessGroupPolicy(args: ModifyVerifiedAccessGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVerifiedAccessGroupPolicyCommandOutput>;
|
|
5489
5568
|
modifyVerifiedAccessGroupPolicy(args: ModifyVerifiedAccessGroupPolicyCommandInput, cb: (err: any, data?: ModifyVerifiedAccessGroupPolicyCommandOutput) => void): void;
|
|
5490
5569
|
modifyVerifiedAccessGroupPolicy(args: ModifyVerifiedAccessGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVerifiedAccessGroupPolicyCommandOutput) => void): void;
|
|
5570
|
+
/**
|
|
5571
|
+
* <p>Modifies the configuration of the specified Verified Access instance.</p>
|
|
5572
|
+
*/
|
|
5491
5573
|
modifyVerifiedAccessInstance(args: ModifyVerifiedAccessInstanceCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVerifiedAccessInstanceCommandOutput>;
|
|
5492
5574
|
modifyVerifiedAccessInstance(args: ModifyVerifiedAccessInstanceCommandInput, cb: (err: any, data?: ModifyVerifiedAccessInstanceCommandOutput) => void): void;
|
|
5493
5575
|
modifyVerifiedAccessInstance(args: ModifyVerifiedAccessInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVerifiedAccessInstanceCommandOutput) => void): void;
|
|
5576
|
+
/**
|
|
5577
|
+
* <p>Modifies the logging configuration for the specified Amazon Web Services Verified Access instance.</p>
|
|
5578
|
+
*/
|
|
5494
5579
|
modifyVerifiedAccessInstanceLoggingConfiguration(args: ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput>;
|
|
5495
5580
|
modifyVerifiedAccessInstanceLoggingConfiguration(args: ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput, cb: (err: any, data?: ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput) => void): void;
|
|
5496
5581
|
modifyVerifiedAccessInstanceLoggingConfiguration(args: ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput) => void): void;
|
|
5582
|
+
/**
|
|
5583
|
+
* <p>Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.</p>
|
|
5584
|
+
*/
|
|
5497
5585
|
modifyVerifiedAccessTrustProvider(args: ModifyVerifiedAccessTrustProviderCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVerifiedAccessTrustProviderCommandOutput>;
|
|
5498
5586
|
modifyVerifiedAccessTrustProvider(args: ModifyVerifiedAccessTrustProviderCommandInput, cb: (err: any, data?: ModifyVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
5499
5587
|
modifyVerifiedAccessTrustProvider(args: ModifyVerifiedAccessTrustProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVerifiedAccessTrustProviderCommandOutput) => void): void;
|
|
@@ -7,6 +7,25 @@ export interface AttachVerifiedAccessTrustProviderCommandInput extends AttachVer
|
|
|
7
7
|
}
|
|
8
8
|
export interface AttachVerifiedAccessTrustProviderCommandOutput extends AttachVerifiedAccessTrustProviderResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>A trust provider is a third-party entity that creates, maintains, and manages identity
|
|
12
|
+
* information for users and devices. One or more trust providers can be attached to an Amazon Web Services Verified Access
|
|
13
|
+
* instance.</p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { EC2Client, AttachVerifiedAccessTrustProviderCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
18
|
+
* // const { EC2Client, AttachVerifiedAccessTrustProviderCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
19
|
+
* const client = new EC2Client(config);
|
|
20
|
+
* const command = new AttachVerifiedAccessTrustProviderCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link AttachVerifiedAccessTrustProviderCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link AttachVerifiedAccessTrustProviderCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
10
29
|
export declare class AttachVerifiedAccessTrustProviderCommand extends $Command<AttachVerifiedAccessTrustProviderCommandInput, AttachVerifiedAccessTrustProviderCommandOutput, EC2ClientResolvedConfig> {
|
|
11
30
|
readonly input: AttachVerifiedAccessTrustProviderCommandInput;
|
|
12
31
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface CreateVerifiedAccessEndpointCommandInput extends CreateVerified
|
|
|
7
7
|
}
|
|
8
8
|
export interface CreateVerifiedAccessEndpointCommandOutput extends CreateVerifiedAccessEndpointResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, CreateVerifiedAccessEndpointCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, CreateVerifiedAccessEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new CreateVerifiedAccessEndpointCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link CreateVerifiedAccessEndpointCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link CreateVerifiedAccessEndpointCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class CreateVerifiedAccessEndpointCommand extends $Command<CreateVerifiedAccessEndpointCommandInput, CreateVerifiedAccessEndpointCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: CreateVerifiedAccessEndpointCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,26 @@ export interface CreateVerifiedAccessGroupCommandInput extends CreateVerifiedAcc
|
|
|
7
7
|
}
|
|
8
8
|
export interface CreateVerifiedAccessGroupCommandOutput extends CreateVerifiedAccessGroupResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have
|
|
12
|
+
* similar security requirements. Each instance within an Amazon Web Services Verified Access group shares an Amazon Web Services Verified Access policy. For
|
|
13
|
+
* example, you can group all Amazon Web Services Verified Access instances associated with “sales” applications together and
|
|
14
|
+
* use one common Amazon Web Services Verified Access policy.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { EC2Client, CreateVerifiedAccessGroupCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
19
|
+
* // const { EC2Client, CreateVerifiedAccessGroupCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
20
|
+
* const client = new EC2Client(config);
|
|
21
|
+
* const command = new CreateVerifiedAccessGroupCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link CreateVerifiedAccessGroupCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link CreateVerifiedAccessGroupCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
10
30
|
export declare class CreateVerifiedAccessGroupCommand extends $Command<CreateVerifiedAccessGroupCommandInput, CreateVerifiedAccessGroupCommandOutput, EC2ClientResolvedConfig> {
|
|
11
31
|
readonly input: CreateVerifiedAccessGroupCommandInput;
|
|
12
32
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,24 @@ export interface CreateVerifiedAccessInstanceCommandInput extends CreateVerified
|
|
|
7
7
|
}
|
|
8
8
|
export interface CreateVerifiedAccessInstanceCommandOutput extends CreateVerifiedAccessInstanceResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>An Amazon Web Services Verified Access instance is a regional entity that evaluates application requests and grants
|
|
12
|
+
* access only when your security requirements are met.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { EC2Client, CreateVerifiedAccessInstanceCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
17
|
+
* // const { EC2Client, CreateVerifiedAccessInstanceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
18
|
+
* const client = new EC2Client(config);
|
|
19
|
+
* const command = new CreateVerifiedAccessInstanceCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link CreateVerifiedAccessInstanceCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link CreateVerifiedAccessInstanceCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
10
28
|
export declare class CreateVerifiedAccessInstanceCommand extends $Command<CreateVerifiedAccessInstanceCommandInput, CreateVerifiedAccessInstanceCommandOutput, EC2ClientResolvedConfig> {
|
|
11
29
|
readonly input: CreateVerifiedAccessInstanceCommandInput;
|
|
12
30
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,26 @@ export interface CreateVerifiedAccessTrustProviderCommandInput extends CreateVer
|
|
|
7
7
|
}
|
|
8
8
|
export interface CreateVerifiedAccessTrustProviderCommandOutput extends CreateVerifiedAccessTrustProviderResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>A trust provider is a third-party entity that creates, maintains, and manages identity
|
|
12
|
+
* information for users and devices. When an application request is made, the identity
|
|
13
|
+
* information sent by the trust provider will be evaluated by Amazon Web Services Verified Access, before allowing or
|
|
14
|
+
* denying the application request.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { EC2Client, CreateVerifiedAccessTrustProviderCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
19
|
+
* // const { EC2Client, CreateVerifiedAccessTrustProviderCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
20
|
+
* const client = new EC2Client(config);
|
|
21
|
+
* const command = new CreateVerifiedAccessTrustProviderCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link CreateVerifiedAccessTrustProviderCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link CreateVerifiedAccessTrustProviderCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
10
30
|
export declare class CreateVerifiedAccessTrustProviderCommand extends $Command<CreateVerifiedAccessTrustProviderCommandInput, CreateVerifiedAccessTrustProviderCommandOutput, EC2ClientResolvedConfig> {
|
|
11
31
|
readonly input: CreateVerifiedAccessTrustProviderCommandInput;
|
|
12
32
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface DeleteVerifiedAccessEndpointCommandInput extends DeleteVerified
|
|
|
7
7
|
}
|
|
8
8
|
export interface DeleteVerifiedAccessEndpointCommandOutput extends DeleteVerifiedAccessEndpointResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Delete an Amazon Web Services Verified Access endpoint.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DeleteVerifiedAccessEndpointCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DeleteVerifiedAccessEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DeleteVerifiedAccessEndpointCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DeleteVerifiedAccessEndpointCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DeleteVerifiedAccessEndpointCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DeleteVerifiedAccessEndpointCommand extends $Command<DeleteVerifiedAccessEndpointCommandInput, DeleteVerifiedAccessEndpointCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DeleteVerifiedAccessEndpointCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface DeleteVerifiedAccessGroupCommandInput extends DeleteVerifiedAcc
|
|
|
7
7
|
}
|
|
8
8
|
export interface DeleteVerifiedAccessGroupCommandOutput extends DeleteVerifiedAccessGroupResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Delete an Amazon Web Services Verified Access group.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DeleteVerifiedAccessGroupCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DeleteVerifiedAccessGroupCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DeleteVerifiedAccessGroupCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DeleteVerifiedAccessGroupCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DeleteVerifiedAccessGroupCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DeleteVerifiedAccessGroupCommand extends $Command<DeleteVerifiedAccessGroupCommandInput, DeleteVerifiedAccessGroupCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DeleteVerifiedAccessGroupCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface DeleteVerifiedAccessInstanceCommandInput extends DeleteVerified
|
|
|
7
7
|
}
|
|
8
8
|
export interface DeleteVerifiedAccessInstanceCommandOutput extends DeleteVerifiedAccessInstanceResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Delete an Amazon Web Services Verified Access instance.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DeleteVerifiedAccessInstanceCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DeleteVerifiedAccessInstanceCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DeleteVerifiedAccessInstanceCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DeleteVerifiedAccessInstanceCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DeleteVerifiedAccessInstanceCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DeleteVerifiedAccessInstanceCommand extends $Command<DeleteVerifiedAccessInstanceCommandInput, DeleteVerifiedAccessInstanceCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DeleteVerifiedAccessInstanceCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface DeleteVerifiedAccessTrustProviderCommandInput extends DeleteVer
|
|
|
7
7
|
}
|
|
8
8
|
export interface DeleteVerifiedAccessTrustProviderCommandOutput extends DeleteVerifiedAccessTrustProviderResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Delete an Amazon Web Services Verified Access trust provider.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DeleteVerifiedAccessTrustProviderCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DeleteVerifiedAccessTrustProviderCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DeleteVerifiedAccessTrustProviderCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DeleteVerifiedAccessTrustProviderCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DeleteVerifiedAccessTrustProviderCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DeleteVerifiedAccessTrustProviderCommand extends $Command<DeleteVerifiedAccessTrustProviderCommandInput, DeleteVerifiedAccessTrustProviderCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DeleteVerifiedAccessTrustProviderCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -8,7 +8,7 @@ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput ex
|
|
|
8
8
|
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput extends DescribeAwsNetworkPerformanceMetricSubscriptionsResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* <p>Describes the
|
|
11
|
+
* <p>Describes the current Infrastructure Performance metric subscriptions.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -7,6 +7,23 @@ export interface DescribeVerifiedAccessEndpointsCommandInput extends DescribeVer
|
|
|
7
7
|
}
|
|
8
8
|
export interface DescribeVerifiedAccessEndpointsCommandOutput extends DescribeVerifiedAccessEndpointsResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Describe Amazon Web Services Verified Access endpoints.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DescribeVerifiedAccessEndpointsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DescribeVerifiedAccessEndpointsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DescribeVerifiedAccessEndpointsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeVerifiedAccessEndpointsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeVerifiedAccessEndpointsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DescribeVerifiedAccessEndpointsCommand extends $Command<DescribeVerifiedAccessEndpointsCommandInput, DescribeVerifiedAccessEndpointsCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DescribeVerifiedAccessEndpointsCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface DescribeVerifiedAccessGroupsCommandInput extends DescribeVerifi
|
|
|
7
7
|
}
|
|
8
8
|
export interface DescribeVerifiedAccessGroupsCommandOutput extends DescribeVerifiedAccessGroupsResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Describe details of existing Verified Access groups.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DescribeVerifiedAccessGroupsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DescribeVerifiedAccessGroupsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DescribeVerifiedAccessGroupsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeVerifiedAccessGroupsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeVerifiedAccessGroupsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DescribeVerifiedAccessGroupsCommand extends $Command<DescribeVerifiedAccessGroupsCommandInput, DescribeVerifiedAccessGroupsCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DescribeVerifiedAccessGroupsCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput
|
|
|
7
7
|
}
|
|
8
8
|
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput extends DescribeVerifiedAccessInstanceLoggingConfigurationsResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Describes the current logging configuration for the Amazon Web Services Verified Access instances.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DescribeVerifiedAccessInstanceLoggingConfigurationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DescribeVerifiedAccessInstanceLoggingConfigurationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DescribeVerifiedAccessInstanceLoggingConfigurationsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DescribeVerifiedAccessInstanceLoggingConfigurationsCommand extends $Command<DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface DescribeVerifiedAccessInstancesCommandInput extends DescribeVer
|
|
|
7
7
|
}
|
|
8
8
|
export interface DescribeVerifiedAccessInstancesCommandOutput extends DescribeVerifiedAccessInstancesResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Describe Verified Access instances.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DescribeVerifiedAccessInstancesCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DescribeVerifiedAccessInstancesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DescribeVerifiedAccessInstancesCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeVerifiedAccessInstancesCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeVerifiedAccessInstancesCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DescribeVerifiedAccessInstancesCommand extends $Command<DescribeVerifiedAccessInstancesCommandInput, DescribeVerifiedAccessInstancesCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DescribeVerifiedAccessInstancesCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface DescribeVerifiedAccessTrustProvidersCommandInput extends Descri
|
|
|
7
7
|
}
|
|
8
8
|
export interface DescribeVerifiedAccessTrustProvidersCommandOutput extends DescribeVerifiedAccessTrustProvidersResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Describe details of existing Verified Access trust providers.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DescribeVerifiedAccessTrustProvidersCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DescribeVerifiedAccessTrustProvidersCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DescribeVerifiedAccessTrustProvidersCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeVerifiedAccessTrustProvidersCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeVerifiedAccessTrustProvidersCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DescribeVerifiedAccessTrustProvidersCommand extends $Command<DescribeVerifiedAccessTrustProvidersCommandInput, DescribeVerifiedAccessTrustProvidersCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DescribeVerifiedAccessTrustProvidersCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
@@ -7,6 +7,23 @@ export interface DetachVerifiedAccessTrustProviderCommandInput extends DetachVer
|
|
|
7
7
|
}
|
|
8
8
|
export interface DetachVerifiedAccessTrustProviderCommandOutput extends DetachVerifiedAccessTrustProviderResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Detach a trust provider from an Amazon Web Services Verified Access instance.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, DetachVerifiedAccessTrustProviderCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, DetachVerifiedAccessTrustProviderCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new DetachVerifiedAccessTrustProviderCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DetachVerifiedAccessTrustProviderCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DetachVerifiedAccessTrustProviderCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
10
27
|
export declare class DetachVerifiedAccessTrustProviderCommand extends $Command<DetachVerifiedAccessTrustProviderCommandInput, DetachVerifiedAccessTrustProviderCommandOutput, EC2ClientResolvedConfig> {
|
|
11
28
|
readonly input: DetachVerifiedAccessTrustProviderCommandInput;
|
|
12
29
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|