@aws-sdk/client-elastic-load-balancing-v2 3.36.0 → 3.39.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 (119) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/ElasticLoadBalancingV2.js +0 -41
  3. package/dist-cjs/ElasticLoadBalancingV2Client.js +0 -46
  4. package/dist-cjs/commands/AddListenerCertificatesCommand.js +0 -31
  5. package/dist-cjs/commands/AddTagsCommand.js +0 -28
  6. package/dist-cjs/commands/CreateListenerCommand.js +0 -51
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +0 -51
  8. package/dist-cjs/commands/CreateRuleCommand.js +0 -29
  9. package/dist-cjs/commands/CreateTargetGroupCommand.js +0 -51
  10. package/dist-cjs/commands/DeleteListenerCommand.js +0 -26
  11. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +0 -30
  12. package/dist-cjs/commands/DeleteRuleCommand.js +0 -25
  13. package/dist-cjs/commands/DeleteTargetGroupCommand.js +0 -28
  14. package/dist-cjs/commands/DeregisterTargetsCommand.js +0 -25
  15. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -46
  16. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +0 -31
  17. package/dist-cjs/commands/DescribeListenersCommand.js +0 -26
  18. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -47
  19. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +0 -24
  20. package/dist-cjs/commands/DescribeRulesCommand.js +0 -25
  21. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +0 -26
  22. package/dist-cjs/commands/DescribeTagsCommand.js +0 -26
  23. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +0 -45
  24. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +0 -27
  25. package/dist-cjs/commands/DescribeTargetHealthCommand.js +0 -24
  26. package/dist-cjs/commands/ModifyListenerCommand.js +0 -31
  27. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -27
  28. package/dist-cjs/commands/ModifyRuleCommand.js +0 -28
  29. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +0 -24
  30. package/dist-cjs/commands/ModifyTargetGroupCommand.js +0 -25
  31. package/dist-cjs/commands/RegisterTargetsCommand.js +0 -36
  32. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +0 -25
  33. package/dist-cjs/commands/RemoveTagsCommand.js +0 -26
  34. package/dist-cjs/commands/SetIpAddressTypeCommand.js +0 -25
  35. package/dist-cjs/commands/SetRulePrioritiesCommand.js +0 -26
  36. package/dist-cjs/commands/SetSecurityGroupsCommand.js +0 -27
  37. package/dist-cjs/commands/SetSubnetsCommand.js +0 -29
  38. package/dist-cjs/commands/index.js +37 -0
  39. package/dist-cjs/endpoints.js +6 -1
  40. package/dist-cjs/index.js +5 -45
  41. package/dist-cjs/models/models_0.js +8 -429
  42. package/dist-cjs/pagination/DescribeListenersPaginator.js +0 -10
  43. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +0 -10
  44. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +0 -10
  45. package/dist-cjs/pagination/index.js +7 -0
  46. package/dist-cjs/protocols/Aws_query.js +18 -2
  47. package/dist-cjs/runtimeConfig.browser.js +1 -5
  48. package/dist-cjs/runtimeConfig.js +1 -5
  49. package/dist-cjs/runtimeConfig.native.js +0 -3
  50. package/dist-cjs/runtimeConfig.shared.js +0 -3
  51. package/dist-cjs/waiters/index.js +8 -0
  52. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +0 -9
  53. package/dist-cjs/waiters/waitForLoadBalancerExists.js +0 -9
  54. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +0 -9
  55. package/dist-cjs/waiters/waitForTargetDeregistered.js +0 -9
  56. package/dist-cjs/waiters/waitForTargetInService.js +0 -9
  57. package/dist-es/commands/index.js +34 -0
  58. package/dist-es/endpoints.js +6 -1
  59. package/dist-es/index.js +5 -45
  60. package/dist-es/models/models_0.js +5 -0
  61. package/dist-es/pagination/index.js +4 -0
  62. package/dist-es/protocols/Aws_query.js +18 -0
  63. package/dist-es/waiters/index.js +5 -0
  64. package/dist-types/commands/index.d.ts +34 -0
  65. package/dist-types/index.d.ts +5 -45
  66. package/dist-types/models/models_0.d.ts +41 -12
  67. package/dist-types/pagination/index.d.ts +4 -0
  68. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +35 -378
  69. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +24 -127
  70. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +2 -27
  71. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -24
  72. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -47
  73. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +2 -47
  74. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -25
  75. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +2 -47
  76. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -22
  77. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +2 -26
  78. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -21
  79. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +2 -24
  80. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +2 -21
  81. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -42
  82. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +2 -27
  83. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +2 -22
  84. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -43
  85. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -20
  86. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +2 -21
  87. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +2 -22
  88. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -22
  89. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -41
  90. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +2 -23
  91. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +2 -27
  93. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -23
  94. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +2 -24
  95. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -20
  96. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +2 -21
  97. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +2 -32
  98. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +2 -21
  99. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -22
  100. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +2 -21
  101. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +2 -22
  102. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +2 -23
  103. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +2 -25
  104. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  105. package/dist-types/ts3.4/index.d.ts +5 -45
  106. package/dist-types/ts3.4/models/models_0.d.ts +238 -3056
  107. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -6
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  112. package/dist-types/ts3.4/waiters/index.d.ts +5 -0
  113. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +2 -9
  114. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +2 -9
  115. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +2 -9
  116. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +2 -9
  117. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +2 -9
  118. package/dist-types/waiters/index.d.ts +5 -0
  119. package/package.json +33 -33
@@ -0,0 +1,4 @@
1
+ export * from "./DescribeListenersPaginator";
2
+ export * from "./DescribeLoadBalancersPaginator";
3
+ export * from "./DescribeTargetGroupsPaginator";
4
+ export * from "./Interfaces";
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -31,9 +29,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
31
29
  signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
30
  signingEscapePath?: boolean | undefined;
33
31
  systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined; /**
35
- * @internal
36
- */
32
+ signingRegion?: string | undefined;
37
33
  signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
38
34
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
39
35
  };
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,7 +1,5 @@
1
1
  import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
2
- /**
3
- * @internal
4
- */
2
+
5
3
  export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
6
4
  runtime: string;
7
5
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,8 +1,6 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
7
5
  apiVersion: string;
8
6
  disableHostPrefix: boolean;
@@ -0,0 +1,5 @@
1
+ export * from "./waitForLoadBalancerAvailable";
2
+ export * from "./waitForLoadBalancerExists";
3
+ export * from "./waitForLoadBalancersDeleted";
4
+ export * from "./waitForTargetDeregistered";
5
+ export * from "./waitForTargetInService";
@@ -1,14 +1,7 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
2
  import { DescribeLoadBalancersCommandInput } from "../commands/DescribeLoadBalancersCommand";
3
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
4
- /**
5
- *
6
- * @deprecated Use waitUntilLoadBalancerAvailable instead. waitForLoadBalancerAvailable does not throw error in non-success cases.
7
- */
4
+
8
5
  export declare const waitForLoadBalancerAvailable: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
9
- /**
10
- *
11
- * @param params - Waiter configuration options.
12
- * @param input - The input to DescribeLoadBalancersCommand for polling.
13
- */
6
+
14
7
  export declare const waitUntilLoadBalancerAvailable: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
@@ -1,14 +1,7 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
2
  import { DescribeLoadBalancersCommandInput } from "../commands/DescribeLoadBalancersCommand";
3
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
4
- /**
5
- *
6
- * @deprecated Use waitUntilLoadBalancerExists instead. waitForLoadBalancerExists does not throw error in non-success cases.
7
- */
4
+
8
5
  export declare const waitForLoadBalancerExists: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
9
- /**
10
- *
11
- * @param params - Waiter configuration options.
12
- * @param input - The input to DescribeLoadBalancersCommand for polling.
13
- */
6
+
14
7
  export declare const waitUntilLoadBalancerExists: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
@@ -1,14 +1,7 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
2
  import { DescribeLoadBalancersCommandInput } from "../commands/DescribeLoadBalancersCommand";
3
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
4
- /**
5
- *
6
- * @deprecated Use waitUntilLoadBalancersDeleted instead. waitForLoadBalancersDeleted does not throw error in non-success cases.
7
- */
4
+
8
5
  export declare const waitForLoadBalancersDeleted: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
9
- /**
10
- *
11
- * @param params - Waiter configuration options.
12
- * @param input - The input to DescribeLoadBalancersCommand for polling.
13
- */
6
+
14
7
  export declare const waitUntilLoadBalancersDeleted: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
@@ -1,14 +1,7 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
2
  import { DescribeTargetHealthCommandInput } from "../commands/DescribeTargetHealthCommand";
3
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
4
- /**
5
- *
6
- * @deprecated Use waitUntilTargetDeregistered instead. waitForTargetDeregistered does not throw error in non-success cases.
7
- */
4
+
8
5
  export declare const waitForTargetDeregistered: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeTargetHealthCommandInput) => Promise<WaiterResult>;
9
- /**
10
- *
11
- * @param params - Waiter configuration options.
12
- * @param input - The input to DescribeTargetHealthCommand for polling.
13
- */
6
+
14
7
  export declare const waitUntilTargetDeregistered: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeTargetHealthCommandInput) => Promise<WaiterResult>;
@@ -1,14 +1,7 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
2
  import { DescribeTargetHealthCommandInput } from "../commands/DescribeTargetHealthCommand";
3
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
4
- /**
5
- *
6
- * @deprecated Use waitUntilTargetInService instead. waitForTargetInService does not throw error in non-success cases.
7
- */
4
+
8
5
  export declare const waitForTargetInService: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeTargetHealthCommandInput) => Promise<WaiterResult>;
9
- /**
10
- *
11
- * @param params - Waiter configuration options.
12
- * @param input - The input to DescribeTargetHealthCommand for polling.
13
- */
6
+
14
7
  export declare const waitUntilTargetInService: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeTargetHealthCommandInput) => Promise<WaiterResult>;
@@ -0,0 +1,5 @@
1
+ export * from "./waitForLoadBalancerAvailable";
2
+ export * from "./waitForLoadBalancerExists";
3
+ export * from "./waitForLoadBalancersDeleted";
4
+ export * from "./waitForTargetDeregistered";
5
+ export * from "./waitForTargetInService";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing-v2",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4
- "version": "3.36.0",
4
+ "version": "3.39.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,43 +19,43 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.36.0",
25
- "@aws-sdk/config-resolver": "3.36.0",
26
- "@aws-sdk/credential-provider-node": "3.36.0",
27
- "@aws-sdk/fetch-http-handler": "3.36.0",
28
- "@aws-sdk/hash-node": "3.36.0",
29
- "@aws-sdk/invalid-dependency": "3.36.0",
30
- "@aws-sdk/middleware-content-length": "3.36.0",
31
- "@aws-sdk/middleware-host-header": "3.36.0",
32
- "@aws-sdk/middleware-logger": "3.36.0",
33
- "@aws-sdk/middleware-retry": "3.36.0",
34
- "@aws-sdk/middleware-serde": "3.36.0",
35
- "@aws-sdk/middleware-signing": "3.36.0",
36
- "@aws-sdk/middleware-stack": "3.36.0",
37
- "@aws-sdk/middleware-user-agent": "3.36.0",
38
- "@aws-sdk/node-config-provider": "3.36.0",
39
- "@aws-sdk/node-http-handler": "3.36.0",
40
- "@aws-sdk/protocol-http": "3.36.0",
41
- "@aws-sdk/smithy-client": "3.36.0",
42
- "@aws-sdk/types": "3.36.0",
43
- "@aws-sdk/url-parser": "3.36.0",
44
- "@aws-sdk/util-base64-browser": "3.36.0",
45
- "@aws-sdk/util-base64-node": "3.36.0",
46
- "@aws-sdk/util-body-length-browser": "3.36.0",
47
- "@aws-sdk/util-body-length-node": "3.36.0",
48
- "@aws-sdk/util-user-agent-browser": "3.36.0",
49
- "@aws-sdk/util-user-agent-node": "3.36.0",
50
- "@aws-sdk/util-utf8-browser": "3.36.0",
51
- "@aws-sdk/util-utf8-node": "3.36.0",
52
- "@aws-sdk/util-waiter": "3.36.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.39.0",
25
+ "@aws-sdk/config-resolver": "3.39.0",
26
+ "@aws-sdk/credential-provider-node": "3.39.0",
27
+ "@aws-sdk/fetch-http-handler": "3.38.0",
28
+ "@aws-sdk/hash-node": "3.38.0",
29
+ "@aws-sdk/invalid-dependency": "3.38.0",
30
+ "@aws-sdk/middleware-content-length": "3.38.0",
31
+ "@aws-sdk/middleware-host-header": "3.38.0",
32
+ "@aws-sdk/middleware-logger": "3.38.0",
33
+ "@aws-sdk/middleware-retry": "3.39.0",
34
+ "@aws-sdk/middleware-serde": "3.38.0",
35
+ "@aws-sdk/middleware-signing": "3.39.0",
36
+ "@aws-sdk/middleware-stack": "3.38.0",
37
+ "@aws-sdk/middleware-user-agent": "3.38.0",
38
+ "@aws-sdk/node-config-provider": "3.39.0",
39
+ "@aws-sdk/node-http-handler": "3.38.0",
40
+ "@aws-sdk/protocol-http": "3.38.0",
41
+ "@aws-sdk/smithy-client": "3.38.0",
42
+ "@aws-sdk/types": "3.38.0",
43
+ "@aws-sdk/url-parser": "3.38.0",
44
+ "@aws-sdk/util-base64-browser": "3.37.0",
45
+ "@aws-sdk/util-base64-node": "3.37.0",
46
+ "@aws-sdk/util-body-length-browser": "3.37.0",
47
+ "@aws-sdk/util-body-length-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.38.0",
49
+ "@aws-sdk/util-user-agent-node": "3.39.0",
50
+ "@aws-sdk/util-utf8-browser": "3.37.0",
51
+ "@aws-sdk/util-utf8-node": "3.37.0",
52
+ "@aws-sdk/util-waiter": "3.38.0",
53
53
  "entities": "2.2.0",
54
54
  "fast-xml-parser": "3.19.0",
55
55
  "tslib": "^2.3.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/client-documentation-generator": "3.36.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
59
59
  "@types/node": "^12.7.5",
60
60
  "downlevel-dts": "0.7.0",
61
61
  "jest": "^26.1.0",