@aws-sdk/client-cleanrooms 3.957.0 → 3.962.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 +1 -93
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1615 -2817
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1596 -2798
- package/dist-types/commands/CreateCollaborationCommand.d.ts +2 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +2 -0
- package/dist-types/commands/GetCollaborationCommand.d.ts +1 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +20 -0
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
|
@@ -118,6 +118,7 @@ declare const CreateCollaborationCommand_base: {
|
|
|
118
118
|
* allowedResultRegions: [ // AllowedResultRegions
|
|
119
119
|
* "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|
|
120
120
|
* ],
|
|
121
|
+
* isMetricsEnabled: true || false,
|
|
121
122
|
* };
|
|
122
123
|
* const command = new CreateCollaborationCommand(input);
|
|
123
124
|
* const response = await client.send(command);
|
|
@@ -149,6 +150,7 @@ declare const CreateCollaborationCommand_base: {
|
|
|
149
150
|
* // allowedResultRegions: [ // AllowedResultRegions
|
|
150
151
|
* // "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|
|
151
152
|
* // ],
|
|
153
|
+
* // isMetricsEnabled: true || false,
|
|
152
154
|
* // },
|
|
153
155
|
* // };
|
|
154
156
|
*
|
|
@@ -82,6 +82,7 @@ declare const CreateMembershipCommand_base: {
|
|
|
82
82
|
* isResponsible: true || false, // required
|
|
83
83
|
* },
|
|
84
84
|
* },
|
|
85
|
+
* isMetricsEnabled: true || false,
|
|
85
86
|
* };
|
|
86
87
|
* const command = new CreateMembershipCommand(input);
|
|
87
88
|
* const response = await client.send(command);
|
|
@@ -146,6 +147,7 @@ declare const CreateMembershipCommand_base: {
|
|
|
146
147
|
* // isResponsible: true || false, // required
|
|
147
148
|
* // },
|
|
148
149
|
* // },
|
|
150
|
+
* // isMetricsEnabled: true || false,
|
|
149
151
|
* // },
|
|
150
152
|
* // };
|
|
151
153
|
*
|
|
@@ -69,6 +69,7 @@ declare const GetCollaborationCommand_base: {
|
|
|
69
69
|
* // allowedResultRegions: [ // AllowedResultRegions
|
|
70
70
|
* // "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|
|
71
71
|
* // ],
|
|
72
|
+
* // isMetricsEnabled: true || false,
|
|
72
73
|
* // },
|
|
73
74
|
* // };
|
|
74
75
|
*
|
|
@@ -72,6 +72,7 @@ declare const UpdateCollaborationCommand_base: {
|
|
|
72
72
|
* // allowedResultRegions: [ // AllowedResultRegions
|
|
73
73
|
* // "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|
|
74
74
|
* // ],
|
|
75
|
+
* // isMetricsEnabled: true || false,
|
|
75
76
|
* // },
|
|
76
77
|
* // };
|
|
77
78
|
*
|
|
@@ -2284,6 +2284,11 @@ export interface CreateCollaborationInput {
|
|
|
2284
2284
|
* @public
|
|
2285
2285
|
*/
|
|
2286
2286
|
allowedResultRegions?: SupportedS3Region[] | undefined;
|
|
2287
|
+
/**
|
|
2288
|
+
* <p>An indicator as to whether metrics have been enabled or disabled for the collaboration.</p> <p>When <code>true</code>, collaboration members can opt in to Amazon CloudWatch metrics for their membership queries. The default value is <code>false</code>.</p>
|
|
2289
|
+
* @public
|
|
2290
|
+
*/
|
|
2291
|
+
isMetricsEnabled?: boolean | undefined;
|
|
2287
2292
|
}
|
|
2288
2293
|
/**
|
|
2289
2294
|
* <p>The multi-party data share environment. The collaboration contains metadata about its purpose and participants.</p>
|
|
@@ -2375,6 +2380,11 @@ export interface Collaboration {
|
|
|
2375
2380
|
* @public
|
|
2376
2381
|
*/
|
|
2377
2382
|
allowedResultRegions?: SupportedS3Region[] | undefined;
|
|
2383
|
+
/**
|
|
2384
|
+
* <p>An indicator as to whether metrics are enabled for the collaboration.</p> <p>When <code>true</code>, collaboration members can opt in to Amazon CloudWatch metrics for their membership queries.</p>
|
|
2385
|
+
* @public
|
|
2386
|
+
*/
|
|
2387
|
+
isMetricsEnabled?: boolean | undefined;
|
|
2378
2388
|
}
|
|
2379
2389
|
/**
|
|
2380
2390
|
* @public
|
|
@@ -6424,6 +6434,11 @@ export interface CreateMembershipInput {
|
|
|
6424
6434
|
* @public
|
|
6425
6435
|
*/
|
|
6426
6436
|
paymentConfiguration?: MembershipPaymentConfiguration | undefined;
|
|
6437
|
+
/**
|
|
6438
|
+
* <p>An indicator as to whether Amazon CloudWatch metrics have been enabled or disabled for the membership.</p> <p>Amazon CloudWatch metrics are only available when the collaboration has metrics enabled. This option can be set by collaboration members who have the ability to run queries (analysis runners) or by members who are configured as payers.</p> <p>When <code>true</code>, metrics about query execution are collected in Amazon CloudWatch. The default value is <code>false</code>.</p>
|
|
6439
|
+
* @public
|
|
6440
|
+
*/
|
|
6441
|
+
isMetricsEnabled?: boolean | undefined;
|
|
6427
6442
|
}
|
|
6428
6443
|
/**
|
|
6429
6444
|
* <p>The membership object.</p>
|
|
@@ -6515,6 +6530,11 @@ export interface Membership {
|
|
|
6515
6530
|
* @public
|
|
6516
6531
|
*/
|
|
6517
6532
|
paymentConfiguration: MembershipPaymentConfiguration | undefined;
|
|
6533
|
+
/**
|
|
6534
|
+
* <p>An indicator as to whether Amazon CloudWatch metrics are enabled for the membership.</p> <p>When <code>true</code>, metrics about query execution are collected in Amazon CloudWatch.</p>
|
|
6535
|
+
* @public
|
|
6536
|
+
*/
|
|
6537
|
+
isMetricsEnabled?: boolean | undefined;
|
|
6518
6538
|
}
|
|
6519
6539
|
/**
|
|
6520
6540
|
* @public
|
|
@@ -4,8 +4,8 @@ export * from "./ListCollaborationAnalysisTemplatesPaginator";
|
|
|
4
4
|
export * from "./ListCollaborationChangeRequestsPaginator";
|
|
5
5
|
export * from "./ListCollaborationConfiguredAudienceModelAssociationsPaginator";
|
|
6
6
|
export * from "./ListCollaborationIdNamespaceAssociationsPaginator";
|
|
7
|
-
export * from "./ListCollaborationPrivacyBudgetTemplatesPaginator";
|
|
8
7
|
export * from "./ListCollaborationPrivacyBudgetsPaginator";
|
|
8
|
+
export * from "./ListCollaborationPrivacyBudgetTemplatesPaginator";
|
|
9
9
|
export * from "./ListCollaborationsPaginator";
|
|
10
10
|
export * from "./ListConfiguredAudienceModelAssociationsPaginator";
|
|
11
11
|
export * from "./ListConfiguredTableAssociationsPaginator";
|
|
@@ -14,8 +14,8 @@ export * from "./ListIdMappingTablesPaginator";
|
|
|
14
14
|
export * from "./ListIdNamespaceAssociationsPaginator";
|
|
15
15
|
export * from "./ListMembersPaginator";
|
|
16
16
|
export * from "./ListMembershipsPaginator";
|
|
17
|
-
export * from "./ListPrivacyBudgetTemplatesPaginator";
|
|
18
17
|
export * from "./ListPrivacyBudgetsPaginator";
|
|
18
|
+
export * from "./ListPrivacyBudgetTemplatesPaginator";
|
|
19
19
|
export * from "./ListProtectedJobsPaginator";
|
|
20
20
|
export * from "./ListProtectedQueriesPaginator";
|
|
21
21
|
export * from "./ListSchemasPaginator";
|
|
@@ -752,6 +752,7 @@ export interface CreateCollaborationInput {
|
|
|
752
752
|
analyticsEngine?: AnalyticsEngine | undefined;
|
|
753
753
|
autoApprovedChangeRequestTypes?: AutoApprovedChangeType[] | undefined;
|
|
754
754
|
allowedResultRegions?: SupportedS3Region[] | undefined;
|
|
755
|
+
isMetricsEnabled?: boolean | undefined;
|
|
755
756
|
}
|
|
756
757
|
export interface Collaboration {
|
|
757
758
|
id: string | undefined;
|
|
@@ -771,6 +772,7 @@ export interface Collaboration {
|
|
|
771
772
|
analyticsEngine?: AnalyticsEngine | undefined;
|
|
772
773
|
autoApprovedChangeTypes?: AutoApprovedChangeType[] | undefined;
|
|
773
774
|
allowedResultRegions?: SupportedS3Region[] | undefined;
|
|
775
|
+
isMetricsEnabled?: boolean | undefined;
|
|
774
776
|
}
|
|
775
777
|
export interface CreateCollaborationOutput {
|
|
776
778
|
collaboration: Collaboration | undefined;
|
|
@@ -1916,6 +1918,7 @@ export interface CreateMembershipInput {
|
|
|
1916
1918
|
| MembershipProtectedJobResultConfiguration
|
|
1917
1919
|
| undefined;
|
|
1918
1920
|
paymentConfiguration?: MembershipPaymentConfiguration | undefined;
|
|
1921
|
+
isMetricsEnabled?: boolean | undefined;
|
|
1919
1922
|
}
|
|
1920
1923
|
export interface Membership {
|
|
1921
1924
|
id: string | undefined;
|
|
@@ -1939,6 +1942,7 @@ export interface Membership {
|
|
|
1939
1942
|
| MembershipProtectedJobResultConfiguration
|
|
1940
1943
|
| undefined;
|
|
1941
1944
|
paymentConfiguration: MembershipPaymentConfiguration | undefined;
|
|
1945
|
+
isMetricsEnabled?: boolean | undefined;
|
|
1942
1946
|
}
|
|
1943
1947
|
export interface CreateMembershipOutput {
|
|
1944
1948
|
membership: Membership | undefined;
|
|
@@ -4,8 +4,8 @@ export * from "./ListCollaborationAnalysisTemplatesPaginator";
|
|
|
4
4
|
export * from "./ListCollaborationChangeRequestsPaginator";
|
|
5
5
|
export * from "./ListCollaborationConfiguredAudienceModelAssociationsPaginator";
|
|
6
6
|
export * from "./ListCollaborationIdNamespaceAssociationsPaginator";
|
|
7
|
-
export * from "./ListCollaborationPrivacyBudgetTemplatesPaginator";
|
|
8
7
|
export * from "./ListCollaborationPrivacyBudgetsPaginator";
|
|
8
|
+
export * from "./ListCollaborationPrivacyBudgetTemplatesPaginator";
|
|
9
9
|
export * from "./ListCollaborationsPaginator";
|
|
10
10
|
export * from "./ListConfiguredAudienceModelAssociationsPaginator";
|
|
11
11
|
export * from "./ListConfiguredTableAssociationsPaginator";
|
|
@@ -14,8 +14,8 @@ export * from "./ListIdMappingTablesPaginator";
|
|
|
14
14
|
export * from "./ListIdNamespaceAssociationsPaginator";
|
|
15
15
|
export * from "./ListMembersPaginator";
|
|
16
16
|
export * from "./ListMembershipsPaginator";
|
|
17
|
-
export * from "./ListPrivacyBudgetTemplatesPaginator";
|
|
18
17
|
export * from "./ListPrivacyBudgetsPaginator";
|
|
18
|
+
export * from "./ListPrivacyBudgetTemplatesPaginator";
|
|
19
19
|
export * from "./ListProtectedJobsPaginator";
|
|
20
20
|
export * from "./ListProtectedQueriesPaginator";
|
|
21
21
|
export * from "./ListSchemasPaginator";
|
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.962.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-cleanrooms",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|