@aws-sdk/client-cleanrooms 3.679.0 → 3.682.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +89 -36
  3. package/dist-es/commands/StartProtectedQueryCommand.js +2 -1
  4. package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
  5. package/dist-es/models/models_0.js +31 -7
  6. package/dist-es/models/models_1.js +7 -0
  7. package/dist-es/protocols/Aws_restJson1.js +18 -2
  8. package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +2 -2
  9. package/dist-types/commands/BatchGetSchemaCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateCollaborationCommand.d.ts +6 -4
  12. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +2 -2
  13. package/dist-types/commands/CreateMembershipCommand.d.ts +3 -1
  14. package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +1 -2
  15. package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +2 -2
  16. package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +2 -2
  17. package/dist-types/commands/GetCollaborationCommand.d.ts +2 -1
  18. package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +1 -3
  19. package/dist-types/commands/GetConfiguredTableCommand.d.ts +1 -1
  20. package/dist-types/commands/GetMembershipCommand.d.ts +2 -1
  21. package/dist-types/commands/GetProtectedQueryCommand.d.ts +10 -0
  22. package/dist-types/commands/GetSchemaCommand.d.ts +1 -1
  23. package/dist-types/commands/ListCollaborationsCommand.d.ts +1 -0
  24. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  26. package/dist-types/commands/ListMembershipsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  28. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +3 -0
  29. package/dist-types/commands/StartProtectedQueryCommand.d.ts +19 -1
  30. package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +2 -2
  31. package/dist-types/commands/UpdateCollaborationCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +1 -3
  33. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateMembershipCommand.d.ts +4 -2
  35. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +11 -2
  36. package/dist-types/models/models_0.d.ts +222 -223
  37. package/dist-types/models/models_1.d.ts +84 -11
  38. package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/models/models_0.d.ts +57 -24
  42. package/dist-types/ts3.4/models/models_1.d.ts +27 -0
  43. package/package.json +6 -6
@@ -27,8 +27,7 @@ declare const DeleteConfiguredTableAssociationAnalysisRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes
31
- * an analysis rule for a configured table association.</p>
30
+ * <p>Deletes an analysis rule for a configured table association.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -57,14 +57,14 @@ declare const GetAnalysisTemplateCommand_base: {
57
57
  * // "STRING_VALUE",
58
58
  * // ],
59
59
  * // },
60
- * // format: "STRING_VALUE", // required
60
+ * // format: "SQL", // required
61
61
  * // source: { // AnalysisSource Union: only one key present
62
62
  * // text: "STRING_VALUE",
63
63
  * // },
64
64
  * // analysisParameters: [ // AnalysisParameterList
65
65
  * // { // AnalysisParameter
66
66
  * // name: "STRING_VALUE", // required
67
- * // type: "SMALLINT" || "INTEGER" || "BIGINT" || "DECIMAL" || "REAL" || "DOUBLE_PRECISION" || "BOOLEAN" || "CHAR" || "VARCHAR" || "DATE" || "TIMESTAMP" || "TIMESTAMPTZ" || "TIME" || "TIMETZ" || "VARBYTE", // required
67
+ * // type: "SMALLINT" || "INTEGER" || "BIGINT" || "DECIMAL" || "REAL" || "DOUBLE_PRECISION" || "BOOLEAN" || "CHAR" || "VARCHAR" || "DATE" || "TIMESTAMP" || "TIMESTAMPTZ" || "TIME" || "TIMETZ" || "VARBYTE" || "BINARY" || "BYTE" || "CHARACTER" || "DOUBLE" || "FLOAT" || "INT" || "LONG" || "NUMERIC" || "SHORT" || "STRING" || "TIMESTAMP_LTZ" || "TIMESTAMP_NTZ" || "TINYINT", // required
68
68
  * // defaultValue: "STRING_VALUE",
69
69
  * // },
70
70
  * // ],
@@ -56,14 +56,14 @@ declare const GetCollaborationAnalysisTemplateCommand_base: {
56
56
  * // "STRING_VALUE",
57
57
  * // ],
58
58
  * // },
59
- * // format: "STRING_VALUE", // required
59
+ * // format: "SQL", // required
60
60
  * // source: { // AnalysisSource Union: only one key present
61
61
  * // text: "STRING_VALUE",
62
62
  * // },
63
63
  * // analysisParameters: [ // AnalysisParameterList
64
64
  * // { // AnalysisParameter
65
65
  * // name: "STRING_VALUE", // required
66
- * // type: "SMALLINT" || "INTEGER" || "BIGINT" || "DECIMAL" || "REAL" || "DOUBLE_PRECISION" || "BOOLEAN" || "CHAR" || "VARCHAR" || "DATE" || "TIMESTAMP" || "TIMESTAMPTZ" || "TIME" || "TIMETZ" || "VARBYTE", // required
66
+ * // type: "SMALLINT" || "INTEGER" || "BIGINT" || "DECIMAL" || "REAL" || "DOUBLE_PRECISION" || "BOOLEAN" || "CHAR" || "VARCHAR" || "DATE" || "TIMESTAMP" || "TIMESTAMPTZ" || "TIME" || "TIMETZ" || "VARBYTE" || "BINARY" || "BYTE" || "CHARACTER" || "DOUBLE" || "FLOAT" || "INT" || "LONG" || "NUMERIC" || "SHORT" || "STRING" || "TIMESTAMP_LTZ" || "TIMESTAMP_NTZ" || "TINYINT", // required
67
67
  * // defaultValue: "STRING_VALUE",
68
68
  * // },
69
69
  * // ],
@@ -58,7 +58,8 @@ declare const GetCollaborationCommand_base: {
58
58
  * // allowJoinsOnColumnsWithDifferentNames: true || false, // required
59
59
  * // preserveNulls: true || false, // required
60
60
  * // },
61
- * // queryLogStatus: "STRING_VALUE", // required
61
+ * // queryLogStatus: "ENABLED" || "DISABLED", // required
62
+ * // analyticsEngine: "SPARK" || "CLEAN_ROOMS_SQL",
62
63
  * // },
63
64
  * // };
64
65
  *
@@ -27,9 +27,7 @@ declare const GetConfiguredTableAssociationAnalysisRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Retrieves
32
- * the analysis rule for a configured table association.</p>
30
+ * <p> Retrieves the analysis rule for a configured table association.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -56,7 +56,7 @@ declare const GetConfiguredTableCommand_base: {
56
56
  * // analysisRuleTypes: [ // ConfiguredTableAnalysisRuleTypeList // required
57
57
  * // "AGGREGATION" || "LIST" || "CUSTOM",
58
58
  * // ],
59
- * // analysisMethod: "STRING_VALUE", // required
59
+ * // analysisMethod: "DIRECT_QUERY", // required
60
60
  * // allowedColumns: [ // AllowedColumnList // required
61
61
  * // "STRING_VALUE",
62
62
  * // ],
@@ -52,7 +52,7 @@ declare const GetMembershipCommand_base: {
52
52
  * // updateTime: new Date("TIMESTAMP"), // required
53
53
  * // status: "STRING_VALUE", // required
54
54
  * // memberAbilities: [ // MemberAbilities // required
55
- * // "STRING_VALUE",
55
+ * // "CAN_QUERY" || "CAN_RECEIVE_RESULTS",
56
56
  * // ],
57
57
  * // queryLogStatus: "STRING_VALUE", // required
58
58
  * // defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
@@ -61,6 +61,7 @@ declare const GetMembershipCommand_base: {
61
61
  * // resultFormat: "STRING_VALUE", // required
62
62
  * // bucket: "STRING_VALUE", // required
63
63
  * // keyPrefix: "STRING_VALUE",
64
+ * // singleFileOutput: true || false,
64
65
  * // },
65
66
  * // },
66
67
  * // roleArn: "STRING_VALUE",
@@ -60,6 +60,7 @@ declare const GetProtectedQueryCommand_base: {
60
60
  * // resultFormat: "STRING_VALUE", // required
61
61
  * // bucket: "STRING_VALUE", // required
62
62
  * // keyPrefix: "STRING_VALUE",
63
+ * // singleFileOutput: true || false,
63
64
  * // },
64
65
  * // member: { // ProtectedQueryMemberOutputConfiguration
65
66
  * // accountId: "STRING_VALUE", // required
@@ -68,6 +69,9 @@ declare const GetProtectedQueryCommand_base: {
68
69
  * // },
69
70
  * // statistics: { // ProtectedQueryStatistics
70
71
  * // totalDurationInMillis: Number("long"),
72
+ * // billedResourceUtilization: { // BilledResourceUtilization
73
+ * // units: Number("double"), // required
74
+ * // },
71
75
  * // },
72
76
  * // result: { // ProtectedQueryResult
73
77
  * // output: { // ProtectedQueryOutput Union: only one key present
@@ -96,6 +100,12 @@ declare const GetProtectedQueryCommand_base: {
96
100
  * // },
97
101
  * // ],
98
102
  * // },
103
+ * // computeConfiguration: { // ComputeConfiguration Union: only one key present
104
+ * // worker: { // WorkerComputeConfiguration
105
+ * // type: "CR.1X" || "CR.4X",
106
+ * // number: Number("int"),
107
+ * // },
108
+ * // },
99
109
  * // },
100
110
  * // };
101
111
  *
@@ -57,7 +57,7 @@ declare const GetSchemaCommand_base: {
57
57
  * // analysisRuleTypes: [ // AnalysisRuleTypeList // required
58
58
  * // "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE",
59
59
  * // ],
60
- * // analysisMethod: "STRING_VALUE",
60
+ * // analysisMethod: "DIRECT_QUERY",
61
61
  * // creatorAccountId: "STRING_VALUE", // required
62
62
  * // name: "STRING_VALUE", // required
63
63
  * // collaborationId: "STRING_VALUE", // required
@@ -55,6 +55,7 @@ declare const ListCollaborationsCommand_base: {
55
55
  * // memberStatus: "STRING_VALUE", // required
56
56
  * // membershipId: "STRING_VALUE",
57
57
  * // membershipArn: "STRING_VALUE",
58
+ * // analyticsEngine: "SPARK" || "CLEAN_ROOMS_SQL",
58
59
  * // },
59
60
  * // ],
60
61
  * // };
@@ -51,7 +51,7 @@ declare const ListConfiguredTablesCommand_base: {
51
51
  * // analysisRuleTypes: [ // ConfiguredTableAnalysisRuleTypeList // required
52
52
  * // "AGGREGATION" || "LIST" || "CUSTOM",
53
53
  * // ],
54
- * // analysisMethod: "STRING_VALUE", // required
54
+ * // analysisMethod: "DIRECT_QUERY", // required
55
55
  * // },
56
56
  * // ],
57
57
  * // nextToken: "STRING_VALUE",
@@ -49,7 +49,7 @@ declare const ListMembersCommand_base: {
49
49
  * // status: "STRING_VALUE", // required
50
50
  * // displayName: "STRING_VALUE", // required
51
51
  * // abilities: [ // MemberAbilities // required
52
- * // "STRING_VALUE",
52
+ * // "CAN_QUERY" || "CAN_RECEIVE_RESULTS",
53
53
  * // ],
54
54
  * // createTime: new Date("TIMESTAMP"), // required
55
55
  * // updateTime: new Date("TIMESTAMP"), // required
@@ -56,7 +56,7 @@ declare const ListMembershipsCommand_base: {
56
56
  * // updateTime: new Date("TIMESTAMP"), // required
57
57
  * // status: "STRING_VALUE", // required
58
58
  * // memberAbilities: [ // MemberAbilities // required
59
- * // "STRING_VALUE",
59
+ * // "CAN_QUERY" || "CAN_RECEIVE_RESULTS",
60
60
  * // ],
61
61
  * // paymentConfiguration: { // MembershipPaymentConfiguration
62
62
  * // queryCompute: { // MembershipQueryComputePaymentConfig
@@ -55,7 +55,7 @@ declare const ListSchemasCommand_base: {
55
55
  * // analysisRuleTypes: [ // AnalysisRuleTypeList // required
56
56
  * // "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE",
57
57
  * // ],
58
- * // analysisMethod: "STRING_VALUE",
58
+ * // analysisMethod: "DIRECT_QUERY",
59
59
  * // },
60
60
  * // ],
61
61
  * // nextToken: "STRING_VALUE",
@@ -64,6 +64,9 @@ declare const PopulateIdMappingTableCommand_base: {
64
64
  * @throws {@link ResourceNotFoundException} (client fault)
65
65
  * <p>Request references a resource which does not exist.</p>
66
66
  *
67
+ * @throws {@link ServiceQuotaExceededException} (client fault)
68
+ * <p>Request denied because service quota has been exceeded.</p>
69
+ *
67
70
  * @throws {@link ThrottlingException} (client fault)
68
71
  * <p>Request was denied due to request throttling.</p>
69
72
  *
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
- import { StartProtectedQueryInput, StartProtectedQueryOutput } from "../models/models_0";
4
+ import { StartProtectedQueryInput } from "../models/models_0";
5
+ import { StartProtectedQueryOutput } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -50,12 +51,19 @@ declare const StartProtectedQueryCommand_base: {
50
51
  * resultFormat: "STRING_VALUE", // required
51
52
  * bucket: "STRING_VALUE", // required
52
53
  * keyPrefix: "STRING_VALUE",
54
+ * singleFileOutput: true || false,
53
55
  * },
54
56
  * member: { // ProtectedQueryMemberOutputConfiguration
55
57
  * accountId: "STRING_VALUE", // required
56
58
  * },
57
59
  * },
58
60
  * },
61
+ * computeConfiguration: { // ComputeConfiguration Union: only one key present
62
+ * worker: { // WorkerComputeConfiguration
63
+ * type: "CR.1X" || "CR.4X",
64
+ * number: Number("int"),
65
+ * },
66
+ * },
59
67
  * };
60
68
  * const command = new StartProtectedQueryCommand(input);
61
69
  * const response = await client.send(command);
@@ -79,6 +87,7 @@ declare const StartProtectedQueryCommand_base: {
79
87
  * // resultFormat: "STRING_VALUE", // required
80
88
  * // bucket: "STRING_VALUE", // required
81
89
  * // keyPrefix: "STRING_VALUE",
90
+ * // singleFileOutput: true || false,
82
91
  * // },
83
92
  * // member: { // ProtectedQueryMemberOutputConfiguration
84
93
  * // accountId: "STRING_VALUE", // required
@@ -87,6 +96,9 @@ declare const StartProtectedQueryCommand_base: {
87
96
  * // },
88
97
  * // statistics: { // ProtectedQueryStatistics
89
98
  * // totalDurationInMillis: Number("long"),
99
+ * // billedResourceUtilization: { // BilledResourceUtilization
100
+ * // units: Number("double"), // required
101
+ * // },
90
102
  * // },
91
103
  * // result: { // ProtectedQueryResult
92
104
  * // output: { // ProtectedQueryOutput Union: only one key present
@@ -115,6 +127,12 @@ declare const StartProtectedQueryCommand_base: {
115
127
  * // },
116
128
  * // ],
117
129
  * // },
130
+ * // computeConfiguration: { // ComputeConfiguration Union: only one key present
131
+ * // worker: { // WorkerComputeConfiguration
132
+ * // type: "CR.1X" || "CR.4X",
133
+ * // number: Number("int"),
134
+ * // },
135
+ * // },
118
136
  * // },
119
137
  * // };
120
138
  *
@@ -58,14 +58,14 @@ declare const UpdateAnalysisTemplateCommand_base: {
58
58
  * // "STRING_VALUE",
59
59
  * // ],
60
60
  * // },
61
- * // format: "STRING_VALUE", // required
61
+ * // format: "SQL", // required
62
62
  * // source: { // AnalysisSource Union: only one key present
63
63
  * // text: "STRING_VALUE",
64
64
  * // },
65
65
  * // analysisParameters: [ // AnalysisParameterList
66
66
  * // { // AnalysisParameter
67
67
  * // name: "STRING_VALUE", // required
68
- * // type: "SMALLINT" || "INTEGER" || "BIGINT" || "DECIMAL" || "REAL" || "DOUBLE_PRECISION" || "BOOLEAN" || "CHAR" || "VARCHAR" || "DATE" || "TIMESTAMP" || "TIMESTAMPTZ" || "TIME" || "TIMETZ" || "VARBYTE", // required
68
+ * // type: "SMALLINT" || "INTEGER" || "BIGINT" || "DECIMAL" || "REAL" || "DOUBLE_PRECISION" || "BOOLEAN" || "CHAR" || "VARCHAR" || "DATE" || "TIMESTAMP" || "TIMESTAMPTZ" || "TIME" || "TIMETZ" || "VARBYTE" || "BINARY" || "BYTE" || "CHARACTER" || "DOUBLE" || "FLOAT" || "INT" || "LONG" || "NUMERIC" || "SHORT" || "STRING" || "TIMESTAMP_LTZ" || "TIMESTAMP_NTZ" || "TINYINT", // required
69
69
  * // defaultValue: "STRING_VALUE",
70
70
  * // },
71
71
  * // ],
@@ -60,7 +60,8 @@ declare const UpdateCollaborationCommand_base: {
60
60
  * // allowJoinsOnColumnsWithDifferentNames: true || false, // required
61
61
  * // preserveNulls: true || false, // required
62
62
  * // },
63
- * // queryLogStatus: "STRING_VALUE", // required
63
+ * // queryLogStatus: "ENABLED" || "DISABLED", // required
64
+ * // analyticsEngine: "SPARK" || "CLEAN_ROOMS_SQL",
64
65
  * // },
65
66
  * // };
66
67
  *
@@ -27,9 +27,7 @@ declare const UpdateConfiguredTableAssociationAnalysisRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Updates
32
- * the analysis rule for a configured table association.</p>
30
+ * <p> Updates the analysis rule for a configured table association.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -58,7 +58,7 @@ declare const UpdateConfiguredTableCommand_base: {
58
58
  * // analysisRuleTypes: [ // ConfiguredTableAnalysisRuleTypeList // required
59
59
  * // "AGGREGATION" || "LIST" || "CUSTOM",
60
60
  * // ],
61
- * // analysisMethod: "STRING_VALUE", // required
61
+ * // analysisMethod: "DIRECT_QUERY", // required
62
62
  * // allowedColumns: [ // AllowedColumnList // required
63
63
  * // "STRING_VALUE",
64
64
  * // ],
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
- import { UpdateMembershipInput, UpdateMembershipOutput } from "../models/models_0";
4
+ import { UpdateMembershipInput, UpdateMembershipOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -43,6 +43,7 @@ declare const UpdateMembershipCommand_base: {
43
43
  * resultFormat: "STRING_VALUE", // required
44
44
  * bucket: "STRING_VALUE", // required
45
45
  * keyPrefix: "STRING_VALUE",
46
+ * singleFileOutput: true || false,
46
47
  * },
47
48
  * },
48
49
  * roleArn: "STRING_VALUE",
@@ -63,7 +64,7 @@ declare const UpdateMembershipCommand_base: {
63
64
  * // updateTime: new Date("TIMESTAMP"), // required
64
65
  * // status: "STRING_VALUE", // required
65
66
  * // memberAbilities: [ // MemberAbilities // required
66
- * // "STRING_VALUE",
67
+ * // "CAN_QUERY" || "CAN_RECEIVE_RESULTS",
67
68
  * // ],
68
69
  * // queryLogStatus: "STRING_VALUE", // required
69
70
  * // defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
@@ -72,6 +73,7 @@ declare const UpdateMembershipCommand_base: {
72
73
  * // resultFormat: "STRING_VALUE", // required
73
74
  * // bucket: "STRING_VALUE", // required
74
75
  * // keyPrefix: "STRING_VALUE",
76
+ * // singleFileOutput: true || false,
75
77
  * // },
76
78
  * // },
77
79
  * // roleArn: "STRING_VALUE",
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
- import { UpdateProtectedQueryInput } from "../models/models_0";
5
- import { UpdateProtectedQueryOutput } from "../models/models_1";
4
+ import { UpdateProtectedQueryInput, UpdateProtectedQueryOutput } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -62,6 +61,7 @@ declare const UpdateProtectedQueryCommand_base: {
62
61
  * // resultFormat: "STRING_VALUE", // required
63
62
  * // bucket: "STRING_VALUE", // required
64
63
  * // keyPrefix: "STRING_VALUE",
64
+ * // singleFileOutput: true || false,
65
65
  * // },
66
66
  * // member: { // ProtectedQueryMemberOutputConfiguration
67
67
  * // accountId: "STRING_VALUE", // required
@@ -70,6 +70,9 @@ declare const UpdateProtectedQueryCommand_base: {
70
70
  * // },
71
71
  * // statistics: { // ProtectedQueryStatistics
72
72
  * // totalDurationInMillis: Number("long"),
73
+ * // billedResourceUtilization: { // BilledResourceUtilization
74
+ * // units: Number("double"), // required
75
+ * // },
73
76
  * // },
74
77
  * // result: { // ProtectedQueryResult
75
78
  * // output: { // ProtectedQueryOutput Union: only one key present
@@ -98,6 +101,12 @@ declare const UpdateProtectedQueryCommand_base: {
98
101
  * // },
99
102
  * // ],
100
103
  * // },
104
+ * // computeConfiguration: { // ComputeConfiguration Union: only one key present
105
+ * // worker: { // WorkerComputeConfiguration
106
+ * // type: "CR.1X" || "CR.4X",
107
+ * // number: Number("int"),
108
+ * // },
109
+ * // },
101
110
  * // },
102
111
  * // };
103
112
  *