@aws-sdk/client-marketplace-catalog 3.170.0 → 3.178.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,22 @@
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-marketplace-catalog
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-marketplace-catalog
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-marketplace-catalog
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MarketplaceCatalogClientConfig)
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MarketplaceCatalogClientConfig)
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: MarketplaceCatalogClientConfig)
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -24,7 +24,6 @@ import {
24
24
  StartChangeSetCommandOutput,
25
25
  } from "./commands/StartChangeSetCommand";
26
26
  import { MarketplaceCatalogClient } from "./MarketplaceCatalogClient";
27
-
28
27
  export declare class MarketplaceCatalog extends MarketplaceCatalogClient {
29
28
  cancelChangeSet(
30
29
  args: CancelChangeSetCommandInput,
@@ -39,7 +38,6 @@ export declare class MarketplaceCatalog extends MarketplaceCatalogClient {
39
38
  options: __HttpHandlerOptions,
40
39
  cb: (err: any, data?: CancelChangeSetCommandOutput) => void
41
40
  ): void;
42
-
43
41
  describeChangeSet(
44
42
  args: DescribeChangeSetCommandInput,
45
43
  options?: __HttpHandlerOptions
@@ -53,7 +51,6 @@ export declare class MarketplaceCatalog extends MarketplaceCatalogClient {
53
51
  options: __HttpHandlerOptions,
54
52
  cb: (err: any, data?: DescribeChangeSetCommandOutput) => void
55
53
  ): void;
56
-
57
54
  describeEntity(
58
55
  args: DescribeEntityCommandInput,
59
56
  options?: __HttpHandlerOptions
@@ -67,7 +64,6 @@ export declare class MarketplaceCatalog extends MarketplaceCatalogClient {
67
64
  options: __HttpHandlerOptions,
68
65
  cb: (err: any, data?: DescribeEntityCommandOutput) => void
69
66
  ): void;
70
-
71
67
  listChangeSets(
72
68
  args: ListChangeSetsCommandInput,
73
69
  options?: __HttpHandlerOptions
@@ -81,7 +77,6 @@ export declare class MarketplaceCatalog extends MarketplaceCatalogClient {
81
77
  options: __HttpHandlerOptions,
82
78
  cb: (err: any, data?: ListChangeSetsCommandOutput) => void
83
79
  ): void;
84
-
85
80
  listEntities(
86
81
  args: ListEntitiesCommandInput,
87
82
  options?: __HttpHandlerOptions
@@ -95,7 +90,6 @@ export declare class MarketplaceCatalog extends MarketplaceCatalogClient {
95
90
  options: __HttpHandlerOptions,
96
91
  cb: (err: any, data?: ListEntitiesCommandOutput) => void
97
92
  ): void;
98
-
99
93
  startChangeSet(
100
94
  args: StartChangeSetCommandInput,
101
95
  options?: __HttpHandlerOptions
@@ -83,47 +83,26 @@ export declare type ServiceOutputTypes =
83
83
  export interface ClientDefaults
84
84
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
85
85
  requestHandler?: __HttpHandler;
86
-
87
86
  sha256?: __HashConstructor;
88
-
89
87
  urlParser?: __UrlParser;
90
-
91
88
  bodyLengthChecker?: __BodyLengthCalculator;
92
-
93
89
  streamCollector?: __StreamCollector;
94
-
95
90
  base64Decoder?: __Decoder;
96
-
97
91
  base64Encoder?: __Encoder;
98
-
99
92
  utf8Decoder?: __Decoder;
100
-
101
93
  utf8Encoder?: __Encoder;
102
-
103
94
  runtime?: string;
104
-
105
95
  disableHostPrefix?: boolean;
106
-
107
96
  maxAttempts?: number | __Provider<number>;
108
-
109
97
  retryMode?: string | __Provider<string>;
110
-
111
98
  logger?: __Logger;
112
-
113
99
  useDualstackEndpoint?: boolean | __Provider<boolean>;
114
-
115
100
  useFipsEndpoint?: boolean | __Provider<boolean>;
116
-
117
101
  serviceId?: string;
118
-
119
102
  region?: string | __Provider<string>;
120
-
121
103
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
122
-
123
104
  regionInfoProvider?: RegionInfoProvider;
124
-
125
105
  defaultUserAgentProvider?: Provider<__UserAgent>;
126
-
127
106
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
128
107
  }
129
108
  declare type MarketplaceCatalogClientConfigType = Partial<
@@ -136,7 +115,6 @@ declare type MarketplaceCatalogClientConfigType = Partial<
136
115
  HostHeaderInputConfig &
137
116
  AwsAuthInputConfig &
138
117
  UserAgentInputConfig;
139
-
140
118
  export interface MarketplaceCatalogClientConfig
141
119
  extends MarketplaceCatalogClientConfigType {}
142
120
  declare type MarketplaceCatalogClientResolvedConfigType =
@@ -148,10 +126,8 @@ declare type MarketplaceCatalogClientResolvedConfigType =
148
126
  HostHeaderResolvedConfig &
149
127
  AwsAuthResolvedConfig &
150
128
  UserAgentResolvedConfig;
151
-
152
129
  export interface MarketplaceCatalogClientResolvedConfig
153
130
  extends MarketplaceCatalogClientResolvedConfigType {}
154
-
155
131
  export declare class MarketplaceCatalogClient extends __Client<
156
132
  __HttpHandlerOptions,
157
133
  ServiceInputTypes,
@@ -160,7 +136,6 @@ export declare class MarketplaceCatalogClient extends __Client<
160
136
  > {
161
137
  readonly config: MarketplaceCatalogClientResolvedConfig;
162
138
  constructor(configuration: MarketplaceCatalogClientConfig);
163
-
164
139
  destroy(): void;
165
140
  }
166
141
  export {};
@@ -18,7 +18,6 @@ export interface CancelChangeSetCommandInput extends CancelChangeSetRequest {}
18
18
  export interface CancelChangeSetCommandOutput
19
19
  extends CancelChangeSetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CancelChangeSetCommand extends $Command<
23
22
  CancelChangeSetCommandInput,
24
23
  CancelChangeSetCommandOutput,
@@ -26,7 +25,6 @@ export declare class CancelChangeSetCommand extends $Command<
26
25
  > {
27
26
  readonly input: CancelChangeSetCommandInput;
28
27
  constructor(input: CancelChangeSetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MarketplaceCatalogClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeChangeSetCommandInput
19
19
  export interface DescribeChangeSetCommandOutput
20
20
  extends DescribeChangeSetResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeChangeSetCommand extends $Command<
24
23
  DescribeChangeSetCommandInput,
25
24
  DescribeChangeSetCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeChangeSetCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeChangeSetCommandInput;
29
28
  constructor(input: DescribeChangeSetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MarketplaceCatalogClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeEntityCommandInput extends DescribeEntityRequest {}
18
18
  export interface DescribeEntityCommandOutput
19
19
  extends DescribeEntityResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeEntityCommand extends $Command<
23
22
  DescribeEntityCommandInput,
24
23
  DescribeEntityCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeEntityCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeEntityCommandInput;
28
27
  constructor(input: DescribeEntityCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MarketplaceCatalogClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListChangeSetsCommandInput extends ListChangeSetsRequest {}
18
18
  export interface ListChangeSetsCommandOutput
19
19
  extends ListChangeSetsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListChangeSetsCommand extends $Command<
23
22
  ListChangeSetsCommandInput,
24
23
  ListChangeSetsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListChangeSetsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListChangeSetsCommandInput;
28
27
  constructor(input: ListChangeSetsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MarketplaceCatalogClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListEntitiesCommandInput extends ListEntitiesRequest {}
15
15
  export interface ListEntitiesCommandOutput
16
16
  extends ListEntitiesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListEntitiesCommand extends $Command<
20
19
  ListEntitiesCommandInput,
21
20
  ListEntitiesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListEntitiesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListEntitiesCommandInput;
25
24
  constructor(input: ListEntitiesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MarketplaceCatalogClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface StartChangeSetCommandInput extends StartChangeSetRequest {}
18
18
  export interface StartChangeSetCommandOutput
19
19
  extends StartChangeSetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class StartChangeSetCommand extends $Command<
23
22
  StartChangeSetCommandInput,
24
23
  StartChangeSetCommandOutput,
@@ -26,7 +25,6 @@ export declare class StartChangeSetCommand extends $Command<
26
25
  > {
27
26
  readonly input: StartChangeSetCommandInput;
28
27
  constructor(input: StartChangeSetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MarketplaceCatalogClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class MarketplaceCatalogServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,102 +1,78 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { MarketplaceCatalogServiceException as __BaseException } from "./MarketplaceCatalogServiceException";
3
-
4
3
  export declare class AccessDeniedException extends __BaseException {
5
4
  readonly name: "AccessDeniedException";
6
5
  readonly $fault: "client";
7
6
  Message?: string;
8
-
9
7
  constructor(
10
8
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
9
  );
12
10
  }
13
11
  export interface CancelChangeSetRequest {
14
12
  Catalog: string | undefined;
15
-
16
13
  ChangeSetId: string | undefined;
17
14
  }
18
15
  export interface CancelChangeSetResponse {
19
16
  ChangeSetId?: string;
20
-
21
17
  ChangeSetArn?: string;
22
18
  }
23
-
24
19
  export declare class InternalServiceException extends __BaseException {
25
20
  readonly name: "InternalServiceException";
26
21
  readonly $fault: "server";
27
22
  Message?: string;
28
-
29
23
  constructor(
30
24
  opts: __ExceptionOptionType<InternalServiceException, __BaseException>
31
25
  );
32
26
  }
33
-
34
27
  export declare class ResourceInUseException extends __BaseException {
35
28
  readonly name: "ResourceInUseException";
36
29
  readonly $fault: "client";
37
30
  Message?: string;
38
-
39
31
  constructor(
40
32
  opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
41
33
  );
42
34
  }
43
-
44
35
  export declare class ResourceNotFoundException extends __BaseException {
45
36
  readonly name: "ResourceNotFoundException";
46
37
  readonly $fault: "client";
47
38
  Message?: string;
48
-
49
39
  constructor(
50
40
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
51
41
  );
52
42
  }
53
-
54
43
  export declare class ThrottlingException extends __BaseException {
55
44
  readonly name: "ThrottlingException";
56
45
  readonly $fault: "client";
57
46
  Message?: string;
58
-
59
47
  constructor(
60
48
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
61
49
  );
62
50
  }
63
-
64
51
  export declare class ValidationException extends __BaseException {
65
52
  readonly name: "ValidationException";
66
53
  readonly $fault: "client";
67
54
  Message?: string;
68
-
69
55
  constructor(
70
56
  opts: __ExceptionOptionType<ValidationException, __BaseException>
71
57
  );
72
58
  }
73
59
  export interface DescribeChangeSetRequest {
74
60
  Catalog: string | undefined;
75
-
76
61
  ChangeSetId: string | undefined;
77
62
  }
78
-
79
63
  export interface Entity {
80
64
  Type: string | undefined;
81
-
82
65
  Identifier?: string;
83
66
  }
84
-
85
67
  export interface ErrorDetail {
86
68
  ErrorCode?: string;
87
-
88
69
  ErrorMessage?: string;
89
70
  }
90
-
91
71
  export interface ChangeSummary {
92
72
  ChangeType?: string;
93
-
94
73
  Entity?: Entity;
95
-
96
74
  Details?: string;
97
-
98
75
  ErrorDetailList?: ErrorDetail[];
99
-
100
76
  ChangeName?: string;
101
77
  }
102
78
  export declare enum FailureCode {
@@ -112,232 +88,158 @@ export declare enum ChangeStatus {
112
88
  }
113
89
  export interface DescribeChangeSetResponse {
114
90
  ChangeSetId?: string;
115
-
116
91
  ChangeSetArn?: string;
117
-
118
92
  ChangeSetName?: string;
119
-
120
93
  StartTime?: string;
121
-
122
94
  EndTime?: string;
123
-
124
95
  Status?: ChangeStatus | string;
125
-
126
96
  FailureCode?: FailureCode | string;
127
-
128
97
  FailureDescription?: string;
129
-
130
98
  ChangeSet?: ChangeSummary[];
131
99
  }
132
100
  export interface DescribeEntityRequest {
133
101
  Catalog: string | undefined;
134
-
135
102
  EntityId: string | undefined;
136
103
  }
137
104
  export interface DescribeEntityResponse {
138
105
  EntityType?: string;
139
-
140
106
  EntityIdentifier?: string;
141
-
142
107
  EntityArn?: string;
143
-
144
108
  LastModifiedDate?: string;
145
-
146
109
  Details?: string;
147
110
  }
148
-
149
111
  export declare class ResourceNotSupportedException extends __BaseException {
150
112
  readonly name: "ResourceNotSupportedException";
151
113
  readonly $fault: "client";
152
114
  Message?: string;
153
-
154
115
  constructor(
155
116
  opts: __ExceptionOptionType<ResourceNotSupportedException, __BaseException>
156
117
  );
157
118
  }
158
-
159
119
  export interface Filter {
160
120
  Name?: string;
161
-
162
121
  ValueList?: string[];
163
122
  }
164
123
  export declare enum SortOrder {
165
124
  ASCENDING = "ASCENDING",
166
125
  DESCENDING = "DESCENDING",
167
126
  }
168
-
169
127
  export interface Sort {
170
128
  SortBy?: string;
171
-
172
129
  SortOrder?: SortOrder | string;
173
130
  }
174
131
  export interface ListChangeSetsRequest {
175
132
  Catalog: string | undefined;
176
-
177
133
  FilterList?: Filter[];
178
-
179
134
  Sort?: Sort;
180
-
181
135
  MaxResults?: number;
182
-
183
136
  NextToken?: string;
184
137
  }
185
-
186
138
  export interface ChangeSetSummaryListItem {
187
139
  ChangeSetId?: string;
188
-
189
140
  ChangeSetArn?: string;
190
-
191
141
  ChangeSetName?: string;
192
-
193
142
  StartTime?: string;
194
-
195
143
  EndTime?: string;
196
-
197
144
  Status?: ChangeStatus | string;
198
-
199
145
  EntityIdList?: string[];
200
-
201
146
  FailureCode?: FailureCode | string;
202
147
  }
203
148
  export interface ListChangeSetsResponse {
204
149
  ChangeSetSummaryList?: ChangeSetSummaryListItem[];
205
-
206
150
  NextToken?: string;
207
151
  }
208
152
  export interface ListEntitiesRequest {
209
153
  Catalog: string | undefined;
210
-
211
154
  EntityType: string | undefined;
212
-
213
155
  FilterList?: Filter[];
214
-
215
156
  Sort?: Sort;
216
-
217
157
  NextToken?: string;
218
-
219
158
  MaxResults?: number;
220
159
  }
221
-
222
160
  export interface EntitySummary {
223
161
  Name?: string;
224
-
225
162
  EntityType?: string;
226
-
227
163
  EntityId?: string;
228
-
229
164
  EntityArn?: string;
230
-
231
165
  LastModifiedDate?: string;
232
-
233
166
  Visibility?: string;
234
167
  }
235
168
  export interface ListEntitiesResponse {
236
169
  EntitySummaryList?: EntitySummary[];
237
-
238
170
  NextToken?: string;
239
171
  }
240
-
241
172
  export declare class ServiceQuotaExceededException extends __BaseException {
242
173
  readonly name: "ServiceQuotaExceededException";
243
174
  readonly $fault: "client";
244
175
  Message?: string;
245
-
246
176
  constructor(
247
177
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
248
178
  );
249
179
  }
250
-
251
180
  export interface Change {
252
181
  ChangeType: string | undefined;
253
-
254
182
  Entity: Entity | undefined;
255
-
256
183
  Details: string | undefined;
257
-
258
184
  ChangeName?: string;
259
185
  }
260
186
  export interface StartChangeSetRequest {
261
187
  Catalog: string | undefined;
262
-
263
188
  ChangeSet: Change[] | undefined;
264
-
265
189
  ChangeSetName?: string;
266
-
267
190
  ClientRequestToken?: string;
268
191
  }
269
192
  export interface StartChangeSetResponse {
270
193
  ChangeSetId?: string;
271
-
272
194
  ChangeSetArn?: string;
273
195
  }
274
-
275
196
  export declare const CancelChangeSetRequestFilterSensitiveLog: (
276
197
  obj: CancelChangeSetRequest
277
198
  ) => any;
278
-
279
199
  export declare const CancelChangeSetResponseFilterSensitiveLog: (
280
200
  obj: CancelChangeSetResponse
281
201
  ) => any;
282
-
283
202
  export declare const DescribeChangeSetRequestFilterSensitiveLog: (
284
203
  obj: DescribeChangeSetRequest
285
204
  ) => any;
286
-
287
205
  export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
288
-
289
206
  export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
290
-
291
207
  export declare const ChangeSummaryFilterSensitiveLog: (
292
208
  obj: ChangeSummary
293
209
  ) => any;
294
-
295
210
  export declare const DescribeChangeSetResponseFilterSensitiveLog: (
296
211
  obj: DescribeChangeSetResponse
297
212
  ) => any;
298
-
299
213
  export declare const DescribeEntityRequestFilterSensitiveLog: (
300
214
  obj: DescribeEntityRequest
301
215
  ) => any;
302
-
303
216
  export declare const DescribeEntityResponseFilterSensitiveLog: (
304
217
  obj: DescribeEntityResponse
305
218
  ) => any;
306
-
307
219
  export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
308
-
309
220
  export declare const SortFilterSensitiveLog: (obj: Sort) => any;
310
-
311
221
  export declare const ListChangeSetsRequestFilterSensitiveLog: (
312
222
  obj: ListChangeSetsRequest
313
223
  ) => any;
314
-
315
224
  export declare const ChangeSetSummaryListItemFilterSensitiveLog: (
316
225
  obj: ChangeSetSummaryListItem
317
226
  ) => any;
318
-
319
227
  export declare const ListChangeSetsResponseFilterSensitiveLog: (
320
228
  obj: ListChangeSetsResponse
321
229
  ) => any;
322
-
323
230
  export declare const ListEntitiesRequestFilterSensitiveLog: (
324
231
  obj: ListEntitiesRequest
325
232
  ) => any;
326
-
327
233
  export declare const EntitySummaryFilterSensitiveLog: (
328
234
  obj: EntitySummary
329
235
  ) => any;
330
-
331
236
  export declare const ListEntitiesResponseFilterSensitiveLog: (
332
237
  obj: ListEntitiesResponse
333
238
  ) => any;
334
-
335
239
  export declare const ChangeFilterSensitiveLog: (obj: Change) => any;
336
-
337
240
  export declare const StartChangeSetRequestFilterSensitiveLog: (
338
241
  obj: StartChangeSetRequest
339
242
  ) => any;
340
-
341
243
  export declare const StartChangeSetResponseFilterSensitiveLog: (
342
244
  obj: StartChangeSetResponse
343
245
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { MarketplaceCatalogClientConfig } from "./MarketplaceCatalogClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: MarketplaceCatalogClientConfig
6
5
  ) => {
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
53
52
  | undefined;
54
53
  signer?:
55
54
  | import("@aws-sdk/types").RequestSigner
56
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | ((
56
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
57
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
57
58
  | undefined;
58
59
  signingEscapePath?: boolean | undefined;
59
60
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { MarketplaceCatalogClientConfig } from "./MarketplaceCatalogClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: MarketplaceCatalogClientConfig
6
5
  ) => {
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
53
52
  | undefined;
54
53
  signer?:
55
54
  | import("@aws-sdk/types").RequestSigner
56
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | ((
56
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
57
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
57
58
  | undefined;
58
59
  signingEscapePath?: boolean | undefined;
59
60
  systemClockOffset?: number | undefined;
@@ -1,5 +1,4 @@
1
1
  import { MarketplaceCatalogClientConfig } from "./MarketplaceCatalogClient";
2
-
3
2
  export declare const getRuntimeConfig: (
4
3
  config: MarketplaceCatalogClientConfig
5
4
  ) => {
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
54
53
  | undefined;
55
54
  signer?:
56
55
  | import("@aws-sdk/types").RequestSigner
57
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
56
+ | ((
57
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
58
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
58
59
  | undefined;
59
60
  signingEscapePath?: boolean | undefined;
60
61
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { MarketplaceCatalogClientConfig } from "./MarketplaceCatalogClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: MarketplaceCatalogClientConfig
6
5
  ) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-catalog",
3
3
  "description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.178.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",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.178.0",
23
+ "@aws-sdk/config-resolver": "3.178.0",
24
+ "@aws-sdk/credential-provider-node": "3.178.0",
25
+ "@aws-sdk/fetch-http-handler": "3.178.0",
26
+ "@aws-sdk/hash-node": "3.178.0",
27
+ "@aws-sdk/invalid-dependency": "3.178.0",
28
+ "@aws-sdk/middleware-content-length": "3.178.0",
29
+ "@aws-sdk/middleware-host-header": "3.178.0",
30
+ "@aws-sdk/middleware-logger": "3.178.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.178.0",
32
+ "@aws-sdk/middleware-retry": "3.178.0",
33
+ "@aws-sdk/middleware-serde": "3.178.0",
34
+ "@aws-sdk/middleware-signing": "3.178.0",
35
+ "@aws-sdk/middleware-stack": "3.178.0",
36
+ "@aws-sdk/middleware-user-agent": "3.178.0",
37
+ "@aws-sdk/node-config-provider": "3.178.0",
38
+ "@aws-sdk/node-http-handler": "3.178.0",
39
+ "@aws-sdk/protocol-http": "3.178.0",
40
+ "@aws-sdk/smithy-client": "3.178.0",
41
+ "@aws-sdk/types": "3.178.0",
42
+ "@aws-sdk/url-parser": "3.178.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.178.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.178.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.178.0",
50
+ "@aws-sdk/util-user-agent-node": "3.178.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1",