@aws-sdk/client-elastic-load-balancing-v2 3.454.0 → 3.460.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 +12 -12
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ AddTrustStoreRevocationsInput,
16
+ AddTrustStoreRevocationsOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface AddTrustStoreRevocationsCommandInput
20
+ extends AddTrustStoreRevocationsInput {}
21
+ export interface AddTrustStoreRevocationsCommandOutput
22
+ extends AddTrustStoreRevocationsOutput,
23
+ __MetadataBearer {}
24
+ export declare class AddTrustStoreRevocationsCommand extends $Command<
25
+ AddTrustStoreRevocationsCommandInput,
26
+ AddTrustStoreRevocationsCommandOutput,
27
+ ElasticLoadBalancingV2ClientResolvedConfig
28
+ > {
29
+ readonly input: AddTrustStoreRevocationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: AddTrustStoreRevocationsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ AddTrustStoreRevocationsCommandInput,
38
+ AddTrustStoreRevocationsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ CreateTrustStoreInput,
16
+ CreateTrustStoreOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateTrustStoreCommandInput extends CreateTrustStoreInput {}
20
+ export interface CreateTrustStoreCommandOutput
21
+ extends CreateTrustStoreOutput,
22
+ __MetadataBearer {}
23
+ export declare class CreateTrustStoreCommand extends $Command<
24
+ CreateTrustStoreCommandInput,
25
+ CreateTrustStoreCommandOutput,
26
+ ElasticLoadBalancingV2ClientResolvedConfig
27
+ > {
28
+ readonly input: CreateTrustStoreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreateTrustStoreCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ DeleteTrustStoreInput,
16
+ DeleteTrustStoreOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreInput {}
20
+ export interface DeleteTrustStoreCommandOutput
21
+ extends DeleteTrustStoreOutput,
22
+ __MetadataBearer {}
23
+ export declare class DeleteTrustStoreCommand extends $Command<
24
+ DeleteTrustStoreCommandInput,
25
+ DeleteTrustStoreCommandOutput,
26
+ ElasticLoadBalancingV2ClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteTrustStoreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteTrustStoreCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ DescribeTrustStoreAssociationsInput,
16
+ DescribeTrustStoreAssociationsOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeTrustStoreAssociationsCommandInput
20
+ extends DescribeTrustStoreAssociationsInput {}
21
+ export interface DescribeTrustStoreAssociationsCommandOutput
22
+ extends DescribeTrustStoreAssociationsOutput,
23
+ __MetadataBearer {}
24
+ export declare class DescribeTrustStoreAssociationsCommand extends $Command<
25
+ DescribeTrustStoreAssociationsCommandInput,
26
+ DescribeTrustStoreAssociationsCommandOutput,
27
+ ElasticLoadBalancingV2ClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeTrustStoreAssociationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeTrustStoreAssociationsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeTrustStoreAssociationsCommandInput,
38
+ DescribeTrustStoreAssociationsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ DescribeTrustStoreRevocationsInput,
16
+ DescribeTrustStoreRevocationsOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeTrustStoreRevocationsCommandInput
20
+ extends DescribeTrustStoreRevocationsInput {}
21
+ export interface DescribeTrustStoreRevocationsCommandOutput
22
+ extends DescribeTrustStoreRevocationsOutput,
23
+ __MetadataBearer {}
24
+ export declare class DescribeTrustStoreRevocationsCommand extends $Command<
25
+ DescribeTrustStoreRevocationsCommandInput,
26
+ DescribeTrustStoreRevocationsCommandOutput,
27
+ ElasticLoadBalancingV2ClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeTrustStoreRevocationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeTrustStoreRevocationsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeTrustStoreRevocationsCommandInput,
38
+ DescribeTrustStoreRevocationsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ DescribeTrustStoresInput,
16
+ DescribeTrustStoresOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeTrustStoresCommandInput
20
+ extends DescribeTrustStoresInput {}
21
+ export interface DescribeTrustStoresCommandOutput
22
+ extends DescribeTrustStoresOutput,
23
+ __MetadataBearer {}
24
+ export declare class DescribeTrustStoresCommand extends $Command<
25
+ DescribeTrustStoresCommandInput,
26
+ DescribeTrustStoresCommandOutput,
27
+ ElasticLoadBalancingV2ClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeTrustStoresCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeTrustStoresCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ GetTrustStoreCaCertificatesBundleInput,
16
+ GetTrustStoreCaCertificatesBundleOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetTrustStoreCaCertificatesBundleCommandInput
20
+ extends GetTrustStoreCaCertificatesBundleInput {}
21
+ export interface GetTrustStoreCaCertificatesBundleCommandOutput
22
+ extends GetTrustStoreCaCertificatesBundleOutput,
23
+ __MetadataBearer {}
24
+ export declare class GetTrustStoreCaCertificatesBundleCommand extends $Command<
25
+ GetTrustStoreCaCertificatesBundleCommandInput,
26
+ GetTrustStoreCaCertificatesBundleCommandOutput,
27
+ ElasticLoadBalancingV2ClientResolvedConfig
28
+ > {
29
+ readonly input: GetTrustStoreCaCertificatesBundleCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetTrustStoreCaCertificatesBundleCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ GetTrustStoreCaCertificatesBundleCommandInput,
38
+ GetTrustStoreCaCertificatesBundleCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ GetTrustStoreRevocationContentInput,
16
+ GetTrustStoreRevocationContentOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetTrustStoreRevocationContentCommandInput
20
+ extends GetTrustStoreRevocationContentInput {}
21
+ export interface GetTrustStoreRevocationContentCommandOutput
22
+ extends GetTrustStoreRevocationContentOutput,
23
+ __MetadataBearer {}
24
+ export declare class GetTrustStoreRevocationContentCommand extends $Command<
25
+ GetTrustStoreRevocationContentCommandInput,
26
+ GetTrustStoreRevocationContentCommandOutput,
27
+ ElasticLoadBalancingV2ClientResolvedConfig
28
+ > {
29
+ readonly input: GetTrustStoreRevocationContentCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetTrustStoreRevocationContentCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ GetTrustStoreRevocationContentCommandInput,
38
+ GetTrustStoreRevocationContentCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ ModifyTrustStoreInput,
16
+ ModifyTrustStoreOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ModifyTrustStoreCommandInput extends ModifyTrustStoreInput {}
20
+ export interface ModifyTrustStoreCommandOutput
21
+ extends ModifyTrustStoreOutput,
22
+ __MetadataBearer {}
23
+ export declare class ModifyTrustStoreCommand extends $Command<
24
+ ModifyTrustStoreCommandInput,
25
+ ModifyTrustStoreCommandOutput,
26
+ ElasticLoadBalancingV2ClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyTrustStoreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ModifyTrustStoreCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ElasticLoadBalancingV2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ElasticLoadBalancingV2Client";
14
+ import {
15
+ RemoveTrustStoreRevocationsInput,
16
+ RemoveTrustStoreRevocationsOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface RemoveTrustStoreRevocationsCommandInput
20
+ extends RemoveTrustStoreRevocationsInput {}
21
+ export interface RemoveTrustStoreRevocationsCommandOutput
22
+ extends RemoveTrustStoreRevocationsOutput,
23
+ __MetadataBearer {}
24
+ export declare class RemoveTrustStoreRevocationsCommand extends $Command<
25
+ RemoveTrustStoreRevocationsCommandInput,
26
+ RemoveTrustStoreRevocationsCommandOutput,
27
+ ElasticLoadBalancingV2ClientResolvedConfig
28
+ > {
29
+ readonly input: RemoveTrustStoreRevocationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: RemoveTrustStoreRevocationsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ RemoveTrustStoreRevocationsCommandInput,
38
+ RemoveTrustStoreRevocationsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -1,13 +1,16 @@
1
1
  export * from "./AddListenerCertificatesCommand";
2
2
  export * from "./AddTagsCommand";
3
+ export * from "./AddTrustStoreRevocationsCommand";
3
4
  export * from "./CreateListenerCommand";
4
5
  export * from "./CreateLoadBalancerCommand";
5
6
  export * from "./CreateRuleCommand";
6
7
  export * from "./CreateTargetGroupCommand";
8
+ export * from "./CreateTrustStoreCommand";
7
9
  export * from "./DeleteListenerCommand";
8
10
  export * from "./DeleteLoadBalancerCommand";
9
11
  export * from "./DeleteRuleCommand";
10
12
  export * from "./DeleteTargetGroupCommand";
13
+ export * from "./DeleteTrustStoreCommand";
11
14
  export * from "./DeregisterTargetsCommand";
12
15
  export * from "./DescribeAccountLimitsCommand";
13
16
  export * from "./DescribeListenerCertificatesCommand";
@@ -20,14 +23,21 @@ export * from "./DescribeTagsCommand";
20
23
  export * from "./DescribeTargetGroupAttributesCommand";
21
24
  export * from "./DescribeTargetGroupsCommand";
22
25
  export * from "./DescribeTargetHealthCommand";
26
+ export * from "./DescribeTrustStoreAssociationsCommand";
27
+ export * from "./DescribeTrustStoreRevocationsCommand";
28
+ export * from "./DescribeTrustStoresCommand";
29
+ export * from "./GetTrustStoreCaCertificatesBundleCommand";
30
+ export * from "./GetTrustStoreRevocationContentCommand";
23
31
  export * from "./ModifyListenerCommand";
24
32
  export * from "./ModifyLoadBalancerAttributesCommand";
25
33
  export * from "./ModifyRuleCommand";
26
34
  export * from "./ModifyTargetGroupAttributesCommand";
27
35
  export * from "./ModifyTargetGroupCommand";
36
+ export * from "./ModifyTrustStoreCommand";
28
37
  export * from "./RegisterTargetsCommand";
29
38
  export * from "./RemoveListenerCertificatesCommand";
30
39
  export * from "./RemoveTagsCommand";
40
+ export * from "./RemoveTrustStoreRevocationsCommand";
31
41
  export * from "./SetIpAddressTypeCommand";
32
42
  export * from "./SetRulePrioritiesCommand";
33
43
  export * from "./SetSecurityGroupsCommand";