@aws-sdk/client-service-catalog-appregistry 3.957.0 → 3.958.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/README.md +2 -33
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +339 -460
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/models/errors.js +1 -1
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +327 -448
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,10 +9,8 @@ AWS SDK for JavaScript ServiceCatalogAppRegistry Client for Node.js, Browser and
|
|
|
9
9
|
<p> Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.</p>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
|
-
|
|
13
12
|
To install this package, simply type add or install @aws-sdk/client-service-catalog-appregistry
|
|
14
13
|
using your favorite package manager:
|
|
15
|
-
|
|
16
14
|
- `npm install @aws-sdk/client-service-catalog-appregistry`
|
|
17
15
|
- `yarn add @aws-sdk/client-service-catalog-appregistry`
|
|
18
16
|
- `pnpm add @aws-sdk/client-service-catalog-appregistry`
|
|
@@ -27,10 +25,7 @@ the commands you need, for example `ListApplicationsCommand`:
|
|
|
27
25
|
|
|
28
26
|
```js
|
|
29
27
|
// ES5 example
|
|
30
|
-
const {
|
|
31
|
-
ServiceCatalogAppRegistryClient,
|
|
32
|
-
ListApplicationsCommand,
|
|
33
|
-
} = require("@aws-sdk/client-service-catalog-appregistry");
|
|
28
|
+
const { ServiceCatalogAppRegistryClient, ListApplicationsCommand } = require("@aws-sdk/client-service-catalog-appregistry");
|
|
34
29
|
```
|
|
35
30
|
|
|
36
31
|
```ts
|
|
@@ -51,9 +46,7 @@ To send a request, you:
|
|
|
51
46
|
// a client can be shared by different commands.
|
|
52
47
|
const client = new ServiceCatalogAppRegistryClient({ region: "REGION" });
|
|
53
48
|
|
|
54
|
-
const params = {
|
|
55
|
-
/** input parameters */
|
|
56
|
-
};
|
|
49
|
+
const params = { /** input parameters */ };
|
|
57
50
|
const command = new ListApplicationsCommand(params);
|
|
58
51
|
```
|
|
59
52
|
|
|
@@ -212,7 +205,6 @@ AssociateAttributeGroup
|
|
|
212
205
|
</summary>
|
|
213
206
|
|
|
214
207
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/AssociateAttributeGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/AssociateAttributeGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/AssociateAttributeGroupCommandOutput/)
|
|
215
|
-
|
|
216
208
|
</details>
|
|
217
209
|
<details>
|
|
218
210
|
<summary>
|
|
@@ -220,7 +212,6 @@ AssociateResource
|
|
|
220
212
|
</summary>
|
|
221
213
|
|
|
222
214
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/AssociateResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/AssociateResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/AssociateResourceCommandOutput/)
|
|
223
|
-
|
|
224
215
|
</details>
|
|
225
216
|
<details>
|
|
226
217
|
<summary>
|
|
@@ -228,7 +219,6 @@ CreateApplication
|
|
|
228
219
|
</summary>
|
|
229
220
|
|
|
230
221
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/CreateApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/CreateApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/CreateApplicationCommandOutput/)
|
|
231
|
-
|
|
232
222
|
</details>
|
|
233
223
|
<details>
|
|
234
224
|
<summary>
|
|
@@ -236,7 +226,6 @@ CreateAttributeGroup
|
|
|
236
226
|
</summary>
|
|
237
227
|
|
|
238
228
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/CreateAttributeGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/CreateAttributeGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/CreateAttributeGroupCommandOutput/)
|
|
239
|
-
|
|
240
229
|
</details>
|
|
241
230
|
<details>
|
|
242
231
|
<summary>
|
|
@@ -244,7 +233,6 @@ DeleteApplication
|
|
|
244
233
|
</summary>
|
|
245
234
|
|
|
246
235
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/DeleteApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/DeleteApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/DeleteApplicationCommandOutput/)
|
|
247
|
-
|
|
248
236
|
</details>
|
|
249
237
|
<details>
|
|
250
238
|
<summary>
|
|
@@ -252,7 +240,6 @@ DeleteAttributeGroup
|
|
|
252
240
|
</summary>
|
|
253
241
|
|
|
254
242
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/DeleteAttributeGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/DeleteAttributeGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/DeleteAttributeGroupCommandOutput/)
|
|
255
|
-
|
|
256
243
|
</details>
|
|
257
244
|
<details>
|
|
258
245
|
<summary>
|
|
@@ -260,7 +247,6 @@ DisassociateAttributeGroup
|
|
|
260
247
|
</summary>
|
|
261
248
|
|
|
262
249
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/DisassociateAttributeGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/DisassociateAttributeGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/DisassociateAttributeGroupCommandOutput/)
|
|
263
|
-
|
|
264
250
|
</details>
|
|
265
251
|
<details>
|
|
266
252
|
<summary>
|
|
@@ -268,7 +254,6 @@ DisassociateResource
|
|
|
268
254
|
</summary>
|
|
269
255
|
|
|
270
256
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/DisassociateResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/DisassociateResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/DisassociateResourceCommandOutput/)
|
|
271
|
-
|
|
272
257
|
</details>
|
|
273
258
|
<details>
|
|
274
259
|
<summary>
|
|
@@ -276,7 +261,6 @@ GetApplication
|
|
|
276
261
|
</summary>
|
|
277
262
|
|
|
278
263
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/GetApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/GetApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/GetApplicationCommandOutput/)
|
|
279
|
-
|
|
280
264
|
</details>
|
|
281
265
|
<details>
|
|
282
266
|
<summary>
|
|
@@ -284,7 +268,6 @@ GetAssociatedResource
|
|
|
284
268
|
</summary>
|
|
285
269
|
|
|
286
270
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/GetAssociatedResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/GetAssociatedResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/GetAssociatedResourceCommandOutput/)
|
|
287
|
-
|
|
288
271
|
</details>
|
|
289
272
|
<details>
|
|
290
273
|
<summary>
|
|
@@ -292,7 +275,6 @@ GetAttributeGroup
|
|
|
292
275
|
</summary>
|
|
293
276
|
|
|
294
277
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/GetAttributeGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/GetAttributeGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/GetAttributeGroupCommandOutput/)
|
|
295
|
-
|
|
296
278
|
</details>
|
|
297
279
|
<details>
|
|
298
280
|
<summary>
|
|
@@ -300,7 +282,6 @@ GetConfiguration
|
|
|
300
282
|
</summary>
|
|
301
283
|
|
|
302
284
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/GetConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/GetConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/GetConfigurationCommandOutput/)
|
|
303
|
-
|
|
304
285
|
</details>
|
|
305
286
|
<details>
|
|
306
287
|
<summary>
|
|
@@ -308,7 +289,6 @@ ListApplications
|
|
|
308
289
|
</summary>
|
|
309
290
|
|
|
310
291
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/ListApplicationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListApplicationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListApplicationsCommandOutput/)
|
|
311
|
-
|
|
312
292
|
</details>
|
|
313
293
|
<details>
|
|
314
294
|
<summary>
|
|
@@ -316,7 +296,6 @@ ListAssociatedAttributeGroups
|
|
|
316
296
|
</summary>
|
|
317
297
|
|
|
318
298
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/ListAssociatedAttributeGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListAssociatedAttributeGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListAssociatedAttributeGroupsCommandOutput/)
|
|
319
|
-
|
|
320
299
|
</details>
|
|
321
300
|
<details>
|
|
322
301
|
<summary>
|
|
@@ -324,7 +303,6 @@ ListAssociatedResources
|
|
|
324
303
|
</summary>
|
|
325
304
|
|
|
326
305
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/ListAssociatedResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListAssociatedResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListAssociatedResourcesCommandOutput/)
|
|
327
|
-
|
|
328
306
|
</details>
|
|
329
307
|
<details>
|
|
330
308
|
<summary>
|
|
@@ -332,7 +310,6 @@ ListAttributeGroups
|
|
|
332
310
|
</summary>
|
|
333
311
|
|
|
334
312
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/ListAttributeGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListAttributeGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListAttributeGroupsCommandOutput/)
|
|
335
|
-
|
|
336
313
|
</details>
|
|
337
314
|
<details>
|
|
338
315
|
<summary>
|
|
@@ -340,7 +317,6 @@ ListAttributeGroupsForApplication
|
|
|
340
317
|
</summary>
|
|
341
318
|
|
|
342
319
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/ListAttributeGroupsForApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListAttributeGroupsForApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListAttributeGroupsForApplicationCommandOutput/)
|
|
343
|
-
|
|
344
320
|
</details>
|
|
345
321
|
<details>
|
|
346
322
|
<summary>
|
|
@@ -348,7 +324,6 @@ ListTagsForResource
|
|
|
348
324
|
</summary>
|
|
349
325
|
|
|
350
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/ListTagsForResourceCommandOutput/)
|
|
351
|
-
|
|
352
327
|
</details>
|
|
353
328
|
<details>
|
|
354
329
|
<summary>
|
|
@@ -356,7 +331,6 @@ PutConfiguration
|
|
|
356
331
|
</summary>
|
|
357
332
|
|
|
358
333
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/PutConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/PutConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/PutConfigurationCommandOutput/)
|
|
359
|
-
|
|
360
334
|
</details>
|
|
361
335
|
<details>
|
|
362
336
|
<summary>
|
|
@@ -364,7 +338,6 @@ SyncResource
|
|
|
364
338
|
</summary>
|
|
365
339
|
|
|
366
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/SyncResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/SyncResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/SyncResourceCommandOutput/)
|
|
367
|
-
|
|
368
341
|
</details>
|
|
369
342
|
<details>
|
|
370
343
|
<summary>
|
|
@@ -372,7 +345,6 @@ TagResource
|
|
|
372
345
|
</summary>
|
|
373
346
|
|
|
374
347
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/TagResourceCommandOutput/)
|
|
375
|
-
|
|
376
348
|
</details>
|
|
377
349
|
<details>
|
|
378
350
|
<summary>
|
|
@@ -380,7 +352,6 @@ UntagResource
|
|
|
380
352
|
</summary>
|
|
381
353
|
|
|
382
354
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/UntagResourceCommandOutput/)
|
|
383
|
-
|
|
384
355
|
</details>
|
|
385
356
|
<details>
|
|
386
357
|
<summary>
|
|
@@ -388,7 +359,6 @@ UpdateApplication
|
|
|
388
359
|
</summary>
|
|
389
360
|
|
|
390
361
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/UpdateApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/UpdateApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/UpdateApplicationCommandOutput/)
|
|
391
|
-
|
|
392
362
|
</details>
|
|
393
363
|
<details>
|
|
394
364
|
<summary>
|
|
@@ -396,5 +366,4 @@ UpdateAttributeGroup
|
|
|
396
366
|
</summary>
|
|
397
367
|
|
|
398
368
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog-appregistry/command/UpdateAttributeGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/UpdateAttributeGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog-appregistry/Interface/UpdateAttributeGroupCommandOutput/)
|
|
399
|
-
|
|
400
369
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultServiceCatalogAppRegistryHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultServiceCatalogAppRegistryHttpAuthSchemeParametersProvider = defaultServiceCatalogAppRegistryHttpAuthSchemeParametersProvider;
|