@aws-sdk/client-marketplace-reporting 3.948.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 MarketplaceReportingClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let MarketplaceReportingServiceException$1 = class MarketplaceReportingServiceException extends smithyClient.ServiceException {
113
+ class MarketplaceReportingServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, MarketplaceReportingServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends MarketplaceReportingServiceException$1 {
120
+ class AccessDeniedException extends MarketplaceReportingServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MarketplaceRep
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let BadRequestException$1 = class BadRequestException extends MarketplaceReportingServiceException$1 {
131
+ }
132
+ class BadRequestException extends MarketplaceReportingServiceException {
133
133
  name = "BadRequestException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let BadRequestException$1 = class BadRequestException extends MarketplaceReporti
140
140
  });
141
141
  Object.setPrototypeOf(this, BadRequestException.prototype);
142
142
  }
143
- };
144
- let InternalServerException$1 = class InternalServerException extends MarketplaceReportingServiceException$1 {
143
+ }
144
+ class InternalServerException extends MarketplaceReportingServiceException {
145
145
  name = "InternalServerException";
146
146
  $fault = "server";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let InternalServerException$1 = class InternalServerException extends Marketplac
152
152
  });
153
153
  Object.setPrototypeOf(this, InternalServerException.prototype);
154
154
  }
155
- };
156
- let UnauthorizedException$1 = class UnauthorizedException extends MarketplaceReportingServiceException$1 {
155
+ }
156
+ class UnauthorizedException extends MarketplaceReportingServiceException {
157
157
  name = "UnauthorizedException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,7 +164,7 @@ let UnauthorizedException$1 = class UnauthorizedException extends MarketplaceRep
164
164
  });
165
165
  Object.setPrototypeOf(this, UnauthorizedException.prototype);
166
166
  }
167
- };
167
+ }
168
168
 
169
169
  const _ADE = "AccessDeniedException";
170
170
  const _BRE = "BadRequestException";
@@ -184,17 +184,17 @@ const _m = "message";
184
184
  const _s = "server";
185
185
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacereporting";
186
186
  const n0 = "com.amazonaws.marketplacereporting";
187
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
188
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
189
- var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
190
- schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
191
- var GetBuyerDashboardInput = [3, n0, _GBDI, 0, [_dI, _eD], [0, 64 | 0]];
192
- var GetBuyerDashboardOutput = [3, n0, _GBDO, 0, [_eU, _dI, _eD], [0, 0, 64 | 0]];
193
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
194
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
195
- var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
196
- schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
197
- var MarketplaceReportingServiceException = [
187
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
188
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
189
+ var BadRequestException$ = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
190
+ schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
191
+ var GetBuyerDashboardInput$ = [3, n0, _GBDI, 0, [_dI, _eD], [0, 64 | 0]];
192
+ var GetBuyerDashboardOutput$ = [3, n0, _GBDO, 0, [_eU, _dI, _eD], [0, 0, 64 | 0]];
193
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
194
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
195
+ var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
196
+ schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
197
+ var MarketplaceReportingServiceException$ = [
198
198
  -3,
199
199
  _sm,
200
200
  "MarketplaceReportingServiceException",
@@ -202,14 +202,14 @@ var MarketplaceReportingServiceException = [
202
202
  [],
203
203
  [],
204
204
  ];
205
- schema.TypeRegistry.for(_sm).registerError(MarketplaceReportingServiceException, MarketplaceReportingServiceException$1);
206
- var GetBuyerDashboard = [
205
+ schema.TypeRegistry.for(_sm).registerError(MarketplaceReportingServiceException$, MarketplaceReportingServiceException);
206
+ var GetBuyerDashboard$ = [
207
207
  9,
208
208
  n0,
209
209
  _GBD,
210
210
  { [_h]: ["POST", "/getBuyerDashboard", 200] },
211
- () => GetBuyerDashboardInput,
212
- () => GetBuyerDashboardOutput,
211
+ () => GetBuyerDashboardInput$,
212
+ () => GetBuyerDashboardOutput$,
213
213
  ];
214
214
 
215
215
  class GetBuyerDashboardCommand extends smithyClient.Command
@@ -220,7 +220,7 @@ class GetBuyerDashboardCommand extends smithyClient.Command
220
220
  })
221
221
  .s("AWSMarketplaceReporting", "GetBuyerDashboard", {})
222
222
  .n("MarketplaceReportingClient", "GetBuyerDashboardCommand")
223
- .sc(GetBuyerDashboard)
223
+ .sc(GetBuyerDashboard$)
224
224
  .build() {
225
225
  }
226
226
 
@@ -239,11 +239,19 @@ Object.defineProperty(exports, "__Client", {
239
239
  enumerable: true,
240
240
  get: function () { return smithyClient.Client; }
241
241
  });
242
- exports.AccessDeniedException = AccessDeniedException$1;
243
- exports.BadRequestException = BadRequestException$1;
242
+ exports.AccessDeniedException = AccessDeniedException;
243
+ exports.AccessDeniedException$ = AccessDeniedException$;
244
+ exports.BadRequestException = BadRequestException;
245
+ exports.BadRequestException$ = BadRequestException$;
246
+ exports.GetBuyerDashboard$ = GetBuyerDashboard$;
244
247
  exports.GetBuyerDashboardCommand = GetBuyerDashboardCommand;
245
- exports.InternalServerException = InternalServerException$1;
248
+ exports.GetBuyerDashboardInput$ = GetBuyerDashboardInput$;
249
+ exports.GetBuyerDashboardOutput$ = GetBuyerDashboardOutput$;
250
+ exports.InternalServerException = InternalServerException;
251
+ exports.InternalServerException$ = InternalServerException$;
246
252
  exports.MarketplaceReporting = MarketplaceReporting;
247
253
  exports.MarketplaceReportingClient = MarketplaceReportingClient;
248
- exports.MarketplaceReportingServiceException = MarketplaceReportingServiceException$1;
249
- exports.UnauthorizedException = UnauthorizedException$1;
254
+ exports.MarketplaceReportingServiceException = MarketplaceReportingServiceException;
255
+ exports.MarketplaceReportingServiceException$ = MarketplaceReportingServiceException$;
256
+ exports.UnauthorizedException = UnauthorizedException;
257
+ exports.UnauthorizedException$ = UnauthorizedException$;
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.marketplacereporting" }),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.marketplacereporting",
32
+ version: "2018-05-10",
33
+ serviceTarget: "AWSMarketplaceReporting",
34
+ },
30
35
  serviceId: config?.serviceId ?? "Marketplace Reporting",
31
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
32
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 { GetBuyerDashboard } from "../schemas/schemas_0";
4
+ import { GetBuyerDashboard$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetBuyerDashboardCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetBuyerDashboardCommand extends $Command
11
11
  })
12
12
  .s("AWSMarketplaceReporting", "GetBuyerDashboard", {})
13
13
  .n("MarketplaceReportingClient", "GetBuyerDashboardCommand")
14
- .sc(GetBuyerDashboard)
14
+ .sc(GetBuyerDashboard$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from "./MarketplaceReportingClient";
2
2
  export * from "./MarketplaceReporting";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./models/errors";
5
6
  export { MarketplaceReportingServiceException } from "./models/MarketplaceReportingServiceException";
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.marketplacereporting" }),
26
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.marketplacereporting",
29
+ version: "2018-05-10",
30
+ serviceTarget: "AWSMarketplaceReporting",
31
+ },
27
32
  serviceId: config?.serviceId ?? "Marketplace Reporting",
28
33
  urlParser: config?.urlParser ?? parseUrl,
29
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
@@ -17,19 +17,19 @@ const _s = "server";
17
17
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacereporting";
18
18
  const n0 = "com.amazonaws.marketplacereporting";
19
19
  import { TypeRegistry } from "@smithy/core/schema";
20
- import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, InternalServerException as __InternalServerException, UnauthorizedException as __UnauthorizedException, } from "../models/errors";
21
- import { MarketplaceReportingServiceException as __MarketplaceReportingServiceException } from "../models/MarketplaceReportingServiceException";
22
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
23
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
24
- export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
25
- TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
26
- export var GetBuyerDashboardInput = [3, n0, _GBDI, 0, [_dI, _eD], [0, 64 | 0]];
27
- export var GetBuyerDashboardOutput = [3, n0, _GBDO, 0, [_eU, _dI, _eD], [0, 0, 64 | 0]];
28
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
29
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
30
- export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
31
- TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
32
- export var MarketplaceReportingServiceException = [
20
+ import { AccessDeniedException, BadRequestException, InternalServerException, UnauthorizedException, } from "../models/errors";
21
+ import { MarketplaceReportingServiceException } from "../models/MarketplaceReportingServiceException";
22
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
23
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
24
+ export var BadRequestException$ = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
25
+ TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
26
+ export var GetBuyerDashboardInput$ = [3, n0, _GBDI, 0, [_dI, _eD], [0, 64 | 0]];
27
+ export var GetBuyerDashboardOutput$ = [3, n0, _GBDO, 0, [_eU, _dI, _eD], [0, 0, 64 | 0]];
28
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
29
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
30
+ export var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
31
+ TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
32
+ export var MarketplaceReportingServiceException$ = [
33
33
  -3,
34
34
  _sm,
35
35
  "MarketplaceReportingServiceException",
@@ -37,13 +37,13 @@ export var MarketplaceReportingServiceException = [
37
37
  [],
38
38
  [],
39
39
  ];
40
- TypeRegistry.for(_sm).registerError(MarketplaceReportingServiceException, __MarketplaceReportingServiceException);
41
- export var EmbeddingDomains = 64 | 0;
42
- export var GetBuyerDashboard = [
40
+ TypeRegistry.for(_sm).registerError(MarketplaceReportingServiceException$, MarketplaceReportingServiceException);
41
+ var EmbeddingDomains = 64 | 0;
42
+ export var GetBuyerDashboard$ = [
43
43
  9,
44
44
  n0,
45
45
  _GBD,
46
46
  { [_h]: ["POST", "/getBuyerDashboard", 200] },
47
- () => GetBuyerDashboardInput,
48
- () => GetBuyerDashboardOutput,
47
+ () => GetBuyerDashboardInput$,
48
+ () => GetBuyerDashboardOutput$,
49
49
  ];
@@ -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 { GetBuyerDashboardCommandInput, GetBuyerDashboardCommandOutput } from "./commands/GetBuyerDashboardCommand";
11
11
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
@@ -142,15 +142,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
142
142
  * Optional extensions
143
143
  */
144
144
  extensions?: RuntimeExtension[];
145
- /**
146
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
147
- * may be overridden. A default will always be set by the client.
148
- * Available options depend on the service's supported protocols and will not be validated by
149
- * the client.
150
- * @alpha
151
- *
152
- */
153
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
154
145
  /**
155
146
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
156
147
  */
@@ -64,6 +64,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
64
64
  export type { RuntimeExtension } from "./runtimeExtensions";
65
65
  export type { MarketplaceReportingExtensionConfiguration } from "./extensionConfiguration";
66
66
  export * from "./commands";
67
+ export * from "./schemas/schemas_0";
67
68
  export * from "./models/errors";
68
69
  export type * from "./models/models_0";
69
70
  export { MarketplaceReportingServiceException } from "./models/MarketplaceReportingServiceException";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: MarketplaceReportingClientConfig
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").AwsRestJsonProtocol;
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: MarketplaceReportingClientConfig
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: MarketplaceReportingClientConfig
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").AwsRestJsonProtocol;
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: MarketplaceReportingClientConfig
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: MarketplaceReportingClientConfig
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").AwsRestJsonProtocol;
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: MarketplaceReportingClientConfig
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 { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import type { MarketplaceReportingClientConfig } from "./MarketplaceReportingClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: MarketplaceReportingClientConfig
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MarketplaceReportingHttpAuthSchemeProvider;
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 AwsRestJsonProtocol;
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 AccessDeniedException: StaticErrorSchema;
3
- export declare var BadRequestException: StaticErrorSchema;
4
- export declare var GetBuyerDashboardInput: StaticStructureSchema;
5
- export declare var GetBuyerDashboardOutput: StaticStructureSchema;
6
- export declare var InternalServerException: StaticErrorSchema;
7
- export declare var UnauthorizedException: StaticErrorSchema;
8
- export declare var MarketplaceReportingServiceException: StaticErrorSchema;
9
- export declare var EmbeddingDomains: number;
10
- export declare var GetBuyerDashboard: StaticOperationSchema;
2
+ export declare var AccessDeniedException$: StaticErrorSchema;
3
+ export declare var BadRequestException$: StaticErrorSchema;
4
+ export declare var GetBuyerDashboardInput$: StaticStructureSchema;
5
+ export declare var GetBuyerDashboardOutput$: StaticStructureSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var UnauthorizedException$: StaticErrorSchema;
8
+ export declare var MarketplaceReportingServiceException$: StaticErrorSchema;
9
+ export declare var GetBuyerDashboard$: 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,
@@ -85,7 +82,6 @@ export interface ClientDefaults
85
82
  retryMode?: string | __Provider<string>;
86
83
  logger?: __Logger;
87
84
  extensions?: RuntimeExtension[];
88
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
89
85
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
90
86
  }
91
87
  export type MarketplaceReportingClientConfigType = Partial<
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { MarketplaceReportingExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export * from "./schemas/schemas_0";
7
8
  export * from "./models/errors";
8
9
  export * from "./models/models_0";
9
10
  export { MarketplaceReportingServiceException } from "./models/MarketplaceReportingServiceException";
@@ -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").AwsRestJsonProtocol;
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").AwsRestJsonProtocol;
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").AwsRestJsonProtocol;
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 { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import { MarketplaceReportingClientConfig } from "./MarketplaceReportingClient";
2
3
  export declare const getRuntimeConfig: (
3
4
  config: MarketplaceReportingClientConfig
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
16
17
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MarketplaceReportingHttpAuthSchemeProvider;
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 AwsRestJsonProtocol;
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 AccessDeniedException: StaticErrorSchema;
7
- export declare var BadRequestException: StaticErrorSchema;
8
- export declare var GetBuyerDashboardInput: StaticStructureSchema;
9
- export declare var GetBuyerDashboardOutput: StaticStructureSchema;
10
- export declare var InternalServerException: StaticErrorSchema;
11
- export declare var UnauthorizedException: StaticErrorSchema;
12
- export declare var MarketplaceReportingServiceException: StaticErrorSchema;
13
- export declare var EmbeddingDomains: number;
14
- export declare var GetBuyerDashboard: StaticOperationSchema;
6
+ export declare var AccessDeniedException$: StaticErrorSchema;
7
+ export declare var BadRequestException$: StaticErrorSchema;
8
+ export declare var GetBuyerDashboardInput$: StaticStructureSchema;
9
+ export declare var GetBuyerDashboardOutput$: StaticStructureSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var UnauthorizedException$: StaticErrorSchema;
12
+ export declare var MarketplaceReportingServiceException$: StaticErrorSchema;
13
+ export declare var GetBuyerDashboard$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-reporting",
3
3
  "description": "AWS SDK for JavaScript Marketplace Reporting Client for Node.js, Browser and React Native",
4
- "version": "3.948.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-reporting",
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.948.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
  },