@aws-sdk/client-marketplace-catalog 3.1087.0 → 3.1088.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.
Files changed (32) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/MarketplaceCatalog.d.ts +42 -45
  3. package/dist-types/ts3.4/MarketplaceCatalogClient.d.ts +6 -19
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchDescribeEntitiesCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CancelChangeSetCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/StartChangeSetCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  21. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  22. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  23. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  24. package/dist-types/ts3.4/models/errors.d.ts +8 -24
  25. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  26. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  27. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  28. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  29. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  30. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  31. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  32. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -47,10 +47,7 @@ import {
47
47
  StartChangeSetCommandInput,
48
48
  StartChangeSetCommandOutput,
49
49
  } from "./commands/StartChangeSetCommand";
50
- import {
51
- TagResourceCommandInput,
52
- TagResourceCommandOutput,
53
- } from "./commands/TagResourceCommand";
50
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
54
51
  import {
55
52
  UntagResourceCommandInput,
56
53
  UntagResourceCommandOutput,
@@ -59,186 +56,186 @@ import { MarketplaceCatalogClient } from "./MarketplaceCatalogClient";
59
56
  export interface MarketplaceCatalog {
60
57
  batchDescribeEntities(
61
58
  args: BatchDescribeEntitiesCommandInput,
62
- options?: __HttpHandlerOptions
59
+ options?: __HttpHandlerOptions,
63
60
  ): Promise<BatchDescribeEntitiesCommandOutput>;
64
61
  batchDescribeEntities(
65
62
  args: BatchDescribeEntitiesCommandInput,
66
- cb: (err: any, data?: BatchDescribeEntitiesCommandOutput) => void
63
+ cb: (err: any, data?: BatchDescribeEntitiesCommandOutput) => void,
67
64
  ): void;
68
65
  batchDescribeEntities(
69
66
  args: BatchDescribeEntitiesCommandInput,
70
67
  options: __HttpHandlerOptions,
71
- cb: (err: any, data?: BatchDescribeEntitiesCommandOutput) => void
68
+ cb: (err: any, data?: BatchDescribeEntitiesCommandOutput) => void,
72
69
  ): void;
73
70
  cancelChangeSet(
74
71
  args: CancelChangeSetCommandInput,
75
- options?: __HttpHandlerOptions
72
+ options?: __HttpHandlerOptions,
76
73
  ): Promise<CancelChangeSetCommandOutput>;
77
74
  cancelChangeSet(
78
75
  args: CancelChangeSetCommandInput,
79
- cb: (err: any, data?: CancelChangeSetCommandOutput) => void
76
+ cb: (err: any, data?: CancelChangeSetCommandOutput) => void,
80
77
  ): void;
81
78
  cancelChangeSet(
82
79
  args: CancelChangeSetCommandInput,
83
80
  options: __HttpHandlerOptions,
84
- cb: (err: any, data?: CancelChangeSetCommandOutput) => void
81
+ cb: (err: any, data?: CancelChangeSetCommandOutput) => void,
85
82
  ): void;
86
83
  deleteResourcePolicy(
87
84
  args: DeleteResourcePolicyCommandInput,
88
- options?: __HttpHandlerOptions
85
+ options?: __HttpHandlerOptions,
89
86
  ): Promise<DeleteResourcePolicyCommandOutput>;
90
87
  deleteResourcePolicy(
91
88
  args: DeleteResourcePolicyCommandInput,
92
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
89
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
93
90
  ): void;
94
91
  deleteResourcePolicy(
95
92
  args: DeleteResourcePolicyCommandInput,
96
93
  options: __HttpHandlerOptions,
97
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
94
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
98
95
  ): void;
99
96
  describeChangeSet(
100
97
  args: DescribeChangeSetCommandInput,
101
- options?: __HttpHandlerOptions
98
+ options?: __HttpHandlerOptions,
102
99
  ): Promise<DescribeChangeSetCommandOutput>;
103
100
  describeChangeSet(
104
101
  args: DescribeChangeSetCommandInput,
105
- cb: (err: any, data?: DescribeChangeSetCommandOutput) => void
102
+ cb: (err: any, data?: DescribeChangeSetCommandOutput) => void,
106
103
  ): void;
107
104
  describeChangeSet(
108
105
  args: DescribeChangeSetCommandInput,
109
106
  options: __HttpHandlerOptions,
110
- cb: (err: any, data?: DescribeChangeSetCommandOutput) => void
107
+ cb: (err: any, data?: DescribeChangeSetCommandOutput) => void,
111
108
  ): void;
112
109
  describeEntity(
113
110
  args: DescribeEntityCommandInput,
114
- options?: __HttpHandlerOptions
111
+ options?: __HttpHandlerOptions,
115
112
  ): Promise<DescribeEntityCommandOutput>;
116
113
  describeEntity(
117
114
  args: DescribeEntityCommandInput,
118
- cb: (err: any, data?: DescribeEntityCommandOutput) => void
115
+ cb: (err: any, data?: DescribeEntityCommandOutput) => void,
119
116
  ): void;
120
117
  describeEntity(
121
118
  args: DescribeEntityCommandInput,
122
119
  options: __HttpHandlerOptions,
123
- cb: (err: any, data?: DescribeEntityCommandOutput) => void
120
+ cb: (err: any, data?: DescribeEntityCommandOutput) => void,
124
121
  ): void;
125
122
  getResourcePolicy(
126
123
  args: GetResourcePolicyCommandInput,
127
- options?: __HttpHandlerOptions
124
+ options?: __HttpHandlerOptions,
128
125
  ): Promise<GetResourcePolicyCommandOutput>;
129
126
  getResourcePolicy(
130
127
  args: GetResourcePolicyCommandInput,
131
- cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
128
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
132
129
  ): void;
133
130
  getResourcePolicy(
134
131
  args: GetResourcePolicyCommandInput,
135
132
  options: __HttpHandlerOptions,
136
- cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
133
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
137
134
  ): void;
138
135
  listChangeSets(
139
136
  args: ListChangeSetsCommandInput,
140
- options?: __HttpHandlerOptions
137
+ options?: __HttpHandlerOptions,
141
138
  ): Promise<ListChangeSetsCommandOutput>;
142
139
  listChangeSets(
143
140
  args: ListChangeSetsCommandInput,
144
- cb: (err: any, data?: ListChangeSetsCommandOutput) => void
141
+ cb: (err: any, data?: ListChangeSetsCommandOutput) => void,
145
142
  ): void;
146
143
  listChangeSets(
147
144
  args: ListChangeSetsCommandInput,
148
145
  options: __HttpHandlerOptions,
149
- cb: (err: any, data?: ListChangeSetsCommandOutput) => void
146
+ cb: (err: any, data?: ListChangeSetsCommandOutput) => void,
150
147
  ): void;
151
148
  listEntities(
152
149
  args: ListEntitiesCommandInput,
153
- options?: __HttpHandlerOptions
150
+ options?: __HttpHandlerOptions,
154
151
  ): Promise<ListEntitiesCommandOutput>;
155
152
  listEntities(
156
153
  args: ListEntitiesCommandInput,
157
- cb: (err: any, data?: ListEntitiesCommandOutput) => void
154
+ cb: (err: any, data?: ListEntitiesCommandOutput) => void,
158
155
  ): void;
159
156
  listEntities(
160
157
  args: ListEntitiesCommandInput,
161
158
  options: __HttpHandlerOptions,
162
- cb: (err: any, data?: ListEntitiesCommandOutput) => void
159
+ cb: (err: any, data?: ListEntitiesCommandOutput) => void,
163
160
  ): void;
164
161
  listTagsForResource(
165
162
  args: ListTagsForResourceCommandInput,
166
- options?: __HttpHandlerOptions
163
+ options?: __HttpHandlerOptions,
167
164
  ): Promise<ListTagsForResourceCommandOutput>;
168
165
  listTagsForResource(
169
166
  args: ListTagsForResourceCommandInput,
170
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
167
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
171
168
  ): void;
172
169
  listTagsForResource(
173
170
  args: ListTagsForResourceCommandInput,
174
171
  options: __HttpHandlerOptions,
175
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
172
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
176
173
  ): void;
177
174
  putResourcePolicy(
178
175
  args: PutResourcePolicyCommandInput,
179
- options?: __HttpHandlerOptions
176
+ options?: __HttpHandlerOptions,
180
177
  ): Promise<PutResourcePolicyCommandOutput>;
181
178
  putResourcePolicy(
182
179
  args: PutResourcePolicyCommandInput,
183
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
180
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
184
181
  ): void;
185
182
  putResourcePolicy(
186
183
  args: PutResourcePolicyCommandInput,
187
184
  options: __HttpHandlerOptions,
188
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
185
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
189
186
  ): void;
190
187
  startChangeSet(
191
188
  args: StartChangeSetCommandInput,
192
- options?: __HttpHandlerOptions
189
+ options?: __HttpHandlerOptions,
193
190
  ): Promise<StartChangeSetCommandOutput>;
194
191
  startChangeSet(
195
192
  args: StartChangeSetCommandInput,
196
- cb: (err: any, data?: StartChangeSetCommandOutput) => void
193
+ cb: (err: any, data?: StartChangeSetCommandOutput) => void,
197
194
  ): void;
198
195
  startChangeSet(
199
196
  args: StartChangeSetCommandInput,
200
197
  options: __HttpHandlerOptions,
201
- cb: (err: any, data?: StartChangeSetCommandOutput) => void
198
+ cb: (err: any, data?: StartChangeSetCommandOutput) => void,
202
199
  ): void;
203
200
  tagResource(
204
201
  args: TagResourceCommandInput,
205
- options?: __HttpHandlerOptions
202
+ options?: __HttpHandlerOptions,
206
203
  ): Promise<TagResourceCommandOutput>;
207
204
  tagResource(
208
205
  args: TagResourceCommandInput,
209
- cb: (err: any, data?: TagResourceCommandOutput) => void
206
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
210
207
  ): void;
211
208
  tagResource(
212
209
  args: TagResourceCommandInput,
213
210
  options: __HttpHandlerOptions,
214
- cb: (err: any, data?: TagResourceCommandOutput) => void
211
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
215
212
  ): void;
216
213
  untagResource(
217
214
  args: UntagResourceCommandInput,
218
- options?: __HttpHandlerOptions
215
+ options?: __HttpHandlerOptions,
219
216
  ): Promise<UntagResourceCommandOutput>;
220
217
  untagResource(
221
218
  args: UntagResourceCommandInput,
222
- cb: (err: any, data?: UntagResourceCommandOutput) => void
219
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
223
220
  ): void;
224
221
  untagResource(
225
222
  args: UntagResourceCommandInput,
226
223
  options: __HttpHandlerOptions,
227
- cb: (err: any, data?: UntagResourceCommandOutput) => void
224
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
228
225
  ): void;
229
226
  paginateListChangeSets(
230
227
  args: ListChangeSetsCommandInput,
231
228
  paginationConfig?: Pick<
232
229
  PaginationConfiguration,
233
230
  Exclude<keyof PaginationConfiguration, "client">
234
- >
231
+ >,
235
232
  ): Paginator<ListChangeSetsCommandOutput>;
236
233
  paginateListEntities(
237
234
  args: ListEntitiesCommandInput,
238
235
  paginationConfig?: Pick<
239
236
  PaginationConfiguration,
240
237
  Exclude<keyof PaginationConfiguration, "client">
241
- >
238
+ >,
242
239
  ): Paginator<ListEntitiesCommandOutput>;
243
240
  }
244
241
  export declare class MarketplaceCatalog
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -80,10 +77,7 @@ import {
80
77
  StartChangeSetCommandInput,
81
78
  StartChangeSetCommandOutput,
82
79
  } from "./commands/StartChangeSetCommand";
83
- import {
84
- TagResourceCommandInput,
85
- TagResourceCommandOutput,
86
- } from "./commands/TagResourceCommand";
80
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
87
81
  import {
88
82
  UntagResourceCommandInput,
89
83
  UntagResourceCommandOutput,
@@ -123,8 +117,7 @@ export type ServiceOutputTypes =
123
117
  | StartChangeSetCommandOutput
124
118
  | TagResourceCommandOutput
125
119
  | UntagResourceCommandOutput;
126
- export interface ClientDefaults
127
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
120
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
128
121
  requestHandler?: __HttpHandlerUserInput;
129
122
  sha256?: __ChecksumConstructor | __HashConstructor;
130
123
  urlParser?: __UrlParser;
@@ -160,8 +153,7 @@ export type MarketplaceCatalogClientConfigType = Partial<
160
153
  EndpointInputConfig<EndpointParameters> &
161
154
  HttpAuthSchemeInputConfig &
162
155
  ClientInputEndpointParameters;
163
- export interface MarketplaceCatalogClientConfig
164
- extends MarketplaceCatalogClientConfigType {}
156
+ export interface MarketplaceCatalogClientConfig extends MarketplaceCatalogClientConfigType {}
165
157
  export type MarketplaceCatalogClientResolvedConfigType =
166
158
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
167
159
  Required<ClientDefaults> &
@@ -173,8 +165,7 @@ export type MarketplaceCatalogClientResolvedConfigType =
173
165
  EndpointResolvedConfig<EndpointParameters> &
174
166
  HttpAuthSchemeResolvedConfig &
175
167
  ClientResolvedEndpointParameters;
176
- export interface MarketplaceCatalogClientResolvedConfig
177
- extends MarketplaceCatalogClientResolvedConfigType {}
168
+ export interface MarketplaceCatalogClientResolvedConfig extends MarketplaceCatalogClientResolvedConfigType {}
178
169
  export declare class MarketplaceCatalogClient extends __Client<
179
170
  __HttpHandlerOptions,
180
171
  ServiceInputTypes,
@@ -182,10 +173,6 @@ export declare class MarketplaceCatalogClient extends __Client<
182
173
  MarketplaceCatalogClientResolvedConfig
183
174
  > {
184
175
  readonly config: MarketplaceCatalogClientResolvedConfig;
185
- constructor(
186
- ...[
187
- configuration,
188
- ]: __CheckOptionalClientConfig<MarketplaceCatalogClientConfig>
189
- );
176
+ constructor(...[configuration]: __CheckOptionalClientConfig<MarketplaceCatalogClientConfig>);
190
177
  destroy(): void;
191
178
  }
@@ -7,17 +7,10 @@ import { MarketplaceCatalogHttpAuthSchemeProvider } from "./httpAuthSchemeProvid
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: MarketplaceCatalogHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: MarketplaceCatalogHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): MarketplaceCatalogHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { MarketplaceCatalogClientResolvedConfig } from "../MarketplaceCatalogClient";
15
- export interface MarketplaceCatalogHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface MarketplaceCatalogHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface MarketplaceCatalogHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- MarketplaceCatalogClientResolvedConfig,
22
- HandlerExecutionContext,
23
- MarketplaceCatalogHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface MarketplaceCatalogHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ MarketplaceCatalogClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ MarketplaceCatalogHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultMarketplaceCatalogHttpAuthSchemeParametersProvider: (
27
25
  config: MarketplaceCatalogClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<MarketplaceCatalogHttpAuthSchemeParameters>;
31
- export interface MarketplaceCatalogHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<MarketplaceCatalogHttpAuthSchemeParameters> {}
29
+ export interface MarketplaceCatalogHttpAuthSchemeProvider extends HttpAuthSchemeProvider<MarketplaceCatalogHttpAuthSchemeParameters> {}
33
30
  export declare const defaultMarketplaceCatalogHttpAuthSchemeProvider: MarketplaceCatalogHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: MarketplaceCatalogHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: MarketplaceCatalogHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./MarketplaceCatalogClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  MarketplaceCatalogClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDescribeEntitiesRequest,
4
- BatchDescribeEntitiesResponse,
5
- } from "../models/models_0";
2
+ import { BatchDescribeEntitiesRequest, BatchDescribeEntitiesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchDescribeEntitiesCommandInput
8
- extends BatchDescribeEntitiesRequest {}
4
+ export interface BatchDescribeEntitiesCommandInput extends BatchDescribeEntitiesRequest {}
9
5
  export interface BatchDescribeEntitiesCommandOutput
10
- extends BatchDescribeEntitiesResponse,
11
- __MetadataBearer {}
6
+ extends BatchDescribeEntitiesResponse, __MetadataBearer {}
12
7
  declare const BatchDescribeEntitiesCommand_base: {
13
8
  new (
14
- input: BatchDescribeEntitiesCommandInput
9
+ input: BatchDescribeEntitiesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchDescribeEntitiesCommandInput,
17
12
  BatchDescribeEntitiesCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchDescribeEntitiesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchDescribeEntitiesCommandInput
18
+ input: BatchDescribeEntitiesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchDescribeEntitiesCommandInput,
26
21
  BatchDescribeEntitiesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CancelChangeSetRequest,
4
- CancelChangeSetResponse,
5
- } from "../models/models_0";
2
+ import { CancelChangeSetRequest, CancelChangeSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CancelChangeSetCommandInput extends CancelChangeSetRequest {}
8
- export interface CancelChangeSetCommandOutput
9
- extends CancelChangeSetResponse,
10
- __MetadataBearer {}
5
+ export interface CancelChangeSetCommandOutput extends CancelChangeSetResponse, __MetadataBearer {}
11
6
  declare const CancelChangeSetCommand_base: {
12
7
  new (
13
- input: CancelChangeSetCommandInput
8
+ input: CancelChangeSetCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CancelChangeSetCommandInput,
16
11
  CancelChangeSetCommandOutput,
@@ -19,7 +14,7 @@ declare const CancelChangeSetCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CancelChangeSetCommandInput
17
+ input: CancelChangeSetCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CancelChangeSetCommandInput,
25
20
  CancelChangeSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteResourcePolicyRequest,
4
- DeleteResourcePolicyResponse,
5
- } from "../models/models_0";
2
+ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteResourcePolicyCommandInput
8
- extends DeleteResourcePolicyRequest {}
4
+ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
9
5
  export interface DeleteResourcePolicyCommandOutput
10
- extends DeleteResourcePolicyResponse,
11
- __MetadataBearer {}
6
+ extends DeleteResourcePolicyResponse, __MetadataBearer {}
12
7
  declare const DeleteResourcePolicyCommand_base: {
13
8
  new (
14
- input: DeleteResourcePolicyCommandInput
9
+ input: DeleteResourcePolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteResourcePolicyCommandInput,
17
12
  DeleteResourcePolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteResourcePolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteResourcePolicyCommandInput
18
+ input: DeleteResourcePolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteResourcePolicyCommandInput,
26
21
  DeleteResourcePolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeChangeSetRequest,
4
- DescribeChangeSetResponse,
5
- } from "../models/models_0";
2
+ import { DescribeChangeSetRequest, DescribeChangeSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeChangeSetCommandInput
8
- extends DescribeChangeSetRequest {}
4
+ export interface DescribeChangeSetCommandInput extends DescribeChangeSetRequest {}
9
5
  export interface DescribeChangeSetCommandOutput
10
- extends DescribeChangeSetResponse,
11
- __MetadataBearer {}
6
+ extends DescribeChangeSetResponse, __MetadataBearer {}
12
7
  declare const DescribeChangeSetCommand_base: {
13
8
  new (
14
- input: DescribeChangeSetCommandInput
9
+ input: DescribeChangeSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeChangeSetCommandInput,
17
12
  DescribeChangeSetCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeChangeSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeChangeSetCommandInput
18
+ input: DescribeChangeSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeChangeSetCommandInput,
26
21
  DescribeChangeSetCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeEntityRequest,
4
- DescribeEntityResponse,
5
- } from "../models/models_0";
2
+ import { DescribeEntityRequest, DescribeEntityResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeEntityCommandInput extends DescribeEntityRequest {}
8
- export interface DescribeEntityCommandOutput
9
- extends DescribeEntityResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeEntityCommandOutput extends DescribeEntityResponse, __MetadataBearer {}
11
6
  declare const DescribeEntityCommand_base: {
12
7
  new (
13
- input: DescribeEntityCommandInput
8
+ input: DescribeEntityCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeEntityCommandInput,
16
11
  DescribeEntityCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeEntityCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeEntityCommandInput
17
+ input: DescribeEntityCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeEntityCommandInput,
25
20
  DescribeEntityCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetResourcePolicyRequest,
4
- GetResourcePolicyResponse,
5
- } from "../models/models_0";
2
+ import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetResourcePolicyCommandInput
8
- extends GetResourcePolicyRequest {}
4
+ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {}
9
5
  export interface GetResourcePolicyCommandOutput
10
- extends GetResourcePolicyResponse,
11
- __MetadataBearer {}
6
+ extends GetResourcePolicyResponse, __MetadataBearer {}
12
7
  declare const GetResourcePolicyCommand_base: {
13
8
  new (
14
- input: GetResourcePolicyCommandInput
9
+ input: GetResourcePolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetResourcePolicyCommandInput,
17
12
  GetResourcePolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const GetResourcePolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetResourcePolicyCommandInput
18
+ input: GetResourcePolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetResourcePolicyCommandInput,
26
21
  GetResourcePolicyCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListChangeSetsRequest,
4
- ListChangeSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListChangeSetsRequest, ListChangeSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListChangeSetsCommandInput extends ListChangeSetsRequest {}
8
- export interface ListChangeSetsCommandOutput
9
- extends ListChangeSetsResponse,
10
- __MetadataBearer {}
5
+ export interface ListChangeSetsCommandOutput extends ListChangeSetsResponse, __MetadataBearer {}
11
6
  declare const ListChangeSetsCommand_base: {
12
7
  new (
13
- input: ListChangeSetsCommandInput
8
+ input: ListChangeSetsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListChangeSetsCommandInput,
16
11
  ListChangeSetsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListChangeSetsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListChangeSetsCommandInput
17
+ input: ListChangeSetsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListChangeSetsCommandInput,
25
20
  ListChangeSetsCommandOutput,