@aws-sdk/client-marketplace-commerce-analytics 3.325.0 → 3.326.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.
|
@@ -46,6 +46,10 @@ export interface GenerateDataSetCommandOutput extends GenerateDataSetResult, __M
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new GenerateDataSetCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // GenerateDataSetResult
|
|
50
|
+
* // dataSetRequestId: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
49
53
|
* ```
|
|
50
54
|
*
|
|
51
55
|
* @param GenerateDataSetCommandInput - {@link GenerateDataSetCommandInput}
|
|
@@ -57,6 +61,8 @@ export interface GenerateDataSetCommandOutput extends GenerateDataSetResult, __M
|
|
|
57
61
|
* @throws {@link MarketplaceCommerceAnalyticsException} (server fault)
|
|
58
62
|
* This exception is thrown when an internal service error occurs.
|
|
59
63
|
*
|
|
64
|
+
* @throws {@link MarketplaceCommerceAnalyticsServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from MarketplaceCommerceAnalytics service.</p>
|
|
60
66
|
*
|
|
61
67
|
*/
|
|
62
68
|
export declare class GenerateDataSetCommand extends $Command<GenerateDataSetCommandInput, GenerateDataSetCommandOutput, MarketplaceCommerceAnalyticsClientResolvedConfig> {
|
|
@@ -46,6 +46,10 @@ export interface StartSupportDataExportCommandOutput extends StartSupportDataExp
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new StartSupportDataExportCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // StartSupportDataExportResult
|
|
50
|
+
* // dataSetRequestId: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
49
53
|
* ```
|
|
50
54
|
*
|
|
51
55
|
* @param StartSupportDataExportCommandInput - {@link StartSupportDataExportCommandInput}
|
|
@@ -57,6 +61,8 @@ export interface StartSupportDataExportCommandOutput extends StartSupportDataExp
|
|
|
57
61
|
* @throws {@link MarketplaceCommerceAnalyticsException} (server fault)
|
|
58
62
|
* This exception is thrown when an internal service error occurs.
|
|
59
63
|
*
|
|
64
|
+
* @throws {@link MarketplaceCommerceAnalyticsServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from MarketplaceCommerceAnalytics service.</p>
|
|
60
66
|
*
|
|
61
67
|
*/
|
|
62
68
|
export declare class StartSupportDataExportCommand extends $Command<StartSupportDataExportCommandInput, StartSupportDataExportCommandOutput, MarketplaceCommerceAnalyticsClientResolvedConfig> {
|
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.326.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|