@aws-sdk/client-marketplace-commerce-analytics 3.952.0 → 3.953.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 CHANGED
@@ -110,14 +110,14 @@ class MarketplaceCommerceAnalyticsClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let MarketplaceCommerceAnalyticsServiceException$1 = class MarketplaceCommerceAnalyticsServiceException extends smithyClient.ServiceException {
113
+ class MarketplaceCommerceAnalyticsServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, MarketplaceCommerceAnalyticsServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let MarketplaceCommerceAnalyticsException$1 = class MarketplaceCommerceAnalyticsException extends MarketplaceCommerceAnalyticsServiceException$1 {
120
+ class MarketplaceCommerceAnalyticsException extends MarketplaceCommerceAnalyticsServiceException {
121
121
  name = "MarketplaceCommerceAnalyticsException";
122
122
  $fault = "server";
123
123
  constructor(opts) {
@@ -128,7 +128,7 @@ let MarketplaceCommerceAnalyticsException$1 = class MarketplaceCommerceAnalytics
128
128
  });
129
129
  Object.setPrototypeOf(this, MarketplaceCommerceAnalyticsException.prototype);
130
130
  }
131
- };
131
+ }
132
132
 
133
133
  const _GDS = "GenerateDataSet";
134
134
  const _GDSR = "GenerateDataSetRequest";
@@ -151,7 +151,7 @@ const _s = "server";
151
151
  const _sTA = "snsTopicArn";
152
152
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacecommerceanalytics";
153
153
  const n0 = "com.amazonaws.marketplacecommerceanalytics";
154
- var GenerateDataSetRequest = [
154
+ var GenerateDataSetRequest$ = [
155
155
  3,
156
156
  n0,
157
157
  _GDSR,
@@ -159,10 +159,10 @@ var GenerateDataSetRequest = [
159
159
  [_dST, _dSPD, _rNA, _dSBN, _dSP, _sTA, _cDV],
160
160
  [0, 4, 0, 0, 0, 0, 128 | 0],
161
161
  ];
162
- var GenerateDataSetResult = [3, n0, _GDSRe, 0, [_dSRI], [0]];
163
- var MarketplaceCommerceAnalyticsException = [-3, n0, _MCAE, { [_e]: _s }, [_m], [0]];
164
- schema.TypeRegistry.for(n0).registerError(MarketplaceCommerceAnalyticsException, MarketplaceCommerceAnalyticsException$1);
165
- var StartSupportDataExportRequest = [
162
+ var GenerateDataSetResult$ = [3, n0, _GDSRe, 0, [_dSRI], [0]];
163
+ var MarketplaceCommerceAnalyticsException$ = [-3, n0, _MCAE, { [_e]: _s }, [_m], [0]];
164
+ schema.TypeRegistry.for(n0).registerError(MarketplaceCommerceAnalyticsException$, MarketplaceCommerceAnalyticsException);
165
+ var StartSupportDataExportRequest$ = [
166
166
  3,
167
167
  n0,
168
168
  _SSDER,
@@ -170,8 +170,8 @@ var StartSupportDataExportRequest = [
170
170
  [_dST, _fD, _rNA, _dSBN, _dSP, _sTA, _cDV],
171
171
  [0, 4, 0, 0, 0, 0, 128 | 0],
172
172
  ];
173
- var StartSupportDataExportResult = [3, n0, _SSDERt, 0, [_dSRI], [0]];
174
- var MarketplaceCommerceAnalyticsServiceException = [
173
+ var StartSupportDataExportResult$ = [3, n0, _SSDERt, 0, [_dSRI], [0]];
174
+ var MarketplaceCommerceAnalyticsServiceException$ = [
175
175
  -3,
176
176
  _sm,
177
177
  "MarketplaceCommerceAnalyticsServiceException",
@@ -179,22 +179,22 @@ var MarketplaceCommerceAnalyticsServiceException = [
179
179
  [],
180
180
  [],
181
181
  ];
182
- schema.TypeRegistry.for(_sm).registerError(MarketplaceCommerceAnalyticsServiceException, MarketplaceCommerceAnalyticsServiceException$1);
183
- var GenerateDataSet = [
182
+ schema.TypeRegistry.for(_sm).registerError(MarketplaceCommerceAnalyticsServiceException$, MarketplaceCommerceAnalyticsServiceException);
183
+ var GenerateDataSet$ = [
184
184
  9,
185
185
  n0,
186
186
  _GDS,
187
187
  0,
188
- () => GenerateDataSetRequest,
189
- () => GenerateDataSetResult,
188
+ () => GenerateDataSetRequest$,
189
+ () => GenerateDataSetResult$,
190
190
  ];
191
- var StartSupportDataExport = [
191
+ var StartSupportDataExport$ = [
192
192
  9,
193
193
  n0,
194
194
  _SSDE,
195
195
  0,
196
- () => StartSupportDataExportRequest,
197
- () => StartSupportDataExportResult,
196
+ () => StartSupportDataExportRequest$,
197
+ () => StartSupportDataExportResult$,
198
198
  ];
199
199
 
200
200
  class GenerateDataSetCommand extends smithyClient.Command
@@ -205,7 +205,7 @@ class GenerateDataSetCommand extends smithyClient.Command
205
205
  })
206
206
  .s("MarketplaceCommerceAnalytics20150701", "GenerateDataSet", {})
207
207
  .n("MarketplaceCommerceAnalyticsClient", "GenerateDataSetCommand")
208
- .sc(GenerateDataSet)
208
+ .sc(GenerateDataSet$)
209
209
  .build() {
210
210
  }
211
211
 
@@ -217,7 +217,7 @@ class StartSupportDataExportCommand extends smithyClient.Command
217
217
  })
218
218
  .s("MarketplaceCommerceAnalytics20150701", "StartSupportDataExport", {})
219
219
  .n("MarketplaceCommerceAnalyticsClient", "StartSupportDataExportCommand")
220
- .sc(StartSupportDataExport)
220
+ .sc(StartSupportDataExport$)
221
221
  .build() {
222
222
  }
223
223
 
@@ -270,10 +270,18 @@ Object.defineProperty(exports, "__Client", {
270
270
  get: function () { return smithyClient.Client; }
271
271
  });
272
272
  exports.DataSetType = DataSetType;
273
+ exports.GenerateDataSet$ = GenerateDataSet$;
273
274
  exports.GenerateDataSetCommand = GenerateDataSetCommand;
275
+ exports.GenerateDataSetRequest$ = GenerateDataSetRequest$;
276
+ exports.GenerateDataSetResult$ = GenerateDataSetResult$;
274
277
  exports.MarketplaceCommerceAnalytics = MarketplaceCommerceAnalytics;
275
278
  exports.MarketplaceCommerceAnalyticsClient = MarketplaceCommerceAnalyticsClient;
276
- exports.MarketplaceCommerceAnalyticsException = MarketplaceCommerceAnalyticsException$1;
277
- exports.MarketplaceCommerceAnalyticsServiceException = MarketplaceCommerceAnalyticsServiceException$1;
279
+ exports.MarketplaceCommerceAnalyticsException = MarketplaceCommerceAnalyticsException;
280
+ exports.MarketplaceCommerceAnalyticsException$ = MarketplaceCommerceAnalyticsException$;
281
+ exports.MarketplaceCommerceAnalyticsServiceException = MarketplaceCommerceAnalyticsServiceException;
282
+ exports.MarketplaceCommerceAnalyticsServiceException$ = MarketplaceCommerceAnalyticsServiceException$;
283
+ exports.StartSupportDataExport$ = StartSupportDataExport$;
278
284
  exports.StartSupportDataExportCommand = StartSupportDataExportCommand;
285
+ exports.StartSupportDataExportRequest$ = StartSupportDataExportRequest$;
286
+ exports.StartSupportDataExportResult$ = StartSupportDataExportResult$;
279
287
  exports.SupportDataSetType = SupportDataSetType;
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.marketplacecommerceanalytics",
32
- serviceTarget: "MarketplaceCommerceAnalytics20150701",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.marketplacecommerceanalytics",
32
+ version: "2015-07-01",
33
+ serviceTarget: "MarketplaceCommerceAnalytics20150701",
34
+ },
35
35
  serviceId: config?.serviceId ?? "Marketplace Commerce Analytics",
36
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GenerateDataSet } from "../schemas/schemas_0";
4
+ import { GenerateDataSet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GenerateDataSetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GenerateDataSetCommand extends $Command
11
11
  })
12
12
  .s("MarketplaceCommerceAnalytics20150701", "GenerateDataSet", {})
13
13
  .n("MarketplaceCommerceAnalyticsClient", "GenerateDataSetCommand")
14
- .sc(GenerateDataSet)
14
+ .sc(GenerateDataSet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartSupportDataExport } from "../schemas/schemas_0";
4
+ import { StartSupportDataExport$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartSupportDataExportCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartSupportDataExportCommand extends $Command
11
11
  })
12
12
  .s("MarketplaceCommerceAnalytics20150701", "StartSupportDataExport", {})
13
13
  .n("MarketplaceCommerceAnalyticsClient", "StartSupportDataExportCommand")
14
- .sc(StartSupportDataExport)
14
+ .sc(StartSupportDataExport$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./MarketplaceCommerceAnalyticsClient";
2
2
  export * from "./MarketplaceCommerceAnalytics";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./models/enums";
5
6
  export * from "./models/errors";
6
7
  export { MarketplaceCommerceAnalyticsServiceException } from "./models/MarketplaceCommerceAnalyticsServiceException";
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ??
27
- new AwsJson1_1Protocol({
28
- defaultNamespace: "com.amazonaws.marketplacecommerceanalytics",
29
- serviceTarget: "MarketplaceCommerceAnalytics20150701",
30
- awsQueryCompatible: false,
31
- }),
26
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.marketplacecommerceanalytics",
29
+ version: "2015-07-01",
30
+ serviceTarget: "MarketplaceCommerceAnalytics20150701",
31
+ },
32
32
  serviceId: config?.serviceId ?? "Marketplace Commerce Analytics",
33
33
  urlParser: config?.urlParser ?? parseUrl,
34
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
@@ -20,9 +20,9 @@ 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/errors";
24
- import { MarketplaceCommerceAnalyticsServiceException as __MarketplaceCommerceAnalyticsServiceException } from "../models/MarketplaceCommerceAnalyticsServiceException";
25
- export var GenerateDataSetRequest = [
23
+ import { MarketplaceCommerceAnalyticsException } from "../models/errors";
24
+ import { MarketplaceCommerceAnalyticsServiceException } from "../models/MarketplaceCommerceAnalyticsServiceException";
25
+ export var GenerateDataSetRequest$ = [
26
26
  3,
27
27
  n0,
28
28
  _GDSR,
@@ -30,10 +30,10 @@ export var GenerateDataSetRequest = [
30
30
  [_dST, _dSPD, _rNA, _dSBN, _dSP, _sTA, _cDV],
31
31
  [0, 4, 0, 0, 0, 0, 128 | 0],
32
32
  ];
33
- export var GenerateDataSetResult = [3, n0, _GDSRe, 0, [_dSRI], [0]];
34
- export var MarketplaceCommerceAnalyticsException = [-3, n0, _MCAE, { [_e]: _s }, [_m], [0]];
35
- TypeRegistry.for(n0).registerError(MarketplaceCommerceAnalyticsException, __MarketplaceCommerceAnalyticsException);
36
- export var StartSupportDataExportRequest = [
33
+ export var GenerateDataSetResult$ = [3, n0, _GDSRe, 0, [_dSRI], [0]];
34
+ export var MarketplaceCommerceAnalyticsException$ = [-3, n0, _MCAE, { [_e]: _s }, [_m], [0]];
35
+ TypeRegistry.for(n0).registerError(MarketplaceCommerceAnalyticsException$, MarketplaceCommerceAnalyticsException);
36
+ export var StartSupportDataExportRequest$ = [
37
37
  3,
38
38
  n0,
39
39
  _SSDER,
@@ -41,8 +41,8 @@ export var StartSupportDataExportRequest = [
41
41
  [_dST, _fD, _rNA, _dSBN, _dSP, _sTA, _cDV],
42
42
  [0, 4, 0, 0, 0, 0, 128 | 0],
43
43
  ];
44
- export var StartSupportDataExportResult = [3, n0, _SSDERt, 0, [_dSRI], [0]];
45
- export var MarketplaceCommerceAnalyticsServiceException = [
44
+ export var StartSupportDataExportResult$ = [3, n0, _SSDERt, 0, [_dSRI], [0]];
45
+ export var MarketplaceCommerceAnalyticsServiceException$ = [
46
46
  -3,
47
47
  _sm,
48
48
  "MarketplaceCommerceAnalyticsServiceException",
@@ -50,21 +50,21 @@ export var MarketplaceCommerceAnalyticsServiceException = [
50
50
  [],
51
51
  [],
52
52
  ];
53
- TypeRegistry.for(_sm).registerError(MarketplaceCommerceAnalyticsServiceException, __MarketplaceCommerceAnalyticsServiceException);
54
- export var CustomerDefinedValues = 128 | 0;
55
- export var GenerateDataSet = [
53
+ TypeRegistry.for(_sm).registerError(MarketplaceCommerceAnalyticsServiceException$, MarketplaceCommerceAnalyticsServiceException);
54
+ var CustomerDefinedValues = 128 | 0;
55
+ export var GenerateDataSet$ = [
56
56
  9,
57
57
  n0,
58
58
  _GDS,
59
59
  0,
60
- () => GenerateDataSetRequest,
61
- () => GenerateDataSetResult,
60
+ () => GenerateDataSetRequest$,
61
+ () => GenerateDataSetResult$,
62
62
  ];
63
- export var StartSupportDataExport = [
63
+ export var StartSupportDataExport$ = [
64
64
  9,
65
65
  n0,
66
66
  _SSDE,
67
67
  0,
68
- () => StartSupportDataExportRequest,
69
- () => StartSupportDataExportResult,
68
+ () => StartSupportDataExportRequest$,
69
+ () => StartSupportDataExportResult$,
70
70
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { GenerateDataSetCommandInput, GenerateDataSetCommandOutput } from "./commands/GenerateDataSetCommand";
11
11
  import { StartSupportDataExportCommandInput, StartSupportDataExportCommandOutput } from "./commands/StartSupportDataExportCommand";
@@ -143,15 +143,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
143
143
  * Optional extensions
144
144
  */
145
145
  extensions?: RuntimeExtension[];
146
- /**
147
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
148
- * may be overridden. A default will always be set by the client.
149
- * Available options depend on the service's supported protocols and will not be validated by
150
- * the client.
151
- * @alpha
152
- *
153
- */
154
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
155
146
  /**
156
147
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
157
148
  */
@@ -9,6 +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 "./schemas/schemas_0";
12
13
  export * from "./models/enums";
13
14
  export * from "./models/errors";
14
15
  export type * from "./models/models_0";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
1
2
  import type { MarketplaceCommerceAnalyticsClientConfig } from "./MarketplaceCommerceAnalyticsClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MarketplaceCommerceAnalyticsHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;
@@ -1,10 +1,9 @@
1
1
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var GenerateDataSetRequest: StaticStructureSchema;
3
- export declare var GenerateDataSetResult: StaticStructureSchema;
4
- export declare var MarketplaceCommerceAnalyticsException: StaticErrorSchema;
5
- export declare var StartSupportDataExportRequest: StaticStructureSchema;
6
- export declare var StartSupportDataExportResult: StaticStructureSchema;
7
- export declare var MarketplaceCommerceAnalyticsServiceException: StaticErrorSchema;
8
- export declare var CustomerDefinedValues: number;
9
- export declare var GenerateDataSet: StaticOperationSchema;
10
- export declare var StartSupportDataExport: StaticOperationSchema;
2
+ export declare var GenerateDataSetRequest$: StaticStructureSchema;
3
+ export declare var GenerateDataSetResult$: StaticStructureSchema;
4
+ export declare var MarketplaceCommerceAnalyticsException$: StaticErrorSchema;
5
+ export declare var StartSupportDataExportRequest$: StaticStructureSchema;
6
+ export declare var StartSupportDataExportResult$: StaticStructureSchema;
7
+ export declare var MarketplaceCommerceAnalyticsServiceException$: StaticErrorSchema;
8
+ export declare var GenerateDataSet$: StaticOperationSchema;
9
+ export declare var StartSupportDataExport$: StaticOperationSchema;
@@ -29,13 +29,10 @@ import {
29
29
  BodyLengthCalculator as __BodyLengthCalculator,
30
30
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
31
  ChecksumConstructor as __ChecksumConstructor,
32
- ClientProtocol,
33
32
  Decoder as __Decoder,
34
33
  Encoder as __Encoder,
35
34
  HashConstructor as __HashConstructor,
36
35
  HttpHandlerOptions as __HttpHandlerOptions,
37
- HttpRequest,
38
- HttpResponse,
39
36
  Logger as __Logger,
40
37
  Provider as __Provider,
41
38
  StreamCollector as __StreamCollector,
@@ -93,7 +90,6 @@ export interface ClientDefaults
93
90
  retryMode?: string | __Provider<string>;
94
91
  logger?: __Logger;
95
92
  extensions?: RuntimeExtension[];
96
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
97
93
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
98
94
  }
99
95
  export type MarketplaceCommerceAnalyticsClientConfigType = Partial<
@@ -4,6 +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 "./schemas/schemas_0";
7
8
  export * from "./models/enums";
8
9
  export * from "./models/errors";
9
10
  export * from "./models/models_0";
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
28
28
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
29
29
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
30
30
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
31
- apiVersion: string;
32
31
  cacheMiddleware?: boolean | undefined;
32
+ protocol:
33
+ | import("@smithy/types").ClientProtocol<any, any>
34
+ | import("@smithy/types").ClientProtocolCtor<any, any>
35
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
36
+ protocolSettings: {
37
+ defaultNamespace?: string;
38
+ [setting: string]: unknown;
39
+ };
40
+ apiVersion: string;
33
41
  urlParser: import("@smithy/types").UrlParser;
34
42
  base64Decoder: import("@smithy/types").Decoder;
35
43
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
40
48
  profile?: string;
41
49
  logger: import("@smithy/types").Logger;
42
50
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
- protocol: import("@smithy/types").ClientProtocol<
44
- import("@smithy/types").HttpRequest,
45
- import("@smithy/types").HttpResponse
46
- >;
47
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
48
52
  userAgentAppId?:
49
53
  | string
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
28
28
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
29
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
30
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
31
- apiVersion: string;
32
31
  cacheMiddleware?: boolean | undefined;
32
+ protocol:
33
+ | import("@smithy/types").ClientProtocol<any, any>
34
+ | import("@smithy/types").ClientProtocolCtor<any, any>
35
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
36
+ protocolSettings: {
37
+ defaultNamespace?: string;
38
+ [setting: string]: unknown;
39
+ };
40
+ apiVersion: string;
33
41
  urlParser: import("@smithy/types").UrlParser;
34
42
  base64Decoder: import("@smithy/types").Decoder;
35
43
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
40
48
  profile?: string;
41
49
  logger: import("@smithy/types").Logger;
42
50
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
- protocol: import("@smithy/types").ClientProtocol<
44
- import("@smithy/types").HttpRequest,
45
- import("@smithy/types").HttpResponse
46
- >;
47
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
48
52
  retryStrategy?:
49
53
  | import("@smithy/types").RetryStrategy
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
10
10
  | Record<string, unknown>
11
11
  | import("@smithy/protocol-http").HttpHandler<any>
12
12
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
- apiVersion: string;
14
13
  cacheMiddleware?: boolean;
14
+ protocol:
15
+ | import("@smithy/types").ClientProtocol<any, any>
16
+ | import("@smithy/types").ClientProtocolCtor<any, any>
17
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
18
+ protocolSettings: {
19
+ defaultNamespace?: string;
20
+ [setting: string]: unknown;
21
+ };
22
+ apiVersion: string;
15
23
  urlParser: import("@smithy/types").UrlParser;
16
24
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
17
25
  streamCollector: import("@smithy/types").StreamCollector;
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
39
47
  retryMode: string | import("@smithy/types").Provider<string>;
40
48
  logger: import("@smithy/types").Logger;
41
49
  extensions: import("./runtimeExtensions").RuntimeExtension[];
42
- protocol: import("@smithy/types").ClientProtocol<
43
- import("@smithy/types").HttpRequest,
44
- import("@smithy/types").HttpResponse
45
- >;
46
50
  defaultsMode:
47
51
  | import("@smithy/smithy-client").DefaultsMode
48
52
  | import("@smithy/types").Provider<
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
1
2
  import { MarketplaceCommerceAnalyticsClientConfig } from "./MarketplaceCommerceAnalyticsClient";
2
3
  export declare const getRuntimeConfig: (
3
4
  config: MarketplaceCommerceAnalyticsClientConfig
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
16
17
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MarketplaceCommerceAnalyticsHttpAuthSchemeProvider;
17
18
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
18
19
  logger: import("@smithy/types").Logger;
19
- protocol: import("@smithy/types").ClientProtocol<
20
- import("@smithy/types").HttpRequest,
21
- import("@smithy/types").HttpResponse
22
- >;
20
+ protocol:
21
+ | import("@smithy/types").ClientProtocol<any, any>
22
+ | import("@smithy/types").ClientProtocolCtor<any, any>
23
+ | typeof AwsJson1_1Protocol;
24
+ protocolSettings: {
25
+ [setting: string]: unknown;
26
+ defaultNamespace?: string;
27
+ };
23
28
  serviceId: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  utf8Decoder: import("@smithy/types").Decoder;
@@ -3,12 +3,11 @@ import {
3
3
  StaticOperationSchema,
4
4
  StaticStructureSchema,
5
5
  } from "@smithy/types";
6
- export declare var GenerateDataSetRequest: StaticStructureSchema;
7
- export declare var GenerateDataSetResult: StaticStructureSchema;
8
- export declare var MarketplaceCommerceAnalyticsException: StaticErrorSchema;
9
- export declare var StartSupportDataExportRequest: StaticStructureSchema;
10
- export declare var StartSupportDataExportResult: StaticStructureSchema;
11
- export declare var MarketplaceCommerceAnalyticsServiceException: StaticErrorSchema;
12
- export declare var CustomerDefinedValues: number;
13
- export declare var GenerateDataSet: StaticOperationSchema;
14
- export declare var StartSupportDataExport: StaticOperationSchema;
6
+ export declare var GenerateDataSetRequest$: StaticStructureSchema;
7
+ export declare var GenerateDataSetResult$: StaticStructureSchema;
8
+ export declare var MarketplaceCommerceAnalyticsException$: StaticErrorSchema;
9
+ export declare var StartSupportDataExportRequest$: StaticStructureSchema;
10
+ export declare var StartSupportDataExportResult$: StaticStructureSchema;
11
+ export declare var MarketplaceCommerceAnalyticsServiceException$: StaticErrorSchema;
12
+ export declare var GenerateDataSet$: StaticOperationSchema;
13
+ export declare var StartSupportDataExport$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,9 +1,9 @@
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.952.0",
4
+ "version": "3.953.0",
5
5
  "scripts": {
6
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-marketplace-commerce-analytics",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.947.0",
25
- "@aws-sdk/credential-provider-node": "3.952.0",
26
- "@aws-sdk/middleware-host-header": "3.936.0",
27
- "@aws-sdk/middleware-logger": "3.936.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.948.0",
29
- "@aws-sdk/middleware-user-agent": "3.947.0",
30
- "@aws-sdk/region-config-resolver": "3.936.0",
31
- "@aws-sdk/types": "3.936.0",
32
- "@aws-sdk/util-endpoints": "3.936.0",
33
- "@aws-sdk/util-user-agent-browser": "3.936.0",
34
- "@aws-sdk/util-user-agent-node": "3.947.0",
35
- "@smithy/config-resolver": "^4.4.3",
36
- "@smithy/core": "^3.18.7",
37
- "@smithy/fetch-http-handler": "^5.3.6",
38
- "@smithy/hash-node": "^4.2.5",
39
- "@smithy/invalid-dependency": "^4.2.5",
40
- "@smithy/middleware-content-length": "^4.2.5",
41
- "@smithy/middleware-endpoint": "^4.3.14",
42
- "@smithy/middleware-retry": "^4.4.14",
43
- "@smithy/middleware-serde": "^4.2.6",
44
- "@smithy/middleware-stack": "^4.2.5",
45
- "@smithy/node-config-provider": "^4.3.5",
46
- "@smithy/node-http-handler": "^4.4.5",
47
- "@smithy/protocol-http": "^5.3.5",
48
- "@smithy/smithy-client": "^4.9.10",
49
- "@smithy/types": "^4.9.0",
50
- "@smithy/url-parser": "^4.2.5",
24
+ "@aws-sdk/core": "3.953.0",
25
+ "@aws-sdk/credential-provider-node": "3.953.0",
26
+ "@aws-sdk/middleware-host-header": "3.953.0",
27
+ "@aws-sdk/middleware-logger": "3.953.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
+ "@aws-sdk/middleware-user-agent": "3.953.0",
30
+ "@aws-sdk/region-config-resolver": "3.953.0",
31
+ "@aws-sdk/types": "3.953.0",
32
+ "@aws-sdk/util-endpoints": "3.953.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.953.0",
34
+ "@aws-sdk/util-user-agent-node": "3.953.0",
35
+ "@smithy/config-resolver": "^4.4.4",
36
+ "@smithy/core": "^3.19.0",
37
+ "@smithy/fetch-http-handler": "^5.3.7",
38
+ "@smithy/hash-node": "^4.2.6",
39
+ "@smithy/invalid-dependency": "^4.2.6",
40
+ "@smithy/middleware-content-length": "^4.2.6",
41
+ "@smithy/middleware-endpoint": "^4.3.15",
42
+ "@smithy/middleware-retry": "^4.4.15",
43
+ "@smithy/middleware-serde": "^4.2.7",
44
+ "@smithy/middleware-stack": "^4.2.6",
45
+ "@smithy/node-config-provider": "^4.3.6",
46
+ "@smithy/node-http-handler": "^4.4.6",
47
+ "@smithy/protocol-http": "^5.3.6",
48
+ "@smithy/smithy-client": "^4.10.0",
49
+ "@smithy/types": "^4.10.0",
50
+ "@smithy/url-parser": "^4.2.6",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.13",
55
- "@smithy/util-defaults-mode-node": "^4.2.16",
56
- "@smithy/util-endpoints": "^3.2.5",
57
- "@smithy/util-middleware": "^4.2.5",
58
- "@smithy/util-retry": "^4.2.5",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.14",
55
+ "@smithy/util-defaults-mode-node": "^4.2.17",
56
+ "@smithy/util-endpoints": "^3.2.6",
57
+ "@smithy/util-middleware": "^4.2.6",
58
+ "@smithy/util-retry": "^4.2.6",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },