@aws-sdk/client-elastic-load-balancing-v2 3.451.0 → 3.458.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +114 -34
- package/dist-cjs/ElasticLoadBalancingV2.js +20 -0
- package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +51 -0
- package/dist-cjs/commands/CreateTrustStoreCommand.js +51 -0
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustStoresCommand.js +51 -0
- package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +51 -0
- package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +51 -0
- package/dist-cjs/commands/ModifyTrustStoreCommand.js +51 -0
- package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +51 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +175 -2
- package/dist-cjs/pagination/DescribeTrustStoreAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeTrustStoreRevocationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeTrustStoresPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_query.js +1187 -19
- package/dist-es/ElasticLoadBalancingV2.js +20 -0
- package/dist-es/commands/AddTrustStoreRevocationsCommand.js +47 -0
- package/dist-es/commands/CreateTrustStoreCommand.js +47 -0
- package/dist-es/commands/DeleteTrustStoreCommand.js +47 -0
- package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +47 -0
- package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +47 -0
- package/dist-es/commands/DescribeTrustStoresCommand.js +47 -0
- package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +47 -0
- package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +47 -0
- package/dist-es/commands/ModifyTrustStoreCommand.js +47 -0
- package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +47 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +162 -0
- package/dist-es/pagination/DescribeTrustStoreAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeTrustStoreRevocationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeTrustStoresPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_query.js +1167 -19
- package/dist-types/ElasticLoadBalancingV2.d.ts +70 -0
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +12 -2
- package/dist-types/commands/AddTagsCommand.d.ts +5 -2
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +100 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +17 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +108 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +77 -0
- package/dist-types/commands/DescribeListenersCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +93 -0
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +93 -0
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +78 -0
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +82 -0
- package/dist-types/commands/ModifyListenerCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +93 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +4 -1
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +712 -2
- package/dist-types/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeTrustStoresPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_query.d.ts +90 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +176 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +254 -0
- package/dist-types/ts3.4/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTrustStoresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +120 -0
- package/package.json +3 -3
|
@@ -584,7 +584,7 @@ export declare class TargetGroupNotFoundException extends __BaseException {
|
|
|
584
584
|
}
|
|
585
585
|
/**
|
|
586
586
|
* @public
|
|
587
|
-
* <p>You've reached the limit on the number of tags
|
|
587
|
+
* <p>You've reached the limit on the number of tags for this resource.</p>
|
|
588
588
|
*/
|
|
589
589
|
export declare class TooManyTagsException extends __BaseException {
|
|
590
590
|
readonly name: "TooManyTagsException";
|
|
@@ -595,6 +595,146 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
595
595
|
*/
|
|
596
596
|
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
597
597
|
}
|
|
598
|
+
/**
|
|
599
|
+
* @public
|
|
600
|
+
* <p>The specified trust store does not exist.</p>
|
|
601
|
+
*/
|
|
602
|
+
export declare class TrustStoreNotFoundException extends __BaseException {
|
|
603
|
+
readonly name: "TrustStoreNotFoundException";
|
|
604
|
+
readonly $fault: "client";
|
|
605
|
+
Message?: string;
|
|
606
|
+
/**
|
|
607
|
+
* @internal
|
|
608
|
+
*/
|
|
609
|
+
constructor(opts: __ExceptionOptionType<TrustStoreNotFoundException, __BaseException>);
|
|
610
|
+
}
|
|
611
|
+
/**
|
|
612
|
+
* @public
|
|
613
|
+
* @enum
|
|
614
|
+
*/
|
|
615
|
+
export declare const RevocationType: {
|
|
616
|
+
readonly CRL: "CRL";
|
|
617
|
+
};
|
|
618
|
+
/**
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
export type RevocationType = (typeof RevocationType)[keyof typeof RevocationType];
|
|
622
|
+
/**
|
|
623
|
+
* @public
|
|
624
|
+
* <p>Information about a revocation file.</p>
|
|
625
|
+
*/
|
|
626
|
+
export interface RevocationContent {
|
|
627
|
+
/**
|
|
628
|
+
* @public
|
|
629
|
+
* <p>The Amazon S3 bucket for the revocation file.</p>
|
|
630
|
+
*/
|
|
631
|
+
S3Bucket?: string;
|
|
632
|
+
/**
|
|
633
|
+
* @public
|
|
634
|
+
* <p>The Amazon S3 path for the revocation file.</p>
|
|
635
|
+
*/
|
|
636
|
+
S3Key?: string;
|
|
637
|
+
/**
|
|
638
|
+
* @public
|
|
639
|
+
* <p>The Amazon S3 object version of the revocation file.</p>
|
|
640
|
+
*/
|
|
641
|
+
S3ObjectVersion?: string;
|
|
642
|
+
/**
|
|
643
|
+
* @public
|
|
644
|
+
* <p>The type of revocation file.</p>
|
|
645
|
+
*/
|
|
646
|
+
RevocationType?: RevocationType;
|
|
647
|
+
}
|
|
648
|
+
/**
|
|
649
|
+
* @public
|
|
650
|
+
*/
|
|
651
|
+
export interface AddTrustStoreRevocationsInput {
|
|
652
|
+
/**
|
|
653
|
+
* @public
|
|
654
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
655
|
+
*/
|
|
656
|
+
TrustStoreArn: string | undefined;
|
|
657
|
+
/**
|
|
658
|
+
* @public
|
|
659
|
+
* <p>The revocation file to add.</p>
|
|
660
|
+
*/
|
|
661
|
+
RevocationContents?: RevocationContent[];
|
|
662
|
+
}
|
|
663
|
+
/**
|
|
664
|
+
* @public
|
|
665
|
+
* <p>Information about a revocation file in use by a trust store.</p>
|
|
666
|
+
*/
|
|
667
|
+
export interface TrustStoreRevocation {
|
|
668
|
+
/**
|
|
669
|
+
* @public
|
|
670
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
671
|
+
*/
|
|
672
|
+
TrustStoreArn?: string;
|
|
673
|
+
/**
|
|
674
|
+
* @public
|
|
675
|
+
* <p>The revocation ID of the revocation file.</p>
|
|
676
|
+
*/
|
|
677
|
+
RevocationId?: number;
|
|
678
|
+
/**
|
|
679
|
+
* @public
|
|
680
|
+
* <p>The type of revocation file.</p>
|
|
681
|
+
*/
|
|
682
|
+
RevocationType?: RevocationType;
|
|
683
|
+
/**
|
|
684
|
+
* @public
|
|
685
|
+
* <p>The number of revoked certificates.</p>
|
|
686
|
+
*/
|
|
687
|
+
NumberOfRevokedEntries?: number;
|
|
688
|
+
}
|
|
689
|
+
/**
|
|
690
|
+
* @public
|
|
691
|
+
*/
|
|
692
|
+
export interface AddTrustStoreRevocationsOutput {
|
|
693
|
+
/**
|
|
694
|
+
* @public
|
|
695
|
+
* <p>Information about the revocation file added to the trust store.</p>
|
|
696
|
+
*/
|
|
697
|
+
TrustStoreRevocations?: TrustStoreRevocation[];
|
|
698
|
+
}
|
|
699
|
+
/**
|
|
700
|
+
* @public
|
|
701
|
+
* <p>The provided revocation file is an invalid format, or uses an incorrect algorithm.</p>
|
|
702
|
+
*/
|
|
703
|
+
export declare class InvalidRevocationContentException extends __BaseException {
|
|
704
|
+
readonly name: "InvalidRevocationContentException";
|
|
705
|
+
readonly $fault: "client";
|
|
706
|
+
Message?: string;
|
|
707
|
+
/**
|
|
708
|
+
* @internal
|
|
709
|
+
*/
|
|
710
|
+
constructor(opts: __ExceptionOptionType<InvalidRevocationContentException, __BaseException>);
|
|
711
|
+
}
|
|
712
|
+
/**
|
|
713
|
+
* @public
|
|
714
|
+
* <p>The specified revocation file does not exist.</p>
|
|
715
|
+
*/
|
|
716
|
+
export declare class RevocationContentNotFoundException extends __BaseException {
|
|
717
|
+
readonly name: "RevocationContentNotFoundException";
|
|
718
|
+
readonly $fault: "client";
|
|
719
|
+
Message?: string;
|
|
720
|
+
/**
|
|
721
|
+
* @internal
|
|
722
|
+
*/
|
|
723
|
+
constructor(opts: __ExceptionOptionType<RevocationContentNotFoundException, __BaseException>);
|
|
724
|
+
}
|
|
725
|
+
/**
|
|
726
|
+
* @public
|
|
727
|
+
* <p>The specified trust store has too many revocation entries.</p>
|
|
728
|
+
*/
|
|
729
|
+
export declare class TooManyTrustStoreRevocationEntriesException extends __BaseException {
|
|
730
|
+
readonly name: "TooManyTrustStoreRevocationEntriesException";
|
|
731
|
+
readonly $fault: "client";
|
|
732
|
+
Message?: string;
|
|
733
|
+
/**
|
|
734
|
+
* @internal
|
|
735
|
+
*/
|
|
736
|
+
constructor(opts: __ExceptionOptionType<TooManyTrustStoreRevocationEntriesException, __BaseException>);
|
|
737
|
+
}
|
|
598
738
|
/**
|
|
599
739
|
* @public
|
|
600
740
|
* <p>The specified allocation ID does not exist.</p>
|
|
@@ -621,6 +761,46 @@ export declare class ALPNPolicyNotSupportedException extends __BaseException {
|
|
|
621
761
|
*/
|
|
622
762
|
constructor(opts: __ExceptionOptionType<ALPNPolicyNotSupportedException, __BaseException>);
|
|
623
763
|
}
|
|
764
|
+
/**
|
|
765
|
+
* @public
|
|
766
|
+
* @enum
|
|
767
|
+
*/
|
|
768
|
+
export declare const MitigationInEffectEnum: {
|
|
769
|
+
readonly NO: "no";
|
|
770
|
+
readonly YES: "yes";
|
|
771
|
+
};
|
|
772
|
+
/**
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
775
|
+
export type MitigationInEffectEnum = (typeof MitigationInEffectEnum)[keyof typeof MitigationInEffectEnum];
|
|
776
|
+
/**
|
|
777
|
+
* @public
|
|
778
|
+
* @enum
|
|
779
|
+
*/
|
|
780
|
+
export declare const AnomalyResultEnum: {
|
|
781
|
+
readonly ANOMALOUS: "anomalous";
|
|
782
|
+
readonly NORMAL: "normal";
|
|
783
|
+
};
|
|
784
|
+
/**
|
|
785
|
+
* @public
|
|
786
|
+
*/
|
|
787
|
+
export type AnomalyResultEnum = (typeof AnomalyResultEnum)[keyof typeof AnomalyResultEnum];
|
|
788
|
+
/**
|
|
789
|
+
* @public
|
|
790
|
+
* <p>Information about anomaly detection and mitigation.</p>
|
|
791
|
+
*/
|
|
792
|
+
export interface AnomalyDetection {
|
|
793
|
+
/**
|
|
794
|
+
* @public
|
|
795
|
+
* <p>The latest anomaly detection result.</p>
|
|
796
|
+
*/
|
|
797
|
+
Result?: AnomalyResultEnum;
|
|
798
|
+
/**
|
|
799
|
+
* @public
|
|
800
|
+
* <p>Indicates whether anomaly mitigation is in progress.</p>
|
|
801
|
+
*/
|
|
802
|
+
MitigationInEffect?: MitigationInEffectEnum;
|
|
803
|
+
}
|
|
624
804
|
/**
|
|
625
805
|
* @public
|
|
626
806
|
* <p>Information about a static IP address for a load balancer.</p>
|
|
@@ -690,6 +870,19 @@ export declare class AvailabilityZoneNotSupportedException extends __BaseExcepti
|
|
|
690
870
|
*/
|
|
691
871
|
constructor(opts: __ExceptionOptionType<AvailabilityZoneNotSupportedException, __BaseException>);
|
|
692
872
|
}
|
|
873
|
+
/**
|
|
874
|
+
* @public
|
|
875
|
+
* <p>The specified ca certificate bundle does not exist.</p>
|
|
876
|
+
*/
|
|
877
|
+
export declare class CaCertificatesBundleNotFoundException extends __BaseException {
|
|
878
|
+
readonly name: "CaCertificatesBundleNotFoundException";
|
|
879
|
+
readonly $fault: "client";
|
|
880
|
+
Message?: string;
|
|
881
|
+
/**
|
|
882
|
+
* @internal
|
|
883
|
+
*/
|
|
884
|
+
constructor(opts: __ExceptionOptionType<CaCertificatesBundleNotFoundException, __BaseException>);
|
|
885
|
+
}
|
|
693
886
|
/**
|
|
694
887
|
* @public
|
|
695
888
|
* <p>Information about a cipher used in a policy.</p>
|
|
@@ -706,6 +899,29 @@ export interface Cipher {
|
|
|
706
899
|
*/
|
|
707
900
|
Priority?: number;
|
|
708
901
|
}
|
|
902
|
+
/**
|
|
903
|
+
* @public
|
|
904
|
+
* <p>Information about the mutual authentication attributes of a listener.</p>
|
|
905
|
+
*/
|
|
906
|
+
export interface MutualAuthenticationAttributes {
|
|
907
|
+
/**
|
|
908
|
+
* @public
|
|
909
|
+
* <p>The client certificate handling method. Options are <code>off</code>,
|
|
910
|
+
* <code>passthrough</code> or <code>verify</code>. The default value is
|
|
911
|
+
* <code>off</code>.</p>
|
|
912
|
+
*/
|
|
913
|
+
Mode?: string;
|
|
914
|
+
/**
|
|
915
|
+
* @public
|
|
916
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
917
|
+
*/
|
|
918
|
+
TrustStoreArn?: string;
|
|
919
|
+
/**
|
|
920
|
+
* @public
|
|
921
|
+
* <p>Indicates whether expired client certificates are ignored.</p>
|
|
922
|
+
*/
|
|
923
|
+
IgnoreClientCertificateExpiry?: boolean;
|
|
924
|
+
}
|
|
709
925
|
/**
|
|
710
926
|
* @public
|
|
711
927
|
* @enum
|
|
@@ -807,6 +1023,11 @@ export interface CreateListenerInput {
|
|
|
807
1023
|
* <p>The tags to assign to the listener.</p>
|
|
808
1024
|
*/
|
|
809
1025
|
Tags?: Tag[];
|
|
1026
|
+
/**
|
|
1027
|
+
* @public
|
|
1028
|
+
* <p>The mutual authentication configuration information.</p>
|
|
1029
|
+
*/
|
|
1030
|
+
MutualAuthentication?: MutualAuthenticationAttributes;
|
|
810
1031
|
}
|
|
811
1032
|
/**
|
|
812
1033
|
* @public
|
|
@@ -855,6 +1076,11 @@ export interface Listener {
|
|
|
855
1076
|
* policy.</p>
|
|
856
1077
|
*/
|
|
857
1078
|
AlpnPolicy?: string[];
|
|
1079
|
+
/**
|
|
1080
|
+
* @public
|
|
1081
|
+
* <p>The mutual authentication configuration information.</p>
|
|
1082
|
+
*/
|
|
1083
|
+
MutualAuthentication?: MutualAuthenticationAttributes;
|
|
858
1084
|
}
|
|
859
1085
|
/**
|
|
860
1086
|
* @public
|
|
@@ -1012,6 +1238,19 @@ export declare class TooManyUniqueTargetGroupsPerLoadBalancerException extends _
|
|
|
1012
1238
|
*/
|
|
1013
1239
|
constructor(opts: __ExceptionOptionType<TooManyUniqueTargetGroupsPerLoadBalancerException, __BaseException>);
|
|
1014
1240
|
}
|
|
1241
|
+
/**
|
|
1242
|
+
* @public
|
|
1243
|
+
* <p>The specified trust store is not active.</p>
|
|
1244
|
+
*/
|
|
1245
|
+
export declare class TrustStoreNotReadyException extends __BaseException {
|
|
1246
|
+
readonly name: "TrustStoreNotReadyException";
|
|
1247
|
+
readonly $fault: "client";
|
|
1248
|
+
Message?: string;
|
|
1249
|
+
/**
|
|
1250
|
+
* @internal
|
|
1251
|
+
*/
|
|
1252
|
+
constructor(opts: __ExceptionOptionType<TrustStoreNotReadyException, __BaseException>);
|
|
1253
|
+
}
|
|
1015
1254
|
/**
|
|
1016
1255
|
* @public
|
|
1017
1256
|
* <p>The specified protocol is not supported.</p>
|
|
@@ -2137,6 +2376,129 @@ export declare class DuplicateTargetGroupNameException extends __BaseException {
|
|
|
2137
2376
|
*/
|
|
2138
2377
|
constructor(opts: __ExceptionOptionType<DuplicateTargetGroupNameException, __BaseException>);
|
|
2139
2378
|
}
|
|
2379
|
+
/**
|
|
2380
|
+
* @public
|
|
2381
|
+
*/
|
|
2382
|
+
export interface CreateTrustStoreInput {
|
|
2383
|
+
/**
|
|
2384
|
+
* @public
|
|
2385
|
+
* <p>The name of the trust store.</p>
|
|
2386
|
+
* <p>This name must be unique per region and cannot be changed after creation.</p>
|
|
2387
|
+
*/
|
|
2388
|
+
Name: string | undefined;
|
|
2389
|
+
/**
|
|
2390
|
+
* @public
|
|
2391
|
+
* <p>The Amazon S3 bucket for the ca certificates bundle.</p>
|
|
2392
|
+
*/
|
|
2393
|
+
CaCertificatesBundleS3Bucket: string | undefined;
|
|
2394
|
+
/**
|
|
2395
|
+
* @public
|
|
2396
|
+
* <p>The Amazon S3 path for the ca certificates bundle.</p>
|
|
2397
|
+
*/
|
|
2398
|
+
CaCertificatesBundleS3Key: string | undefined;
|
|
2399
|
+
/**
|
|
2400
|
+
* @public
|
|
2401
|
+
* <p>The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.</p>
|
|
2402
|
+
*/
|
|
2403
|
+
CaCertificatesBundleS3ObjectVersion?: string;
|
|
2404
|
+
/**
|
|
2405
|
+
* @public
|
|
2406
|
+
* <p>The tags to assign to the trust store.</p>
|
|
2407
|
+
*/
|
|
2408
|
+
Tags?: Tag[];
|
|
2409
|
+
}
|
|
2410
|
+
/**
|
|
2411
|
+
* @public
|
|
2412
|
+
* @enum
|
|
2413
|
+
*/
|
|
2414
|
+
export declare const TrustStoreStatus: {
|
|
2415
|
+
readonly ACTIVE: "ACTIVE";
|
|
2416
|
+
readonly CREATING: "CREATING";
|
|
2417
|
+
};
|
|
2418
|
+
/**
|
|
2419
|
+
* @public
|
|
2420
|
+
*/
|
|
2421
|
+
export type TrustStoreStatus = (typeof TrustStoreStatus)[keyof typeof TrustStoreStatus];
|
|
2422
|
+
/**
|
|
2423
|
+
* @public
|
|
2424
|
+
* <p>Information about a trust store.</p>
|
|
2425
|
+
*/
|
|
2426
|
+
export interface TrustStore {
|
|
2427
|
+
/**
|
|
2428
|
+
* @public
|
|
2429
|
+
* <p>The name of the trust store.</p>
|
|
2430
|
+
*/
|
|
2431
|
+
Name?: string;
|
|
2432
|
+
/**
|
|
2433
|
+
* @public
|
|
2434
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
2435
|
+
*/
|
|
2436
|
+
TrustStoreArn?: string;
|
|
2437
|
+
/**
|
|
2438
|
+
* @public
|
|
2439
|
+
* <p>The current status of the trust store.</p>
|
|
2440
|
+
*/
|
|
2441
|
+
Status?: TrustStoreStatus;
|
|
2442
|
+
/**
|
|
2443
|
+
* @public
|
|
2444
|
+
* <p>The number of ca certificates in the trust store.</p>
|
|
2445
|
+
*/
|
|
2446
|
+
NumberOfCaCertificates?: number;
|
|
2447
|
+
/**
|
|
2448
|
+
* @public
|
|
2449
|
+
* <p>The number of revoked certificates in the trust store.</p>
|
|
2450
|
+
*/
|
|
2451
|
+
TotalRevokedEntries?: number;
|
|
2452
|
+
}
|
|
2453
|
+
/**
|
|
2454
|
+
* @public
|
|
2455
|
+
*/
|
|
2456
|
+
export interface CreateTrustStoreOutput {
|
|
2457
|
+
/**
|
|
2458
|
+
* @public
|
|
2459
|
+
* <p>Information about the trust store created.</p>
|
|
2460
|
+
*/
|
|
2461
|
+
TrustStores?: TrustStore[];
|
|
2462
|
+
}
|
|
2463
|
+
/**
|
|
2464
|
+
* @public
|
|
2465
|
+
* <p>A trust store with the specified name already exists.</p>
|
|
2466
|
+
*/
|
|
2467
|
+
export declare class DuplicateTrustStoreNameException extends __BaseException {
|
|
2468
|
+
readonly name: "DuplicateTrustStoreNameException";
|
|
2469
|
+
readonly $fault: "client";
|
|
2470
|
+
Message?: string;
|
|
2471
|
+
/**
|
|
2472
|
+
* @internal
|
|
2473
|
+
*/
|
|
2474
|
+
constructor(opts: __ExceptionOptionType<DuplicateTrustStoreNameException, __BaseException>);
|
|
2475
|
+
}
|
|
2476
|
+
/**
|
|
2477
|
+
* @public
|
|
2478
|
+
* <p>The specified ca certificate bundle is in an invalid format, or corrupt.</p>
|
|
2479
|
+
*/
|
|
2480
|
+
export declare class InvalidCaCertificatesBundleException extends __BaseException {
|
|
2481
|
+
readonly name: "InvalidCaCertificatesBundleException";
|
|
2482
|
+
readonly $fault: "client";
|
|
2483
|
+
Message?: string;
|
|
2484
|
+
/**
|
|
2485
|
+
* @internal
|
|
2486
|
+
*/
|
|
2487
|
+
constructor(opts: __ExceptionOptionType<InvalidCaCertificatesBundleException, __BaseException>);
|
|
2488
|
+
}
|
|
2489
|
+
/**
|
|
2490
|
+
* @public
|
|
2491
|
+
* <p>You've reached the limit on the number of trust stores for your Amazon Web Services account.</p>
|
|
2492
|
+
*/
|
|
2493
|
+
export declare class TooManyTrustStoresException extends __BaseException {
|
|
2494
|
+
readonly name: "TooManyTrustStoresException";
|
|
2495
|
+
readonly $fault: "client";
|
|
2496
|
+
Message?: string;
|
|
2497
|
+
/**
|
|
2498
|
+
* @internal
|
|
2499
|
+
*/
|
|
2500
|
+
constructor(opts: __ExceptionOptionType<TooManyTrustStoresException, __BaseException>);
|
|
2501
|
+
}
|
|
2140
2502
|
/**
|
|
2141
2503
|
* @public
|
|
2142
2504
|
*/
|
|
@@ -2197,6 +2559,34 @@ export interface DeleteTargetGroupInput {
|
|
|
2197
2559
|
*/
|
|
2198
2560
|
export interface DeleteTargetGroupOutput {
|
|
2199
2561
|
}
|
|
2562
|
+
/**
|
|
2563
|
+
* @public
|
|
2564
|
+
*/
|
|
2565
|
+
export interface DeleteTrustStoreInput {
|
|
2566
|
+
/**
|
|
2567
|
+
* @public
|
|
2568
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
2569
|
+
*/
|
|
2570
|
+
TrustStoreArn: string | undefined;
|
|
2571
|
+
}
|
|
2572
|
+
/**
|
|
2573
|
+
* @public
|
|
2574
|
+
*/
|
|
2575
|
+
export interface DeleteTrustStoreOutput {
|
|
2576
|
+
}
|
|
2577
|
+
/**
|
|
2578
|
+
* @public
|
|
2579
|
+
* <p>The specified trust store is currently in use.</p>
|
|
2580
|
+
*/
|
|
2581
|
+
export declare class TrustStoreInUseException extends __BaseException {
|
|
2582
|
+
readonly name: "TrustStoreInUseException";
|
|
2583
|
+
readonly $fault: "client";
|
|
2584
|
+
Message?: string;
|
|
2585
|
+
/**
|
|
2586
|
+
* @internal
|
|
2587
|
+
*/
|
|
2588
|
+
constructor(opts: __ExceptionOptionType<TrustStoreInUseException, __BaseException>);
|
|
2589
|
+
}
|
|
2200
2590
|
/**
|
|
2201
2591
|
* @public
|
|
2202
2592
|
* <p>Information about a target.</p>
|
|
@@ -2551,6 +2941,23 @@ export interface LoadBalancerAttribute {
|
|
|
2551
2941
|
* </li>
|
|
2552
2942
|
* <li>
|
|
2553
2943
|
* <p>
|
|
2944
|
+
* <code>connection_logs.s3.enabled</code> - Indicates whether connection logs are enabled. The
|
|
2945
|
+
* value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p>
|
|
2946
|
+
* </li>
|
|
2947
|
+
* <li>
|
|
2948
|
+
* <p>
|
|
2949
|
+
* <code>connection_logs.s3.bucket</code> - The name of the S3 bucket for the connection logs.
|
|
2950
|
+
* This attribute is required if connection logs are enabled. The bucket must exist in the same
|
|
2951
|
+
* region as the load balancer and have a bucket policy that grants Elastic Load Balancing
|
|
2952
|
+
* permissions to write to the bucket.</p>
|
|
2953
|
+
* </li>
|
|
2954
|
+
* <li>
|
|
2955
|
+
* <p>
|
|
2956
|
+
* <code>connection_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the
|
|
2957
|
+
* connection logs.</p>
|
|
2958
|
+
* </li>
|
|
2959
|
+
* <li>
|
|
2960
|
+
* <p>
|
|
2554
2961
|
* <code>routing.http.desync_mitigation_mode</code> - Determines how the load balancer
|
|
2555
2962
|
* handles requests that might pose a security risk to your application. The possible values
|
|
2556
2963
|
* are <code>monitor</code>, <code>defensive</code>, and <code>strictest</code>. The default
|
|
@@ -2950,11 +3357,17 @@ export interface TargetGroupAttribute {
|
|
|
2950
3357
|
* <p>
|
|
2951
3358
|
* <code>load_balancing.algorithm.type</code> - The load balancing algorithm determines
|
|
2952
3359
|
* how the load balancer selects targets when routing requests. The value is
|
|
2953
|
-
* <code>round_robin</code> or <code>
|
|
3360
|
+
* <code>round_robin</code>, <code>least_outstanding_requests</code>, or <code>weighted_random</code>. The default is
|
|
2954
3361
|
* <code>round_robin</code>.</p>
|
|
2955
3362
|
* </li>
|
|
2956
3363
|
* <li>
|
|
2957
3364
|
* <p>
|
|
3365
|
+
* <code>load_balancing.algorithm.anomaly_mitigation</code> - Only available when <code>load_balancing.algorithm.type</code>
|
|
3366
|
+
* is <code>weighted_random</code>. Indicates whether anomaly mitigation is enabled. The value is <code>on</code>
|
|
3367
|
+
* or <code>off</code>. The default is <code>off</code>.</p>
|
|
3368
|
+
* </li>
|
|
3369
|
+
* <li>
|
|
3370
|
+
* <p>
|
|
2958
3371
|
* <code>slow_start.duration_seconds</code> - The time period, in seconds, during which a
|
|
2959
3372
|
* newly registered target receives an increasing share of the traffic to the target group.
|
|
2960
3373
|
* After this time period ends, the target receives its full share of traffic. The range is
|
|
@@ -3113,6 +3526,18 @@ export interface DescribeTargetGroupsOutput {
|
|
|
3113
3526
|
*/
|
|
3114
3527
|
NextMarker?: string;
|
|
3115
3528
|
}
|
|
3529
|
+
/**
|
|
3530
|
+
* @public
|
|
3531
|
+
* @enum
|
|
3532
|
+
*/
|
|
3533
|
+
export declare const DescribeTargetHealthInputIncludeEnum: {
|
|
3534
|
+
readonly ALL: "All";
|
|
3535
|
+
readonly ANOMALY: "AnomalyDetection";
|
|
3536
|
+
};
|
|
3537
|
+
/**
|
|
3538
|
+
* @public
|
|
3539
|
+
*/
|
|
3540
|
+
export type DescribeTargetHealthInputIncludeEnum = (typeof DescribeTargetHealthInputIncludeEnum)[keyof typeof DescribeTargetHealthInputIncludeEnum];
|
|
3116
3541
|
/**
|
|
3117
3542
|
* @public
|
|
3118
3543
|
*/
|
|
@@ -3127,6 +3552,11 @@ export interface DescribeTargetHealthInput {
|
|
|
3127
3552
|
* <p>The targets.</p>
|
|
3128
3553
|
*/
|
|
3129
3554
|
Targets?: TargetDescription[];
|
|
3555
|
+
/**
|
|
3556
|
+
* @public
|
|
3557
|
+
* <p>Used to inclue anomaly detection information.</p>
|
|
3558
|
+
*/
|
|
3559
|
+
Include?: DescribeTargetHealthInputIncludeEnum[];
|
|
3130
3560
|
}
|
|
3131
3561
|
/**
|
|
3132
3562
|
* @public
|
|
@@ -3295,6 +3725,13 @@ export interface TargetHealthDescription {
|
|
|
3295
3725
|
* <p>The health information for the target.</p>
|
|
3296
3726
|
*/
|
|
3297
3727
|
TargetHealth?: TargetHealth;
|
|
3728
|
+
/**
|
|
3729
|
+
* @public
|
|
3730
|
+
* <p>The anomaly detection result for the target.</p>
|
|
3731
|
+
* <p>If no anomalies were detected, the result is <code>normal</code>.</p>
|
|
3732
|
+
* <p>If anomalies were detected, the result is <code>anomalous</code>.</p>
|
|
3733
|
+
*/
|
|
3734
|
+
AnomalyDetection?: AnomalyDetection;
|
|
3298
3735
|
}
|
|
3299
3736
|
/**
|
|
3300
3737
|
* @public
|
|
@@ -3320,6 +3757,219 @@ export declare class HealthUnavailableException extends __BaseException {
|
|
|
3320
3757
|
*/
|
|
3321
3758
|
constructor(opts: __ExceptionOptionType<HealthUnavailableException, __BaseException>);
|
|
3322
3759
|
}
|
|
3760
|
+
/**
|
|
3761
|
+
* @public
|
|
3762
|
+
*/
|
|
3763
|
+
export interface DescribeTrustStoreAssociationsInput {
|
|
3764
|
+
/**
|
|
3765
|
+
* @public
|
|
3766
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3767
|
+
*/
|
|
3768
|
+
TrustStoreArn: string | undefined;
|
|
3769
|
+
/**
|
|
3770
|
+
* @public
|
|
3771
|
+
* <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
|
|
3772
|
+
*/
|
|
3773
|
+
Marker?: string;
|
|
3774
|
+
/**
|
|
3775
|
+
* @public
|
|
3776
|
+
* <p>The maximum number of results to return with this call.</p>
|
|
3777
|
+
*/
|
|
3778
|
+
PageSize?: number;
|
|
3779
|
+
}
|
|
3780
|
+
/**
|
|
3781
|
+
* @public
|
|
3782
|
+
* <p>Information about the resources a trust store is associated with.</p>
|
|
3783
|
+
*/
|
|
3784
|
+
export interface TrustStoreAssociation {
|
|
3785
|
+
/**
|
|
3786
|
+
* @public
|
|
3787
|
+
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3788
|
+
*/
|
|
3789
|
+
ResourceArn?: string;
|
|
3790
|
+
}
|
|
3791
|
+
/**
|
|
3792
|
+
* @public
|
|
3793
|
+
*/
|
|
3794
|
+
export interface DescribeTrustStoreAssociationsOutput {
|
|
3795
|
+
/**
|
|
3796
|
+
* @public
|
|
3797
|
+
* <p>Information about the resources the trust store is associated to.</p>
|
|
3798
|
+
*/
|
|
3799
|
+
TrustStoreAssociations?: TrustStoreAssociation[];
|
|
3800
|
+
/**
|
|
3801
|
+
* @public
|
|
3802
|
+
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3803
|
+
* Otherwise, this is null.</p>
|
|
3804
|
+
*/
|
|
3805
|
+
NextMarker?: string;
|
|
3806
|
+
}
|
|
3807
|
+
/**
|
|
3808
|
+
* @public
|
|
3809
|
+
* <p>Information about the revocations used by a trust store.</p>
|
|
3810
|
+
*/
|
|
3811
|
+
export interface DescribeTrustStoreRevocation {
|
|
3812
|
+
/**
|
|
3813
|
+
* @public
|
|
3814
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3815
|
+
*/
|
|
3816
|
+
TrustStoreArn?: string;
|
|
3817
|
+
/**
|
|
3818
|
+
* @public
|
|
3819
|
+
* <p>The revocation ID of a revocation file in use.</p>
|
|
3820
|
+
*/
|
|
3821
|
+
RevocationId?: number;
|
|
3822
|
+
/**
|
|
3823
|
+
* @public
|
|
3824
|
+
* <p>The type of revocation file.</p>
|
|
3825
|
+
*/
|
|
3826
|
+
RevocationType?: RevocationType;
|
|
3827
|
+
/**
|
|
3828
|
+
* @public
|
|
3829
|
+
* <p>The number of revoked certificates.</p>
|
|
3830
|
+
*/
|
|
3831
|
+
NumberOfRevokedEntries?: number;
|
|
3832
|
+
}
|
|
3833
|
+
/**
|
|
3834
|
+
* @public
|
|
3835
|
+
*/
|
|
3836
|
+
export interface DescribeTrustStoreRevocationsInput {
|
|
3837
|
+
/**
|
|
3838
|
+
* @public
|
|
3839
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3840
|
+
*/
|
|
3841
|
+
TrustStoreArn: string | undefined;
|
|
3842
|
+
/**
|
|
3843
|
+
* @public
|
|
3844
|
+
* <p>The revocation IDs of the revocation files you want to describe.</p>
|
|
3845
|
+
*/
|
|
3846
|
+
RevocationIds?: number[];
|
|
3847
|
+
/**
|
|
3848
|
+
* @public
|
|
3849
|
+
* <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
|
|
3850
|
+
*/
|
|
3851
|
+
Marker?: string;
|
|
3852
|
+
/**
|
|
3853
|
+
* @public
|
|
3854
|
+
* <p>The maximum number of results to return with this call.</p>
|
|
3855
|
+
*/
|
|
3856
|
+
PageSize?: number;
|
|
3857
|
+
}
|
|
3858
|
+
/**
|
|
3859
|
+
* @public
|
|
3860
|
+
*/
|
|
3861
|
+
export interface DescribeTrustStoreRevocationsOutput {
|
|
3862
|
+
/**
|
|
3863
|
+
* @public
|
|
3864
|
+
* <p>Information about the revocation file in the trust store.</p>
|
|
3865
|
+
*/
|
|
3866
|
+
TrustStoreRevocations?: DescribeTrustStoreRevocation[];
|
|
3867
|
+
/**
|
|
3868
|
+
* @public
|
|
3869
|
+
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3870
|
+
* Otherwise, this is null.</p>
|
|
3871
|
+
*/
|
|
3872
|
+
NextMarker?: string;
|
|
3873
|
+
}
|
|
3874
|
+
/**
|
|
3875
|
+
* @public
|
|
3876
|
+
* <p>The specified revocation ID does not exist.</p>
|
|
3877
|
+
*/
|
|
3878
|
+
export declare class RevocationIdNotFoundException extends __BaseException {
|
|
3879
|
+
readonly name: "RevocationIdNotFoundException";
|
|
3880
|
+
readonly $fault: "client";
|
|
3881
|
+
Message?: string;
|
|
3882
|
+
/**
|
|
3883
|
+
* @internal
|
|
3884
|
+
*/
|
|
3885
|
+
constructor(opts: __ExceptionOptionType<RevocationIdNotFoundException, __BaseException>);
|
|
3886
|
+
}
|
|
3887
|
+
/**
|
|
3888
|
+
* @public
|
|
3889
|
+
*/
|
|
3890
|
+
export interface DescribeTrustStoresInput {
|
|
3891
|
+
/**
|
|
3892
|
+
* @public
|
|
3893
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3894
|
+
*/
|
|
3895
|
+
TrustStoreArns?: string[];
|
|
3896
|
+
/**
|
|
3897
|
+
* @public
|
|
3898
|
+
* <p>The names of the trust stores.</p>
|
|
3899
|
+
*/
|
|
3900
|
+
Names?: string[];
|
|
3901
|
+
/**
|
|
3902
|
+
* @public
|
|
3903
|
+
* <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
|
|
3904
|
+
*/
|
|
3905
|
+
Marker?: string;
|
|
3906
|
+
/**
|
|
3907
|
+
* @public
|
|
3908
|
+
* <p>The maximum number of results to return with this call.</p>
|
|
3909
|
+
*/
|
|
3910
|
+
PageSize?: number;
|
|
3911
|
+
}
|
|
3912
|
+
/**
|
|
3913
|
+
* @public
|
|
3914
|
+
*/
|
|
3915
|
+
export interface DescribeTrustStoresOutput {
|
|
3916
|
+
/**
|
|
3917
|
+
* @public
|
|
3918
|
+
* <p>Information about the trust stores.</p>
|
|
3919
|
+
*/
|
|
3920
|
+
TrustStores?: TrustStore[];
|
|
3921
|
+
/**
|
|
3922
|
+
* @public
|
|
3923
|
+
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3924
|
+
* Otherwise, this is null.</p>
|
|
3925
|
+
*/
|
|
3926
|
+
NextMarker?: string;
|
|
3927
|
+
}
|
|
3928
|
+
/**
|
|
3929
|
+
* @public
|
|
3930
|
+
*/
|
|
3931
|
+
export interface GetTrustStoreCaCertificatesBundleInput {
|
|
3932
|
+
/**
|
|
3933
|
+
* @public
|
|
3934
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3935
|
+
*/
|
|
3936
|
+
TrustStoreArn: string | undefined;
|
|
3937
|
+
}
|
|
3938
|
+
/**
|
|
3939
|
+
* @public
|
|
3940
|
+
*/
|
|
3941
|
+
export interface GetTrustStoreCaCertificatesBundleOutput {
|
|
3942
|
+
/**
|
|
3943
|
+
* @public
|
|
3944
|
+
* <p>The ca certificate bundles Amazon S3 URI.</p>
|
|
3945
|
+
*/
|
|
3946
|
+
Location?: string;
|
|
3947
|
+
}
|
|
3948
|
+
/**
|
|
3949
|
+
* @public
|
|
3950
|
+
*/
|
|
3951
|
+
export interface GetTrustStoreRevocationContentInput {
|
|
3952
|
+
/**
|
|
3953
|
+
* @public
|
|
3954
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3955
|
+
*/
|
|
3956
|
+
TrustStoreArn: string | undefined;
|
|
3957
|
+
/**
|
|
3958
|
+
* @public
|
|
3959
|
+
* <p>The revocation ID of the revocation file.</p>
|
|
3960
|
+
*/
|
|
3961
|
+
RevocationId: number | undefined;
|
|
3962
|
+
}
|
|
3963
|
+
/**
|
|
3964
|
+
* @public
|
|
3965
|
+
*/
|
|
3966
|
+
export interface GetTrustStoreRevocationContentOutput {
|
|
3967
|
+
/**
|
|
3968
|
+
* @public
|
|
3969
|
+
* <p>The revocation files Amazon S3 URI.</p>
|
|
3970
|
+
*/
|
|
3971
|
+
Location?: string;
|
|
3972
|
+
}
|
|
3323
3973
|
/**
|
|
3324
3974
|
* @public
|
|
3325
3975
|
*/
|
|
@@ -3398,6 +4048,11 @@ export interface ModifyListenerInput {
|
|
|
3398
4048
|
* policies</a> in the <i>Network Load Balancers Guide</i>.</p>
|
|
3399
4049
|
*/
|
|
3400
4050
|
AlpnPolicy?: string[];
|
|
4051
|
+
/**
|
|
4052
|
+
* @public
|
|
4053
|
+
* <p>The mutual authentication configuration information.</p>
|
|
4054
|
+
*/
|
|
4055
|
+
MutualAuthentication?: MutualAuthenticationAttributes;
|
|
3401
4056
|
}
|
|
3402
4057
|
/**
|
|
3403
4058
|
* @public
|
|
@@ -3568,6 +4223,41 @@ export interface ModifyTargetGroupAttributesOutput {
|
|
|
3568
4223
|
*/
|
|
3569
4224
|
Attributes?: TargetGroupAttribute[];
|
|
3570
4225
|
}
|
|
4226
|
+
/**
|
|
4227
|
+
* @public
|
|
4228
|
+
*/
|
|
4229
|
+
export interface ModifyTrustStoreInput {
|
|
4230
|
+
/**
|
|
4231
|
+
* @public
|
|
4232
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
4233
|
+
*/
|
|
4234
|
+
TrustStoreArn: string | undefined;
|
|
4235
|
+
/**
|
|
4236
|
+
* @public
|
|
4237
|
+
* <p>The Amazon S3 bucket for the ca certificates bundle.</p>
|
|
4238
|
+
*/
|
|
4239
|
+
CaCertificatesBundleS3Bucket: string | undefined;
|
|
4240
|
+
/**
|
|
4241
|
+
* @public
|
|
4242
|
+
* <p>The Amazon S3 path for the ca certificates bundle.</p>
|
|
4243
|
+
*/
|
|
4244
|
+
CaCertificatesBundleS3Key: string | undefined;
|
|
4245
|
+
/**
|
|
4246
|
+
* @public
|
|
4247
|
+
* <p>The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.</p>
|
|
4248
|
+
*/
|
|
4249
|
+
CaCertificatesBundleS3ObjectVersion?: string;
|
|
4250
|
+
}
|
|
4251
|
+
/**
|
|
4252
|
+
* @public
|
|
4253
|
+
*/
|
|
4254
|
+
export interface ModifyTrustStoreOutput {
|
|
4255
|
+
/**
|
|
4256
|
+
* @public
|
|
4257
|
+
* <p>Information about the modified trust store.</p>
|
|
4258
|
+
*/
|
|
4259
|
+
TrustStores?: TrustStore[];
|
|
4260
|
+
}
|
|
3571
4261
|
/**
|
|
3572
4262
|
* @public
|
|
3573
4263
|
*/
|
|
@@ -3630,6 +4320,26 @@ export interface RemoveTagsInput {
|
|
|
3630
4320
|
*/
|
|
3631
4321
|
export interface RemoveTagsOutput {
|
|
3632
4322
|
}
|
|
4323
|
+
/**
|
|
4324
|
+
* @public
|
|
4325
|
+
*/
|
|
4326
|
+
export interface RemoveTrustStoreRevocationsInput {
|
|
4327
|
+
/**
|
|
4328
|
+
* @public
|
|
4329
|
+
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
4330
|
+
*/
|
|
4331
|
+
TrustStoreArn: string | undefined;
|
|
4332
|
+
/**
|
|
4333
|
+
* @public
|
|
4334
|
+
* <p>The revocation IDs of the revocation files you want to remove.</p>
|
|
4335
|
+
*/
|
|
4336
|
+
RevocationIds: number[] | undefined;
|
|
4337
|
+
}
|
|
4338
|
+
/**
|
|
4339
|
+
* @public
|
|
4340
|
+
*/
|
|
4341
|
+
export interface RemoveTrustStoreRevocationsOutput {
|
|
4342
|
+
}
|
|
3633
4343
|
/**
|
|
3634
4344
|
* @public
|
|
3635
4345
|
*/
|