@aws-sdk/client-clouddirectory 3.975.0 → 3.978.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/index.js +60 -39
- package/dist-es/CloudDirectory.js +41 -1
- package/dist-types/CloudDirectory.d.ts +134 -1
- package/dist-types/ts3.4/CloudDirectory.d.ts +138 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -3490,6 +3490,44 @@ class UpgradePublishedSchemaCommand extends smithyClient.Command
|
|
|
3490
3490
|
.build() {
|
|
3491
3491
|
}
|
|
3492
3492
|
|
|
3493
|
+
const paginateListAppliedSchemaArns = core.createPaginator(CloudDirectoryClient, ListAppliedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3494
|
+
|
|
3495
|
+
const paginateListAttachedIndices = core.createPaginator(CloudDirectoryClient, ListAttachedIndicesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3496
|
+
|
|
3497
|
+
const paginateListDevelopmentSchemaArns = core.createPaginator(CloudDirectoryClient, ListDevelopmentSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3498
|
+
|
|
3499
|
+
const paginateListDirectories = core.createPaginator(CloudDirectoryClient, ListDirectoriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3500
|
+
|
|
3501
|
+
const paginateListFacetAttributes = core.createPaginator(CloudDirectoryClient, ListFacetAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3502
|
+
|
|
3503
|
+
const paginateListFacetNames = core.createPaginator(CloudDirectoryClient, ListFacetNamesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3504
|
+
|
|
3505
|
+
const paginateListIndex = core.createPaginator(CloudDirectoryClient, ListIndexCommand, "NextToken", "NextToken", "MaxResults");
|
|
3506
|
+
|
|
3507
|
+
const paginateListManagedSchemaArns = core.createPaginator(CloudDirectoryClient, ListManagedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3508
|
+
|
|
3509
|
+
const paginateListObjectAttributes = core.createPaginator(CloudDirectoryClient, ListObjectAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3510
|
+
|
|
3511
|
+
const paginateListObjectChildren = core.createPaginator(CloudDirectoryClient, ListObjectChildrenCommand, "NextToken", "NextToken", "MaxResults");
|
|
3512
|
+
|
|
3513
|
+
const paginateListObjectParentPaths = core.createPaginator(CloudDirectoryClient, ListObjectParentPathsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3514
|
+
|
|
3515
|
+
const paginateListObjectParents = core.createPaginator(CloudDirectoryClient, ListObjectParentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3516
|
+
|
|
3517
|
+
const paginateListObjectPolicies = core.createPaginator(CloudDirectoryClient, ListObjectPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3518
|
+
|
|
3519
|
+
const paginateListPolicyAttachments = core.createPaginator(CloudDirectoryClient, ListPolicyAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3520
|
+
|
|
3521
|
+
const paginateListPublishedSchemaArns = core.createPaginator(CloudDirectoryClient, ListPublishedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3522
|
+
|
|
3523
|
+
const paginateListTagsForResource = core.createPaginator(CloudDirectoryClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
3524
|
+
|
|
3525
|
+
const paginateListTypedLinkFacetAttributes = core.createPaginator(CloudDirectoryClient, ListTypedLinkFacetAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3526
|
+
|
|
3527
|
+
const paginateListTypedLinkFacetNames = core.createPaginator(CloudDirectoryClient, ListTypedLinkFacetNamesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3528
|
+
|
|
3529
|
+
const paginateLookupPolicy = core.createPaginator(CloudDirectoryClient, LookupPolicyCommand, "NextToken", "NextToken", "MaxResults");
|
|
3530
|
+
|
|
3493
3531
|
const commands = {
|
|
3494
3532
|
AddFacetToObjectCommand,
|
|
3495
3533
|
ApplySchemaCommand,
|
|
@@ -3558,47 +3596,30 @@ const commands = {
|
|
|
3558
3596
|
UpgradeAppliedSchemaCommand,
|
|
3559
3597
|
UpgradePublishedSchemaCommand,
|
|
3560
3598
|
};
|
|
3599
|
+
const paginators = {
|
|
3600
|
+
paginateListAppliedSchemaArns,
|
|
3601
|
+
paginateListAttachedIndices,
|
|
3602
|
+
paginateListDevelopmentSchemaArns,
|
|
3603
|
+
paginateListDirectories,
|
|
3604
|
+
paginateListFacetAttributes,
|
|
3605
|
+
paginateListFacetNames,
|
|
3606
|
+
paginateListIndex,
|
|
3607
|
+
paginateListManagedSchemaArns,
|
|
3608
|
+
paginateListObjectAttributes,
|
|
3609
|
+
paginateListObjectChildren,
|
|
3610
|
+
paginateListObjectParentPaths,
|
|
3611
|
+
paginateListObjectParents,
|
|
3612
|
+
paginateListObjectPolicies,
|
|
3613
|
+
paginateListPolicyAttachments,
|
|
3614
|
+
paginateListPublishedSchemaArns,
|
|
3615
|
+
paginateListTagsForResource,
|
|
3616
|
+
paginateListTypedLinkFacetAttributes,
|
|
3617
|
+
paginateListTypedLinkFacetNames,
|
|
3618
|
+
paginateLookupPolicy,
|
|
3619
|
+
};
|
|
3561
3620
|
class CloudDirectory extends CloudDirectoryClient {
|
|
3562
3621
|
}
|
|
3563
|
-
smithyClient.createAggregatedClient(commands, CloudDirectory);
|
|
3564
|
-
|
|
3565
|
-
const paginateListAppliedSchemaArns = core.createPaginator(CloudDirectoryClient, ListAppliedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3566
|
-
|
|
3567
|
-
const paginateListAttachedIndices = core.createPaginator(CloudDirectoryClient, ListAttachedIndicesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3568
|
-
|
|
3569
|
-
const paginateListDevelopmentSchemaArns = core.createPaginator(CloudDirectoryClient, ListDevelopmentSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3570
|
-
|
|
3571
|
-
const paginateListDirectories = core.createPaginator(CloudDirectoryClient, ListDirectoriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3572
|
-
|
|
3573
|
-
const paginateListFacetAttributes = core.createPaginator(CloudDirectoryClient, ListFacetAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3574
|
-
|
|
3575
|
-
const paginateListFacetNames = core.createPaginator(CloudDirectoryClient, ListFacetNamesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3576
|
-
|
|
3577
|
-
const paginateListIndex = core.createPaginator(CloudDirectoryClient, ListIndexCommand, "NextToken", "NextToken", "MaxResults");
|
|
3578
|
-
|
|
3579
|
-
const paginateListManagedSchemaArns = core.createPaginator(CloudDirectoryClient, ListManagedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3580
|
-
|
|
3581
|
-
const paginateListObjectAttributes = core.createPaginator(CloudDirectoryClient, ListObjectAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3582
|
-
|
|
3583
|
-
const paginateListObjectChildren = core.createPaginator(CloudDirectoryClient, ListObjectChildrenCommand, "NextToken", "NextToken", "MaxResults");
|
|
3584
|
-
|
|
3585
|
-
const paginateListObjectParentPaths = core.createPaginator(CloudDirectoryClient, ListObjectParentPathsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3586
|
-
|
|
3587
|
-
const paginateListObjectParents = core.createPaginator(CloudDirectoryClient, ListObjectParentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3588
|
-
|
|
3589
|
-
const paginateListObjectPolicies = core.createPaginator(CloudDirectoryClient, ListObjectPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3590
|
-
|
|
3591
|
-
const paginateListPolicyAttachments = core.createPaginator(CloudDirectoryClient, ListPolicyAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3592
|
-
|
|
3593
|
-
const paginateListPublishedSchemaArns = core.createPaginator(CloudDirectoryClient, ListPublishedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3594
|
-
|
|
3595
|
-
const paginateListTagsForResource = core.createPaginator(CloudDirectoryClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
3596
|
-
|
|
3597
|
-
const paginateListTypedLinkFacetAttributes = core.createPaginator(CloudDirectoryClient, ListTypedLinkFacetAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3598
|
-
|
|
3599
|
-
const paginateListTypedLinkFacetNames = core.createPaginator(CloudDirectoryClient, ListTypedLinkFacetNamesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3600
|
-
|
|
3601
|
-
const paginateLookupPolicy = core.createPaginator(CloudDirectoryClient, LookupPolicyCommand, "NextToken", "NextToken", "MaxResults");
|
|
3622
|
+
smithyClient.createAggregatedClient(commands, CloudDirectory, { paginators });
|
|
3602
3623
|
|
|
3603
3624
|
const ConsistencyLevel = {
|
|
3604
3625
|
EVENTUAL: "EVENTUAL",
|
|
@@ -66,6 +66,25 @@ import { UpdateSchemaCommand, } from "./commands/UpdateSchemaCommand";
|
|
|
66
66
|
import { UpdateTypedLinkFacetCommand, } from "./commands/UpdateTypedLinkFacetCommand";
|
|
67
67
|
import { UpgradeAppliedSchemaCommand, } from "./commands/UpgradeAppliedSchemaCommand";
|
|
68
68
|
import { UpgradePublishedSchemaCommand, } from "./commands/UpgradePublishedSchemaCommand";
|
|
69
|
+
import { paginateListAppliedSchemaArns } from "./pagination/ListAppliedSchemaArnsPaginator";
|
|
70
|
+
import { paginateListAttachedIndices } from "./pagination/ListAttachedIndicesPaginator";
|
|
71
|
+
import { paginateListDevelopmentSchemaArns } from "./pagination/ListDevelopmentSchemaArnsPaginator";
|
|
72
|
+
import { paginateListDirectories } from "./pagination/ListDirectoriesPaginator";
|
|
73
|
+
import { paginateListFacetAttributes } from "./pagination/ListFacetAttributesPaginator";
|
|
74
|
+
import { paginateListFacetNames } from "./pagination/ListFacetNamesPaginator";
|
|
75
|
+
import { paginateListIndex } from "./pagination/ListIndexPaginator";
|
|
76
|
+
import { paginateListManagedSchemaArns } from "./pagination/ListManagedSchemaArnsPaginator";
|
|
77
|
+
import { paginateListObjectAttributes } from "./pagination/ListObjectAttributesPaginator";
|
|
78
|
+
import { paginateListObjectChildren } from "./pagination/ListObjectChildrenPaginator";
|
|
79
|
+
import { paginateListObjectParentPaths } from "./pagination/ListObjectParentPathsPaginator";
|
|
80
|
+
import { paginateListObjectParents } from "./pagination/ListObjectParentsPaginator";
|
|
81
|
+
import { paginateListObjectPolicies } from "./pagination/ListObjectPoliciesPaginator";
|
|
82
|
+
import { paginateListPolicyAttachments } from "./pagination/ListPolicyAttachmentsPaginator";
|
|
83
|
+
import { paginateListPublishedSchemaArns } from "./pagination/ListPublishedSchemaArnsPaginator";
|
|
84
|
+
import { paginateListTagsForResource } from "./pagination/ListTagsForResourcePaginator";
|
|
85
|
+
import { paginateListTypedLinkFacetAttributes } from "./pagination/ListTypedLinkFacetAttributesPaginator";
|
|
86
|
+
import { paginateListTypedLinkFacetNames } from "./pagination/ListTypedLinkFacetNamesPaginator";
|
|
87
|
+
import { paginateLookupPolicy } from "./pagination/LookupPolicyPaginator";
|
|
69
88
|
const commands = {
|
|
70
89
|
AddFacetToObjectCommand,
|
|
71
90
|
ApplySchemaCommand,
|
|
@@ -134,6 +153,27 @@ const commands = {
|
|
|
134
153
|
UpgradeAppliedSchemaCommand,
|
|
135
154
|
UpgradePublishedSchemaCommand,
|
|
136
155
|
};
|
|
156
|
+
const paginators = {
|
|
157
|
+
paginateListAppliedSchemaArns,
|
|
158
|
+
paginateListAttachedIndices,
|
|
159
|
+
paginateListDevelopmentSchemaArns,
|
|
160
|
+
paginateListDirectories,
|
|
161
|
+
paginateListFacetAttributes,
|
|
162
|
+
paginateListFacetNames,
|
|
163
|
+
paginateListIndex,
|
|
164
|
+
paginateListManagedSchemaArns,
|
|
165
|
+
paginateListObjectAttributes,
|
|
166
|
+
paginateListObjectChildren,
|
|
167
|
+
paginateListObjectParentPaths,
|
|
168
|
+
paginateListObjectParents,
|
|
169
|
+
paginateListObjectPolicies,
|
|
170
|
+
paginateListPolicyAttachments,
|
|
171
|
+
paginateListPublishedSchemaArns,
|
|
172
|
+
paginateListTagsForResource,
|
|
173
|
+
paginateListTypedLinkFacetAttributes,
|
|
174
|
+
paginateListTypedLinkFacetNames,
|
|
175
|
+
paginateLookupPolicy,
|
|
176
|
+
};
|
|
137
177
|
export class CloudDirectory extends CloudDirectoryClient {
|
|
138
178
|
}
|
|
139
|
-
createAggregatedClient(commands, CloudDirectory);
|
|
179
|
+
createAggregatedClient(commands, CloudDirectory, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { CloudDirectoryClient } from "./CloudDirectoryClient";
|
|
3
3
|
import { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "./commands/AddFacetToObjectCommand";
|
|
4
4
|
import { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "./commands/ApplySchemaCommand";
|
|
@@ -467,6 +467,139 @@ export interface CloudDirectory {
|
|
|
467
467
|
upgradePublishedSchema(args: UpgradePublishedSchemaCommandInput, options?: __HttpHandlerOptions): Promise<UpgradePublishedSchemaCommandOutput>;
|
|
468
468
|
upgradePublishedSchema(args: UpgradePublishedSchemaCommandInput, cb: (err: any, data?: UpgradePublishedSchemaCommandOutput) => void): void;
|
|
469
469
|
upgradePublishedSchema(args: UpgradePublishedSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpgradePublishedSchemaCommandOutput) => void): void;
|
|
470
|
+
/**
|
|
471
|
+
* @see {@link ListAppliedSchemaArnsCommand}
|
|
472
|
+
* @param args - command input.
|
|
473
|
+
* @param paginationConfig - optional pagination config.
|
|
474
|
+
* @returns AsyncIterable of {@link ListAppliedSchemaArnsCommandOutput}.
|
|
475
|
+
*/
|
|
476
|
+
paginateListAppliedSchemaArns(args: ListAppliedSchemaArnsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAppliedSchemaArnsCommandOutput>;
|
|
477
|
+
/**
|
|
478
|
+
* @see {@link ListAttachedIndicesCommand}
|
|
479
|
+
* @param args - command input.
|
|
480
|
+
* @param paginationConfig - optional pagination config.
|
|
481
|
+
* @returns AsyncIterable of {@link ListAttachedIndicesCommandOutput}.
|
|
482
|
+
*/
|
|
483
|
+
paginateListAttachedIndices(args: ListAttachedIndicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAttachedIndicesCommandOutput>;
|
|
484
|
+
/**
|
|
485
|
+
* @see {@link ListDevelopmentSchemaArnsCommand}
|
|
486
|
+
* @param args - command input.
|
|
487
|
+
* @param paginationConfig - optional pagination config.
|
|
488
|
+
* @returns AsyncIterable of {@link ListDevelopmentSchemaArnsCommandOutput}.
|
|
489
|
+
*/
|
|
490
|
+
paginateListDevelopmentSchemaArns(args?: ListDevelopmentSchemaArnsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDevelopmentSchemaArnsCommandOutput>;
|
|
491
|
+
/**
|
|
492
|
+
* @see {@link ListDirectoriesCommand}
|
|
493
|
+
* @param args - command input.
|
|
494
|
+
* @param paginationConfig - optional pagination config.
|
|
495
|
+
* @returns AsyncIterable of {@link ListDirectoriesCommandOutput}.
|
|
496
|
+
*/
|
|
497
|
+
paginateListDirectories(args?: ListDirectoriesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDirectoriesCommandOutput>;
|
|
498
|
+
/**
|
|
499
|
+
* @see {@link ListFacetAttributesCommand}
|
|
500
|
+
* @param args - command input.
|
|
501
|
+
* @param paginationConfig - optional pagination config.
|
|
502
|
+
* @returns AsyncIterable of {@link ListFacetAttributesCommandOutput}.
|
|
503
|
+
*/
|
|
504
|
+
paginateListFacetAttributes(args: ListFacetAttributesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFacetAttributesCommandOutput>;
|
|
505
|
+
/**
|
|
506
|
+
* @see {@link ListFacetNamesCommand}
|
|
507
|
+
* @param args - command input.
|
|
508
|
+
* @param paginationConfig - optional pagination config.
|
|
509
|
+
* @returns AsyncIterable of {@link ListFacetNamesCommandOutput}.
|
|
510
|
+
*/
|
|
511
|
+
paginateListFacetNames(args: ListFacetNamesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFacetNamesCommandOutput>;
|
|
512
|
+
/**
|
|
513
|
+
* @see {@link ListIndexCommand}
|
|
514
|
+
* @param args - command input.
|
|
515
|
+
* @param paginationConfig - optional pagination config.
|
|
516
|
+
* @returns AsyncIterable of {@link ListIndexCommandOutput}.
|
|
517
|
+
*/
|
|
518
|
+
paginateListIndex(args: ListIndexCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIndexCommandOutput>;
|
|
519
|
+
/**
|
|
520
|
+
* @see {@link ListManagedSchemaArnsCommand}
|
|
521
|
+
* @param args - command input.
|
|
522
|
+
* @param paginationConfig - optional pagination config.
|
|
523
|
+
* @returns AsyncIterable of {@link ListManagedSchemaArnsCommandOutput}.
|
|
524
|
+
*/
|
|
525
|
+
paginateListManagedSchemaArns(args?: ListManagedSchemaArnsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListManagedSchemaArnsCommandOutput>;
|
|
526
|
+
/**
|
|
527
|
+
* @see {@link ListObjectAttributesCommand}
|
|
528
|
+
* @param args - command input.
|
|
529
|
+
* @param paginationConfig - optional pagination config.
|
|
530
|
+
* @returns AsyncIterable of {@link ListObjectAttributesCommandOutput}.
|
|
531
|
+
*/
|
|
532
|
+
paginateListObjectAttributes(args: ListObjectAttributesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListObjectAttributesCommandOutput>;
|
|
533
|
+
/**
|
|
534
|
+
* @see {@link ListObjectChildrenCommand}
|
|
535
|
+
* @param args - command input.
|
|
536
|
+
* @param paginationConfig - optional pagination config.
|
|
537
|
+
* @returns AsyncIterable of {@link ListObjectChildrenCommandOutput}.
|
|
538
|
+
*/
|
|
539
|
+
paginateListObjectChildren(args: ListObjectChildrenCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListObjectChildrenCommandOutput>;
|
|
540
|
+
/**
|
|
541
|
+
* @see {@link ListObjectParentPathsCommand}
|
|
542
|
+
* @param args - command input.
|
|
543
|
+
* @param paginationConfig - optional pagination config.
|
|
544
|
+
* @returns AsyncIterable of {@link ListObjectParentPathsCommandOutput}.
|
|
545
|
+
*/
|
|
546
|
+
paginateListObjectParentPaths(args: ListObjectParentPathsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListObjectParentPathsCommandOutput>;
|
|
547
|
+
/**
|
|
548
|
+
* @see {@link ListObjectParentsCommand}
|
|
549
|
+
* @param args - command input.
|
|
550
|
+
* @param paginationConfig - optional pagination config.
|
|
551
|
+
* @returns AsyncIterable of {@link ListObjectParentsCommandOutput}.
|
|
552
|
+
*/
|
|
553
|
+
paginateListObjectParents(args: ListObjectParentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListObjectParentsCommandOutput>;
|
|
554
|
+
/**
|
|
555
|
+
* @see {@link ListObjectPoliciesCommand}
|
|
556
|
+
* @param args - command input.
|
|
557
|
+
* @param paginationConfig - optional pagination config.
|
|
558
|
+
* @returns AsyncIterable of {@link ListObjectPoliciesCommandOutput}.
|
|
559
|
+
*/
|
|
560
|
+
paginateListObjectPolicies(args: ListObjectPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListObjectPoliciesCommandOutput>;
|
|
561
|
+
/**
|
|
562
|
+
* @see {@link ListPolicyAttachmentsCommand}
|
|
563
|
+
* @param args - command input.
|
|
564
|
+
* @param paginationConfig - optional pagination config.
|
|
565
|
+
* @returns AsyncIterable of {@link ListPolicyAttachmentsCommandOutput}.
|
|
566
|
+
*/
|
|
567
|
+
paginateListPolicyAttachments(args: ListPolicyAttachmentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicyAttachmentsCommandOutput>;
|
|
568
|
+
/**
|
|
569
|
+
* @see {@link ListPublishedSchemaArnsCommand}
|
|
570
|
+
* @param args - command input.
|
|
571
|
+
* @param paginationConfig - optional pagination config.
|
|
572
|
+
* @returns AsyncIterable of {@link ListPublishedSchemaArnsCommandOutput}.
|
|
573
|
+
*/
|
|
574
|
+
paginateListPublishedSchemaArns(args?: ListPublishedSchemaArnsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPublishedSchemaArnsCommandOutput>;
|
|
575
|
+
/**
|
|
576
|
+
* @see {@link ListTagsForResourceCommand}
|
|
577
|
+
* @param args - command input.
|
|
578
|
+
* @param paginationConfig - optional pagination config.
|
|
579
|
+
* @returns AsyncIterable of {@link ListTagsForResourceCommandOutput}.
|
|
580
|
+
*/
|
|
581
|
+
paginateListTagsForResource(args: ListTagsForResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsForResourceCommandOutput>;
|
|
582
|
+
/**
|
|
583
|
+
* @see {@link ListTypedLinkFacetAttributesCommand}
|
|
584
|
+
* @param args - command input.
|
|
585
|
+
* @param paginationConfig - optional pagination config.
|
|
586
|
+
* @returns AsyncIterable of {@link ListTypedLinkFacetAttributesCommandOutput}.
|
|
587
|
+
*/
|
|
588
|
+
paginateListTypedLinkFacetAttributes(args: ListTypedLinkFacetAttributesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTypedLinkFacetAttributesCommandOutput>;
|
|
589
|
+
/**
|
|
590
|
+
* @see {@link ListTypedLinkFacetNamesCommand}
|
|
591
|
+
* @param args - command input.
|
|
592
|
+
* @param paginationConfig - optional pagination config.
|
|
593
|
+
* @returns AsyncIterable of {@link ListTypedLinkFacetNamesCommandOutput}.
|
|
594
|
+
*/
|
|
595
|
+
paginateListTypedLinkFacetNames(args: ListTypedLinkFacetNamesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTypedLinkFacetNamesCommandOutput>;
|
|
596
|
+
/**
|
|
597
|
+
* @see {@link LookupPolicyCommand}
|
|
598
|
+
* @param args - command input.
|
|
599
|
+
* @param paginationConfig - optional pagination config.
|
|
600
|
+
* @returns AsyncIterable of {@link LookupPolicyCommandOutput}.
|
|
601
|
+
*/
|
|
602
|
+
paginateLookupPolicy(args: LookupPolicyCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<LookupPolicyCommandOutput>;
|
|
470
603
|
}
|
|
471
604
|
/**
|
|
472
605
|
* <fullname>Amazon Cloud Directory</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import { CloudDirectoryClient } from "./CloudDirectoryClient";
|
|
3
7
|
import {
|
|
4
8
|
AddFacetToObjectCommandInput,
|
|
@@ -1127,6 +1131,139 @@ export interface CloudDirectory {
|
|
|
1127
1131
|
options: __HttpHandlerOptions,
|
|
1128
1132
|
cb: (err: any, data?: UpgradePublishedSchemaCommandOutput) => void
|
|
1129
1133
|
): void;
|
|
1134
|
+
paginateListAppliedSchemaArns(
|
|
1135
|
+
args: ListAppliedSchemaArnsCommandInput,
|
|
1136
|
+
paginationConfig?: Pick<
|
|
1137
|
+
PaginationConfiguration,
|
|
1138
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1139
|
+
>
|
|
1140
|
+
): Paginator<ListAppliedSchemaArnsCommandOutput>;
|
|
1141
|
+
paginateListAttachedIndices(
|
|
1142
|
+
args: ListAttachedIndicesCommandInput,
|
|
1143
|
+
paginationConfig?: Pick<
|
|
1144
|
+
PaginationConfiguration,
|
|
1145
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1146
|
+
>
|
|
1147
|
+
): Paginator<ListAttachedIndicesCommandOutput>;
|
|
1148
|
+
paginateListDevelopmentSchemaArns(
|
|
1149
|
+
args?: ListDevelopmentSchemaArnsCommandInput,
|
|
1150
|
+
paginationConfig?: Pick<
|
|
1151
|
+
PaginationConfiguration,
|
|
1152
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1153
|
+
>
|
|
1154
|
+
): Paginator<ListDevelopmentSchemaArnsCommandOutput>;
|
|
1155
|
+
paginateListDirectories(
|
|
1156
|
+
args?: ListDirectoriesCommandInput,
|
|
1157
|
+
paginationConfig?: Pick<
|
|
1158
|
+
PaginationConfiguration,
|
|
1159
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1160
|
+
>
|
|
1161
|
+
): Paginator<ListDirectoriesCommandOutput>;
|
|
1162
|
+
paginateListFacetAttributes(
|
|
1163
|
+
args: ListFacetAttributesCommandInput,
|
|
1164
|
+
paginationConfig?: Pick<
|
|
1165
|
+
PaginationConfiguration,
|
|
1166
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1167
|
+
>
|
|
1168
|
+
): Paginator<ListFacetAttributesCommandOutput>;
|
|
1169
|
+
paginateListFacetNames(
|
|
1170
|
+
args: ListFacetNamesCommandInput,
|
|
1171
|
+
paginationConfig?: Pick<
|
|
1172
|
+
PaginationConfiguration,
|
|
1173
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1174
|
+
>
|
|
1175
|
+
): Paginator<ListFacetNamesCommandOutput>;
|
|
1176
|
+
paginateListIndex(
|
|
1177
|
+
args: ListIndexCommandInput,
|
|
1178
|
+
paginationConfig?: Pick<
|
|
1179
|
+
PaginationConfiguration,
|
|
1180
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1181
|
+
>
|
|
1182
|
+
): Paginator<ListIndexCommandOutput>;
|
|
1183
|
+
paginateListManagedSchemaArns(
|
|
1184
|
+
args?: ListManagedSchemaArnsCommandInput,
|
|
1185
|
+
paginationConfig?: Pick<
|
|
1186
|
+
PaginationConfiguration,
|
|
1187
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1188
|
+
>
|
|
1189
|
+
): Paginator<ListManagedSchemaArnsCommandOutput>;
|
|
1190
|
+
paginateListObjectAttributes(
|
|
1191
|
+
args: ListObjectAttributesCommandInput,
|
|
1192
|
+
paginationConfig?: Pick<
|
|
1193
|
+
PaginationConfiguration,
|
|
1194
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1195
|
+
>
|
|
1196
|
+
): Paginator<ListObjectAttributesCommandOutput>;
|
|
1197
|
+
paginateListObjectChildren(
|
|
1198
|
+
args: ListObjectChildrenCommandInput,
|
|
1199
|
+
paginationConfig?: Pick<
|
|
1200
|
+
PaginationConfiguration,
|
|
1201
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1202
|
+
>
|
|
1203
|
+
): Paginator<ListObjectChildrenCommandOutput>;
|
|
1204
|
+
paginateListObjectParentPaths(
|
|
1205
|
+
args: ListObjectParentPathsCommandInput,
|
|
1206
|
+
paginationConfig?: Pick<
|
|
1207
|
+
PaginationConfiguration,
|
|
1208
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1209
|
+
>
|
|
1210
|
+
): Paginator<ListObjectParentPathsCommandOutput>;
|
|
1211
|
+
paginateListObjectParents(
|
|
1212
|
+
args: ListObjectParentsCommandInput,
|
|
1213
|
+
paginationConfig?: Pick<
|
|
1214
|
+
PaginationConfiguration,
|
|
1215
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1216
|
+
>
|
|
1217
|
+
): Paginator<ListObjectParentsCommandOutput>;
|
|
1218
|
+
paginateListObjectPolicies(
|
|
1219
|
+
args: ListObjectPoliciesCommandInput,
|
|
1220
|
+
paginationConfig?: Pick<
|
|
1221
|
+
PaginationConfiguration,
|
|
1222
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1223
|
+
>
|
|
1224
|
+
): Paginator<ListObjectPoliciesCommandOutput>;
|
|
1225
|
+
paginateListPolicyAttachments(
|
|
1226
|
+
args: ListPolicyAttachmentsCommandInput,
|
|
1227
|
+
paginationConfig?: Pick<
|
|
1228
|
+
PaginationConfiguration,
|
|
1229
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1230
|
+
>
|
|
1231
|
+
): Paginator<ListPolicyAttachmentsCommandOutput>;
|
|
1232
|
+
paginateListPublishedSchemaArns(
|
|
1233
|
+
args?: ListPublishedSchemaArnsCommandInput,
|
|
1234
|
+
paginationConfig?: Pick<
|
|
1235
|
+
PaginationConfiguration,
|
|
1236
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1237
|
+
>
|
|
1238
|
+
): Paginator<ListPublishedSchemaArnsCommandOutput>;
|
|
1239
|
+
paginateListTagsForResource(
|
|
1240
|
+
args: ListTagsForResourceCommandInput,
|
|
1241
|
+
paginationConfig?: Pick<
|
|
1242
|
+
PaginationConfiguration,
|
|
1243
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1244
|
+
>
|
|
1245
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
1246
|
+
paginateListTypedLinkFacetAttributes(
|
|
1247
|
+
args: ListTypedLinkFacetAttributesCommandInput,
|
|
1248
|
+
paginationConfig?: Pick<
|
|
1249
|
+
PaginationConfiguration,
|
|
1250
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1251
|
+
>
|
|
1252
|
+
): Paginator<ListTypedLinkFacetAttributesCommandOutput>;
|
|
1253
|
+
paginateListTypedLinkFacetNames(
|
|
1254
|
+
args: ListTypedLinkFacetNamesCommandInput,
|
|
1255
|
+
paginationConfig?: Pick<
|
|
1256
|
+
PaginationConfiguration,
|
|
1257
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1258
|
+
>
|
|
1259
|
+
): Paginator<ListTypedLinkFacetNamesCommandOutput>;
|
|
1260
|
+
paginateLookupPolicy(
|
|
1261
|
+
args: LookupPolicyCommandInput,
|
|
1262
|
+
paginationConfig?: Pick<
|
|
1263
|
+
PaginationConfiguration,
|
|
1264
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1265
|
+
>
|
|
1266
|
+
): Paginator<LookupPolicyCommandOutput>;
|
|
1130
1267
|
}
|
|
1131
1268
|
export declare class CloudDirectory
|
|
1132
1269
|
extends CloudDirectoryClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-clouddirectory",
|
|
3
3
|
"description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-clouddirectory",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|