@aws-sdk/client-cost-and-usage-report-service 3.338.0 → 3.341.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/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +3 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +3 -0
- package/dist-types/commands/DescribeReportDefinitionsCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReportDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/PutReportDefinitionCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +28 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cur-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cur-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cur.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://cur.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -37,6 +37,7 @@ class ValidationException extends CostAndUsageReportServiceServiceException_1.Co
|
|
|
37
37
|
exports.ValidationException = ValidationException;
|
|
38
38
|
exports.SchemaElement = {
|
|
39
39
|
RESOURCES: "RESOURCES",
|
|
40
|
+
SPLIT_COST_ALLOCATION_DATA: "SPLIT_COST_ALLOCATION_DATA",
|
|
40
41
|
};
|
|
41
42
|
exports.CompressionFormat = {
|
|
42
43
|
GZIP: "GZIP",
|
|
@@ -58,6 +59,7 @@ exports.AWSRegion = {
|
|
|
58
59
|
CAPE_TOWN: "af-south-1",
|
|
59
60
|
FRANKFURT: "eu-central-1",
|
|
60
61
|
HONG_KONG: "ap-east-1",
|
|
62
|
+
HYDERABAD: "ap-south-2",
|
|
61
63
|
IRELAND: "eu-west-1",
|
|
62
64
|
JAKARTA: "ap-southeast-3",
|
|
63
65
|
LONDON: "eu-west-2",
|
|
@@ -78,6 +80,7 @@ exports.AWSRegion = {
|
|
|
78
80
|
TOKYO: "ap-northeast-1",
|
|
79
81
|
UAE: "me-central-1",
|
|
80
82
|
US_STANDARD: "us-east-1",
|
|
83
|
+
ZURICH: "eu-central-2",
|
|
81
84
|
};
|
|
82
85
|
exports.TimeUnit = {
|
|
83
86
|
DAILY: "DAILY",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cur-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cur-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cur.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://cur.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -32,6 +32,7 @@ export class ValidationException extends __BaseException {
|
|
|
32
32
|
}
|
|
33
33
|
export const SchemaElement = {
|
|
34
34
|
RESOURCES: "RESOURCES",
|
|
35
|
+
SPLIT_COST_ALLOCATION_DATA: "SPLIT_COST_ALLOCATION_DATA",
|
|
35
36
|
};
|
|
36
37
|
export const CompressionFormat = {
|
|
37
38
|
GZIP: "GZIP",
|
|
@@ -53,6 +54,7 @@ export const AWSRegion = {
|
|
|
53
54
|
CAPE_TOWN: "af-south-1",
|
|
54
55
|
FRANKFURT: "eu-central-1",
|
|
55
56
|
HONG_KONG: "ap-east-1",
|
|
57
|
+
HYDERABAD: "ap-south-2",
|
|
56
58
|
IRELAND: "eu-west-1",
|
|
57
59
|
JAKARTA: "ap-southeast-3",
|
|
58
60
|
LONDON: "eu-west-2",
|
|
@@ -73,6 +75,7 @@ export const AWSRegion = {
|
|
|
73
75
|
TOKYO: "ap-northeast-1",
|
|
74
76
|
UAE: "me-central-1",
|
|
75
77
|
US_STANDARD: "us-east-1",
|
|
78
|
+
ZURICH: "eu-central-2",
|
|
76
79
|
};
|
|
77
80
|
export const TimeUnit = {
|
|
78
81
|
DAILY: "DAILY",
|
|
@@ -44,11 +44,11 @@ export interface DescribeReportDefinitionsCommandOutput extends DescribeReportDe
|
|
|
44
44
|
* // Format: "textORcsv" || "Parquet", // required
|
|
45
45
|
* // Compression: "ZIP" || "GZIP" || "Parquet", // required
|
|
46
46
|
* // AdditionalSchemaElements: [ // SchemaElementList // required
|
|
47
|
-
* // "RESOURCES",
|
|
47
|
+
* // "RESOURCES" || "SPLIT_COST_ALLOCATION_DATA",
|
|
48
48
|
* // ],
|
|
49
49
|
* // S3Bucket: "STRING_VALUE", // required
|
|
50
50
|
* // S3Prefix: "STRING_VALUE", // required
|
|
51
|
-
* // S3Region: "af-south-1" || "ap-east-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ca-central-1" || "eu-central-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "cn-north-1" || "cn-northwest-1", // required
|
|
51
|
+
* // S3Region: "af-south-1" || "ap-east-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "cn-north-1" || "cn-northwest-1", // required
|
|
52
52
|
* // AdditionalArtifacts: [ // AdditionalArtifactList
|
|
53
53
|
* // "REDSHIFT" || "QUICKSIGHT" || "ATHENA",
|
|
54
54
|
* // ],
|
|
@@ -38,11 +38,11 @@ export interface ModifyReportDefinitionCommandOutput extends ModifyReportDefinit
|
|
|
38
38
|
* Format: "textORcsv" || "Parquet", // required
|
|
39
39
|
* Compression: "ZIP" || "GZIP" || "Parquet", // required
|
|
40
40
|
* AdditionalSchemaElements: [ // SchemaElementList // required
|
|
41
|
-
* "RESOURCES",
|
|
41
|
+
* "RESOURCES" || "SPLIT_COST_ALLOCATION_DATA",
|
|
42
42
|
* ],
|
|
43
43
|
* S3Bucket: "STRING_VALUE", // required
|
|
44
44
|
* S3Prefix: "STRING_VALUE", // required
|
|
45
|
-
* S3Region: "af-south-1" || "ap-east-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ca-central-1" || "eu-central-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "cn-north-1" || "cn-northwest-1", // required
|
|
45
|
+
* S3Region: "af-south-1" || "ap-east-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "cn-north-1" || "cn-northwest-1", // required
|
|
46
46
|
* AdditionalArtifacts: [ // AdditionalArtifactList
|
|
47
47
|
* "REDSHIFT" || "QUICKSIGHT" || "ATHENA",
|
|
48
48
|
* ],
|
|
@@ -37,11 +37,11 @@ export interface PutReportDefinitionCommandOutput extends PutReportDefinitionRes
|
|
|
37
37
|
* Format: "textORcsv" || "Parquet", // required
|
|
38
38
|
* Compression: "ZIP" || "GZIP" || "Parquet", // required
|
|
39
39
|
* AdditionalSchemaElements: [ // SchemaElementList // required
|
|
40
|
-
* "RESOURCES",
|
|
40
|
+
* "RESOURCES" || "SPLIT_COST_ALLOCATION_DATA",
|
|
41
41
|
* ],
|
|
42
42
|
* S3Bucket: "STRING_VALUE", // required
|
|
43
43
|
* S3Prefix: "STRING_VALUE", // required
|
|
44
|
-
* S3Region: "af-south-1" || "ap-east-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ca-central-1" || "eu-central-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "cn-north-1" || "cn-northwest-1", // required
|
|
44
|
+
* S3Region: "af-south-1" || "ap-east-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "cn-north-1" || "cn-northwest-1", // required
|
|
45
45
|
* AdditionalArtifacts: [ // AdditionalArtifactList
|
|
46
46
|
* "REDSHIFT" || "QUICKSIGHT" || "ATHENA",
|
|
47
47
|
* ],
|
|
@@ -85,6 +85,7 @@ export interface DescribeReportDefinitionsRequest {
|
|
|
85
85
|
*/
|
|
86
86
|
export declare const SchemaElement: {
|
|
87
87
|
readonly RESOURCES: "RESOURCES";
|
|
88
|
+
readonly SPLIT_COST_ALLOCATION_DATA: "SPLIT_COST_ALLOCATION_DATA";
|
|
88
89
|
};
|
|
89
90
|
/**
|
|
90
91
|
* @public
|
|
@@ -138,6 +139,7 @@ export declare const AWSRegion: {
|
|
|
138
139
|
readonly CAPE_TOWN: "af-south-1";
|
|
139
140
|
readonly FRANKFURT: "eu-central-1";
|
|
140
141
|
readonly HONG_KONG: "ap-east-1";
|
|
142
|
+
readonly HYDERABAD: "ap-south-2";
|
|
141
143
|
readonly IRELAND: "eu-west-1";
|
|
142
144
|
readonly JAKARTA: "ap-southeast-3";
|
|
143
145
|
readonly LONDON: "eu-west-2";
|
|
@@ -158,6 +160,7 @@ export declare const AWSRegion: {
|
|
|
158
160
|
readonly TOKYO: "ap-northeast-1";
|
|
159
161
|
readonly UAE: "me-central-1";
|
|
160
162
|
readonly US_STANDARD: "us-east-1";
|
|
163
|
+
readonly ZURICH: "eu-central-2";
|
|
161
164
|
};
|
|
162
165
|
/**
|
|
163
166
|
* @public
|
|
@@ -35,6 +35,7 @@ export interface DescribeReportDefinitionsRequest {
|
|
|
35
35
|
}
|
|
36
36
|
export declare const SchemaElement: {
|
|
37
37
|
readonly RESOURCES: "RESOURCES";
|
|
38
|
+
readonly SPLIT_COST_ALLOCATION_DATA: "SPLIT_COST_ALLOCATION_DATA";
|
|
38
39
|
};
|
|
39
40
|
export type SchemaElement = (typeof SchemaElement)[keyof typeof SchemaElement];
|
|
40
41
|
export declare const CompressionFormat: {
|
|
@@ -62,6 +63,7 @@ export declare const AWSRegion: {
|
|
|
62
63
|
readonly CAPE_TOWN: "af-south-1";
|
|
63
64
|
readonly FRANKFURT: "eu-central-1";
|
|
64
65
|
readonly HONG_KONG: "ap-east-1";
|
|
66
|
+
readonly HYDERABAD: "ap-south-2";
|
|
65
67
|
readonly IRELAND: "eu-west-1";
|
|
66
68
|
readonly JAKARTA: "ap-southeast-3";
|
|
67
69
|
readonly LONDON: "eu-west-2";
|
|
@@ -82,6 +84,7 @@ export declare const AWSRegion: {
|
|
|
82
84
|
readonly TOKYO: "ap-northeast-1";
|
|
83
85
|
readonly UAE: "me-central-1";
|
|
84
86
|
readonly US_STANDARD: "us-east-1";
|
|
87
|
+
readonly ZURICH: "eu-central-2";
|
|
85
88
|
};
|
|
86
89
|
export type AWSRegion = (typeof AWSRegion)[keyof typeof AWSRegion];
|
|
87
90
|
export declare const TimeUnit: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cost-and-usage-report-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cost And Usage Report Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.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",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|