@aws-sdk/client-marketplace-commerce-analytics 3.934.0 → 3.935.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/index.js +32 -31
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +31 -0
- package/dist-es/models/errors.js +13 -0
- package/dist-es/models/models_0.js +1 -44
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +47 -0
- package/dist-types/models/errors.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +1 -61
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +34 -0
- package/dist-types/ts3.4/models/errors.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -46
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -117,33 +117,6 @@ let MarketplaceCommerceAnalyticsServiceException$1 = class MarketplaceCommerceAn
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
const DataSetType = {
|
|
121
|
-
CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography",
|
|
122
|
-
CUSTOMER_PROFILE_BY_INDUSTRY: "customer_profile_by_industry",
|
|
123
|
-
CUSTOMER_PROFILE_BY_REVENUE: "customer_profile_by_revenue",
|
|
124
|
-
CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS: "customer_subscriber_annual_subscriptions",
|
|
125
|
-
CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS: "customer_subscriber_hourly_monthly_subscriptions",
|
|
126
|
-
DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS: "daily_business_canceled_product_subscribers",
|
|
127
|
-
DAILY_BUSINESS_FEES: "daily_business_fees",
|
|
128
|
-
DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS: "daily_business_free_trial_conversions",
|
|
129
|
-
DAILY_BUSINESS_NEW_INSTANCES: "daily_business_new_instances",
|
|
130
|
-
DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS: "daily_business_new_product_subscribers",
|
|
131
|
-
DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE: "daily_business_usage_by_instance_type",
|
|
132
|
-
DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS: "disbursed_amount_by_age_of_disbursed_funds",
|
|
133
|
-
DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS: "disbursed_amount_by_age_of_past_due_funds",
|
|
134
|
-
DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS: "disbursed_amount_by_age_of_uncollected_funds",
|
|
135
|
-
DISBURSED_AMOUNT_BY_CUSTOMER_GEO: "disbursed_amount_by_customer_geo",
|
|
136
|
-
DISBURSED_AMOUNT_BY_INSTANCE_HOURS: "disbursed_amount_by_instance_hours",
|
|
137
|
-
DISBURSED_AMOUNT_BY_PRODUCT: "disbursed_amount_by_product",
|
|
138
|
-
DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS: "disbursed_amount_by_product_with_uncollected_funds",
|
|
139
|
-
DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN: "disbursed_amount_by_uncollected_funds_breakdown",
|
|
140
|
-
MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS: "monthly_revenue_annual_subscriptions",
|
|
141
|
-
MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA: "monthly_revenue_billing_and_revenue_data",
|
|
142
|
-
MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE: "monthly_revenue_field_demonstration_usage",
|
|
143
|
-
MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE: "monthly_revenue_flexible_payment_schedule",
|
|
144
|
-
SALES_COMPENSATION_BILLED_REVENUE: "sales_compensation_billed_revenue",
|
|
145
|
-
US_SALES_AND_USE_TAX_RECORDS: "us_sales_and_use_tax_records",
|
|
146
|
-
};
|
|
147
120
|
let MarketplaceCommerceAnalyticsException$1 = class MarketplaceCommerceAnalyticsException extends MarketplaceCommerceAnalyticsServiceException$1 {
|
|
148
121
|
name = "MarketplaceCommerceAnalyticsException";
|
|
149
122
|
$fault = "server";
|
|
@@ -156,10 +129,6 @@ let MarketplaceCommerceAnalyticsException$1 = class MarketplaceCommerceAnalytics
|
|
|
156
129
|
Object.setPrototypeOf(this, MarketplaceCommerceAnalyticsException.prototype);
|
|
157
130
|
}
|
|
158
131
|
};
|
|
159
|
-
const SupportDataSetType = {
|
|
160
|
-
customer_support_contacts_data: "customer_support_contacts_data",
|
|
161
|
-
test_customer_support_contacts_data: "test_customer_support_contacts_data",
|
|
162
|
-
};
|
|
163
132
|
|
|
164
133
|
const _GDS = "GenerateDataSet";
|
|
165
134
|
const _GDSR = "GenerateDataSetRequest";
|
|
@@ -269,6 +238,38 @@ class MarketplaceCommerceAnalytics extends MarketplaceCommerceAnalyticsClient {
|
|
|
269
238
|
}
|
|
270
239
|
smithyClient.createAggregatedClient(commands, MarketplaceCommerceAnalytics);
|
|
271
240
|
|
|
241
|
+
const DataSetType = {
|
|
242
|
+
CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography",
|
|
243
|
+
CUSTOMER_PROFILE_BY_INDUSTRY: "customer_profile_by_industry",
|
|
244
|
+
CUSTOMER_PROFILE_BY_REVENUE: "customer_profile_by_revenue",
|
|
245
|
+
CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS: "customer_subscriber_annual_subscriptions",
|
|
246
|
+
CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS: "customer_subscriber_hourly_monthly_subscriptions",
|
|
247
|
+
DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS: "daily_business_canceled_product_subscribers",
|
|
248
|
+
DAILY_BUSINESS_FEES: "daily_business_fees",
|
|
249
|
+
DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS: "daily_business_free_trial_conversions",
|
|
250
|
+
DAILY_BUSINESS_NEW_INSTANCES: "daily_business_new_instances",
|
|
251
|
+
DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS: "daily_business_new_product_subscribers",
|
|
252
|
+
DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE: "daily_business_usage_by_instance_type",
|
|
253
|
+
DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS: "disbursed_amount_by_age_of_disbursed_funds",
|
|
254
|
+
DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS: "disbursed_amount_by_age_of_past_due_funds",
|
|
255
|
+
DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS: "disbursed_amount_by_age_of_uncollected_funds",
|
|
256
|
+
DISBURSED_AMOUNT_BY_CUSTOMER_GEO: "disbursed_amount_by_customer_geo",
|
|
257
|
+
DISBURSED_AMOUNT_BY_INSTANCE_HOURS: "disbursed_amount_by_instance_hours",
|
|
258
|
+
DISBURSED_AMOUNT_BY_PRODUCT: "disbursed_amount_by_product",
|
|
259
|
+
DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS: "disbursed_amount_by_product_with_uncollected_funds",
|
|
260
|
+
DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN: "disbursed_amount_by_uncollected_funds_breakdown",
|
|
261
|
+
MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS: "monthly_revenue_annual_subscriptions",
|
|
262
|
+
MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA: "monthly_revenue_billing_and_revenue_data",
|
|
263
|
+
MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE: "monthly_revenue_field_demonstration_usage",
|
|
264
|
+
MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE: "monthly_revenue_flexible_payment_schedule",
|
|
265
|
+
SALES_COMPENSATION_BILLED_REVENUE: "sales_compensation_billed_revenue",
|
|
266
|
+
US_SALES_AND_USE_TAX_RECORDS: "us_sales_and_use_tax_records",
|
|
267
|
+
};
|
|
268
|
+
const SupportDataSetType = {
|
|
269
|
+
customer_support_contacts_data: "customer_support_contacts_data",
|
|
270
|
+
test_customer_support_contacts_data: "test_customer_support_contacts_data",
|
|
271
|
+
};
|
|
272
|
+
|
|
272
273
|
Object.defineProperty(exports, "$Command", {
|
|
273
274
|
enumerable: true,
|
|
274
275
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./MarketplaceCommerceAnalyticsClient";
|
|
2
2
|
export * from "./MarketplaceCommerceAnalytics";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
4
|
+
export * from "./models/enums";
|
|
5
|
+
export * from "./models/errors";
|
|
5
6
|
export { MarketplaceCommerceAnalyticsServiceException } from "./models/MarketplaceCommerceAnalyticsServiceException";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export const DataSetType = {
|
|
2
|
+
CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography",
|
|
3
|
+
CUSTOMER_PROFILE_BY_INDUSTRY: "customer_profile_by_industry",
|
|
4
|
+
CUSTOMER_PROFILE_BY_REVENUE: "customer_profile_by_revenue",
|
|
5
|
+
CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS: "customer_subscriber_annual_subscriptions",
|
|
6
|
+
CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS: "customer_subscriber_hourly_monthly_subscriptions",
|
|
7
|
+
DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS: "daily_business_canceled_product_subscribers",
|
|
8
|
+
DAILY_BUSINESS_FEES: "daily_business_fees",
|
|
9
|
+
DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS: "daily_business_free_trial_conversions",
|
|
10
|
+
DAILY_BUSINESS_NEW_INSTANCES: "daily_business_new_instances",
|
|
11
|
+
DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS: "daily_business_new_product_subscribers",
|
|
12
|
+
DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE: "daily_business_usage_by_instance_type",
|
|
13
|
+
DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS: "disbursed_amount_by_age_of_disbursed_funds",
|
|
14
|
+
DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS: "disbursed_amount_by_age_of_past_due_funds",
|
|
15
|
+
DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS: "disbursed_amount_by_age_of_uncollected_funds",
|
|
16
|
+
DISBURSED_AMOUNT_BY_CUSTOMER_GEO: "disbursed_amount_by_customer_geo",
|
|
17
|
+
DISBURSED_AMOUNT_BY_INSTANCE_HOURS: "disbursed_amount_by_instance_hours",
|
|
18
|
+
DISBURSED_AMOUNT_BY_PRODUCT: "disbursed_amount_by_product",
|
|
19
|
+
DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS: "disbursed_amount_by_product_with_uncollected_funds",
|
|
20
|
+
DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN: "disbursed_amount_by_uncollected_funds_breakdown",
|
|
21
|
+
MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS: "monthly_revenue_annual_subscriptions",
|
|
22
|
+
MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA: "monthly_revenue_billing_and_revenue_data",
|
|
23
|
+
MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE: "monthly_revenue_field_demonstration_usage",
|
|
24
|
+
MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE: "monthly_revenue_flexible_payment_schedule",
|
|
25
|
+
SALES_COMPENSATION_BILLED_REVENUE: "sales_compensation_billed_revenue",
|
|
26
|
+
US_SALES_AND_USE_TAX_RECORDS: "us_sales_and_use_tax_records",
|
|
27
|
+
};
|
|
28
|
+
export const SupportDataSetType = {
|
|
29
|
+
customer_support_contacts_data: "customer_support_contacts_data",
|
|
30
|
+
test_customer_support_contacts_data: "test_customer_support_contacts_data",
|
|
31
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MarketplaceCommerceAnalyticsServiceException as __BaseException } from "./MarketplaceCommerceAnalyticsServiceException";
|
|
2
|
+
export class MarketplaceCommerceAnalyticsException extends __BaseException {
|
|
3
|
+
name = "MarketplaceCommerceAnalyticsException";
|
|
4
|
+
$fault = "server";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "MarketplaceCommerceAnalyticsException",
|
|
8
|
+
$fault: "server",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, MarketplaceCommerceAnalyticsException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -1,44 +1 @@
|
|
|
1
|
-
|
|
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
|
-
};
|
|
29
|
-
export class MarketplaceCommerceAnalyticsException extends __BaseException {
|
|
30
|
-
name = "MarketplaceCommerceAnalyticsException";
|
|
31
|
-
$fault = "server";
|
|
32
|
-
constructor(opts) {
|
|
33
|
-
super({
|
|
34
|
-
name: "MarketplaceCommerceAnalyticsException",
|
|
35
|
-
$fault: "server",
|
|
36
|
-
...opts,
|
|
37
|
-
});
|
|
38
|
-
Object.setPrototypeOf(this, MarketplaceCommerceAnalyticsException.prototype);
|
|
39
|
-
}
|
|
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
|
-
};
|
|
1
|
+
export {};
|
|
@@ -20,7 +20,7 @@ const _sTA = "snsTopicArn";
|
|
|
20
20
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacecommerceanalytics";
|
|
21
21
|
const n0 = "com.amazonaws.marketplacecommerceanalytics";
|
|
22
22
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
23
|
-
import { MarketplaceCommerceAnalyticsException as __MarketplaceCommerceAnalyticsException } from "../models/
|
|
23
|
+
import { MarketplaceCommerceAnalyticsException as __MarketplaceCommerceAnalyticsException } from "../models/errors";
|
|
24
24
|
import { MarketplaceCommerceAnalyticsServiceException as __MarketplaceCommerceAnalyticsServiceException } from "../models/MarketplaceCommerceAnalyticsServiceException";
|
|
25
25
|
export var GenerateDataSetRequest = [
|
|
26
26
|
3,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,5 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { MarketplaceCommerceAnalyticsExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
-
export * from "./models";
|
|
12
|
+
export * from "./models/enums";
|
|
13
|
+
export * from "./models/errors";
|
|
14
|
+
export type * from "./models/models_0";
|
|
13
15
|
export { MarketplaceCommerceAnalyticsServiceException } from "./models/MarketplaceCommerceAnalyticsServiceException";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const DataSetType: {
|
|
6
|
+
readonly CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography";
|
|
7
|
+
readonly CUSTOMER_PROFILE_BY_INDUSTRY: "customer_profile_by_industry";
|
|
8
|
+
readonly CUSTOMER_PROFILE_BY_REVENUE: "customer_profile_by_revenue";
|
|
9
|
+
readonly CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS: "customer_subscriber_annual_subscriptions";
|
|
10
|
+
readonly CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS: "customer_subscriber_hourly_monthly_subscriptions";
|
|
11
|
+
readonly DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS: "daily_business_canceled_product_subscribers";
|
|
12
|
+
readonly DAILY_BUSINESS_FEES: "daily_business_fees";
|
|
13
|
+
readonly DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS: "daily_business_free_trial_conversions";
|
|
14
|
+
readonly DAILY_BUSINESS_NEW_INSTANCES: "daily_business_new_instances";
|
|
15
|
+
readonly DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS: "daily_business_new_product_subscribers";
|
|
16
|
+
readonly DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE: "daily_business_usage_by_instance_type";
|
|
17
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS: "disbursed_amount_by_age_of_disbursed_funds";
|
|
18
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS: "disbursed_amount_by_age_of_past_due_funds";
|
|
19
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS: "disbursed_amount_by_age_of_uncollected_funds";
|
|
20
|
+
readonly DISBURSED_AMOUNT_BY_CUSTOMER_GEO: "disbursed_amount_by_customer_geo";
|
|
21
|
+
readonly DISBURSED_AMOUNT_BY_INSTANCE_HOURS: "disbursed_amount_by_instance_hours";
|
|
22
|
+
readonly DISBURSED_AMOUNT_BY_PRODUCT: "disbursed_amount_by_product";
|
|
23
|
+
readonly DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS: "disbursed_amount_by_product_with_uncollected_funds";
|
|
24
|
+
readonly DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN: "disbursed_amount_by_uncollected_funds_breakdown";
|
|
25
|
+
readonly MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS: "monthly_revenue_annual_subscriptions";
|
|
26
|
+
readonly MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA: "monthly_revenue_billing_and_revenue_data";
|
|
27
|
+
readonly MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE: "monthly_revenue_field_demonstration_usage";
|
|
28
|
+
readonly MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE: "monthly_revenue_flexible_payment_schedule";
|
|
29
|
+
readonly SALES_COMPENSATION_BILLED_REVENUE: "sales_compensation_billed_revenue";
|
|
30
|
+
readonly US_SALES_AND_USE_TAX_RECORDS: "us_sales_and_use_tax_records";
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
export type DataSetType = (typeof DataSetType)[keyof typeof DataSetType];
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
* @enum
|
|
39
|
+
*/
|
|
40
|
+
export declare const SupportDataSetType: {
|
|
41
|
+
readonly customer_support_contacts_data: "customer_support_contacts_data";
|
|
42
|
+
readonly test_customer_support_contacts_data: "test_customer_support_contacts_data";
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export type SupportDataSetType = (typeof SupportDataSetType)[keyof typeof SupportDataSetType];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { MarketplaceCommerceAnalyticsServiceException as __BaseException } from "./MarketplaceCommerceAnalyticsServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* This exception is thrown when an internal service error occurs.
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare class MarketplaceCommerceAnalyticsException extends __BaseException {
|
|
8
|
+
readonly name: "MarketplaceCommerceAnalyticsException";
|
|
9
|
+
readonly $fault: "server";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
constructor(opts: __ExceptionOptionType<MarketplaceCommerceAnalyticsException, __BaseException>);
|
|
14
|
+
}
|
|
@@ -1,40 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { MarketplaceCommerceAnalyticsServiceException as __BaseException } from "./MarketplaceCommerceAnalyticsServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
* @enum
|
|
6
|
-
*/
|
|
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];
|
|
1
|
+
import { DataSetType, SupportDataSetType } from "./enums";
|
|
38
2
|
/**
|
|
39
3
|
* Container for the parameters to the GenerateDataSet operation.
|
|
40
4
|
* @public
|
|
@@ -204,30 +168,6 @@ export interface GenerateDataSetResult {
|
|
|
204
168
|
*/
|
|
205
169
|
dataSetRequestId?: string | undefined;
|
|
206
170
|
}
|
|
207
|
-
/**
|
|
208
|
-
* This exception is thrown when an internal service error occurs.
|
|
209
|
-
* @public
|
|
210
|
-
*/
|
|
211
|
-
export declare class MarketplaceCommerceAnalyticsException extends __BaseException {
|
|
212
|
-
readonly name: "MarketplaceCommerceAnalyticsException";
|
|
213
|
-
readonly $fault: "server";
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
|
-
constructor(opts: __ExceptionOptionType<MarketplaceCommerceAnalyticsException, __BaseException>);
|
|
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
|
-
};
|
|
227
|
-
/**
|
|
228
|
-
* @public
|
|
229
|
-
*/
|
|
230
|
-
export type SupportDataSetType = (typeof SupportDataSetType)[keyof typeof SupportDataSetType];
|
|
231
171
|
/**
|
|
232
172
|
* <i>This target has been deprecated.</i> Container for the parameters to the StartSupportDataExport operation.
|
|
233
173
|
*
|
|
@@ -4,5 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { MarketplaceCommerceAnalyticsExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
-
export * from "./models";
|
|
7
|
+
export * from "./models/enums";
|
|
8
|
+
export * from "./models/errors";
|
|
9
|
+
export * from "./models/models_0";
|
|
8
10
|
export { MarketplaceCommerceAnalyticsServiceException } from "./models/MarketplaceCommerceAnalyticsServiceException";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const DataSetType: {
|
|
2
|
+
readonly CUSTOMER_PROFILE_BY_GEOGRAPHY: "customer_profile_by_geography";
|
|
3
|
+
readonly CUSTOMER_PROFILE_BY_INDUSTRY: "customer_profile_by_industry";
|
|
4
|
+
readonly CUSTOMER_PROFILE_BY_REVENUE: "customer_profile_by_revenue";
|
|
5
|
+
readonly CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS: "customer_subscriber_annual_subscriptions";
|
|
6
|
+
readonly CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS: "customer_subscriber_hourly_monthly_subscriptions";
|
|
7
|
+
readonly DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS: "daily_business_canceled_product_subscribers";
|
|
8
|
+
readonly DAILY_BUSINESS_FEES: "daily_business_fees";
|
|
9
|
+
readonly DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS: "daily_business_free_trial_conversions";
|
|
10
|
+
readonly DAILY_BUSINESS_NEW_INSTANCES: "daily_business_new_instances";
|
|
11
|
+
readonly DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS: "daily_business_new_product_subscribers";
|
|
12
|
+
readonly DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE: "daily_business_usage_by_instance_type";
|
|
13
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS: "disbursed_amount_by_age_of_disbursed_funds";
|
|
14
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS: "disbursed_amount_by_age_of_past_due_funds";
|
|
15
|
+
readonly DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS: "disbursed_amount_by_age_of_uncollected_funds";
|
|
16
|
+
readonly DISBURSED_AMOUNT_BY_CUSTOMER_GEO: "disbursed_amount_by_customer_geo";
|
|
17
|
+
readonly DISBURSED_AMOUNT_BY_INSTANCE_HOURS: "disbursed_amount_by_instance_hours";
|
|
18
|
+
readonly DISBURSED_AMOUNT_BY_PRODUCT: "disbursed_amount_by_product";
|
|
19
|
+
readonly DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS: "disbursed_amount_by_product_with_uncollected_funds";
|
|
20
|
+
readonly DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN: "disbursed_amount_by_uncollected_funds_breakdown";
|
|
21
|
+
readonly MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS: "monthly_revenue_annual_subscriptions";
|
|
22
|
+
readonly MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA: "monthly_revenue_billing_and_revenue_data";
|
|
23
|
+
readonly MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE: "monthly_revenue_field_demonstration_usage";
|
|
24
|
+
readonly MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE: "monthly_revenue_flexible_payment_schedule";
|
|
25
|
+
readonly SALES_COMPENSATION_BILLED_REVENUE: "sales_compensation_billed_revenue";
|
|
26
|
+
readonly US_SALES_AND_USE_TAX_RECORDS: "us_sales_and_use_tax_records";
|
|
27
|
+
};
|
|
28
|
+
export type DataSetType = (typeof DataSetType)[keyof typeof DataSetType];
|
|
29
|
+
export declare const SupportDataSetType: {
|
|
30
|
+
readonly customer_support_contacts_data: "customer_support_contacts_data";
|
|
31
|
+
readonly test_customer_support_contacts_data: "test_customer_support_contacts_data";
|
|
32
|
+
};
|
|
33
|
+
export type SupportDataSetType =
|
|
34
|
+
(typeof SupportDataSetType)[keyof typeof SupportDataSetType];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { MarketplaceCommerceAnalyticsServiceException as __BaseException } from "./MarketplaceCommerceAnalyticsServiceException";
|
|
3
|
+
export declare class MarketplaceCommerceAnalyticsException extends __BaseException {
|
|
4
|
+
readonly name: "MarketplaceCommerceAnalyticsException";
|
|
5
|
+
readonly $fault: "server";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<
|
|
8
|
+
MarketplaceCommerceAnalyticsException,
|
|
9
|
+
__BaseException
|
|
10
|
+
>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
@@ -1,33 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { MarketplaceCommerceAnalyticsServiceException as __BaseException } from "./MarketplaceCommerceAnalyticsServiceException";
|
|
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];
|
|
1
|
+
import { DataSetType, SupportDataSetType } from "./enums";
|
|
31
2
|
export interface GenerateDataSetRequest {
|
|
32
3
|
dataSetType: DataSetType | undefined;
|
|
33
4
|
dataSetPublicationDate: Date | undefined;
|
|
@@ -40,22 +11,6 @@ export interface GenerateDataSetRequest {
|
|
|
40
11
|
export interface GenerateDataSetResult {
|
|
41
12
|
dataSetRequestId?: string | undefined;
|
|
42
13
|
}
|
|
43
|
-
export declare class MarketplaceCommerceAnalyticsException extends __BaseException {
|
|
44
|
-
readonly name: "MarketplaceCommerceAnalyticsException";
|
|
45
|
-
readonly $fault: "server";
|
|
46
|
-
constructor(
|
|
47
|
-
opts: __ExceptionOptionType<
|
|
48
|
-
MarketplaceCommerceAnalyticsException,
|
|
49
|
-
__BaseException
|
|
50
|
-
>
|
|
51
|
-
);
|
|
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
|
-
};
|
|
57
|
-
export type SupportDataSetType =
|
|
58
|
-
(typeof SupportDataSetType)[keyof typeof SupportDataSetType];
|
|
59
14
|
export interface StartSupportDataExportRequest {
|
|
60
15
|
dataSetType: SupportDataSetType | undefined;
|
|
61
16
|
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.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-marketplace-commerce-analytics",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|