@aws-sdk/client-cleanrooms 3.296.0 → 3.297.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 (50) hide show
  1. package/dist-types/CleanRooms.d.ts +38 -0
  2. package/dist-types/CleanRoomsClient.d.ts +24 -4
  3. package/dist-types/commands/BatchGetSchemaCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateCollaborationCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateMembershipCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteCollaborationCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteMembershipCommand.d.ts +16 -0
  15. package/dist-types/commands/GetCollaborationCommand.d.ts +16 -0
  16. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  17. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +16 -0
  18. package/dist-types/commands/GetConfiguredTableCommand.d.ts +16 -0
  19. package/dist-types/commands/GetMembershipCommand.d.ts +16 -0
  20. package/dist-types/commands/GetProtectedQueryCommand.d.ts +16 -0
  21. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +16 -0
  22. package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
  23. package/dist-types/commands/ListCollaborationsCommand.d.ts +16 -0
  24. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +16 -0
  25. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +16 -0
  26. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  27. package/dist-types/commands/ListMembershipsCommand.d.ts +16 -0
  28. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +16 -0
  29. package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  31. package/dist-types/commands/StartProtectedQueryCommand.d.ts +16 -0
  32. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  33. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  34. package/dist-types/commands/UpdateCollaborationCommand.d.ts +16 -0
  35. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  36. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +16 -0
  37. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +16 -0
  38. package/dist-types/commands/UpdateMembershipCommand.d.ts +16 -0
  39. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +16 -0
  40. package/dist-types/models/CleanRoomsServiceException.d.ts +2 -0
  41. package/dist-types/models/models_0.d.ts +351 -0
  42. package/dist-types/pagination/Interfaces.d.ts +3 -0
  43. package/dist-types/pagination/ListCollaborationsPaginator.d.ts +3 -0
  44. package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +3 -0
  45. package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +3 -0
  46. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  47. package/dist-types/pagination/ListMembershipsPaginator.d.ts +3 -0
  48. package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +3 -0
  49. package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
  50. package/package.json +3 -3
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { CleanRoomsClient } from "../CleanRoomsClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface CleanRoomsPaginationConfiguration extends PaginationConfiguration {
4
7
  client: CleanRoomsClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "../commands/ListCollaborationsCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCollaborations(config: CleanRoomsPaginationConfiguration, input: ListCollaborationsCommandInput, ...additionalArguments: any): Paginator<ListCollaborationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "../commands/ListConfiguredTableAssociationsCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListConfiguredTableAssociations(config: CleanRoomsPaginationConfiguration, input: ListConfiguredTableAssociationsCommandInput, ...additionalArguments: any): Paginator<ListConfiguredTableAssociationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "../commands/ListConfiguredTablesCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListConfiguredTables(config: CleanRoomsPaginationConfiguration, input: ListConfiguredTablesCommandInput, ...additionalArguments: any): Paginator<ListConfiguredTablesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListMembers(config: CleanRoomsPaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "../commands/ListMembershipsCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListMemberships(config: CleanRoomsPaginationConfiguration, input: ListMembershipsCommandInput, ...additionalArguments: any): Paginator<ListMembershipsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "../commands/ListProtectedQueriesCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListProtectedQueries(config: CleanRoomsPaginationConfiguration, input: ListProtectedQueriesCommandInput, ...additionalArguments: any): Paginator<ListProtectedQueriesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSchemas(config: CleanRoomsPaginationConfiguration, input: ListSchemasCommandInput, ...additionalArguments: any): Paginator<ListSchemasCommandOutput>;
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.296.0",
4
+ "version": "3.297.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",
@@ -20,9 +20,9 @@
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.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",