@aws-sdk/client-elastic-load-balancing-v2 3.454.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.
Files changed (86) hide show
  1. package/README.md +114 -34
  2. package/dist-cjs/ElasticLoadBalancingV2.js +20 -0
  3. package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +51 -0
  4. package/dist-cjs/commands/CreateTrustStoreCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteTrustStoreCommand.js +51 -0
  6. package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +51 -0
  7. package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +51 -0
  8. package/dist-cjs/commands/DescribeTrustStoresCommand.js +51 -0
  9. package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +51 -0
  10. package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +51 -0
  11. package/dist-cjs/commands/ModifyTrustStoreCommand.js +51 -0
  12. package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +51 -0
  13. package/dist-cjs/commands/index.js +10 -0
  14. package/dist-cjs/models/models_0.js +175 -2
  15. package/dist-cjs/pagination/DescribeTrustStoreAssociationsPaginator.js +29 -0
  16. package/dist-cjs/pagination/DescribeTrustStoreRevocationsPaginator.js +29 -0
  17. package/dist-cjs/pagination/DescribeTrustStoresPaginator.js +29 -0
  18. package/dist-cjs/pagination/index.js +3 -0
  19. package/dist-cjs/protocols/Aws_query.js +1187 -19
  20. package/dist-es/ElasticLoadBalancingV2.js +20 -0
  21. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +47 -0
  22. package/dist-es/commands/CreateTrustStoreCommand.js +47 -0
  23. package/dist-es/commands/DeleteTrustStoreCommand.js +47 -0
  24. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +47 -0
  25. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +47 -0
  26. package/dist-es/commands/DescribeTrustStoresCommand.js +47 -0
  27. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +47 -0
  28. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +47 -0
  29. package/dist-es/commands/ModifyTrustStoreCommand.js +47 -0
  30. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +47 -0
  31. package/dist-es/commands/index.js +10 -0
  32. package/dist-es/models/models_0.js +162 -0
  33. package/dist-es/pagination/DescribeTrustStoreAssociationsPaginator.js +25 -0
  34. package/dist-es/pagination/DescribeTrustStoreRevocationsPaginator.js +25 -0
  35. package/dist-es/pagination/DescribeTrustStoresPaginator.js +25 -0
  36. package/dist-es/pagination/index.js +3 -0
  37. package/dist-es/protocols/Aws_query.js +1167 -19
  38. package/dist-types/ElasticLoadBalancingV2.d.ts +70 -0
  39. package/dist-types/ElasticLoadBalancingV2Client.d.ts +12 -2
  40. package/dist-types/commands/AddTagsCommand.d.ts +5 -2
  41. package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +100 -0
  42. package/dist-types/commands/CreateListenerCommand.d.ts +17 -1
  43. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateTargetGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateTrustStoreCommand.d.ts +108 -0
  47. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +77 -0
  48. package/dist-types/commands/DescribeListenersCommand.d.ts +5 -0
  49. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -0
  50. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +7 -0
  51. package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +83 -0
  52. package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +93 -0
  53. package/dist-types/commands/DescribeTrustStoresCommand.d.ts +93 -0
  54. package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +78 -0
  55. package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +82 -0
  56. package/dist-types/commands/ModifyListenerCommand.d.ts +16 -0
  57. package/dist-types/commands/ModifyTrustStoreCommand.d.ts +93 -0
  58. package/dist-types/commands/RemoveTagsCommand.d.ts +4 -1
  59. package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +80 -0
  60. package/dist-types/commands/index.d.ts +10 -0
  61. package/dist-types/models/models_0.d.ts +712 -2
  62. package/dist-types/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +7 -0
  63. package/dist-types/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +7 -0
  64. package/dist-types/pagination/DescribeTrustStoresPaginator.d.ts +7 -0
  65. package/dist-types/pagination/index.d.ts +3 -0
  66. package/dist-types/protocols/Aws_query.d.ts +90 -0
  67. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +176 -0
  68. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +60 -0
  69. package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +38 -0
  71. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +38 -0
  72. package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +39 -0
  75. package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +42 -0
  76. package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +42 -0
  77. package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +38 -0
  78. package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +42 -0
  79. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  80. package/dist-types/ts3.4/models/models_0.d.ts +254 -0
  81. package/dist-types/ts3.4/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +11 -0
  83. package/dist-types/ts3.4/pagination/DescribeTrustStoresPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  85. package/dist-types/ts3.4/protocols/Aws_query.d.ts +120 -0
  86. package/package.json +3 -3
@@ -172,6 +172,71 @@ export declare class TooManyTagsException extends __BaseException {
172
172
  opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
173
173
  );
174
174
  }
175
+ export declare class TrustStoreNotFoundException extends __BaseException {
176
+ readonly name: "TrustStoreNotFoundException";
177
+ readonly $fault: "client";
178
+ Message?: string;
179
+ constructor(
180
+ opts: __ExceptionOptionType<TrustStoreNotFoundException, __BaseException>
181
+ );
182
+ }
183
+ export declare const RevocationType: {
184
+ readonly CRL: "CRL";
185
+ };
186
+ export type RevocationType =
187
+ (typeof RevocationType)[keyof typeof RevocationType];
188
+ export interface RevocationContent {
189
+ S3Bucket?: string;
190
+ S3Key?: string;
191
+ S3ObjectVersion?: string;
192
+ RevocationType?: RevocationType;
193
+ }
194
+ export interface AddTrustStoreRevocationsInput {
195
+ TrustStoreArn: string | undefined;
196
+ RevocationContents?: RevocationContent[];
197
+ }
198
+ export interface TrustStoreRevocation {
199
+ TrustStoreArn?: string;
200
+ RevocationId?: number;
201
+ RevocationType?: RevocationType;
202
+ NumberOfRevokedEntries?: number;
203
+ }
204
+ export interface AddTrustStoreRevocationsOutput {
205
+ TrustStoreRevocations?: TrustStoreRevocation[];
206
+ }
207
+ export declare class InvalidRevocationContentException extends __BaseException {
208
+ readonly name: "InvalidRevocationContentException";
209
+ readonly $fault: "client";
210
+ Message?: string;
211
+ constructor(
212
+ opts: __ExceptionOptionType<
213
+ InvalidRevocationContentException,
214
+ __BaseException
215
+ >
216
+ );
217
+ }
218
+ export declare class RevocationContentNotFoundException extends __BaseException {
219
+ readonly name: "RevocationContentNotFoundException";
220
+ readonly $fault: "client";
221
+ Message?: string;
222
+ constructor(
223
+ opts: __ExceptionOptionType<
224
+ RevocationContentNotFoundException,
225
+ __BaseException
226
+ >
227
+ );
228
+ }
229
+ export declare class TooManyTrustStoreRevocationEntriesException extends __BaseException {
230
+ readonly name: "TooManyTrustStoreRevocationEntriesException";
231
+ readonly $fault: "client";
232
+ Message?: string;
233
+ constructor(
234
+ opts: __ExceptionOptionType<
235
+ TooManyTrustStoreRevocationEntriesException,
236
+ __BaseException
237
+ >
238
+ );
239
+ }
175
240
  export declare class AllocationIdNotFoundException extends __BaseException {
176
241
  readonly name: "AllocationIdNotFoundException";
177
242
  readonly $fault: "client";
@@ -191,6 +256,22 @@ export declare class ALPNPolicyNotSupportedException extends __BaseException {
191
256
  >
192
257
  );
193
258
  }
259
+ export declare const MitigationInEffectEnum: {
260
+ readonly NO: "no";
261
+ readonly YES: "yes";
262
+ };
263
+ export type MitigationInEffectEnum =
264
+ (typeof MitigationInEffectEnum)[keyof typeof MitigationInEffectEnum];
265
+ export declare const AnomalyResultEnum: {
266
+ readonly ANOMALOUS: "anomalous";
267
+ readonly NORMAL: "normal";
268
+ };
269
+ export type AnomalyResultEnum =
270
+ (typeof AnomalyResultEnum)[keyof typeof AnomalyResultEnum];
271
+ export interface AnomalyDetection {
272
+ Result?: AnomalyResultEnum;
273
+ MitigationInEffect?: MitigationInEffectEnum;
274
+ }
194
275
  export interface LoadBalancerAddress {
195
276
  IpAddress?: string;
196
277
  AllocationId?: string;
@@ -214,10 +295,26 @@ export declare class AvailabilityZoneNotSupportedException extends __BaseExcepti
214
295
  >
215
296
  );
216
297
  }
298
+ export declare class CaCertificatesBundleNotFoundException extends __BaseException {
299
+ readonly name: "CaCertificatesBundleNotFoundException";
300
+ readonly $fault: "client";
301
+ Message?: string;
302
+ constructor(
303
+ opts: __ExceptionOptionType<
304
+ CaCertificatesBundleNotFoundException,
305
+ __BaseException
306
+ >
307
+ );
308
+ }
217
309
  export interface Cipher {
218
310
  Name?: string;
219
311
  Priority?: number;
220
312
  }
313
+ export interface MutualAuthenticationAttributes {
314
+ Mode?: string;
315
+ TrustStoreArn?: string;
316
+ IgnoreClientCertificateExpiry?: boolean;
317
+ }
221
318
  export declare const ProtocolEnum: {
222
319
  readonly GENEVE: "GENEVE";
223
320
  readonly HTTP: "HTTP";
@@ -237,6 +334,7 @@ export interface CreateListenerInput {
237
334
  DefaultActions: Action[] | undefined;
238
335
  AlpnPolicy?: string[];
239
336
  Tags?: Tag[];
337
+ MutualAuthentication?: MutualAuthenticationAttributes;
240
338
  }
241
339
  export interface Listener {
242
340
  ListenerArn?: string;
@@ -247,6 +345,7 @@ export interface Listener {
247
345
  SslPolicy?: string;
248
346
  DefaultActions?: Action[];
249
347
  AlpnPolicy?: string[];
348
+ MutualAuthentication?: MutualAuthenticationAttributes;
250
349
  }
251
350
  export interface CreateListenerOutput {
252
351
  Listeners?: Listener[];
@@ -354,6 +453,14 @@ export declare class TooManyUniqueTargetGroupsPerLoadBalancerException extends _
354
453
  >
355
454
  );
356
455
  }
456
+ export declare class TrustStoreNotReadyException extends __BaseException {
457
+ readonly name: "TrustStoreNotReadyException";
458
+ readonly $fault: "client";
459
+ Message?: string;
460
+ constructor(
461
+ opts: __ExceptionOptionType<TrustStoreNotReadyException, __BaseException>
462
+ );
463
+ }
357
464
  export declare class UnsupportedProtocolException extends __BaseException {
358
465
  readonly name: "UnsupportedProtocolException";
359
466
  readonly $fault: "client";
@@ -640,6 +747,59 @@ export declare class DuplicateTargetGroupNameException extends __BaseException {
640
747
  >
641
748
  );
642
749
  }
750
+ export interface CreateTrustStoreInput {
751
+ Name: string | undefined;
752
+ CaCertificatesBundleS3Bucket: string | undefined;
753
+ CaCertificatesBundleS3Key: string | undefined;
754
+ CaCertificatesBundleS3ObjectVersion?: string;
755
+ Tags?: Tag[];
756
+ }
757
+ export declare const TrustStoreStatus: {
758
+ readonly ACTIVE: "ACTIVE";
759
+ readonly CREATING: "CREATING";
760
+ };
761
+ export type TrustStoreStatus =
762
+ (typeof TrustStoreStatus)[keyof typeof TrustStoreStatus];
763
+ export interface TrustStore {
764
+ Name?: string;
765
+ TrustStoreArn?: string;
766
+ Status?: TrustStoreStatus;
767
+ NumberOfCaCertificates?: number;
768
+ TotalRevokedEntries?: number;
769
+ }
770
+ export interface CreateTrustStoreOutput {
771
+ TrustStores?: TrustStore[];
772
+ }
773
+ export declare class DuplicateTrustStoreNameException extends __BaseException {
774
+ readonly name: "DuplicateTrustStoreNameException";
775
+ readonly $fault: "client";
776
+ Message?: string;
777
+ constructor(
778
+ opts: __ExceptionOptionType<
779
+ DuplicateTrustStoreNameException,
780
+ __BaseException
781
+ >
782
+ );
783
+ }
784
+ export declare class InvalidCaCertificatesBundleException extends __BaseException {
785
+ readonly name: "InvalidCaCertificatesBundleException";
786
+ readonly $fault: "client";
787
+ Message?: string;
788
+ constructor(
789
+ opts: __ExceptionOptionType<
790
+ InvalidCaCertificatesBundleException,
791
+ __BaseException
792
+ >
793
+ );
794
+ }
795
+ export declare class TooManyTrustStoresException extends __BaseException {
796
+ readonly name: "TooManyTrustStoresException";
797
+ readonly $fault: "client";
798
+ Message?: string;
799
+ constructor(
800
+ opts: __ExceptionOptionType<TooManyTrustStoresException, __BaseException>
801
+ );
802
+ }
643
803
  export interface DeleteListenerInput {
644
804
  ListenerArn: string | undefined;
645
805
  }
@@ -656,6 +816,18 @@ export interface DeleteTargetGroupInput {
656
816
  TargetGroupArn: string | undefined;
657
817
  }
658
818
  export interface DeleteTargetGroupOutput {}
819
+ export interface DeleteTrustStoreInput {
820
+ TrustStoreArn: string | undefined;
821
+ }
822
+ export interface DeleteTrustStoreOutput {}
823
+ export declare class TrustStoreInUseException extends __BaseException {
824
+ readonly name: "TrustStoreInUseException";
825
+ readonly $fault: "client";
826
+ Message?: string;
827
+ constructor(
828
+ opts: __ExceptionOptionType<TrustStoreInUseException, __BaseException>
829
+ );
830
+ }
659
831
  export interface TargetDescription {
660
832
  Id: string | undefined;
661
833
  Port?: number;
@@ -782,9 +954,16 @@ export interface DescribeTargetGroupsOutput {
782
954
  TargetGroups?: TargetGroup[];
783
955
  NextMarker?: string;
784
956
  }
957
+ export declare const DescribeTargetHealthInputIncludeEnum: {
958
+ readonly ALL: "All";
959
+ readonly ANOMALY: "AnomalyDetection";
960
+ };
961
+ export type DescribeTargetHealthInputIncludeEnum =
962
+ (typeof DescribeTargetHealthInputIncludeEnum)[keyof typeof DescribeTargetHealthInputIncludeEnum];
785
963
  export interface DescribeTargetHealthInput {
786
964
  TargetGroupArn: string | undefined;
787
965
  Targets?: TargetDescription[];
966
+ Include?: DescribeTargetHealthInputIncludeEnum[];
788
967
  }
789
968
  export declare const TargetHealthReasonEnum: {
790
969
  readonly DEREGISTRATION_IN_PROGRESS: "Target.DeregistrationInProgress";
@@ -821,6 +1000,7 @@ export interface TargetHealthDescription {
821
1000
  Target?: TargetDescription;
822
1001
  HealthCheckPort?: string;
823
1002
  TargetHealth?: TargetHealth;
1003
+ AnomalyDetection?: AnomalyDetection;
824
1004
  }
825
1005
  export interface DescribeTargetHealthOutput {
826
1006
  TargetHealthDescriptions?: TargetHealthDescription[];
@@ -833,6 +1013,65 @@ export declare class HealthUnavailableException extends __BaseException {
833
1013
  opts: __ExceptionOptionType<HealthUnavailableException, __BaseException>
834
1014
  );
835
1015
  }
1016
+ export interface DescribeTrustStoreAssociationsInput {
1017
+ TrustStoreArn: string | undefined;
1018
+ Marker?: string;
1019
+ PageSize?: number;
1020
+ }
1021
+ export interface TrustStoreAssociation {
1022
+ ResourceArn?: string;
1023
+ }
1024
+ export interface DescribeTrustStoreAssociationsOutput {
1025
+ TrustStoreAssociations?: TrustStoreAssociation[];
1026
+ NextMarker?: string;
1027
+ }
1028
+ export interface DescribeTrustStoreRevocation {
1029
+ TrustStoreArn?: string;
1030
+ RevocationId?: number;
1031
+ RevocationType?: RevocationType;
1032
+ NumberOfRevokedEntries?: number;
1033
+ }
1034
+ export interface DescribeTrustStoreRevocationsInput {
1035
+ TrustStoreArn: string | undefined;
1036
+ RevocationIds?: number[];
1037
+ Marker?: string;
1038
+ PageSize?: number;
1039
+ }
1040
+ export interface DescribeTrustStoreRevocationsOutput {
1041
+ TrustStoreRevocations?: DescribeTrustStoreRevocation[];
1042
+ NextMarker?: string;
1043
+ }
1044
+ export declare class RevocationIdNotFoundException extends __BaseException {
1045
+ readonly name: "RevocationIdNotFoundException";
1046
+ readonly $fault: "client";
1047
+ Message?: string;
1048
+ constructor(
1049
+ opts: __ExceptionOptionType<RevocationIdNotFoundException, __BaseException>
1050
+ );
1051
+ }
1052
+ export interface DescribeTrustStoresInput {
1053
+ TrustStoreArns?: string[];
1054
+ Names?: string[];
1055
+ Marker?: string;
1056
+ PageSize?: number;
1057
+ }
1058
+ export interface DescribeTrustStoresOutput {
1059
+ TrustStores?: TrustStore[];
1060
+ NextMarker?: string;
1061
+ }
1062
+ export interface GetTrustStoreCaCertificatesBundleInput {
1063
+ TrustStoreArn: string | undefined;
1064
+ }
1065
+ export interface GetTrustStoreCaCertificatesBundleOutput {
1066
+ Location?: string;
1067
+ }
1068
+ export interface GetTrustStoreRevocationContentInput {
1069
+ TrustStoreArn: string | undefined;
1070
+ RevocationId: number | undefined;
1071
+ }
1072
+ export interface GetTrustStoreRevocationContentOutput {
1073
+ Location?: string;
1074
+ }
836
1075
  export interface ModifyListenerInput {
837
1076
  ListenerArn: string | undefined;
838
1077
  Port?: number;
@@ -841,6 +1080,7 @@ export interface ModifyListenerInput {
841
1080
  Certificates?: Certificate[];
842
1081
  DefaultActions?: Action[];
843
1082
  AlpnPolicy?: string[];
1083
+ MutualAuthentication?: MutualAuthenticationAttributes;
844
1084
  }
845
1085
  export interface ModifyListenerOutput {
846
1086
  Listeners?: Listener[];
@@ -882,6 +1122,15 @@ export interface ModifyTargetGroupAttributesInput {
882
1122
  export interface ModifyTargetGroupAttributesOutput {
883
1123
  Attributes?: TargetGroupAttribute[];
884
1124
  }
1125
+ export interface ModifyTrustStoreInput {
1126
+ TrustStoreArn: string | undefined;
1127
+ CaCertificatesBundleS3Bucket: string | undefined;
1128
+ CaCertificatesBundleS3Key: string | undefined;
1129
+ CaCertificatesBundleS3ObjectVersion?: string;
1130
+ }
1131
+ export interface ModifyTrustStoreOutput {
1132
+ TrustStores?: TrustStore[];
1133
+ }
885
1134
  export interface RegisterTargetsInput {
886
1135
  TargetGroupArn: string | undefined;
887
1136
  Targets: TargetDescription[] | undefined;
@@ -897,6 +1146,11 @@ export interface RemoveTagsInput {
897
1146
  TagKeys: string[] | undefined;
898
1147
  }
899
1148
  export interface RemoveTagsOutput {}
1149
+ export interface RemoveTrustStoreRevocationsInput {
1150
+ TrustStoreArn: string | undefined;
1151
+ RevocationIds: number[] | undefined;
1152
+ }
1153
+ export interface RemoveTrustStoreRevocationsOutput {}
900
1154
  export interface SetIpAddressTypeInput {
901
1155
  LoadBalancerArn: string | undefined;
902
1156
  IpAddressType: IpAddressType | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeTrustStoreAssociationsCommandInput,
4
+ DescribeTrustStoreAssociationsCommandOutput,
5
+ } from "../commands/DescribeTrustStoreAssociationsCommand";
6
+ import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeTrustStoreAssociations(
8
+ config: ElasticLoadBalancingV2PaginationConfiguration,
9
+ input: DescribeTrustStoreAssociationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeTrustStoreAssociationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeTrustStoreRevocationsCommandInput,
4
+ DescribeTrustStoreRevocationsCommandOutput,
5
+ } from "../commands/DescribeTrustStoreRevocationsCommand";
6
+ import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeTrustStoreRevocations(
8
+ config: ElasticLoadBalancingV2PaginationConfiguration,
9
+ input: DescribeTrustStoreRevocationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeTrustStoreRevocationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeTrustStoresCommandInput,
4
+ DescribeTrustStoresCommandOutput,
5
+ } from "../commands/DescribeTrustStoresCommand";
6
+ import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeTrustStores(
8
+ config: ElasticLoadBalancingV2PaginationConfiguration,
9
+ input: DescribeTrustStoresCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeTrustStoresCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  export * from "./DescribeListenersPaginator";
2
2
  export * from "./DescribeLoadBalancersPaginator";
3
3
  export * from "./DescribeTargetGroupsPaginator";
4
+ export * from "./DescribeTrustStoreAssociationsPaginator";
5
+ export * from "./DescribeTrustStoreRevocationsPaginator";
6
+ export * from "./DescribeTrustStoresPaginator";
4
7
  export * from "./Interfaces";
@@ -11,6 +11,10 @@ import {
11
11
  AddTagsCommandInput,
12
12
  AddTagsCommandOutput,
13
13
  } from "../commands/AddTagsCommand";
14
+ import {
15
+ AddTrustStoreRevocationsCommandInput,
16
+ AddTrustStoreRevocationsCommandOutput,
17
+ } from "../commands/AddTrustStoreRevocationsCommand";
14
18
  import {
15
19
  CreateListenerCommandInput,
16
20
  CreateListenerCommandOutput,
@@ -27,6 +31,10 @@ import {
27
31
  CreateTargetGroupCommandInput,
28
32
  CreateTargetGroupCommandOutput,
29
33
  } from "../commands/CreateTargetGroupCommand";
34
+ import {
35
+ CreateTrustStoreCommandInput,
36
+ CreateTrustStoreCommandOutput,
37
+ } from "../commands/CreateTrustStoreCommand";
30
38
  import {
31
39
  DeleteListenerCommandInput,
32
40
  DeleteListenerCommandOutput,
@@ -43,6 +51,10 @@ import {
43
51
  DeleteTargetGroupCommandInput,
44
52
  DeleteTargetGroupCommandOutput,
45
53
  } from "../commands/DeleteTargetGroupCommand";
54
+ import {
55
+ DeleteTrustStoreCommandInput,
56
+ DeleteTrustStoreCommandOutput,
57
+ } from "../commands/DeleteTrustStoreCommand";
46
58
  import {
47
59
  DeregisterTargetsCommandInput,
48
60
  DeregisterTargetsCommandOutput,
@@ -91,6 +103,26 @@ import {
91
103
  DescribeTargetHealthCommandInput,
92
104
  DescribeTargetHealthCommandOutput,
93
105
  } from "../commands/DescribeTargetHealthCommand";
106
+ import {
107
+ DescribeTrustStoreAssociationsCommandInput,
108
+ DescribeTrustStoreAssociationsCommandOutput,
109
+ } from "../commands/DescribeTrustStoreAssociationsCommand";
110
+ import {
111
+ DescribeTrustStoreRevocationsCommandInput,
112
+ DescribeTrustStoreRevocationsCommandOutput,
113
+ } from "../commands/DescribeTrustStoreRevocationsCommand";
114
+ import {
115
+ DescribeTrustStoresCommandInput,
116
+ DescribeTrustStoresCommandOutput,
117
+ } from "../commands/DescribeTrustStoresCommand";
118
+ import {
119
+ GetTrustStoreCaCertificatesBundleCommandInput,
120
+ GetTrustStoreCaCertificatesBundleCommandOutput,
121
+ } from "../commands/GetTrustStoreCaCertificatesBundleCommand";
122
+ import {
123
+ GetTrustStoreRevocationContentCommandInput,
124
+ GetTrustStoreRevocationContentCommandOutput,
125
+ } from "../commands/GetTrustStoreRevocationContentCommand";
94
126
  import {
95
127
  ModifyListenerCommandInput,
96
128
  ModifyListenerCommandOutput,
@@ -111,6 +143,10 @@ import {
111
143
  ModifyTargetGroupCommandInput,
112
144
  ModifyTargetGroupCommandOutput,
113
145
  } from "../commands/ModifyTargetGroupCommand";
146
+ import {
147
+ ModifyTrustStoreCommandInput,
148
+ ModifyTrustStoreCommandOutput,
149
+ } from "../commands/ModifyTrustStoreCommand";
114
150
  import {
115
151
  RegisterTargetsCommandInput,
116
152
  RegisterTargetsCommandOutput,
@@ -123,6 +159,10 @@ import {
123
159
  RemoveTagsCommandInput,
124
160
  RemoveTagsCommandOutput,
125
161
  } from "../commands/RemoveTagsCommand";
162
+ import {
163
+ RemoveTrustStoreRevocationsCommandInput,
164
+ RemoveTrustStoreRevocationsCommandOutput,
165
+ } from "../commands/RemoveTrustStoreRevocationsCommand";
126
166
  import {
127
167
  SetIpAddressTypeCommandInput,
128
168
  SetIpAddressTypeCommandOutput,
@@ -147,6 +187,10 @@ export declare const se_AddTagsCommand: (
147
187
  input: AddTagsCommandInput,
148
188
  context: __SerdeContext
149
189
  ) => Promise<__HttpRequest>;
190
+ export declare const se_AddTrustStoreRevocationsCommand: (
191
+ input: AddTrustStoreRevocationsCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
150
194
  export declare const se_CreateListenerCommand: (
151
195
  input: CreateListenerCommandInput,
152
196
  context: __SerdeContext
@@ -163,6 +207,10 @@ export declare const se_CreateTargetGroupCommand: (
163
207
  input: CreateTargetGroupCommandInput,
164
208
  context: __SerdeContext
165
209
  ) => Promise<__HttpRequest>;
210
+ export declare const se_CreateTrustStoreCommand: (
211
+ input: CreateTrustStoreCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
166
214
  export declare const se_DeleteListenerCommand: (
167
215
  input: DeleteListenerCommandInput,
168
216
  context: __SerdeContext
@@ -179,6 +227,10 @@ export declare const se_DeleteTargetGroupCommand: (
179
227
  input: DeleteTargetGroupCommandInput,
180
228
  context: __SerdeContext
181
229
  ) => Promise<__HttpRequest>;
230
+ export declare const se_DeleteTrustStoreCommand: (
231
+ input: DeleteTrustStoreCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
182
234
  export declare const se_DeregisterTargetsCommand: (
183
235
  input: DeregisterTargetsCommandInput,
184
236
  context: __SerdeContext
@@ -227,6 +279,26 @@ export declare const se_DescribeTargetHealthCommand: (
227
279
  input: DescribeTargetHealthCommandInput,
228
280
  context: __SerdeContext
229
281
  ) => Promise<__HttpRequest>;
282
+ export declare const se_DescribeTrustStoreAssociationsCommand: (
283
+ input: DescribeTrustStoreAssociationsCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const se_DescribeTrustStoreRevocationsCommand: (
287
+ input: DescribeTrustStoreRevocationsCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const se_DescribeTrustStoresCommand: (
291
+ input: DescribeTrustStoresCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const se_GetTrustStoreCaCertificatesBundleCommand: (
295
+ input: GetTrustStoreCaCertificatesBundleCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const se_GetTrustStoreRevocationContentCommand: (
299
+ input: GetTrustStoreRevocationContentCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
230
302
  export declare const se_ModifyListenerCommand: (
231
303
  input: ModifyListenerCommandInput,
232
304
  context: __SerdeContext
@@ -247,6 +319,10 @@ export declare const se_ModifyTargetGroupAttributesCommand: (
247
319
  input: ModifyTargetGroupAttributesCommandInput,
248
320
  context: __SerdeContext
249
321
  ) => Promise<__HttpRequest>;
322
+ export declare const se_ModifyTrustStoreCommand: (
323
+ input: ModifyTrustStoreCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
250
326
  export declare const se_RegisterTargetsCommand: (
251
327
  input: RegisterTargetsCommandInput,
252
328
  context: __SerdeContext
@@ -259,6 +335,10 @@ export declare const se_RemoveTagsCommand: (
259
335
  input: RemoveTagsCommandInput,
260
336
  context: __SerdeContext
261
337
  ) => Promise<__HttpRequest>;
338
+ export declare const se_RemoveTrustStoreRevocationsCommand: (
339
+ input: RemoveTrustStoreRevocationsCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
262
342
  export declare const se_SetIpAddressTypeCommand: (
263
343
  input: SetIpAddressTypeCommandInput,
264
344
  context: __SerdeContext
@@ -283,6 +363,10 @@ export declare const de_AddTagsCommand: (
283
363
  output: __HttpResponse,
284
364
  context: __SerdeContext
285
365
  ) => Promise<AddTagsCommandOutput>;
366
+ export declare const de_AddTrustStoreRevocationsCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<AddTrustStoreRevocationsCommandOutput>;
286
370
  export declare const de_CreateListenerCommand: (
287
371
  output: __HttpResponse,
288
372
  context: __SerdeContext
@@ -299,6 +383,10 @@ export declare const de_CreateTargetGroupCommand: (
299
383
  output: __HttpResponse,
300
384
  context: __SerdeContext
301
385
  ) => Promise<CreateTargetGroupCommandOutput>;
386
+ export declare const de_CreateTrustStoreCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<CreateTrustStoreCommandOutput>;
302
390
  export declare const de_DeleteListenerCommand: (
303
391
  output: __HttpResponse,
304
392
  context: __SerdeContext
@@ -315,6 +403,10 @@ export declare const de_DeleteTargetGroupCommand: (
315
403
  output: __HttpResponse,
316
404
  context: __SerdeContext
317
405
  ) => Promise<DeleteTargetGroupCommandOutput>;
406
+ export declare const de_DeleteTrustStoreCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<DeleteTrustStoreCommandOutput>;
318
410
  export declare const de_DeregisterTargetsCommand: (
319
411
  output: __HttpResponse,
320
412
  context: __SerdeContext
@@ -363,6 +455,26 @@ export declare const de_DescribeTargetHealthCommand: (
363
455
  output: __HttpResponse,
364
456
  context: __SerdeContext
365
457
  ) => Promise<DescribeTargetHealthCommandOutput>;
458
+ export declare const de_DescribeTrustStoreAssociationsCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<DescribeTrustStoreAssociationsCommandOutput>;
462
+ export declare const de_DescribeTrustStoreRevocationsCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<DescribeTrustStoreRevocationsCommandOutput>;
466
+ export declare const de_DescribeTrustStoresCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<DescribeTrustStoresCommandOutput>;
470
+ export declare const de_GetTrustStoreCaCertificatesBundleCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<GetTrustStoreCaCertificatesBundleCommandOutput>;
474
+ export declare const de_GetTrustStoreRevocationContentCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<GetTrustStoreRevocationContentCommandOutput>;
366
478
  export declare const de_ModifyListenerCommand: (
367
479
  output: __HttpResponse,
368
480
  context: __SerdeContext
@@ -383,6 +495,10 @@ export declare const de_ModifyTargetGroupAttributesCommand: (
383
495
  output: __HttpResponse,
384
496
  context: __SerdeContext
385
497
  ) => Promise<ModifyTargetGroupAttributesCommandOutput>;
498
+ export declare const de_ModifyTrustStoreCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<ModifyTrustStoreCommandOutput>;
386
502
  export declare const de_RegisterTargetsCommand: (
387
503
  output: __HttpResponse,
388
504
  context: __SerdeContext
@@ -395,6 +511,10 @@ export declare const de_RemoveTagsCommand: (
395
511
  output: __HttpResponse,
396
512
  context: __SerdeContext
397
513
  ) => Promise<RemoveTagsCommandOutput>;
514
+ export declare const de_RemoveTrustStoreRevocationsCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<RemoveTrustStoreRevocationsCommandOutput>;
398
518
  export declare const de_SetIpAddressTypeCommand: (
399
519
  output: __HttpResponse,
400
520
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing-v2",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4
- "version": "3.454.0",
4
+ "version": "3.458.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.454.0",
24
+ "@aws-sdk/client-sts": "3.458.0",
25
25
  "@aws-sdk/core": "3.451.0",
26
- "@aws-sdk/credential-provider-node": "3.451.0",
26
+ "@aws-sdk/credential-provider-node": "3.458.0",
27
27
  "@aws-sdk/middleware-host-header": "3.451.0",
28
28
  "@aws-sdk/middleware-logger": "3.451.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.451.0",