@aws-sdk/client-ec2 3.316.0 → 3.321.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.
Files changed (60) hide show
  1. package/dist-cjs/commands/AttachVerifiedAccessTrustProviderCommand.js +2 -1
  2. package/dist-cjs/commands/CreateVerifiedAccessTrustProviderCommand.js +3 -2
  3. package/dist-cjs/commands/DeleteVerifiedAccessTrustProviderCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeConversionTasksCommand.js +2 -1
  5. package/dist-cjs/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -1
  6. package/dist-cjs/commands/DetachVerifiedAccessTrustProviderCommand.js +2 -1
  7. package/dist-cjs/commands/ImportInstanceCommand.js +1 -1
  8. package/dist-cjs/commands/ImportVolumeCommand.js +1 -1
  9. package/dist-cjs/commands/ModifyVerifiedAccessTrustProviderCommand.js +3 -2
  10. package/dist-cjs/models/models_0.js +18 -1
  11. package/dist-cjs/models/models_2.js +22 -1
  12. package/dist-cjs/models/models_3.js +44 -1
  13. package/dist-cjs/models/models_4.js +9 -1
  14. package/dist-cjs/models/models_5.js +15 -1
  15. package/dist-cjs/models/models_6.js +27 -1
  16. package/dist-cjs/protocols/Aws_ec2.js +18 -0
  17. package/dist-es/commands/AttachVerifiedAccessTrustProviderCommand.js +2 -1
  18. package/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +3 -2
  19. package/dist-es/commands/DeleteVerifiedAccessTrustProviderCommand.js +2 -1
  20. package/dist-es/commands/DescribeConversionTasksCommand.js +2 -1
  21. package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -1
  22. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +2 -1
  23. package/dist-es/commands/ImportInstanceCommand.js +2 -2
  24. package/dist-es/commands/ImportVolumeCommand.js +2 -2
  25. package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +3 -2
  26. package/dist-es/models/models_0.js +14 -0
  27. package/dist-es/models/models_2.js +18 -0
  28. package/dist-es/models/models_3.js +35 -0
  29. package/dist-es/models/models_4.js +7 -0
  30. package/dist-es/models/models_5.js +12 -0
  31. package/dist-es/models/models_6.js +22 -0
  32. package/dist-es/protocols/Aws_ec2.js +18 -0
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -3
  34. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  41. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  42. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  43. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  44. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  45. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  46. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  47. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +6 -0
  48. package/dist-types/models/models_0.d.ts +21 -8
  49. package/dist-types/models/models_2.d.ts +51 -31
  50. package/dist-types/models/models_3.d.ts +36 -8
  51. package/dist-types/models/models_4.d.ts +16 -12
  52. package/dist-types/models/models_5.d.ts +16 -8
  53. package/dist-types/models/models_6.d.ts +68 -28
  54. package/dist-types/ts3.4/models/models_0.d.ts +7 -0
  55. package/dist-types/ts3.4/models/models_2.d.ts +9 -0
  56. package/dist-types/ts3.4/models/models_3.d.ts +21 -0
  57. package/dist-types/ts3.4/models/models_4.d.ts +3 -0
  58. package/dist-types/ts3.4/models/models_5.d.ts +6 -0
  59. package/dist-types/ts3.4/models/models_6.d.ts +18 -0
  60. package/package.json +6 -6
@@ -440,7 +440,7 @@ export interface DeleteTransitGatewayVpcAttachmentResult {
440
440
  */
441
441
  export interface DeleteVerifiedAccessEndpointRequest {
442
442
  /**
443
- * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
443
+ * <p>The ID of the Verified Access endpoint.</p>
444
444
  */
445
445
  VerifiedAccessEndpointId: string | undefined;
446
446
  /**
@@ -460,7 +460,7 @@ export interface DeleteVerifiedAccessEndpointRequest {
460
460
  */
461
461
  export interface DeleteVerifiedAccessEndpointResult {
462
462
  /**
463
- * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
463
+ * <p>The ID of the Verified Access endpoint.</p>
464
464
  */
465
465
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
466
466
  }
@@ -469,7 +469,7 @@ export interface DeleteVerifiedAccessEndpointResult {
469
469
  */
470
470
  export interface DeleteVerifiedAccessGroupRequest {
471
471
  /**
472
- * <p>The ID of the Amazon Web Services Verified Access group.</p>
472
+ * <p>The ID of the Verified Access group.</p>
473
473
  */
474
474
  VerifiedAccessGroupId: string | undefined;
475
475
  /**
@@ -489,7 +489,7 @@ export interface DeleteVerifiedAccessGroupRequest {
489
489
  */
490
490
  export interface DeleteVerifiedAccessGroupResult {
491
491
  /**
492
- * <p>The ID of the Amazon Web Services Verified Access group.</p>
492
+ * <p>The ID of the Verified Access group.</p>
493
493
  */
494
494
  VerifiedAccessGroup?: VerifiedAccessGroup;
495
495
  }
@@ -498,7 +498,7 @@ export interface DeleteVerifiedAccessGroupResult {
498
498
  */
499
499
  export interface DeleteVerifiedAccessInstanceRequest {
500
500
  /**
501
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
501
+ * <p>The ID of the Verified Access instance.</p>
502
502
  */
503
503
  VerifiedAccessInstanceId: string | undefined;
504
504
  /**
@@ -518,7 +518,7 @@ export interface DeleteVerifiedAccessInstanceRequest {
518
518
  */
519
519
  export interface DeleteVerifiedAccessInstanceResult {
520
520
  /**
521
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
521
+ * <p>The ID of the Verified Access instance.</p>
522
522
  */
523
523
  VerifiedAccessInstance?: VerifiedAccessInstance;
524
524
  }
@@ -527,7 +527,7 @@ export interface DeleteVerifiedAccessInstanceResult {
527
527
  */
528
528
  export interface DeleteVerifiedAccessTrustProviderRequest {
529
529
  /**
530
- * <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
530
+ * <p>The ID of the Verified Access trust provider.</p>
531
531
  */
532
532
  VerifiedAccessTrustProviderId: string | undefined;
533
533
  /**
@@ -547,7 +547,7 @@ export interface DeleteVerifiedAccessTrustProviderRequest {
547
547
  */
548
548
  export interface DeleteVerifiedAccessTrustProviderResult {
549
549
  /**
550
- * <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
550
+ * <p>The ID of the Verified Access trust provider.</p>
551
551
  */
552
552
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
553
553
  }
@@ -8048,3 +8048,31 @@ export declare const MonitoringState: {
8048
8048
  * @public
8049
8049
  */
8050
8050
  export type MonitoringState = (typeof MonitoringState)[keyof typeof MonitoringState];
8051
+ /**
8052
+ * @internal
8053
+ */
8054
+ export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DeleteVerifiedAccessTrustProviderResult) => any;
8055
+ /**
8056
+ * @internal
8057
+ */
8058
+ export declare const DiskImageDescriptionFilterSensitiveLog: (obj: DiskImageDescription) => any;
8059
+ /**
8060
+ * @internal
8061
+ */
8062
+ export declare const ImportInstanceVolumeDetailItemFilterSensitiveLog: (obj: ImportInstanceVolumeDetailItem) => any;
8063
+ /**
8064
+ * @internal
8065
+ */
8066
+ export declare const ImportInstanceTaskDetailsFilterSensitiveLog: (obj: ImportInstanceTaskDetails) => any;
8067
+ /**
8068
+ * @internal
8069
+ */
8070
+ export declare const ImportVolumeTaskDetailsFilterSensitiveLog: (obj: ImportVolumeTaskDetails) => any;
8071
+ /**
8072
+ * @internal
8073
+ */
8074
+ export declare const ConversionTaskFilterSensitiveLog: (obj: ConversionTask) => any;
8075
+ /**
8076
+ * @internal
8077
+ */
8078
+ export declare const DescribeConversionTasksResultFilterSensitiveLog: (obj: DescribeConversionTasksResult) => any;
@@ -9398,15 +9398,15 @@ export interface DescribeTrunkInterfaceAssociationsResult {
9398
9398
  */
9399
9399
  export interface DescribeVerifiedAccessEndpointsRequest {
9400
9400
  /**
9401
- * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
9401
+ * <p>The ID of the Verified Access endpoint.</p>
9402
9402
  */
9403
9403
  VerifiedAccessEndpointIds?: string[];
9404
9404
  /**
9405
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
9405
+ * <p>The ID of the Verified Access instance.</p>
9406
9406
  */
9407
9407
  VerifiedAccessInstanceId?: string;
9408
9408
  /**
9409
- * <p>The ID of the Amazon Web Services Verified Access group.</p>
9409
+ * <p>The ID of the Verified Access group.</p>
9410
9410
  */
9411
9411
  VerifiedAccessGroupId?: string;
9412
9412
  /**
@@ -9434,7 +9434,7 @@ export interface DescribeVerifiedAccessEndpointsRequest {
9434
9434
  */
9435
9435
  export interface DescribeVerifiedAccessEndpointsResult {
9436
9436
  /**
9437
- * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
9437
+ * <p>The ID of the Verified Access endpoint.</p>
9438
9438
  */
9439
9439
  VerifiedAccessEndpoints?: VerifiedAccessEndpoint[];
9440
9440
  /**
@@ -9447,11 +9447,11 @@ export interface DescribeVerifiedAccessEndpointsResult {
9447
9447
  */
9448
9448
  export interface DescribeVerifiedAccessGroupsRequest {
9449
9449
  /**
9450
- * <p>The ID of the Amazon Web Services Verified Access groups.</p>
9450
+ * <p>The ID of the Verified Access groups.</p>
9451
9451
  */
9452
9452
  VerifiedAccessGroupIds?: string[];
9453
9453
  /**
9454
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
9454
+ * <p>The ID of the Verified Access instance.</p>
9455
9455
  */
9456
9456
  VerifiedAccessInstanceId?: string;
9457
9457
  /**
@@ -9492,7 +9492,7 @@ export interface DescribeVerifiedAccessGroupsResult {
9492
9492
  */
9493
9493
  export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
9494
9494
  /**
9495
- * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
9495
+ * <p>The IDs of the Verified Access instances.</p>
9496
9496
  */
9497
9497
  VerifiedAccessInstanceIds?: string[];
9498
9498
  /**
@@ -9640,7 +9640,7 @@ export interface VerifiedAccessInstanceLoggingConfiguration {
9640
9640
  */
9641
9641
  export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
9642
9642
  /**
9643
- * <p>The current logging configuration for the Amazon Web Services Verified Access instances.</p>
9643
+ * <p>The current logging configuration for the Verified Access instances.</p>
9644
9644
  */
9645
9645
  LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[];
9646
9646
  /**
@@ -9653,7 +9653,7 @@ export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
9653
9653
  */
9654
9654
  export interface DescribeVerifiedAccessInstancesRequest {
9655
9655
  /**
9656
- * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
9656
+ * <p>The IDs of the Verified Access instances.</p>
9657
9657
  */
9658
9658
  VerifiedAccessInstanceIds?: string[];
9659
9659
  /**
@@ -9681,7 +9681,7 @@ export interface DescribeVerifiedAccessInstancesRequest {
9681
9681
  */
9682
9682
  export interface DescribeVerifiedAccessInstancesResult {
9683
9683
  /**
9684
- * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
9684
+ * <p>The IDs of the Verified Access instances.</p>
9685
9685
  */
9686
9686
  VerifiedAccessInstances?: VerifiedAccessInstance[];
9687
9687
  /**
@@ -9694,7 +9694,7 @@ export interface DescribeVerifiedAccessInstancesResult {
9694
9694
  */
9695
9695
  export interface DescribeVerifiedAccessTrustProvidersRequest {
9696
9696
  /**
9697
- * <p>The IDs of the Amazon Web Services Verified Access trust providers.</p>
9697
+ * <p>The IDs of the Verified Access trust providers.</p>
9698
9698
  */
9699
9699
  VerifiedAccessTrustProviderIds?: string[];
9700
9700
  /**
@@ -9722,7 +9722,7 @@ export interface DescribeVerifiedAccessTrustProvidersRequest {
9722
9722
  */
9723
9723
  export interface DescribeVerifiedAccessTrustProvidersResult {
9724
9724
  /**
9725
- * <p>The IDs of the Amazon Web Services Verified Access trust providers.</p>
9725
+ * <p>The IDs of the Verified Access trust providers.</p>
9726
9726
  */
9727
9727
  VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[];
9728
9728
  /**
@@ -9925,3 +9925,7 @@ export declare const SpotInstanceRequestFilterSensitiveLog: (obj: SpotInstanceRe
9925
9925
  * @internal
9926
9926
  */
9927
9927
  export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (obj: DescribeSpotInstanceRequestsResult) => any;
9928
+ /**
9929
+ * @internal
9930
+ */
9931
+ export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (obj: DescribeVerifiedAccessTrustProvidersResult) => any;
@@ -1650,11 +1650,11 @@ export interface DetachNetworkInterfaceRequest {
1650
1650
  */
1651
1651
  export interface DetachVerifiedAccessTrustProviderRequest {
1652
1652
  /**
1653
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
1653
+ * <p>The ID of the Verified Access instance.</p>
1654
1654
  */
1655
1655
  VerifiedAccessInstanceId: string | undefined;
1656
1656
  /**
1657
- * <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
1657
+ * <p>The ID of the Verified Access trust provider.</p>
1658
1658
  */
1659
1659
  VerifiedAccessTrustProviderId: string | undefined;
1660
1660
  /**
@@ -1674,11 +1674,11 @@ export interface DetachVerifiedAccessTrustProviderRequest {
1674
1674
  */
1675
1675
  export interface DetachVerifiedAccessTrustProviderResult {
1676
1676
  /**
1677
- * <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
1677
+ * <p>The ID of the Verified Access trust provider.</p>
1678
1678
  */
1679
1679
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
1680
1680
  /**
1681
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
1681
+ * <p>The ID of the Verified Access instance.</p>
1682
1682
  */
1683
1683
  VerifiedAccessInstance?: VerifiedAccessInstance;
1684
1684
  }
@@ -6001,7 +6001,7 @@ export interface GetTransitGatewayRouteTablePropagationsResult {
6001
6001
  */
6002
6002
  export interface GetVerifiedAccessEndpointPolicyRequest {
6003
6003
  /**
6004
- * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
6004
+ * <p>The ID of the Verified Access endpoint.</p>
6005
6005
  */
6006
6006
  VerifiedAccessEndpointId: string | undefined;
6007
6007
  /**
@@ -6020,7 +6020,7 @@ export interface GetVerifiedAccessEndpointPolicyResult {
6020
6020
  */
6021
6021
  PolicyEnabled?: boolean;
6022
6022
  /**
6023
- * <p>The Amazon Web Services Verified Access policy document.</p>
6023
+ * <p>The Verified Access policy document.</p>
6024
6024
  */
6025
6025
  PolicyDocument?: string;
6026
6026
  }
@@ -6029,7 +6029,7 @@ export interface GetVerifiedAccessEndpointPolicyResult {
6029
6029
  */
6030
6030
  export interface GetVerifiedAccessGroupPolicyRequest {
6031
6031
  /**
6032
- * <p>The ID of the Amazon Web Services Verified Access group.</p>
6032
+ * <p>The ID of the Verified Access group.</p>
6033
6033
  */
6034
6034
  VerifiedAccessGroupId: string | undefined;
6035
6035
  /**
@@ -6048,7 +6048,7 @@ export interface GetVerifiedAccessGroupPolicyResult {
6048
6048
  */
6049
6049
  PolicyEnabled?: boolean;
6050
6050
  /**
6051
- * <p>The Amazon Web Services Verified Access policy document.</p>
6051
+ * <p>The Verified Access policy document.</p>
6052
6052
  */
6053
6053
  PolicyDocument?: string;
6054
6054
  }
@@ -6710,6 +6710,10 @@ export interface ImportKeyPairResult {
6710
6710
  */
6711
6711
  Tags?: Tag[];
6712
6712
  }
6713
+ /**
6714
+ * @internal
6715
+ */
6716
+ export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DetachVerifiedAccessTrustProviderResult) => any;
6713
6717
  /**
6714
6718
  * @internal
6715
6719
  */
@@ -6738,3 +6742,7 @@ export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (obj:
6738
6742
  * @internal
6739
6743
  */
6740
6744
  export declare const ImportInstanceRequestFilterSensitiveLog: (obj: ImportInstanceRequest) => any;
6745
+ /**
6746
+ * @internal
6747
+ */
6748
+ export declare const ImportInstanceResultFilterSensitiveLog: (obj: ImportInstanceResult) => any;
@@ -2800,7 +2800,8 @@ export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
2800
2800
  }
2801
2801
  /**
2802
2802
  * @public
2803
- * <p>Options for a network-interface type Verified Access endpoint.</p>
2803
+ * <p>Describes the options when modifying a Verified Access endpoint with the
2804
+ * <code>network-interface</code> type.</p>
2804
2805
  */
2805
2806
  export interface ModifyVerifiedAccessEndpointEniOptions {
2806
2807
  /**
@@ -2817,15 +2818,15 @@ export interface ModifyVerifiedAccessEndpointEniOptions {
2817
2818
  */
2818
2819
  export interface ModifyVerifiedAccessEndpointRequest {
2819
2820
  /**
2820
- * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
2821
+ * <p>The ID of the Verified Access endpoint.</p>
2821
2822
  */
2822
2823
  VerifiedAccessEndpointId: string | undefined;
2823
2824
  /**
2824
- * <p>The ID of the Amazon Web Services Verified Access group.</p>
2825
+ * <p>The ID of the Verified Access group.</p>
2825
2826
  */
2826
2827
  VerifiedAccessGroupId?: string;
2827
2828
  /**
2828
- * <p>The load balancer details if creating the Amazon Web Services Verified Access endpoint as
2829
+ * <p>The load balancer details if creating the Verified Access endpoint as
2829
2830
  * <code>load-balancer</code>type.</p>
2830
2831
  */
2831
2832
  LoadBalancerOptions?: ModifyVerifiedAccessEndpointLoadBalancerOptions;
@@ -2834,7 +2835,7 @@ export interface ModifyVerifiedAccessEndpointRequest {
2834
2835
  */
2835
2836
  NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions;
2836
2837
  /**
2837
- * <p>A description for the Amazon Web Services Verified Access endpoint.</p>
2838
+ * <p>A description for the Verified Access endpoint.</p>
2838
2839
  */
2839
2840
  Description?: string;
2840
2841
  /**
@@ -2854,7 +2855,7 @@ export interface ModifyVerifiedAccessEndpointRequest {
2854
2855
  */
2855
2856
  export interface ModifyVerifiedAccessEndpointResult {
2856
2857
  /**
2857
- * <p>The Amazon Web Services Verified Access endpoint details.</p>
2858
+ * <p>The Verified Access endpoint details.</p>
2858
2859
  */
2859
2860
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
2860
2861
  }
@@ -2863,7 +2864,7 @@ export interface ModifyVerifiedAccessEndpointResult {
2863
2864
  */
2864
2865
  export interface ModifyVerifiedAccessEndpointPolicyRequest {
2865
2866
  /**
2866
- * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
2867
+ * <p>The ID of the Verified Access endpoint.</p>
2867
2868
  */
2868
2869
  VerifiedAccessEndpointId: string | undefined;
2869
2870
  /**
@@ -2871,7 +2872,7 @@ export interface ModifyVerifiedAccessEndpointPolicyRequest {
2871
2872
  */
2872
2873
  PolicyEnabled: boolean | undefined;
2873
2874
  /**
2874
- * <p>The Amazon Web Services Verified Access policy document.</p>
2875
+ * <p>The Verified Access policy document.</p>
2875
2876
  */
2876
2877
  PolicyDocument?: string;
2877
2878
  /**
@@ -2895,7 +2896,7 @@ export interface ModifyVerifiedAccessEndpointPolicyResult {
2895
2896
  */
2896
2897
  PolicyEnabled?: boolean;
2897
2898
  /**
2898
- * <p>The Amazon Web Services Verified Access policy document.</p>
2899
+ * <p>The Verified Access policy document.</p>
2899
2900
  */
2900
2901
  PolicyDocument?: string;
2901
2902
  }
@@ -2904,15 +2905,15 @@ export interface ModifyVerifiedAccessEndpointPolicyResult {
2904
2905
  */
2905
2906
  export interface ModifyVerifiedAccessGroupRequest {
2906
2907
  /**
2907
- * <p>The ID of the Amazon Web Services Verified Access group.</p>
2908
+ * <p>The ID of the Verified Access group.</p>
2908
2909
  */
2909
2910
  VerifiedAccessGroupId: string | undefined;
2910
2911
  /**
2911
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
2912
+ * <p>The ID of the Verified Access instance.</p>
2912
2913
  */
2913
2914
  VerifiedAccessInstanceId?: string;
2914
2915
  /**
2915
- * <p>A description for the Amazon Web Services Verified Access group.</p>
2916
+ * <p>A description for the Verified Access group.</p>
2916
2917
  */
2917
2918
  Description?: string;
2918
2919
  /**
@@ -2932,7 +2933,7 @@ export interface ModifyVerifiedAccessGroupRequest {
2932
2933
  */
2933
2934
  export interface ModifyVerifiedAccessGroupResult {
2934
2935
  /**
2935
- * <p>Details of Amazon Web Services Verified Access group.</p>
2936
+ * <p>Details of Verified Access group.</p>
2936
2937
  */
2937
2938
  VerifiedAccessGroup?: VerifiedAccessGroup;
2938
2939
  }
@@ -2941,7 +2942,7 @@ export interface ModifyVerifiedAccessGroupResult {
2941
2942
  */
2942
2943
  export interface ModifyVerifiedAccessGroupPolicyRequest {
2943
2944
  /**
2944
- * <p>The ID of the Amazon Web Services Verified Access group.</p>
2945
+ * <p>The ID of the Verified Access group.</p>
2945
2946
  */
2946
2947
  VerifiedAccessGroupId: string | undefined;
2947
2948
  /**
@@ -2949,7 +2950,7 @@ export interface ModifyVerifiedAccessGroupPolicyRequest {
2949
2950
  */
2950
2951
  PolicyEnabled: boolean | undefined;
2951
2952
  /**
2952
- * <p>The Amazon Web Services Verified Access policy document.</p>
2953
+ * <p>The Verified Access policy document.</p>
2953
2954
  */
2954
2955
  PolicyDocument?: string;
2955
2956
  /**
@@ -2973,7 +2974,7 @@ export interface ModifyVerifiedAccessGroupPolicyResult {
2973
2974
  */
2974
2975
  PolicyEnabled?: boolean;
2975
2976
  /**
2976
- * <p>The Amazon Web Services Verified Access policy document.</p>
2977
+ * <p>The Verified Access policy document.</p>
2977
2978
  */
2978
2979
  PolicyDocument?: string;
2979
2980
  }
@@ -2982,11 +2983,11 @@ export interface ModifyVerifiedAccessGroupPolicyResult {
2982
2983
  */
2983
2984
  export interface ModifyVerifiedAccessInstanceRequest {
2984
2985
  /**
2985
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
2986
+ * <p>The ID of the Verified Access instance.</p>
2986
2987
  */
2987
2988
  VerifiedAccessInstanceId: string | undefined;
2988
2989
  /**
2989
- * <p>A description for the Amazon Web Services Verified Access instance.</p>
2990
+ * <p>A description for the Verified Access instance.</p>
2990
2991
  */
2991
2992
  Description?: string;
2992
2993
  /**
@@ -3006,7 +3007,7 @@ export interface ModifyVerifiedAccessInstanceRequest {
3006
3007
  */
3007
3008
  export interface ModifyVerifiedAccessInstanceResult {
3008
3009
  /**
3009
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
3010
+ * <p>The ID of the Verified Access instance.</p>
3010
3011
  */
3011
3012
  VerifiedAccessInstance?: VerifiedAccessInstance;
3012
3013
  }
@@ -3083,11 +3084,11 @@ export interface VerifiedAccessLogOptions {
3083
3084
  */
3084
3085
  export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
3085
3086
  /**
3086
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
3087
+ * <p>The ID of the Verified Access instance.</p>
3087
3088
  */
3088
3089
  VerifiedAccessInstanceId: string | undefined;
3089
3090
  /**
3090
- * <p>The configuration options for Amazon Web Services Verified Access instances.</p>
3091
+ * <p>The configuration options for Verified Access instances.</p>
3091
3092
  */
3092
3093
  AccessLogs: VerifiedAccessLogOptions | undefined;
3093
3094
  /**
@@ -3107,16 +3108,39 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
3107
3108
  */
3108
3109
  export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
3109
3110
  /**
3110
- * <p>The logging configuration for Amazon Web Services Verified Access instance.</p>
3111
+ * <p>The logging configuration for the Verified Access instance.</p>
3111
3112
  */
3112
3113
  LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration;
3113
3114
  }
3114
3115
  /**
3115
3116
  * @public
3116
- * <p>OpenID Connect options for an <code>oidc</code>-type, user-identity based trust
3117
- * provider.</p>
3117
+ * <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
3118
3118
  */
3119
3119
  export interface ModifyVerifiedAccessTrustProviderOidcOptions {
3120
+ /**
3121
+ * <p>The OIDC issuer.</p>
3122
+ */
3123
+ Issuer?: string;
3124
+ /**
3125
+ * <p>The OIDC authorization endpoint.</p>
3126
+ */
3127
+ AuthorizationEndpoint?: string;
3128
+ /**
3129
+ * <p>The OIDC token endpoint.</p>
3130
+ */
3131
+ TokenEndpoint?: string;
3132
+ /**
3133
+ * <p>The OIDC user info endpoint.</p>
3134
+ */
3135
+ UserInfoEndpoint?: string;
3136
+ /**
3137
+ * <p>The client identifier.</p>
3138
+ */
3139
+ ClientId?: string;
3140
+ /**
3141
+ * <p>The client secret.</p>
3142
+ */
3143
+ ClientSecret?: string;
3120
3144
  /**
3121
3145
  * <p>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.</p>
3122
3146
  */
@@ -3127,15 +3151,15 @@ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
3127
3151
  */
3128
3152
  export interface ModifyVerifiedAccessTrustProviderRequest {
3129
3153
  /**
3130
- * <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
3154
+ * <p>The ID of the Verified Access trust provider.</p>
3131
3155
  */
3132
3156
  VerifiedAccessTrustProviderId: string | undefined;
3133
3157
  /**
3134
- * <p>The OpenID Connect details for an <code>oidc</code>-type, user-identity based trust provider.</p>
3158
+ * <p>The options for an OpenID Connect-compatible user-identity trust provider.</p>
3135
3159
  */
3136
3160
  OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
3137
3161
  /**
3138
- * <p>A description for the Amazon Web Services Verified Access trust provider.</p>
3162
+ * <p>A description for the Verified Access trust provider.</p>
3139
3163
  */
3140
3164
  Description?: string;
3141
3165
  /**
@@ -3155,7 +3179,7 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
3155
3179
  */
3156
3180
  export interface ModifyVerifiedAccessTrustProviderResult {
3157
3181
  /**
3158
- * <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
3182
+ * <p>The ID of the Verified Access trust provider.</p>
3159
3183
  */
3160
3184
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
3161
3185
  }
@@ -7303,6 +7327,22 @@ export interface StartInstancesRequest {
7303
7327
  * @internal
7304
7328
  */
7305
7329
  export declare const ImportVolumeRequestFilterSensitiveLog: (obj: ImportVolumeRequest) => any;
7330
+ /**
7331
+ * @internal
7332
+ */
7333
+ export declare const ImportVolumeResultFilterSensitiveLog: (obj: ImportVolumeResult) => any;
7334
+ /**
7335
+ * @internal
7336
+ */
7337
+ export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderOidcOptions) => any;
7338
+ /**
7339
+ * @internal
7340
+ */
7341
+ export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderRequest) => any;
7342
+ /**
7343
+ * @internal
7344
+ */
7345
+ export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderResult) => any;
7306
7346
  /**
7307
7347
  * @internal
7308
7348
  */
@@ -2655,6 +2655,13 @@ export interface FederatedAuthenticationRequest {
2655
2655
  export interface CertificateAuthenticationRequest {
2656
2656
  ClientRootCertificateChainArn?: string;
2657
2657
  }
2658
+ export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
2659
+ export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
2660
+ obj: VerifiedAccessTrustProvider
2661
+ ) => any;
2662
+ export declare const AttachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
2663
+ obj: AttachVerifiedAccessTrustProviderResult
2664
+ ) => any;
2658
2665
  export declare const CopySnapshotRequestFilterSensitiveLog: (
2659
2666
  obj: CopySnapshotRequest
2660
2667
  ) => any;
@@ -1844,3 +1844,12 @@ export interface DeleteSnapshotRequest {
1844
1844
  export interface DeleteSpotDatafeedSubscriptionRequest {
1845
1845
  DryRun?: boolean;
1846
1846
  }
1847
+ export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1848
+ obj: CreateVerifiedAccessTrustProviderOidcOptions
1849
+ ) => any;
1850
+ export declare const CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog: (
1851
+ obj: CreateVerifiedAccessTrustProviderRequest
1852
+ ) => any;
1853
+ export declare const CreateVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1854
+ obj: CreateVerifiedAccessTrustProviderResult
1855
+ ) => any;
@@ -1842,3 +1842,24 @@ export declare const MonitoringState: {
1842
1842
  };
1843
1843
  export type MonitoringState =
1844
1844
  (typeof MonitoringState)[keyof typeof MonitoringState];
1845
+ export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1846
+ obj: DeleteVerifiedAccessTrustProviderResult
1847
+ ) => any;
1848
+ export declare const DiskImageDescriptionFilterSensitiveLog: (
1849
+ obj: DiskImageDescription
1850
+ ) => any;
1851
+ export declare const ImportInstanceVolumeDetailItemFilterSensitiveLog: (
1852
+ obj: ImportInstanceVolumeDetailItem
1853
+ ) => any;
1854
+ export declare const ImportInstanceTaskDetailsFilterSensitiveLog: (
1855
+ obj: ImportInstanceTaskDetails
1856
+ ) => any;
1857
+ export declare const ImportVolumeTaskDetailsFilterSensitiveLog: (
1858
+ obj: ImportVolumeTaskDetails
1859
+ ) => any;
1860
+ export declare const ConversionTaskFilterSensitiveLog: (
1861
+ obj: ConversionTask
1862
+ ) => any;
1863
+ export declare const DescribeConversionTasksResultFilterSensitiveLog: (
1864
+ obj: DescribeConversionTasksResult
1865
+ ) => any;
@@ -2101,3 +2101,6 @@ export declare const SpotInstanceRequestFilterSensitiveLog: (
2101
2101
  export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
2102
2102
  obj: DescribeSpotInstanceRequestsResult
2103
2103
  ) => any;
2104
+ export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
2105
+ obj: DescribeVerifiedAccessTrustProvidersResult
2106
+ ) => any;
@@ -1691,6 +1691,9 @@ export interface ImportKeyPairResult {
1691
1691
  KeyPairId?: string;
1692
1692
  Tags?: Tag[];
1693
1693
  }
1694
+ export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1695
+ obj: DetachVerifiedAccessTrustProviderResult
1696
+ ) => any;
1694
1697
  export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
1695
1698
  obj: GetLaunchTemplateDataResult
1696
1699
  ) => any;
@@ -1708,3 +1711,6 @@ export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (
1708
1711
  export declare const ImportInstanceRequestFilterSensitiveLog: (
1709
1712
  obj: ImportInstanceRequest
1710
1713
  ) => any;
1714
+ export declare const ImportInstanceResultFilterSensitiveLog: (
1715
+ obj: ImportInstanceResult
1716
+ ) => any;
@@ -909,6 +909,12 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
909
909
  LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration;
910
910
  }
911
911
  export interface ModifyVerifiedAccessTrustProviderOidcOptions {
912
+ Issuer?: string;
913
+ AuthorizationEndpoint?: string;
914
+ TokenEndpoint?: string;
915
+ UserInfoEndpoint?: string;
916
+ ClientId?: string;
917
+ ClientSecret?: string;
912
918
  Scope?: string;
913
919
  }
914
920
  export interface ModifyVerifiedAccessTrustProviderRequest {
@@ -1856,6 +1862,18 @@ export interface StartInstancesRequest {
1856
1862
  export declare const ImportVolumeRequestFilterSensitiveLog: (
1857
1863
  obj: ImportVolumeRequest
1858
1864
  ) => any;
1865
+ export declare const ImportVolumeResultFilterSensitiveLog: (
1866
+ obj: ImportVolumeResult
1867
+ ) => any;
1868
+ export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1869
+ obj: ModifyVerifiedAccessTrustProviderOidcOptions
1870
+ ) => any;
1871
+ export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: (
1872
+ obj: ModifyVerifiedAccessTrustProviderRequest
1873
+ ) => any;
1874
+ export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1875
+ obj: ModifyVerifiedAccessTrustProviderResult
1876
+ ) => any;
1859
1877
  export declare const RequestSpotFleetRequestFilterSensitiveLog: (
1860
1878
  obj: RequestSpotFleetRequest
1861
1879
  ) => any;