@aws-sdk/client-marketplace-commerce-analytics 3.301.0 → 3.303.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/models/models_0.js +27 -28
- package/dist-es/models/models_0.js +27 -28
- package/dist-types/models/models_0.d.ts +32 -27
- package/dist-types/ts3.4/models/models_0.d.ts +28 -27
- package/package.json +34 -34
|
@@ -2,34 +2,33 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MarketplaceCommerceAnalyticsException = exports.DataSetType = void 0;
|
|
4
4
|
const MarketplaceCommerceAnalyticsServiceException_1 = require("./MarketplaceCommerceAnalyticsServiceException");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
})(DataSetType = exports.DataSetType || (exports.DataSetType = {}));
|
|
5
|
+
exports.DataSetType = {
|
|
6
|
+
CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography",
|
|
7
|
+
CUSTOMER_PROFILE_BY_INDUSTRY: "customer_profile_by_industry",
|
|
8
|
+
CUSTOMER_PROFILE_BY_REVENUE: "customer_profile_by_revenue",
|
|
9
|
+
CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS: "customer_subscriber_annual_subscriptions",
|
|
10
|
+
CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS: "customer_subscriber_hourly_monthly_subscriptions",
|
|
11
|
+
DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS: "daily_business_canceled_product_subscribers",
|
|
12
|
+
DAILY_BUSINESS_FEES: "daily_business_fees",
|
|
13
|
+
DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS: "daily_business_free_trial_conversions",
|
|
14
|
+
DAILY_BUSINESS_NEW_INSTANCES: "daily_business_new_instances",
|
|
15
|
+
DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS: "daily_business_new_product_subscribers",
|
|
16
|
+
DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE: "daily_business_usage_by_instance_type",
|
|
17
|
+
DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS: "disbursed_amount_by_age_of_disbursed_funds",
|
|
18
|
+
DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS: "disbursed_amount_by_age_of_past_due_funds",
|
|
19
|
+
DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS: "disbursed_amount_by_age_of_uncollected_funds",
|
|
20
|
+
DISBURSED_AMOUNT_BY_CUSTOMER_GEO: "disbursed_amount_by_customer_geo",
|
|
21
|
+
DISBURSED_AMOUNT_BY_INSTANCE_HOURS: "disbursed_amount_by_instance_hours",
|
|
22
|
+
DISBURSED_AMOUNT_BY_PRODUCT: "disbursed_amount_by_product",
|
|
23
|
+
DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS: "disbursed_amount_by_product_with_uncollected_funds",
|
|
24
|
+
DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN: "disbursed_amount_by_uncollected_funds_breakdown",
|
|
25
|
+
MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS: "monthly_revenue_annual_subscriptions",
|
|
26
|
+
MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA: "monthly_revenue_billing_and_revenue_data",
|
|
27
|
+
MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE: "monthly_revenue_field_demonstration_usage",
|
|
28
|
+
MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE: "monthly_revenue_flexible_payment_schedule",
|
|
29
|
+
SALES_COMPENSATION_BILLED_REVENUE: "sales_compensation_billed_revenue",
|
|
30
|
+
US_SALES_AND_USE_TAX_RECORDS: "us_sales_and_use_tax_records",
|
|
31
|
+
};
|
|
33
32
|
class MarketplaceCommerceAnalyticsException extends MarketplaceCommerceAnalyticsServiceException_1.MarketplaceCommerceAnalyticsServiceException {
|
|
34
33
|
constructor(opts) {
|
|
35
34
|
super({
|
|
@@ -1,32 +1,31 @@
|
|
|
1
1
|
import { MarketplaceCommerceAnalyticsServiceException as __BaseException } from "./MarketplaceCommerceAnalyticsServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})(DataSetType || (DataSetType = {}));
|
|
2
|
+
export const DataSetType = {
|
|
3
|
+
CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography",
|
|
4
|
+
CUSTOMER_PROFILE_BY_INDUSTRY: "customer_profile_by_industry",
|
|
5
|
+
CUSTOMER_PROFILE_BY_REVENUE: "customer_profile_by_revenue",
|
|
6
|
+
CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS: "customer_subscriber_annual_subscriptions",
|
|
7
|
+
CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS: "customer_subscriber_hourly_monthly_subscriptions",
|
|
8
|
+
DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS: "daily_business_canceled_product_subscribers",
|
|
9
|
+
DAILY_BUSINESS_FEES: "daily_business_fees",
|
|
10
|
+
DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS: "daily_business_free_trial_conversions",
|
|
11
|
+
DAILY_BUSINESS_NEW_INSTANCES: "daily_business_new_instances",
|
|
12
|
+
DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS: "daily_business_new_product_subscribers",
|
|
13
|
+
DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE: "daily_business_usage_by_instance_type",
|
|
14
|
+
DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS: "disbursed_amount_by_age_of_disbursed_funds",
|
|
15
|
+
DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS: "disbursed_amount_by_age_of_past_due_funds",
|
|
16
|
+
DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS: "disbursed_amount_by_age_of_uncollected_funds",
|
|
17
|
+
DISBURSED_AMOUNT_BY_CUSTOMER_GEO: "disbursed_amount_by_customer_geo",
|
|
18
|
+
DISBURSED_AMOUNT_BY_INSTANCE_HOURS: "disbursed_amount_by_instance_hours",
|
|
19
|
+
DISBURSED_AMOUNT_BY_PRODUCT: "disbursed_amount_by_product",
|
|
20
|
+
DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS: "disbursed_amount_by_product_with_uncollected_funds",
|
|
21
|
+
DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN: "disbursed_amount_by_uncollected_funds_breakdown",
|
|
22
|
+
MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS: "monthly_revenue_annual_subscriptions",
|
|
23
|
+
MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA: "monthly_revenue_billing_and_revenue_data",
|
|
24
|
+
MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE: "monthly_revenue_field_demonstration_usage",
|
|
25
|
+
MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE: "monthly_revenue_flexible_payment_schedule",
|
|
26
|
+
SALES_COMPENSATION_BILLED_REVENUE: "sales_compensation_billed_revenue",
|
|
27
|
+
US_SALES_AND_USE_TAX_RECORDS: "us_sales_and_use_tax_records",
|
|
28
|
+
};
|
|
30
29
|
export class MarketplaceCommerceAnalyticsException extends __BaseException {
|
|
31
30
|
constructor(opts) {
|
|
32
31
|
super({
|
|
@@ -2,34 +2,39 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { MarketplaceCommerceAnalyticsServiceException as __BaseException } from "./MarketplaceCommerceAnalyticsServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
+
* @enum
|
|
5
6
|
*/
|
|
6
|
-
export declare
|
|
7
|
-
CUSTOMER_PROFILE_BY_GEOGRAPHY
|
|
8
|
-
CUSTOMER_PROFILE_BY_INDUSTRY
|
|
9
|
-
CUSTOMER_PROFILE_BY_REVENUE
|
|
10
|
-
CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS
|
|
11
|
-
CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS
|
|
12
|
-
DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS
|
|
13
|
-
DAILY_BUSINESS_FEES
|
|
14
|
-
DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS
|
|
15
|
-
DAILY_BUSINESS_NEW_INSTANCES
|
|
16
|
-
DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS
|
|
17
|
-
DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE
|
|
18
|
-
DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS
|
|
19
|
-
DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS
|
|
20
|
-
DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS
|
|
21
|
-
DISBURSED_AMOUNT_BY_CUSTOMER_GEO
|
|
22
|
-
DISBURSED_AMOUNT_BY_INSTANCE_HOURS
|
|
23
|
-
DISBURSED_AMOUNT_BY_PRODUCT
|
|
24
|
-
DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS
|
|
25
|
-
DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN
|
|
26
|
-
MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS
|
|
27
|
-
MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA
|
|
28
|
-
MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE
|
|
29
|
-
MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE
|
|
30
|
-
SALES_COMPENSATION_BILLED_REVENUE
|
|
31
|
-
US_SALES_AND_USE_TAX_RECORDS
|
|
32
|
-
}
|
|
7
|
+
export declare const DataSetType: {
|
|
8
|
+
readonly CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography";
|
|
9
|
+
readonly CUSTOMER_PROFILE_BY_INDUSTRY: "customer_profile_by_industry";
|
|
10
|
+
readonly CUSTOMER_PROFILE_BY_REVENUE: "customer_profile_by_revenue";
|
|
11
|
+
readonly CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS: "customer_subscriber_annual_subscriptions";
|
|
12
|
+
readonly CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS: "customer_subscriber_hourly_monthly_subscriptions";
|
|
13
|
+
readonly DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS: "daily_business_canceled_product_subscribers";
|
|
14
|
+
readonly DAILY_BUSINESS_FEES: "daily_business_fees";
|
|
15
|
+
readonly DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS: "daily_business_free_trial_conversions";
|
|
16
|
+
readonly DAILY_BUSINESS_NEW_INSTANCES: "daily_business_new_instances";
|
|
17
|
+
readonly DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS: "daily_business_new_product_subscribers";
|
|
18
|
+
readonly DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE: "daily_business_usage_by_instance_type";
|
|
19
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS: "disbursed_amount_by_age_of_disbursed_funds";
|
|
20
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS: "disbursed_amount_by_age_of_past_due_funds";
|
|
21
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS: "disbursed_amount_by_age_of_uncollected_funds";
|
|
22
|
+
readonly DISBURSED_AMOUNT_BY_CUSTOMER_GEO: "disbursed_amount_by_customer_geo";
|
|
23
|
+
readonly DISBURSED_AMOUNT_BY_INSTANCE_HOURS: "disbursed_amount_by_instance_hours";
|
|
24
|
+
readonly DISBURSED_AMOUNT_BY_PRODUCT: "disbursed_amount_by_product";
|
|
25
|
+
readonly DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS: "disbursed_amount_by_product_with_uncollected_funds";
|
|
26
|
+
readonly DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN: "disbursed_amount_by_uncollected_funds_breakdown";
|
|
27
|
+
readonly MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS: "monthly_revenue_annual_subscriptions";
|
|
28
|
+
readonly MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA: "monthly_revenue_billing_and_revenue_data";
|
|
29
|
+
readonly MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE: "monthly_revenue_field_demonstration_usage";
|
|
30
|
+
readonly MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE: "monthly_revenue_flexible_payment_schedule";
|
|
31
|
+
readonly SALES_COMPENSATION_BILLED_REVENUE: "sales_compensation_billed_revenue";
|
|
32
|
+
readonly US_SALES_AND_USE_TAX_RECORDS: "us_sales_and_use_tax_records";
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export type DataSetType = (typeof DataSetType)[keyof typeof DataSetType];
|
|
33
38
|
/**
|
|
34
39
|
* @public
|
|
35
40
|
* Container for the parameters to the GenerateDataSet operation.
|
|
@@ -1,32 +1,33 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { MarketplaceCommerceAnalyticsServiceException as __BaseException } from "./MarketplaceCommerceAnalyticsServiceException";
|
|
3
|
-
export declare
|
|
4
|
-
CUSTOMER_PROFILE_BY_GEOGRAPHY
|
|
5
|
-
CUSTOMER_PROFILE_BY_INDUSTRY
|
|
6
|
-
CUSTOMER_PROFILE_BY_REVENUE
|
|
7
|
-
CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS
|
|
8
|
-
CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS
|
|
9
|
-
DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS
|
|
10
|
-
DAILY_BUSINESS_FEES
|
|
11
|
-
DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS
|
|
12
|
-
DAILY_BUSINESS_NEW_INSTANCES
|
|
13
|
-
DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS
|
|
14
|
-
DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE
|
|
15
|
-
DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS
|
|
16
|
-
DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS
|
|
17
|
-
DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS
|
|
18
|
-
DISBURSED_AMOUNT_BY_CUSTOMER_GEO
|
|
19
|
-
DISBURSED_AMOUNT_BY_INSTANCE_HOURS
|
|
20
|
-
DISBURSED_AMOUNT_BY_PRODUCT
|
|
21
|
-
DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS
|
|
22
|
-
DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN
|
|
23
|
-
MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS
|
|
24
|
-
MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA
|
|
25
|
-
MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE
|
|
26
|
-
MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE
|
|
27
|
-
SALES_COMPENSATION_BILLED_REVENUE
|
|
28
|
-
US_SALES_AND_USE_TAX_RECORDS
|
|
29
|
-
}
|
|
3
|
+
export declare const DataSetType: {
|
|
4
|
+
readonly CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography";
|
|
5
|
+
readonly CUSTOMER_PROFILE_BY_INDUSTRY: "customer_profile_by_industry";
|
|
6
|
+
readonly CUSTOMER_PROFILE_BY_REVENUE: "customer_profile_by_revenue";
|
|
7
|
+
readonly CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS: "customer_subscriber_annual_subscriptions";
|
|
8
|
+
readonly CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS: "customer_subscriber_hourly_monthly_subscriptions";
|
|
9
|
+
readonly DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS: "daily_business_canceled_product_subscribers";
|
|
10
|
+
readonly DAILY_BUSINESS_FEES: "daily_business_fees";
|
|
11
|
+
readonly DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS: "daily_business_free_trial_conversions";
|
|
12
|
+
readonly DAILY_BUSINESS_NEW_INSTANCES: "daily_business_new_instances";
|
|
13
|
+
readonly DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS: "daily_business_new_product_subscribers";
|
|
14
|
+
readonly DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE: "daily_business_usage_by_instance_type";
|
|
15
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS: "disbursed_amount_by_age_of_disbursed_funds";
|
|
16
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS: "disbursed_amount_by_age_of_past_due_funds";
|
|
17
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS: "disbursed_amount_by_age_of_uncollected_funds";
|
|
18
|
+
readonly DISBURSED_AMOUNT_BY_CUSTOMER_GEO: "disbursed_amount_by_customer_geo";
|
|
19
|
+
readonly DISBURSED_AMOUNT_BY_INSTANCE_HOURS: "disbursed_amount_by_instance_hours";
|
|
20
|
+
readonly DISBURSED_AMOUNT_BY_PRODUCT: "disbursed_amount_by_product";
|
|
21
|
+
readonly DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS: "disbursed_amount_by_product_with_uncollected_funds";
|
|
22
|
+
readonly DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN: "disbursed_amount_by_uncollected_funds_breakdown";
|
|
23
|
+
readonly MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS: "monthly_revenue_annual_subscriptions";
|
|
24
|
+
readonly MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA: "monthly_revenue_billing_and_revenue_data";
|
|
25
|
+
readonly MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE: "monthly_revenue_field_demonstration_usage";
|
|
26
|
+
readonly MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE: "monthly_revenue_flexible_payment_schedule";
|
|
27
|
+
readonly SALES_COMPENSATION_BILLED_REVENUE: "sales_compensation_billed_revenue";
|
|
28
|
+
readonly US_SALES_AND_USE_TAX_RECORDS: "us_sales_and_use_tax_records";
|
|
29
|
+
};
|
|
30
|
+
export type DataSetType = (typeof DataSetType)[keyof typeof DataSetType];
|
|
30
31
|
export interface GenerateDataSetRequest {
|
|
31
32
|
dataSetType: DataSetType | string | undefined;
|
|
32
33
|
dataSetPublicationDate: 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.303.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,42 +21,42 @@
|
|
|
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/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|