@aws-sdk/client-pricing 3.130.0 → 3.141.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/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
18
+
19
+
20
+ ### Features
21
+
22
+ * **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-pricing
31
+
32
+
33
+
34
+
35
+
6
36
  # [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
7
37
 
8
38
 
package/README.md CHANGED
@@ -188,7 +188,7 @@ try {
188
188
  const data = await client.send(command);
189
189
  // process data.
190
190
  } catch (error) {
191
- const { requestId, cfId, extendedRequestId } = error.$metadata;
191
+ const { requestId, cfId, extendedRequestId } = error.$$metadata;
192
192
  console.log({ requestId, cfId, extendedRequestId });
193
193
  /**
194
194
  * The keys within exceptions are also parsed.
@@ -20,8 +20,8 @@ class DescribeServicesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DescribeServicesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.DescribeServicesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DescribeServicesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DescribeServicesResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class GetAttributeValuesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.GetAttributeValuesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.GetAttributeValuesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.GetAttributeValuesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetAttributeValuesResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class GetProductsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.GetProductsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.GetProductsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.GetProductsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetProductsResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,31 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetProductsResponse = exports.GetProductsRequest = exports.Filter = exports.FilterType = exports.GetAttributeValuesResponse = exports.GetAttributeValuesRequest = exports.NotFoundException = exports.InvalidParameterException = exports.InvalidNextTokenException = exports.InternalErrorException = exports.ExpiredNextTokenException = exports.DescribeServicesResponse = exports.Service = exports.DescribeServicesRequest = exports.AttributeValue = void 0;
3
+ exports.GetProductsResponseFilterSensitiveLog = exports.GetProductsRequestFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.GetAttributeValuesResponseFilterSensitiveLog = exports.GetAttributeValuesRequestFilterSensitiveLog = exports.DescribeServicesResponseFilterSensitiveLog = exports.ServiceFilterSensitiveLog = exports.DescribeServicesRequestFilterSensitiveLog = exports.AttributeValueFilterSensitiveLog = exports.FilterType = exports.NotFoundException = exports.InvalidParameterException = exports.InvalidNextTokenException = exports.InternalErrorException = exports.ExpiredNextTokenException = void 0;
4
4
  const PricingServiceException_1 = require("./PricingServiceException");
5
- var AttributeValue;
6
- (function (AttributeValue) {
7
- AttributeValue.filterSensitiveLog = (obj) => ({
8
- ...obj,
9
- });
10
- })(AttributeValue = exports.AttributeValue || (exports.AttributeValue = {}));
11
- var DescribeServicesRequest;
12
- (function (DescribeServicesRequest) {
13
- DescribeServicesRequest.filterSensitiveLog = (obj) => ({
14
- ...obj,
15
- });
16
- })(DescribeServicesRequest = exports.DescribeServicesRequest || (exports.DescribeServicesRequest = {}));
17
- var Service;
18
- (function (Service) {
19
- Service.filterSensitiveLog = (obj) => ({
20
- ...obj,
21
- });
22
- })(Service = exports.Service || (exports.Service = {}));
23
- var DescribeServicesResponse;
24
- (function (DescribeServicesResponse) {
25
- DescribeServicesResponse.filterSensitiveLog = (obj) => ({
26
- ...obj,
27
- });
28
- })(DescribeServicesResponse = exports.DescribeServicesResponse || (exports.DescribeServicesResponse = {}));
29
5
  class ExpiredNextTokenException extends PricingServiceException_1.PricingServiceException {
30
6
  constructor(opts) {
31
7
  super({
@@ -96,37 +72,43 @@ class NotFoundException extends PricingServiceException_1.PricingServiceExceptio
96
72
  }
97
73
  }
98
74
  exports.NotFoundException = NotFoundException;
99
- var GetAttributeValuesRequest;
100
- (function (GetAttributeValuesRequest) {
101
- GetAttributeValuesRequest.filterSensitiveLog = (obj) => ({
102
- ...obj,
103
- });
104
- })(GetAttributeValuesRequest = exports.GetAttributeValuesRequest || (exports.GetAttributeValuesRequest = {}));
105
- var GetAttributeValuesResponse;
106
- (function (GetAttributeValuesResponse) {
107
- GetAttributeValuesResponse.filterSensitiveLog = (obj) => ({
108
- ...obj,
109
- });
110
- })(GetAttributeValuesResponse = exports.GetAttributeValuesResponse || (exports.GetAttributeValuesResponse = {}));
111
75
  var FilterType;
112
76
  (function (FilterType) {
113
77
  FilterType["TERM_MATCH"] = "TERM_MATCH";
114
78
  })(FilterType = exports.FilterType || (exports.FilterType = {}));
115
- var Filter;
116
- (function (Filter) {
117
- Filter.filterSensitiveLog = (obj) => ({
118
- ...obj,
119
- });
120
- })(Filter = exports.Filter || (exports.Filter = {}));
121
- var GetProductsRequest;
122
- (function (GetProductsRequest) {
123
- GetProductsRequest.filterSensitiveLog = (obj) => ({
124
- ...obj,
125
- });
126
- })(GetProductsRequest = exports.GetProductsRequest || (exports.GetProductsRequest = {}));
127
- var GetProductsResponse;
128
- (function (GetProductsResponse) {
129
- GetProductsResponse.filterSensitiveLog = (obj) => ({
130
- ...obj,
131
- });
132
- })(GetProductsResponse = exports.GetProductsResponse || (exports.GetProductsResponse = {}));
79
+ const AttributeValueFilterSensitiveLog = (obj) => ({
80
+ ...obj,
81
+ });
82
+ exports.AttributeValueFilterSensitiveLog = AttributeValueFilterSensitiveLog;
83
+ const DescribeServicesRequestFilterSensitiveLog = (obj) => ({
84
+ ...obj,
85
+ });
86
+ exports.DescribeServicesRequestFilterSensitiveLog = DescribeServicesRequestFilterSensitiveLog;
87
+ const ServiceFilterSensitiveLog = (obj) => ({
88
+ ...obj,
89
+ });
90
+ exports.ServiceFilterSensitiveLog = ServiceFilterSensitiveLog;
91
+ const DescribeServicesResponseFilterSensitiveLog = (obj) => ({
92
+ ...obj,
93
+ });
94
+ exports.DescribeServicesResponseFilterSensitiveLog = DescribeServicesResponseFilterSensitiveLog;
95
+ const GetAttributeValuesRequestFilterSensitiveLog = (obj) => ({
96
+ ...obj,
97
+ });
98
+ exports.GetAttributeValuesRequestFilterSensitiveLog = GetAttributeValuesRequestFilterSensitiveLog;
99
+ const GetAttributeValuesResponseFilterSensitiveLog = (obj) => ({
100
+ ...obj,
101
+ });
102
+ exports.GetAttributeValuesResponseFilterSensitiveLog = GetAttributeValuesResponseFilterSensitiveLog;
103
+ const FilterFilterSensitiveLog = (obj) => ({
104
+ ...obj,
105
+ });
106
+ exports.FilterFilterSensitiveLog = FilterFilterSensitiveLog;
107
+ const GetProductsRequestFilterSensitiveLog = (obj) => ({
108
+ ...obj,
109
+ });
110
+ exports.GetProductsRequestFilterSensitiveLog = GetProductsRequestFilterSensitiveLog;
111
+ const GetProductsResponseFilterSensitiveLog = (obj) => ({
112
+ ...obj,
113
+ });
114
+ exports.GetProductsResponseFilterSensitiveLog = GetProductsResponseFilterSensitiveLog;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
4
+ import { DescribeServicesRequestFilterSensitiveLog, DescribeServicesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeServicesCommand, serializeAws_json1_1DescribeServicesCommand, } from "../protocols/Aws_json1_1";
6
6
  var DescribeServicesCommand = (function (_super) {
7
7
  __extends(DescribeServicesCommand, _super);
@@ -20,8 +20,8 @@ var DescribeServicesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeServicesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeServicesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeServicesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeServicesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetAttributeValuesRequest, GetAttributeValuesResponse } from "../models/models_0";
4
+ import { GetAttributeValuesRequestFilterSensitiveLog, GetAttributeValuesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetAttributeValuesCommand, serializeAws_json1_1GetAttributeValuesCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetAttributeValuesCommand = (function (_super) {
7
7
  __extends(GetAttributeValuesCommand, _super);
@@ -20,8 +20,8 @@ var GetAttributeValuesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetAttributeValuesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetAttributeValuesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetAttributeValuesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetAttributeValuesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetProductsRequest, GetProductsResponse } from "../models/models_0";
4
+ import { GetProductsRequestFilterSensitiveLog, GetProductsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetProductsCommand, serializeAws_json1_1GetProductsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetProductsCommand = (function (_super) {
7
7
  __extends(GetProductsCommand, _super);
@@ -20,8 +20,8 @@ var GetProductsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetProductsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetProductsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetProductsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetProductsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,21 +1,5 @@
1
1
  import { __assign, __extends } from "tslib";
2
2
  import { PricingServiceException as __BaseException } from "./PricingServiceException";
3
- export var AttributeValue;
4
- (function (AttributeValue) {
5
- AttributeValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
- })(AttributeValue || (AttributeValue = {}));
7
- export var DescribeServicesRequest;
8
- (function (DescribeServicesRequest) {
9
- DescribeServicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
10
- })(DescribeServicesRequest || (DescribeServicesRequest = {}));
11
- export var Service;
12
- (function (Service) {
13
- Service.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
14
- })(Service || (Service = {}));
15
- export var DescribeServicesResponse;
16
- (function (DescribeServicesResponse) {
17
- DescribeServicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
18
- })(DescribeServicesResponse || (DescribeServicesResponse = {}));
19
3
  var ExpiredNextTokenException = (function (_super) {
20
4
  __extends(ExpiredNextTokenException, _super);
21
5
  function ExpiredNextTokenException(opts) {
@@ -81,27 +65,16 @@ var NotFoundException = (function (_super) {
81
65
  return NotFoundException;
82
66
  }(__BaseException));
83
67
  export { NotFoundException };
84
- export var GetAttributeValuesRequest;
85
- (function (GetAttributeValuesRequest) {
86
- GetAttributeValuesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
87
- })(GetAttributeValuesRequest || (GetAttributeValuesRequest = {}));
88
- export var GetAttributeValuesResponse;
89
- (function (GetAttributeValuesResponse) {
90
- GetAttributeValuesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
91
- })(GetAttributeValuesResponse || (GetAttributeValuesResponse = {}));
92
68
  export var FilterType;
93
69
  (function (FilterType) {
94
70
  FilterType["TERM_MATCH"] = "TERM_MATCH";
95
71
  })(FilterType || (FilterType = {}));
96
- export var Filter;
97
- (function (Filter) {
98
- Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
99
- })(Filter || (Filter = {}));
100
- export var GetProductsRequest;
101
- (function (GetProductsRequest) {
102
- GetProductsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
103
- })(GetProductsRequest || (GetProductsRequest = {}));
104
- export var GetProductsResponse;
105
- (function (GetProductsResponse) {
106
- GetProductsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
107
- })(GetProductsResponse || (GetProductsResponse = {}));
72
+ export var AttributeValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
73
+ export var DescribeServicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
74
+ export var ServiceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
75
+ export var DescribeServicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
76
+ export var GetAttributeValuesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
77
+ export var GetAttributeValuesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
+ export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
79
+ export var GetProductsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
80
+ export var GetProductsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -11,12 +11,6 @@ export interface AttributeValue {
11
11
  */
12
12
  Value?: string;
13
13
  }
14
- export declare namespace AttributeValue {
15
- /**
16
- * @internal
17
- */
18
- const filterSensitiveLog: (obj: AttributeValue) => any;
19
- }
20
14
  export interface DescribeServicesRequest {
21
15
  /**
22
16
  * <p>The code for the service whose information you want to retrieve, such as <code>AmazonEC2</code>.
@@ -40,12 +34,6 @@ export interface DescribeServicesRequest {
40
34
  */
41
35
  MaxResults?: number;
42
36
  }
43
- export declare namespace DescribeServicesRequest {
44
- /**
45
- * @internal
46
- */
47
- const filterSensitiveLog: (obj: DescribeServicesRequest) => any;
48
- }
49
37
  /**
50
38
  * <p>The metadata for a service, such as the service code and available attribute names.</p>
51
39
  */
@@ -59,12 +47,6 @@ export interface Service {
59
47
  */
60
48
  AttributeNames?: string[];
61
49
  }
62
- export declare namespace Service {
63
- /**
64
- * @internal
65
- */
66
- const filterSensitiveLog: (obj: Service) => any;
67
- }
68
50
  export interface DescribeServicesResponse {
69
51
  /**
70
52
  * <p>The service metadata for the service or services in the response.</p>
@@ -79,12 +61,6 @@ export interface DescribeServicesResponse {
79
61
  */
80
62
  NextToken?: string;
81
63
  }
82
- export declare namespace DescribeServicesResponse {
83
- /**
84
- * @internal
85
- */
86
- const filterSensitiveLog: (obj: DescribeServicesResponse) => any;
87
- }
88
64
  /**
89
65
  * <p>The pagination token expired. Try again without a pagination token.</p>
90
66
  */
@@ -164,12 +140,6 @@ export interface GetAttributeValuesRequest {
164
140
  */
165
141
  MaxResults?: number;
166
142
  }
167
- export declare namespace GetAttributeValuesRequest {
168
- /**
169
- * @internal
170
- */
171
- const filterSensitiveLog: (obj: GetAttributeValuesRequest) => any;
172
- }
173
143
  export interface GetAttributeValuesResponse {
174
144
  /**
175
145
  * <p>The list of values for an attribute. For example, <code>Throughput Optimized HDD</code> and
@@ -182,12 +152,6 @@ export interface GetAttributeValuesResponse {
182
152
  */
183
153
  NextToken?: string;
184
154
  }
185
- export declare namespace GetAttributeValuesResponse {
186
- /**
187
- * @internal
188
- */
189
- const filterSensitiveLog: (obj: GetAttributeValuesResponse) => any;
190
- }
191
155
  export declare enum FilterType {
192
156
  TERM_MATCH = "TERM_MATCH"
193
157
  }
@@ -220,12 +184,6 @@ export interface Filter {
220
184
  */
221
185
  Value: string | undefined;
222
186
  }
223
- export declare namespace Filter {
224
- /**
225
- * @internal
226
- */
227
- const filterSensitiveLog: (obj: Filter) => any;
228
- }
229
187
  export interface GetProductsRequest {
230
188
  /**
231
189
  * <p>The code for the service whose products you want to retrieve. </p>
@@ -251,12 +209,6 @@ export interface GetProductsRequest {
251
209
  */
252
210
  MaxResults?: number;
253
211
  }
254
- export declare namespace GetProductsRequest {
255
- /**
256
- * @internal
257
- */
258
- const filterSensitiveLog: (obj: GetProductsRequest) => any;
259
- }
260
212
  export interface GetProductsResponse {
261
213
  /**
262
214
  * <p>The format version of the response. For example, aws_v1.</p>
@@ -272,9 +224,39 @@ export interface GetProductsResponse {
272
224
  */
273
225
  NextToken?: string;
274
226
  }
275
- export declare namespace GetProductsResponse {
276
- /**
277
- * @internal
278
- */
279
- const filterSensitiveLog: (obj: GetProductsResponse) => any;
280
- }
227
+ /**
228
+ * @internal
229
+ */
230
+ export declare const AttributeValueFilterSensitiveLog: (obj: AttributeValue) => any;
231
+ /**
232
+ * @internal
233
+ */
234
+ export declare const DescribeServicesRequestFilterSensitiveLog: (obj: DescribeServicesRequest) => any;
235
+ /**
236
+ * @internal
237
+ */
238
+ export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
239
+ /**
240
+ * @internal
241
+ */
242
+ export declare const DescribeServicesResponseFilterSensitiveLog: (obj: DescribeServicesResponse) => any;
243
+ /**
244
+ * @internal
245
+ */
246
+ export declare const GetAttributeValuesRequestFilterSensitiveLog: (obj: GetAttributeValuesRequest) => any;
247
+ /**
248
+ * @internal
249
+ */
250
+ export declare const GetAttributeValuesResponseFilterSensitiveLog: (obj: GetAttributeValuesResponse) => any;
251
+ /**
252
+ * @internal
253
+ */
254
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
255
+ /**
256
+ * @internal
257
+ */
258
+ export declare const GetProductsRequestFilterSensitiveLog: (obj: GetProductsRequest) => any;
259
+ /**
260
+ * @internal
261
+ */
262
+ export declare const GetProductsResponseFilterSensitiveLog: (obj: GetProductsResponse) => any;
@@ -5,10 +5,6 @@ export interface AttributeValue {
5
5
 
6
6
  Value?: string;
7
7
  }
8
- export declare namespace AttributeValue {
9
-
10
- const filterSensitiveLog: (obj: AttributeValue) => any;
11
- }
12
8
  export interface DescribeServicesRequest {
13
9
 
14
10
  ServiceCode?: string;
@@ -19,10 +15,6 @@ export interface DescribeServicesRequest {
19
15
 
20
16
  MaxResults?: number;
21
17
  }
22
- export declare namespace DescribeServicesRequest {
23
-
24
- const filterSensitiveLog: (obj: DescribeServicesRequest) => any;
25
- }
26
18
 
27
19
  export interface Service {
28
20
 
@@ -30,10 +22,6 @@ export interface Service {
30
22
 
31
23
  AttributeNames?: string[];
32
24
  }
33
- export declare namespace Service {
34
-
35
- const filterSensitiveLog: (obj: Service) => any;
36
- }
37
25
  export interface DescribeServicesResponse {
38
26
 
39
27
  Services?: Service[];
@@ -42,10 +30,6 @@ export interface DescribeServicesResponse {
42
30
 
43
31
  NextToken?: string;
44
32
  }
45
- export declare namespace DescribeServicesResponse {
46
-
47
- const filterSensitiveLog: (obj: DescribeServicesResponse) => any;
48
- }
49
33
 
50
34
  export declare class ExpiredNextTokenException extends __BaseException {
51
35
  readonly name: "ExpiredNextTokenException";
@@ -96,20 +80,12 @@ export interface GetAttributeValuesRequest {
96
80
 
97
81
  MaxResults?: number;
98
82
  }
99
- export declare namespace GetAttributeValuesRequest {
100
-
101
- const filterSensitiveLog: (obj: GetAttributeValuesRequest) => any;
102
- }
103
83
  export interface GetAttributeValuesResponse {
104
84
 
105
85
  AttributeValues?: AttributeValue[];
106
86
 
107
87
  NextToken?: string;
108
88
  }
109
- export declare namespace GetAttributeValuesResponse {
110
-
111
- const filterSensitiveLog: (obj: GetAttributeValuesResponse) => any;
112
- }
113
89
  export declare enum FilterType {
114
90
  TERM_MATCH = "TERM_MATCH"
115
91
  }
@@ -122,10 +98,6 @@ export interface Filter {
122
98
 
123
99
  Value: string | undefined;
124
100
  }
125
- export declare namespace Filter {
126
-
127
- const filterSensitiveLog: (obj: Filter) => any;
128
- }
129
101
  export interface GetProductsRequest {
130
102
 
131
103
  ServiceCode: string | undefined;
@@ -138,10 +110,6 @@ export interface GetProductsRequest {
138
110
 
139
111
  MaxResults?: number;
140
112
  }
141
- export declare namespace GetProductsRequest {
142
-
143
- const filterSensitiveLog: (obj: GetProductsRequest) => any;
144
- }
145
113
  export interface GetProductsResponse {
146
114
 
147
115
  FormatVersion?: string;
@@ -150,7 +118,21 @@ export interface GetProductsResponse {
150
118
 
151
119
  NextToken?: string;
152
120
  }
153
- export declare namespace GetProductsResponse {
154
-
155
- const filterSensitiveLog: (obj: GetProductsResponse) => any;
156
- }
121
+
122
+ export declare const AttributeValueFilterSensitiveLog: (obj: AttributeValue) => any;
123
+
124
+ export declare const DescribeServicesRequestFilterSensitiveLog: (obj: DescribeServicesRequest) => any;
125
+
126
+ export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
127
+
128
+ export declare const DescribeServicesResponseFilterSensitiveLog: (obj: DescribeServicesResponse) => any;
129
+
130
+ export declare const GetAttributeValuesRequestFilterSensitiveLog: (obj: GetAttributeValuesRequest) => any;
131
+
132
+ export declare const GetAttributeValuesResponseFilterSensitiveLog: (obj: GetAttributeValuesResponse) => any;
133
+
134
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
135
+
136
+ export declare const GetProductsRequestFilterSensitiveLog: (obj: GetProductsRequest) => any;
137
+
138
+ export declare const GetProductsResponseFilterSensitiveLog: (obj: GetProductsResponse) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pricing",
3
3
  "description": "AWS SDK for JavaScript Pricing Client for Node.js, Browser and React Native",
4
- "version": "3.130.0",
4
+ "version": "3.141.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",
@@ -18,10 +18,10 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.130.0",
21
+ "@aws-sdk/client-sts": "3.141.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.130.0",
24
- "@aws-sdk/fetch-http-handler": "3.127.0",
23
+ "@aws-sdk/credential-provider-node": "3.141.0",
24
+ "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
27
27
  "@aws-sdk/middleware-content-length": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.137.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.137.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",