@aws-sdk/client-marketplace-entitlement-service 3.297.0 → 3.298.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.
@@ -4,7 +4,6 @@ exports.GetEntitlementsCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class GetEntitlementsCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class GetEntitlementsCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.GetEntitlementsRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.GetEntitlementsResultFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEntitlementsResultFilterSensitiveLog = exports.EntitlementFilterSensitiveLog = exports.EntitlementValueFilterSensitiveLog = exports.GetEntitlementsRequestFilterSensitiveLog = exports.ThrottlingException = exports.InvalidParameterException = exports.InternalServiceErrorException = exports.GetEntitlementFilterName = void 0;
3
+ exports.ThrottlingException = exports.InvalidParameterException = exports.InternalServiceErrorException = exports.GetEntitlementFilterName = void 0;
4
4
  const MarketplaceEntitlementServiceServiceException_1 = require("./MarketplaceEntitlementServiceServiceException");
5
5
  var GetEntitlementFilterName;
6
6
  (function (GetEntitlementFilterName) {
@@ -46,19 +46,3 @@ class ThrottlingException extends MarketplaceEntitlementServiceServiceException_
46
46
  }
47
47
  }
48
48
  exports.ThrottlingException = ThrottlingException;
49
- const GetEntitlementsRequestFilterSensitiveLog = (obj) => ({
50
- ...obj,
51
- });
52
- exports.GetEntitlementsRequestFilterSensitiveLog = GetEntitlementsRequestFilterSensitiveLog;
53
- const EntitlementValueFilterSensitiveLog = (obj) => ({
54
- ...obj,
55
- });
56
- exports.EntitlementValueFilterSensitiveLog = EntitlementValueFilterSensitiveLog;
57
- const EntitlementFilterSensitiveLog = (obj) => ({
58
- ...obj,
59
- });
60
- exports.EntitlementFilterSensitiveLog = EntitlementFilterSensitiveLog;
61
- const GetEntitlementsResultFilterSensitiveLog = (obj) => ({
62
- ...obj,
63
- });
64
- exports.GetEntitlementsResultFilterSensitiveLog = GetEntitlementsResultFilterSensitiveLog;
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetEntitlementsRequestFilterSensitiveLog, GetEntitlementsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1GetEntitlementsCommand, serializeAws_json1_1GetEntitlementsCommand, } from "../protocols/Aws_json1_1";
6
5
  export class GetEntitlementsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetEntitlementsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetEntitlementsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetEntitlementsResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -40,15 +40,3 @@ export class ThrottlingException extends __BaseException {
40
40
  Object.setPrototypeOf(this, ThrottlingException.prototype);
41
41
  }
42
42
  }
43
- export const GetEntitlementsRequestFilterSensitiveLog = (obj) => ({
44
- ...obj,
45
- });
46
- export const EntitlementValueFilterSensitiveLog = (obj) => ({
47
- ...obj,
48
- });
49
- export const EntitlementFilterSensitiveLog = (obj) => ({
50
- ...obj,
51
- });
52
- export const GetEntitlementsResultFilterSensitiveLog = (obj) => ({
53
- ...obj,
54
- });
@@ -155,19 +155,3 @@ export declare class ThrottlingException extends __BaseException {
155
155
  */
156
156
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
157
157
  }
158
- /**
159
- * @internal
160
- */
161
- export declare const GetEntitlementsRequestFilterSensitiveLog: (obj: GetEntitlementsRequest) => any;
162
- /**
163
- * @internal
164
- */
165
- export declare const EntitlementValueFilterSensitiveLog: (obj: EntitlementValue) => any;
166
- /**
167
- * @internal
168
- */
169
- export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
170
- /**
171
- * @internal
172
- */
173
- export declare const GetEntitlementsResultFilterSensitiveLog: (obj: GetEntitlementsResult) => any;
@@ -48,13 +48,3 @@ export declare class ThrottlingException extends __BaseException {
48
48
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
49
49
  );
50
50
  }
51
- export declare const GetEntitlementsRequestFilterSensitiveLog: (
52
- obj: GetEntitlementsRequest
53
- ) => any;
54
- export declare const EntitlementValueFilterSensitiveLog: (
55
- obj: EntitlementValue
56
- ) => any;
57
- export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
58
- export declare const GetEntitlementsResultFilterSensitiveLog: (
59
- obj: GetEntitlementsResult
60
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-entitlement-service",
3
3
  "description": "AWS SDK for JavaScript Marketplace Entitlement Service Client for Node.js, Browser and React Native",
4
- "version": "3.297.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo marketplace-entitlement-service"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",