@aws-sdk/client-service-catalog-appregistry 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateAttributeGroupCommand.js +2 -3
- package/dist-cjs/commands/AssociateResourceCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateAttributeGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteAttributeGroupCommand.js +2 -3
- package/dist-cjs/commands/DisassociateAttributeGroupCommand.js +2 -3
- package/dist-cjs/commands/DisassociateResourceCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetAssociatedResourceCommand.js +2 -3
- package/dist-cjs/commands/GetAttributeGroupCommand.js +2 -3
- package/dist-cjs/commands/GetConfigurationCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListAssociatedResourcesCommand.js +2 -3
- package/dist-cjs/commands/ListAttributeGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListAttributeGroupsForApplicationCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutConfigurationCommand.js +2 -3
- package/dist-cjs/commands/SyncResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/commands/UpdateAttributeGroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -238
- package/dist-es/commands/AssociateAttributeGroupCommand.js +2 -3
- package/dist-es/commands/AssociateResourceCommand.js +2 -3
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateAttributeGroupCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteAttributeGroupCommand.js +2 -3
- package/dist-es/commands/DisassociateAttributeGroupCommand.js +2 -3
- package/dist-es/commands/DisassociateResourceCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -3
- package/dist-es/commands/GetAssociatedResourceCommand.js +2 -3
- package/dist-es/commands/GetAttributeGroupCommand.js +2 -3
- package/dist-es/commands/GetConfigurationCommand.js +2 -3
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +2 -3
- package/dist-es/commands/ListAssociatedResourcesCommand.js +2 -3
- package/dist-es/commands/ListAttributeGroupsCommand.js +2 -3
- package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutConfigurationCommand.js +2 -3
- package/dist-es/commands/SyncResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/commands/UpdateAttributeGroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -177
- package/dist-types/ServiceCatalogAppRegistry.d.ts +25 -0
- package/dist-types/ServiceCatalogAppRegistryClient.d.ts +24 -4
- package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +16 -0
- package/dist-types/commands/AssociateResourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateAttributeGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateResourceCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
- package/dist-types/commands/GetAssociatedResourceCommand.d.ts +16 -0
- package/dist-types/commands/GetAttributeGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttributeGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/SyncResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +16 -0
- package/dist-types/models/ServiceCatalogAppRegistryServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +165 -236
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssociatedResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttributeGroupsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -169
- package/package.json +4 -3
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { ServiceCatalogAppRegistryClient } from "../ServiceCatalogAppRegistryClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface ServiceCatalogAppRegistryPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: ServiceCatalogAppRegistryClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
3
3
|
import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListApplications(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput } from "../commands/ListAssociatedAttributeGroupsCommand";
|
|
3
3
|
import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAssociatedAttributeGroups(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedAttributeGroupsCommandInput, ...additionalArguments: any): Paginator<ListAssociatedAttributeGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput } from "../commands/ListAssociatedResourcesCommand";
|
|
3
3
|
import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAssociatedResources(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedResourcesCommandInput, ...additionalArguments: any): Paginator<ListAssociatedResourcesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput } from "../commands/ListAttributeGroupsForApplicationCommand";
|
|
3
3
|
import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAttributeGroupsForApplication(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAttributeGroupsForApplicationCommandInput, ...additionalArguments: any): Paginator<ListAttributeGroupsForApplicationCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput } from "../commands/ListAttributeGroupsCommand";
|
|
3
3
|
import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAttributeGroups(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAttributeGroupsCommandInput, ...additionalArguments: any): Paginator<ListAttributeGroupsCommandOutput>;
|
|
@@ -311,172 +311,3 @@ export interface UpdateAttributeGroupRequest {
|
|
|
311
311
|
export interface UpdateAttributeGroupResponse {
|
|
312
312
|
attributeGroup?: AttributeGroup;
|
|
313
313
|
}
|
|
314
|
-
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
315
|
-
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
316
|
-
obj: ApplicationSummary
|
|
317
|
-
) => any;
|
|
318
|
-
export declare const TagQueryConfigurationFilterSensitiveLog: (
|
|
319
|
-
obj: TagQueryConfiguration
|
|
320
|
-
) => any;
|
|
321
|
-
export declare const AppRegistryConfigurationFilterSensitiveLog: (
|
|
322
|
-
obj: AppRegistryConfiguration
|
|
323
|
-
) => any;
|
|
324
|
-
export declare const AssociateAttributeGroupRequestFilterSensitiveLog: (
|
|
325
|
-
obj: AssociateAttributeGroupRequest
|
|
326
|
-
) => any;
|
|
327
|
-
export declare const AssociateAttributeGroupResponseFilterSensitiveLog: (
|
|
328
|
-
obj: AssociateAttributeGroupResponse
|
|
329
|
-
) => any;
|
|
330
|
-
export declare const AssociateResourceRequestFilterSensitiveLog: (
|
|
331
|
-
obj: AssociateResourceRequest
|
|
332
|
-
) => any;
|
|
333
|
-
export declare const AssociateResourceResponseFilterSensitiveLog: (
|
|
334
|
-
obj: AssociateResourceResponse
|
|
335
|
-
) => any;
|
|
336
|
-
export declare const AttributeGroupFilterSensitiveLog: (
|
|
337
|
-
obj: AttributeGroup
|
|
338
|
-
) => any;
|
|
339
|
-
export declare const AttributeGroupDetailsFilterSensitiveLog: (
|
|
340
|
-
obj: AttributeGroupDetails
|
|
341
|
-
) => any;
|
|
342
|
-
export declare const AttributeGroupSummaryFilterSensitiveLog: (
|
|
343
|
-
obj: AttributeGroupSummary
|
|
344
|
-
) => any;
|
|
345
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
346
|
-
obj: CreateApplicationRequest
|
|
347
|
-
) => any;
|
|
348
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
349
|
-
obj: CreateApplicationResponse
|
|
350
|
-
) => any;
|
|
351
|
-
export declare const CreateAttributeGroupRequestFilterSensitiveLog: (
|
|
352
|
-
obj: CreateAttributeGroupRequest
|
|
353
|
-
) => any;
|
|
354
|
-
export declare const CreateAttributeGroupResponseFilterSensitiveLog: (
|
|
355
|
-
obj: CreateAttributeGroupResponse
|
|
356
|
-
) => any;
|
|
357
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
358
|
-
obj: DeleteApplicationRequest
|
|
359
|
-
) => any;
|
|
360
|
-
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
361
|
-
obj: DeleteApplicationResponse
|
|
362
|
-
) => any;
|
|
363
|
-
export declare const DeleteAttributeGroupRequestFilterSensitiveLog: (
|
|
364
|
-
obj: DeleteAttributeGroupRequest
|
|
365
|
-
) => any;
|
|
366
|
-
export declare const DeleteAttributeGroupResponseFilterSensitiveLog: (
|
|
367
|
-
obj: DeleteAttributeGroupResponse
|
|
368
|
-
) => any;
|
|
369
|
-
export declare const DisassociateAttributeGroupRequestFilterSensitiveLog: (
|
|
370
|
-
obj: DisassociateAttributeGroupRequest
|
|
371
|
-
) => any;
|
|
372
|
-
export declare const DisassociateAttributeGroupResponseFilterSensitiveLog: (
|
|
373
|
-
obj: DisassociateAttributeGroupResponse
|
|
374
|
-
) => any;
|
|
375
|
-
export declare const DisassociateResourceRequestFilterSensitiveLog: (
|
|
376
|
-
obj: DisassociateResourceRequest
|
|
377
|
-
) => any;
|
|
378
|
-
export declare const DisassociateResourceResponseFilterSensitiveLog: (
|
|
379
|
-
obj: DisassociateResourceResponse
|
|
380
|
-
) => any;
|
|
381
|
-
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
382
|
-
obj: GetApplicationRequest
|
|
383
|
-
) => any;
|
|
384
|
-
export declare const ResourceGroupFilterSensitiveLog: (
|
|
385
|
-
obj: ResourceGroup
|
|
386
|
-
) => any;
|
|
387
|
-
export declare const IntegrationsFilterSensitiveLog: (obj: Integrations) => any;
|
|
388
|
-
export declare const GetApplicationResponseFilterSensitiveLog: (
|
|
389
|
-
obj: GetApplicationResponse
|
|
390
|
-
) => any;
|
|
391
|
-
export declare const GetAssociatedResourceRequestFilterSensitiveLog: (
|
|
392
|
-
obj: GetAssociatedResourceRequest
|
|
393
|
-
) => any;
|
|
394
|
-
export declare const ResourceIntegrationsFilterSensitiveLog: (
|
|
395
|
-
obj: ResourceIntegrations
|
|
396
|
-
) => any;
|
|
397
|
-
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
398
|
-
export declare const GetAssociatedResourceResponseFilterSensitiveLog: (
|
|
399
|
-
obj: GetAssociatedResourceResponse
|
|
400
|
-
) => any;
|
|
401
|
-
export declare const GetAttributeGroupRequestFilterSensitiveLog: (
|
|
402
|
-
obj: GetAttributeGroupRequest
|
|
403
|
-
) => any;
|
|
404
|
-
export declare const GetAttributeGroupResponseFilterSensitiveLog: (
|
|
405
|
-
obj: GetAttributeGroupResponse
|
|
406
|
-
) => any;
|
|
407
|
-
export declare const GetConfigurationResponseFilterSensitiveLog: (
|
|
408
|
-
obj: GetConfigurationResponse
|
|
409
|
-
) => any;
|
|
410
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
411
|
-
obj: ListApplicationsRequest
|
|
412
|
-
) => any;
|
|
413
|
-
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
414
|
-
obj: ListApplicationsResponse
|
|
415
|
-
) => any;
|
|
416
|
-
export declare const ListAssociatedAttributeGroupsRequestFilterSensitiveLog: (
|
|
417
|
-
obj: ListAssociatedAttributeGroupsRequest
|
|
418
|
-
) => any;
|
|
419
|
-
export declare const ListAssociatedAttributeGroupsResponseFilterSensitiveLog: (
|
|
420
|
-
obj: ListAssociatedAttributeGroupsResponse
|
|
421
|
-
) => any;
|
|
422
|
-
export declare const ListAssociatedResourcesRequestFilterSensitiveLog: (
|
|
423
|
-
obj: ListAssociatedResourcesRequest
|
|
424
|
-
) => any;
|
|
425
|
-
export declare const ResourceDetailsFilterSensitiveLog: (
|
|
426
|
-
obj: ResourceDetails
|
|
427
|
-
) => any;
|
|
428
|
-
export declare const ResourceInfoFilterSensitiveLog: (obj: ResourceInfo) => any;
|
|
429
|
-
export declare const ListAssociatedResourcesResponseFilterSensitiveLog: (
|
|
430
|
-
obj: ListAssociatedResourcesResponse
|
|
431
|
-
) => any;
|
|
432
|
-
export declare const ListAttributeGroupsRequestFilterSensitiveLog: (
|
|
433
|
-
obj: ListAttributeGroupsRequest
|
|
434
|
-
) => any;
|
|
435
|
-
export declare const ListAttributeGroupsResponseFilterSensitiveLog: (
|
|
436
|
-
obj: ListAttributeGroupsResponse
|
|
437
|
-
) => any;
|
|
438
|
-
export declare const ListAttributeGroupsForApplicationRequestFilterSensitiveLog: (
|
|
439
|
-
obj: ListAttributeGroupsForApplicationRequest
|
|
440
|
-
) => any;
|
|
441
|
-
export declare const ListAttributeGroupsForApplicationResponseFilterSensitiveLog: (
|
|
442
|
-
obj: ListAttributeGroupsForApplicationResponse
|
|
443
|
-
) => any;
|
|
444
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
445
|
-
obj: ListTagsForResourceRequest
|
|
446
|
-
) => any;
|
|
447
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
448
|
-
obj: ListTagsForResourceResponse
|
|
449
|
-
) => any;
|
|
450
|
-
export declare const PutConfigurationRequestFilterSensitiveLog: (
|
|
451
|
-
obj: PutConfigurationRequest
|
|
452
|
-
) => any;
|
|
453
|
-
export declare const SyncResourceRequestFilterSensitiveLog: (
|
|
454
|
-
obj: SyncResourceRequest
|
|
455
|
-
) => any;
|
|
456
|
-
export declare const SyncResourceResponseFilterSensitiveLog: (
|
|
457
|
-
obj: SyncResourceResponse
|
|
458
|
-
) => any;
|
|
459
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
460
|
-
obj: TagResourceRequest
|
|
461
|
-
) => any;
|
|
462
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
463
|
-
obj: TagResourceResponse
|
|
464
|
-
) => any;
|
|
465
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
466
|
-
obj: UntagResourceRequest
|
|
467
|
-
) => any;
|
|
468
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
469
|
-
obj: UntagResourceResponse
|
|
470
|
-
) => any;
|
|
471
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
472
|
-
obj: UpdateApplicationRequest
|
|
473
|
-
) => any;
|
|
474
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
475
|
-
obj: UpdateApplicationResponse
|
|
476
|
-
) => any;
|
|
477
|
-
export declare const UpdateAttributeGroupRequestFilterSensitiveLog: (
|
|
478
|
-
obj: UpdateAttributeGroupRequest
|
|
479
|
-
) => any;
|
|
480
|
-
export declare const UpdateAttributeGroupResponseFilterSensitiveLog: (
|
|
481
|
-
obj: UpdateAttributeGroupResponse
|
|
482
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-catalog-appregistry",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo service-catalog-appregistry"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|