@aws-sdk/client-cleanrooms 3.1019.0 → 3.1021.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-es/CleanRooms.js +3 -3
- package/dist-types/CleanRooms.d.ts +88 -88
- package/dist-types/CleanRoomsClient.d.ts +91 -91
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/ListAnalysisTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollaborationChangeRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollaborationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPrivacyBudgetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProtectedJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +3 -3
- package/package.json +14 -14
package/dist-es/CleanRooms.js
CHANGED
|
@@ -60,19 +60,19 @@ import { ListConfiguredTableAssociationsCommand, } from "./commands/ListConfigur
|
|
|
60
60
|
import { ListConfiguredTablesCommand, } from "./commands/ListConfiguredTablesCommand";
|
|
61
61
|
import { ListIdMappingTablesCommand, } from "./commands/ListIdMappingTablesCommand";
|
|
62
62
|
import { ListIdNamespaceAssociationsCommand, } from "./commands/ListIdNamespaceAssociationsCommand";
|
|
63
|
-
import { ListMembersCommand } from "./commands/ListMembersCommand";
|
|
63
|
+
import { ListMembersCommand, } from "./commands/ListMembersCommand";
|
|
64
64
|
import { ListMembershipsCommand, } from "./commands/ListMembershipsCommand";
|
|
65
65
|
import { ListPrivacyBudgetsCommand, } from "./commands/ListPrivacyBudgetsCommand";
|
|
66
66
|
import { ListPrivacyBudgetTemplatesCommand, } from "./commands/ListPrivacyBudgetTemplatesCommand";
|
|
67
67
|
import { ListProtectedJobsCommand, } from "./commands/ListProtectedJobsCommand";
|
|
68
68
|
import { ListProtectedQueriesCommand, } from "./commands/ListProtectedQueriesCommand";
|
|
69
|
-
import { ListSchemasCommand } from "./commands/ListSchemasCommand";
|
|
69
|
+
import { ListSchemasCommand, } from "./commands/ListSchemasCommand";
|
|
70
70
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
71
71
|
import { PopulateIdMappingTableCommand, } from "./commands/PopulateIdMappingTableCommand";
|
|
72
72
|
import { PreviewPrivacyImpactCommand, } from "./commands/PreviewPrivacyImpactCommand";
|
|
73
73
|
import { StartProtectedJobCommand, } from "./commands/StartProtectedJobCommand";
|
|
74
74
|
import { StartProtectedQueryCommand, } from "./commands/StartProtectedQueryCommand";
|
|
75
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
75
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
76
76
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
77
77
|
import { UpdateAnalysisTemplateCommand, } from "./commands/UpdateAnalysisTemplateCommand";
|
|
78
78
|
import { UpdateCollaborationChangeRequestCommand, } from "./commands/UpdateCollaborationChangeRequestCommand";
|
|
@@ -1,93 +1,93 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { CleanRoomsClient } from "./CleanRoomsClient";
|
|
3
|
-
import { BatchGetCollaborationAnalysisTemplateCommandInput, BatchGetCollaborationAnalysisTemplateCommandOutput } from "./commands/BatchGetCollaborationAnalysisTemplateCommand";
|
|
4
|
-
import { BatchGetSchemaAnalysisRuleCommandInput, BatchGetSchemaAnalysisRuleCommandOutput } from "./commands/BatchGetSchemaAnalysisRuleCommand";
|
|
5
|
-
import { BatchGetSchemaCommandInput, BatchGetSchemaCommandOutput } from "./commands/BatchGetSchemaCommand";
|
|
6
|
-
import { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput } from "./commands/CreateAnalysisTemplateCommand";
|
|
7
|
-
import { CreateCollaborationChangeRequestCommandInput, CreateCollaborationChangeRequestCommandOutput } from "./commands/CreateCollaborationChangeRequestCommand";
|
|
8
|
-
import { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "./commands/CreateCollaborationCommand";
|
|
9
|
-
import { CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
|
|
10
|
-
import { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
11
|
-
import { CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
|
|
12
|
-
import { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "./commands/CreateConfiguredTableAssociationCommand";
|
|
13
|
-
import { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
|
|
14
|
-
import { CreateIdMappingTableCommandInput, CreateIdMappingTableCommandOutput } from "./commands/CreateIdMappingTableCommand";
|
|
15
|
-
import { CreateIdNamespaceAssociationCommandInput, CreateIdNamespaceAssociationCommandOutput } from "./commands/CreateIdNamespaceAssociationCommand";
|
|
16
|
-
import { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
|
|
17
|
-
import { CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
|
|
18
|
-
import { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
|
|
19
|
-
import { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "./commands/DeleteCollaborationCommand";
|
|
20
|
-
import { DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
|
|
21
|
-
import { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
|
|
22
|
-
import { DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
|
|
23
|
-
import { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "./commands/DeleteConfiguredTableAssociationCommand";
|
|
24
|
-
import { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
|
|
25
|
-
import { DeleteIdMappingTableCommandInput, DeleteIdMappingTableCommandOutput } from "./commands/DeleteIdMappingTableCommand";
|
|
26
|
-
import { DeleteIdNamespaceAssociationCommandInput, DeleteIdNamespaceAssociationCommandOutput } from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
27
|
-
import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
|
|
28
|
-
import { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
|
|
29
|
-
import { DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
30
|
-
import { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } from "./commands/GetAnalysisTemplateCommand";
|
|
31
|
-
import { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
|
|
32
|
-
import { GetCollaborationChangeRequestCommandInput, GetCollaborationChangeRequestCommandOutput } from "./commands/GetCollaborationChangeRequestCommand";
|
|
33
|
-
import { GetCollaborationCommandInput, GetCollaborationCommandOutput } from "./commands/GetCollaborationCommand";
|
|
34
|
-
import { GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
35
|
-
import { GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdNamespaceAssociationCommandOutput } from "./commands/GetCollaborationIdNamespaceAssociationCommand";
|
|
36
|
-
import { GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
|
|
37
|
-
import { GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetConfiguredAudienceModelAssociationCommand";
|
|
38
|
-
import { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAnalysisRuleCommand";
|
|
39
|
-
import { GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAssociationAnalysisRuleCommand";
|
|
40
|
-
import { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "./commands/GetConfiguredTableAssociationCommand";
|
|
41
|
-
import { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
|
|
42
|
-
import { GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput } from "./commands/GetIdMappingTableCommand";
|
|
43
|
-
import { GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
|
|
44
|
-
import { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
|
|
45
|
-
import { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
|
|
46
|
-
import { GetProtectedJobCommandInput, GetProtectedJobCommandOutput } from "./commands/GetProtectedJobCommand";
|
|
47
|
-
import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
|
|
48
|
-
import { GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput } from "./commands/GetSchemaAnalysisRuleCommand";
|
|
49
|
-
import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
|
|
50
|
-
import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "./commands/ListAnalysisTemplatesCommand";
|
|
51
|
-
import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "./commands/ListCollaborationAnalysisTemplatesCommand";
|
|
52
|
-
import { ListCollaborationChangeRequestsCommandInput, ListCollaborationChangeRequestsCommandOutput } from "./commands/ListCollaborationChangeRequestsCommand";
|
|
53
|
-
import { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
54
|
-
import { ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput } from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
55
|
-
import { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "./commands/ListCollaborationPrivacyBudgetsCommand";
|
|
56
|
-
import { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
57
|
-
import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "./commands/ListCollaborationsCommand";
|
|
58
|
-
import { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
|
|
59
|
-
import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "./commands/ListConfiguredTableAssociationsCommand";
|
|
60
|
-
import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
|
|
61
|
-
import { ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput } from "./commands/ListIdMappingTablesCommand";
|
|
62
|
-
import { ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput } from "./commands/ListIdNamespaceAssociationsCommand";
|
|
63
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
64
|
-
import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
|
|
65
|
-
import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
|
|
66
|
-
import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "./commands/ListPrivacyBudgetTemplatesCommand";
|
|
67
|
-
import { ListProtectedJobsCommandInput, ListProtectedJobsCommandOutput } from "./commands/ListProtectedJobsCommand";
|
|
68
|
-
import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
|
|
69
|
-
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
|
|
70
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
71
|
-
import { PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
|
|
72
|
-
import { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
|
|
73
|
-
import { StartProtectedJobCommandInput, StartProtectedJobCommandOutput } from "./commands/StartProtectedJobCommand";
|
|
74
|
-
import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
|
|
75
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
76
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
77
|
-
import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput } from "./commands/UpdateAnalysisTemplateCommand";
|
|
78
|
-
import { UpdateCollaborationChangeRequestCommandInput, UpdateCollaborationChangeRequestCommandOutput } from "./commands/UpdateCollaborationChangeRequestCommand";
|
|
79
|
-
import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
|
|
80
|
-
import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
81
|
-
import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
82
|
-
import { UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
|
|
83
|
-
import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "./commands/UpdateConfiguredTableAssociationCommand";
|
|
84
|
-
import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
|
|
85
|
-
import { UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput } from "./commands/UpdateIdMappingTableCommand";
|
|
86
|
-
import { UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
87
|
-
import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
|
|
88
|
-
import { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
|
|
89
|
-
import { UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput } from "./commands/UpdateProtectedJobCommand";
|
|
90
|
-
import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
|
|
3
|
+
import { type BatchGetCollaborationAnalysisTemplateCommandInput, type BatchGetCollaborationAnalysisTemplateCommandOutput } from "./commands/BatchGetCollaborationAnalysisTemplateCommand";
|
|
4
|
+
import { type BatchGetSchemaAnalysisRuleCommandInput, type BatchGetSchemaAnalysisRuleCommandOutput } from "./commands/BatchGetSchemaAnalysisRuleCommand";
|
|
5
|
+
import { type BatchGetSchemaCommandInput, type BatchGetSchemaCommandOutput } from "./commands/BatchGetSchemaCommand";
|
|
6
|
+
import { type CreateAnalysisTemplateCommandInput, type CreateAnalysisTemplateCommandOutput } from "./commands/CreateAnalysisTemplateCommand";
|
|
7
|
+
import { type CreateCollaborationChangeRequestCommandInput, type CreateCollaborationChangeRequestCommandOutput } from "./commands/CreateCollaborationChangeRequestCommand";
|
|
8
|
+
import { type CreateCollaborationCommandInput, type CreateCollaborationCommandOutput } from "./commands/CreateCollaborationCommand";
|
|
9
|
+
import { type CreateConfiguredAudienceModelAssociationCommandInput, type CreateConfiguredAudienceModelAssociationCommandOutput } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
|
|
10
|
+
import { type CreateConfiguredTableAnalysisRuleCommandInput, type CreateConfiguredTableAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
11
|
+
import { type CreateConfiguredTableAssociationAnalysisRuleCommandInput, type CreateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
|
|
12
|
+
import { type CreateConfiguredTableAssociationCommandInput, type CreateConfiguredTableAssociationCommandOutput } from "./commands/CreateConfiguredTableAssociationCommand";
|
|
13
|
+
import { type CreateConfiguredTableCommandInput, type CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
|
|
14
|
+
import { type CreateIdMappingTableCommandInput, type CreateIdMappingTableCommandOutput } from "./commands/CreateIdMappingTableCommand";
|
|
15
|
+
import { type CreateIdNamespaceAssociationCommandInput, type CreateIdNamespaceAssociationCommandOutput } from "./commands/CreateIdNamespaceAssociationCommand";
|
|
16
|
+
import { type CreateMembershipCommandInput, type CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
|
|
17
|
+
import { type CreatePrivacyBudgetTemplateCommandInput, type CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
|
|
18
|
+
import { type DeleteAnalysisTemplateCommandInput, type DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
|
|
19
|
+
import { type DeleteCollaborationCommandInput, type DeleteCollaborationCommandOutput } from "./commands/DeleteCollaborationCommand";
|
|
20
|
+
import { type DeleteConfiguredAudienceModelAssociationCommandInput, type DeleteConfiguredAudienceModelAssociationCommandOutput } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
|
|
21
|
+
import { type DeleteConfiguredTableAnalysisRuleCommandInput, type DeleteConfiguredTableAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
|
|
22
|
+
import { type DeleteConfiguredTableAssociationAnalysisRuleCommandInput, type DeleteConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
|
|
23
|
+
import { type DeleteConfiguredTableAssociationCommandInput, type DeleteConfiguredTableAssociationCommandOutput } from "./commands/DeleteConfiguredTableAssociationCommand";
|
|
24
|
+
import { type DeleteConfiguredTableCommandInput, type DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
|
|
25
|
+
import { type DeleteIdMappingTableCommandInput, type DeleteIdMappingTableCommandOutput } from "./commands/DeleteIdMappingTableCommand";
|
|
26
|
+
import { type DeleteIdNamespaceAssociationCommandInput, type DeleteIdNamespaceAssociationCommandOutput } from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
27
|
+
import { type DeleteMemberCommandInput, type DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
|
|
28
|
+
import { type DeleteMembershipCommandInput, type DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
|
|
29
|
+
import { type DeletePrivacyBudgetTemplateCommandInput, type DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
30
|
+
import { type GetAnalysisTemplateCommandInput, type GetAnalysisTemplateCommandOutput } from "./commands/GetAnalysisTemplateCommand";
|
|
31
|
+
import { type GetCollaborationAnalysisTemplateCommandInput, type GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
|
|
32
|
+
import { type GetCollaborationChangeRequestCommandInput, type GetCollaborationChangeRequestCommandOutput } from "./commands/GetCollaborationChangeRequestCommand";
|
|
33
|
+
import { type GetCollaborationCommandInput, type GetCollaborationCommandOutput } from "./commands/GetCollaborationCommand";
|
|
34
|
+
import { type GetCollaborationConfiguredAudienceModelAssociationCommandInput, type GetCollaborationConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
35
|
+
import { type GetCollaborationIdNamespaceAssociationCommandInput, type GetCollaborationIdNamespaceAssociationCommandOutput } from "./commands/GetCollaborationIdNamespaceAssociationCommand";
|
|
36
|
+
import { type GetCollaborationPrivacyBudgetTemplateCommandInput, type GetCollaborationPrivacyBudgetTemplateCommandOutput } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
|
|
37
|
+
import { type GetConfiguredAudienceModelAssociationCommandInput, type GetConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetConfiguredAudienceModelAssociationCommand";
|
|
38
|
+
import { type GetConfiguredTableAnalysisRuleCommandInput, type GetConfiguredTableAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAnalysisRuleCommand";
|
|
39
|
+
import { type GetConfiguredTableAssociationAnalysisRuleCommandInput, type GetConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAssociationAnalysisRuleCommand";
|
|
40
|
+
import { type GetConfiguredTableAssociationCommandInput, type GetConfiguredTableAssociationCommandOutput } from "./commands/GetConfiguredTableAssociationCommand";
|
|
41
|
+
import { type GetConfiguredTableCommandInput, type GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
|
|
42
|
+
import { type GetIdMappingTableCommandInput, type GetIdMappingTableCommandOutput } from "./commands/GetIdMappingTableCommand";
|
|
43
|
+
import { type GetIdNamespaceAssociationCommandInput, type GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
|
|
44
|
+
import { type GetMembershipCommandInput, type GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
|
|
45
|
+
import { type GetPrivacyBudgetTemplateCommandInput, type GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
|
|
46
|
+
import { type GetProtectedJobCommandInput, type GetProtectedJobCommandOutput } from "./commands/GetProtectedJobCommand";
|
|
47
|
+
import { type GetProtectedQueryCommandInput, type GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
|
|
48
|
+
import { type GetSchemaAnalysisRuleCommandInput, type GetSchemaAnalysisRuleCommandOutput } from "./commands/GetSchemaAnalysisRuleCommand";
|
|
49
|
+
import { type GetSchemaCommandInput, type GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
|
|
50
|
+
import { type ListAnalysisTemplatesCommandInput, type ListAnalysisTemplatesCommandOutput } from "./commands/ListAnalysisTemplatesCommand";
|
|
51
|
+
import { type ListCollaborationAnalysisTemplatesCommandInput, type ListCollaborationAnalysisTemplatesCommandOutput } from "./commands/ListCollaborationAnalysisTemplatesCommand";
|
|
52
|
+
import { type ListCollaborationChangeRequestsCommandInput, type ListCollaborationChangeRequestsCommandOutput } from "./commands/ListCollaborationChangeRequestsCommand";
|
|
53
|
+
import { type ListCollaborationConfiguredAudienceModelAssociationsCommandInput, type ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
54
|
+
import { type ListCollaborationIdNamespaceAssociationsCommandInput, type ListCollaborationIdNamespaceAssociationsCommandOutput } from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
55
|
+
import { type ListCollaborationPrivacyBudgetsCommandInput, type ListCollaborationPrivacyBudgetsCommandOutput } from "./commands/ListCollaborationPrivacyBudgetsCommand";
|
|
56
|
+
import { type ListCollaborationPrivacyBudgetTemplatesCommandInput, type ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
57
|
+
import { type ListCollaborationsCommandInput, type ListCollaborationsCommandOutput } from "./commands/ListCollaborationsCommand";
|
|
58
|
+
import { type ListConfiguredAudienceModelAssociationsCommandInput, type ListConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
|
|
59
|
+
import { type ListConfiguredTableAssociationsCommandInput, type ListConfiguredTableAssociationsCommandOutput } from "./commands/ListConfiguredTableAssociationsCommand";
|
|
60
|
+
import { type ListConfiguredTablesCommandInput, type ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
|
|
61
|
+
import { type ListIdMappingTablesCommandInput, type ListIdMappingTablesCommandOutput } from "./commands/ListIdMappingTablesCommand";
|
|
62
|
+
import { type ListIdNamespaceAssociationsCommandInput, type ListIdNamespaceAssociationsCommandOutput } from "./commands/ListIdNamespaceAssociationsCommand";
|
|
63
|
+
import { type ListMembersCommandInput, type ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
64
|
+
import { type ListMembershipsCommandInput, type ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
|
|
65
|
+
import { type ListPrivacyBudgetsCommandInput, type ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
|
|
66
|
+
import { type ListPrivacyBudgetTemplatesCommandInput, type ListPrivacyBudgetTemplatesCommandOutput } from "./commands/ListPrivacyBudgetTemplatesCommand";
|
|
67
|
+
import { type ListProtectedJobsCommandInput, type ListProtectedJobsCommandOutput } from "./commands/ListProtectedJobsCommand";
|
|
68
|
+
import { type ListProtectedQueriesCommandInput, type ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
|
|
69
|
+
import { type ListSchemasCommandInput, type ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
|
|
70
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
71
|
+
import { type PopulateIdMappingTableCommandInput, type PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
|
|
72
|
+
import { type PreviewPrivacyImpactCommandInput, type PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
|
|
73
|
+
import { type StartProtectedJobCommandInput, type StartProtectedJobCommandOutput } from "./commands/StartProtectedJobCommand";
|
|
74
|
+
import { type StartProtectedQueryCommandInput, type StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
|
|
75
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
76
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
77
|
+
import { type UpdateAnalysisTemplateCommandInput, type UpdateAnalysisTemplateCommandOutput } from "./commands/UpdateAnalysisTemplateCommand";
|
|
78
|
+
import { type UpdateCollaborationChangeRequestCommandInput, type UpdateCollaborationChangeRequestCommandOutput } from "./commands/UpdateCollaborationChangeRequestCommand";
|
|
79
|
+
import { type UpdateCollaborationCommandInput, type UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
|
|
80
|
+
import { type UpdateConfiguredAudienceModelAssociationCommandInput, type UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
81
|
+
import { type UpdateConfiguredTableAnalysisRuleCommandInput, type UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
82
|
+
import { type UpdateConfiguredTableAssociationAnalysisRuleCommandInput, type UpdateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
|
|
83
|
+
import { type UpdateConfiguredTableAssociationCommandInput, type UpdateConfiguredTableAssociationCommandOutput } from "./commands/UpdateConfiguredTableAssociationCommand";
|
|
84
|
+
import { type UpdateConfiguredTableCommandInput, type UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
|
|
85
|
+
import { type UpdateIdMappingTableCommandInput, type UpdateIdMappingTableCommandOutput } from "./commands/UpdateIdMappingTableCommand";
|
|
86
|
+
import { type UpdateIdNamespaceAssociationCommandInput, type UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
87
|
+
import { type UpdateMembershipCommandInput, type UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
|
|
88
|
+
import { type UpdatePrivacyBudgetTemplateCommandInput, type UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
|
|
89
|
+
import { type UpdateProtectedJobCommandInput, type UpdateProtectedJobCommandOutput } from "./commands/UpdateProtectedJobCommand";
|
|
90
|
+
import { type UpdateProtectedQueryCommandInput, type UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
|
|
91
91
|
export interface CleanRooms {
|
|
92
92
|
/**
|
|
93
93
|
* @see {@link BatchGetCollaborationAnalysisTemplateCommand}
|
|
@@ -5,97 +5,97 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { BatchGetCollaborationAnalysisTemplateCommandInput, BatchGetCollaborationAnalysisTemplateCommandOutput } from "./commands/BatchGetCollaborationAnalysisTemplateCommand";
|
|
11
|
-
import { BatchGetSchemaAnalysisRuleCommandInput, BatchGetSchemaAnalysisRuleCommandOutput } from "./commands/BatchGetSchemaAnalysisRuleCommand";
|
|
12
|
-
import { BatchGetSchemaCommandInput, BatchGetSchemaCommandOutput } from "./commands/BatchGetSchemaCommand";
|
|
13
|
-
import { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput } from "./commands/CreateAnalysisTemplateCommand";
|
|
14
|
-
import { CreateCollaborationChangeRequestCommandInput, CreateCollaborationChangeRequestCommandOutput } from "./commands/CreateCollaborationChangeRequestCommand";
|
|
15
|
-
import { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "./commands/CreateCollaborationCommand";
|
|
16
|
-
import { CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
|
|
17
|
-
import { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
18
|
-
import { CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
|
|
19
|
-
import { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "./commands/CreateConfiguredTableAssociationCommand";
|
|
20
|
-
import { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
|
|
21
|
-
import { CreateIdMappingTableCommandInput, CreateIdMappingTableCommandOutput } from "./commands/CreateIdMappingTableCommand";
|
|
22
|
-
import { CreateIdNamespaceAssociationCommandInput, CreateIdNamespaceAssociationCommandOutput } from "./commands/CreateIdNamespaceAssociationCommand";
|
|
23
|
-
import { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
|
|
24
|
-
import { CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
|
|
25
|
-
import { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
|
|
26
|
-
import { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "./commands/DeleteCollaborationCommand";
|
|
27
|
-
import { DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
|
|
28
|
-
import { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
|
|
29
|
-
import { DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
|
|
30
|
-
import { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "./commands/DeleteConfiguredTableAssociationCommand";
|
|
31
|
-
import { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
|
|
32
|
-
import { DeleteIdMappingTableCommandInput, DeleteIdMappingTableCommandOutput } from "./commands/DeleteIdMappingTableCommand";
|
|
33
|
-
import { DeleteIdNamespaceAssociationCommandInput, DeleteIdNamespaceAssociationCommandOutput } from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
34
|
-
import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
|
|
35
|
-
import { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
|
|
36
|
-
import { DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
37
|
-
import { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } from "./commands/GetAnalysisTemplateCommand";
|
|
38
|
-
import { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
|
|
39
|
-
import { GetCollaborationChangeRequestCommandInput, GetCollaborationChangeRequestCommandOutput } from "./commands/GetCollaborationChangeRequestCommand";
|
|
40
|
-
import { GetCollaborationCommandInput, GetCollaborationCommandOutput } from "./commands/GetCollaborationCommand";
|
|
41
|
-
import { GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
42
|
-
import { GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdNamespaceAssociationCommandOutput } from "./commands/GetCollaborationIdNamespaceAssociationCommand";
|
|
43
|
-
import { GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
|
|
44
|
-
import { GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetConfiguredAudienceModelAssociationCommand";
|
|
45
|
-
import { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAnalysisRuleCommand";
|
|
46
|
-
import { GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAssociationAnalysisRuleCommand";
|
|
47
|
-
import { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "./commands/GetConfiguredTableAssociationCommand";
|
|
48
|
-
import { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
|
|
49
|
-
import { GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput } from "./commands/GetIdMappingTableCommand";
|
|
50
|
-
import { GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
|
|
51
|
-
import { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
|
|
52
|
-
import { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
|
|
53
|
-
import { GetProtectedJobCommandInput, GetProtectedJobCommandOutput } from "./commands/GetProtectedJobCommand";
|
|
54
|
-
import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
|
|
55
|
-
import { GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput } from "./commands/GetSchemaAnalysisRuleCommand";
|
|
56
|
-
import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
|
|
57
|
-
import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "./commands/ListAnalysisTemplatesCommand";
|
|
58
|
-
import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "./commands/ListCollaborationAnalysisTemplatesCommand";
|
|
59
|
-
import { ListCollaborationChangeRequestsCommandInput, ListCollaborationChangeRequestsCommandOutput } from "./commands/ListCollaborationChangeRequestsCommand";
|
|
60
|
-
import { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
61
|
-
import { ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput } from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
62
|
-
import { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "./commands/ListCollaborationPrivacyBudgetsCommand";
|
|
63
|
-
import { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
64
|
-
import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "./commands/ListCollaborationsCommand";
|
|
65
|
-
import { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
|
|
66
|
-
import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "./commands/ListConfiguredTableAssociationsCommand";
|
|
67
|
-
import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
|
|
68
|
-
import { ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput } from "./commands/ListIdMappingTablesCommand";
|
|
69
|
-
import { ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput } from "./commands/ListIdNamespaceAssociationsCommand";
|
|
70
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
71
|
-
import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
|
|
72
|
-
import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
|
|
73
|
-
import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "./commands/ListPrivacyBudgetTemplatesCommand";
|
|
74
|
-
import { ListProtectedJobsCommandInput, ListProtectedJobsCommandOutput } from "./commands/ListProtectedJobsCommand";
|
|
75
|
-
import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
|
|
76
|
-
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
|
|
77
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
78
|
-
import { PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
|
|
79
|
-
import { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
|
|
80
|
-
import { StartProtectedJobCommandInput, StartProtectedJobCommandOutput } from "./commands/StartProtectedJobCommand";
|
|
81
|
-
import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
|
|
82
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
83
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
84
|
-
import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput } from "./commands/UpdateAnalysisTemplateCommand";
|
|
85
|
-
import { UpdateCollaborationChangeRequestCommandInput, UpdateCollaborationChangeRequestCommandOutput } from "./commands/UpdateCollaborationChangeRequestCommand";
|
|
86
|
-
import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
|
|
87
|
-
import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
88
|
-
import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
89
|
-
import { UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
|
|
90
|
-
import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "./commands/UpdateConfiguredTableAssociationCommand";
|
|
91
|
-
import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
|
|
92
|
-
import { UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput } from "./commands/UpdateIdMappingTableCommand";
|
|
93
|
-
import { UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
94
|
-
import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
|
|
95
|
-
import { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
|
|
96
|
-
import { UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput } from "./commands/UpdateProtectedJobCommand";
|
|
97
|
-
import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
|
|
98
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { BatchGetCollaborationAnalysisTemplateCommandInput, BatchGetCollaborationAnalysisTemplateCommandOutput } from "./commands/BatchGetCollaborationAnalysisTemplateCommand";
|
|
11
|
+
import type { BatchGetSchemaAnalysisRuleCommandInput, BatchGetSchemaAnalysisRuleCommandOutput } from "./commands/BatchGetSchemaAnalysisRuleCommand";
|
|
12
|
+
import type { BatchGetSchemaCommandInput, BatchGetSchemaCommandOutput } from "./commands/BatchGetSchemaCommand";
|
|
13
|
+
import type { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput } from "./commands/CreateAnalysisTemplateCommand";
|
|
14
|
+
import type { CreateCollaborationChangeRequestCommandInput, CreateCollaborationChangeRequestCommandOutput } from "./commands/CreateCollaborationChangeRequestCommand";
|
|
15
|
+
import type { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "./commands/CreateCollaborationCommand";
|
|
16
|
+
import type { CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
|
|
17
|
+
import type { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
18
|
+
import type { CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
|
|
19
|
+
import type { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "./commands/CreateConfiguredTableAssociationCommand";
|
|
20
|
+
import type { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
|
|
21
|
+
import type { CreateIdMappingTableCommandInput, CreateIdMappingTableCommandOutput } from "./commands/CreateIdMappingTableCommand";
|
|
22
|
+
import type { CreateIdNamespaceAssociationCommandInput, CreateIdNamespaceAssociationCommandOutput } from "./commands/CreateIdNamespaceAssociationCommand";
|
|
23
|
+
import type { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
|
|
24
|
+
import type { CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
|
|
25
|
+
import type { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
|
|
26
|
+
import type { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "./commands/DeleteCollaborationCommand";
|
|
27
|
+
import type { DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
|
|
28
|
+
import type { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
|
|
29
|
+
import type { DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
|
|
30
|
+
import type { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "./commands/DeleteConfiguredTableAssociationCommand";
|
|
31
|
+
import type { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
|
|
32
|
+
import type { DeleteIdMappingTableCommandInput, DeleteIdMappingTableCommandOutput } from "./commands/DeleteIdMappingTableCommand";
|
|
33
|
+
import type { DeleteIdNamespaceAssociationCommandInput, DeleteIdNamespaceAssociationCommandOutput } from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
34
|
+
import type { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
|
|
35
|
+
import type { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
|
|
36
|
+
import type { DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
37
|
+
import type { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } from "./commands/GetAnalysisTemplateCommand";
|
|
38
|
+
import type { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
|
|
39
|
+
import type { GetCollaborationChangeRequestCommandInput, GetCollaborationChangeRequestCommandOutput } from "./commands/GetCollaborationChangeRequestCommand";
|
|
40
|
+
import type { GetCollaborationCommandInput, GetCollaborationCommandOutput } from "./commands/GetCollaborationCommand";
|
|
41
|
+
import type { GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
42
|
+
import type { GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdNamespaceAssociationCommandOutput } from "./commands/GetCollaborationIdNamespaceAssociationCommand";
|
|
43
|
+
import type { GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
|
|
44
|
+
import type { GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetConfiguredAudienceModelAssociationCommand";
|
|
45
|
+
import type { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAnalysisRuleCommand";
|
|
46
|
+
import type { GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAssociationAnalysisRuleCommand";
|
|
47
|
+
import type { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "./commands/GetConfiguredTableAssociationCommand";
|
|
48
|
+
import type { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
|
|
49
|
+
import type { GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput } from "./commands/GetIdMappingTableCommand";
|
|
50
|
+
import type { GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
|
|
51
|
+
import type { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
|
|
52
|
+
import type { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
|
|
53
|
+
import type { GetProtectedJobCommandInput, GetProtectedJobCommandOutput } from "./commands/GetProtectedJobCommand";
|
|
54
|
+
import type { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
|
|
55
|
+
import type { GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput } from "./commands/GetSchemaAnalysisRuleCommand";
|
|
56
|
+
import type { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
|
|
57
|
+
import type { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "./commands/ListAnalysisTemplatesCommand";
|
|
58
|
+
import type { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "./commands/ListCollaborationAnalysisTemplatesCommand";
|
|
59
|
+
import type { ListCollaborationChangeRequestsCommandInput, ListCollaborationChangeRequestsCommandOutput } from "./commands/ListCollaborationChangeRequestsCommand";
|
|
60
|
+
import type { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
61
|
+
import type { ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput } from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
62
|
+
import type { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "./commands/ListCollaborationPrivacyBudgetsCommand";
|
|
63
|
+
import type { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
64
|
+
import type { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "./commands/ListCollaborationsCommand";
|
|
65
|
+
import type { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
|
|
66
|
+
import type { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "./commands/ListConfiguredTableAssociationsCommand";
|
|
67
|
+
import type { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
|
|
68
|
+
import type { ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput } from "./commands/ListIdMappingTablesCommand";
|
|
69
|
+
import type { ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput } from "./commands/ListIdNamespaceAssociationsCommand";
|
|
70
|
+
import type { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
71
|
+
import type { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
|
|
72
|
+
import type { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
|
|
73
|
+
import type { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "./commands/ListPrivacyBudgetTemplatesCommand";
|
|
74
|
+
import type { ListProtectedJobsCommandInput, ListProtectedJobsCommandOutput } from "./commands/ListProtectedJobsCommand";
|
|
75
|
+
import type { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
|
|
76
|
+
import type { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
|
|
77
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
78
|
+
import type { PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
|
|
79
|
+
import type { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
|
|
80
|
+
import type { StartProtectedJobCommandInput, StartProtectedJobCommandOutput } from "./commands/StartProtectedJobCommand";
|
|
81
|
+
import type { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
|
|
82
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
83
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
84
|
+
import type { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput } from "./commands/UpdateAnalysisTemplateCommand";
|
|
85
|
+
import type { UpdateCollaborationChangeRequestCommandInput, UpdateCollaborationChangeRequestCommandOutput } from "./commands/UpdateCollaborationChangeRequestCommand";
|
|
86
|
+
import type { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
|
|
87
|
+
import type { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
88
|
+
import type { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
89
|
+
import type { UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
|
|
90
|
+
import type { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "./commands/UpdateConfiguredTableAssociationCommand";
|
|
91
|
+
import type { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
|
|
92
|
+
import type { UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput } from "./commands/UpdateIdMappingTableCommand";
|
|
93
|
+
import type { UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
94
|
+
import type { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
|
|
95
|
+
import type { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
|
|
96
|
+
import type { UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput } from "./commands/UpdateProtectedJobCommand";
|
|
97
|
+
import type { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
|
|
98
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
99
99
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
100
100
|
export { __Client };
|
|
101
101
|
/**
|
|
@@ -204,7 +204,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
204
204
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
205
205
|
* @internal
|
|
206
206
|
*/
|
|
207
|
-
defaultUserAgentProvider?:
|
|
207
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
208
208
|
/**
|
|
209
209
|
* Default credentials provider; Not available in browser runtime.
|
|
210
210
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { CleanRoomsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./CleanRoomsClient";
|
|
7
7
|
export * from "./CleanRooms";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { CleanRoomsExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { CleanRoomsServiceException as __BaseException } from "./CleanRoomsServiceException";
|
|
3
|
-
import { AccessDeniedExceptionReason, ConflictExceptionReason, ResourceType, ValidationExceptionReason } from "./enums";
|
|
4
|
-
import { ValidationExceptionField } from "./models_0";
|
|
3
|
+
import type { AccessDeniedExceptionReason, ConflictExceptionReason, ResourceType, ValidationExceptionReason } from "./enums";
|
|
4
|
+
import type { ValidationExceptionField } from "./models_0";
|
|
5
5
|
/**
|
|
6
6
|
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
7
7
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AccessBudgetType, AdditionalAnalyses, AggregateFunctionName, AggregationType, AnalysisFormat, AnalysisMethod, AnalysisRuleType, AnalysisTemplateValidationStatus, AnalysisTemplateValidationType, AnalysisType, AnalyticsEngine, ApprovalStatus, AutoApprovedChangeType, AutoRefreshMode, ChangeRequestAction, ChangeRequestStatus, ChangeSpecificationType, ChangeType, CollaborationJobLogStatus, CollaborationQueryLogStatus, CommercialRegion, ConfiguredTableAnalysisRuleType, ConfiguredTableAssociationAnalysisRuleType, CustomMLMemberAbility, DifferentialPrivacyAggregationType, ErrorMessageType, FilterableMemberStatus, IdNamespaceType, JobType, JoinOperator, JoinRequiredOption, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, MemberStatus, ParameterType, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobStatus, ProtectedJobWorkerComputeType, ResultFormat, ScalarFunctions, SchemaConfiguration, SchemaStatus, SchemaStatusReasonCode, SchemaType, SelectedAnalysisMethod, SupportedS3Region, SyntheticDataColumnType, WorkerComputeType } from "./enums";
|
|
1
|
+
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import type { AccessBudgetType, AdditionalAnalyses, AggregateFunctionName, AggregationType, AnalysisFormat, AnalysisMethod, AnalysisRuleType, AnalysisTemplateValidationStatus, AnalysisTemplateValidationType, AnalysisType, AnalyticsEngine, ApprovalStatus, AutoApprovedChangeType, AutoRefreshMode, ChangeRequestAction, ChangeRequestStatus, ChangeSpecificationType, ChangeType, CollaborationJobLogStatus, CollaborationQueryLogStatus, CommercialRegion, ConfiguredTableAnalysisRuleType, ConfiguredTableAssociationAnalysisRuleType, CustomMLMemberAbility, DifferentialPrivacyAggregationType, ErrorMessageType, FilterableMemberStatus, IdNamespaceType, JobType, JoinOperator, JoinRequiredOption, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, MemberStatus, ParameterType, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobStatus, ProtectedJobWorkerComputeType, ResultFormat, ScalarFunctions, SchemaConfiguration, SchemaStatus, SchemaStatusReasonCode, SchemaType, SelectedAnalysisMethod, SupportedS3Region, SyntheticDataColumnType, WorkerComputeType } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Detailed information about an access budget including time bounds, budget allocation, and configuration settings.</p>
|
|
5
5
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnalysisType, DifferentialPrivacyAggregationType, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobAnalysisType, ProtectedJobStatus, ProtectedJobType, ProtectedQueryStatus, ProtectedQueryType, TargetProtectedJobStatus, TargetProtectedQueryStatus } from "./enums";
|
|
2
|
-
import {
|
|
1
|
+
import type { AnalysisType, DifferentialPrivacyAggregationType, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobAnalysisType, ProtectedJobStatus, ProtectedJobType, ProtectedQueryStatus, ProtectedQueryType, TargetProtectedJobStatus, TargetProtectedQueryStatus } from "./enums";
|
|
2
|
+
import type { AccessBudgetsPrivacyTemplateParametersInput, AccessBudgetsPrivacyTemplateUpdateParameters, ComputeConfiguration, DifferentialPrivacyParameters, Membership, MembershipPaymentConfiguration, MembershipProtectedJobResultConfiguration, MembershipProtectedQueryResultConfiguration, MLMemberAbilities, PrivacyBudget, PrivacyBudgetTemplateParametersOutput, ProtectedJob, ProtectedJobComputeConfiguration, ProtectedJobParameters, ProtectedQueryDistributeOutput, ProtectedQueryError, ProtectedQueryS3Output, ProtectedQueryS3OutputConfiguration, ProtectedQuerySingleMemberOutput } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Contains details about the protected query output.</p>
|
|
5
5
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "../commands/ListAnalysisTemplatesCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "../commands/ListCollaborationAnalysisTemplatesCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCollaborationChangeRequestsCommandInput, ListCollaborationChangeRequestsCommandOutput } from "../commands/ListCollaborationChangeRequestsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "../commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput } from "../commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "../commands/ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "../commands/ListCollaborationPrivacyBudgetsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "../commands/ListCollaborationsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "../commands/ListConfiguredAudienceModelAssociationsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "../commands/ListConfiguredTableAssociationsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "../commands/ListConfiguredTablesCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput } from "../commands/ListIdMappingTablesCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput } from "../commands/ListIdNamespaceAssociationsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "../commands/ListMembershipsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "../commands/ListPrivacyBudgetTemplatesCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "../commands/ListPrivacyBudgetsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListProtectedJobsCommandInput, ListProtectedJobsCommandOutput } from "../commands/ListProtectedJobsCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "../commands/ListProtectedQueriesCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
3
|
-
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -600,7 +599,7 @@ export interface ClientDefaults
|
|
|
600
599
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
601
600
|
region?: string | __Provider<string>;
|
|
602
601
|
profile?: string;
|
|
603
|
-
defaultUserAgentProvider?:
|
|
602
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
604
603
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
605
604
|
maxAttempts?: number | __Provider<number>;
|
|
606
605
|
retryMode?: string | __Provider<string>;
|
|
@@ -16,6 +16,8 @@ import {
|
|
|
16
16
|
TargetProtectedQueryStatus,
|
|
17
17
|
} from "./enums";
|
|
18
18
|
import {
|
|
19
|
+
AccessBudgetsPrivacyTemplateParametersInput,
|
|
20
|
+
AccessBudgetsPrivacyTemplateUpdateParameters,
|
|
19
21
|
ComputeConfiguration,
|
|
20
22
|
DifferentialPrivacyParameters,
|
|
21
23
|
Membership,
|
|
@@ -28,10 +30,8 @@ import {
|
|
|
28
30
|
ProtectedJob,
|
|
29
31
|
ProtectedJobComputeConfiguration,
|
|
30
32
|
ProtectedJobParameters,
|
|
31
|
-
ProtectedQueryError,
|
|
32
|
-
AccessBudgetsPrivacyTemplateParametersInput,
|
|
33
|
-
AccessBudgetsPrivacyTemplateUpdateParameters,
|
|
34
33
|
ProtectedQueryDistributeOutput,
|
|
34
|
+
ProtectedQueryError,
|
|
35
35
|
ProtectedQueryS3Output,
|
|
36
36
|
ProtectedQueryS3OutputConfiguration,
|
|
37
37
|
ProtectedQuerySingleMemberOutput,
|
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.1021.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",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|