@aws-sdk/client-marketplace-commerce-analytics 3.297.0 → 3.298.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/GenerateDataSetCommand.js +2 -3
- package/dist-cjs/commands/StartSupportDataExportCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -17
- package/dist-es/commands/GenerateDataSetCommand.js +2 -3
- package/dist-es/commands/StartSupportDataExportCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -12
- package/dist-types/models/models_0.d.ts +0 -16
- package/dist-types/ts3.4/models/models_0.d.ts +0 -12
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.GenerateDataSetCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class GenerateDataSetCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GenerateDataSetCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.StartSupportDataExportCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class StartSupportDataExportCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class StartSupportDataExportCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.MarketplaceCommerceAnalyticsException = exports.DataSetType = void 0;
|
|
4
4
|
const MarketplaceCommerceAnalyticsServiceException_1 = require("./MarketplaceCommerceAnalyticsServiceException");
|
|
5
5
|
var DataSetType;
|
|
6
6
|
(function (DataSetType) {
|
|
@@ -43,19 +43,3 @@ class MarketplaceCommerceAnalyticsException extends MarketplaceCommerceAnalytics
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.MarketplaceCommerceAnalyticsException = MarketplaceCommerceAnalyticsException;
|
|
46
|
-
const GenerateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
47
|
-
...obj,
|
|
48
|
-
});
|
|
49
|
-
exports.GenerateDataSetRequestFilterSensitiveLog = GenerateDataSetRequestFilterSensitiveLog;
|
|
50
|
-
const GenerateDataSetResultFilterSensitiveLog = (obj) => ({
|
|
51
|
-
...obj,
|
|
52
|
-
});
|
|
53
|
-
exports.GenerateDataSetResultFilterSensitiveLog = GenerateDataSetResultFilterSensitiveLog;
|
|
54
|
-
const StartSupportDataExportRequestFilterSensitiveLog = (obj) => ({
|
|
55
|
-
...obj,
|
|
56
|
-
});
|
|
57
|
-
exports.StartSupportDataExportRequestFilterSensitiveLog = StartSupportDataExportRequestFilterSensitiveLog;
|
|
58
|
-
const StartSupportDataExportResultFilterSensitiveLog = (obj) => ({
|
|
59
|
-
...obj,
|
|
60
|
-
});
|
|
61
|
-
exports.StartSupportDataExportResultFilterSensitiveLog = StartSupportDataExportResultFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GenerateDataSetRequestFilterSensitiveLog, GenerateDataSetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GenerateDataSetCommand, serializeAws_json1_1GenerateDataSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GenerateDataSetCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GenerateDataSetCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartSupportDataExportRequestFilterSensitiveLog, StartSupportDataExportResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1StartSupportDataExportCommand, serializeAws_json1_1StartSupportDataExportCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class StartSupportDataExportCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartSupportDataExportCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -39,15 +39,3 @@ export class MarketplaceCommerceAnalyticsException extends __BaseException {
|
|
|
39
39
|
Object.setPrototypeOf(this, MarketplaceCommerceAnalyticsException.prototype);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
export const GenerateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
43
|
-
...obj,
|
|
44
|
-
});
|
|
45
|
-
export const GenerateDataSetResultFilterSensitiveLog = (obj) => ({
|
|
46
|
-
...obj,
|
|
47
|
-
});
|
|
48
|
-
export const StartSupportDataExportRequestFilterSensitiveLog = (obj) => ({
|
|
49
|
-
...obj,
|
|
50
|
-
});
|
|
51
|
-
export const StartSupportDataExportResultFilterSensitiveLog = (obj) => ({
|
|
52
|
-
...obj,
|
|
53
|
-
});
|
|
@@ -270,19 +270,3 @@ export interface StartSupportDataExportResult {
|
|
|
270
270
|
*/
|
|
271
271
|
dataSetRequestId?: string;
|
|
272
272
|
}
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
|
-
export declare const GenerateDataSetRequestFilterSensitiveLog: (obj: GenerateDataSetRequest) => any;
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
|
-
export declare const GenerateDataSetResultFilterSensitiveLog: (obj: GenerateDataSetResult) => any;
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
|
-
export declare const StartSupportDataExportRequestFilterSensitiveLog: (obj: StartSupportDataExportRequest) => any;
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
|
-
export declare const StartSupportDataExportResultFilterSensitiveLog: (obj: StartSupportDataExportResult) => any;
|
|
@@ -64,15 +64,3 @@ export interface StartSupportDataExportRequest {
|
|
|
64
64
|
export interface StartSupportDataExportResult {
|
|
65
65
|
dataSetRequestId?: string;
|
|
66
66
|
}
|
|
67
|
-
export declare const GenerateDataSetRequestFilterSensitiveLog: (
|
|
68
|
-
obj: GenerateDataSetRequest
|
|
69
|
-
) => any;
|
|
70
|
-
export declare const GenerateDataSetResultFilterSensitiveLog: (
|
|
71
|
-
obj: GenerateDataSetResult
|
|
72
|
-
) => any;
|
|
73
|
-
export declare const StartSupportDataExportRequestFilterSensitiveLog: (
|
|
74
|
-
obj: StartSupportDataExportRequest
|
|
75
|
-
) => any;
|
|
76
|
-
export declare const StartSupportDataExportResultFilterSensitiveLog: (
|
|
77
|
-
obj: StartSupportDataExportResult
|
|
78
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-commerce-analytics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Commerce Analytics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo marketplace-commerce-analytics"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|