@aws-sdk/client-cleanrooms 3.294.0 → 3.295.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/BatchGetSchemaCommand.js +4 -4
- package/dist-cjs/commands/CreateCollaborationCommand.js +4 -4
- package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +4 -4
- package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +4 -4
- package/dist-cjs/commands/CreateConfiguredTableCommand.js +4 -4
- package/dist-cjs/commands/CreateMembershipCommand.js +4 -4
- package/dist-cjs/commands/DeleteCollaborationCommand.js +4 -4
- package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +4 -4
- package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +4 -4
- package/dist-cjs/commands/DeleteConfiguredTableCommand.js +4 -4
- package/dist-cjs/commands/DeleteMemberCommand.js +4 -4
- package/dist-cjs/commands/DeleteMembershipCommand.js +4 -4
- package/dist-cjs/commands/GetCollaborationCommand.js +4 -4
- package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +4 -4
- package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +4 -4
- package/dist-cjs/commands/GetConfiguredTableCommand.js +4 -4
- package/dist-cjs/commands/GetMembershipCommand.js +4 -4
- package/dist-cjs/commands/GetProtectedQueryCommand.js +4 -4
- package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +4 -4
- package/dist-cjs/commands/GetSchemaCommand.js +4 -4
- package/dist-cjs/commands/ListCollaborationsCommand.js +4 -4
- package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +4 -4
- package/dist-cjs/commands/ListConfiguredTablesCommand.js +4 -4
- package/dist-cjs/commands/ListMembersCommand.js +4 -4
- package/dist-cjs/commands/ListMembershipsCommand.js +4 -4
- package/dist-cjs/commands/ListProtectedQueriesCommand.js +4 -4
- package/dist-cjs/commands/ListSchemasCommand.js +4 -4
- package/dist-cjs/commands/StartProtectedQueryCommand.js +4 -4
- package/dist-cjs/commands/UpdateCollaborationCommand.js +4 -4
- package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +4 -4
- package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +4 -4
- package/dist-cjs/commands/UpdateConfiguredTableCommand.js +4 -4
- package/dist-cjs/commands/UpdateMembershipCommand.js +4 -4
- package/dist-cjs/commands/UpdateProtectedQueryCommand.js +4 -4
- package/dist-es/commands/BatchGetSchemaCommand.js +4 -4
- package/dist-es/commands/CreateCollaborationCommand.js +4 -4
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +4 -4
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +4 -4
- package/dist-es/commands/CreateConfiguredTableCommand.js +4 -4
- package/dist-es/commands/CreateMembershipCommand.js +4 -4
- package/dist-es/commands/DeleteCollaborationCommand.js +4 -4
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +4 -4
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +4 -4
- package/dist-es/commands/DeleteConfiguredTableCommand.js +4 -4
- package/dist-es/commands/DeleteMemberCommand.js +4 -4
- package/dist-es/commands/DeleteMembershipCommand.js +4 -4
- package/dist-es/commands/GetCollaborationCommand.js +4 -4
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +4 -4
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +4 -4
- package/dist-es/commands/GetConfiguredTableCommand.js +4 -4
- package/dist-es/commands/GetMembershipCommand.js +4 -4
- package/dist-es/commands/GetProtectedQueryCommand.js +4 -4
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +4 -4
- package/dist-es/commands/GetSchemaCommand.js +4 -4
- package/dist-es/commands/ListCollaborationsCommand.js +4 -4
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +4 -4
- package/dist-es/commands/ListConfiguredTablesCommand.js +4 -4
- package/dist-es/commands/ListMembersCommand.js +4 -4
- package/dist-es/commands/ListMembershipsCommand.js +4 -4
- package/dist-es/commands/ListProtectedQueriesCommand.js +4 -4
- package/dist-es/commands/ListSchemasCommand.js +4 -4
- package/dist-es/commands/StartProtectedQueryCommand.js +4 -4
- package/dist-es/commands/UpdateCollaborationCommand.js +4 -4
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +4 -4
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +4 -4
- package/dist-es/commands/UpdateConfiguredTableCommand.js +4 -4
- package/dist-es/commands/UpdateMembershipCommand.js +4 -4
- package/dist-es/commands/UpdateProtectedQueryCommand.js +4 -4
- package/dist-types/CleanRoomsClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +7 -7
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +7 -7
- package/package.json +36 -36
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListConfiguredTablesInputFilterSensitiveLog, ListConfiguredTablesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListConfiguredTablesCommand, serializeAws_restJson1ListConfiguredTablesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListConfiguredTablesCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ListConfiguredTablesCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListConfiguredTablesCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListMembersInputFilterSensitiveLog, ListMembersOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListMembersCommand, serializeAws_restJson1ListMembersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListMembersCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ListMembersCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListMembersCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListMembershipsInputFilterSensitiveLog, ListMembershipsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListMembershipsCommand, serializeAws_restJson1ListMembershipsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListMembershipsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ListMembershipsCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListMembershipsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListProtectedQueriesInputFilterSensitiveLog, ListProtectedQueriesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListProtectedQueriesCommand, serializeAws_restJson1ListProtectedQueriesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListProtectedQueriesCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ListProtectedQueriesCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListProtectedQueriesCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListSchemasInputFilterSensitiveLog, ListSchemasOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSchemasCommand, serializeAws_restJson1ListSchemasCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListSchemasCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ListSchemasCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListSchemasCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StartProtectedQueryInputFilterSensitiveLog, StartProtectedQueryOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartProtectedQueryCommand, serializeAws_restJson1StartProtectedQueryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartProtectedQueryCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class StartProtectedQueryCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, StartProtectedQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateCollaborationInputFilterSensitiveLog, UpdateCollaborationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateCollaborationCommand, serializeAws_restJson1UpdateCollaborationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateCollaborationCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateCollaborationCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateCollaborationCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateConfiguredTableAnalysisRuleInputFilterSensitiveLog, UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateConfiguredTableAnalysisRuleCommand, serializeAws_restJson1UpdateConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateConfiguredTableAnalysisRuleCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateConfiguredTableAnalysisRuleCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateConfiguredTableAnalysisRuleCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateConfiguredTableAssociationInputFilterSensitiveLog, UpdateConfiguredTableAssociationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateConfiguredTableAssociationCommand, serializeAws_restJson1UpdateConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateConfiguredTableAssociationCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateConfiguredTableAssociationCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateConfiguredTableAssociationCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateConfiguredTableInputFilterSensitiveLog, UpdateConfiguredTableOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateConfiguredTableCommand, serializeAws_restJson1UpdateConfiguredTableCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateConfiguredTableCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateConfiguredTableCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateConfiguredTableCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateMembershipInputFilterSensitiveLog, UpdateMembershipOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateMembershipCommand, serializeAws_restJson1UpdateMembershipCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateMembershipCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateMembershipCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateMembershipCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateProtectedQueryInputFilterSensitiveLog, UpdateProtectedQueryOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateProtectedQueryCommand, serializeAws_restJson1UpdateProtectedQueryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateProtectedQueryCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateProtectedQueryCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateProtectedQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -42,8 +42,8 @@ import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput }
|
|
|
42
42
|
import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
|
|
43
43
|
import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
|
|
44
44
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
45
|
-
export
|
|
46
|
-
export
|
|
45
|
+
export type ServiceInputTypes = BatchGetSchemaCommandInput | CreateCollaborationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateMembershipCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | GetCollaborationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetMembershipCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListCollaborationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | StartProtectedQueryCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateMembershipCommandInput | UpdateProtectedQueryCommandInput;
|
|
46
|
+
export type ServiceOutputTypes = BatchGetSchemaCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateMembershipCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | GetCollaborationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetMembershipCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListCollaborationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | StartProtectedQueryCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateMembershipCommandOutput | UpdateProtectedQueryCommandOutput;
|
|
47
47
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
48
48
|
/**
|
|
49
49
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -144,13 +144,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
144
144
|
*/
|
|
145
145
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
146
146
|
}
|
|
147
|
-
|
|
147
|
+
type CleanRoomsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
148
148
|
/**
|
|
149
149
|
* The configuration interface of CleanRoomsClient class constructor that set the region, credentials and other options.
|
|
150
150
|
*/
|
|
151
151
|
export interface CleanRoomsClientConfig extends CleanRoomsClientConfigType {
|
|
152
152
|
}
|
|
153
|
-
|
|
153
|
+
type CleanRoomsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
154
154
|
/**
|
|
155
155
|
* The resolved configuration interface of CleanRoomsClient class. This is resolved and normalized from the {@link CleanRoomsClientConfig | constructor configuration interface}.
|
|
156
156
|
*/
|
|
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
|
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
6
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
7
|
}
|
|
8
|
-
export
|
|
8
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
@@ -129,7 +129,7 @@ export interface AnalysisRuleList {
|
|
|
129
129
|
/**
|
|
130
130
|
* <p>Controls on the query specifications that can be run on configured table..</p>
|
|
131
131
|
*/
|
|
132
|
-
export
|
|
132
|
+
export type AnalysisRulePolicyV1 = AnalysisRulePolicyV1.AggregationMember | AnalysisRulePolicyV1.ListMember | AnalysisRulePolicyV1.$UnknownMember;
|
|
133
133
|
export declare namespace AnalysisRulePolicyV1 {
|
|
134
134
|
/**
|
|
135
135
|
* <p>Analysis rule type that enables only list queries on a configured table.</p>
|
|
@@ -162,7 +162,7 @@ export declare namespace AnalysisRulePolicyV1 {
|
|
|
162
162
|
/**
|
|
163
163
|
* <p>Controls on the query specifications that can be run on configured table..</p>
|
|
164
164
|
*/
|
|
165
|
-
export
|
|
165
|
+
export type AnalysisRulePolicy = AnalysisRulePolicy.V1Member | AnalysisRulePolicy.$UnknownMember;
|
|
166
166
|
export declare namespace AnalysisRulePolicy {
|
|
167
167
|
/**
|
|
168
168
|
* <p>Controls on the query specifications that can be run on configured table..</p>
|
|
@@ -1113,7 +1113,7 @@ export interface GlueTableReference {
|
|
|
1113
1113
|
* <p>A pointer to the data set that underlies this table. Currently, this can only be an AWS
|
|
1114
1114
|
* Glue table.</p>
|
|
1115
1115
|
*/
|
|
1116
|
-
export
|
|
1116
|
+
export type TableReference = TableReference.GlueMember | TableReference.$UnknownMember;
|
|
1117
1117
|
export declare namespace TableReference {
|
|
1118
1118
|
/**
|
|
1119
1119
|
* <p>If present, a reference to the AWS Glue table referred to by this table
|
|
@@ -1214,7 +1214,7 @@ export interface CreateConfiguredTableOutput {
|
|
|
1214
1214
|
/**
|
|
1215
1215
|
* <p>Controls on the query specifications that can be run on a configured table.</p>
|
|
1216
1216
|
*/
|
|
1217
|
-
export
|
|
1217
|
+
export type ConfiguredTableAnalysisRulePolicyV1 = ConfiguredTableAnalysisRulePolicyV1.AggregationMember | ConfiguredTableAnalysisRulePolicyV1.ListMember | ConfiguredTableAnalysisRulePolicyV1.$UnknownMember;
|
|
1218
1218
|
export declare namespace ConfiguredTableAnalysisRulePolicyV1 {
|
|
1219
1219
|
/**
|
|
1220
1220
|
* <p>Analysis rule type that enables only list queries on a configured table.</p>
|
|
@@ -1247,7 +1247,7 @@ export declare namespace ConfiguredTableAnalysisRulePolicyV1 {
|
|
|
1247
1247
|
/**
|
|
1248
1248
|
* <p>Controls on the query specifications that can be run on a configured table.</p>
|
|
1249
1249
|
*/
|
|
1250
|
-
export
|
|
1250
|
+
export type ConfiguredTableAnalysisRulePolicy = ConfiguredTableAnalysisRulePolicy.V1Member | ConfiguredTableAnalysisRulePolicy.$UnknownMember;
|
|
1251
1251
|
export declare namespace ConfiguredTableAnalysisRulePolicy {
|
|
1252
1252
|
/**
|
|
1253
1253
|
* <p>Controls on the query specifications that can be run on a configured table.</p>
|
|
@@ -1599,7 +1599,7 @@ export interface ProtectedQueryS3Output {
|
|
|
1599
1599
|
/**
|
|
1600
1600
|
* <p>Contains details about the protected query output.</p>
|
|
1601
1601
|
*/
|
|
1602
|
-
export
|
|
1602
|
+
export type ProtectedQueryOutput = ProtectedQueryOutput.S3Member | ProtectedQueryOutput.$UnknownMember;
|
|
1603
1603
|
export declare namespace ProtectedQueryOutput {
|
|
1604
1604
|
/**
|
|
1605
1605
|
* <p>If present, the output for a protected query with an `S3` output type.</p>
|
|
@@ -1651,7 +1651,7 @@ export interface ProtectedQueryS3OutputConfiguration {
|
|
|
1651
1651
|
/**
|
|
1652
1652
|
* <p>Contains configuration details for protected query output.</p>
|
|
1653
1653
|
*/
|
|
1654
|
-
export
|
|
1654
|
+
export type ProtectedQueryOutputConfiguration = ProtectedQueryOutputConfiguration.S3Member | ProtectedQueryOutputConfiguration.$UnknownMember;
|
|
1655
1655
|
export declare namespace ProtectedQueryOutputConfiguration {
|
|
1656
1656
|
/**
|
|
1657
1657
|
* <p>Required configuration for a protected query with an `S3` output type.</p>
|
|
@@ -185,7 +185,7 @@ import {
|
|
|
185
185
|
ClientResolvedEndpointParameters,
|
|
186
186
|
EndpointParameters,
|
|
187
187
|
} from "./endpoint/EndpointParameters";
|
|
188
|
-
export
|
|
188
|
+
export type ServiceInputTypes =
|
|
189
189
|
| BatchGetSchemaCommandInput
|
|
190
190
|
| CreateCollaborationCommandInput
|
|
191
191
|
| CreateConfiguredTableAnalysisRuleCommandInput
|
|
@@ -220,7 +220,7 @@ export declare type ServiceInputTypes =
|
|
|
220
220
|
| UpdateConfiguredTableCommandInput
|
|
221
221
|
| UpdateMembershipCommandInput
|
|
222
222
|
| UpdateProtectedQueryCommandInput;
|
|
223
|
-
export
|
|
223
|
+
export type ServiceOutputTypes =
|
|
224
224
|
| BatchGetSchemaCommandOutput
|
|
225
225
|
| CreateCollaborationCommandOutput
|
|
226
226
|
| CreateConfiguredTableAnalysisRuleCommandOutput
|
|
@@ -279,7 +279,7 @@ export interface ClientDefaults
|
|
|
279
279
|
logger?: __Logger;
|
|
280
280
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
281
281
|
}
|
|
282
|
-
|
|
282
|
+
type CleanRoomsClientConfigType = Partial<
|
|
283
283
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
284
284
|
> &
|
|
285
285
|
ClientDefaults &
|
|
@@ -291,7 +291,7 @@ declare type CleanRoomsClientConfigType = Partial<
|
|
|
291
291
|
UserAgentInputConfig &
|
|
292
292
|
ClientInputEndpointParameters;
|
|
293
293
|
export interface CleanRoomsClientConfig extends CleanRoomsClientConfigType {}
|
|
294
|
-
|
|
294
|
+
type CleanRoomsClientResolvedConfigType =
|
|
295
295
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
296
296
|
Required<ClientDefaults> &
|
|
297
297
|
RegionResolvedConfig &
|
|
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
19
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
23
22
|
export declare const resolveClientEndpointParameters: <T>(
|
|
24
23
|
options: T & ClientInputEndpointParameters
|
|
25
24
|
) => T &
|
|
@@ -63,7 +63,7 @@ export interface AnalysisRuleList {
|
|
|
63
63
|
joinColumns: string[] | undefined;
|
|
64
64
|
listColumns: string[] | undefined;
|
|
65
65
|
}
|
|
66
|
-
export
|
|
66
|
+
export type AnalysisRulePolicyV1 =
|
|
67
67
|
| AnalysisRulePolicyV1.AggregationMember
|
|
68
68
|
| AnalysisRulePolicyV1.ListMember
|
|
69
69
|
| AnalysisRulePolicyV1.$UnknownMember;
|
|
@@ -90,7 +90,7 @@ export declare namespace AnalysisRulePolicyV1 {
|
|
|
90
90
|
}
|
|
91
91
|
const visit: <T>(value: AnalysisRulePolicyV1, visitor: Visitor<T>) => T;
|
|
92
92
|
}
|
|
93
|
-
export
|
|
93
|
+
export type AnalysisRulePolicy =
|
|
94
94
|
| AnalysisRulePolicy.V1Member
|
|
95
95
|
| AnalysisRulePolicy.$UnknownMember;
|
|
96
96
|
export declare namespace AnalysisRulePolicy {
|
|
@@ -446,7 +446,7 @@ export interface GlueTableReference {
|
|
|
446
446
|
tableName: string | undefined;
|
|
447
447
|
databaseName: string | undefined;
|
|
448
448
|
}
|
|
449
|
-
export
|
|
449
|
+
export type TableReference =
|
|
450
450
|
| TableReference.GlueMember
|
|
451
451
|
| TableReference.$UnknownMember;
|
|
452
452
|
export declare namespace TableReference {
|
|
@@ -490,7 +490,7 @@ export interface ConfiguredTable {
|
|
|
490
490
|
export interface CreateConfiguredTableOutput {
|
|
491
491
|
configuredTable: ConfiguredTable | undefined;
|
|
492
492
|
}
|
|
493
|
-
export
|
|
493
|
+
export type ConfiguredTableAnalysisRulePolicyV1 =
|
|
494
494
|
| ConfiguredTableAnalysisRulePolicyV1.AggregationMember
|
|
495
495
|
| ConfiguredTableAnalysisRulePolicyV1.ListMember
|
|
496
496
|
| ConfiguredTableAnalysisRulePolicyV1.$UnknownMember;
|
|
@@ -520,7 +520,7 @@ export declare namespace ConfiguredTableAnalysisRulePolicyV1 {
|
|
|
520
520
|
visitor: Visitor<T>
|
|
521
521
|
) => T;
|
|
522
522
|
}
|
|
523
|
-
export
|
|
523
|
+
export type ConfiguredTableAnalysisRulePolicy =
|
|
524
524
|
| ConfiguredTableAnalysisRulePolicy.V1Member
|
|
525
525
|
| ConfiguredTableAnalysisRulePolicy.$UnknownMember;
|
|
526
526
|
export declare namespace ConfiguredTableAnalysisRulePolicy {
|
|
@@ -663,7 +663,7 @@ export interface ProtectedQueryError {
|
|
|
663
663
|
export interface ProtectedQueryS3Output {
|
|
664
664
|
location: string | undefined;
|
|
665
665
|
}
|
|
666
|
-
export
|
|
666
|
+
export type ProtectedQueryOutput =
|
|
667
667
|
| ProtectedQueryOutput.S3Member
|
|
668
668
|
| ProtectedQueryOutput.$UnknownMember;
|
|
669
669
|
export declare namespace ProtectedQueryOutput {
|
|
@@ -693,7 +693,7 @@ export interface ProtectedQueryS3OutputConfiguration {
|
|
|
693
693
|
bucket: string | undefined;
|
|
694
694
|
keyPrefix?: string;
|
|
695
695
|
}
|
|
696
|
-
export
|
|
696
|
+
export type ProtectedQueryOutputConfiguration =
|
|
697
697
|
| ProtectedQueryOutputConfiguration.S3Member
|
|
698
698
|
| ProtectedQueryOutputConfiguration.$UnknownMember;
|
|
699
699
|
export declare namespace ProtectedQueryOutputConfiguration {
|
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.295.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,49 +20,49 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
55
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.295.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.295.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.295.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.295.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.295.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.295.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.295.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.295.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.295.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.295.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.295.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.295.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.295.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.295.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.295.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.295.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.295.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.295.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.295.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.295.0",
|
|
43
|
+
"@aws-sdk/types": "3.295.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.295.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.295.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.295.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.295.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.295.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.295.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.295.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
|
+
"tslib": "^2.5.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
64
|
"typedoc": "0.23.23",
|
|
65
|
-
"typescript": "~4.
|
|
65
|
+
"typescript": "~4.9.5"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=14.0.0"
|