@aws-sdk/client-acm 3.289.0 → 3.292.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.
@@ -42,6 +42,30 @@ export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {
42
42
  * @see {@link AddTagsToCertificateCommandOutput} for command's `response` shape.
43
43
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
44
44
  *
45
+ * @throws {@link InvalidArnException} (client fault)
46
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
47
+ *
48
+ * @throws {@link InvalidParameterException} (client fault)
49
+ * <p>An input parameter was invalid.</p>
50
+ *
51
+ * @throws {@link InvalidTagException} (client fault)
52
+ * <p>One or both of the values that make up the key-value pair is not valid. For example, you
53
+ * cannot specify a tag value that begins with <code>aws:</code>.</p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
57
+ * cannot be found.</p>
58
+ *
59
+ * @throws {@link TagPolicyException} (client fault)
60
+ * <p>A specified tag did not comply with an existing tag policy and was rejected.</p>
61
+ *
62
+ * @throws {@link ThrottlingException} (client fault)
63
+ * <p>The request was denied because it exceeded a quota.</p>
64
+ *
65
+ * @throws {@link TooManyTagsException} (client fault)
66
+ * <p>The request contains too many tags. Try the request again with fewer tags.</p>
67
+ *
68
+ *
45
69
  */
46
70
  export declare class AddTagsToCertificateCommand extends $Command<AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput, ACMClientResolvedConfig> {
47
71
  readonly input: AddTagsToCertificateCommandInput;
@@ -36,6 +36,28 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
36
36
  * @see {@link DeleteCertificateCommandOutput} for command's `response` shape.
37
37
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>You do not have access required to perform this action.</p>
41
+ *
42
+ * @throws {@link ConflictException} (client fault)
43
+ * <p>You are trying to update a resource or configuration that is already being created or
44
+ * updated. Wait for the previous operation to finish and try again.</p>
45
+ *
46
+ * @throws {@link InvalidArnException} (client fault)
47
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
48
+ *
49
+ * @throws {@link ResourceInUseException} (client fault)
50
+ * <p>The certificate is in use by another Amazon Web Services service in the caller's account. Remove the
51
+ * association and try again.</p>
52
+ *
53
+ * @throws {@link ResourceNotFoundException} (client fault)
54
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
55
+ * cannot be found.</p>
56
+ *
57
+ * @throws {@link ThrottlingException} (client fault)
58
+ * <p>The request was denied because it exceeded a quota.</p>
59
+ *
60
+ *
39
61
  */
40
62
  export declare class DeleteCertificateCommand extends $Command<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, ACMClientResolvedConfig> {
41
63
  readonly input: DeleteCertificateCommandInput;
@@ -31,6 +31,14 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
31
31
  * @see {@link DescribeCertificateCommandOutput} for command's `response` shape.
32
32
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidArnException} (client fault)
35
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
36
+ *
37
+ * @throws {@link ResourceNotFoundException} (client fault)
38
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
39
+ * cannot be found.</p>
40
+ *
41
+ *
34
42
  */
35
43
  export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, ACMClientResolvedConfig> {
36
44
  readonly input: DescribeCertificateCommandInput;
@@ -35,6 +35,18 @@ export interface ExportCertificateCommandOutput extends ExportCertificateRespons
35
35
  * @see {@link ExportCertificateCommandOutput} for command's `response` shape.
36
36
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
37
37
  *
38
+ * @throws {@link InvalidArnException} (client fault)
39
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
40
+ *
41
+ * @throws {@link RequestInProgressException} (client fault)
42
+ * <p>The certificate request is in process and the certificate in your account has not yet been
43
+ * issued.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
47
+ * cannot be found.</p>
48
+ *
49
+ *
38
50
  */
39
51
  export declare class ExportCertificateCommand extends $Command<ExportCertificateCommandInput, ExportCertificateCommandOutput, ACMClientResolvedConfig> {
40
52
  readonly input: ExportCertificateCommandInput;
@@ -29,6 +29,13 @@ export interface GetAccountConfigurationCommandOutput extends GetAccountConfigur
29
29
  * @see {@link GetAccountConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have access required to perform this action.</p>
34
+ *
35
+ * @throws {@link ThrottlingException} (client fault)
36
+ * <p>The request was denied because it exceeded a quota.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetAccountConfigurationCommand extends $Command<GetAccountConfigurationCommandInput, GetAccountConfigurationCommandOutput, ACMClientResolvedConfig> {
34
41
  readonly input: GetAccountConfigurationCommandInput;
@@ -32,6 +32,18 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M
32
32
  * @see {@link GetCertificateCommandOutput} for command's `response` shape.
33
33
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidArnException} (client fault)
36
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
37
+ *
38
+ * @throws {@link RequestInProgressException} (client fault)
39
+ * <p>The certificate request is in process and the certificate in your account has not yet been
40
+ * issued.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
44
+ * cannot be found.</p>
45
+ *
46
+ *
35
47
  */
36
48
  export declare class GetCertificateCommand extends $Command<GetCertificateCommandInput, GetCertificateCommandOutput, ACMClientResolvedConfig> {
37
49
  readonly input: GetCertificateCommandInput;
@@ -96,6 +96,30 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
96
96
  * @see {@link ImportCertificateCommandOutput} for command's `response` shape.
97
97
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
98
98
  *
99
+ * @throws {@link InvalidArnException} (client fault)
100
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
101
+ *
102
+ * @throws {@link InvalidParameterException} (client fault)
103
+ * <p>An input parameter was invalid.</p>
104
+ *
105
+ * @throws {@link InvalidTagException} (client fault)
106
+ * <p>One or both of the values that make up the key-value pair is not valid. For example, you
107
+ * cannot specify a tag value that begins with <code>aws:</code>.</p>
108
+ *
109
+ * @throws {@link LimitExceededException} (client fault)
110
+ * <p>An ACM quota has been exceeded.</p>
111
+ *
112
+ * @throws {@link ResourceNotFoundException} (client fault)
113
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
114
+ * cannot be found.</p>
115
+ *
116
+ * @throws {@link TagPolicyException} (client fault)
117
+ * <p>A specified tag did not comply with an existing tag policy and was rejected.</p>
118
+ *
119
+ * @throws {@link TooManyTagsException} (client fault)
120
+ * <p>The request contains too many tags. Try the request again with fewer tags.</p>
121
+ *
122
+ *
99
123
  */
100
124
  export declare class ImportCertificateCommand extends $Command<ImportCertificateCommandInput, ImportCertificateCommandOutput, ACMClientResolvedConfig> {
101
125
  readonly input: ImportCertificateCommandInput;
@@ -32,6 +32,13 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
32
32
  * @see {@link ListCertificatesCommandOutput} for command's `response` shape.
33
33
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidArgsException} (client fault)
36
+ * <p>One or more of of request parameters specified is not valid.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The supplied input failed to satisfy constraints of an Amazon Web Services service.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, ACMClientResolvedConfig> {
37
44
  readonly input: ListCertificatesCommandInput;
@@ -31,6 +31,14 @@ export interface ListTagsForCertificateCommandOutput extends ListTagsForCertific
31
31
  * @see {@link ListTagsForCertificateCommandOutput} for command's `response` shape.
32
32
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidArnException} (client fault)
35
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
36
+ *
37
+ * @throws {@link ResourceNotFoundException} (client fault)
38
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
39
+ * cannot be found.</p>
40
+ *
41
+ *
34
42
  */
35
43
  export declare class ListTagsForCertificateCommand extends $Command<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig> {
36
44
  readonly input: ListTagsForCertificateCommandInput;
@@ -34,6 +34,20 @@ export interface PutAccountConfigurationCommandOutput extends __MetadataBearer {
34
34
  * @see {@link PutAccountConfigurationCommandOutput} for command's `response` shape.
35
35
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>You do not have access required to perform this action.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>You are trying to update a resource or configuration that is already being created or
42
+ * updated. Wait for the previous operation to finish and try again.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied because it exceeded a quota.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The supplied input failed to satisfy constraints of an Amazon Web Services service.</p>
49
+ *
50
+ *
37
51
  */
38
52
  export declare class PutAccountConfigurationCommand extends $Command<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput, ACMClientResolvedConfig> {
39
53
  readonly input: PutAccountConfigurationCommandInput;
@@ -34,6 +34,27 @@ export interface RemoveTagsFromCertificateCommandOutput extends __MetadataBearer
34
34
  * @see {@link RemoveTagsFromCertificateCommandOutput} for command's `response` shape.
35
35
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
36
36
  *
37
+ * @throws {@link InvalidArnException} (client fault)
38
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
39
+ *
40
+ * @throws {@link InvalidParameterException} (client fault)
41
+ * <p>An input parameter was invalid.</p>
42
+ *
43
+ * @throws {@link InvalidTagException} (client fault)
44
+ * <p>One or both of the values that make up the key-value pair is not valid. For example, you
45
+ * cannot specify a tag value that begins with <code>aws:</code>.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
49
+ * cannot be found.</p>
50
+ *
51
+ * @throws {@link TagPolicyException} (client fault)
52
+ * <p>A specified tag did not comply with an existing tag policy and was rejected.</p>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>The request was denied because it exceeded a quota.</p>
56
+ *
57
+ *
37
58
  */
38
59
  export declare class RemoveTagsFromCertificateCommand extends $Command<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig> {
39
60
  readonly input: RemoveTagsFromCertificateCommandInput;
@@ -33,6 +33,14 @@ export interface RenewCertificateCommandOutput extends __MetadataBearer {
33
33
  * @see {@link RenewCertificateCommandOutput} for command's `response` shape.
34
34
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
35
35
  *
36
+ * @throws {@link InvalidArnException} (client fault)
37
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
41
+ * cannot be found.</p>
42
+ *
43
+ *
36
44
  */
37
45
  export declare class RenewCertificateCommand extends $Command<RenewCertificateCommandInput, RenewCertificateCommandOutput, ACMClientResolvedConfig> {
38
46
  readonly input: RenewCertificateCommandInput;
@@ -44,6 +44,30 @@ export interface RequestCertificateCommandOutput extends RequestCertificateRespo
44
44
  * @see {@link RequestCertificateCommandOutput} for command's `response` shape.
45
45
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
46
46
  *
47
+ * @throws {@link InvalidArnException} (client fault)
48
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
49
+ *
50
+ * @throws {@link InvalidDomainValidationOptionsException} (client fault)
51
+ * <p>One or more values in the <a>DomainValidationOption</a> structure is
52
+ * incorrect.</p>
53
+ *
54
+ * @throws {@link InvalidParameterException} (client fault)
55
+ * <p>An input parameter was invalid.</p>
56
+ *
57
+ * @throws {@link InvalidTagException} (client fault)
58
+ * <p>One or both of the values that make up the key-value pair is not valid. For example, you
59
+ * cannot specify a tag value that begins with <code>aws:</code>.</p>
60
+ *
61
+ * @throws {@link LimitExceededException} (client fault)
62
+ * <p>An ACM quota has been exceeded.</p>
63
+ *
64
+ * @throws {@link TagPolicyException} (client fault)
65
+ * <p>A specified tag did not comply with an existing tag policy and was rejected.</p>
66
+ *
67
+ * @throws {@link TooManyTagsException} (client fault)
68
+ * <p>The request contains too many tags. Try the request again with fewer tags.</p>
69
+ *
70
+ *
47
71
  */
48
72
  export declare class RequestCertificateCommand extends $Command<RequestCertificateCommandInput, RequestCertificateCommandOutput, ACMClientResolvedConfig> {
49
73
  readonly input: RequestCertificateCommandInput;
@@ -37,6 +37,21 @@ export interface ResendValidationEmailCommandOutput extends __MetadataBearer {
37
37
  * @see {@link ResendValidationEmailCommandOutput} for command's `response` shape.
38
38
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
39
39
  *
40
+ * @throws {@link InvalidArnException} (client fault)
41
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
42
+ *
43
+ * @throws {@link InvalidDomainValidationOptionsException} (client fault)
44
+ * <p>One or more values in the <a>DomainValidationOption</a> structure is
45
+ * incorrect.</p>
46
+ *
47
+ * @throws {@link InvalidStateException} (client fault)
48
+ * <p>Processing has reached an invalid state.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
52
+ * cannot be found.</p>
53
+ *
54
+ *
40
55
  */
41
56
  export declare class ResendValidationEmailCommand extends $Command<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput, ACMClientResolvedConfig> {
42
57
  readonly input: ResendValidationEmailCommandInput;
@@ -32,6 +32,20 @@ export interface UpdateCertificateOptionsCommandOutput extends __MetadataBearer
32
32
  * @see {@link UpdateCertificateOptionsCommandOutput} for command's `response` shape.
33
33
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidArnException} (client fault)
36
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
37
+ *
38
+ * @throws {@link InvalidStateException} (client fault)
39
+ * <p>Processing has reached an invalid state.</p>
40
+ *
41
+ * @throws {@link LimitExceededException} (client fault)
42
+ * <p>An ACM quota has been exceeded.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The specified certificate cannot be found in the caller's account or the caller's account
46
+ * cannot be found.</p>
47
+ *
48
+ *
35
49
  */
36
50
  export declare class UpdateCertificateOptionsCommand extends $Command<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig> {
37
51
  readonly input: UpdateCertificateOptionsCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm",
3
3
  "description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,56 +20,51 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
55
- "@aws-sdk/util-waiter": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
+ "@aws-sdk/util-waiter": "3.292.0",
56
56
  "tslib": "^2.3.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
63
63
  "downlevel-dts": "0.10.1",
64
64
  "rimraf": "3.0.2",
65
- "typedoc": "0.19.2",
65
+ "typedoc": "0.23.23",
66
66
  "typescript": "~4.6.2"
67
67
  },
68
- "overrides": {
69
- "typedoc": {
70
- "typescript": "~4.6.2"
71
- }
72
- },
73
68
  "engines": {
74
69
  "node": ">=14.0.0"
75
70
  },