@aws-sdk/client-managedblockchain 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.
Files changed (97) hide show
  1. package/dist-cjs/commands/CreateAccessorCommand.js +2 -3
  2. package/dist-cjs/commands/CreateMemberCommand.js +1 -1
  3. package/dist-cjs/commands/CreateNetworkCommand.js +1 -1
  4. package/dist-cjs/commands/CreateNodeCommand.js +2 -3
  5. package/dist-cjs/commands/CreateProposalCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteAccessorCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteMemberCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteNodeCommand.js +2 -3
  9. package/dist-cjs/commands/GetAccessorCommand.js +2 -3
  10. package/dist-cjs/commands/GetMemberCommand.js +2 -3
  11. package/dist-cjs/commands/GetNetworkCommand.js +2 -3
  12. package/dist-cjs/commands/GetNodeCommand.js +2 -3
  13. package/dist-cjs/commands/GetProposalCommand.js +2 -3
  14. package/dist-cjs/commands/ListAccessorsCommand.js +2 -3
  15. package/dist-cjs/commands/ListInvitationsCommand.js +2 -3
  16. package/dist-cjs/commands/ListMembersCommand.js +2 -3
  17. package/dist-cjs/commands/ListNetworksCommand.js +2 -3
  18. package/dist-cjs/commands/ListNodesCommand.js +2 -3
  19. package/dist-cjs/commands/ListProposalVotesCommand.js +2 -3
  20. package/dist-cjs/commands/ListProposalsCommand.js +2 -3
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  22. package/dist-cjs/commands/RejectInvitationCommand.js +2 -3
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateMemberCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateNodeCommand.js +2 -3
  27. package/dist-cjs/commands/VoteOnProposalCommand.js +2 -3
  28. package/dist-cjs/models/models_0.js +1 -347
  29. package/dist-es/commands/CreateAccessorCommand.js +2 -3
  30. package/dist-es/commands/CreateMemberCommand.js +2 -2
  31. package/dist-es/commands/CreateNetworkCommand.js +2 -2
  32. package/dist-es/commands/CreateNodeCommand.js +2 -3
  33. package/dist-es/commands/CreateProposalCommand.js +2 -3
  34. package/dist-es/commands/DeleteAccessorCommand.js +2 -3
  35. package/dist-es/commands/DeleteMemberCommand.js +2 -3
  36. package/dist-es/commands/DeleteNodeCommand.js +2 -3
  37. package/dist-es/commands/GetAccessorCommand.js +2 -3
  38. package/dist-es/commands/GetMemberCommand.js +2 -3
  39. package/dist-es/commands/GetNetworkCommand.js +2 -3
  40. package/dist-es/commands/GetNodeCommand.js +2 -3
  41. package/dist-es/commands/GetProposalCommand.js +2 -3
  42. package/dist-es/commands/ListAccessorsCommand.js +2 -3
  43. package/dist-es/commands/ListInvitationsCommand.js +2 -3
  44. package/dist-es/commands/ListMembersCommand.js +2 -3
  45. package/dist-es/commands/ListNetworksCommand.js +2 -3
  46. package/dist-es/commands/ListNodesCommand.js +2 -3
  47. package/dist-es/commands/ListProposalVotesCommand.js +2 -3
  48. package/dist-es/commands/ListProposalsCommand.js +2 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  50. package/dist-es/commands/RejectInvitationCommand.js +2 -3
  51. package/dist-es/commands/TagResourceCommand.js +2 -3
  52. package/dist-es/commands/UntagResourceCommand.js +2 -3
  53. package/dist-es/commands/UpdateMemberCommand.js +2 -3
  54. package/dist-es/commands/UpdateNodeCommand.js +2 -3
  55. package/dist-es/commands/VoteOnProposalCommand.js +2 -3
  56. package/dist-es/models/models_0.js +0 -258
  57. package/dist-types/ManagedBlockchain.d.ts +28 -0
  58. package/dist-types/ManagedBlockchainClient.d.ts +24 -4
  59. package/dist-types/commands/CreateAccessorCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateMemberCommand.d.ts +16 -0
  61. package/dist-types/commands/CreateNetworkCommand.d.ts +16 -0
  62. package/dist-types/commands/CreateNodeCommand.d.ts +16 -0
  63. package/dist-types/commands/CreateProposalCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteAccessorCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteNodeCommand.d.ts +16 -0
  67. package/dist-types/commands/GetAccessorCommand.d.ts +16 -0
  68. package/dist-types/commands/GetMemberCommand.d.ts +16 -0
  69. package/dist-types/commands/GetNetworkCommand.d.ts +16 -0
  70. package/dist-types/commands/GetNodeCommand.d.ts +16 -0
  71. package/dist-types/commands/GetProposalCommand.d.ts +16 -0
  72. package/dist-types/commands/ListAccessorsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  75. package/dist-types/commands/ListNetworksCommand.d.ts +16 -0
  76. package/dist-types/commands/ListNodesCommand.d.ts +16 -0
  77. package/dist-types/commands/ListProposalVotesCommand.d.ts +16 -0
  78. package/dist-types/commands/ListProposalsCommand.d.ts +16 -0
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  80. package/dist-types/commands/RejectInvitationCommand.d.ts +16 -0
  81. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  82. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateMemberCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateNodeCommand.d.ts +16 -0
  85. package/dist-types/commands/VoteOnProposalCommand.d.ts +16 -0
  86. package/dist-types/models/ManagedBlockchainServiceException.d.ts +2 -0
  87. package/dist-types/models/models_0.d.ts +245 -344
  88. package/dist-types/pagination/Interfaces.d.ts +3 -0
  89. package/dist-types/pagination/ListAccessorsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListNetworksPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListNodesPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListProposalVotesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListProposalsPaginator.d.ts +3 -0
  96. package/dist-types/ts3.4/models/models_0.d.ts +0 -234
  97. package/package.json +4 -3
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { ManagedBlockchainClient } from "../ManagedBlockchainClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface ManagedBlockchainPaginationConfiguration extends PaginationConfiguration {
4
7
  client: ManagedBlockchainClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAccessorsCommandInput, ListAccessorsCommandOutput } from "../commands/ListAccessorsCommand";
3
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAccessors(config: ManagedBlockchainPaginationConfiguration, input: ListAccessorsCommandInput, ...additionalArguments: any): Paginator<ListAccessorsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
3
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListInvitations(config: ManagedBlockchainPaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListMembers(config: ManagedBlockchainPaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListNetworksCommandInput, ListNetworksCommandOutput } from "../commands/ListNetworksCommand";
3
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListNetworks(config: ManagedBlockchainPaginationConfiguration, input: ListNetworksCommandInput, ...additionalArguments: any): Paginator<ListNetworksCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
3
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListNodes(config: ManagedBlockchainPaginationConfiguration, input: ListNodesCommandInput, ...additionalArguments: any): Paginator<ListNodesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListProposalVotesCommandInput, ListProposalVotesCommandOutput } from "../commands/ListProposalVotesCommand";
3
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListProposalVotes(config: ManagedBlockchainPaginationConfiguration, input: ListProposalVotesCommandInput, ...additionalArguments: any): Paginator<ListProposalVotesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListProposalsCommandInput, ListProposalsCommandOutput } from "../commands/ListProposalsCommand";
3
3
  import { ManagedBlockchainPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListProposals(config: ManagedBlockchainPaginationConfiguration, input: ListProposalsCommandInput, ...additionalArguments: any): Paginator<ListProposalsCommandOutput>;
@@ -579,252 +579,18 @@ export interface VoteOnProposalInput {
579
579
  Vote: VoteValue | string | undefined;
580
580
  }
581
581
  export interface VoteOnProposalOutput {}
582
- export declare const AccessorFilterSensitiveLog: (obj: Accessor) => any;
583
- export declare const AccessorSummaryFilterSensitiveLog: (
584
- obj: AccessorSummary
585
- ) => any;
586
- export declare const ApprovalThresholdPolicyFilterSensitiveLog: (
587
- obj: ApprovalThresholdPolicy
588
- ) => any;
589
- export declare const CreateAccessorInputFilterSensitiveLog: (
590
- obj: CreateAccessorInput
591
- ) => any;
592
- export declare const CreateAccessorOutputFilterSensitiveLog: (
593
- obj: CreateAccessorOutput
594
- ) => any;
595
582
  export declare const MemberFabricConfigurationFilterSensitiveLog: (
596
583
  obj: MemberFabricConfiguration
597
584
  ) => any;
598
585
  export declare const MemberFrameworkConfigurationFilterSensitiveLog: (
599
586
  obj: MemberFrameworkConfiguration
600
587
  ) => any;
601
- export declare const LogConfigurationFilterSensitiveLog: (
602
- obj: LogConfiguration
603
- ) => any;
604
- export declare const LogConfigurationsFilterSensitiveLog: (
605
- obj: LogConfigurations
606
- ) => any;
607
- export declare const MemberFabricLogPublishingConfigurationFilterSensitiveLog: (
608
- obj: MemberFabricLogPublishingConfiguration
609
- ) => any;
610
- export declare const MemberLogPublishingConfigurationFilterSensitiveLog: (
611
- obj: MemberLogPublishingConfiguration
612
- ) => any;
613
588
  export declare const MemberConfigurationFilterSensitiveLog: (
614
589
  obj: MemberConfiguration
615
590
  ) => any;
616
591
  export declare const CreateMemberInputFilterSensitiveLog: (
617
592
  obj: CreateMemberInput
618
593
  ) => any;
619
- export declare const CreateMemberOutputFilterSensitiveLog: (
620
- obj: CreateMemberOutput
621
- ) => any;
622
- export declare const NetworkFabricConfigurationFilterSensitiveLog: (
623
- obj: NetworkFabricConfiguration
624
- ) => any;
625
- export declare const NetworkFrameworkConfigurationFilterSensitiveLog: (
626
- obj: NetworkFrameworkConfiguration
627
- ) => any;
628
- export declare const VotingPolicyFilterSensitiveLog: (obj: VotingPolicy) => any;
629
594
  export declare const CreateNetworkInputFilterSensitiveLog: (
630
595
  obj: CreateNetworkInput
631
596
  ) => any;
632
- export declare const CreateNetworkOutputFilterSensitiveLog: (
633
- obj: CreateNetworkOutput
634
- ) => any;
635
- export declare const NodeFabricLogPublishingConfigurationFilterSensitiveLog: (
636
- obj: NodeFabricLogPublishingConfiguration
637
- ) => any;
638
- export declare const NodeLogPublishingConfigurationFilterSensitiveLog: (
639
- obj: NodeLogPublishingConfiguration
640
- ) => any;
641
- export declare const NodeConfigurationFilterSensitiveLog: (
642
- obj: NodeConfiguration
643
- ) => any;
644
- export declare const CreateNodeInputFilterSensitiveLog: (
645
- obj: CreateNodeInput
646
- ) => any;
647
- export declare const CreateNodeOutputFilterSensitiveLog: (
648
- obj: CreateNodeOutput
649
- ) => any;
650
- export declare const InviteActionFilterSensitiveLog: (obj: InviteAction) => any;
651
- export declare const RemoveActionFilterSensitiveLog: (obj: RemoveAction) => any;
652
- export declare const ProposalActionsFilterSensitiveLog: (
653
- obj: ProposalActions
654
- ) => any;
655
- export declare const CreateProposalInputFilterSensitiveLog: (
656
- obj: CreateProposalInput
657
- ) => any;
658
- export declare const CreateProposalOutputFilterSensitiveLog: (
659
- obj: CreateProposalOutput
660
- ) => any;
661
- export declare const DeleteAccessorInputFilterSensitiveLog: (
662
- obj: DeleteAccessorInput
663
- ) => any;
664
- export declare const DeleteAccessorOutputFilterSensitiveLog: (
665
- obj: DeleteAccessorOutput
666
- ) => any;
667
- export declare const DeleteMemberInputFilterSensitiveLog: (
668
- obj: DeleteMemberInput
669
- ) => any;
670
- export declare const DeleteMemberOutputFilterSensitiveLog: (
671
- obj: DeleteMemberOutput
672
- ) => any;
673
- export declare const DeleteNodeInputFilterSensitiveLog: (
674
- obj: DeleteNodeInput
675
- ) => any;
676
- export declare const DeleteNodeOutputFilterSensitiveLog: (
677
- obj: DeleteNodeOutput
678
- ) => any;
679
- export declare const GetAccessorInputFilterSensitiveLog: (
680
- obj: GetAccessorInput
681
- ) => any;
682
- export declare const GetAccessorOutputFilterSensitiveLog: (
683
- obj: GetAccessorOutput
684
- ) => any;
685
- export declare const GetMemberInputFilterSensitiveLog: (
686
- obj: GetMemberInput
687
- ) => any;
688
- export declare const MemberFabricAttributesFilterSensitiveLog: (
689
- obj: MemberFabricAttributes
690
- ) => any;
691
- export declare const MemberFrameworkAttributesFilterSensitiveLog: (
692
- obj: MemberFrameworkAttributes
693
- ) => any;
694
- export declare const MemberFilterSensitiveLog: (obj: Member) => any;
695
- export declare const GetMemberOutputFilterSensitiveLog: (
696
- obj: GetMemberOutput
697
- ) => any;
698
- export declare const GetNetworkInputFilterSensitiveLog: (
699
- obj: GetNetworkInput
700
- ) => any;
701
- export declare const NetworkEthereumAttributesFilterSensitiveLog: (
702
- obj: NetworkEthereumAttributes
703
- ) => any;
704
- export declare const NetworkFabricAttributesFilterSensitiveLog: (
705
- obj: NetworkFabricAttributes
706
- ) => any;
707
- export declare const NetworkFrameworkAttributesFilterSensitiveLog: (
708
- obj: NetworkFrameworkAttributes
709
- ) => any;
710
- export declare const NetworkFilterSensitiveLog: (obj: Network) => any;
711
- export declare const GetNetworkOutputFilterSensitiveLog: (
712
- obj: GetNetworkOutput
713
- ) => any;
714
- export declare const GetNodeInputFilterSensitiveLog: (obj: GetNodeInput) => any;
715
- export declare const NodeEthereumAttributesFilterSensitiveLog: (
716
- obj: NodeEthereumAttributes
717
- ) => any;
718
- export declare const NodeFabricAttributesFilterSensitiveLog: (
719
- obj: NodeFabricAttributes
720
- ) => any;
721
- export declare const NodeFrameworkAttributesFilterSensitiveLog: (
722
- obj: NodeFrameworkAttributes
723
- ) => any;
724
- export declare const NodeFilterSensitiveLog: (obj: Node) => any;
725
- export declare const GetNodeOutputFilterSensitiveLog: (
726
- obj: GetNodeOutput
727
- ) => any;
728
- export declare const GetProposalInputFilterSensitiveLog: (
729
- obj: GetProposalInput
730
- ) => any;
731
- export declare const ProposalFilterSensitiveLog: (obj: Proposal) => any;
732
- export declare const GetProposalOutputFilterSensitiveLog: (
733
- obj: GetProposalOutput
734
- ) => any;
735
- export declare const NetworkSummaryFilterSensitiveLog: (
736
- obj: NetworkSummary
737
- ) => any;
738
- export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
739
- export declare const ListAccessorsInputFilterSensitiveLog: (
740
- obj: ListAccessorsInput
741
- ) => any;
742
- export declare const ListAccessorsOutputFilterSensitiveLog: (
743
- obj: ListAccessorsOutput
744
- ) => any;
745
- export declare const ListInvitationsInputFilterSensitiveLog: (
746
- obj: ListInvitationsInput
747
- ) => any;
748
- export declare const ListInvitationsOutputFilterSensitiveLog: (
749
- obj: ListInvitationsOutput
750
- ) => any;
751
- export declare const ListMembersInputFilterSensitiveLog: (
752
- obj: ListMembersInput
753
- ) => any;
754
- export declare const MemberSummaryFilterSensitiveLog: (
755
- obj: MemberSummary
756
- ) => any;
757
- export declare const ListMembersOutputFilterSensitiveLog: (
758
- obj: ListMembersOutput
759
- ) => any;
760
- export declare const ListNetworksInputFilterSensitiveLog: (
761
- obj: ListNetworksInput
762
- ) => any;
763
- export declare const ListNetworksOutputFilterSensitiveLog: (
764
- obj: ListNetworksOutput
765
- ) => any;
766
- export declare const ListNodesInputFilterSensitiveLog: (
767
- obj: ListNodesInput
768
- ) => any;
769
- export declare const NodeSummaryFilterSensitiveLog: (obj: NodeSummary) => any;
770
- export declare const ListNodesOutputFilterSensitiveLog: (
771
- obj: ListNodesOutput
772
- ) => any;
773
- export declare const ListProposalsInputFilterSensitiveLog: (
774
- obj: ListProposalsInput
775
- ) => any;
776
- export declare const ProposalSummaryFilterSensitiveLog: (
777
- obj: ProposalSummary
778
- ) => any;
779
- export declare const ListProposalsOutputFilterSensitiveLog: (
780
- obj: ListProposalsOutput
781
- ) => any;
782
- export declare const ListProposalVotesInputFilterSensitiveLog: (
783
- obj: ListProposalVotesInput
784
- ) => any;
785
- export declare const VoteSummaryFilterSensitiveLog: (obj: VoteSummary) => any;
786
- export declare const ListProposalVotesOutputFilterSensitiveLog: (
787
- obj: ListProposalVotesOutput
788
- ) => any;
789
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
790
- obj: ListTagsForResourceRequest
791
- ) => any;
792
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
793
- obj: ListTagsForResourceResponse
794
- ) => any;
795
- export declare const RejectInvitationInputFilterSensitiveLog: (
796
- obj: RejectInvitationInput
797
- ) => any;
798
- export declare const RejectInvitationOutputFilterSensitiveLog: (
799
- obj: RejectInvitationOutput
800
- ) => any;
801
- export declare const TagResourceRequestFilterSensitiveLog: (
802
- obj: TagResourceRequest
803
- ) => any;
804
- export declare const TagResourceResponseFilterSensitiveLog: (
805
- obj: TagResourceResponse
806
- ) => any;
807
- export declare const UntagResourceRequestFilterSensitiveLog: (
808
- obj: UntagResourceRequest
809
- ) => any;
810
- export declare const UntagResourceResponseFilterSensitiveLog: (
811
- obj: UntagResourceResponse
812
- ) => any;
813
- export declare const UpdateMemberInputFilterSensitiveLog: (
814
- obj: UpdateMemberInput
815
- ) => any;
816
- export declare const UpdateMemberOutputFilterSensitiveLog: (
817
- obj: UpdateMemberOutput
818
- ) => any;
819
- export declare const UpdateNodeInputFilterSensitiveLog: (
820
- obj: UpdateNodeInput
821
- ) => any;
822
- export declare const UpdateNodeOutputFilterSensitiveLog: (
823
- obj: UpdateNodeOutput
824
- ) => any;
825
- export declare const VoteOnProposalInputFilterSensitiveLog: (
826
- obj: VoteOnProposalInput
827
- ) => any;
828
- export declare const VoteOnProposalOutputFilterSensitiveLog: (
829
- obj: VoteOnProposalOutput
830
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-managedblockchain",
3
3
  "description": "AWS SDK for JavaScript Managedblockchain Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
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 managedblockchain"
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.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
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",