@aws-sdk/client-customer-profiles 3.425.0 → 3.428.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/commands/ListCalculatedAttributeDefinitionsCommand.js +2 -1
- package/dist-cjs/models/models_0.js +17 -2
- package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +2 -1
- package/dist-es/models/models_0.js +13 -0
- package/dist-types/models/models_0.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/package.json +31 -31
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class ListCalculatedAttributeDefinitionsCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -32,7 +33,7 @@ class ListCalculatedAttributeDefinitionsCommand extends smithy_client_1.Command
|
|
|
32
33
|
clientName,
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog:
|
|
36
|
+
outputFilterSensitiveLog: models_0_1.ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog,
|
|
36
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
38
|
service: "CustomerProfiles_20200815",
|
|
38
39
|
operation: "ListCalculatedAttributeDefinitions",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateProfileRequestFilterSensitiveLog = exports.UpdateAddressFilterSensitiveLog = exports.UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = exports.SearchProfilesResponseFilterSensitiveLog = exports.ProfileFilterSensitiveLog = exports.PutProfileObjectTypeResponseFilterSensitiveLog = exports.PutProfileObjectTypeRequestFilterSensitiveLog = exports.PutProfileObjectRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.ListProfileObjectsResponseFilterSensitiveLog = exports.ListProfileObjectsItemFilterSensitiveLog = exports.ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog = exports.GetProfileObjectTypeTemplateResponseFilterSensitiveLog = exports.GetProfileObjectTypeResponseFilterSensitiveLog = exports.GetCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.CreateProfileRequestFilterSensitiveLog = exports.CreateIntegrationWorkflowRequestFilterSensitiveLog = exports.IntegrationConfigFilterSensitiveLog = exports.CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = exports.ConditionsFilterSensitiveLog = exports.ListCalculatedAttributeDefinitionItemFilterSensitiveLog = exports.AttributeDetailsFilterSensitiveLog = exports.AppflowIntegrationFilterSensitiveLog = exports.FlowDefinitionFilterSensitiveLog = exports.AddressFilterSensitiveLog = exports.LogicalOperator = exports.MatchType = exports.StandardIdentifier = exports.FieldContentType = exports.IdentityResolutionJobStatus = exports.EventStreamState = exports.EventStreamDestinationStatus = exports.PartyType = exports.Gender = exports.WorkflowType = exports.RuleBasedMatchingStatus = exports.JobScheduleDayOfTheWeek = exports.Statistic = exports.Operator = exports.Unit = exports.ConflictResolvingModel = exports.AttributeMatchingModel = exports.Status = exports.TriggerType = exports.DataPullMode = exports.TaskType = exports.OperatorPropertiesKeys = exports.ZendeskConnectorOperator = exports.ServiceNowConnectorOperator = exports.SalesforceConnectorOperator = exports.S3ConnectorOperator = exports.MarketoConnectorOperator = exports.SourceConnectorType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.BadRequestException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UpdateProfileRequestFilterSensitiveLog = exports.UpdateAddressFilterSensitiveLog = exports.UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = exports.SearchProfilesResponseFilterSensitiveLog = exports.ProfileFilterSensitiveLog = exports.PutProfileObjectTypeResponseFilterSensitiveLog = exports.PutProfileObjectTypeRequestFilterSensitiveLog = exports.PutProfileObjectRequestFilterSensitiveLog = exports.PutIntegrationRequestFilterSensitiveLog = exports.ListProfileObjectTypesResponseFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const CustomerProfilesServiceException_1 = require("./CustomerProfilesServiceException");
|
|
7
7
|
class AccessDeniedException extends CustomerProfilesServiceException_1.CustomerProfilesServiceException {
|
|
@@ -339,12 +339,18 @@ const AttributeDetailsFilterSensitiveLog = (obj) => ({
|
|
|
339
339
|
...obj,
|
|
340
340
|
});
|
|
341
341
|
exports.AttributeDetailsFilterSensitiveLog = AttributeDetailsFilterSensitiveLog;
|
|
342
|
+
const ListCalculatedAttributeDefinitionItemFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
345
|
+
});
|
|
346
|
+
exports.ListCalculatedAttributeDefinitionItemFilterSensitiveLog = ListCalculatedAttributeDefinitionItemFilterSensitiveLog;
|
|
342
347
|
const ConditionsFilterSensitiveLog = (obj) => ({
|
|
343
348
|
...obj,
|
|
344
349
|
});
|
|
345
350
|
exports.ConditionsFilterSensitiveLog = ConditionsFilterSensitiveLog;
|
|
346
351
|
const CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
347
352
|
...obj,
|
|
353
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
348
354
|
...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
|
|
349
355
|
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
350
356
|
...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -352,6 +358,7 @@ const CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
|
352
358
|
exports.CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog;
|
|
353
359
|
const CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
354
360
|
...obj,
|
|
361
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
355
362
|
...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
|
|
356
363
|
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
357
364
|
...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -396,6 +403,7 @@ const CreateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
|
396
403
|
exports.CreateProfileRequestFilterSensitiveLog = CreateProfileRequestFilterSensitiveLog;
|
|
397
404
|
const GetCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
398
405
|
...obj,
|
|
406
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
399
407
|
...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
|
|
400
408
|
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
401
409
|
...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -414,6 +422,11 @@ const GetProfileObjectTypeTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
|
414
422
|
...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
|
|
415
423
|
});
|
|
416
424
|
exports.GetProfileObjectTypeTemplateResponseFilterSensitiveLog = GetProfileObjectTypeTemplateResponseFilterSensitiveLog;
|
|
425
|
+
const ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog = (obj) => ({
|
|
426
|
+
...obj,
|
|
427
|
+
...(obj.Items && { Items: smithy_client_1.SENSITIVE_STRING }),
|
|
428
|
+
});
|
|
429
|
+
exports.ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog = ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog;
|
|
417
430
|
const ListProfileObjectsItemFilterSensitiveLog = (obj) => ({
|
|
418
431
|
...obj,
|
|
419
432
|
...(obj.Object && { Object: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -487,11 +500,13 @@ const SearchProfilesResponseFilterSensitiveLog = (obj) => ({
|
|
|
487
500
|
exports.SearchProfilesResponseFilterSensitiveLog = SearchProfilesResponseFilterSensitiveLog;
|
|
488
501
|
const UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
489
502
|
...obj,
|
|
503
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
490
504
|
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
491
505
|
});
|
|
492
506
|
exports.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog;
|
|
493
507
|
const UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
494
508
|
...obj,
|
|
509
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
495
510
|
...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
|
|
496
511
|
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
497
512
|
...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListCalculatedAttributeDefinitionsCommand, se_ListCalculatedAttributeDefinitionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class ListCalculatedAttributeDefinitionsCommand extends $Command {
|
|
@@ -29,7 +30,7 @@ export class ListCalculatedAttributeDefinitionsCommand extends $Command {
|
|
|
29
30
|
clientName,
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog:
|
|
33
|
+
outputFilterSensitiveLog: ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog,
|
|
33
34
|
[SMITHY_CONTEXT_KEY]: {
|
|
34
35
|
service: "CustomerProfiles_20200815",
|
|
35
36
|
operation: "ListCalculatedAttributeDefinitions",
|
|
@@ -326,17 +326,23 @@ export const AppflowIntegrationFilterSensitiveLog = (obj) => ({
|
|
|
326
326
|
export const AttributeDetailsFilterSensitiveLog = (obj) => ({
|
|
327
327
|
...obj,
|
|
328
328
|
});
|
|
329
|
+
export const ListCalculatedAttributeDefinitionItemFilterSensitiveLog = (obj) => ({
|
|
330
|
+
...obj,
|
|
331
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
332
|
+
});
|
|
329
333
|
export const ConditionsFilterSensitiveLog = (obj) => ({
|
|
330
334
|
...obj,
|
|
331
335
|
});
|
|
332
336
|
export const CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
333
337
|
...obj,
|
|
338
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
334
339
|
...(obj.AttributeDetails && { AttributeDetails: SENSITIVE_STRING }),
|
|
335
340
|
...(obj.Conditions && { Conditions: SENSITIVE_STRING }),
|
|
336
341
|
...(obj.Statistic && { Statistic: SENSITIVE_STRING }),
|
|
337
342
|
});
|
|
338
343
|
export const CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
339
344
|
...obj,
|
|
345
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
340
346
|
...(obj.AttributeDetails && { AttributeDetails: SENSITIVE_STRING }),
|
|
341
347
|
...(obj.Conditions && { Conditions: SENSITIVE_STRING }),
|
|
342
348
|
...(obj.Statistic && { Statistic: SENSITIVE_STRING }),
|
|
@@ -377,6 +383,7 @@ export const CreateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
|
377
383
|
});
|
|
378
384
|
export const GetCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
379
385
|
...obj,
|
|
386
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
380
387
|
...(obj.Statistic && { Statistic: SENSITIVE_STRING }),
|
|
381
388
|
...(obj.Conditions && { Conditions: SENSITIVE_STRING }),
|
|
382
389
|
...(obj.AttributeDetails && { AttributeDetails: SENSITIVE_STRING }),
|
|
@@ -392,6 +399,10 @@ export const GetProfileObjectTypeTemplateResponseFilterSensitiveLog = (obj) => (
|
|
|
392
399
|
...(obj.Fields && { Fields: SENSITIVE_STRING }),
|
|
393
400
|
...(obj.Keys && { Keys: SENSITIVE_STRING }),
|
|
394
401
|
});
|
|
402
|
+
export const ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
...(obj.Items && { Items: SENSITIVE_STRING }),
|
|
405
|
+
});
|
|
395
406
|
export const ListProfileObjectsItemFilterSensitiveLog = (obj) => ({
|
|
396
407
|
...obj,
|
|
397
408
|
...(obj.Object && { Object: SENSITIVE_STRING }),
|
|
@@ -456,10 +467,12 @@ export const SearchProfilesResponseFilterSensitiveLog = (obj) => ({
|
|
|
456
467
|
});
|
|
457
468
|
export const UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
458
469
|
...obj,
|
|
470
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
459
471
|
...(obj.Conditions && { Conditions: SENSITIVE_STRING }),
|
|
460
472
|
});
|
|
461
473
|
export const UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
462
474
|
...obj,
|
|
475
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
463
476
|
...(obj.Statistic && { Statistic: SENSITIVE_STRING }),
|
|
464
477
|
...(obj.Conditions && { Conditions: SENSITIVE_STRING }),
|
|
465
478
|
...(obj.AttributeDetails && { AttributeDetails: SENSITIVE_STRING }),
|
|
@@ -5424,6 +5424,10 @@ export declare const AppflowIntegrationFilterSensitiveLog: (obj: AppflowIntegrat
|
|
|
5424
5424
|
* @internal
|
|
5425
5425
|
*/
|
|
5426
5426
|
export declare const AttributeDetailsFilterSensitiveLog: (obj: AttributeDetails) => any;
|
|
5427
|
+
/**
|
|
5428
|
+
* @internal
|
|
5429
|
+
*/
|
|
5430
|
+
export declare const ListCalculatedAttributeDefinitionItemFilterSensitiveLog: (obj: ListCalculatedAttributeDefinitionItem) => any;
|
|
5427
5431
|
/**
|
|
5428
5432
|
* @internal
|
|
5429
5433
|
*/
|
|
@@ -5460,6 +5464,10 @@ export declare const GetProfileObjectTypeResponseFilterSensitiveLog: (obj: GetPr
|
|
|
5460
5464
|
* @internal
|
|
5461
5465
|
*/
|
|
5462
5466
|
export declare const GetProfileObjectTypeTemplateResponseFilterSensitiveLog: (obj: GetProfileObjectTypeTemplateResponse) => any;
|
|
5467
|
+
/**
|
|
5468
|
+
* @internal
|
|
5469
|
+
*/
|
|
5470
|
+
export declare const ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog: (obj: ListCalculatedAttributeDefinitionsResponse) => any;
|
|
5463
5471
|
/**
|
|
5464
5472
|
* @internal
|
|
5465
5473
|
*/
|
|
@@ -1362,6 +1362,9 @@ export declare const AppflowIntegrationFilterSensitiveLog: (
|
|
|
1362
1362
|
export declare const AttributeDetailsFilterSensitiveLog: (
|
|
1363
1363
|
obj: AttributeDetails
|
|
1364
1364
|
) => any;
|
|
1365
|
+
export declare const ListCalculatedAttributeDefinitionItemFilterSensitiveLog: (
|
|
1366
|
+
obj: ListCalculatedAttributeDefinitionItem
|
|
1367
|
+
) => any;
|
|
1365
1368
|
export declare const ConditionsFilterSensitiveLog: (obj: Conditions) => any;
|
|
1366
1369
|
export declare const CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog: (
|
|
1367
1370
|
obj: CreateCalculatedAttributeDefinitionRequest
|
|
@@ -1387,6 +1390,9 @@ export declare const GetProfileObjectTypeResponseFilterSensitiveLog: (
|
|
|
1387
1390
|
export declare const GetProfileObjectTypeTemplateResponseFilterSensitiveLog: (
|
|
1388
1391
|
obj: GetProfileObjectTypeTemplateResponse
|
|
1389
1392
|
) => any;
|
|
1393
|
+
export declare const ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog: (
|
|
1394
|
+
obj: ListCalculatedAttributeDefinitionsResponse
|
|
1395
|
+
) => any;
|
|
1390
1396
|
export declare const ListProfileObjectsItemFilterSensitiveLog: (
|
|
1391
1397
|
obj: ListProfileObjectsItem
|
|
1392
1398
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-customer-profiles",
|
|
3
3
|
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.428.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,39 +21,39 @@
|
|
|
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/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.0
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.428.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.428.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.428.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|