@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.
- package/README.md +114 -34
- package/dist-cjs/ElasticLoadBalancingV2.js +20 -0
- package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +51 -0
- package/dist-cjs/commands/CreateTrustStoreCommand.js +51 -0
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustStoresCommand.js +51 -0
- package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +51 -0
- package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +51 -0
- package/dist-cjs/commands/ModifyTrustStoreCommand.js +51 -0
- package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +51 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +175 -2
- package/dist-cjs/pagination/DescribeTrustStoreAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeTrustStoreRevocationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeTrustStoresPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_query.js +1187 -19
- package/dist-es/ElasticLoadBalancingV2.js +20 -0
- package/dist-es/commands/AddTrustStoreRevocationsCommand.js +47 -0
- package/dist-es/commands/CreateTrustStoreCommand.js +47 -0
- package/dist-es/commands/DeleteTrustStoreCommand.js +47 -0
- package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +47 -0
- package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +47 -0
- package/dist-es/commands/DescribeTrustStoresCommand.js +47 -0
- package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +47 -0
- package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +47 -0
- package/dist-es/commands/ModifyTrustStoreCommand.js +47 -0
- package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +47 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +162 -0
- package/dist-es/pagination/DescribeTrustStoreAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeTrustStoreRevocationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeTrustStoresPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_query.js +1167 -19
- package/dist-types/ElasticLoadBalancingV2.d.ts +70 -0
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +12 -2
- package/dist-types/commands/AddTagsCommand.d.ts +5 -2
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +100 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +17 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +108 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +77 -0
- package/dist-types/commands/DescribeListenersCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +93 -0
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +93 -0
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +78 -0
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +82 -0
- package/dist-types/commands/ModifyListenerCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +93 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +4 -1
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +712 -2
- package/dist-types/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeTrustStoresPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_query.d.ts +90 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +176 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +254 -0
- package/dist-types/ts3.4/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTrustStoresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +120 -0
- package/package.json +12 -12
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput } from "../commands/DescribeTrustStoreAssociationsCommand";
|
|
3
|
+
import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeTrustStoreAssociations(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoreAssociationsCommandInput, ...additionalArguments: any): Paginator<DescribeTrustStoreAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput } from "../commands/DescribeTrustStoreRevocationsCommand";
|
|
3
|
+
import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeTrustStoreRevocations(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoreRevocationsCommandInput, ...additionalArguments: any): Paginator<DescribeTrustStoreRevocationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput } from "../commands/DescribeTrustStoresCommand";
|
|
3
|
+
import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeTrustStores(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoresCommandInput, ...additionalArguments: any): 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";
|
|
@@ -2,14 +2,17 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@s
|
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "../commands/AddListenerCertificatesCommand";
|
|
4
4
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
|
|
5
|
+
import { AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput } from "../commands/AddTrustStoreRevocationsCommand";
|
|
5
6
|
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "../commands/CreateListenerCommand";
|
|
6
7
|
import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "../commands/CreateLoadBalancerCommand";
|
|
7
8
|
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "../commands/CreateRuleCommand";
|
|
8
9
|
import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "../commands/CreateTargetGroupCommand";
|
|
10
|
+
import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "../commands/CreateTrustStoreCommand";
|
|
9
11
|
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "../commands/DeleteListenerCommand";
|
|
10
12
|
import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "../commands/DeleteLoadBalancerCommand";
|
|
11
13
|
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "../commands/DeleteRuleCommand";
|
|
12
14
|
import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "../commands/DeleteTargetGroupCommand";
|
|
15
|
+
import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "../commands/DeleteTrustStoreCommand";
|
|
13
16
|
import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "../commands/DeregisterTargetsCommand";
|
|
14
17
|
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
|
|
15
18
|
import { DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput } from "../commands/DescribeListenerCertificatesCommand";
|
|
@@ -22,14 +25,21 @@ import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands
|
|
|
22
25
|
import { DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput } from "../commands/DescribeTargetGroupAttributesCommand";
|
|
23
26
|
import { DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput } from "../commands/DescribeTargetGroupsCommand";
|
|
24
27
|
import { DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput } from "../commands/DescribeTargetHealthCommand";
|
|
28
|
+
import { DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput } from "../commands/DescribeTrustStoreAssociationsCommand";
|
|
29
|
+
import { DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput } from "../commands/DescribeTrustStoreRevocationsCommand";
|
|
30
|
+
import { DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput } from "../commands/DescribeTrustStoresCommand";
|
|
31
|
+
import { GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput } from "../commands/GetTrustStoreCaCertificatesBundleCommand";
|
|
32
|
+
import { GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput } from "../commands/GetTrustStoreRevocationContentCommand";
|
|
25
33
|
import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "../commands/ModifyListenerCommand";
|
|
26
34
|
import { ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput } from "../commands/ModifyLoadBalancerAttributesCommand";
|
|
27
35
|
import { ModifyRuleCommandInput, ModifyRuleCommandOutput } from "../commands/ModifyRuleCommand";
|
|
28
36
|
import { ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput } from "../commands/ModifyTargetGroupAttributesCommand";
|
|
29
37
|
import { ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput } from "../commands/ModifyTargetGroupCommand";
|
|
38
|
+
import { ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput } from "../commands/ModifyTrustStoreCommand";
|
|
30
39
|
import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "../commands/RegisterTargetsCommand";
|
|
31
40
|
import { RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput } from "../commands/RemoveListenerCertificatesCommand";
|
|
32
41
|
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/RemoveTagsCommand";
|
|
42
|
+
import { RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput } from "../commands/RemoveTrustStoreRevocationsCommand";
|
|
33
43
|
import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "../commands/SetIpAddressTypeCommand";
|
|
34
44
|
import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "../commands/SetRulePrioritiesCommand";
|
|
35
45
|
import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "../commands/SetSecurityGroupsCommand";
|
|
@@ -42,6 +52,10 @@ export declare const se_AddListenerCertificatesCommand: (input: AddListenerCerti
|
|
|
42
52
|
* serializeAws_queryAddTagsCommand
|
|
43
53
|
*/
|
|
44
54
|
export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_queryAddTrustStoreRevocationsCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_AddTrustStoreRevocationsCommand: (input: AddTrustStoreRevocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
59
|
/**
|
|
46
60
|
* serializeAws_queryCreateListenerCommand
|
|
47
61
|
*/
|
|
@@ -58,6 +72,10 @@ export declare const se_CreateRuleCommand: (input: CreateRuleCommandInput, conte
|
|
|
58
72
|
* serializeAws_queryCreateTargetGroupCommand
|
|
59
73
|
*/
|
|
60
74
|
export declare const se_CreateTargetGroupCommand: (input: CreateTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_queryCreateTrustStoreCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_CreateTrustStoreCommand: (input: CreateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
79
|
/**
|
|
62
80
|
* serializeAws_queryDeleteListenerCommand
|
|
63
81
|
*/
|
|
@@ -74,6 +92,10 @@ export declare const se_DeleteRuleCommand: (input: DeleteRuleCommandInput, conte
|
|
|
74
92
|
* serializeAws_queryDeleteTargetGroupCommand
|
|
75
93
|
*/
|
|
76
94
|
export declare const se_DeleteTargetGroupCommand: (input: DeleteTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_queryDeleteTrustStoreCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_DeleteTrustStoreCommand: (input: DeleteTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
99
|
/**
|
|
78
100
|
* serializeAws_queryDeregisterTargetsCommand
|
|
79
101
|
*/
|
|
@@ -122,6 +144,26 @@ export declare const se_DescribeTargetGroupsCommand: (input: DescribeTargetGroup
|
|
|
122
144
|
* serializeAws_queryDescribeTargetHealthCommand
|
|
123
145
|
*/
|
|
124
146
|
export declare const se_DescribeTargetHealthCommand: (input: DescribeTargetHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
/**
|
|
148
|
+
* serializeAws_queryDescribeTrustStoreAssociationsCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const se_DescribeTrustStoreAssociationsCommand: (input: DescribeTrustStoreAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
/**
|
|
152
|
+
* serializeAws_queryDescribeTrustStoreRevocationsCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const se_DescribeTrustStoreRevocationsCommand: (input: DescribeTrustStoreRevocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
/**
|
|
156
|
+
* serializeAws_queryDescribeTrustStoresCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const se_DescribeTrustStoresCommand: (input: DescribeTrustStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
/**
|
|
160
|
+
* serializeAws_queryGetTrustStoreCaCertificatesBundleCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const se_GetTrustStoreCaCertificatesBundleCommand: (input: GetTrustStoreCaCertificatesBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
/**
|
|
164
|
+
* serializeAws_queryGetTrustStoreRevocationContentCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const se_GetTrustStoreRevocationContentCommand: (input: GetTrustStoreRevocationContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
167
|
/**
|
|
126
168
|
* serializeAws_queryModifyListenerCommand
|
|
127
169
|
*/
|
|
@@ -142,6 +184,10 @@ export declare const se_ModifyTargetGroupCommand: (input: ModifyTargetGroupComma
|
|
|
142
184
|
* serializeAws_queryModifyTargetGroupAttributesCommand
|
|
143
185
|
*/
|
|
144
186
|
export declare const se_ModifyTargetGroupAttributesCommand: (input: ModifyTargetGroupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
+
/**
|
|
188
|
+
* serializeAws_queryModifyTrustStoreCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const se_ModifyTrustStoreCommand: (input: ModifyTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
191
|
/**
|
|
146
192
|
* serializeAws_queryRegisterTargetsCommand
|
|
147
193
|
*/
|
|
@@ -154,6 +200,10 @@ export declare const se_RemoveListenerCertificatesCommand: (input: RemoveListene
|
|
|
154
200
|
* serializeAws_queryRemoveTagsCommand
|
|
155
201
|
*/
|
|
156
202
|
export declare const se_RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
+
/**
|
|
204
|
+
* serializeAws_queryRemoveTrustStoreRevocationsCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const se_RemoveTrustStoreRevocationsCommand: (input: RemoveTrustStoreRevocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
207
|
/**
|
|
158
208
|
* serializeAws_querySetIpAddressTypeCommand
|
|
159
209
|
*/
|
|
@@ -178,6 +228,10 @@ export declare const de_AddListenerCertificatesCommand: (output: __HttpResponse,
|
|
|
178
228
|
* deserializeAws_queryAddTagsCommand
|
|
179
229
|
*/
|
|
180
230
|
export declare const de_AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_queryAddTrustStoreRevocationsCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_AddTrustStoreRevocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTrustStoreRevocationsCommandOutput>;
|
|
181
235
|
/**
|
|
182
236
|
* deserializeAws_queryCreateListenerCommand
|
|
183
237
|
*/
|
|
@@ -194,6 +248,10 @@ export declare const de_CreateRuleCommand: (output: __HttpResponse, context: __S
|
|
|
194
248
|
* deserializeAws_queryCreateTargetGroupCommand
|
|
195
249
|
*/
|
|
196
250
|
export declare const de_CreateTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTargetGroupCommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_queryCreateTrustStoreCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_CreateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustStoreCommandOutput>;
|
|
197
255
|
/**
|
|
198
256
|
* deserializeAws_queryDeleteListenerCommand
|
|
199
257
|
*/
|
|
@@ -210,6 +268,10 @@ export declare const de_DeleteRuleCommand: (output: __HttpResponse, context: __S
|
|
|
210
268
|
* deserializeAws_queryDeleteTargetGroupCommand
|
|
211
269
|
*/
|
|
212
270
|
export declare const de_DeleteTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTargetGroupCommandOutput>;
|
|
271
|
+
/**
|
|
272
|
+
* deserializeAws_queryDeleteTrustStoreCommand
|
|
273
|
+
*/
|
|
274
|
+
export declare const de_DeleteTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustStoreCommandOutput>;
|
|
213
275
|
/**
|
|
214
276
|
* deserializeAws_queryDeregisterTargetsCommand
|
|
215
277
|
*/
|
|
@@ -258,6 +320,26 @@ export declare const de_DescribeTargetGroupsCommand: (output: __HttpResponse, co
|
|
|
258
320
|
* deserializeAws_queryDescribeTargetHealthCommand
|
|
259
321
|
*/
|
|
260
322
|
export declare const de_DescribeTargetHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetHealthCommandOutput>;
|
|
323
|
+
/**
|
|
324
|
+
* deserializeAws_queryDescribeTrustStoreAssociationsCommand
|
|
325
|
+
*/
|
|
326
|
+
export declare const de_DescribeTrustStoreAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustStoreAssociationsCommandOutput>;
|
|
327
|
+
/**
|
|
328
|
+
* deserializeAws_queryDescribeTrustStoreRevocationsCommand
|
|
329
|
+
*/
|
|
330
|
+
export declare const de_DescribeTrustStoreRevocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustStoreRevocationsCommandOutput>;
|
|
331
|
+
/**
|
|
332
|
+
* deserializeAws_queryDescribeTrustStoresCommand
|
|
333
|
+
*/
|
|
334
|
+
export declare const de_DescribeTrustStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustStoresCommandOutput>;
|
|
335
|
+
/**
|
|
336
|
+
* deserializeAws_queryGetTrustStoreCaCertificatesBundleCommand
|
|
337
|
+
*/
|
|
338
|
+
export declare const de_GetTrustStoreCaCertificatesBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCaCertificatesBundleCommandOutput>;
|
|
339
|
+
/**
|
|
340
|
+
* deserializeAws_queryGetTrustStoreRevocationContentCommand
|
|
341
|
+
*/
|
|
342
|
+
export declare const de_GetTrustStoreRevocationContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreRevocationContentCommandOutput>;
|
|
261
343
|
/**
|
|
262
344
|
* deserializeAws_queryModifyListenerCommand
|
|
263
345
|
*/
|
|
@@ -278,6 +360,10 @@ export declare const de_ModifyTargetGroupCommand: (output: __HttpResponse, conte
|
|
|
278
360
|
* deserializeAws_queryModifyTargetGroupAttributesCommand
|
|
279
361
|
*/
|
|
280
362
|
export declare const de_ModifyTargetGroupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTargetGroupAttributesCommandOutput>;
|
|
363
|
+
/**
|
|
364
|
+
* deserializeAws_queryModifyTrustStoreCommand
|
|
365
|
+
*/
|
|
366
|
+
export declare const de_ModifyTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTrustStoreCommandOutput>;
|
|
281
367
|
/**
|
|
282
368
|
* deserializeAws_queryRegisterTargetsCommand
|
|
283
369
|
*/
|
|
@@ -290,6 +376,10 @@ export declare const de_RemoveListenerCertificatesCommand: (output: __HttpRespon
|
|
|
290
376
|
* deserializeAws_queryRemoveTagsCommand
|
|
291
377
|
*/
|
|
292
378
|
export declare const de_RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
|
|
379
|
+
/**
|
|
380
|
+
* deserializeAws_queryRemoveTrustStoreRevocationsCommand
|
|
381
|
+
*/
|
|
382
|
+
export declare const de_RemoveTrustStoreRevocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTrustStoreRevocationsCommandOutput>;
|
|
293
383
|
/**
|
|
294
384
|
* deserializeAws_querySetIpAddressTypeCommand
|
|
295
385
|
*/
|
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
AddTagsCommandInput,
|
|
8
8
|
AddTagsCommandOutput,
|
|
9
9
|
} from "./commands/AddTagsCommand";
|
|
10
|
+
import {
|
|
11
|
+
AddTrustStoreRevocationsCommandInput,
|
|
12
|
+
AddTrustStoreRevocationsCommandOutput,
|
|
13
|
+
} from "./commands/AddTrustStoreRevocationsCommand";
|
|
10
14
|
import {
|
|
11
15
|
CreateListenerCommandInput,
|
|
12
16
|
CreateListenerCommandOutput,
|
|
@@ -23,6 +27,10 @@ import {
|
|
|
23
27
|
CreateTargetGroupCommandInput,
|
|
24
28
|
CreateTargetGroupCommandOutput,
|
|
25
29
|
} from "./commands/CreateTargetGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateTrustStoreCommandInput,
|
|
32
|
+
CreateTrustStoreCommandOutput,
|
|
33
|
+
} from "./commands/CreateTrustStoreCommand";
|
|
26
34
|
import {
|
|
27
35
|
DeleteListenerCommandInput,
|
|
28
36
|
DeleteListenerCommandOutput,
|
|
@@ -39,6 +47,10 @@ import {
|
|
|
39
47
|
DeleteTargetGroupCommandInput,
|
|
40
48
|
DeleteTargetGroupCommandOutput,
|
|
41
49
|
} from "./commands/DeleteTargetGroupCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteTrustStoreCommandInput,
|
|
52
|
+
DeleteTrustStoreCommandOutput,
|
|
53
|
+
} from "./commands/DeleteTrustStoreCommand";
|
|
42
54
|
import {
|
|
43
55
|
DeregisterTargetsCommandInput,
|
|
44
56
|
DeregisterTargetsCommandOutput,
|
|
@@ -87,6 +99,26 @@ import {
|
|
|
87
99
|
DescribeTargetHealthCommandInput,
|
|
88
100
|
DescribeTargetHealthCommandOutput,
|
|
89
101
|
} from "./commands/DescribeTargetHealthCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeTrustStoreAssociationsCommandInput,
|
|
104
|
+
DescribeTrustStoreAssociationsCommandOutput,
|
|
105
|
+
} from "./commands/DescribeTrustStoreAssociationsCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeTrustStoreRevocationsCommandInput,
|
|
108
|
+
DescribeTrustStoreRevocationsCommandOutput,
|
|
109
|
+
} from "./commands/DescribeTrustStoreRevocationsCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeTrustStoresCommandInput,
|
|
112
|
+
DescribeTrustStoresCommandOutput,
|
|
113
|
+
} from "./commands/DescribeTrustStoresCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetTrustStoreCaCertificatesBundleCommandInput,
|
|
116
|
+
GetTrustStoreCaCertificatesBundleCommandOutput,
|
|
117
|
+
} from "./commands/GetTrustStoreCaCertificatesBundleCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetTrustStoreRevocationContentCommandInput,
|
|
120
|
+
GetTrustStoreRevocationContentCommandOutput,
|
|
121
|
+
} from "./commands/GetTrustStoreRevocationContentCommand";
|
|
90
122
|
import {
|
|
91
123
|
ModifyListenerCommandInput,
|
|
92
124
|
ModifyListenerCommandOutput,
|
|
@@ -107,6 +139,10 @@ import {
|
|
|
107
139
|
ModifyTargetGroupCommandInput,
|
|
108
140
|
ModifyTargetGroupCommandOutput,
|
|
109
141
|
} from "./commands/ModifyTargetGroupCommand";
|
|
142
|
+
import {
|
|
143
|
+
ModifyTrustStoreCommandInput,
|
|
144
|
+
ModifyTrustStoreCommandOutput,
|
|
145
|
+
} from "./commands/ModifyTrustStoreCommand";
|
|
110
146
|
import {
|
|
111
147
|
RegisterTargetsCommandInput,
|
|
112
148
|
RegisterTargetsCommandOutput,
|
|
@@ -119,6 +155,10 @@ import {
|
|
|
119
155
|
RemoveTagsCommandInput,
|
|
120
156
|
RemoveTagsCommandOutput,
|
|
121
157
|
} from "./commands/RemoveTagsCommand";
|
|
158
|
+
import {
|
|
159
|
+
RemoveTrustStoreRevocationsCommandInput,
|
|
160
|
+
RemoveTrustStoreRevocationsCommandOutput,
|
|
161
|
+
} from "./commands/RemoveTrustStoreRevocationsCommand";
|
|
122
162
|
import {
|
|
123
163
|
SetIpAddressTypeCommandInput,
|
|
124
164
|
SetIpAddressTypeCommandOutput,
|
|
@@ -163,6 +203,19 @@ export interface ElasticLoadBalancingV2 {
|
|
|
163
203
|
options: __HttpHandlerOptions,
|
|
164
204
|
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
165
205
|
): void;
|
|
206
|
+
addTrustStoreRevocations(
|
|
207
|
+
args: AddTrustStoreRevocationsCommandInput,
|
|
208
|
+
options?: __HttpHandlerOptions
|
|
209
|
+
): Promise<AddTrustStoreRevocationsCommandOutput>;
|
|
210
|
+
addTrustStoreRevocations(
|
|
211
|
+
args: AddTrustStoreRevocationsCommandInput,
|
|
212
|
+
cb: (err: any, data?: AddTrustStoreRevocationsCommandOutput) => void
|
|
213
|
+
): void;
|
|
214
|
+
addTrustStoreRevocations(
|
|
215
|
+
args: AddTrustStoreRevocationsCommandInput,
|
|
216
|
+
options: __HttpHandlerOptions,
|
|
217
|
+
cb: (err: any, data?: AddTrustStoreRevocationsCommandOutput) => void
|
|
218
|
+
): void;
|
|
166
219
|
createListener(
|
|
167
220
|
args: CreateListenerCommandInput,
|
|
168
221
|
options?: __HttpHandlerOptions
|
|
@@ -215,6 +268,19 @@ export interface ElasticLoadBalancingV2 {
|
|
|
215
268
|
options: __HttpHandlerOptions,
|
|
216
269
|
cb: (err: any, data?: CreateTargetGroupCommandOutput) => void
|
|
217
270
|
): void;
|
|
271
|
+
createTrustStore(
|
|
272
|
+
args: CreateTrustStoreCommandInput,
|
|
273
|
+
options?: __HttpHandlerOptions
|
|
274
|
+
): Promise<CreateTrustStoreCommandOutput>;
|
|
275
|
+
createTrustStore(
|
|
276
|
+
args: CreateTrustStoreCommandInput,
|
|
277
|
+
cb: (err: any, data?: CreateTrustStoreCommandOutput) => void
|
|
278
|
+
): void;
|
|
279
|
+
createTrustStore(
|
|
280
|
+
args: CreateTrustStoreCommandInput,
|
|
281
|
+
options: __HttpHandlerOptions,
|
|
282
|
+
cb: (err: any, data?: CreateTrustStoreCommandOutput) => void
|
|
283
|
+
): void;
|
|
218
284
|
deleteListener(
|
|
219
285
|
args: DeleteListenerCommandInput,
|
|
220
286
|
options?: __HttpHandlerOptions
|
|
@@ -267,6 +333,19 @@ export interface ElasticLoadBalancingV2 {
|
|
|
267
333
|
options: __HttpHandlerOptions,
|
|
268
334
|
cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void
|
|
269
335
|
): void;
|
|
336
|
+
deleteTrustStore(
|
|
337
|
+
args: DeleteTrustStoreCommandInput,
|
|
338
|
+
options?: __HttpHandlerOptions
|
|
339
|
+
): Promise<DeleteTrustStoreCommandOutput>;
|
|
340
|
+
deleteTrustStore(
|
|
341
|
+
args: DeleteTrustStoreCommandInput,
|
|
342
|
+
cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void
|
|
343
|
+
): void;
|
|
344
|
+
deleteTrustStore(
|
|
345
|
+
args: DeleteTrustStoreCommandInput,
|
|
346
|
+
options: __HttpHandlerOptions,
|
|
347
|
+
cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void
|
|
348
|
+
): void;
|
|
270
349
|
deregisterTargets(
|
|
271
350
|
args: DeregisterTargetsCommandInput,
|
|
272
351
|
options?: __HttpHandlerOptions
|
|
@@ -423,6 +502,77 @@ export interface ElasticLoadBalancingV2 {
|
|
|
423
502
|
options: __HttpHandlerOptions,
|
|
424
503
|
cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void
|
|
425
504
|
): void;
|
|
505
|
+
describeTrustStoreAssociations(
|
|
506
|
+
args: DescribeTrustStoreAssociationsCommandInput,
|
|
507
|
+
options?: __HttpHandlerOptions
|
|
508
|
+
): Promise<DescribeTrustStoreAssociationsCommandOutput>;
|
|
509
|
+
describeTrustStoreAssociations(
|
|
510
|
+
args: DescribeTrustStoreAssociationsCommandInput,
|
|
511
|
+
cb: (err: any, data?: DescribeTrustStoreAssociationsCommandOutput) => void
|
|
512
|
+
): void;
|
|
513
|
+
describeTrustStoreAssociations(
|
|
514
|
+
args: DescribeTrustStoreAssociationsCommandInput,
|
|
515
|
+
options: __HttpHandlerOptions,
|
|
516
|
+
cb: (err: any, data?: DescribeTrustStoreAssociationsCommandOutput) => void
|
|
517
|
+
): void;
|
|
518
|
+
describeTrustStoreRevocations(
|
|
519
|
+
args: DescribeTrustStoreRevocationsCommandInput,
|
|
520
|
+
options?: __HttpHandlerOptions
|
|
521
|
+
): Promise<DescribeTrustStoreRevocationsCommandOutput>;
|
|
522
|
+
describeTrustStoreRevocations(
|
|
523
|
+
args: DescribeTrustStoreRevocationsCommandInput,
|
|
524
|
+
cb: (err: any, data?: DescribeTrustStoreRevocationsCommandOutput) => void
|
|
525
|
+
): void;
|
|
526
|
+
describeTrustStoreRevocations(
|
|
527
|
+
args: DescribeTrustStoreRevocationsCommandInput,
|
|
528
|
+
options: __HttpHandlerOptions,
|
|
529
|
+
cb: (err: any, data?: DescribeTrustStoreRevocationsCommandOutput) => void
|
|
530
|
+
): void;
|
|
531
|
+
describeTrustStores(
|
|
532
|
+
args: DescribeTrustStoresCommandInput,
|
|
533
|
+
options?: __HttpHandlerOptions
|
|
534
|
+
): Promise<DescribeTrustStoresCommandOutput>;
|
|
535
|
+
describeTrustStores(
|
|
536
|
+
args: DescribeTrustStoresCommandInput,
|
|
537
|
+
cb: (err: any, data?: DescribeTrustStoresCommandOutput) => void
|
|
538
|
+
): void;
|
|
539
|
+
describeTrustStores(
|
|
540
|
+
args: DescribeTrustStoresCommandInput,
|
|
541
|
+
options: __HttpHandlerOptions,
|
|
542
|
+
cb: (err: any, data?: DescribeTrustStoresCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
getTrustStoreCaCertificatesBundle(
|
|
545
|
+
args: GetTrustStoreCaCertificatesBundleCommandInput,
|
|
546
|
+
options?: __HttpHandlerOptions
|
|
547
|
+
): Promise<GetTrustStoreCaCertificatesBundleCommandOutput>;
|
|
548
|
+
getTrustStoreCaCertificatesBundle(
|
|
549
|
+
args: GetTrustStoreCaCertificatesBundleCommandInput,
|
|
550
|
+
cb: (
|
|
551
|
+
err: any,
|
|
552
|
+
data?: GetTrustStoreCaCertificatesBundleCommandOutput
|
|
553
|
+
) => void
|
|
554
|
+
): void;
|
|
555
|
+
getTrustStoreCaCertificatesBundle(
|
|
556
|
+
args: GetTrustStoreCaCertificatesBundleCommandInput,
|
|
557
|
+
options: __HttpHandlerOptions,
|
|
558
|
+
cb: (
|
|
559
|
+
err: any,
|
|
560
|
+
data?: GetTrustStoreCaCertificatesBundleCommandOutput
|
|
561
|
+
) => void
|
|
562
|
+
): void;
|
|
563
|
+
getTrustStoreRevocationContent(
|
|
564
|
+
args: GetTrustStoreRevocationContentCommandInput,
|
|
565
|
+
options?: __HttpHandlerOptions
|
|
566
|
+
): Promise<GetTrustStoreRevocationContentCommandOutput>;
|
|
567
|
+
getTrustStoreRevocationContent(
|
|
568
|
+
args: GetTrustStoreRevocationContentCommandInput,
|
|
569
|
+
cb: (err: any, data?: GetTrustStoreRevocationContentCommandOutput) => void
|
|
570
|
+
): void;
|
|
571
|
+
getTrustStoreRevocationContent(
|
|
572
|
+
args: GetTrustStoreRevocationContentCommandInput,
|
|
573
|
+
options: __HttpHandlerOptions,
|
|
574
|
+
cb: (err: any, data?: GetTrustStoreRevocationContentCommandOutput) => void
|
|
575
|
+
): void;
|
|
426
576
|
modifyListener(
|
|
427
577
|
args: ModifyListenerCommandInput,
|
|
428
578
|
options?: __HttpHandlerOptions
|
|
@@ -488,6 +638,19 @@ export interface ElasticLoadBalancingV2 {
|
|
|
488
638
|
options: __HttpHandlerOptions,
|
|
489
639
|
cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void
|
|
490
640
|
): void;
|
|
641
|
+
modifyTrustStore(
|
|
642
|
+
args: ModifyTrustStoreCommandInput,
|
|
643
|
+
options?: __HttpHandlerOptions
|
|
644
|
+
): Promise<ModifyTrustStoreCommandOutput>;
|
|
645
|
+
modifyTrustStore(
|
|
646
|
+
args: ModifyTrustStoreCommandInput,
|
|
647
|
+
cb: (err: any, data?: ModifyTrustStoreCommandOutput) => void
|
|
648
|
+
): void;
|
|
649
|
+
modifyTrustStore(
|
|
650
|
+
args: ModifyTrustStoreCommandInput,
|
|
651
|
+
options: __HttpHandlerOptions,
|
|
652
|
+
cb: (err: any, data?: ModifyTrustStoreCommandOutput) => void
|
|
653
|
+
): void;
|
|
491
654
|
registerTargets(
|
|
492
655
|
args: RegisterTargetsCommandInput,
|
|
493
656
|
options?: __HttpHandlerOptions
|
|
@@ -527,6 +690,19 @@ export interface ElasticLoadBalancingV2 {
|
|
|
527
690
|
options: __HttpHandlerOptions,
|
|
528
691
|
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
529
692
|
): void;
|
|
693
|
+
removeTrustStoreRevocations(
|
|
694
|
+
args: RemoveTrustStoreRevocationsCommandInput,
|
|
695
|
+
options?: __HttpHandlerOptions
|
|
696
|
+
): Promise<RemoveTrustStoreRevocationsCommandOutput>;
|
|
697
|
+
removeTrustStoreRevocations(
|
|
698
|
+
args: RemoveTrustStoreRevocationsCommandInput,
|
|
699
|
+
cb: (err: any, data?: RemoveTrustStoreRevocationsCommandOutput) => void
|
|
700
|
+
): void;
|
|
701
|
+
removeTrustStoreRevocations(
|
|
702
|
+
args: RemoveTrustStoreRevocationsCommandInput,
|
|
703
|
+
options: __HttpHandlerOptions,
|
|
704
|
+
cb: (err: any, data?: RemoveTrustStoreRevocationsCommandOutput) => void
|
|
705
|
+
): void;
|
|
530
706
|
setIpAddressType(
|
|
531
707
|
args: SetIpAddressTypeCommandInput,
|
|
532
708
|
options?: __HttpHandlerOptions
|
|
@@ -53,6 +53,10 @@ import {
|
|
|
53
53
|
AddTagsCommandInput,
|
|
54
54
|
AddTagsCommandOutput,
|
|
55
55
|
} from "./commands/AddTagsCommand";
|
|
56
|
+
import {
|
|
57
|
+
AddTrustStoreRevocationsCommandInput,
|
|
58
|
+
AddTrustStoreRevocationsCommandOutput,
|
|
59
|
+
} from "./commands/AddTrustStoreRevocationsCommand";
|
|
56
60
|
import {
|
|
57
61
|
CreateListenerCommandInput,
|
|
58
62
|
CreateListenerCommandOutput,
|
|
@@ -69,6 +73,10 @@ import {
|
|
|
69
73
|
CreateTargetGroupCommandInput,
|
|
70
74
|
CreateTargetGroupCommandOutput,
|
|
71
75
|
} from "./commands/CreateTargetGroupCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateTrustStoreCommandInput,
|
|
78
|
+
CreateTrustStoreCommandOutput,
|
|
79
|
+
} from "./commands/CreateTrustStoreCommand";
|
|
72
80
|
import {
|
|
73
81
|
DeleteListenerCommandInput,
|
|
74
82
|
DeleteListenerCommandOutput,
|
|
@@ -85,6 +93,10 @@ import {
|
|
|
85
93
|
DeleteTargetGroupCommandInput,
|
|
86
94
|
DeleteTargetGroupCommandOutput,
|
|
87
95
|
} from "./commands/DeleteTargetGroupCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteTrustStoreCommandInput,
|
|
98
|
+
DeleteTrustStoreCommandOutput,
|
|
99
|
+
} from "./commands/DeleteTrustStoreCommand";
|
|
88
100
|
import {
|
|
89
101
|
DeregisterTargetsCommandInput,
|
|
90
102
|
DeregisterTargetsCommandOutput,
|
|
@@ -133,6 +145,26 @@ import {
|
|
|
133
145
|
DescribeTargetHealthCommandInput,
|
|
134
146
|
DescribeTargetHealthCommandOutput,
|
|
135
147
|
} from "./commands/DescribeTargetHealthCommand";
|
|
148
|
+
import {
|
|
149
|
+
DescribeTrustStoreAssociationsCommandInput,
|
|
150
|
+
DescribeTrustStoreAssociationsCommandOutput,
|
|
151
|
+
} from "./commands/DescribeTrustStoreAssociationsCommand";
|
|
152
|
+
import {
|
|
153
|
+
DescribeTrustStoreRevocationsCommandInput,
|
|
154
|
+
DescribeTrustStoreRevocationsCommandOutput,
|
|
155
|
+
} from "./commands/DescribeTrustStoreRevocationsCommand";
|
|
156
|
+
import {
|
|
157
|
+
DescribeTrustStoresCommandInput,
|
|
158
|
+
DescribeTrustStoresCommandOutput,
|
|
159
|
+
} from "./commands/DescribeTrustStoresCommand";
|
|
160
|
+
import {
|
|
161
|
+
GetTrustStoreCaCertificatesBundleCommandInput,
|
|
162
|
+
GetTrustStoreCaCertificatesBundleCommandOutput,
|
|
163
|
+
} from "./commands/GetTrustStoreCaCertificatesBundleCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetTrustStoreRevocationContentCommandInput,
|
|
166
|
+
GetTrustStoreRevocationContentCommandOutput,
|
|
167
|
+
} from "./commands/GetTrustStoreRevocationContentCommand";
|
|
136
168
|
import {
|
|
137
169
|
ModifyListenerCommandInput,
|
|
138
170
|
ModifyListenerCommandOutput,
|
|
@@ -153,6 +185,10 @@ import {
|
|
|
153
185
|
ModifyTargetGroupCommandInput,
|
|
154
186
|
ModifyTargetGroupCommandOutput,
|
|
155
187
|
} from "./commands/ModifyTargetGroupCommand";
|
|
188
|
+
import {
|
|
189
|
+
ModifyTrustStoreCommandInput,
|
|
190
|
+
ModifyTrustStoreCommandOutput,
|
|
191
|
+
} from "./commands/ModifyTrustStoreCommand";
|
|
156
192
|
import {
|
|
157
193
|
RegisterTargetsCommandInput,
|
|
158
194
|
RegisterTargetsCommandOutput,
|
|
@@ -165,6 +201,10 @@ import {
|
|
|
165
201
|
RemoveTagsCommandInput,
|
|
166
202
|
RemoveTagsCommandOutput,
|
|
167
203
|
} from "./commands/RemoveTagsCommand";
|
|
204
|
+
import {
|
|
205
|
+
RemoveTrustStoreRevocationsCommandInput,
|
|
206
|
+
RemoveTrustStoreRevocationsCommandOutput,
|
|
207
|
+
} from "./commands/RemoveTrustStoreRevocationsCommand";
|
|
168
208
|
import {
|
|
169
209
|
SetIpAddressTypeCommandInput,
|
|
170
210
|
SetIpAddressTypeCommandOutput,
|
|
@@ -191,14 +231,17 @@ export { __Client };
|
|
|
191
231
|
export type ServiceInputTypes =
|
|
192
232
|
| AddListenerCertificatesCommandInput
|
|
193
233
|
| AddTagsCommandInput
|
|
234
|
+
| AddTrustStoreRevocationsCommandInput
|
|
194
235
|
| CreateListenerCommandInput
|
|
195
236
|
| CreateLoadBalancerCommandInput
|
|
196
237
|
| CreateRuleCommandInput
|
|
197
238
|
| CreateTargetGroupCommandInput
|
|
239
|
+
| CreateTrustStoreCommandInput
|
|
198
240
|
| DeleteListenerCommandInput
|
|
199
241
|
| DeleteLoadBalancerCommandInput
|
|
200
242
|
| DeleteRuleCommandInput
|
|
201
243
|
| DeleteTargetGroupCommandInput
|
|
244
|
+
| DeleteTrustStoreCommandInput
|
|
202
245
|
| DeregisterTargetsCommandInput
|
|
203
246
|
| DescribeAccountLimitsCommandInput
|
|
204
247
|
| DescribeListenerCertificatesCommandInput
|
|
@@ -211,14 +254,21 @@ export type ServiceInputTypes =
|
|
|
211
254
|
| DescribeTargetGroupAttributesCommandInput
|
|
212
255
|
| DescribeTargetGroupsCommandInput
|
|
213
256
|
| DescribeTargetHealthCommandInput
|
|
257
|
+
| DescribeTrustStoreAssociationsCommandInput
|
|
258
|
+
| DescribeTrustStoreRevocationsCommandInput
|
|
259
|
+
| DescribeTrustStoresCommandInput
|
|
260
|
+
| GetTrustStoreCaCertificatesBundleCommandInput
|
|
261
|
+
| GetTrustStoreRevocationContentCommandInput
|
|
214
262
|
| ModifyListenerCommandInput
|
|
215
263
|
| ModifyLoadBalancerAttributesCommandInput
|
|
216
264
|
| ModifyRuleCommandInput
|
|
217
265
|
| ModifyTargetGroupAttributesCommandInput
|
|
218
266
|
| ModifyTargetGroupCommandInput
|
|
267
|
+
| ModifyTrustStoreCommandInput
|
|
219
268
|
| RegisterTargetsCommandInput
|
|
220
269
|
| RemoveListenerCertificatesCommandInput
|
|
221
270
|
| RemoveTagsCommandInput
|
|
271
|
+
| RemoveTrustStoreRevocationsCommandInput
|
|
222
272
|
| SetIpAddressTypeCommandInput
|
|
223
273
|
| SetRulePrioritiesCommandInput
|
|
224
274
|
| SetSecurityGroupsCommandInput
|
|
@@ -226,14 +276,17 @@ export type ServiceInputTypes =
|
|
|
226
276
|
export type ServiceOutputTypes =
|
|
227
277
|
| AddListenerCertificatesCommandOutput
|
|
228
278
|
| AddTagsCommandOutput
|
|
279
|
+
| AddTrustStoreRevocationsCommandOutput
|
|
229
280
|
| CreateListenerCommandOutput
|
|
230
281
|
| CreateLoadBalancerCommandOutput
|
|
231
282
|
| CreateRuleCommandOutput
|
|
232
283
|
| CreateTargetGroupCommandOutput
|
|
284
|
+
| CreateTrustStoreCommandOutput
|
|
233
285
|
| DeleteListenerCommandOutput
|
|
234
286
|
| DeleteLoadBalancerCommandOutput
|
|
235
287
|
| DeleteRuleCommandOutput
|
|
236
288
|
| DeleteTargetGroupCommandOutput
|
|
289
|
+
| DeleteTrustStoreCommandOutput
|
|
237
290
|
| DeregisterTargetsCommandOutput
|
|
238
291
|
| DescribeAccountLimitsCommandOutput
|
|
239
292
|
| DescribeListenerCertificatesCommandOutput
|
|
@@ -246,14 +299,21 @@ export type ServiceOutputTypes =
|
|
|
246
299
|
| DescribeTargetGroupAttributesCommandOutput
|
|
247
300
|
| DescribeTargetGroupsCommandOutput
|
|
248
301
|
| DescribeTargetHealthCommandOutput
|
|
302
|
+
| DescribeTrustStoreAssociationsCommandOutput
|
|
303
|
+
| DescribeTrustStoreRevocationsCommandOutput
|
|
304
|
+
| DescribeTrustStoresCommandOutput
|
|
305
|
+
| GetTrustStoreCaCertificatesBundleCommandOutput
|
|
306
|
+
| GetTrustStoreRevocationContentCommandOutput
|
|
249
307
|
| ModifyListenerCommandOutput
|
|
250
308
|
| ModifyLoadBalancerAttributesCommandOutput
|
|
251
309
|
| ModifyRuleCommandOutput
|
|
252
310
|
| ModifyTargetGroupAttributesCommandOutput
|
|
253
311
|
| ModifyTargetGroupCommandOutput
|
|
312
|
+
| ModifyTrustStoreCommandOutput
|
|
254
313
|
| RegisterTargetsCommandOutput
|
|
255
314
|
| RemoveListenerCertificatesCommandOutput
|
|
256
315
|
| RemoveTagsCommandOutput
|
|
316
|
+
| RemoveTrustStoreRevocationsCommandOutput
|
|
257
317
|
| SetIpAddressTypeCommandOutput
|
|
258
318
|
| SetRulePrioritiesCommandOutput
|
|
259
319
|
| SetSecurityGroupsCommandOutput
|