@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
@@ -0,0 +1,83 @@
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 { DescribeTrustStoreAssociationsInput, DescribeTrustStoreAssociationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeTrustStoreAssociationsCommand}.
14
+ */
15
+ export interface DescribeTrustStoreAssociationsCommandInput extends DescribeTrustStoreAssociationsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeTrustStoreAssociationsCommand}.
21
+ */
22
+ export interface DescribeTrustStoreAssociationsCommandOutput extends DescribeTrustStoreAssociationsOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Describes all resources associated with 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, DescribeTrustStoreAssociationsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
31
+ * // const { ElasticLoadBalancingV2Client, DescribeTrustStoreAssociationsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
32
+ * const client = new ElasticLoadBalancingV2Client(config);
33
+ * const input = { // DescribeTrustStoreAssociationsInput
34
+ * TrustStoreArn: "STRING_VALUE", // required
35
+ * Marker: "STRING_VALUE",
36
+ * PageSize: Number("int"),
37
+ * };
38
+ * const command = new DescribeTrustStoreAssociationsCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // DescribeTrustStoreAssociationsOutput
41
+ * // TrustStoreAssociations: [ // TrustStoreAssociations
42
+ * // { // TrustStoreAssociation
43
+ * // ResourceArn: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // NextMarker: "STRING_VALUE",
47
+ * // };
48
+ *
49
+ * ```
50
+ *
51
+ * @param DescribeTrustStoreAssociationsCommandInput - {@link DescribeTrustStoreAssociationsCommandInput}
52
+ * @returns {@link DescribeTrustStoreAssociationsCommandOutput}
53
+ * @see {@link DescribeTrustStoreAssociationsCommandInput} for command's `input` shape.
54
+ * @see {@link DescribeTrustStoreAssociationsCommandOutput} for command's `response` shape.
55
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
56
+ *
57
+ * @throws {@link TrustStoreNotFoundException} (client fault)
58
+ * <p>The specified trust store does not exist.</p>
59
+ *
60
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
61
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
62
+ *
63
+ */
64
+ export declare class DescribeTrustStoreAssociationsCommand extends $Command<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
65
+ readonly input: DescribeTrustStoreAssociationsCommandInput;
66
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
70
+ constructor(input: DescribeTrustStoreAssociationsCommandInput);
71
+ /**
72
+ * @internal
73
+ */
74
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
78
+ private serialize;
79
+ /**
80
+ * @internal
81
+ */
82
+ private deserialize;
83
+ }
@@ -0,0 +1,93 @@
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 { DescribeTrustStoreRevocationsInput, DescribeTrustStoreRevocationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeTrustStoreRevocationsCommand}.
14
+ */
15
+ export interface DescribeTrustStoreRevocationsCommandInput extends DescribeTrustStoreRevocationsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeTrustStoreRevocationsCommand}.
21
+ */
22
+ export interface DescribeTrustStoreRevocationsCommandOutput extends DescribeTrustStoreRevocationsOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Describes the revocation files in use by the specified
27
+ * trust store arn, or revocation ID.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { ElasticLoadBalancingV2Client, DescribeTrustStoreRevocationsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
32
+ * // const { ElasticLoadBalancingV2Client, DescribeTrustStoreRevocationsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
33
+ * const client = new ElasticLoadBalancingV2Client(config);
34
+ * const input = { // DescribeTrustStoreRevocationsInput
35
+ * TrustStoreArn: "STRING_VALUE", // required
36
+ * RevocationIds: [ // RevocationIds
37
+ * Number("long"),
38
+ * ],
39
+ * Marker: "STRING_VALUE",
40
+ * PageSize: Number("int"),
41
+ * };
42
+ * const command = new DescribeTrustStoreRevocationsCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // DescribeTrustStoreRevocationsOutput
45
+ * // TrustStoreRevocations: [ // DescribeTrustStoreRevocationResponse
46
+ * // { // DescribeTrustStoreRevocation
47
+ * // TrustStoreArn: "STRING_VALUE",
48
+ * // RevocationId: Number("long"),
49
+ * // RevocationType: "CRL",
50
+ * // NumberOfRevokedEntries: Number("long"),
51
+ * // },
52
+ * // ],
53
+ * // NextMarker: "STRING_VALUE",
54
+ * // };
55
+ *
56
+ * ```
57
+ *
58
+ * @param DescribeTrustStoreRevocationsCommandInput - {@link DescribeTrustStoreRevocationsCommandInput}
59
+ * @returns {@link DescribeTrustStoreRevocationsCommandOutput}
60
+ * @see {@link DescribeTrustStoreRevocationsCommandInput} for command's `input` shape.
61
+ * @see {@link DescribeTrustStoreRevocationsCommandOutput} for command's `response` shape.
62
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
63
+ *
64
+ * @throws {@link RevocationIdNotFoundException} (client fault)
65
+ * <p>The specified revocation ID does not exist.</p>
66
+ *
67
+ * @throws {@link TrustStoreNotFoundException} (client fault)
68
+ * <p>The specified trust store does not exist.</p>
69
+ *
70
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
71
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
72
+ *
73
+ */
74
+ export declare class DescribeTrustStoreRevocationsCommand extends $Command<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
75
+ readonly input: DescribeTrustStoreRevocationsCommandInput;
76
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
80
+ constructor(input: DescribeTrustStoreRevocationsCommandInput);
81
+ /**
82
+ * @internal
83
+ */
84
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
88
+ private serialize;
89
+ /**
90
+ * @internal
91
+ */
92
+ private deserialize;
93
+ }
@@ -0,0 +1,93 @@
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 { DescribeTrustStoresInput, DescribeTrustStoresOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeTrustStoresCommand}.
14
+ */
15
+ export interface DescribeTrustStoresCommandInput extends DescribeTrustStoresInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeTrustStoresCommand}.
21
+ */
22
+ export interface DescribeTrustStoresCommandOutput extends DescribeTrustStoresOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Describes all trust stores for a given account
27
+ * by trust store arn’s or name.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { ElasticLoadBalancingV2Client, DescribeTrustStoresCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
32
+ * // const { ElasticLoadBalancingV2Client, DescribeTrustStoresCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
33
+ * const client = new ElasticLoadBalancingV2Client(config);
34
+ * const input = { // DescribeTrustStoresInput
35
+ * TrustStoreArns: [ // TrustStoreArns
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * Names: [ // TrustStoreNames
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * Marker: "STRING_VALUE",
42
+ * PageSize: Number("int"),
43
+ * };
44
+ * const command = new DescribeTrustStoresCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // DescribeTrustStoresOutput
47
+ * // TrustStores: [ // TrustStores
48
+ * // { // TrustStore
49
+ * // Name: "STRING_VALUE",
50
+ * // TrustStoreArn: "STRING_VALUE",
51
+ * // Status: "ACTIVE" || "CREATING",
52
+ * // NumberOfCaCertificates: Number("int"),
53
+ * // TotalRevokedEntries: Number("long"),
54
+ * // },
55
+ * // ],
56
+ * // NextMarker: "STRING_VALUE",
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param DescribeTrustStoresCommandInput - {@link DescribeTrustStoresCommandInput}
62
+ * @returns {@link DescribeTrustStoresCommandOutput}
63
+ * @see {@link DescribeTrustStoresCommandInput} for command's `input` shape.
64
+ * @see {@link DescribeTrustStoresCommandOutput} for command's `response` shape.
65
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
66
+ *
67
+ * @throws {@link TrustStoreNotFoundException} (client fault)
68
+ * <p>The specified trust store does not exist.</p>
69
+ *
70
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
71
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
72
+ *
73
+ */
74
+ export declare class DescribeTrustStoresCommand extends $Command<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
75
+ readonly input: DescribeTrustStoresCommandInput;
76
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
80
+ constructor(input: DescribeTrustStoresCommandInput);
81
+ /**
82
+ * @internal
83
+ */
84
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
88
+ private serialize;
89
+ /**
90
+ * @internal
91
+ */
92
+ private deserialize;
93
+ }
@@ -0,0 +1,78 @@
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 { GetTrustStoreCaCertificatesBundleInput, GetTrustStoreCaCertificatesBundleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetTrustStoreCaCertificatesBundleCommand}.
14
+ */
15
+ export interface GetTrustStoreCaCertificatesBundleCommandInput extends GetTrustStoreCaCertificatesBundleInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetTrustStoreCaCertificatesBundleCommand}.
21
+ */
22
+ export interface GetTrustStoreCaCertificatesBundleCommandOutput extends GetTrustStoreCaCertificatesBundleOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Retrieves the ca certificate bundle.</p>
27
+ * <p>This action returns a pre-signed S3 URI which is
28
+ * active for ten minutes.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { ElasticLoadBalancingV2Client, GetTrustStoreCaCertificatesBundleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
33
+ * // const { ElasticLoadBalancingV2Client, GetTrustStoreCaCertificatesBundleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
34
+ * const client = new ElasticLoadBalancingV2Client(config);
35
+ * const input = { // GetTrustStoreCaCertificatesBundleInput
36
+ * TrustStoreArn: "STRING_VALUE", // required
37
+ * };
38
+ * const command = new GetTrustStoreCaCertificatesBundleCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // GetTrustStoreCaCertificatesBundleOutput
41
+ * // Location: "STRING_VALUE",
42
+ * // };
43
+ *
44
+ * ```
45
+ *
46
+ * @param GetTrustStoreCaCertificatesBundleCommandInput - {@link GetTrustStoreCaCertificatesBundleCommandInput}
47
+ * @returns {@link GetTrustStoreCaCertificatesBundleCommandOutput}
48
+ * @see {@link GetTrustStoreCaCertificatesBundleCommandInput} for command's `input` shape.
49
+ * @see {@link GetTrustStoreCaCertificatesBundleCommandOutput} for command's `response` shape.
50
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
51
+ *
52
+ * @throws {@link TrustStoreNotFoundException} (client fault)
53
+ * <p>The specified trust store does not exist.</p>
54
+ *
55
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
56
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
57
+ *
58
+ */
59
+ export declare class GetTrustStoreCaCertificatesBundleCommand extends $Command<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
60
+ readonly input: GetTrustStoreCaCertificatesBundleCommandInput;
61
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
65
+ constructor(input: GetTrustStoreCaCertificatesBundleCommandInput);
66
+ /**
67
+ * @internal
68
+ */
69
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
73
+ private serialize;
74
+ /**
75
+ * @internal
76
+ */
77
+ private deserialize;
78
+ }
@@ -0,0 +1,82 @@
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 { GetTrustStoreRevocationContentInput, GetTrustStoreRevocationContentOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetTrustStoreRevocationContentCommand}.
14
+ */
15
+ export interface GetTrustStoreRevocationContentCommandInput extends GetTrustStoreRevocationContentInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetTrustStoreRevocationContentCommand}.
21
+ */
22
+ export interface GetTrustStoreRevocationContentCommandOutput extends GetTrustStoreRevocationContentOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Retrieves the specified revocation file.</p>
27
+ * <p>This action returns a pre-signed S3 URI which is
28
+ * active for ten minutes.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { ElasticLoadBalancingV2Client, GetTrustStoreRevocationContentCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
33
+ * // const { ElasticLoadBalancingV2Client, GetTrustStoreRevocationContentCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
34
+ * const client = new ElasticLoadBalancingV2Client(config);
35
+ * const input = { // GetTrustStoreRevocationContentInput
36
+ * TrustStoreArn: "STRING_VALUE", // required
37
+ * RevocationId: Number("long"), // required
38
+ * };
39
+ * const command = new GetTrustStoreRevocationContentCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetTrustStoreRevocationContentOutput
42
+ * // Location: "STRING_VALUE",
43
+ * // };
44
+ *
45
+ * ```
46
+ *
47
+ * @param GetTrustStoreRevocationContentCommandInput - {@link GetTrustStoreRevocationContentCommandInput}
48
+ * @returns {@link GetTrustStoreRevocationContentCommandOutput}
49
+ * @see {@link GetTrustStoreRevocationContentCommandInput} for command's `input` shape.
50
+ * @see {@link GetTrustStoreRevocationContentCommandOutput} for command's `response` shape.
51
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
52
+ *
53
+ * @throws {@link RevocationIdNotFoundException} (client fault)
54
+ * <p>The specified revocation ID does not exist.</p>
55
+ *
56
+ * @throws {@link TrustStoreNotFoundException} (client fault)
57
+ * <p>The specified trust store does not exist.</p>
58
+ *
59
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
60
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
61
+ *
62
+ */
63
+ export declare class GetTrustStoreRevocationContentCommand extends $Command<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
64
+ readonly input: GetTrustStoreRevocationContentCommandInput;
65
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
69
+ constructor(input: GetTrustStoreRevocationContentCommandInput);
70
+ /**
71
+ * @internal
72
+ */
73
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
77
+ private serialize;
78
+ /**
79
+ * @internal
80
+ */
81
+ private deserialize;
82
+ }
@@ -111,6 +111,11 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
111
111
  * AlpnPolicy: [ // AlpnPolicyName
112
112
  * "STRING_VALUE",
113
113
  * ],
114
+ * MutualAuthentication: { // MutualAuthenticationAttributes
115
+ * Mode: "STRING_VALUE",
116
+ * TrustStoreArn: "STRING_VALUE",
117
+ * IgnoreClientCertificateExpiry: true || false,
118
+ * },
114
119
  * };
115
120
  * const command = new ModifyListenerCommand(input);
116
121
  * const response = await client.send(command);
@@ -191,6 +196,11 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
191
196
  * // AlpnPolicy: [ // AlpnPolicyName
192
197
  * // "STRING_VALUE",
193
198
  * // ],
199
+ * // MutualAuthentication: { // MutualAuthenticationAttributes
200
+ * // Mode: "STRING_VALUE",
201
+ * // TrustStoreArn: "STRING_VALUE",
202
+ * // IgnoreClientCertificateExpiry: true || false,
203
+ * // },
194
204
  * // },
195
205
  * // ],
196
206
  * // };
@@ -254,6 +264,12 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
254
264
  * all listeners. If a target group is used by multiple actions for a load balancer, it is
255
265
  * counted as only one use.</p>
256
266
  *
267
+ * @throws {@link TrustStoreNotFoundException} (client fault)
268
+ * <p>The specified trust store does not exist.</p>
269
+ *
270
+ * @throws {@link TrustStoreNotReadyException} (client fault)
271
+ * <p>The specified trust store is not active.</p>
272
+ *
257
273
  * @throws {@link UnsupportedProtocolException} (client fault)
258
274
  * <p>The specified protocol is not supported.</p>
259
275
  *
@@ -0,0 +1,93 @@
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 { ModifyTrustStoreInput, ModifyTrustStoreOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ModifyTrustStoreCommand}.
14
+ */
15
+ export interface ModifyTrustStoreCommandInput extends ModifyTrustStoreInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ModifyTrustStoreCommand}.
21
+ */
22
+ export interface ModifyTrustStoreCommandOutput extends ModifyTrustStoreOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Update the ca certificate bundle for a given 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, ModifyTrustStoreCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
31
+ * // const { ElasticLoadBalancingV2Client, ModifyTrustStoreCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
32
+ * const client = new ElasticLoadBalancingV2Client(config);
33
+ * const input = { // ModifyTrustStoreInput
34
+ * TrustStoreArn: "STRING_VALUE", // required
35
+ * CaCertificatesBundleS3Bucket: "STRING_VALUE", // required
36
+ * CaCertificatesBundleS3Key: "STRING_VALUE", // required
37
+ * CaCertificatesBundleS3ObjectVersion: "STRING_VALUE",
38
+ * };
39
+ * const command = new ModifyTrustStoreCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // ModifyTrustStoreOutput
42
+ * // TrustStores: [ // TrustStores
43
+ * // { // TrustStore
44
+ * // Name: "STRING_VALUE",
45
+ * // TrustStoreArn: "STRING_VALUE",
46
+ * // Status: "ACTIVE" || "CREATING",
47
+ * // NumberOfCaCertificates: Number("int"),
48
+ * // TotalRevokedEntries: Number("long"),
49
+ * // },
50
+ * // ],
51
+ * // };
52
+ *
53
+ * ```
54
+ *
55
+ * @param ModifyTrustStoreCommandInput - {@link ModifyTrustStoreCommandInput}
56
+ * @returns {@link ModifyTrustStoreCommandOutput}
57
+ * @see {@link ModifyTrustStoreCommandInput} for command's `input` shape.
58
+ * @see {@link ModifyTrustStoreCommandOutput} for command's `response` shape.
59
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
60
+ *
61
+ * @throws {@link CaCertificatesBundleNotFoundException} (client fault)
62
+ * <p>The specified ca certificate bundle does not exist.</p>
63
+ *
64
+ * @throws {@link InvalidCaCertificatesBundleException} (client fault)
65
+ * <p>The specified ca certificate bundle is in an invalid format, or corrupt.</p>
66
+ *
67
+ * @throws {@link TrustStoreNotFoundException} (client fault)
68
+ * <p>The specified trust store does not exist.</p>
69
+ *
70
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
71
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
72
+ *
73
+ */
74
+ export declare class ModifyTrustStoreCommand extends $Command<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
75
+ readonly input: ModifyTrustStoreCommandInput;
76
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
80
+ constructor(input: ModifyTrustStoreCommandInput);
81
+ /**
82
+ * @internal
83
+ */
84
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
88
+ private serialize;
89
+ /**
90
+ * @internal
91
+ */
92
+ private deserialize;
93
+ }
@@ -65,7 +65,10 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
65
65
  * <p>The specified target group does not exist.</p>
66
66
  *
67
67
  * @throws {@link TooManyTagsException} (client fault)
68
- * <p>You've reached the limit on the number of tags per load balancer.</p>
68
+ * <p>You've reached the limit on the number of tags for this resource.</p>
69
+ *
70
+ * @throws {@link TrustStoreNotFoundException} (client fault)
71
+ * <p>The specified trust store does not exist.</p>
69
72
  *
70
73
  * @throws {@link ElasticLoadBalancingV2ServiceException}
71
74
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
@@ -0,0 +1,80 @@
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 { RemoveTrustStoreRevocationsInput, RemoveTrustStoreRevocationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link RemoveTrustStoreRevocationsCommand}.
14
+ */
15
+ export interface RemoveTrustStoreRevocationsCommandInput extends RemoveTrustStoreRevocationsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link RemoveTrustStoreRevocationsCommand}.
21
+ */
22
+ export interface RemoveTrustStoreRevocationsCommandOutput extends RemoveTrustStoreRevocationsOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Removes the specified revocation file from 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, RemoveTrustStoreRevocationsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
31
+ * // const { ElasticLoadBalancingV2Client, RemoveTrustStoreRevocationsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
32
+ * const client = new ElasticLoadBalancingV2Client(config);
33
+ * const input = { // RemoveTrustStoreRevocationsInput
34
+ * TrustStoreArn: "STRING_VALUE", // required
35
+ * RevocationIds: [ // RevocationIds // required
36
+ * Number("long"),
37
+ * ],
38
+ * };
39
+ * const command = new RemoveTrustStoreRevocationsCommand(input);
40
+ * const response = await client.send(command);
41
+ * // {};
42
+ *
43
+ * ```
44
+ *
45
+ * @param RemoveTrustStoreRevocationsCommandInput - {@link RemoveTrustStoreRevocationsCommandInput}
46
+ * @returns {@link RemoveTrustStoreRevocationsCommandOutput}
47
+ * @see {@link RemoveTrustStoreRevocationsCommandInput} for command's `input` shape.
48
+ * @see {@link RemoveTrustStoreRevocationsCommandOutput} for command's `response` shape.
49
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
50
+ *
51
+ * @throws {@link RevocationIdNotFoundException} (client fault)
52
+ * <p>The specified revocation ID does not exist.</p>
53
+ *
54
+ * @throws {@link TrustStoreNotFoundException} (client fault)
55
+ * <p>The specified trust store does not exist.</p>
56
+ *
57
+ * @throws {@link ElasticLoadBalancingV2ServiceException}
58
+ * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
59
+ *
60
+ */
61
+ export declare class RemoveTrustStoreRevocationsCommand extends $Command<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
62
+ readonly input: RemoveTrustStoreRevocationsCommandInput;
63
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
67
+ constructor(input: RemoveTrustStoreRevocationsCommandInput);
68
+ /**
69
+ * @internal
70
+ */
71
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
75
+ private serialize;
76
+ /**
77
+ * @internal
78
+ */
79
+ private deserialize;
80
+ }