@aws-sdk/client-marketplace-commerce-analytics 3.405.0 → 3.409.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 +5 -1
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +4 -0
- package/dist-types/commands/GenerateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/StartSupportDataExportCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +9 -1
- package/dist-types/ts3.4/models/models_0.d.ts +5 -2
- package/package.json +12 -12
|
@@ -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 }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { 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: [{ endpoint: { url: "https://marketplacecommerceanalytics-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: [{ endpoint: { url: "https://marketplacecommerceanalytics-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: [{ endpoint: { url: "https://marketplacecommerceanalytics.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://marketplacecommerceanalytics.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MarketplaceCommerceAnalyticsException = exports.DataSetType = void 0;
|
|
3
|
+
exports.SupportDataSetType = exports.MarketplaceCommerceAnalyticsException = exports.DataSetType = void 0;
|
|
4
4
|
const MarketplaceCommerceAnalyticsServiceException_1 = require("./MarketplaceCommerceAnalyticsServiceException");
|
|
5
5
|
exports.DataSetType = {
|
|
6
6
|
CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography",
|
|
@@ -42,3 +42,7 @@ class MarketplaceCommerceAnalyticsException extends MarketplaceCommerceAnalytics
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.MarketplaceCommerceAnalyticsException = MarketplaceCommerceAnalyticsException;
|
|
45
|
+
exports.SupportDataSetType = {
|
|
46
|
+
customer_support_contacts_data: "customer_support_contacts_data",
|
|
47
|
+
test_customer_support_contacts_data: "test_customer_support_contacts_data",
|
|
48
|
+
};
|
|
@@ -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 }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { 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: [{ endpoint: { url: "https://marketplacecommerceanalytics-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: [{ endpoint: { url: "https://marketplacecommerceanalytics-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: [{ endpoint: { url: "https://marketplacecommerceanalytics.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://marketplacecommerceanalytics.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -38,3 +38,7 @@ export class MarketplaceCommerceAnalyticsException extends __BaseException {
|
|
|
38
38
|
Object.setPrototypeOf(this, MarketplaceCommerceAnalyticsException.prototype);
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
+
export const SupportDataSetType = {
|
|
42
|
+
customer_support_contacts_data: "customer_support_contacts_data",
|
|
43
|
+
test_customer_support_contacts_data: "test_customer_support_contacts_data",
|
|
44
|
+
};
|
|
@@ -38,7 +38,7 @@ export interface GenerateDataSetCommandOutput extends GenerateDataSetResult, __M
|
|
|
38
38
|
* // const { MarketplaceCommerceAnalyticsClient, GenerateDataSetCommand } = require("@aws-sdk/client-marketplace-commerce-analytics"); // CommonJS import
|
|
39
39
|
* const client = new MarketplaceCommerceAnalyticsClient(config);
|
|
40
40
|
* const input = { // GenerateDataSetRequest
|
|
41
|
-
* dataSetType: "
|
|
41
|
+
* dataSetType: "customer_subscriber_hourly_monthly_subscriptions" || "customer_subscriber_annual_subscriptions" || "daily_business_usage_by_instance_type" || "daily_business_fees" || "daily_business_free_trial_conversions" || "daily_business_new_instances" || "daily_business_new_product_subscribers" || "daily_business_canceled_product_subscribers" || "monthly_revenue_billing_and_revenue_data" || "monthly_revenue_annual_subscriptions" || "monthly_revenue_field_demonstration_usage" || "monthly_revenue_flexible_payment_schedule" || "disbursed_amount_by_product" || "disbursed_amount_by_product_with_uncollected_funds" || "disbursed_amount_by_instance_hours" || "disbursed_amount_by_customer_geo" || "disbursed_amount_by_age_of_uncollected_funds" || "disbursed_amount_by_age_of_disbursed_funds" || "disbursed_amount_by_age_of_past_due_funds" || "disbursed_amount_by_uncollected_funds_breakdown" || "customer_profile_by_industry" || "customer_profile_by_revenue" || "customer_profile_by_geography" || "sales_compensation_billed_revenue" || "us_sales_and_use_tax_records", // required
|
|
42
42
|
* dataSetPublicationDate: new Date("TIMESTAMP"), // required
|
|
43
43
|
* roleNameArn: "STRING_VALUE", // required
|
|
44
44
|
* destinationS3BucketName: "STRING_VALUE", // required
|
|
@@ -38,7 +38,7 @@ export interface StartSupportDataExportCommandOutput extends StartSupportDataExp
|
|
|
38
38
|
* // const { MarketplaceCommerceAnalyticsClient, StartSupportDataExportCommand } = require("@aws-sdk/client-marketplace-commerce-analytics"); // CommonJS import
|
|
39
39
|
* const client = new MarketplaceCommerceAnalyticsClient(config);
|
|
40
40
|
* const input = { // StartSupportDataExportRequest
|
|
41
|
-
* dataSetType: "
|
|
41
|
+
* dataSetType: "customer_support_contacts_data" || "test_customer_support_contacts_data", // required
|
|
42
42
|
* fromDate: new Date("TIMESTAMP"), // required
|
|
43
43
|
* roleNameArn: "STRING_VALUE", // required
|
|
44
44
|
* destinationS3BucketName: "STRING_VALUE", // required
|
|
@@ -216,10 +216,18 @@ export declare class MarketplaceCommerceAnalyticsException extends __BaseExcepti
|
|
|
216
216
|
*/
|
|
217
217
|
constructor(opts: __ExceptionOptionType<MarketplaceCommerceAnalyticsException, __BaseException>);
|
|
218
218
|
}
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
* @enum
|
|
222
|
+
*/
|
|
223
|
+
export declare const SupportDataSetType: {
|
|
224
|
+
readonly customer_support_contacts_data: "customer_support_contacts_data";
|
|
225
|
+
readonly test_customer_support_contacts_data: "test_customer_support_contacts_data";
|
|
226
|
+
};
|
|
219
227
|
/**
|
|
220
228
|
* @public
|
|
221
229
|
*/
|
|
222
|
-
export type SupportDataSetType =
|
|
230
|
+
export type SupportDataSetType = (typeof SupportDataSetType)[keyof typeof SupportDataSetType];
|
|
223
231
|
/**
|
|
224
232
|
* @public
|
|
225
233
|
* Container for the parameters to the StartSupportDataExport operation.
|
|
@@ -50,9 +50,12 @@ export declare class MarketplaceCommerceAnalyticsException extends __BaseExcepti
|
|
|
50
50
|
>
|
|
51
51
|
);
|
|
52
52
|
}
|
|
53
|
+
export declare const SupportDataSetType: {
|
|
54
|
+
readonly customer_support_contacts_data: "customer_support_contacts_data";
|
|
55
|
+
readonly test_customer_support_contacts_data: "test_customer_support_contacts_data";
|
|
56
|
+
};
|
|
53
57
|
export type SupportDataSetType =
|
|
54
|
-
|
|
55
|
-
| "test_customer_support_contacts_data";
|
|
58
|
+
(typeof SupportDataSetType)[keyof typeof SupportDataSetType];
|
|
56
59
|
export interface StartSupportDataExportRequest {
|
|
57
60
|
dataSetType: SupportDataSetType | string | undefined;
|
|
58
61
|
fromDate: Date | undefined;
|
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.409.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,17 +21,17 @@
|
|
|
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/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.409.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.409.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.408.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.408.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.408.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.408.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.408.0",
|
|
31
|
+
"@aws-sdk/types": "3.408.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.408.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.408.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.408.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^2.0.5",
|
|
37
37
|
"@smithy/hash-node": "^2.0.5",
|