aws-sdk 2.1363.0 → 2.1365.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/CHANGELOG.md +14 -1
- package/README.md +3 -1
- package/apis/chime-sdk-messaging-2021-05-15.min.json +4 -9
- package/apis/connect-2017-08-08.min.json +1279 -275
- package/apis/connect-2017-08-08.paginators.json +17 -0
- package/apis/datasync-2018-11-09.min.json +782 -113
- package/apis/datasync-2018-11-09.paginators.json +23 -0
- package/apis/ds-2015-04-16.min.json +8 -7
- package/apis/ec2-2016-11-15.min.json +1234 -1215
- package/apis/mediaconvert-2017-08-29.min.json +183 -155
- package/apis/pinpoint-2016-12-01.examples.json +98 -0
- package/apis/pinpoint-2016-12-01.min.json +233 -23
- package/clients/chimesdkmessaging.d.ts +0 -12
- package/clients/codecatalyst.d.ts +11 -11
- package/clients/connect.d.ts +1119 -89
- package/clients/datasync.d.ts +857 -10
- package/clients/directoryservice.d.ts +7 -2
- package/clients/ec2.d.ts +140 -115
- package/clients/mediaconvert.d.ts +67 -33
- package/clients/pinpoint.d.ts +208 -23
- package/clients/rekognition.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +2542 -1502
- package/dist/aws-sdk.min.js +79 -79
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/clients/ec2.d.ts
    CHANGED
    
    | @@ -277,11 +277,11 @@ declare class EC2 extends Service { | |
| 277 277 | 
             
               */
         | 
| 278 278 | 
             
              attachNetworkInterface(callback?: (err: AWSError, data: EC2.Types.AttachNetworkInterfaceResult) => void): Request<EC2.Types.AttachNetworkInterfaceResult, AWSError>;
         | 
| 279 279 | 
             
              /**
         | 
| 280 | 
            -
               *  | 
| 280 | 
            +
               * Attaches the specified Amazon Web Services Verified Access trust provider to the specified Amazon Web Services Verified Access instance.
         | 
| 281 281 | 
             
               */
         | 
| 282 282 | 
             
              attachVerifiedAccessTrustProvider(params: EC2.Types.AttachVerifiedAccessTrustProviderRequest, callback?: (err: AWSError, data: EC2.Types.AttachVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.AttachVerifiedAccessTrustProviderResult, AWSError>;
         | 
| 283 283 | 
             
              /**
         | 
| 284 | 
            -
               *  | 
| 284 | 
            +
               * Attaches the specified Amazon Web Services Verified Access trust provider to the specified Amazon Web Services Verified Access instance.
         | 
| 285 285 | 
             
               */
         | 
| 286 286 | 
             
              attachVerifiedAccessTrustProvider(callback?: (err: AWSError, data: EC2.Types.AttachVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.AttachVerifiedAccessTrustProviderResult, AWSError>;
         | 
| 287 287 | 
             
              /**
         | 
| @@ -997,11 +997,11 @@ declare class EC2 extends Service { | |
| 997 997 | 
             
               */
         | 
| 998 998 | 
             
              createVerifiedAccessEndpoint(callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessEndpointResult) => void): Request<EC2.Types.CreateVerifiedAccessEndpointResult, AWSError>;
         | 
| 999 999 | 
             
              /**
         | 
| 1000 | 
            -
               * An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements. Each instance within  | 
| 1000 | 
            +
               * An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements. Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
         | 
| 1001 1001 | 
             
               */
         | 
| 1002 1002 | 
             
              createVerifiedAccessGroup(params: EC2.Types.CreateVerifiedAccessGroupRequest, callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessGroupResult) => void): Request<EC2.Types.CreateVerifiedAccessGroupResult, AWSError>;
         | 
| 1003 1003 | 
             
              /**
         | 
| 1004 | 
            -
               * An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements. Each instance within  | 
| 1004 | 
            +
               * An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements. Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
         | 
| 1005 1005 | 
             
               */
         | 
| 1006 1006 | 
             
              createVerifiedAccessGroup(callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessGroupResult) => void): Request<EC2.Types.CreateVerifiedAccessGroupResult, AWSError>;
         | 
| 1007 1007 | 
             
              /**
         | 
| @@ -1013,11 +1013,11 @@ declare class EC2 extends Service { | |
| 1013 1013 | 
             
               */
         | 
| 1014 1014 | 
             
              createVerifiedAccessInstance(callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessInstanceResult) => void): Request<EC2.Types.CreateVerifiedAccessInstanceResult, AWSError>;
         | 
| 1015 1015 | 
             
              /**
         | 
| 1016 | 
            -
               * A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider  | 
| 1016 | 
            +
               * A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.
         | 
| 1017 1017 | 
             
               */
         | 
| 1018 1018 | 
             
              createVerifiedAccessTrustProvider(params: EC2.Types.CreateVerifiedAccessTrustProviderRequest, callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.CreateVerifiedAccessTrustProviderResult, AWSError>;
         | 
| 1019 1019 | 
             
              /**
         | 
| 1020 | 
            -
               * A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider  | 
| 1020 | 
            +
               * A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.
         | 
| 1021 1021 | 
             
               */
         | 
| 1022 1022 | 
             
              createVerifiedAccessTrustProvider(callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.CreateVerifiedAccessTrustProviderResult, AWSError>;
         | 
| 1023 1023 | 
             
              /**
         | 
| @@ -2709,43 +2709,43 @@ declare class EC2 extends Service { | |
| 2709 2709 | 
             
               */
         | 
| 2710 2710 | 
             
              describeTrunkInterfaceAssociations(callback?: (err: AWSError, data: EC2.Types.DescribeTrunkInterfaceAssociationsResult) => void): Request<EC2.Types.DescribeTrunkInterfaceAssociationsResult, AWSError>;
         | 
| 2711 2711 | 
             
              /**
         | 
| 2712 | 
            -
               *  | 
| 2712 | 
            +
               * Describes the specified Amazon Web Services Verified Access endpoints.
         | 
| 2713 2713 | 
             
               */
         | 
| 2714 2714 | 
             
              describeVerifiedAccessEndpoints(params: EC2.Types.DescribeVerifiedAccessEndpointsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessEndpointsResult) => void): Request<EC2.Types.DescribeVerifiedAccessEndpointsResult, AWSError>;
         | 
| 2715 2715 | 
             
              /**
         | 
| 2716 | 
            -
               *  | 
| 2716 | 
            +
               * Describes the specified Amazon Web Services Verified Access endpoints.
         | 
| 2717 2717 | 
             
               */
         | 
| 2718 2718 | 
             
              describeVerifiedAccessEndpoints(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessEndpointsResult) => void): Request<EC2.Types.DescribeVerifiedAccessEndpointsResult, AWSError>;
         | 
| 2719 2719 | 
             
              /**
         | 
| 2720 | 
            -
               *  | 
| 2720 | 
            +
               * Describes the specified Verified Access groups.
         | 
| 2721 2721 | 
             
               */
         | 
| 2722 2722 | 
             
              describeVerifiedAccessGroups(params: EC2.Types.DescribeVerifiedAccessGroupsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessGroupsResult) => void): Request<EC2.Types.DescribeVerifiedAccessGroupsResult, AWSError>;
         | 
| 2723 2723 | 
             
              /**
         | 
| 2724 | 
            -
               *  | 
| 2724 | 
            +
               * Describes the specified Verified Access groups.
         | 
| 2725 2725 | 
             
               */
         | 
| 2726 2726 | 
             
              describeVerifiedAccessGroups(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessGroupsResult) => void): Request<EC2.Types.DescribeVerifiedAccessGroupsResult, AWSError>;
         | 
| 2727 2727 | 
             
              /**
         | 
| 2728 | 
            -
               * Describes the  | 
| 2728 | 
            +
               * Describes the specified Amazon Web Services Verified Access instances.
         | 
| 2729 2729 | 
             
               */
         | 
| 2730 2730 | 
             
              describeVerifiedAccessInstanceLoggingConfigurations(params: EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsResult) => void): Request<EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsResult, AWSError>;
         | 
| 2731 2731 | 
             
              /**
         | 
| 2732 | 
            -
               * Describes the  | 
| 2732 | 
            +
               * Describes the specified Amazon Web Services Verified Access instances.
         | 
| 2733 2733 | 
             
               */
         | 
| 2734 2734 | 
             
              describeVerifiedAccessInstanceLoggingConfigurations(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsResult) => void): Request<EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsResult, AWSError>;
         | 
| 2735 2735 | 
             
              /**
         | 
| 2736 | 
            -
               *  | 
| 2736 | 
            +
               * Describes the specified Amazon Web Services Verified Access instances.
         | 
| 2737 2737 | 
             
               */
         | 
| 2738 2738 | 
             
              describeVerifiedAccessInstances(params: EC2.Types.DescribeVerifiedAccessInstancesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessInstancesResult) => void): Request<EC2.Types.DescribeVerifiedAccessInstancesResult, AWSError>;
         | 
| 2739 2739 | 
             
              /**
         | 
| 2740 | 
            -
               *  | 
| 2740 | 
            +
               * Describes the specified Amazon Web Services Verified Access instances.
         | 
| 2741 2741 | 
             
               */
         | 
| 2742 2742 | 
             
              describeVerifiedAccessInstances(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessInstancesResult) => void): Request<EC2.Types.DescribeVerifiedAccessInstancesResult, AWSError>;
         | 
| 2743 2743 | 
             
              /**
         | 
| 2744 | 
            -
               *  | 
| 2744 | 
            +
               * Describes the specified Amazon Web Services Verified Access trust providers.
         | 
| 2745 2745 | 
             
               */
         | 
| 2746 2746 | 
             
              describeVerifiedAccessTrustProviders(params: EC2.Types.DescribeVerifiedAccessTrustProvidersRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessTrustProvidersResult) => void): Request<EC2.Types.DescribeVerifiedAccessTrustProvidersResult, AWSError>;
         | 
| 2747 2747 | 
             
              /**
         | 
| 2748 | 
            -
               *  | 
| 2748 | 
            +
               * Describes the specified Amazon Web Services Verified Access trust providers.
         | 
| 2749 2749 | 
             
               */
         | 
| 2750 2750 | 
             
              describeVerifiedAccessTrustProviders(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessTrustProvidersResult) => void): Request<EC2.Types.DescribeVerifiedAccessTrustProvidersResult, AWSError>;
         | 
| 2751 2751 | 
             
              /**
         | 
| @@ -2909,11 +2909,11 @@ declare class EC2 extends Service { | |
| 2909 2909 | 
             
               */
         | 
| 2910 2910 | 
             
              detachNetworkInterface(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
         | 
| 2911 2911 | 
             
              /**
         | 
| 2912 | 
            -
               *  | 
| 2912 | 
            +
               * Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance.
         | 
| 2913 2913 | 
             
               */
         | 
| 2914 2914 | 
             
              detachVerifiedAccessTrustProvider(params: EC2.Types.DetachVerifiedAccessTrustProviderRequest, callback?: (err: AWSError, data: EC2.Types.DetachVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.DetachVerifiedAccessTrustProviderResult, AWSError>;
         | 
| 2915 2915 | 
             
              /**
         | 
| 2916 | 
            -
               *  | 
| 2916 | 
            +
               * Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance.
         | 
| 2917 2917 | 
             
               */
         | 
| 2918 2918 | 
             
              detachVerifiedAccessTrustProvider(callback?: (err: AWSError, data: EC2.Types.DetachVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.DetachVerifiedAccessTrustProviderResult, AWSError>;
         | 
| 2919 2919 | 
             
              /**
         | 
| @@ -4037,43 +4037,43 @@ declare class EC2 extends Service { | |
| 4037 4037 | 
             
               */
         | 
| 4038 4038 | 
             
              modifyTransitGatewayVpcAttachment(callback?: (err: AWSError, data: EC2.Types.ModifyTransitGatewayVpcAttachmentResult) => void): Request<EC2.Types.ModifyTransitGatewayVpcAttachmentResult, AWSError>;
         | 
| 4039 4039 | 
             
              /**
         | 
| 4040 | 
            -
               * Modifies the configuration of  | 
| 4040 | 
            +
               * Modifies the configuration of the specified Amazon Web Services Verified Access endpoint.
         | 
| 4041 4041 | 
             
               */
         | 
| 4042 4042 | 
             
              modifyVerifiedAccessEndpoint(params: EC2.Types.ModifyVerifiedAccessEndpointRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessEndpointResult) => void): Request<EC2.Types.ModifyVerifiedAccessEndpointResult, AWSError>;
         | 
| 4043 4043 | 
             
              /**
         | 
| 4044 | 
            -
               * Modifies the configuration of  | 
| 4044 | 
            +
               * Modifies the configuration of the specified Amazon Web Services Verified Access endpoint.
         | 
| 4045 4045 | 
             
               */
         | 
| 4046 4046 | 
             
              modifyVerifiedAccessEndpoint(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessEndpointResult) => void): Request<EC2.Types.ModifyVerifiedAccessEndpointResult, AWSError>;
         | 
| 4047 4047 | 
             
              /**
         | 
| 4048 | 
            -
               * Modifies the specified Verified Access endpoint policy.
         | 
| 4048 | 
            +
               * Modifies the specified Amazon Web Services Verified Access endpoint policy.
         | 
| 4049 4049 | 
             
               */
         | 
| 4050 4050 | 
             
              modifyVerifiedAccessEndpointPolicy(params: EC2.Types.ModifyVerifiedAccessEndpointPolicyRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessEndpointPolicyResult) => void): Request<EC2.Types.ModifyVerifiedAccessEndpointPolicyResult, AWSError>;
         | 
| 4051 4051 | 
             
              /**
         | 
| 4052 | 
            -
               * Modifies the specified Verified Access endpoint policy.
         | 
| 4052 | 
            +
               * Modifies the specified Amazon Web Services Verified Access endpoint policy.
         | 
| 4053 4053 | 
             
               */
         | 
| 4054 4054 | 
             
              modifyVerifiedAccessEndpointPolicy(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessEndpointPolicyResult) => void): Request<EC2.Types.ModifyVerifiedAccessEndpointPolicyResult, AWSError>;
         | 
| 4055 4055 | 
             
              /**
         | 
| 4056 | 
            -
               * Modifies the specified Verified Access group configuration.
         | 
| 4056 | 
            +
               * Modifies the specified Amazon Web Services Verified Access group configuration.
         | 
| 4057 4057 | 
             
               */
         | 
| 4058 4058 | 
             
              modifyVerifiedAccessGroup(params: EC2.Types.ModifyVerifiedAccessGroupRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessGroupResult) => void): Request<EC2.Types.ModifyVerifiedAccessGroupResult, AWSError>;
         | 
| 4059 4059 | 
             
              /**
         | 
| 4060 | 
            -
               * Modifies the specified Verified Access group configuration.
         | 
| 4060 | 
            +
               * Modifies the specified Amazon Web Services Verified Access group configuration.
         | 
| 4061 4061 | 
             
               */
         | 
| 4062 4062 | 
             
              modifyVerifiedAccessGroup(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessGroupResult) => void): Request<EC2.Types.ModifyVerifiedAccessGroupResult, AWSError>;
         | 
| 4063 4063 | 
             
              /**
         | 
| 4064 | 
            -
               * Modifies the specified Verified Access group policy.
         | 
| 4064 | 
            +
               * Modifies the specified Amazon Web Services Verified Access group policy.
         | 
| 4065 4065 | 
             
               */
         | 
| 4066 4066 | 
             
              modifyVerifiedAccessGroupPolicy(params: EC2.Types.ModifyVerifiedAccessGroupPolicyRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessGroupPolicyResult) => void): Request<EC2.Types.ModifyVerifiedAccessGroupPolicyResult, AWSError>;
         | 
| 4067 4067 | 
             
              /**
         | 
| 4068 | 
            -
               * Modifies the specified Verified Access group policy.
         | 
| 4068 | 
            +
               * Modifies the specified Amazon Web Services Verified Access group policy.
         | 
| 4069 4069 | 
             
               */
         | 
| 4070 4070 | 
             
              modifyVerifiedAccessGroupPolicy(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessGroupPolicyResult) => void): Request<EC2.Types.ModifyVerifiedAccessGroupPolicyResult, AWSError>;
         | 
| 4071 4071 | 
             
              /**
         | 
| 4072 | 
            -
               * Modifies the configuration of the specified Verified Access instance.
         | 
| 4072 | 
            +
               * Modifies the configuration of the specified Amazon Web Services Verified Access instance.
         | 
| 4073 4073 | 
             
               */
         | 
| 4074 4074 | 
             
              modifyVerifiedAccessInstance(params: EC2.Types.ModifyVerifiedAccessInstanceRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessInstanceResult) => void): Request<EC2.Types.ModifyVerifiedAccessInstanceResult, AWSError>;
         | 
| 4075 4075 | 
             
              /**
         | 
| 4076 | 
            -
               * Modifies the configuration of the specified Verified Access instance.
         | 
| 4076 | 
            +
               * Modifies the configuration of the specified Amazon Web Services Verified Access instance.
         | 
| 4077 4077 | 
             
               */
         | 
| 4078 4078 | 
             
              modifyVerifiedAccessInstance(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessInstanceResult) => void): Request<EC2.Types.ModifyVerifiedAccessInstanceResult, AWSError>;
         | 
| 4079 4079 | 
             
              /**
         | 
| @@ -6539,11 +6539,11 @@ declare namespace EC2 { | |
| 6539 6539 | 
             
              }
         | 
| 6540 6540 | 
             
              export interface AttachVerifiedAccessTrustProviderRequest {
         | 
| 6541 6541 | 
             
                /**
         | 
| 6542 | 
            -
                 * The ID of the  | 
| 6542 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 6543 6543 | 
             
                 */
         | 
| 6544 6544 | 
             
                VerifiedAccessInstanceId: VerifiedAccessInstanceId;
         | 
| 6545 6545 | 
             
                /**
         | 
| 6546 | 
            -
                 * The ID of the  | 
| 6546 | 
            +
                 * The ID of the Verified Access trust provider.
         | 
| 6547 6547 | 
             
                 */
         | 
| 6548 6548 | 
             
                VerifiedAccessTrustProviderId: VerifiedAccessTrustProviderId;
         | 
| 6549 6549 | 
             
                /**
         | 
| @@ -6557,11 +6557,11 @@ declare namespace EC2 { | |
| 6557 6557 | 
             
              }
         | 
| 6558 6558 | 
             
              export interface AttachVerifiedAccessTrustProviderResult {
         | 
| 6559 6559 | 
             
                /**
         | 
| 6560 | 
            -
                 * The ID of the  | 
| 6560 | 
            +
                 * The ID of the Verified Access trust provider.
         | 
| 6561 6561 | 
             
                 */
         | 
| 6562 6562 | 
             
                VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
         | 
| 6563 6563 | 
             
                /**
         | 
| 6564 | 
            -
                 * The ID of the  | 
| 6564 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 6565 6565 | 
             
                 */
         | 
| 6566 6566 | 
             
                VerifiedAccessInstance?: VerifiedAccessInstance;
         | 
| 6567 6567 | 
             
              }
         | 
| @@ -7670,6 +7670,7 @@ declare namespace EC2 { | |
| 7670 7670 | 
             
                 */
         | 
| 7671 7671 | 
             
                BannerText?: String;
         | 
| 7672 7672 | 
             
              }
         | 
| 7673 | 
            +
              export type ClientSecretType = string;
         | 
| 7673 7674 | 
             
              export type ClientVpnAssociationId = string;
         | 
| 7674 7675 | 
             
              export interface ClientVpnAuthentication {
         | 
| 7675 7676 | 
             
                /**
         | 
| @@ -10819,11 +10820,11 @@ declare namespace EC2 { | |
| 10819 10820 | 
             
                 */
         | 
| 10820 10821 | 
             
                VerifiedAccessGroupId: VerifiedAccessGroupId;
         | 
| 10821 10822 | 
             
                /**
         | 
| 10822 | 
            -
                 * The type of  | 
| 10823 | 
            +
                 * The type of Verified Access endpoint to create.
         | 
| 10823 10824 | 
             
                 */
         | 
| 10824 10825 | 
             
                EndpointType: VerifiedAccessEndpointType;
         | 
| 10825 10826 | 
             
                /**
         | 
| 10826 | 
            -
                 * The  | 
| 10827 | 
            +
                 * The type of attachment.
         | 
| 10827 10828 | 
             
                 */
         | 
| 10828 10829 | 
             
                AttachmentType: VerifiedAccessEndpointAttachmentType;
         | 
| 10829 10830 | 
             
                /**
         | 
| @@ -10835,31 +10836,31 @@ declare namespace EC2 { | |
| 10835 10836 | 
             
                 */
         | 
| 10836 10837 | 
             
                ApplicationDomain: String;
         | 
| 10837 10838 | 
             
                /**
         | 
| 10838 | 
            -
                 * A custom identifier that  | 
| 10839 | 
            +
                 * A custom identifier that is prepended to the DNS name that is generated for the endpoint.
         | 
| 10839 10840 | 
             
                 */
         | 
| 10840 10841 | 
             
                EndpointDomainPrefix: String;
         | 
| 10841 10842 | 
             
                /**
         | 
| 10842 | 
            -
                 * The  | 
| 10843 | 
            +
                 * The IDs of the security groups to associate with the Verified Access endpoint.
         | 
| 10843 10844 | 
             
                 */
         | 
| 10844 10845 | 
             
                SecurityGroupIds?: SecurityGroupIdList;
         | 
| 10845 10846 | 
             
                /**
         | 
| 10846 | 
            -
                 * The load balancer details  | 
| 10847 | 
            +
                 * The load balancer details. This parameter is required if the endpoint type is load-balancer.
         | 
| 10847 10848 | 
             
                 */
         | 
| 10848 10849 | 
             
                LoadBalancerOptions?: CreateVerifiedAccessEndpointLoadBalancerOptions;
         | 
| 10849 10850 | 
             
                /**
         | 
| 10850 | 
            -
                 * The network interface details  | 
| 10851 | 
            +
                 * The network interface details. This parameter is required if the endpoint type is network-interface.
         | 
| 10851 10852 | 
             
                 */
         | 
| 10852 10853 | 
             
                NetworkInterfaceOptions?: CreateVerifiedAccessEndpointEniOptions;
         | 
| 10853 10854 | 
             
                /**
         | 
| 10854 | 
            -
                 * A description for the  | 
| 10855 | 
            +
                 * A description for the Verified Access endpoint.
         | 
| 10855 10856 | 
             
                 */
         | 
| 10856 10857 | 
             
                Description?: String;
         | 
| 10857 10858 | 
             
                /**
         | 
| 10858 | 
            -
                 * The  | 
| 10859 | 
            +
                 * The Verified Access policy document.
         | 
| 10859 10860 | 
             
                 */
         | 
| 10860 10861 | 
             
                PolicyDocument?: String;
         | 
| 10861 10862 | 
             
                /**
         | 
| 10862 | 
            -
                 * The tags to assign to the  | 
| 10863 | 
            +
                 * The tags to assign to the Verified Access endpoint.
         | 
| 10863 10864 | 
             
                 */
         | 
| 10864 10865 | 
             
                TagSpecifications?: TagSpecificationList;
         | 
| 10865 10866 | 
             
                /**
         | 
| @@ -10873,26 +10874,26 @@ declare namespace EC2 { | |
| 10873 10874 | 
             
              }
         | 
| 10874 10875 | 
             
              export interface CreateVerifiedAccessEndpointResult {
         | 
| 10875 10876 | 
             
                /**
         | 
| 10876 | 
            -
                 * The ID of the  | 
| 10877 | 
            +
                 * The ID of the Verified Access endpoint.
         | 
| 10877 10878 | 
             
                 */
         | 
| 10878 10879 | 
             
                VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
         | 
| 10879 10880 | 
             
              }
         | 
| 10880 10881 | 
             
              export type CreateVerifiedAccessEndpointSubnetIdList = SubnetId[];
         | 
| 10881 10882 | 
             
              export interface CreateVerifiedAccessGroupRequest {
         | 
| 10882 10883 | 
             
                /**
         | 
| 10883 | 
            -
                 * The ID of the  | 
| 10884 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 10884 10885 | 
             
                 */
         | 
| 10885 10886 | 
             
                VerifiedAccessInstanceId: VerifiedAccessInstanceId;
         | 
| 10886 10887 | 
             
                /**
         | 
| 10887 | 
            -
                 * A description for the  | 
| 10888 | 
            +
                 * A description for the Verified Access group.
         | 
| 10888 10889 | 
             
                 */
         | 
| 10889 10890 | 
             
                Description?: String;
         | 
| 10890 10891 | 
             
                /**
         | 
| 10891 | 
            -
                 * The  | 
| 10892 | 
            +
                 * The Verified Access policy document.
         | 
| 10892 10893 | 
             
                 */
         | 
| 10893 10894 | 
             
                PolicyDocument?: String;
         | 
| 10894 10895 | 
             
                /**
         | 
| 10895 | 
            -
                 * The tags to assign to the  | 
| 10896 | 
            +
                 * The tags to assign to the Verified Access group.
         | 
| 10896 10897 | 
             
                 */
         | 
| 10897 10898 | 
             
                TagSpecifications?: TagSpecificationList;
         | 
| 10898 10899 | 
             
                /**
         | 
| @@ -10912,11 +10913,11 @@ declare namespace EC2 { | |
| 10912 10913 | 
             
              }
         | 
| 10913 10914 | 
             
              export interface CreateVerifiedAccessInstanceRequest {
         | 
| 10914 10915 | 
             
                /**
         | 
| 10915 | 
            -
                 * A description for the  | 
| 10916 | 
            +
                 * A description for the Verified Access instance.
         | 
| 10916 10917 | 
             
                 */
         | 
| 10917 10918 | 
             
                Description?: String;
         | 
| 10918 10919 | 
             
                /**
         | 
| 10919 | 
            -
                 * The tags to assign to the  | 
| 10920 | 
            +
                 * The tags to assign to the Verified Access instance.
         | 
| 10920 10921 | 
             
                 */
         | 
| 10921 10922 | 
             
                TagSpecifications?: TagSpecificationList;
         | 
| 10922 10923 | 
             
                /**
         | 
| @@ -10930,7 +10931,7 @@ declare namespace EC2 { | |
| 10930 10931 | 
             
              }
         | 
| 10931 10932 | 
             
              export interface CreateVerifiedAccessInstanceResult {
         | 
| 10932 10933 | 
             
                /**
         | 
| 10933 | 
            -
                 * The ID of the  | 
| 10934 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 10934 10935 | 
             
                 */
         | 
| 10935 10936 | 
             
                VerifiedAccessInstance?: VerifiedAccessInstance;
         | 
| 10936 10937 | 
             
              }
         | 
| @@ -10964,7 +10965,7 @@ declare namespace EC2 { | |
| 10964 10965 | 
             
                /**
         | 
| 10965 10966 | 
             
                 * The client secret.
         | 
| 10966 10967 | 
             
                 */
         | 
| 10967 | 
            -
                ClientSecret?:  | 
| 10968 | 
            +
                ClientSecret?: ClientSecretType;
         | 
| 10968 10969 | 
             
                /**
         | 
| 10969 10970 | 
             
                 * OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
         | 
| 10970 10971 | 
             
                 */
         | 
| @@ -10972,23 +10973,23 @@ declare namespace EC2 { | |
| 10972 10973 | 
             
              }
         | 
| 10973 10974 | 
             
              export interface CreateVerifiedAccessTrustProviderRequest {
         | 
| 10974 10975 | 
             
                /**
         | 
| 10975 | 
            -
                 * The type of trust provider | 
| 10976 | 
            +
                 * The type of trust provider.
         | 
| 10976 10977 | 
             
                 */
         | 
| 10977 10978 | 
             
                TrustProviderType: TrustProviderType;
         | 
| 10978 10979 | 
             
                /**
         | 
| 10979 | 
            -
                 * The type of user-based trust provider.
         | 
| 10980 | 
            +
                 * The type of user-based trust provider. This parameter is required when the provider type is user.
         | 
| 10980 10981 | 
             
                 */
         | 
| 10981 10982 | 
             
                UserTrustProviderType?: UserTrustProviderType;
         | 
| 10982 10983 | 
             
                /**
         | 
| 10983 | 
            -
                 * The type of device-based trust provider.
         | 
| 10984 | 
            +
                 * The type of device-based trust provider. This parameter is required when the provider type is device.
         | 
| 10984 10985 | 
             
                 */
         | 
| 10985 10986 | 
             
                DeviceTrustProviderType?: DeviceTrustProviderType;
         | 
| 10986 10987 | 
             
                /**
         | 
| 10987 | 
            -
                 * The  | 
| 10988 | 
            +
                 * The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when the provider type is user.
         | 
| 10988 10989 | 
             
                 */
         | 
| 10989 10990 | 
             
                OidcOptions?: CreateVerifiedAccessTrustProviderOidcOptions;
         | 
| 10990 10991 | 
             
                /**
         | 
| 10991 | 
            -
                 * The options for device | 
| 10992 | 
            +
                 * The options for a device-based trust provider. This parameter is required when the provider type is device.
         | 
| 10992 10993 | 
             
                 */
         | 
| 10993 10994 | 
             
                DeviceOptions?: CreateVerifiedAccessTrustProviderDeviceOptions;
         | 
| 10994 10995 | 
             
                /**
         | 
| @@ -10996,11 +10997,11 @@ declare namespace EC2 { | |
| 10996 10997 | 
             
                 */
         | 
| 10997 10998 | 
             
                PolicyReferenceName: String;
         | 
| 10998 10999 | 
             
                /**
         | 
| 10999 | 
            -
                 * A description for the  | 
| 11000 | 
            +
                 * A description for the Verified Access trust provider.
         | 
| 11000 11001 | 
             
                 */
         | 
| 11001 11002 | 
             
                Description?: String;
         | 
| 11002 11003 | 
             
                /**
         | 
| 11003 | 
            -
                 * The tags to assign to the  | 
| 11004 | 
            +
                 * The tags to assign to the Verified Access trust provider.
         | 
| 11004 11005 | 
             
                 */
         | 
| 11005 11006 | 
             
                TagSpecifications?: TagSpecificationList;
         | 
| 11006 11007 | 
             
                /**
         | 
| @@ -11014,7 +11015,7 @@ declare namespace EC2 { | |
| 11014 11015 | 
             
              }
         | 
| 11015 11016 | 
             
              export interface CreateVerifiedAccessTrustProviderResult {
         | 
| 11016 11017 | 
             
                /**
         | 
| 11017 | 
            -
                 * The ID of the  | 
| 11018 | 
            +
                 * The ID of the Verified Access trust provider.
         | 
| 11018 11019 | 
             
                 */
         | 
| 11019 11020 | 
             
                VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
         | 
| 11020 11021 | 
             
              }
         | 
| @@ -12571,7 +12572,7 @@ declare namespace EC2 { | |
| 12571 12572 | 
             
              }
         | 
| 12572 12573 | 
             
              export interface DeleteVerifiedAccessEndpointRequest {
         | 
| 12573 12574 | 
             
                /**
         | 
| 12574 | 
            -
                 * The ID of the  | 
| 12575 | 
            +
                 * The ID of the Verified Access endpoint.
         | 
| 12575 12576 | 
             
                 */
         | 
| 12576 12577 | 
             
                VerifiedAccessEndpointId: VerifiedAccessEndpointId;
         | 
| 12577 12578 | 
             
                /**
         | 
| @@ -12585,13 +12586,13 @@ declare namespace EC2 { | |
| 12585 12586 | 
             
              }
         | 
| 12586 12587 | 
             
              export interface DeleteVerifiedAccessEndpointResult {
         | 
| 12587 12588 | 
             
                /**
         | 
| 12588 | 
            -
                 * The ID of the  | 
| 12589 | 
            +
                 * The ID of the Verified Access endpoint.
         | 
| 12589 12590 | 
             
                 */
         | 
| 12590 12591 | 
             
                VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
         | 
| 12591 12592 | 
             
              }
         | 
| 12592 12593 | 
             
              export interface DeleteVerifiedAccessGroupRequest {
         | 
| 12593 12594 | 
             
                /**
         | 
| 12594 | 
            -
                 * The ID of the  | 
| 12595 | 
            +
                 * The ID of the Verified Access group.
         | 
| 12595 12596 | 
             
                 */
         | 
| 12596 12597 | 
             
                VerifiedAccessGroupId: VerifiedAccessGroupId;
         | 
| 12597 12598 | 
             
                /**
         | 
| @@ -12605,13 +12606,13 @@ declare namespace EC2 { | |
| 12605 12606 | 
             
              }
         | 
| 12606 12607 | 
             
              export interface DeleteVerifiedAccessGroupResult {
         | 
| 12607 12608 | 
             
                /**
         | 
| 12608 | 
            -
                 * The ID of the  | 
| 12609 | 
            +
                 * The ID of the Verified Access group.
         | 
| 12609 12610 | 
             
                 */
         | 
| 12610 12611 | 
             
                VerifiedAccessGroup?: VerifiedAccessGroup;
         | 
| 12611 12612 | 
             
              }
         | 
| 12612 12613 | 
             
              export interface DeleteVerifiedAccessInstanceRequest {
         | 
| 12613 12614 | 
             
                /**
         | 
| 12614 | 
            -
                 * The ID of the  | 
| 12615 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 12615 12616 | 
             
                 */
         | 
| 12616 12617 | 
             
                VerifiedAccessInstanceId: VerifiedAccessInstanceId;
         | 
| 12617 12618 | 
             
                /**
         | 
| @@ -12625,13 +12626,13 @@ declare namespace EC2 { | |
| 12625 12626 | 
             
              }
         | 
| 12626 12627 | 
             
              export interface DeleteVerifiedAccessInstanceResult {
         | 
| 12627 12628 | 
             
                /**
         | 
| 12628 | 
            -
                 * The ID of the  | 
| 12629 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 12629 12630 | 
             
                 */
         | 
| 12630 12631 | 
             
                VerifiedAccessInstance?: VerifiedAccessInstance;
         | 
| 12631 12632 | 
             
              }
         | 
| 12632 12633 | 
             
              export interface DeleteVerifiedAccessTrustProviderRequest {
         | 
| 12633 12634 | 
             
                /**
         | 
| 12634 | 
            -
                 * The ID of the  | 
| 12635 | 
            +
                 * The ID of the Verified Access trust provider.
         | 
| 12635 12636 | 
             
                 */
         | 
| 12636 12637 | 
             
                VerifiedAccessTrustProviderId: VerifiedAccessTrustProviderId;
         | 
| 12637 12638 | 
             
                /**
         | 
| @@ -12645,7 +12646,7 @@ declare namespace EC2 { | |
| 12645 12646 | 
             
              }
         | 
| 12646 12647 | 
             
              export interface DeleteVerifiedAccessTrustProviderResult {
         | 
| 12647 12648 | 
             
                /**
         | 
| 12648 | 
            -
                 * The ID of the  | 
| 12649 | 
            +
                 * The ID of the Verified Access trust provider.
         | 
| 12649 12650 | 
             
                 */
         | 
| 12650 12651 | 
             
                VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
         | 
| 12651 12652 | 
             
              }
         | 
| @@ -16841,15 +16842,15 @@ declare namespace EC2 { | |
| 16841 16842 | 
             
              export type DescribeVerifiedAccessEndpointsMaxResults = number;
         | 
| 16842 16843 | 
             
              export interface DescribeVerifiedAccessEndpointsRequest {
         | 
| 16843 16844 | 
             
                /**
         | 
| 16844 | 
            -
                 * The ID of the  | 
| 16845 | 
            +
                 * The ID of the Verified Access endpoint.
         | 
| 16845 16846 | 
             
                 */
         | 
| 16846 16847 | 
             
                VerifiedAccessEndpointIds?: VerifiedAccessEndpointIdList;
         | 
| 16847 16848 | 
             
                /**
         | 
| 16848 | 
            -
                 * The ID of the  | 
| 16849 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 16849 16850 | 
             
                 */
         | 
| 16850 16851 | 
             
                VerifiedAccessInstanceId?: VerifiedAccessInstanceId;
         | 
| 16851 16852 | 
             
                /**
         | 
| 16852 | 
            -
                 * The ID of the  | 
| 16853 | 
            +
                 * The ID of the Verified Access group.
         | 
| 16853 16854 | 
             
                 */
         | 
| 16854 16855 | 
             
                VerifiedAccessGroupId?: VerifiedAccessGroupId;
         | 
| 16855 16856 | 
             
                /**
         | 
| @@ -16871,7 +16872,7 @@ declare namespace EC2 { | |
| 16871 16872 | 
             
              }
         | 
| 16872 16873 | 
             
              export interface DescribeVerifiedAccessEndpointsResult {
         | 
| 16873 16874 | 
             
                /**
         | 
| 16874 | 
            -
                 * The ID of the  | 
| 16875 | 
            +
                 * The ID of the Verified Access endpoint.
         | 
| 16875 16876 | 
             
                 */
         | 
| 16876 16877 | 
             
                VerifiedAccessEndpoints?: VerifiedAccessEndpointList;
         | 
| 16877 16878 | 
             
                /**
         | 
| @@ -16882,11 +16883,11 @@ declare namespace EC2 { | |
| 16882 16883 | 
             
              export type DescribeVerifiedAccessGroupMaxResults = number;
         | 
| 16883 16884 | 
             
              export interface DescribeVerifiedAccessGroupsRequest {
         | 
| 16884 16885 | 
             
                /**
         | 
| 16885 | 
            -
                 * The ID of the  | 
| 16886 | 
            +
                 * The ID of the Verified Access groups.
         | 
| 16886 16887 | 
             
                 */
         | 
| 16887 16888 | 
             
                VerifiedAccessGroupIds?: VerifiedAccessGroupIdList;
         | 
| 16888 16889 | 
             
                /**
         | 
| 16889 | 
            -
                 * The ID of the  | 
| 16890 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 16890 16891 | 
             
                 */
         | 
| 16891 16892 | 
             
                VerifiedAccessInstanceId?: VerifiedAccessInstanceId;
         | 
| 16892 16893 | 
             
                /**
         | 
| @@ -16919,7 +16920,7 @@ declare namespace EC2 { | |
| 16919 16920 | 
             
              export type DescribeVerifiedAccessInstanceLoggingConfigurationsMaxResults = number;
         | 
| 16920 16921 | 
             
              export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
         | 
| 16921 16922 | 
             
                /**
         | 
| 16922 | 
            -
                 * The IDs of the  | 
| 16923 | 
            +
                 * The IDs of the Verified Access instances.
         | 
| 16923 16924 | 
             
                 */
         | 
| 16924 16925 | 
             
                VerifiedAccessInstanceIds?: VerifiedAccessInstanceIdList;
         | 
| 16925 16926 | 
             
                /**
         | 
| @@ -16941,7 +16942,7 @@ declare namespace EC2 { | |
| 16941 16942 | 
             
              }
         | 
| 16942 16943 | 
             
              export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
         | 
| 16943 16944 | 
             
                /**
         | 
| 16944 | 
            -
                 * The current logging configuration for the  | 
| 16945 | 
            +
                 * The current logging configuration for the Verified Access instances.
         | 
| 16945 16946 | 
             
                 */
         | 
| 16946 16947 | 
             
                LoggingConfigurations?: VerifiedAccessInstanceLoggingConfigurationList;
         | 
| 16947 16948 | 
             
                /**
         | 
| @@ -16952,7 +16953,7 @@ declare namespace EC2 { | |
| 16952 16953 | 
             
              export type DescribeVerifiedAccessInstancesMaxResults = number;
         | 
| 16953 16954 | 
             
              export interface DescribeVerifiedAccessInstancesRequest {
         | 
| 16954 16955 | 
             
                /**
         | 
| 16955 | 
            -
                 * The IDs of the  | 
| 16956 | 
            +
                 * The IDs of the Verified Access instances.
         | 
| 16956 16957 | 
             
                 */
         | 
| 16957 16958 | 
             
                VerifiedAccessInstanceIds?: VerifiedAccessInstanceIdList;
         | 
| 16958 16959 | 
             
                /**
         | 
| @@ -16974,7 +16975,7 @@ declare namespace EC2 { | |
| 16974 16975 | 
             
              }
         | 
| 16975 16976 | 
             
              export interface DescribeVerifiedAccessInstancesResult {
         | 
| 16976 16977 | 
             
                /**
         | 
| 16977 | 
            -
                 * The IDs of the  | 
| 16978 | 
            +
                 * The IDs of the Verified Access instances.
         | 
| 16978 16979 | 
             
                 */
         | 
| 16979 16980 | 
             
                VerifiedAccessInstances?: VerifiedAccessInstanceList;
         | 
| 16980 16981 | 
             
                /**
         | 
| @@ -16985,7 +16986,7 @@ declare namespace EC2 { | |
| 16985 16986 | 
             
              export type DescribeVerifiedAccessTrustProvidersMaxResults = number;
         | 
| 16986 16987 | 
             
              export interface DescribeVerifiedAccessTrustProvidersRequest {
         | 
| 16987 16988 | 
             
                /**
         | 
| 16988 | 
            -
                 * The IDs of the  | 
| 16989 | 
            +
                 * The IDs of the Verified Access trust providers.
         | 
| 16989 16990 | 
             
                 */
         | 
| 16990 16991 | 
             
                VerifiedAccessTrustProviderIds?: VerifiedAccessTrustProviderIdList;
         | 
| 16991 16992 | 
             
                /**
         | 
| @@ -17007,7 +17008,7 @@ declare namespace EC2 { | |
| 17007 17008 | 
             
              }
         | 
| 17008 17009 | 
             
              export interface DescribeVerifiedAccessTrustProvidersResult {
         | 
| 17009 17010 | 
             
                /**
         | 
| 17010 | 
            -
                 * The IDs of the  | 
| 17011 | 
            +
                 * The IDs of the Verified Access trust providers.
         | 
| 17011 17012 | 
             
                 */
         | 
| 17012 17013 | 
             
                VerifiedAccessTrustProviders?: VerifiedAccessTrustProviderList;
         | 
| 17013 17014 | 
             
                /**
         | 
| @@ -17594,11 +17595,11 @@ declare namespace EC2 { | |
| 17594 17595 | 
             
              }
         | 
| 17595 17596 | 
             
              export interface DetachVerifiedAccessTrustProviderRequest {
         | 
| 17596 17597 | 
             
                /**
         | 
| 17597 | 
            -
                 * The ID of the  | 
| 17598 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 17598 17599 | 
             
                 */
         | 
| 17599 17600 | 
             
                VerifiedAccessInstanceId: VerifiedAccessInstanceId;
         | 
| 17600 17601 | 
             
                /**
         | 
| 17601 | 
            -
                 * The ID of the  | 
| 17602 | 
            +
                 * The ID of the Verified Access trust provider.
         | 
| 17602 17603 | 
             
                 */
         | 
| 17603 17604 | 
             
                VerifiedAccessTrustProviderId: VerifiedAccessTrustProviderId;
         | 
| 17604 17605 | 
             
                /**
         | 
| @@ -17612,11 +17613,11 @@ declare namespace EC2 { | |
| 17612 17613 | 
             
              }
         | 
| 17613 17614 | 
             
              export interface DetachVerifiedAccessTrustProviderResult {
         | 
| 17614 17615 | 
             
                /**
         | 
| 17615 | 
            -
                 * The ID of the  | 
| 17616 | 
            +
                 * The ID of the Verified Access trust provider.
         | 
| 17616 17617 | 
             
                 */
         | 
| 17617 17618 | 
             
                VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
         | 
| 17618 17619 | 
             
                /**
         | 
| 17619 | 
            -
                 * The ID of the  | 
| 17620 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 17620 17621 | 
             
                 */
         | 
| 17621 17622 | 
             
                VerifiedAccessInstance?: VerifiedAccessInstance;
         | 
| 17622 17623 | 
             
              }
         | 
| @@ -18325,7 +18326,7 @@ declare namespace EC2 { | |
| 18325 18326 | 
             
                /**
         | 
| 18326 18327 | 
             
                 * A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide. For information about the import manifest referenced by this API action, see VM Import Manifest.
         | 
| 18327 18328 | 
             
                 */
         | 
| 18328 | 
            -
                ImportManifestUrl?:  | 
| 18329 | 
            +
                ImportManifestUrl?: ImportManifestUrl;
         | 
| 18329 18330 | 
             
                /**
         | 
| 18330 18331 | 
             
                 * The size of the disk image, in GiB.
         | 
| 18331 18332 | 
             
                 */
         | 
| @@ -21422,7 +21423,7 @@ declare namespace EC2 { | |
| 21422 21423 | 
             
              }
         | 
| 21423 21424 | 
             
              export interface GetVerifiedAccessEndpointPolicyRequest {
         | 
| 21424 21425 | 
             
                /**
         | 
| 21425 | 
            -
                 * The ID of the  | 
| 21426 | 
            +
                 * The ID of the Verified Access endpoint.
         | 
| 21426 21427 | 
             
                 */
         | 
| 21427 21428 | 
             
                VerifiedAccessEndpointId: VerifiedAccessEndpointId;
         | 
| 21428 21429 | 
             
                /**
         | 
| @@ -21436,13 +21437,13 @@ declare namespace EC2 { | |
| 21436 21437 | 
             
                 */
         | 
| 21437 21438 | 
             
                PolicyEnabled?: Boolean;
         | 
| 21438 21439 | 
             
                /**
         | 
| 21439 | 
            -
                 * The  | 
| 21440 | 
            +
                 * The Verified Access policy document.
         | 
| 21440 21441 | 
             
                 */
         | 
| 21441 21442 | 
             
                PolicyDocument?: String;
         | 
| 21442 21443 | 
             
              }
         | 
| 21443 21444 | 
             
              export interface GetVerifiedAccessGroupPolicyRequest {
         | 
| 21444 21445 | 
             
                /**
         | 
| 21445 | 
            -
                 * The ID of the  | 
| 21446 | 
            +
                 * The ID of the Verified Access group.
         | 
| 21446 21447 | 
             
                 */
         | 
| 21447 21448 | 
             
                VerifiedAccessGroupId: VerifiedAccessGroupId;
         | 
| 21448 21449 | 
             
                /**
         | 
| @@ -21456,7 +21457,7 @@ declare namespace EC2 { | |
| 21456 21457 | 
             
                 */
         | 
| 21457 21458 | 
             
                PolicyEnabled?: Boolean;
         | 
| 21458 21459 | 
             
                /**
         | 
| 21459 | 
            -
                 * The  | 
| 21460 | 
            +
                 * The Verified Access policy document.
         | 
| 21460 21461 | 
             
                 */
         | 
| 21461 21462 | 
             
                PolicyDocument?: String;
         | 
| 21462 21463 | 
             
              }
         | 
| @@ -27788,7 +27789,7 @@ declare namespace EC2 { | |
| 27788 27789 | 
             
              }
         | 
| 27789 27790 | 
             
              export interface ModifyVerifiedAccessEndpointPolicyRequest {
         | 
| 27790 27791 | 
             
                /**
         | 
| 27791 | 
            -
                 * The ID of the  | 
| 27792 | 
            +
                 * The ID of the Verified Access endpoint.
         | 
| 27792 27793 | 
             
                 */
         | 
| 27793 27794 | 
             
                VerifiedAccessEndpointId: VerifiedAccessEndpointId;
         | 
| 27794 27795 | 
             
                /**
         | 
| @@ -27796,7 +27797,7 @@ declare namespace EC2 { | |
| 27796 27797 | 
             
                 */
         | 
| 27797 27798 | 
             
                PolicyEnabled: Boolean;
         | 
| 27798 27799 | 
             
                /**
         | 
| 27799 | 
            -
                 * The  | 
| 27800 | 
            +
                 * The Verified Access policy document.
         | 
| 27800 27801 | 
             
                 */
         | 
| 27801 27802 | 
             
                PolicyDocument?: String;
         | 
| 27802 27803 | 
             
                /**
         | 
| @@ -27814,21 +27815,21 @@ declare namespace EC2 { | |
| 27814 27815 | 
             
                 */
         | 
| 27815 27816 | 
             
                PolicyEnabled?: Boolean;
         | 
| 27816 27817 | 
             
                /**
         | 
| 27817 | 
            -
                 * The  | 
| 27818 | 
            +
                 * The Verified Access policy document.
         | 
| 27818 27819 | 
             
                 */
         | 
| 27819 27820 | 
             
                PolicyDocument?: String;
         | 
| 27820 27821 | 
             
              }
         | 
| 27821 27822 | 
             
              export interface ModifyVerifiedAccessEndpointRequest {
         | 
| 27822 27823 | 
             
                /**
         | 
| 27823 | 
            -
                 * The ID of the  | 
| 27824 | 
            +
                 * The ID of the Verified Access endpoint.
         | 
| 27824 27825 | 
             
                 */
         | 
| 27825 27826 | 
             
                VerifiedAccessEndpointId: VerifiedAccessEndpointId;
         | 
| 27826 27827 | 
             
                /**
         | 
| 27827 | 
            -
                 * The ID of the  | 
| 27828 | 
            +
                 * The ID of the Verified Access group.
         | 
| 27828 27829 | 
             
                 */
         | 
| 27829 27830 | 
             
                VerifiedAccessGroupId?: VerifiedAccessGroupId;
         | 
| 27830 27831 | 
             
                /**
         | 
| 27831 | 
            -
                 * The load balancer details if creating the  | 
| 27832 | 
            +
                 * The load balancer details if creating the Verified Access endpoint as load-balancertype.
         | 
| 27832 27833 | 
             
                 */
         | 
| 27833 27834 | 
             
                LoadBalancerOptions?: ModifyVerifiedAccessEndpointLoadBalancerOptions;
         | 
| 27834 27835 | 
             
                /**
         | 
| @@ -27836,7 +27837,7 @@ declare namespace EC2 { | |
| 27836 27837 | 
             
                 */
         | 
| 27837 27838 | 
             
                NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions;
         | 
| 27838 27839 | 
             
                /**
         | 
| 27839 | 
            -
                 * A description for the  | 
| 27840 | 
            +
                 * A description for the Verified Access endpoint.
         | 
| 27840 27841 | 
             
                 */
         | 
| 27841 27842 | 
             
                Description?: String;
         | 
| 27842 27843 | 
             
                /**
         | 
| @@ -27850,14 +27851,14 @@ declare namespace EC2 { | |
| 27850 27851 | 
             
              }
         | 
| 27851 27852 | 
             
              export interface ModifyVerifiedAccessEndpointResult {
         | 
| 27852 27853 | 
             
                /**
         | 
| 27853 | 
            -
                 * The  | 
| 27854 | 
            +
                 * The Verified Access endpoint details.
         | 
| 27854 27855 | 
             
                 */
         | 
| 27855 27856 | 
             
                VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
         | 
| 27856 27857 | 
             
              }
         | 
| 27857 27858 | 
             
              export type ModifyVerifiedAccessEndpointSubnetIdList = SubnetId[];
         | 
| 27858 27859 | 
             
              export interface ModifyVerifiedAccessGroupPolicyRequest {
         | 
| 27859 27860 | 
             
                /**
         | 
| 27860 | 
            -
                 * The ID of the  | 
| 27861 | 
            +
                 * The ID of the Verified Access group.
         | 
| 27861 27862 | 
             
                 */
         | 
| 27862 27863 | 
             
                VerifiedAccessGroupId: VerifiedAccessGroupId;
         | 
| 27863 27864 | 
             
                /**
         | 
| @@ -27865,7 +27866,7 @@ declare namespace EC2 { | |
| 27865 27866 | 
             
                 */
         | 
| 27866 27867 | 
             
                PolicyEnabled: Boolean;
         | 
| 27867 27868 | 
             
                /**
         | 
| 27868 | 
            -
                 * The  | 
| 27869 | 
            +
                 * The Verified Access policy document.
         | 
| 27869 27870 | 
             
                 */
         | 
| 27870 27871 | 
             
                PolicyDocument?: String;
         | 
| 27871 27872 | 
             
                /**
         | 
| @@ -27883,21 +27884,21 @@ declare namespace EC2 { | |
| 27883 27884 | 
             
                 */
         | 
| 27884 27885 | 
             
                PolicyEnabled?: Boolean;
         | 
| 27885 27886 | 
             
                /**
         | 
| 27886 | 
            -
                 * The  | 
| 27887 | 
            +
                 * The Verified Access policy document.
         | 
| 27887 27888 | 
             
                 */
         | 
| 27888 27889 | 
             
                PolicyDocument?: String;
         | 
| 27889 27890 | 
             
              }
         | 
| 27890 27891 | 
             
              export interface ModifyVerifiedAccessGroupRequest {
         | 
| 27891 27892 | 
             
                /**
         | 
| 27892 | 
            -
                 * The ID of the  | 
| 27893 | 
            +
                 * The ID of the Verified Access group.
         | 
| 27893 27894 | 
             
                 */
         | 
| 27894 27895 | 
             
                VerifiedAccessGroupId: VerifiedAccessGroupId;
         | 
| 27895 27896 | 
             
                /**
         | 
| 27896 | 
            -
                 * The ID of the  | 
| 27897 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 27897 27898 | 
             
                 */
         | 
| 27898 27899 | 
             
                VerifiedAccessInstanceId?: VerifiedAccessInstanceId;
         | 
| 27899 27900 | 
             
                /**
         | 
| 27900 | 
            -
                 * A description for the  | 
| 27901 | 
            +
                 * A description for the Verified Access group.
         | 
| 27901 27902 | 
             
                 */
         | 
| 27902 27903 | 
             
                Description?: String;
         | 
| 27903 27904 | 
             
                /**
         | 
| @@ -27911,17 +27912,17 @@ declare namespace EC2 { | |
| 27911 27912 | 
             
              }
         | 
| 27912 27913 | 
             
              export interface ModifyVerifiedAccessGroupResult {
         | 
| 27913 27914 | 
             
                /**
         | 
| 27914 | 
            -
                 * Details of  | 
| 27915 | 
            +
                 * Details of Verified Access group.
         | 
| 27915 27916 | 
             
                 */
         | 
| 27916 27917 | 
             
                VerifiedAccessGroup?: VerifiedAccessGroup;
         | 
| 27917 27918 | 
             
              }
         | 
| 27918 27919 | 
             
              export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
         | 
| 27919 27920 | 
             
                /**
         | 
| 27920 | 
            -
                 * The ID of the  | 
| 27921 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 27921 27922 | 
             
                 */
         | 
| 27922 27923 | 
             
                VerifiedAccessInstanceId: VerifiedAccessInstanceId;
         | 
| 27923 27924 | 
             
                /**
         | 
| 27924 | 
            -
                 * The configuration options for  | 
| 27925 | 
            +
                 * The configuration options for Verified Access instances.
         | 
| 27925 27926 | 
             
                 */
         | 
| 27926 27927 | 
             
                AccessLogs: VerifiedAccessLogOptions;
         | 
| 27927 27928 | 
             
                /**
         | 
| @@ -27935,17 +27936,17 @@ declare namespace EC2 { | |
| 27935 27936 | 
             
              }
         | 
| 27936 27937 | 
             
              export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
         | 
| 27937 27938 | 
             
                /**
         | 
| 27938 | 
            -
                 * The logging configuration for  | 
| 27939 | 
            +
                 * The logging configuration for the Verified Access instance.
         | 
| 27939 27940 | 
             
                 */
         | 
| 27940 27941 | 
             
                LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration;
         | 
| 27941 27942 | 
             
              }
         | 
| 27942 27943 | 
             
              export interface ModifyVerifiedAccessInstanceRequest {
         | 
| 27943 27944 | 
             
                /**
         | 
| 27944 | 
            -
                 * The ID of the  | 
| 27945 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 27945 27946 | 
             
                 */
         | 
| 27946 27947 | 
             
                VerifiedAccessInstanceId: VerifiedAccessInstanceId;
         | 
| 27947 27948 | 
             
                /**
         | 
| 27948 | 
            -
                 * A description for the  | 
| 27949 | 
            +
                 * A description for the Verified Access instance.
         | 
| 27949 27950 | 
             
                 */
         | 
| 27950 27951 | 
             
                Description?: String;
         | 
| 27951 27952 | 
             
                /**
         | 
| @@ -27959,11 +27960,35 @@ declare namespace EC2 { | |
| 27959 27960 | 
             
              }
         | 
| 27960 27961 | 
             
              export interface ModifyVerifiedAccessInstanceResult {
         | 
| 27961 27962 | 
             
                /**
         | 
| 27962 | 
            -
                 * The ID of the  | 
| 27963 | 
            +
                 * The ID of the Verified Access instance.
         | 
| 27963 27964 | 
             
                 */
         | 
| 27964 27965 | 
             
                VerifiedAccessInstance?: VerifiedAccessInstance;
         | 
| 27965 27966 | 
             
              }
         | 
| 27966 27967 | 
             
              export interface ModifyVerifiedAccessTrustProviderOidcOptions {
         | 
| 27968 | 
            +
                /**
         | 
| 27969 | 
            +
                 * The OIDC issuer.
         | 
| 27970 | 
            +
                 */
         | 
| 27971 | 
            +
                Issuer?: String;
         | 
| 27972 | 
            +
                /**
         | 
| 27973 | 
            +
                 * The OIDC authorization endpoint.
         | 
| 27974 | 
            +
                 */
         | 
| 27975 | 
            +
                AuthorizationEndpoint?: String;
         | 
| 27976 | 
            +
                /**
         | 
| 27977 | 
            +
                 * The OIDC token endpoint.
         | 
| 27978 | 
            +
                 */
         | 
| 27979 | 
            +
                TokenEndpoint?: String;
         | 
| 27980 | 
            +
                /**
         | 
| 27981 | 
            +
                 * The OIDC user info endpoint.
         | 
| 27982 | 
            +
                 */
         | 
| 27983 | 
            +
                UserInfoEndpoint?: String;
         | 
| 27984 | 
            +
                /**
         | 
| 27985 | 
            +
                 * The client identifier.
         | 
| 27986 | 
            +
                 */
         | 
| 27987 | 
            +
                ClientId?: String;
         | 
| 27988 | 
            +
                /**
         | 
| 27989 | 
            +
                 * The client secret.
         | 
| 27990 | 
            +
                 */
         | 
| 27991 | 
            +
                ClientSecret?: ClientSecretType;
         | 
| 27967 27992 | 
             
                /**
         | 
| 27968 27993 | 
             
                 * OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
         | 
| 27969 27994 | 
             
                 */
         | 
| @@ -27971,15 +27996,15 @@ declare namespace EC2 { | |
| 27971 27996 | 
             
              }
         | 
| 27972 27997 | 
             
              export interface ModifyVerifiedAccessTrustProviderRequest {
         | 
| 27973 27998 | 
             
                /**
         | 
| 27974 | 
            -
                 * The ID of the  | 
| 27999 | 
            +
                 * The ID of the Verified Access trust provider.
         | 
| 27975 28000 | 
             
                 */
         | 
| 27976 28001 | 
             
                VerifiedAccessTrustProviderId: VerifiedAccessTrustProviderId;
         | 
| 27977 28002 | 
             
                /**
         | 
| 27978 | 
            -
                 * The  | 
| 28003 | 
            +
                 * The options for an OpenID Connect-compatible user-identity trust provider.
         | 
| 27979 28004 | 
             
                 */
         | 
| 27980 28005 | 
             
                OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
         | 
| 27981 28006 | 
             
                /**
         | 
| 27982 | 
            -
                 * A description for the  | 
| 28007 | 
            +
                 * A description for the Verified Access trust provider.
         | 
| 27983 28008 | 
             
                 */
         | 
| 27984 28009 | 
             
                Description?: String;
         | 
| 27985 28010 | 
             
                /**
         | 
| @@ -27993,7 +28018,7 @@ declare namespace EC2 { | |
| 27993 28018 | 
             
              }
         | 
| 27994 28019 | 
             
              export interface ModifyVerifiedAccessTrustProviderResult {
         | 
| 27995 28020 | 
             
                /**
         | 
| 27996 | 
            -
                 * The ID of the  | 
| 28021 | 
            +
                 * The ID of the Verified Access trust provider.
         | 
| 27997 28022 | 
             
                 */
         | 
| 27998 28023 | 
             
                VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
         | 
| 27999 28024 | 
             
              }
         | 
| @@ -29366,7 +29391,7 @@ declare namespace EC2 { | |
| 29366 29391 | 
             
                /**
         | 
| 29367 29392 | 
             
                 * The client secret.
         | 
| 29368 29393 | 
             
                 */
         | 
| 29369 | 
            -
                ClientSecret?:  | 
| 29394 | 
            +
                ClientSecret?: ClientSecretType;
         | 
| 29370 29395 | 
             
                /**
         | 
| 29371 29396 | 
             
                 * The OpenID Connect (OIDC) scope specified.
         | 
| 29372 29397 | 
             
                 */
         | 
| @@ -37067,11 +37092,11 @@ declare namespace EC2 { | |
| 37067 37092 | 
             
                 */
         | 
| 37068 37093 | 
             
                DeviceTrustProviderType?: DeviceTrustProviderType;
         | 
| 37069 37094 | 
             
                /**
         | 
| 37070 | 
            -
                 * The  | 
| 37095 | 
            +
                 * The options for an OpenID Connect-compatible user-identity trust provider.
         | 
| 37071 37096 | 
             
                 */
         | 
| 37072 37097 | 
             
                OidcOptions?: OidcOptions;
         | 
| 37073 37098 | 
             
                /**
         | 
| 37074 | 
            -
                 * The options for device-identity  | 
| 37099 | 
            +
                 * The options for device-identity trust provider.
         | 
| 37075 37100 | 
             
                 */
         | 
| 37076 37101 | 
             
                DeviceOptions?: DeviceOptions;
         | 
| 37077 37102 | 
             
                /**
         |