@aws-sdk/client-workdocs 3.495.0 → 3.499.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 +142 -139
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -5645,202 +5645,205 @@ var paginateSearchResources = (0, import_core.createPaginator)(WorkDocsClient, S
|
|
|
5645
5645
|
// src/index.ts
|
|
5646
5646
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
5647
5647
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5648
|
+
|
|
5648
5649
|
0 && (module.exports = {
|
|
5650
|
+
WorkDocsServiceException,
|
|
5651
|
+
__Client,
|
|
5652
|
+
WorkDocsClient,
|
|
5653
|
+
WorkDocs,
|
|
5654
|
+
$Command,
|
|
5649
5655
|
AbortDocumentVersionUploadCommand,
|
|
5650
|
-
AbortDocumentVersionUploadRequestFilterSensitiveLog,
|
|
5651
5656
|
ActivateUserCommand,
|
|
5652
|
-
ActivateUserRequestFilterSensitiveLog,
|
|
5653
|
-
ActivateUserResponseFilterSensitiveLog,
|
|
5654
|
-
ActivityFilterSensitiveLog,
|
|
5655
|
-
ActivityType,
|
|
5656
5657
|
AddResourcePermissionsCommand,
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
|
|
5658
|
+
CreateCommentCommand,
|
|
5659
|
+
CreateCustomMetadataCommand,
|
|
5660
|
+
CreateFolderCommand,
|
|
5661
|
+
CreateLabelsCommand,
|
|
5662
|
+
CreateNotificationSubscriptionCommand,
|
|
5663
|
+
CreateUserCommand,
|
|
5664
|
+
DeactivateUserCommand,
|
|
5665
|
+
DeleteCommentCommand,
|
|
5666
|
+
DeleteCustomMetadataCommand,
|
|
5667
|
+
DeleteDocumentCommand,
|
|
5668
|
+
DeleteDocumentVersionCommand,
|
|
5669
|
+
DeleteFolderCommand,
|
|
5670
|
+
DeleteFolderContentsCommand,
|
|
5671
|
+
DeleteLabelsCommand,
|
|
5672
|
+
DeleteNotificationSubscriptionCommand,
|
|
5673
|
+
DeleteUserCommand,
|
|
5674
|
+
DescribeActivitiesCommand,
|
|
5675
|
+
DescribeCommentsCommand,
|
|
5676
|
+
DescribeDocumentVersionsCommand,
|
|
5677
|
+
DescribeFolderContentsCommand,
|
|
5678
|
+
DescribeGroupsCommand,
|
|
5679
|
+
DescribeNotificationSubscriptionsCommand,
|
|
5680
|
+
DescribeResourcePermissionsCommand,
|
|
5681
|
+
DescribeRootFoldersCommand,
|
|
5682
|
+
DescribeUsersCommand,
|
|
5683
|
+
GetCurrentUserCommand,
|
|
5684
|
+
GetDocumentCommand,
|
|
5685
|
+
GetDocumentPathCommand,
|
|
5686
|
+
GetDocumentVersionCommand,
|
|
5687
|
+
GetFolderCommand,
|
|
5688
|
+
GetFolderPathCommand,
|
|
5689
|
+
GetResourcesCommand,
|
|
5690
|
+
InitiateDocumentVersionUploadCommand,
|
|
5691
|
+
RemoveAllResourcePermissionsCommand,
|
|
5692
|
+
RemoveResourcePermissionCommand,
|
|
5693
|
+
RestoreDocumentVersionsCommand,
|
|
5694
|
+
SearchResourcesCommand,
|
|
5695
|
+
UpdateDocumentCommand,
|
|
5696
|
+
UpdateDocumentVersionCommand,
|
|
5697
|
+
UpdateFolderCommand,
|
|
5698
|
+
UpdateUserCommand,
|
|
5699
|
+
paginateDescribeActivities,
|
|
5700
|
+
paginateDescribeComments,
|
|
5701
|
+
paginateDescribeDocumentVersions,
|
|
5702
|
+
paginateDescribeFolderContents,
|
|
5703
|
+
paginateDescribeGroups,
|
|
5704
|
+
paginateDescribeNotificationSubscriptions,
|
|
5705
|
+
paginateDescribeResourcePermissions,
|
|
5706
|
+
paginateDescribeRootFolders,
|
|
5707
|
+
paginateDescribeUsers,
|
|
5708
|
+
paginateSearchResources,
|
|
5709
|
+
ConcurrentModificationException,
|
|
5710
|
+
EntityNotExistsException,
|
|
5711
|
+
FailedDependencyException,
|
|
5712
|
+
ProhibitedStateException,
|
|
5713
|
+
ServiceUnavailableException,
|
|
5714
|
+
UnauthorizedOperationException,
|
|
5715
|
+
UnauthorizedResourceAccessException,
|
|
5716
|
+
LocaleType,
|
|
5717
|
+
UserStatusType,
|
|
5718
|
+
StorageType,
|
|
5719
|
+
UserType,
|
|
5663
5720
|
CommentStatusType,
|
|
5721
|
+
ResourceType,
|
|
5722
|
+
ActivityType,
|
|
5723
|
+
AdditionalResponseFieldType,
|
|
5724
|
+
RoleType,
|
|
5725
|
+
PrincipalType,
|
|
5726
|
+
ShareStatusType,
|
|
5664
5727
|
CommentVisibilityType,
|
|
5665
|
-
|
|
5728
|
+
DocumentLockedForCommentsException,
|
|
5729
|
+
InvalidCommentOperationException,
|
|
5730
|
+
CustomMetadataLimitExceededException,
|
|
5666
5731
|
ConflictingOperationException,
|
|
5732
|
+
ResourceStateType,
|
|
5733
|
+
EntityAlreadyExistsException,
|
|
5734
|
+
LimitExceededException,
|
|
5735
|
+
TooManyLabelsException,
|
|
5736
|
+
SubscriptionProtocolType,
|
|
5737
|
+
SubscriptionType,
|
|
5738
|
+
InvalidArgumentException,
|
|
5739
|
+
TooManySubscriptionsException,
|
|
5740
|
+
InvalidOperationException,
|
|
5741
|
+
DocumentSourceType,
|
|
5742
|
+
DocumentStatusType,
|
|
5743
|
+
DocumentThumbnailType,
|
|
5744
|
+
InvalidPasswordException,
|
|
5745
|
+
OrderType,
|
|
5746
|
+
ResourceSortType,
|
|
5747
|
+
FolderContentType,
|
|
5748
|
+
RolePermissionType,
|
|
5749
|
+
UserFilterType,
|
|
5750
|
+
UserSortType,
|
|
5751
|
+
RequestedEntityTooLargeException,
|
|
5752
|
+
ResourceCollectionType,
|
|
5753
|
+
DraftUploadOutOfSyncException,
|
|
5754
|
+
ResourceAlreadyCheckedOutException,
|
|
5755
|
+
StorageLimitExceededException,
|
|
5756
|
+
StorageLimitWillExceedException,
|
|
5667
5757
|
ContentCategoryType,
|
|
5668
|
-
|
|
5758
|
+
PrincipalRoleType,
|
|
5759
|
+
SearchResourceType,
|
|
5760
|
+
SearchCollectionType,
|
|
5761
|
+
LanguageCodeType,
|
|
5762
|
+
OrderByFieldType,
|
|
5763
|
+
SortOrder,
|
|
5764
|
+
SearchQueryScopeType,
|
|
5765
|
+
ResponseItemType,
|
|
5766
|
+
DocumentVersionStatus,
|
|
5767
|
+
DeactivatingLastSystemUserException,
|
|
5768
|
+
IllegalUserStateException,
|
|
5769
|
+
BooleanEnumType,
|
|
5770
|
+
AbortDocumentVersionUploadRequestFilterSensitiveLog,
|
|
5771
|
+
ActivateUserRequestFilterSensitiveLog,
|
|
5772
|
+
UserFilterSensitiveLog,
|
|
5773
|
+
ActivateUserResponseFilterSensitiveLog,
|
|
5774
|
+
CommentMetadataFilterSensitiveLog,
|
|
5775
|
+
UserMetadataFilterSensitiveLog,
|
|
5776
|
+
ResourceMetadataFilterSensitiveLog,
|
|
5777
|
+
ParticipantsFilterSensitiveLog,
|
|
5778
|
+
ActivityFilterSensitiveLog,
|
|
5779
|
+
NotificationOptionsFilterSensitiveLog,
|
|
5780
|
+
AddResourcePermissionsRequestFilterSensitiveLog,
|
|
5781
|
+
ShareResultFilterSensitiveLog,
|
|
5782
|
+
AddResourcePermissionsResponseFilterSensitiveLog,
|
|
5669
5783
|
CreateCommentRequestFilterSensitiveLog,
|
|
5784
|
+
CommentFilterSensitiveLog,
|
|
5670
5785
|
CreateCommentResponseFilterSensitiveLog,
|
|
5671
|
-
CreateCustomMetadataCommand,
|
|
5672
5786
|
CreateCustomMetadataRequestFilterSensitiveLog,
|
|
5673
|
-
CreateFolderCommand,
|
|
5674
5787
|
CreateFolderRequestFilterSensitiveLog,
|
|
5788
|
+
FolderMetadataFilterSensitiveLog,
|
|
5675
5789
|
CreateFolderResponseFilterSensitiveLog,
|
|
5676
|
-
CreateLabelsCommand,
|
|
5677
5790
|
CreateLabelsRequestFilterSensitiveLog,
|
|
5678
|
-
CreateNotificationSubscriptionCommand,
|
|
5679
|
-
CreateUserCommand,
|
|
5680
5791
|
CreateUserRequestFilterSensitiveLog,
|
|
5681
5792
|
CreateUserResponseFilterSensitiveLog,
|
|
5682
|
-
CustomMetadataLimitExceededException,
|
|
5683
|
-
DeactivateUserCommand,
|
|
5684
5793
|
DeactivateUserRequestFilterSensitiveLog,
|
|
5685
|
-
DeactivatingLastSystemUserException,
|
|
5686
|
-
DeleteCommentCommand,
|
|
5687
5794
|
DeleteCommentRequestFilterSensitiveLog,
|
|
5688
|
-
DeleteCustomMetadataCommand,
|
|
5689
5795
|
DeleteCustomMetadataRequestFilterSensitiveLog,
|
|
5690
|
-
DeleteDocumentCommand,
|
|
5691
5796
|
DeleteDocumentRequestFilterSensitiveLog,
|
|
5692
|
-
DeleteDocumentVersionCommand,
|
|
5693
5797
|
DeleteDocumentVersionRequestFilterSensitiveLog,
|
|
5694
|
-
DeleteFolderCommand,
|
|
5695
|
-
DeleteFolderContentsCommand,
|
|
5696
|
-
DeleteFolderContentsRequestFilterSensitiveLog,
|
|
5697
5798
|
DeleteFolderRequestFilterSensitiveLog,
|
|
5698
|
-
|
|
5799
|
+
DeleteFolderContentsRequestFilterSensitiveLog,
|
|
5699
5800
|
DeleteLabelsRequestFilterSensitiveLog,
|
|
5700
|
-
DeleteNotificationSubscriptionCommand,
|
|
5701
|
-
DeleteUserCommand,
|
|
5702
5801
|
DeleteUserRequestFilterSensitiveLog,
|
|
5703
|
-
DescribeActivitiesCommand,
|
|
5704
5802
|
DescribeActivitiesRequestFilterSensitiveLog,
|
|
5705
5803
|
DescribeActivitiesResponseFilterSensitiveLog,
|
|
5706
|
-
DescribeCommentsCommand,
|
|
5707
5804
|
DescribeCommentsRequestFilterSensitiveLog,
|
|
5708
5805
|
DescribeCommentsResponseFilterSensitiveLog,
|
|
5709
|
-
DescribeDocumentVersionsCommand,
|
|
5710
5806
|
DescribeDocumentVersionsRequestFilterSensitiveLog,
|
|
5807
|
+
DocumentVersionMetadataFilterSensitiveLog,
|
|
5711
5808
|
DescribeDocumentVersionsResponseFilterSensitiveLog,
|
|
5712
|
-
DescribeFolderContentsCommand,
|
|
5713
5809
|
DescribeFolderContentsRequestFilterSensitiveLog,
|
|
5810
|
+
DocumentMetadataFilterSensitiveLog,
|
|
5714
5811
|
DescribeFolderContentsResponseFilterSensitiveLog,
|
|
5715
|
-
DescribeGroupsCommand,
|
|
5716
5812
|
DescribeGroupsRequestFilterSensitiveLog,
|
|
5717
|
-
DescribeNotificationSubscriptionsCommand,
|
|
5718
|
-
DescribeResourcePermissionsCommand,
|
|
5719
5813
|
DescribeResourcePermissionsRequestFilterSensitiveLog,
|
|
5720
|
-
DescribeRootFoldersCommand,
|
|
5721
5814
|
DescribeRootFoldersRequestFilterSensitiveLog,
|
|
5722
5815
|
DescribeRootFoldersResponseFilterSensitiveLog,
|
|
5723
|
-
DescribeUsersCommand,
|
|
5724
5816
|
DescribeUsersRequestFilterSensitiveLog,
|
|
5725
5817
|
DescribeUsersResponseFilterSensitiveLog,
|
|
5726
|
-
DocumentLockedForCommentsException,
|
|
5727
|
-
DocumentMetadataFilterSensitiveLog,
|
|
5728
|
-
DocumentSourceType,
|
|
5729
|
-
DocumentStatusType,
|
|
5730
|
-
DocumentThumbnailType,
|
|
5731
|
-
DocumentVersionMetadataFilterSensitiveLog,
|
|
5732
|
-
DocumentVersionStatus,
|
|
5733
|
-
DraftUploadOutOfSyncException,
|
|
5734
|
-
EntityAlreadyExistsException,
|
|
5735
|
-
EntityNotExistsException,
|
|
5736
|
-
FailedDependencyException,
|
|
5737
|
-
FolderContentType,
|
|
5738
|
-
FolderMetadataFilterSensitiveLog,
|
|
5739
|
-
GetCurrentUserCommand,
|
|
5740
5818
|
GetCurrentUserRequestFilterSensitiveLog,
|
|
5741
5819
|
GetCurrentUserResponseFilterSensitiveLog,
|
|
5742
|
-
GetDocumentCommand,
|
|
5743
|
-
GetDocumentPathCommand,
|
|
5744
|
-
GetDocumentPathRequestFilterSensitiveLog,
|
|
5745
|
-
GetDocumentPathResponseFilterSensitiveLog,
|
|
5746
5820
|
GetDocumentRequestFilterSensitiveLog,
|
|
5747
5821
|
GetDocumentResponseFilterSensitiveLog,
|
|
5748
|
-
|
|
5822
|
+
GetDocumentPathRequestFilterSensitiveLog,
|
|
5823
|
+
ResourcePathComponentFilterSensitiveLog,
|
|
5824
|
+
ResourcePathFilterSensitiveLog,
|
|
5825
|
+
GetDocumentPathResponseFilterSensitiveLog,
|
|
5749
5826
|
GetDocumentVersionRequestFilterSensitiveLog,
|
|
5750
5827
|
GetDocumentVersionResponseFilterSensitiveLog,
|
|
5751
|
-
GetFolderCommand,
|
|
5752
|
-
GetFolderPathCommand,
|
|
5753
|
-
GetFolderPathRequestFilterSensitiveLog,
|
|
5754
|
-
GetFolderPathResponseFilterSensitiveLog,
|
|
5755
5828
|
GetFolderRequestFilterSensitiveLog,
|
|
5756
5829
|
GetFolderResponseFilterSensitiveLog,
|
|
5757
|
-
|
|
5830
|
+
GetFolderPathRequestFilterSensitiveLog,
|
|
5831
|
+
GetFolderPathResponseFilterSensitiveLog,
|
|
5758
5832
|
GetResourcesRequestFilterSensitiveLog,
|
|
5759
5833
|
GetResourcesResponseFilterSensitiveLog,
|
|
5760
|
-
IllegalUserStateException,
|
|
5761
|
-
InitiateDocumentVersionUploadCommand,
|
|
5762
5834
|
InitiateDocumentVersionUploadRequestFilterSensitiveLog,
|
|
5835
|
+
UploadMetadataFilterSensitiveLog,
|
|
5763
5836
|
InitiateDocumentVersionUploadResponseFilterSensitiveLog,
|
|
5764
|
-
InvalidArgumentException,
|
|
5765
|
-
InvalidCommentOperationException,
|
|
5766
|
-
InvalidOperationException,
|
|
5767
|
-
InvalidPasswordException,
|
|
5768
|
-
LanguageCodeType,
|
|
5769
|
-
LimitExceededException,
|
|
5770
|
-
LocaleType,
|
|
5771
|
-
NotificationOptionsFilterSensitiveLog,
|
|
5772
|
-
OrderByFieldType,
|
|
5773
|
-
OrderType,
|
|
5774
|
-
ParticipantsFilterSensitiveLog,
|
|
5775
|
-
PrincipalRoleType,
|
|
5776
|
-
PrincipalType,
|
|
5777
|
-
ProhibitedStateException,
|
|
5778
|
-
RemoveAllResourcePermissionsCommand,
|
|
5779
5837
|
RemoveAllResourcePermissionsRequestFilterSensitiveLog,
|
|
5780
|
-
RemoveResourcePermissionCommand,
|
|
5781
5838
|
RemoveResourcePermissionRequestFilterSensitiveLog,
|
|
5782
|
-
RequestedEntityTooLargeException,
|
|
5783
|
-
ResourceAlreadyCheckedOutException,
|
|
5784
|
-
ResourceCollectionType,
|
|
5785
|
-
ResourceMetadataFilterSensitiveLog,
|
|
5786
|
-
ResourcePathComponentFilterSensitiveLog,
|
|
5787
|
-
ResourcePathFilterSensitiveLog,
|
|
5788
|
-
ResourceSortType,
|
|
5789
|
-
ResourceStateType,
|
|
5790
|
-
ResourceType,
|
|
5791
|
-
ResponseItemFilterSensitiveLog,
|
|
5792
|
-
ResponseItemType,
|
|
5793
|
-
RestoreDocumentVersionsCommand,
|
|
5794
5839
|
RestoreDocumentVersionsRequestFilterSensitiveLog,
|
|
5795
|
-
RolePermissionType,
|
|
5796
|
-
RoleType,
|
|
5797
|
-
SearchCollectionType,
|
|
5798
|
-
SearchQueryScopeType,
|
|
5799
|
-
SearchResourceType,
|
|
5800
|
-
SearchResourcesCommand,
|
|
5801
5840
|
SearchResourcesRequestFilterSensitiveLog,
|
|
5841
|
+
ResponseItemFilterSensitiveLog,
|
|
5802
5842
|
SearchResourcesResponseFilterSensitiveLog,
|
|
5803
|
-
ServiceUnavailableException,
|
|
5804
|
-
ShareResultFilterSensitiveLog,
|
|
5805
|
-
ShareStatusType,
|
|
5806
|
-
SortOrder,
|
|
5807
|
-
StorageLimitExceededException,
|
|
5808
|
-
StorageLimitWillExceedException,
|
|
5809
|
-
StorageType,
|
|
5810
|
-
SubscriptionProtocolType,
|
|
5811
|
-
SubscriptionType,
|
|
5812
|
-
TooManyLabelsException,
|
|
5813
|
-
TooManySubscriptionsException,
|
|
5814
|
-
UnauthorizedOperationException,
|
|
5815
|
-
UnauthorizedResourceAccessException,
|
|
5816
|
-
UpdateDocumentCommand,
|
|
5817
5843
|
UpdateDocumentRequestFilterSensitiveLog,
|
|
5818
|
-
UpdateDocumentVersionCommand,
|
|
5819
5844
|
UpdateDocumentVersionRequestFilterSensitiveLog,
|
|
5820
|
-
UpdateFolderCommand,
|
|
5821
5845
|
UpdateFolderRequestFilterSensitiveLog,
|
|
5822
|
-
UpdateUserCommand,
|
|
5823
5846
|
UpdateUserRequestFilterSensitiveLog,
|
|
5824
|
-
UpdateUserResponseFilterSensitiveLog
|
|
5825
|
-
UploadMetadataFilterSensitiveLog,
|
|
5826
|
-
UserFilterSensitiveLog,
|
|
5827
|
-
UserFilterType,
|
|
5828
|
-
UserMetadataFilterSensitiveLog,
|
|
5829
|
-
UserSortType,
|
|
5830
|
-
UserStatusType,
|
|
5831
|
-
UserType,
|
|
5832
|
-
WorkDocs,
|
|
5833
|
-
WorkDocsClient,
|
|
5834
|
-
WorkDocsServiceException,
|
|
5835
|
-
__Client,
|
|
5836
|
-
paginateDescribeActivities,
|
|
5837
|
-
paginateDescribeComments,
|
|
5838
|
-
paginateDescribeDocumentVersions,
|
|
5839
|
-
paginateDescribeFolderContents,
|
|
5840
|
-
paginateDescribeGroups,
|
|
5841
|
-
paginateDescribeNotificationSubscriptions,
|
|
5842
|
-
paginateDescribeResourcePermissions,
|
|
5843
|
-
paginateDescribeRootFolders,
|
|
5844
|
-
paginateDescribeUsers,
|
|
5845
|
-
paginateSearchResources
|
|
5847
|
+
UpdateUserResponseFilterSensitiveLog
|
|
5846
5848
|
});
|
|
5849
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workdocs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workdocs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workdocs",
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|