@aws-sdk/client-cleanrooms 3.335.0 → 3.338.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/CleanRoomsClient.js +2 -1
- package/dist-cjs/commands/BatchGetSchemaCommand.js +2 -1
- package/dist-cjs/commands/CreateCollaborationCommand.js +2 -1
- package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +2 -1
- package/dist-cjs/commands/CreateConfiguredTableCommand.js +2 -1
- package/dist-cjs/commands/CreateMembershipCommand.js +2 -1
- package/dist-cjs/commands/DeleteCollaborationCommand.js +2 -1
- package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +2 -1
- package/dist-cjs/commands/DeleteConfiguredTableCommand.js +2 -1
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -1
- package/dist-cjs/commands/DeleteMembershipCommand.js +2 -1
- package/dist-cjs/commands/GetCollaborationCommand.js +2 -1
- package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +2 -1
- package/dist-cjs/commands/GetConfiguredTableCommand.js +2 -1
- package/dist-cjs/commands/GetMembershipCommand.js +2 -1
- package/dist-cjs/commands/GetProtectedQueryCommand.js +2 -1
- package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/GetSchemaCommand.js +2 -1
- package/dist-cjs/commands/ListCollaborationsCommand.js +2 -1
- package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +2 -1
- package/dist-cjs/commands/ListConfiguredTablesCommand.js +2 -1
- package/dist-cjs/commands/ListMembersCommand.js +2 -1
- package/dist-cjs/commands/ListMembershipsCommand.js +2 -1
- package/dist-cjs/commands/ListProtectedQueriesCommand.js +2 -1
- package/dist-cjs/commands/ListSchemasCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/StartProtectedQueryCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateCollaborationCommand.js +2 -1
- package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +2 -1
- package/dist-cjs/commands/UpdateConfiguredTableCommand.js +2 -1
- package/dist-cjs/commands/UpdateMembershipCommand.js +2 -1
- package/dist-cjs/commands/UpdateProtectedQueryCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/CleanRoomsServiceException.js +2 -1
- package/dist-es/CleanRoomsClient.js +1 -0
- package/dist-es/commands/BatchGetSchemaCommand.js +1 -0
- package/dist-es/commands/CreateCollaborationCommand.js +1 -0
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +1 -0
- package/dist-es/commands/CreateConfiguredTableCommand.js +1 -0
- package/dist-es/commands/CreateMembershipCommand.js +1 -0
- package/dist-es/commands/DeleteCollaborationCommand.js +1 -0
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +1 -0
- package/dist-es/commands/DeleteConfiguredTableCommand.js +1 -0
- package/dist-es/commands/DeleteMemberCommand.js +1 -0
- package/dist-es/commands/DeleteMembershipCommand.js +1 -0
- package/dist-es/commands/GetCollaborationCommand.js +1 -0
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +1 -0
- package/dist-es/commands/GetConfiguredTableCommand.js +1 -0
- package/dist-es/commands/GetMembershipCommand.js +1 -0
- package/dist-es/commands/GetProtectedQueryCommand.js +1 -0
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/GetSchemaCommand.js +1 -0
- package/dist-es/commands/ListCollaborationsCommand.js +1 -0
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +1 -0
- package/dist-es/commands/ListConfiguredTablesCommand.js +1 -0
- package/dist-es/commands/ListMembersCommand.js +1 -0
- package/dist-es/commands/ListMembershipsCommand.js +1 -0
- package/dist-es/commands/ListProtectedQueriesCommand.js +1 -0
- package/dist-es/commands/ListSchemasCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/StartProtectedQueryCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateCollaborationCommand.js +1 -0
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +1 -0
- package/dist-es/commands/UpdateConfiguredTableCommand.js +1 -0
- package/dist-es/commands/UpdateMembershipCommand.js +1 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/CleanRoomsServiceException.js +1 -0
- package/dist-types/CleanRoomsClient.d.ts +3 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +4 -0
- package/dist-types/commands/CreateCollaborationCommand.d.ts +4 -0
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +4 -0
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +4 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCollaborationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMembershipCommand.d.ts +4 -0
- package/dist-types/commands/GetCollaborationCommand.d.ts +4 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +4 -0
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +4 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +4 -0
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +4 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +4 -0
- package/dist-types/commands/ListCollaborationsCommand.d.ts +4 -0
- package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/ListConfiguredTablesCommand.d.ts +4 -0
- package/dist-types/commands/ListMembersCommand.d.ts +4 -0
- package/dist-types/commands/ListMembershipsCommand.d.ts +4 -0
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +4 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +4 -0
- package/dist-types/index.d.ts +14 -2
- package/dist-types/models/CleanRoomsServiceException.d.ts +1 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/CleanRoomsServiceException.d.ts +1 -0
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cleanrooms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.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",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|