@aws-sdk/client-cost-explorer 3.48.0 → 3.52.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/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cost-explorer
9
+
10
+
11
+
12
+
13
+
14
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-cost-explorer
17
+
18
+
19
+
20
+
21
+
22
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
23
+
24
+
25
+ ### Features
26
+
27
+ * **clients:** update clients as of 02/04/2022 ([#3280](https://github.com/aws/aws-sdk-js-v3/issues/3280)) ([63d7f8c](https://github.com/aws/aws-sdk-js-v3/commit/63d7f8c539e0fd782fa5bf997bd6ac2730e4bfda))
28
+
29
+
30
+
31
+
32
+
33
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
34
+
35
+ **Note:** Version bump only for package @aws-sdk/client-cost-explorer
36
+
37
+
38
+
39
+
40
+
6
41
  # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
7
42
 
8
43
 
@@ -76,6 +76,7 @@ var Dimension;
76
76
  Dimension["DEPLOYMENT_OPTION"] = "DEPLOYMENT_OPTION";
77
77
  Dimension["INSTANCE_TYPE"] = "INSTANCE_TYPE";
78
78
  Dimension["INSTANCE_TYPE_FAMILY"] = "INSTANCE_TYPE_FAMILY";
79
+ Dimension["INVOICING_ENTITY"] = "INVOICING_ENTITY";
79
80
  Dimension["LEGAL_ENTITY_NAME"] = "LEGAL_ENTITY_NAME";
80
81
  Dimension["LINKED_ACCOUNT"] = "LINKED_ACCOUNT";
81
82
  Dimension["LINKED_ACCOUNT_NAME"] = "LINKED_ACCOUNT_NAME";
@@ -59,6 +59,7 @@ export var Dimension;
59
59
  Dimension["DEPLOYMENT_OPTION"] = "DEPLOYMENT_OPTION";
60
60
  Dimension["INSTANCE_TYPE"] = "INSTANCE_TYPE";
61
61
  Dimension["INSTANCE_TYPE_FAMILY"] = "INSTANCE_TYPE_FAMILY";
62
+ Dimension["INVOICING_ENTITY"] = "INVOICING_ENTITY";
62
63
  Dimension["LEGAL_ENTITY_NAME"] = "LEGAL_ENTITY_NAME";
63
64
  Dimension["LINKED_ACCOUNT"] = "LINKED_ACCOUNT";
64
65
  Dimension["LINKED_ACCOUNT_NAME"] = "LINKED_ACCOUNT_NAME";
@@ -270,10 +270,6 @@ export declare class CostExplorer extends CostExplorerClient {
270
270
  * </p>
271
271
  * </li>
272
272
  * </ul>
273
- * <note>
274
- * <p>
275
- * <code>GetSavingsPlansCoverage</code> doesn't support filtering by tags. <code>GetSavingsPlansCoverage</code> also doesn't support the <code>OR</code> operator between filter dimensions. For the full request syntax with supported parameters, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetSavingsPlansCoverage.html#API_GetSavingsPlansCoverage_Examples">Examples</a>.</p>
276
- * </note>
277
273
  * <p>To determine valid values for a dimension, use the <code>GetDimensionValues</code> operation.</p>
278
274
  */
279
275
  getSavingsPlansCoverage(args: GetSavingsPlansCoverageCommandInput, options?: __HttpHandlerOptions): Promise<GetSavingsPlansCoverageCommandOutput>;
@@ -289,8 +285,6 @@ export declare class CostExplorer extends CostExplorerClient {
289
285
  * <p>Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity. Management account in an organization have access to member accounts. You can use <code>GetDimensionValues</code> in <code>SAVINGS_PLANS</code> to determine the possible dimension values.</p>
290
286
  * <note>
291
287
  * <p>You cannot group by any dimension values for <code>GetSavingsPlansUtilization</code>.</p>
292
- * <p>
293
- * <code>GetSavingsPlansUtilization</code> doesn't support filtering by tags. <code>GetSavingsPlansUtilization</code> also doesn't support the <code>OR</code> operator between filter dimensions. For the full request syntax with supported parameters, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetSavingsPlansUtilization.html#API_GetSavingsPlansUtilization_Examples">Examples</a>.</p>
294
288
  * </note>
295
289
  */
296
290
  getSavingsPlansUtilization(args: GetSavingsPlansUtilizationCommandInput, options?: __HttpHandlerOptions): Promise<GetSavingsPlansUtilizationCommandOutput>;
@@ -301,8 +295,6 @@ export declare class CostExplorer extends CostExplorerClient {
301
295
  * <note>
302
296
  * <p>
303
297
  * <code>GetSavingsPlanUtilizationDetails</code> internally groups data by <code>SavingsPlansArn</code>.</p>
304
- * <p>
305
- * <code>GetSavingsPlansUtilizationDetails</code> doesn't support filtering by tags. <code>GetSavingsPlansUtilizationDetails</code> also doesn't support the <code>OR</code> operator between filter dimensions. For the full request syntax with supported parameters, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetSavingsPlansUtilizationDetails.html#API_GetSavingsPlansUtilizationDetails_Examples">Examples</a>.</p>
306
298
  * </note>
307
299
  */
308
300
  getSavingsPlansUtilizationDetails(args: GetSavingsPlansUtilizationDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetSavingsPlansUtilizationDetailsCommandOutput>;
@@ -30,10 +30,6 @@ export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCov
30
30
  * </p>
31
31
  * </li>
32
32
  * </ul>
33
- * <note>
34
- * <p>
35
- * <code>GetSavingsPlansCoverage</code> doesn't support filtering by tags. <code>GetSavingsPlansCoverage</code> also doesn't support the <code>OR</code> operator between filter dimensions. For the full request syntax with supported parameters, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetSavingsPlansCoverage.html#API_GetSavingsPlansCoverage_Examples">Examples</a>.</p>
36
- * </note>
37
33
  * <p>To determine valid values for a dimension, use the <code>GetDimensionValues</code> operation.</p>
38
34
  * @example
39
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -10,8 +10,6 @@ export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlans
10
10
  * <p>Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity. Management account in an organization have access to member accounts. You can use <code>GetDimensionValues</code> in <code>SAVINGS_PLANS</code> to determine the possible dimension values.</p>
11
11
  * <note>
12
12
  * <p>You cannot group by any dimension values for <code>GetSavingsPlansUtilization</code>.</p>
13
- * <p>
14
- * <code>GetSavingsPlansUtilization</code> doesn't support filtering by tags. <code>GetSavingsPlansUtilization</code> also doesn't support the <code>OR</code> operator between filter dimensions. For the full request syntax with supported parameters, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetSavingsPlansUtilization.html#API_GetSavingsPlansUtilization_Examples">Examples</a>.</p>
15
13
  * </note>
16
14
  * @example
17
15
  * Use a bare-bones client and the command you need to make an API call.
@@ -11,8 +11,6 @@ export interface GetSavingsPlansUtilizationDetailsCommandOutput extends GetSavin
11
11
  * <note>
12
12
  * <p>
13
13
  * <code>GetSavingsPlanUtilizationDetails</code> internally groups data by <code>SavingsPlansArn</code>.</p>
14
- * <p>
15
- * <code>GetSavingsPlansUtilizationDetails</code> doesn't support filtering by tags. <code>GetSavingsPlansUtilizationDetails</code> also doesn't support the <code>OR</code> operator between filter dimensions. For the full request syntax with supported parameters, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetSavingsPlansUtilizationDetails.html#API_GetSavingsPlansUtilizationDetails_Examples">Examples</a>.</p>
16
14
  * </note>
17
15
  * @example
18
16
  * Use a bare-bones client and the command you need to make an API call.
@@ -198,6 +198,7 @@ export declare enum Dimension {
198
198
  DEPLOYMENT_OPTION = "DEPLOYMENT_OPTION",
199
199
  INSTANCE_TYPE = "INSTANCE_TYPE",
200
200
  INSTANCE_TYPE_FAMILY = "INSTANCE_TYPE_FAMILY",
201
+ INVOICING_ENTITY = "INVOICING_ENTITY",
201
202
  LEGAL_ENTITY_NAME = "LEGAL_ENTITY_NAME",
202
203
  LINKED_ACCOUNT = "LINKED_ACCOUNT",
203
204
  LINKED_ACCOUNT_NAME = "LINKED_ACCOUNT_NAME",
@@ -3746,8 +3747,8 @@ export interface GetCostAndUsageRequest {
3746
3747
  * and get the costs that are associated with that account's usage of that service. You can nest <code>Expression</code> objects
3747
3748
  * to define any combination of dimension filters. For more information, see
3748
3749
  * <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a>. </p>
3749
- * <p>The default values are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>. Valid values for <code>MatchOptions</code> for <code>Dimensions</code> are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.</p>
3750
3750
  * <p>Valid values for <code>MatchOptions</code> for <code>CostCategories</code> and <code>Tags</code> are <code>EQUALS</code>, <code>ABSENT</code>, and <code>CASE_SENSITIVE</code>.</p>
3751
+ * <p>The default values are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>. Valid values for <code>MatchOptions</code> for <code>Dimensions</code> are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.</p>
3751
3752
  */
3752
3753
  Filter?: Expression;
3753
3754
  /**
@@ -3771,7 +3772,7 @@ export interface GetCostAndUsageRequest {
3771
3772
  /**
3772
3773
  * <p>You can group Amazon Web Services costs using up to two different groups, either dimensions, tag keys,
3773
3774
  * cost categories, or any two group by types.</p>
3774
- * <p>Valid values for the <code>DIMENSION</code> type are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>, <code>LINKED_ACCOUNT</code>,
3775
+ * <p>Valid values for the <code>DIMENSION</code> type are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>, <code>INVOICING_ENTITY</code>, <code>LINKED_ACCOUNT</code>,
3775
3776
  * <code>OPERATION</code>, <code>PLATFORM</code>, <code>PURCHASE_TYPE</code>, <code>SERVICE</code>,
3776
3777
  * <code>TENANCY</code>, <code>RECORD_TYPE</code>, and <code>USAGE_TYPE</code>.</p>
3777
3778
  * <p>When you group by the <code>TAG</code> type and include a valid tag key, you get all tag values, including empty strings.</p>
@@ -3808,8 +3809,8 @@ export interface GetCostAndUsageWithResourcesRequest {
3808
3809
  * <p>The <code>GetCostAndUsageWithResources</code> operation requires that you either group by or filter by a
3809
3810
  * <code>ResourceId</code>. It requires the <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a>
3810
3811
  * <code>"SERVICE = Amazon Elastic Compute Cloud - Compute"</code> in the filter.</p>
3811
- * <p>The default values are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>. Valid values for <code>MatchOptions</code> for <code>Dimensions</code> are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.</p>
3812
3812
  * <p>Valid values for <code>MatchOptions</code> for <code>CostCategories</code> and <code>Tags</code> are <code>EQUALS</code>, <code>ABSENT</code>, and <code>CASE_SENSITIVE</code>.</p>
3813
+ * <p>The default values are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>. Valid values for <code>MatchOptions</code> for <code>Dimensions</code> are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.</p>
3813
3814
  */
3814
3815
  Filter: Expression | undefined;
3815
3816
  /**
@@ -4164,7 +4165,7 @@ export interface GetDimensionValuesRequest {
4164
4165
  TimePeriod: DateInterval | undefined;
4165
4166
  /**
4166
4167
  * <p>The name of the dimension. Each <code>Dimension</code> is available for a different <code>Context</code>.
4167
- * For more information, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html#awscostmanagement-GetDimensionValues-request-Context">Context</a>.
4168
+ * For more information, see <code>Context</code>.
4168
4169
  *
4169
4170
  * </p>
4170
4171
  */
@@ -4181,12 +4182,30 @@ export interface GetDimensionValuesRequest {
4181
4182
  * <p>AZ - The Availability Zone. An example is <code>us-east-1a</code>.</p>
4182
4183
  * </li>
4183
4184
  * <li>
4185
+ * <p>BILLING_ENTITY - The Amazon Web Services seller that your account is with. Possible values are the following:</p>
4186
+ * <p>- Amazon Web Services(Amazon Web Services): The entity that sells Amazon Web Services services.</p>
4187
+ * <p>- AISPL (Amazon Internet Services Pvt. Ltd.): The local Indian entity that is an acting reseller for Amazon Web Services services in India.</p>
4188
+ * <p>- Amazon Web Services Marketplace: The entity that supports the sale of solutions built on Amazon Web Services by third-party software providers.</p>
4189
+ * </li>
4190
+ * <li>
4191
+ * <p>CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux.</p>
4192
+ * </li>
4193
+ * <li>
4194
+ * <p>DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid values are <code>SingleAZ</code> and <code>MultiAZ</code>.</p>
4195
+ * </li>
4196
+ * <li>
4184
4197
  * <p>DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora or MySQL.</p>
4185
4198
  * </li>
4186
4199
  * <li>
4187
4200
  * <p>INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.</p>
4188
4201
  * </li>
4189
4202
  * <li>
4203
+ * <p>INSTANCE_TYPE_FAMILY - A family of instance types optimized to fit different use cases. Examples are <code>Compute Optimized</code> (<code>C4</code>, <code>C5</code>, <code>C6g</code>, <code>C7g</code> etc.), <code>Memory Optimization</code> (<code>R4</code>, <code>R5n</code>, <code>R5b</code>, <code>R6g</code> etc).</p>
4204
+ * </li>
4205
+ * <li>
4206
+ * <p>INVOICING_ENTITY - The name of the entity issuing the Amazon Web Services invoice.</p>
4207
+ * </li>
4208
+ * <li>
4190
4209
  * <p>LEGAL_ENTITY_NAME - The name of the organization that sells you Amazon Web Services services, such as Amazon Web Services.</p>
4191
4210
  * </li>
4192
4211
  * <li>
@@ -4207,9 +4226,21 @@ export interface GetDimensionValuesRequest {
4207
4226
  * Instances and Standard Reserved Instances.</p>
4208
4227
  * </li>
4209
4228
  * <li>
4229
+ * <p>RESERVATION_ID - The unique identifier for an Amazon Web Services Reservation Instance.</p>
4230
+ * </li>
4231
+ * <li>
4232
+ * <p>SAVINGS_PLAN_ARN - The unique identifier for your Savings Plans.</p>
4233
+ * </li>
4234
+ * <li>
4235
+ * <p>SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute).</p>
4236
+ * </li>
4237
+ * <li>
4210
4238
  * <p>SERVICE - The Amazon Web Services service such as Amazon DynamoDB.</p>
4211
4239
  * </li>
4212
4240
  * <li>
4241
+ * <p>TENANCY - The tenancy of a resource. Examples are shared or dedicated.</p>
4242
+ * </li>
4243
+ * <li>
4213
4244
  * <p>USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. The response for the <code>GetDimensionValues</code> operation
4214
4245
  * includes a unit attribute. Examples include GB and Hrs.</p>
4215
4246
  * </li>
@@ -4281,7 +4312,7 @@ export interface GetDimensionValuesRequest {
4281
4312
  * field contains the Amazon Web Services ID of the member account.</p>
4282
4313
  * </li>
4283
4314
  * <li>
4284
- * <p>SAVINGS_PLAN_ARN - The unique identifier for your Savings Plan</p>
4315
+ * <p>SAVINGS_PLAN_ARN - The unique identifier for your Savings Plans.</p>
4285
4316
  * </li>
4286
4317
  * </ul>
4287
4318
  */
@@ -4433,6 +4464,9 @@ export interface GetReservationCoverageRequest {
4433
4464
  * <p>INSTANCE_TYPE</p>
4434
4465
  * </li>
4435
4466
  * <li>
4467
+ * <p>INVOICING_ENTITY</p>
4468
+ * </li>
4469
+ * <li>
4436
4470
  * <p>LINKED_ACCOUNT</p>
4437
4471
  * </li>
4438
4472
  * <li>
@@ -4500,7 +4534,8 @@ export interface GetReservationCoverageRequest {
4500
4534
  * <p>
4501
4535
  * <code>GetReservationCoverage</code> uses the same
4502
4536
  * <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a> object
4503
- * as the other operations, but only <code>AND</code> is supported among each dimension. You can nest only one level deep.</p>
4537
+ * as the other operations, but only <code>AND</code> is supported among each dimension. You can nest only one level deep.
4538
+ * If there are multiple values for a dimension, they are OR'd together.</p>
4504
4539
  * <p>If you don't provide a <code>SERVICE</code> filter, Cost Explorer defaults to EC2.</p>
4505
4540
  * <p>Cost category is also supported.</p>
4506
4541
  */
@@ -4744,7 +4779,7 @@ export interface GetReservationUtilizationRequest {
4744
4779
  * <code>GetReservationUtilization</code> uses the same
4745
4780
  * <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a> object
4746
4781
  * as the other operations, but only <code>AND</code> is supported among each dimension, and nesting is supported up to
4747
- * only one level deep.</p>
4782
+ * only one level deep. If there are multiple values for a dimension, they are OR'd together.</p>
4748
4783
  */
4749
4784
  Filter?: Expression;
4750
4785
  /**
@@ -4985,8 +5020,8 @@ export interface GetSavingsPlansCoverageRequest {
4985
5020
  * <p>
4986
5021
  * <code>GetSavingsPlansCoverage</code> uses the same
4987
5022
  * <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a> object
4988
- * as the other operations, but only <code>AND</code> is supported among each dimension.</p>
4989
- * <p>Cost category is supported. Tags are not supported.</p>
5023
+ * as the other operations, but only <code>AND</code> is supported among each dimension. If there are multiple values for a dimension, they are OR'd together.</p>
5024
+ * <p>Cost category is also supported.</p>
4990
5025
  */
4991
5026
  Filter?: Expression;
4992
5027
  /**
@@ -5141,7 +5176,6 @@ export interface GetSavingsPlansUtilizationDetailsRequest {
5141
5176
  * <code>GetSavingsPlansUtilizationDetails</code> uses the same
5142
5177
  * <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a> object
5143
5178
  * as the other operations, but only <code>AND</code> is supported among each dimension.</p>
5144
- * <p>Filtering by tags isn't supported.</p>
5145
5179
  */
5146
5180
  Filter?: Expression;
5147
5181
  /**
@@ -5256,7 +5290,6 @@ export interface GetSavingsPlansUtilizationRequest {
5256
5290
  * <code>GetSavingsPlansUtilization</code> uses the same
5257
5291
  * <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a> object
5258
5292
  * as the other operations, but only <code>AND</code> is supported among each dimension.</p>
5259
- * <p>Filtering by tags isn't supported.</p>
5260
5293
  */
5261
5294
  Filter?: Expression;
5262
5295
  /**
@@ -116,6 +116,7 @@ export declare enum Dimension {
116
116
  DEPLOYMENT_OPTION = "DEPLOYMENT_OPTION",
117
117
  INSTANCE_TYPE = "INSTANCE_TYPE",
118
118
  INSTANCE_TYPE_FAMILY = "INSTANCE_TYPE_FAMILY",
119
+ INVOICING_ENTITY = "INVOICING_ENTITY",
119
120
  LEGAL_ENTITY_NAME = "LEGAL_ENTITY_NAME",
120
121
  LINKED_ACCOUNT = "LINKED_ACCOUNT",
121
122
  LINKED_ACCOUNT_NAME = "LINKED_ACCOUNT_NAME",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cost-explorer",
3
3
  "description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
4
- "version": "3.48.0",
4
+ "version": "3.52.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",
@@ -9,7 +9,7 @@
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "rimraf ./dist-*"
12
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
13
13
  },
14
14
  "main": "./dist-cjs/index.js",
15
15
  "types": "./dist-types/index.d.ts",
@@ -18,41 +18,47 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.48.0",
22
- "@aws-sdk/config-resolver": "3.47.2",
23
- "@aws-sdk/credential-provider-node": "3.48.0",
24
- "@aws-sdk/fetch-http-handler": "3.47.2",
25
- "@aws-sdk/hash-node": "3.47.2",
26
- "@aws-sdk/invalid-dependency": "3.47.2",
27
- "@aws-sdk/middleware-content-length": "3.47.2",
28
- "@aws-sdk/middleware-host-header": "3.47.2",
29
- "@aws-sdk/middleware-logger": "3.47.2",
30
- "@aws-sdk/middleware-retry": "3.47.2",
31
- "@aws-sdk/middleware-serde": "3.47.2",
32
- "@aws-sdk/middleware-signing": "3.47.2",
33
- "@aws-sdk/middleware-stack": "3.47.2",
34
- "@aws-sdk/middleware-user-agent": "3.47.2",
35
- "@aws-sdk/node-config-provider": "3.47.2",
36
- "@aws-sdk/node-http-handler": "3.47.2",
37
- "@aws-sdk/protocol-http": "3.47.2",
38
- "@aws-sdk/smithy-client": "3.47.2",
39
- "@aws-sdk/types": "3.47.1",
40
- "@aws-sdk/url-parser": "3.47.2",
41
- "@aws-sdk/util-base64-browser": "3.47.1",
42
- "@aws-sdk/util-base64-node": "3.47.2",
43
- "@aws-sdk/util-body-length-browser": "3.47.1",
44
- "@aws-sdk/util-body-length-node": "3.47.1",
45
- "@aws-sdk/util-defaults-mode-browser": "3.47.2",
46
- "@aws-sdk/util-defaults-mode-node": "3.47.2",
47
- "@aws-sdk/util-user-agent-browser": "3.47.2",
48
- "@aws-sdk/util-user-agent-node": "3.47.2",
49
- "@aws-sdk/util-utf8-browser": "3.47.1",
50
- "@aws-sdk/util-utf8-node": "3.47.2",
21
+ "@aws-sdk/client-sts": "3.52.0",
22
+ "@aws-sdk/config-resolver": "3.52.0",
23
+ "@aws-sdk/credential-provider-node": "3.52.0",
24
+ "@aws-sdk/fetch-http-handler": "3.52.0",
25
+ "@aws-sdk/hash-node": "3.52.0",
26
+ "@aws-sdk/invalid-dependency": "3.52.0",
27
+ "@aws-sdk/middleware-content-length": "3.52.0",
28
+ "@aws-sdk/middleware-host-header": "3.52.0",
29
+ "@aws-sdk/middleware-logger": "3.52.0",
30
+ "@aws-sdk/middleware-retry": "3.52.0",
31
+ "@aws-sdk/middleware-serde": "3.52.0",
32
+ "@aws-sdk/middleware-signing": "3.52.0",
33
+ "@aws-sdk/middleware-stack": "3.52.0",
34
+ "@aws-sdk/middleware-user-agent": "3.52.0",
35
+ "@aws-sdk/node-config-provider": "3.52.0",
36
+ "@aws-sdk/node-http-handler": "3.52.0",
37
+ "@aws-sdk/protocol-http": "3.52.0",
38
+ "@aws-sdk/smithy-client": "3.52.0",
39
+ "@aws-sdk/types": "3.52.0",
40
+ "@aws-sdk/url-parser": "3.52.0",
41
+ "@aws-sdk/util-base64-browser": "3.52.0",
42
+ "@aws-sdk/util-base64-node": "3.52.0",
43
+ "@aws-sdk/util-body-length-browser": "3.52.0",
44
+ "@aws-sdk/util-body-length-node": "3.52.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.52.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.52.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.52.0",
48
+ "@aws-sdk/util-user-agent-node": "3.52.0",
49
+ "@aws-sdk/util-utf8-browser": "3.52.0",
50
+ "@aws-sdk/util-utf8-node": "3.52.0",
51
51
  "tslib": "^2.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
55
- "@types/node": "^12.7.5"
54
+ "@aws-sdk/service-client-documentation-generator": "3.52.0",
55
+ "@tsconfig/recommended": "1.0.1",
56
+ "@types/node": "^12.7.5",
57
+ "concurrently": "7.0.0",
58
+ "downlevel-dts": "0.7.0",
59
+ "rimraf": "3.0.2",
60
+ "typedoc": "0.19.2",
61
+ "typescript": "~4.3.5"
56
62
  },
57
63
  "engines": {
58
64
  "node": ">=12.0.0"