@aws-sdk/client-s3vectors 3.1077.0 → 3.1078.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 (65) hide show
  1. package/dist-cjs/index.js +27 -193
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateIndexCommand.js +2 -14
  4. package/dist-es/commands/CreateVectorBucketCommand.js +2 -14
  5. package/dist-es/commands/DeleteIndexCommand.js +2 -14
  6. package/dist-es/commands/DeleteVectorBucketCommand.js +2 -14
  7. package/dist-es/commands/DeleteVectorBucketPolicyCommand.js +2 -14
  8. package/dist-es/commands/DeleteVectorsCommand.js +2 -14
  9. package/dist-es/commands/GetIndexCommand.js +2 -14
  10. package/dist-es/commands/GetVectorBucketCommand.js +2 -14
  11. package/dist-es/commands/GetVectorBucketPolicyCommand.js +2 -14
  12. package/dist-es/commands/GetVectorsCommand.js +2 -14
  13. package/dist-es/commands/ListIndexesCommand.js +2 -14
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  15. package/dist-es/commands/ListVectorBucketsCommand.js +2 -14
  16. package/dist-es/commands/ListVectorsCommand.js +2 -14
  17. package/dist-es/commands/PutVectorBucketPolicyCommand.js +2 -14
  18. package/dist-es/commands/PutVectorsCommand.js +2 -14
  19. package/dist-es/commands/QueryVectorsCommand.js +2 -14
  20. package/dist-es/commands/TagResourceCommand.js +2 -14
  21. package/dist-es/commands/UntagResourceCommand.js +2 -14
  22. package/dist-es/index.js +1 -0
  23. package/dist-types/commandBuilder.d.ts +18 -0
  24. package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
  25. package/dist-types/commands/CreateVectorBucketCommand.d.ts +3 -8
  26. package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
  27. package/dist-types/commands/DeleteVectorBucketCommand.d.ts +3 -8
  28. package/dist-types/commands/DeleteVectorBucketPolicyCommand.d.ts +3 -8
  29. package/dist-types/commands/DeleteVectorsCommand.d.ts +3 -8
  30. package/dist-types/commands/GetIndexCommand.d.ts +3 -8
  31. package/dist-types/commands/GetVectorBucketCommand.d.ts +3 -8
  32. package/dist-types/commands/GetVectorBucketPolicyCommand.d.ts +3 -8
  33. package/dist-types/commands/GetVectorsCommand.d.ts +3 -8
  34. package/dist-types/commands/ListIndexesCommand.d.ts +3 -8
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  36. package/dist-types/commands/ListVectorBucketsCommand.d.ts +3 -8
  37. package/dist-types/commands/ListVectorsCommand.d.ts +3 -8
  38. package/dist-types/commands/PutVectorBucketPolicyCommand.d.ts +3 -8
  39. package/dist-types/commands/PutVectorsCommand.d.ts +3 -8
  40. package/dist-types/commands/QueryVectorsCommand.d.ts +3 -8
  41. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  42. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  43. package/dist-types/index.d.ts +1 -0
  44. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  45. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/CreateVectorBucketCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/DeleteVectorBucketCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/DeleteVectorBucketPolicyCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/DeleteVectorsCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/GetVectorBucketCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/GetVectorBucketPolicyCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/GetVectorsCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/ListVectorBucketsCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/ListVectorsCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/PutVectorBucketPolicyCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/PutVectorsCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/QueryVectorsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/index.d.ts +1 -0
  65. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -66,7 +67,7 @@ const commonParams = {
66
67
  Region: { type: "builtInParams", name: "region" },
67
68
  };
68
69
 
69
- var version = "3.1076.0";
70
+ var version = "3.1077.0";
70
71
  var packageInfo = {
71
72
  version: version};
72
73
 
@@ -983,232 +984,65 @@ class S3VectorsClient extends Client {
983
984
  }
984
985
  }
985
986
 
986
- class CreateIndexCommand extends Command
987
- .classBuilder()
988
- .ep(commonParams)
989
- .m(function (Command, cs, config, o) {
990
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
991
- })
992
- .s("S3Vectors", "CreateIndex", {})
993
- .n("S3VectorsClient", "CreateIndexCommand")
994
- .sc(CreateIndex$)
995
- .build() {
987
+ const command = makeBuilder(commonParams, "S3Vectors", "S3VectorsClient", getEndpointPlugin);
988
+ const _ep0 = {};
989
+ const _mw0 = (Command, cs, config, o) => [];
990
+
991
+ class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
996
992
  }
997
993
 
998
- class CreateVectorBucketCommand extends Command
999
- .classBuilder()
1000
- .ep(commonParams)
1001
- .m(function (Command, cs, config, o) {
1002
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1003
- })
1004
- .s("S3Vectors", "CreateVectorBucket", {})
1005
- .n("S3VectorsClient", "CreateVectorBucketCommand")
1006
- .sc(CreateVectorBucket$)
1007
- .build() {
994
+ class CreateVectorBucketCommand extends command(_ep0, _mw0, "CreateVectorBucket", CreateVectorBucket$) {
1008
995
  }
1009
996
 
1010
- class DeleteIndexCommand extends Command
1011
- .classBuilder()
1012
- .ep(commonParams)
1013
- .m(function (Command, cs, config, o) {
1014
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1015
- })
1016
- .s("S3Vectors", "DeleteIndex", {})
1017
- .n("S3VectorsClient", "DeleteIndexCommand")
1018
- .sc(DeleteIndex$)
1019
- .build() {
997
+ class DeleteIndexCommand extends command(_ep0, _mw0, "DeleteIndex", DeleteIndex$) {
1020
998
  }
1021
999
 
1022
- class DeleteVectorBucketCommand extends Command
1023
- .classBuilder()
1024
- .ep(commonParams)
1025
- .m(function (Command, cs, config, o) {
1026
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1027
- })
1028
- .s("S3Vectors", "DeleteVectorBucket", {})
1029
- .n("S3VectorsClient", "DeleteVectorBucketCommand")
1030
- .sc(DeleteVectorBucket$)
1031
- .build() {
1000
+ class DeleteVectorBucketCommand extends command(_ep0, _mw0, "DeleteVectorBucket", DeleteVectorBucket$) {
1032
1001
  }
1033
1002
 
1034
- class DeleteVectorBucketPolicyCommand extends Command
1035
- .classBuilder()
1036
- .ep(commonParams)
1037
- .m(function (Command, cs, config, o) {
1038
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1039
- })
1040
- .s("S3Vectors", "DeleteVectorBucketPolicy", {})
1041
- .n("S3VectorsClient", "DeleteVectorBucketPolicyCommand")
1042
- .sc(DeleteVectorBucketPolicy$)
1043
- .build() {
1003
+ class DeleteVectorBucketPolicyCommand extends command(_ep0, _mw0, "DeleteVectorBucketPolicy", DeleteVectorBucketPolicy$) {
1044
1004
  }
1045
1005
 
1046
- class DeleteVectorsCommand extends Command
1047
- .classBuilder()
1048
- .ep(commonParams)
1049
- .m(function (Command, cs, config, o) {
1050
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1051
- })
1052
- .s("S3Vectors", "DeleteVectors", {})
1053
- .n("S3VectorsClient", "DeleteVectorsCommand")
1054
- .sc(DeleteVectors$)
1055
- .build() {
1006
+ class DeleteVectorsCommand extends command(_ep0, _mw0, "DeleteVectors", DeleteVectors$) {
1056
1007
  }
1057
1008
 
1058
- class GetIndexCommand extends Command
1059
- .classBuilder()
1060
- .ep(commonParams)
1061
- .m(function (Command, cs, config, o) {
1062
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1063
- })
1064
- .s("S3Vectors", "GetIndex", {})
1065
- .n("S3VectorsClient", "GetIndexCommand")
1066
- .sc(GetIndex$)
1067
- .build() {
1009
+ class GetIndexCommand extends command(_ep0, _mw0, "GetIndex", GetIndex$) {
1068
1010
  }
1069
1011
 
1070
- class GetVectorBucketCommand extends Command
1071
- .classBuilder()
1072
- .ep(commonParams)
1073
- .m(function (Command, cs, config, o) {
1074
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1075
- })
1076
- .s("S3Vectors", "GetVectorBucket", {})
1077
- .n("S3VectorsClient", "GetVectorBucketCommand")
1078
- .sc(GetVectorBucket$)
1079
- .build() {
1012
+ class GetVectorBucketCommand extends command(_ep0, _mw0, "GetVectorBucket", GetVectorBucket$) {
1080
1013
  }
1081
1014
 
1082
- class GetVectorBucketPolicyCommand extends Command
1083
- .classBuilder()
1084
- .ep(commonParams)
1085
- .m(function (Command, cs, config, o) {
1086
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1087
- })
1088
- .s("S3Vectors", "GetVectorBucketPolicy", {})
1089
- .n("S3VectorsClient", "GetVectorBucketPolicyCommand")
1090
- .sc(GetVectorBucketPolicy$)
1091
- .build() {
1015
+ class GetVectorBucketPolicyCommand extends command(_ep0, _mw0, "GetVectorBucketPolicy", GetVectorBucketPolicy$) {
1092
1016
  }
1093
1017
 
1094
- class GetVectorsCommand extends Command
1095
- .classBuilder()
1096
- .ep(commonParams)
1097
- .m(function (Command, cs, config, o) {
1098
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1099
- })
1100
- .s("S3Vectors", "GetVectors", {})
1101
- .n("S3VectorsClient", "GetVectorsCommand")
1102
- .sc(GetVectors$)
1103
- .build() {
1018
+ class GetVectorsCommand extends command(_ep0, _mw0, "GetVectors", GetVectors$) {
1104
1019
  }
1105
1020
 
1106
- class ListIndexesCommand extends Command
1107
- .classBuilder()
1108
- .ep(commonParams)
1109
- .m(function (Command, cs, config, o) {
1110
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1111
- })
1112
- .s("S3Vectors", "ListIndexes", {})
1113
- .n("S3VectorsClient", "ListIndexesCommand")
1114
- .sc(ListIndexes$)
1115
- .build() {
1021
+ class ListIndexesCommand extends command(_ep0, _mw0, "ListIndexes", ListIndexes$) {
1116
1022
  }
1117
1023
 
1118
- class ListTagsForResourceCommand extends Command
1119
- .classBuilder()
1120
- .ep(commonParams)
1121
- .m(function (Command, cs, config, o) {
1122
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1123
- })
1124
- .s("S3Vectors", "ListTagsForResource", {})
1125
- .n("S3VectorsClient", "ListTagsForResourceCommand")
1126
- .sc(ListTagsForResource$)
1127
- .build() {
1024
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1128
1025
  }
1129
1026
 
1130
- class ListVectorBucketsCommand extends Command
1131
- .classBuilder()
1132
- .ep(commonParams)
1133
- .m(function (Command, cs, config, o) {
1134
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1135
- })
1136
- .s("S3Vectors", "ListVectorBuckets", {})
1137
- .n("S3VectorsClient", "ListVectorBucketsCommand")
1138
- .sc(ListVectorBuckets$)
1139
- .build() {
1027
+ class ListVectorBucketsCommand extends command(_ep0, _mw0, "ListVectorBuckets", ListVectorBuckets$) {
1140
1028
  }
1141
1029
 
1142
- class ListVectorsCommand extends Command
1143
- .classBuilder()
1144
- .ep(commonParams)
1145
- .m(function (Command, cs, config, o) {
1146
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1147
- })
1148
- .s("S3Vectors", "ListVectors", {})
1149
- .n("S3VectorsClient", "ListVectorsCommand")
1150
- .sc(ListVectors$)
1151
- .build() {
1030
+ class ListVectorsCommand extends command(_ep0, _mw0, "ListVectors", ListVectors$) {
1152
1031
  }
1153
1032
 
1154
- class PutVectorBucketPolicyCommand extends Command
1155
- .classBuilder()
1156
- .ep(commonParams)
1157
- .m(function (Command, cs, config, o) {
1158
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1159
- })
1160
- .s("S3Vectors", "PutVectorBucketPolicy", {})
1161
- .n("S3VectorsClient", "PutVectorBucketPolicyCommand")
1162
- .sc(PutVectorBucketPolicy$)
1163
- .build() {
1033
+ class PutVectorBucketPolicyCommand extends command(_ep0, _mw0, "PutVectorBucketPolicy", PutVectorBucketPolicy$) {
1164
1034
  }
1165
1035
 
1166
- class PutVectorsCommand extends Command
1167
- .classBuilder()
1168
- .ep(commonParams)
1169
- .m(function (Command, cs, config, o) {
1170
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1171
- })
1172
- .s("S3Vectors", "PutVectors", {})
1173
- .n("S3VectorsClient", "PutVectorsCommand")
1174
- .sc(PutVectors$)
1175
- .build() {
1036
+ class PutVectorsCommand extends command(_ep0, _mw0, "PutVectors", PutVectors$) {
1176
1037
  }
1177
1038
 
1178
- class QueryVectorsCommand extends Command
1179
- .classBuilder()
1180
- .ep(commonParams)
1181
- .m(function (Command, cs, config, o) {
1182
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1183
- })
1184
- .s("S3Vectors", "QueryVectors", {})
1185
- .n("S3VectorsClient", "QueryVectorsCommand")
1186
- .sc(QueryVectors$)
1187
- .build() {
1039
+ class QueryVectorsCommand extends command(_ep0, _mw0, "QueryVectors", QueryVectors$) {
1188
1040
  }
1189
1041
 
1190
- class TagResourceCommand extends Command
1191
- .classBuilder()
1192
- .ep(commonParams)
1193
- .m(function (Command, cs, config, o) {
1194
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1195
- })
1196
- .s("S3Vectors", "TagResource", {})
1197
- .n("S3VectorsClient", "TagResourceCommand")
1198
- .sc(TagResource$)
1199
- .build() {
1042
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1200
1043
  }
1201
1044
 
1202
- class UntagResourceCommand extends Command
1203
- .classBuilder()
1204
- .ep(commonParams)
1205
- .m(function (Command, cs, config, o) {
1206
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1207
- })
1208
- .s("S3Vectors", "UntagResource", {})
1209
- .n("S3VectorsClient", "UntagResourceCommand")
1210
- .sc(UntagResource$)
1211
- .build() {
1045
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1212
1046
  }
1213
1047
 
1214
1048
  const paginateListIndexes = createPaginator(S3VectorsClient, ListIndexesCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "S3Vectors", "S3VectorsClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateIndex$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateIndexCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "CreateIndex", {})
13
- .n("S3VectorsClient", "CreateIndexCommand")
14
- .sc(CreateIndex$)
15
- .build() {
3
+ export class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateVectorBucket$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateVectorBucketCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "CreateVectorBucket", {})
13
- .n("S3VectorsClient", "CreateVectorBucketCommand")
14
- .sc(CreateVectorBucket$)
15
- .build() {
3
+ export class CreateVectorBucketCommand extends command(_ep0, _mw0, "CreateVectorBucket", CreateVectorBucket$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteIndex$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteIndexCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "DeleteIndex", {})
13
- .n("S3VectorsClient", "DeleteIndexCommand")
14
- .sc(DeleteIndex$)
15
- .build() {
3
+ export class DeleteIndexCommand extends command(_ep0, _mw0, "DeleteIndex", DeleteIndex$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVectorBucket$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVectorBucketCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "DeleteVectorBucket", {})
13
- .n("S3VectorsClient", "DeleteVectorBucketCommand")
14
- .sc(DeleteVectorBucket$)
15
- .build() {
3
+ export class DeleteVectorBucketCommand extends command(_ep0, _mw0, "DeleteVectorBucket", DeleteVectorBucket$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVectorBucketPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVectorBucketPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "DeleteVectorBucketPolicy", {})
13
- .n("S3VectorsClient", "DeleteVectorBucketPolicyCommand")
14
- .sc(DeleteVectorBucketPolicy$)
15
- .build() {
3
+ export class DeleteVectorBucketPolicyCommand extends command(_ep0, _mw0, "DeleteVectorBucketPolicy", DeleteVectorBucketPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVectors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVectorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "DeleteVectors", {})
13
- .n("S3VectorsClient", "DeleteVectorsCommand")
14
- .sc(DeleteVectors$)
15
- .build() {
3
+ export class DeleteVectorsCommand extends command(_ep0, _mw0, "DeleteVectors", DeleteVectors$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetIndex$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetIndexCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "GetIndex", {})
13
- .n("S3VectorsClient", "GetIndexCommand")
14
- .sc(GetIndex$)
15
- .build() {
3
+ export class GetIndexCommand extends command(_ep0, _mw0, "GetIndex", GetIndex$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetVectorBucket$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetVectorBucketCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "GetVectorBucket", {})
13
- .n("S3VectorsClient", "GetVectorBucketCommand")
14
- .sc(GetVectorBucket$)
15
- .build() {
3
+ export class GetVectorBucketCommand extends command(_ep0, _mw0, "GetVectorBucket", GetVectorBucket$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetVectorBucketPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetVectorBucketPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "GetVectorBucketPolicy", {})
13
- .n("S3VectorsClient", "GetVectorBucketPolicyCommand")
14
- .sc(GetVectorBucketPolicy$)
15
- .build() {
3
+ export class GetVectorBucketPolicyCommand extends command(_ep0, _mw0, "GetVectorBucketPolicy", GetVectorBucketPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetVectors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetVectorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "GetVectors", {})
13
- .n("S3VectorsClient", "GetVectorsCommand")
14
- .sc(GetVectors$)
15
- .build() {
3
+ export class GetVectorsCommand extends command(_ep0, _mw0, "GetVectors", GetVectors$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListIndexes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListIndexesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "ListIndexes", {})
13
- .n("S3VectorsClient", "ListIndexesCommand")
14
- .sc(ListIndexes$)
15
- .build() {
3
+ export class ListIndexesCommand extends command(_ep0, _mw0, "ListIndexes", ListIndexes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "ListTagsForResource", {})
13
- .n("S3VectorsClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVectorBuckets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVectorBucketsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "ListVectorBuckets", {})
13
- .n("S3VectorsClient", "ListVectorBucketsCommand")
14
- .sc(ListVectorBuckets$)
15
- .build() {
3
+ export class ListVectorBucketsCommand extends command(_ep0, _mw0, "ListVectorBuckets", ListVectorBuckets$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVectors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVectorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "ListVectors", {})
13
- .n("S3VectorsClient", "ListVectorsCommand")
14
- .sc(ListVectors$)
15
- .build() {
3
+ export class ListVectorsCommand extends command(_ep0, _mw0, "ListVectors", ListVectors$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutVectorBucketPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutVectorBucketPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "PutVectorBucketPolicy", {})
13
- .n("S3VectorsClient", "PutVectorBucketPolicyCommand")
14
- .sc(PutVectorBucketPolicy$)
15
- .build() {
3
+ export class PutVectorBucketPolicyCommand extends command(_ep0, _mw0, "PutVectorBucketPolicy", PutVectorBucketPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutVectors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutVectorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "PutVectors", {})
13
- .n("S3VectorsClient", "PutVectorsCommand")
14
- .sc(PutVectors$)
15
- .build() {
3
+ export class PutVectorsCommand extends command(_ep0, _mw0, "PutVectors", PutVectors$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { QueryVectors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class QueryVectorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "QueryVectors", {})
13
- .n("S3VectorsClient", "QueryVectorsCommand")
14
- .sc(QueryVectors$)
15
- .build() {
3
+ export class QueryVectorsCommand extends command(_ep0, _mw0, "QueryVectors", QueryVectors$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Vectors", "TagResource", {})
13
- .n("S3VectorsClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }