@aws-sdk/client-cleanrooms 3.879.0 → 3.882.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/README.md +24 -0
- package/dist-cjs/index.js +238 -15
- package/dist-es/CleanRooms.js +6 -0
- package/dist-es/commands/CreateCollaborationChangeRequestCommand.js +22 -0
- package/dist-es/commands/GetCollaborationChangeRequestCommand.js +22 -0
- package/dist-es/commands/ListCollaborationChangeRequestsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +24 -15
- package/dist-es/models/models_1.js +27 -0
- package/dist-es/pagination/ListCollaborationChangeRequestsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +115 -0
- package/dist-types/CleanRooms.d.ts +21 -0
- package/dist-types/CleanRoomsClient.d.ts +5 -2
- package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +131 -0
- package/dist-types/commands/CreateCollaborationCommand.d.ts +6 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +112 -0
- package/dist-types/commands/GetCollaborationCommand.d.ts +3 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedJobCommand.d.ts +7 -2
- package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +117 -0
- package/dist-types/commands/StartProtectedJobCommand.d.ts +12 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateProtectedJobCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +318 -317
- package/dist-types/models/models_1.d.ts +387 -2
- package/dist-types/pagination/ListCollaborationChangeRequestsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +51 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateCollaborationChangeRequestCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCollaborationChangeRequestCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListCollaborationChangeRequestsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +101 -106
- package/dist-types/ts3.4/models/models_1.d.ts +139 -6
- package/dist-types/ts3.4/pagination/ListCollaborationChangeRequestsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +11 -11
|
@@ -19,6 +19,10 @@ import {
|
|
|
19
19
|
CreateAnalysisTemplateCommandInput,
|
|
20
20
|
CreateAnalysisTemplateCommandOutput,
|
|
21
21
|
} from "../commands/CreateAnalysisTemplateCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateCollaborationChangeRequestCommandInput,
|
|
24
|
+
CreateCollaborationChangeRequestCommandOutput,
|
|
25
|
+
} from "../commands/CreateCollaborationChangeRequestCommand";
|
|
22
26
|
import {
|
|
23
27
|
CreateCollaborationCommandInput,
|
|
24
28
|
CreateCollaborationCommandOutput,
|
|
@@ -115,6 +119,10 @@ import {
|
|
|
115
119
|
GetCollaborationAnalysisTemplateCommandInput,
|
|
116
120
|
GetCollaborationAnalysisTemplateCommandOutput,
|
|
117
121
|
} from "../commands/GetCollaborationAnalysisTemplateCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetCollaborationChangeRequestCommandInput,
|
|
124
|
+
GetCollaborationChangeRequestCommandOutput,
|
|
125
|
+
} from "../commands/GetCollaborationChangeRequestCommand";
|
|
118
126
|
import {
|
|
119
127
|
GetCollaborationCommandInput,
|
|
120
128
|
GetCollaborationCommandOutput,
|
|
@@ -191,6 +199,10 @@ import {
|
|
|
191
199
|
ListCollaborationAnalysisTemplatesCommandInput,
|
|
192
200
|
ListCollaborationAnalysisTemplatesCommandOutput,
|
|
193
201
|
} from "../commands/ListCollaborationAnalysisTemplatesCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListCollaborationChangeRequestsCommandInput,
|
|
204
|
+
ListCollaborationChangeRequestsCommandOutput,
|
|
205
|
+
} from "../commands/ListCollaborationChangeRequestsCommand";
|
|
194
206
|
import {
|
|
195
207
|
ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
|
|
196
208
|
ListCollaborationConfiguredAudienceModelAssociationsCommandOutput,
|
|
@@ -359,6 +371,10 @@ export declare const se_CreateCollaborationCommand: (
|
|
|
359
371
|
input: CreateCollaborationCommandInput,
|
|
360
372
|
context: __SerdeContext
|
|
361
373
|
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const se_CreateCollaborationChangeRequestCommand: (
|
|
375
|
+
input: CreateCollaborationChangeRequestCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
362
378
|
export declare const se_CreateConfiguredAudienceModelAssociationCommand: (
|
|
363
379
|
input: CreateConfiguredAudienceModelAssociationCommandInput,
|
|
364
380
|
context: __SerdeContext
|
|
@@ -455,6 +471,10 @@ export declare const se_GetCollaborationAnalysisTemplateCommand: (
|
|
|
455
471
|
input: GetCollaborationAnalysisTemplateCommandInput,
|
|
456
472
|
context: __SerdeContext
|
|
457
473
|
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const se_GetCollaborationChangeRequestCommand: (
|
|
475
|
+
input: GetCollaborationChangeRequestCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
458
478
|
export declare const se_GetCollaborationConfiguredAudienceModelAssociationCommand: (
|
|
459
479
|
input: GetCollaborationConfiguredAudienceModelAssociationCommandInput,
|
|
460
480
|
context: __SerdeContext
|
|
@@ -527,6 +547,10 @@ export declare const se_ListCollaborationAnalysisTemplatesCommand: (
|
|
|
527
547
|
input: ListCollaborationAnalysisTemplatesCommandInput,
|
|
528
548
|
context: __SerdeContext
|
|
529
549
|
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const se_ListCollaborationChangeRequestsCommand: (
|
|
551
|
+
input: ListCollaborationChangeRequestsCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
530
554
|
export declare const se_ListCollaborationConfiguredAudienceModelAssociationsCommand: (
|
|
531
555
|
input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
|
|
532
556
|
context: __SerdeContext
|
|
@@ -695,6 +719,10 @@ export declare const de_CreateCollaborationCommand: (
|
|
|
695
719
|
output: __HttpResponse,
|
|
696
720
|
context: __SerdeContext
|
|
697
721
|
) => Promise<CreateCollaborationCommandOutput>;
|
|
722
|
+
export declare const de_CreateCollaborationChangeRequestCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<CreateCollaborationChangeRequestCommandOutput>;
|
|
698
726
|
export declare const de_CreateConfiguredAudienceModelAssociationCommand: (
|
|
699
727
|
output: __HttpResponse,
|
|
700
728
|
context: __SerdeContext
|
|
@@ -791,6 +819,10 @@ export declare const de_GetCollaborationAnalysisTemplateCommand: (
|
|
|
791
819
|
output: __HttpResponse,
|
|
792
820
|
context: __SerdeContext
|
|
793
821
|
) => Promise<GetCollaborationAnalysisTemplateCommandOutput>;
|
|
822
|
+
export declare const de_GetCollaborationChangeRequestCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<GetCollaborationChangeRequestCommandOutput>;
|
|
794
826
|
export declare const de_GetCollaborationConfiguredAudienceModelAssociationCommand: (
|
|
795
827
|
output: __HttpResponse,
|
|
796
828
|
context: __SerdeContext
|
|
@@ -863,6 +895,10 @@ export declare const de_ListCollaborationAnalysisTemplatesCommand: (
|
|
|
863
895
|
output: __HttpResponse,
|
|
864
896
|
context: __SerdeContext
|
|
865
897
|
) => Promise<ListCollaborationAnalysisTemplatesCommandOutput>;
|
|
898
|
+
export declare const de_ListCollaborationChangeRequestsCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<ListCollaborationChangeRequestsCommandOutput>;
|
|
866
902
|
export declare const de_ListCollaborationConfiguredAudienceModelAssociationsCommand: (
|
|
867
903
|
output: __HttpResponse,
|
|
868
904
|
context: __SerdeContext
|
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.882.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-cleanrooms",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.882.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.882.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.882.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.879.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.882.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.5",
|
|
35
|
-
"@smithy/core": "^3.9.
|
|
35
|
+
"@smithy/core": "^3.9.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.21",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.22",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.9",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.4",
|
|
45
45
|
"@smithy/node-http-handler": "^4.1.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.3",
|
|
47
|
-
"@smithy/smithy-client": "^4.5.
|
|
47
|
+
"@smithy/smithy-client": "^4.5.2",
|
|
48
48
|
"@smithy/types": "^4.3.2",
|
|
49
49
|
"@smithy/url-parser": "^4.0.5",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.29",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.29",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.7",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.5",
|
|
57
57
|
"@smithy/util-retry": "^4.0.7",
|