@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.
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
@@ -1,14 +1,17 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
3
3
  import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
4
+ import { AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput } from "./commands/AddTrustStoreRevocationsCommand";
4
5
  import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
5
6
  import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
6
7
  import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
7
8
  import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
9
+ import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
8
10
  import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
9
11
  import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
10
12
  import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
11
13
  import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
14
+ import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
12
15
  import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
13
16
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
14
17
  import { DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput } from "./commands/DescribeListenerCertificatesCommand";
@@ -21,14 +24,21 @@ import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/
21
24
  import { DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput } from "./commands/DescribeTargetGroupAttributesCommand";
22
25
  import { DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput } from "./commands/DescribeTargetGroupsCommand";
23
26
  import { DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput } from "./commands/DescribeTargetHealthCommand";
27
+ import { DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput } from "./commands/DescribeTrustStoreAssociationsCommand";
28
+ import { DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput } from "./commands/DescribeTrustStoreRevocationsCommand";
29
+ import { DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput } from "./commands/DescribeTrustStoresCommand";
30
+ import { GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput } from "./commands/GetTrustStoreCaCertificatesBundleCommand";
31
+ import { GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput } from "./commands/GetTrustStoreRevocationContentCommand";
24
32
  import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "./commands/ModifyListenerCommand";
25
33
  import { ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput } from "./commands/ModifyLoadBalancerAttributesCommand";
26
34
  import { ModifyRuleCommandInput, ModifyRuleCommandOutput } from "./commands/ModifyRuleCommand";
27
35
  import { ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput } from "./commands/ModifyTargetGroupAttributesCommand";
28
36
  import { ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput } from "./commands/ModifyTargetGroupCommand";
37
+ import { ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput } from "./commands/ModifyTrustStoreCommand";
29
38
  import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
30
39
  import { RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput } from "./commands/RemoveListenerCertificatesCommand";
31
40
  import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
41
+ import { RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput } from "./commands/RemoveTrustStoreRevocationsCommand";
32
42
  import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
33
43
  import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "./commands/SetRulePrioritiesCommand";
34
44
  import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "./commands/SetSecurityGroupsCommand";
@@ -47,6 +57,12 @@ export interface ElasticLoadBalancingV2 {
47
57
  addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
48
58
  addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
49
59
  addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
60
+ /**
61
+ * @see {@link AddTrustStoreRevocationsCommand}
62
+ */
63
+ addTrustStoreRevocations(args: AddTrustStoreRevocationsCommandInput, options?: __HttpHandlerOptions): Promise<AddTrustStoreRevocationsCommandOutput>;
64
+ addTrustStoreRevocations(args: AddTrustStoreRevocationsCommandInput, cb: (err: any, data?: AddTrustStoreRevocationsCommandOutput) => void): void;
65
+ addTrustStoreRevocations(args: AddTrustStoreRevocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTrustStoreRevocationsCommandOutput) => void): void;
50
66
  /**
51
67
  * @see {@link CreateListenerCommand}
52
68
  */
@@ -71,6 +87,12 @@ export interface ElasticLoadBalancingV2 {
71
87
  createTargetGroup(args: CreateTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateTargetGroupCommandOutput>;
72
88
  createTargetGroup(args: CreateTargetGroupCommandInput, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
73
89
  createTargetGroup(args: CreateTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
90
+ /**
91
+ * @see {@link CreateTrustStoreCommand}
92
+ */
93
+ createTrustStore(args: CreateTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrustStoreCommandOutput>;
94
+ createTrustStore(args: CreateTrustStoreCommandInput, cb: (err: any, data?: CreateTrustStoreCommandOutput) => void): void;
95
+ createTrustStore(args: CreateTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrustStoreCommandOutput) => void): void;
74
96
  /**
75
97
  * @see {@link DeleteListenerCommand}
76
98
  */
@@ -95,6 +117,12 @@ export interface ElasticLoadBalancingV2 {
95
117
  deleteTargetGroup(args: DeleteTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTargetGroupCommandOutput>;
96
118
  deleteTargetGroup(args: DeleteTargetGroupCommandInput, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
97
119
  deleteTargetGroup(args: DeleteTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
120
+ /**
121
+ * @see {@link DeleteTrustStoreCommand}
122
+ */
123
+ deleteTrustStore(args: DeleteTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrustStoreCommandOutput>;
124
+ deleteTrustStore(args: DeleteTrustStoreCommandInput, cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void): void;
125
+ deleteTrustStore(args: DeleteTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void): void;
98
126
  /**
99
127
  * @see {@link DeregisterTargetsCommand}
100
128
  */
@@ -167,6 +195,36 @@ export interface ElasticLoadBalancingV2 {
167
195
  describeTargetHealth(args: DescribeTargetHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetHealthCommandOutput>;
168
196
  describeTargetHealth(args: DescribeTargetHealthCommandInput, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
169
197
  describeTargetHealth(args: DescribeTargetHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
198
+ /**
199
+ * @see {@link DescribeTrustStoreAssociationsCommand}
200
+ */
201
+ describeTrustStoreAssociations(args: DescribeTrustStoreAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrustStoreAssociationsCommandOutput>;
202
+ describeTrustStoreAssociations(args: DescribeTrustStoreAssociationsCommandInput, cb: (err: any, data?: DescribeTrustStoreAssociationsCommandOutput) => void): void;
203
+ describeTrustStoreAssociations(args: DescribeTrustStoreAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustStoreAssociationsCommandOutput) => void): void;
204
+ /**
205
+ * @see {@link DescribeTrustStoreRevocationsCommand}
206
+ */
207
+ describeTrustStoreRevocations(args: DescribeTrustStoreRevocationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrustStoreRevocationsCommandOutput>;
208
+ describeTrustStoreRevocations(args: DescribeTrustStoreRevocationsCommandInput, cb: (err: any, data?: DescribeTrustStoreRevocationsCommandOutput) => void): void;
209
+ describeTrustStoreRevocations(args: DescribeTrustStoreRevocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustStoreRevocationsCommandOutput) => void): void;
210
+ /**
211
+ * @see {@link DescribeTrustStoresCommand}
212
+ */
213
+ describeTrustStores(args: DescribeTrustStoresCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrustStoresCommandOutput>;
214
+ describeTrustStores(args: DescribeTrustStoresCommandInput, cb: (err: any, data?: DescribeTrustStoresCommandOutput) => void): void;
215
+ describeTrustStores(args: DescribeTrustStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustStoresCommandOutput) => void): void;
216
+ /**
217
+ * @see {@link GetTrustStoreCaCertificatesBundleCommand}
218
+ */
219
+ getTrustStoreCaCertificatesBundle(args: GetTrustStoreCaCertificatesBundleCommandInput, options?: __HttpHandlerOptions): Promise<GetTrustStoreCaCertificatesBundleCommandOutput>;
220
+ getTrustStoreCaCertificatesBundle(args: GetTrustStoreCaCertificatesBundleCommandInput, cb: (err: any, data?: GetTrustStoreCaCertificatesBundleCommandOutput) => void): void;
221
+ getTrustStoreCaCertificatesBundle(args: GetTrustStoreCaCertificatesBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrustStoreCaCertificatesBundleCommandOutput) => void): void;
222
+ /**
223
+ * @see {@link GetTrustStoreRevocationContentCommand}
224
+ */
225
+ getTrustStoreRevocationContent(args: GetTrustStoreRevocationContentCommandInput, options?: __HttpHandlerOptions): Promise<GetTrustStoreRevocationContentCommandOutput>;
226
+ getTrustStoreRevocationContent(args: GetTrustStoreRevocationContentCommandInput, cb: (err: any, data?: GetTrustStoreRevocationContentCommandOutput) => void): void;
227
+ getTrustStoreRevocationContent(args: GetTrustStoreRevocationContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrustStoreRevocationContentCommandOutput) => void): void;
170
228
  /**
171
229
  * @see {@link ModifyListenerCommand}
172
230
  */
@@ -197,6 +255,12 @@ export interface ElasticLoadBalancingV2 {
197
255
  modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTargetGroupAttributesCommandOutput>;
198
256
  modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
199
257
  modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
258
+ /**
259
+ * @see {@link ModifyTrustStoreCommand}
260
+ */
261
+ modifyTrustStore(args: ModifyTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTrustStoreCommandOutput>;
262
+ modifyTrustStore(args: ModifyTrustStoreCommandInput, cb: (err: any, data?: ModifyTrustStoreCommandOutput) => void): void;
263
+ modifyTrustStore(args: ModifyTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTrustStoreCommandOutput) => void): void;
200
264
  /**
201
265
  * @see {@link RegisterTargetsCommand}
202
266
  */
@@ -215,6 +279,12 @@ export interface ElasticLoadBalancingV2 {
215
279
  removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
216
280
  removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
217
281
  removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
282
+ /**
283
+ * @see {@link RemoveTrustStoreRevocationsCommand}
284
+ */
285
+ removeTrustStoreRevocations(args: RemoveTrustStoreRevocationsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTrustStoreRevocationsCommandOutput>;
286
+ removeTrustStoreRevocations(args: RemoveTrustStoreRevocationsCommandInput, cb: (err: any, data?: RemoveTrustStoreRevocationsCommandOutput) => void): void;
287
+ removeTrustStoreRevocations(args: RemoveTrustStoreRevocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTrustStoreRevocationsCommandOutput) => void): void;
218
288
  /**
219
289
  * @see {@link SetIpAddressTypeCommand}
220
290
  */
@@ -10,14 +10,17 @@ import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration
10
10
  import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
11
11
  import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
12
12
  import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
13
+ import { AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput } from "./commands/AddTrustStoreRevocationsCommand";
13
14
  import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
14
15
  import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
15
16
  import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
16
17
  import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
18
+ import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
17
19
  import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
18
20
  import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
19
21
  import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
20
22
  import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
23
+ import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
21
24
  import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
22
25
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
23
26
  import { DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput } from "./commands/DescribeListenerCertificatesCommand";
@@ -30,14 +33,21 @@ import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/
30
33
  import { DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput } from "./commands/DescribeTargetGroupAttributesCommand";
31
34
  import { DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput } from "./commands/DescribeTargetGroupsCommand";
32
35
  import { DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput } from "./commands/DescribeTargetHealthCommand";
36
+ import { DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput } from "./commands/DescribeTrustStoreAssociationsCommand";
37
+ import { DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput } from "./commands/DescribeTrustStoreRevocationsCommand";
38
+ import { DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput } from "./commands/DescribeTrustStoresCommand";
39
+ import { GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput } from "./commands/GetTrustStoreCaCertificatesBundleCommand";
40
+ import { GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput } from "./commands/GetTrustStoreRevocationContentCommand";
33
41
  import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "./commands/ModifyListenerCommand";
34
42
  import { ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput } from "./commands/ModifyLoadBalancerAttributesCommand";
35
43
  import { ModifyRuleCommandInput, ModifyRuleCommandOutput } from "./commands/ModifyRuleCommand";
36
44
  import { ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput } from "./commands/ModifyTargetGroupAttributesCommand";
37
45
  import { ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput } from "./commands/ModifyTargetGroupCommand";
46
+ import { ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput } from "./commands/ModifyTrustStoreCommand";
38
47
  import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
39
48
  import { RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput } from "./commands/RemoveListenerCertificatesCommand";
40
49
  import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
50
+ import { RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput } from "./commands/RemoveTrustStoreRevocationsCommand";
41
51
  import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
42
52
  import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "./commands/SetRulePrioritiesCommand";
43
53
  import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "./commands/SetSecurityGroupsCommand";
@@ -48,11 +58,11 @@ export { __Client };
48
58
  /**
49
59
  * @public
50
60
  */
51
- export type ServiceInputTypes = AddListenerCertificatesCommandInput | AddTagsCommandInput | CreateListenerCommandInput | CreateLoadBalancerCommandInput | CreateRuleCommandInput | CreateTargetGroupCommandInput | DeleteListenerCommandInput | DeleteLoadBalancerCommandInput | DeleteRuleCommandInput | DeleteTargetGroupCommandInput | DeregisterTargetsCommandInput | DescribeAccountLimitsCommandInput | DescribeListenerCertificatesCommandInput | DescribeListenersCommandInput | DescribeLoadBalancerAttributesCommandInput | DescribeLoadBalancersCommandInput | DescribeRulesCommandInput | DescribeSSLPoliciesCommandInput | DescribeTagsCommandInput | DescribeTargetGroupAttributesCommandInput | DescribeTargetGroupsCommandInput | DescribeTargetHealthCommandInput | ModifyListenerCommandInput | ModifyLoadBalancerAttributesCommandInput | ModifyRuleCommandInput | ModifyTargetGroupAttributesCommandInput | ModifyTargetGroupCommandInput | RegisterTargetsCommandInput | RemoveListenerCertificatesCommandInput | RemoveTagsCommandInput | SetIpAddressTypeCommandInput | SetRulePrioritiesCommandInput | SetSecurityGroupsCommandInput | SetSubnetsCommandInput;
61
+ export type ServiceInputTypes = AddListenerCertificatesCommandInput | AddTagsCommandInput | AddTrustStoreRevocationsCommandInput | CreateListenerCommandInput | CreateLoadBalancerCommandInput | CreateRuleCommandInput | CreateTargetGroupCommandInput | CreateTrustStoreCommandInput | DeleteListenerCommandInput | DeleteLoadBalancerCommandInput | DeleteRuleCommandInput | DeleteTargetGroupCommandInput | DeleteTrustStoreCommandInput | DeregisterTargetsCommandInput | DescribeAccountLimitsCommandInput | DescribeListenerCertificatesCommandInput | DescribeListenersCommandInput | DescribeLoadBalancerAttributesCommandInput | DescribeLoadBalancersCommandInput | DescribeRulesCommandInput | DescribeSSLPoliciesCommandInput | DescribeTagsCommandInput | DescribeTargetGroupAttributesCommandInput | DescribeTargetGroupsCommandInput | DescribeTargetHealthCommandInput | DescribeTrustStoreAssociationsCommandInput | DescribeTrustStoreRevocationsCommandInput | DescribeTrustStoresCommandInput | GetTrustStoreCaCertificatesBundleCommandInput | GetTrustStoreRevocationContentCommandInput | ModifyListenerCommandInput | ModifyLoadBalancerAttributesCommandInput | ModifyRuleCommandInput | ModifyTargetGroupAttributesCommandInput | ModifyTargetGroupCommandInput | ModifyTrustStoreCommandInput | RegisterTargetsCommandInput | RemoveListenerCertificatesCommandInput | RemoveTagsCommandInput | RemoveTrustStoreRevocationsCommandInput | SetIpAddressTypeCommandInput | SetRulePrioritiesCommandInput | SetSecurityGroupsCommandInput | SetSubnetsCommandInput;
52
62
  /**
53
63
  * @public
54
64
  */
55
- export type ServiceOutputTypes = AddListenerCertificatesCommandOutput | AddTagsCommandOutput | CreateListenerCommandOutput | CreateLoadBalancerCommandOutput | CreateRuleCommandOutput | CreateTargetGroupCommandOutput | DeleteListenerCommandOutput | DeleteLoadBalancerCommandOutput | DeleteRuleCommandOutput | DeleteTargetGroupCommandOutput | DeregisterTargetsCommandOutput | DescribeAccountLimitsCommandOutput | DescribeListenerCertificatesCommandOutput | DescribeListenersCommandOutput | DescribeLoadBalancerAttributesCommandOutput | DescribeLoadBalancersCommandOutput | DescribeRulesCommandOutput | DescribeSSLPoliciesCommandOutput | DescribeTagsCommandOutput | DescribeTargetGroupAttributesCommandOutput | DescribeTargetGroupsCommandOutput | DescribeTargetHealthCommandOutput | ModifyListenerCommandOutput | ModifyLoadBalancerAttributesCommandOutput | ModifyRuleCommandOutput | ModifyTargetGroupAttributesCommandOutput | ModifyTargetGroupCommandOutput | RegisterTargetsCommandOutput | RemoveListenerCertificatesCommandOutput | RemoveTagsCommandOutput | SetIpAddressTypeCommandOutput | SetRulePrioritiesCommandOutput | SetSecurityGroupsCommandOutput | SetSubnetsCommandOutput;
65
+ export type ServiceOutputTypes = AddListenerCertificatesCommandOutput | AddTagsCommandOutput | AddTrustStoreRevocationsCommandOutput | CreateListenerCommandOutput | CreateLoadBalancerCommandOutput | CreateRuleCommandOutput | CreateTargetGroupCommandOutput | CreateTrustStoreCommandOutput | DeleteListenerCommandOutput | DeleteLoadBalancerCommandOutput | DeleteRuleCommandOutput | DeleteTargetGroupCommandOutput | DeleteTrustStoreCommandOutput | DeregisterTargetsCommandOutput | DescribeAccountLimitsCommandOutput | DescribeListenerCertificatesCommandOutput | DescribeListenersCommandOutput | DescribeLoadBalancerAttributesCommandOutput | DescribeLoadBalancersCommandOutput | DescribeRulesCommandOutput | DescribeSSLPoliciesCommandOutput | DescribeTagsCommandOutput | DescribeTargetGroupAttributesCommandOutput | DescribeTargetGroupsCommandOutput | DescribeTargetHealthCommandOutput | DescribeTrustStoreAssociationsCommandOutput | DescribeTrustStoreRevocationsCommandOutput | DescribeTrustStoresCommandOutput | GetTrustStoreCaCertificatesBundleCommandOutput | GetTrustStoreRevocationContentCommandOutput | ModifyListenerCommandOutput | ModifyLoadBalancerAttributesCommandOutput | ModifyRuleCommandOutput | ModifyTargetGroupAttributesCommandOutput | ModifyTargetGroupCommandOutput | ModifyTrustStoreCommandOutput | RegisterTargetsCommandOutput | RemoveListenerCertificatesCommandOutput | RemoveTagsCommandOutput | RemoveTrustStoreRevocationsCommandOutput | SetIpAddressTypeCommandOutput | SetRulePrioritiesCommandOutput | SetSecurityGroupsCommandOutput | SetSubnetsCommandOutput;
56
66
  /**
57
67
  * @public
58
68
  */
@@ -25,7 +25,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
25
25
  * @public
26
26
  * <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
27
27
  * Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,
28
- * listeners, and rules.</p>
28
+ * trust stores, listeners, and rules.</p>
29
29
  * <p>Each tag consists of a key and an optional value. If a resource already has a tag with the
30
30
  * same key, <code>AddTags</code> updates its value.</p>
31
31
  * @example
@@ -73,7 +73,10 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
73
73
  * <p>The specified target group does not exist.</p>
74
74
  *
75
75
  * @throws {@link TooManyTagsException} (client fault)
76
- * <p>You've reached the limit on the number of tags per load balancer.</p>
76
+ * <p>You've reached the limit on the number of tags for this resource.</p>
77
+ *
78
+ * @throws {@link TrustStoreNotFoundException} (client fault)
79
+ * <p>The specified trust store does not exist.</p>
77
80
  *
78
81
  * @throws {@link ElasticLoadBalancingV2ServiceException}
79
82
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
@@ -0,0 +1,100 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
+ import { AddTrustStoreRevocationsInput, AddTrustStoreRevocationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link AddTrustStoreRevocationsCommand}.
14
+ */
15
+ export interface AddTrustStoreRevocationsCommandInput extends AddTrustStoreRevocationsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link AddTrustStoreRevocationsCommand}.
21
+ */
22
+ export interface AddTrustStoreRevocationsCommandOutput extends AddTrustStoreRevocationsOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Adds the specified revocation file to the specified trust store.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { ElasticLoadBalancingV2Client, AddTrustStoreRevocationsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
31
+ * // const { ElasticLoadBalancingV2Client, AddTrustStoreRevocationsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
32
+ * const client = new ElasticLoadBalancingV2Client(config);
33
+ * const input = { // AddTrustStoreRevocationsInput
34
+ * TrustStoreArn: "STRING_VALUE", // required
35
+ * RevocationContents: [ // RevocationContents
36
+ * { // RevocationContent
37
+ * S3Bucket: "STRING_VALUE",
38
+ * S3Key: "STRING_VALUE",
39
+ * S3ObjectVersion: "STRING_VALUE",
40
+ * RevocationType: "CRL",
41
+ * },
42
+ * ],
43
+ * };
44
+ * const command = new AddTrustStoreRevocationsCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // AddTrustStoreRevocationsOutput
47
+ * // TrustStoreRevocations: [ // TrustStoreRevocations
48
+ * // { // TrustStoreRevocation
49
+ * // TrustStoreArn: "STRING_VALUE",
50
+ * // RevocationId: Number("long"),
51
+ * // RevocationType: "CRL",
52
+ * // NumberOfRevokedEntries: Number("long"),
53
+ * // },
54
+ * // ],
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param AddTrustStoreRevocationsCommandInput - {@link AddTrustStoreRevocationsCommandInput}
60
+ * @returns {@link AddTrustStoreRevocationsCommandOutput}
61
+ * @see {@link AddTrustStoreRevocationsCommandInput} for command's `input` shape.
62
+ * @see {@link AddTrustStoreRevocationsCommandOutput} for command's `response` shape.
63
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
64
+ *
65
+ * @throws {@link InvalidRevocationContentException} (client fault)
66
+ * <p>The provided revocation file is an invalid format, or uses an incorrect algorithm.</p>
67
+ *
68
+ * @throws {@link RevocationContentNotFoundException} (client fault)
69
+ * <p>The specified revocation file does not exist.</p>
70
+ *
71
+ * @throws {@link TooManyTrustStoreRevocationEntriesException} (client fault)
72
+ * <p>The specified trust store has too many revocation entries.</p>
73
+ *
74
+ * @throws {@link TrustStoreNotFoundException} (client fault)
75
+ * <p>The specified trust store does not exist.</p>
76
+ *
77
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
78
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
79
+ *
80
+ */
81
+ export declare class AddTrustStoreRevocationsCommand extends $Command<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
82
+ readonly input: AddTrustStoreRevocationsCommandInput;
83
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
+ /**
85
+ * @public
86
+ */
87
+ constructor(input: AddTrustStoreRevocationsCommandInput);
88
+ /**
89
+ * @internal
90
+ */
91
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput>;
92
+ /**
93
+ * @internal
94
+ */
95
+ private serialize;
96
+ /**
97
+ * @internal
98
+ */
99
+ private deserialize;
100
+ }
@@ -134,6 +134,11 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
134
134
  * Value: "STRING_VALUE",
135
135
  * },
136
136
  * ],
137
+ * MutualAuthentication: { // MutualAuthenticationAttributes
138
+ * Mode: "STRING_VALUE",
139
+ * TrustStoreArn: "STRING_VALUE",
140
+ * IgnoreClientCertificateExpiry: true || false,
141
+ * },
137
142
  * };
138
143
  * const command = new CreateListenerCommand(input);
139
144
  * const response = await client.send(command);
@@ -214,6 +219,11 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
214
219
  * // AlpnPolicy: [ // AlpnPolicyName
215
220
  * // "STRING_VALUE",
216
221
  * // ],
222
+ * // MutualAuthentication: { // MutualAuthenticationAttributes
223
+ * // Mode: "STRING_VALUE",
224
+ * // TrustStoreArn: "STRING_VALUE",
225
+ * // IgnoreClientCertificateExpiry: true || false,
226
+ * // },
217
227
  * // },
218
228
  * // ],
219
229
  * // };
@@ -270,7 +280,7 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
270
280
  * balancer.</p>
271
281
  *
272
282
  * @throws {@link TooManyTagsException} (client fault)
273
- * <p>You've reached the limit on the number of tags per load balancer.</p>
283
+ * <p>You've reached the limit on the number of tags for this resource.</p>
274
284
  *
275
285
  * @throws {@link TooManyTargetsException} (client fault)
276
286
  * <p>You've reached the limit on the number of targets.</p>
@@ -280,6 +290,12 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
280
290
  * all listeners. If a target group is used by multiple actions for a load balancer, it is
281
291
  * counted as only one use.</p>
282
292
  *
293
+ * @throws {@link TrustStoreNotFoundException} (client fault)
294
+ * <p>The specified trust store does not exist.</p>
295
+ *
296
+ * @throws {@link TrustStoreNotReadyException} (client fault)
297
+ * <p>The specified trust store is not active.</p>
298
+ *
283
299
  * @throws {@link UnsupportedProtocolException} (client fault)
284
300
  * <p>The specified protocol is not supported.</p>
285
301
  *
@@ -168,7 +168,7 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutpu
168
168
  * account.</p>
169
169
  *
170
170
  * @throws {@link TooManyTagsException} (client fault)
171
- * <p>You've reached the limit on the number of tags per load balancer.</p>
171
+ * <p>You've reached the limit on the number of tags for this resource.</p>
172
172
  *
173
173
  * @throws {@link ElasticLoadBalancingV2ServiceException}
174
174
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
@@ -297,7 +297,7 @@ export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBea
297
297
  * <p>You've reached the limit on the number of rules per load balancer.</p>
298
298
  *
299
299
  * @throws {@link TooManyTagsException} (client fault)
300
- * <p>You've reached the limit on the number of tags per load balancer.</p>
300
+ * <p>You've reached the limit on the number of tags for this resource.</p>
301
301
  *
302
302
  * @throws {@link TooManyTargetGroupsException} (client fault)
303
303
  * <p>You've reached the limit on the number of target groups for your Amazon Web Services
@@ -127,7 +127,7 @@ export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput,
127
127
  * <p>The requested configuration is not valid.</p>
128
128
  *
129
129
  * @throws {@link TooManyTagsException} (client fault)
130
- * <p>You've reached the limit on the number of tags per load balancer.</p>
130
+ * <p>You've reached the limit on the number of tags for this resource.</p>
131
131
  *
132
132
  * @throws {@link TooManyTargetGroupsException} (client fault)
133
133
  * <p>You've reached the limit on the number of target groups for your Amazon Web Services
@@ -0,0 +1,108 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
+ import { CreateTrustStoreInput, CreateTrustStoreOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateTrustStoreCommand}.
14
+ */
15
+ export interface CreateTrustStoreCommandInput extends CreateTrustStoreInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateTrustStoreCommand}.
21
+ */
22
+ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Creates a trust store.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { ElasticLoadBalancingV2Client, CreateTrustStoreCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
31
+ * // const { ElasticLoadBalancingV2Client, CreateTrustStoreCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
32
+ * const client = new ElasticLoadBalancingV2Client(config);
33
+ * const input = { // CreateTrustStoreInput
34
+ * Name: "STRING_VALUE", // required
35
+ * CaCertificatesBundleS3Bucket: "STRING_VALUE", // required
36
+ * CaCertificatesBundleS3Key: "STRING_VALUE", // required
37
+ * CaCertificatesBundleS3ObjectVersion: "STRING_VALUE",
38
+ * Tags: [ // TagList
39
+ * { // Tag
40
+ * Key: "STRING_VALUE", // required
41
+ * Value: "STRING_VALUE",
42
+ * },
43
+ * ],
44
+ * };
45
+ * const command = new CreateTrustStoreCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // CreateTrustStoreOutput
48
+ * // TrustStores: [ // TrustStores
49
+ * // { // TrustStore
50
+ * // Name: "STRING_VALUE",
51
+ * // TrustStoreArn: "STRING_VALUE",
52
+ * // Status: "ACTIVE" || "CREATING",
53
+ * // NumberOfCaCertificates: Number("int"),
54
+ * // TotalRevokedEntries: Number("long"),
55
+ * // },
56
+ * // ],
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param CreateTrustStoreCommandInput - {@link CreateTrustStoreCommandInput}
62
+ * @returns {@link CreateTrustStoreCommandOutput}
63
+ * @see {@link CreateTrustStoreCommandInput} for command's `input` shape.
64
+ * @see {@link CreateTrustStoreCommandOutput} for command's `response` shape.
65
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
66
+ *
67
+ * @throws {@link CaCertificatesBundleNotFoundException} (client fault)
68
+ * <p>The specified ca certificate bundle does not exist.</p>
69
+ *
70
+ * @throws {@link DuplicateTagKeysException} (client fault)
71
+ * <p>A tag key was specified more than once.</p>
72
+ *
73
+ * @throws {@link DuplicateTrustStoreNameException} (client fault)
74
+ * <p>A trust store with the specified name already exists.</p>
75
+ *
76
+ * @throws {@link InvalidCaCertificatesBundleException} (client fault)
77
+ * <p>The specified ca certificate bundle is in an invalid format, or corrupt.</p>
78
+ *
79
+ * @throws {@link TooManyTagsException} (client fault)
80
+ * <p>You've reached the limit on the number of tags for this resource.</p>
81
+ *
82
+ * @throws {@link TooManyTrustStoresException} (client fault)
83
+ * <p>You've reached the limit on the number of trust stores for your Amazon Web Services account.</p>
84
+ *
85
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
86
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
87
+ *
88
+ */
89
+ export declare class CreateTrustStoreCommand extends $Command<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
90
+ readonly input: CreateTrustStoreCommandInput;
91
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
+ /**
93
+ * @public
94
+ */
95
+ constructor(input: CreateTrustStoreCommandInput);
96
+ /**
97
+ * @internal
98
+ */
99
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput>;
100
+ /**
101
+ * @internal
102
+ */
103
+ private serialize;
104
+ /**
105
+ * @internal
106
+ */
107
+ private deserialize;
108
+ }
@@ -0,0 +1,77 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
+ import { DeleteTrustStoreInput, DeleteTrustStoreOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteTrustStoreCommand}.
14
+ */
15
+ export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteTrustStoreCommand}.
21
+ */
22
+ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Deletes a trust store.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { ElasticLoadBalancingV2Client, DeleteTrustStoreCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
31
+ * // const { ElasticLoadBalancingV2Client, DeleteTrustStoreCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
32
+ * const client = new ElasticLoadBalancingV2Client(config);
33
+ * const input = { // DeleteTrustStoreInput
34
+ * TrustStoreArn: "STRING_VALUE", // required
35
+ * };
36
+ * const command = new DeleteTrustStoreCommand(input);
37
+ * const response = await client.send(command);
38
+ * // {};
39
+ *
40
+ * ```
41
+ *
42
+ * @param DeleteTrustStoreCommandInput - {@link DeleteTrustStoreCommandInput}
43
+ * @returns {@link DeleteTrustStoreCommandOutput}
44
+ * @see {@link DeleteTrustStoreCommandInput} for command's `input` shape.
45
+ * @see {@link DeleteTrustStoreCommandOutput} for command's `response` shape.
46
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
47
+ *
48
+ * @throws {@link TrustStoreInUseException} (client fault)
49
+ * <p>The specified trust store is currently in use.</p>
50
+ *
51
+ * @throws {@link TrustStoreNotFoundException} (client fault)
52
+ * <p>The specified trust store does not exist.</p>
53
+ *
54
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
55
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
56
+ *
57
+ */
58
+ export declare class DeleteTrustStoreCommand extends $Command<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
59
+ readonly input: DeleteTrustStoreCommandInput;
60
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
64
+ constructor(input: DeleteTrustStoreCommandInput);
65
+ /**
66
+ * @internal
67
+ */
68
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
72
+ private serialize;
73
+ /**
74
+ * @internal
75
+ */
76
+ private deserialize;
77
+ }
@@ -119,6 +119,11 @@ export interface DescribeListenersCommandOutput extends DescribeListenersOutput,
119
119
  * // AlpnPolicy: [ // AlpnPolicyName
120
120
  * // "STRING_VALUE",
121
121
  * // ],
122
+ * // MutualAuthentication: { // MutualAuthenticationAttributes
123
+ * // Mode: "STRING_VALUE",
124
+ * // TrustStoreArn: "STRING_VALUE",
125
+ * // IgnoreClientCertificateExpiry: true || false,
126
+ * // },
122
127
  * // },
123
128
  * // ],
124
129
  * // NextMarker: "STRING_VALUE",
@@ -73,6 +73,9 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
73
73
  * @throws {@link TargetGroupNotFoundException} (client fault)
74
74
  * <p>The specified target group does not exist.</p>
75
75
  *
76
+ * @throws {@link TrustStoreNotFoundException} (client fault)
77
+ * <p>The specified trust store does not exist.</p>
78
+ *
76
79
  * @throws {@link ElasticLoadBalancingV2ServiceException}
77
80
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
78
81
  *
@@ -39,6 +39,9 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
39
39
  * AvailabilityZone: "STRING_VALUE",
40
40
  * },
41
41
  * ],
42
+ * Include: [ // ListOfDescribeTargetHealthIncludeOptions
43
+ * "AnomalyDetection" || "All",
44
+ * ],
42
45
  * };
43
46
  * const command = new DescribeTargetHealthCommand(input);
44
47
  * const response = await client.send(command);
@@ -56,6 +59,10 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
56
59
  * // Reason: "Elb.RegistrationInProgress" || "Elb.InitialHealthChecking" || "Target.ResponseCodeMismatch" || "Target.Timeout" || "Target.FailedHealthChecks" || "Target.NotRegistered" || "Target.NotInUse" || "Target.DeregistrationInProgress" || "Target.InvalidState" || "Target.IpUnusable" || "Target.HealthCheckDisabled" || "Elb.InternalError",
57
60
  * // Description: "STRING_VALUE",
58
61
  * // },
62
+ * // AnomalyDetection: { // AnomalyDetection
63
+ * // Result: "anomalous" || "normal",
64
+ * // MitigationInEffect: "yes" || "no",
65
+ * // },
59
66
  * // },
60
67
  * // ],
61
68
  * // };