@aws-sdk/client-neptunedata 3.649.0 → 3.651.1

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 (47) hide show
  1. package/dist-cjs/index.js +43 -129
  2. package/dist-es/commands/CancelGremlinQueryCommand.js +1 -3
  3. package/dist-es/commands/CancelLoaderJobCommand.js +1 -3
  4. package/dist-es/commands/CancelMLDataProcessingJobCommand.js +1 -3
  5. package/dist-es/commands/CancelMLModelTrainingJobCommand.js +1 -3
  6. package/dist-es/commands/CancelMLModelTransformJobCommand.js +1 -3
  7. package/dist-es/commands/CancelOpenCypherQueryCommand.js +1 -3
  8. package/dist-es/commands/CreateMLEndpointCommand.js +1 -3
  9. package/dist-es/commands/DeleteMLEndpointCommand.js +1 -3
  10. package/dist-es/commands/DeletePropertygraphStatisticsCommand.js +1 -3
  11. package/dist-es/commands/DeleteSparqlStatisticsCommand.js +1 -3
  12. package/dist-es/commands/ExecuteFastResetCommand.js +1 -3
  13. package/dist-es/commands/ExecuteGremlinExplainQueryCommand.js +1 -3
  14. package/dist-es/commands/ExecuteGremlinProfileQueryCommand.js +1 -3
  15. package/dist-es/commands/ExecuteGremlinQueryCommand.js +1 -3
  16. package/dist-es/commands/ExecuteOpenCypherExplainQueryCommand.js +1 -3
  17. package/dist-es/commands/ExecuteOpenCypherQueryCommand.js +1 -3
  18. package/dist-es/commands/GetEngineStatusCommand.js +1 -3
  19. package/dist-es/commands/GetGremlinQueryStatusCommand.js +1 -3
  20. package/dist-es/commands/GetLoaderJobStatusCommand.js +1 -3
  21. package/dist-es/commands/GetMLDataProcessingJobCommand.js +1 -3
  22. package/dist-es/commands/GetMLEndpointCommand.js +1 -3
  23. package/dist-es/commands/GetMLModelTrainingJobCommand.js +1 -3
  24. package/dist-es/commands/GetMLModelTransformJobCommand.js +1 -3
  25. package/dist-es/commands/GetOpenCypherQueryStatusCommand.js +1 -3
  26. package/dist-es/commands/GetPropertygraphStatisticsCommand.js +1 -3
  27. package/dist-es/commands/GetPropertygraphStreamCommand.js +1 -3
  28. package/dist-es/commands/GetPropertygraphSummaryCommand.js +1 -3
  29. package/dist-es/commands/GetRDFGraphSummaryCommand.js +1 -3
  30. package/dist-es/commands/GetSparqlStatisticsCommand.js +1 -3
  31. package/dist-es/commands/GetSparqlStreamCommand.js +1 -3
  32. package/dist-es/commands/ListGremlinQueriesCommand.js +1 -3
  33. package/dist-es/commands/ListLoaderJobsCommand.js +1 -3
  34. package/dist-es/commands/ListMLDataProcessingJobsCommand.js +1 -3
  35. package/dist-es/commands/ListMLEndpointsCommand.js +1 -3
  36. package/dist-es/commands/ListMLModelTrainingJobsCommand.js +1 -3
  37. package/dist-es/commands/ListMLModelTransformJobsCommand.js +1 -3
  38. package/dist-es/commands/ListOpenCypherQueriesCommand.js +1 -3
  39. package/dist-es/commands/ManagePropertygraphStatisticsCommand.js +1 -3
  40. package/dist-es/commands/ManageSparqlStatisticsCommand.js +1 -3
  41. package/dist-es/commands/StartLoaderJobCommand.js +1 -3
  42. package/dist-es/commands/StartMLDataProcessingJobCommand.js +1 -3
  43. package/dist-es/commands/StartMLModelTrainingJobCommand.js +1 -3
  44. package/dist-es/commands/StartMLModelTransformJobCommand.js +1 -3
  45. package/dist-es/endpoint/endpointResolver.js +7 -3
  46. package/package.json +5 -5
  47. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -3086,9 +3086,7 @@ var _s = "silent";
3086
3086
  var _se = "serializer";
3087
3087
 
3088
3088
  // src/commands/CancelGremlinQueryCommand.ts
3089
- var _CancelGremlinQueryCommand = class _CancelGremlinQueryCommand extends import_smithy_client.Command.classBuilder().ep({
3090
- ...commonParams
3091
- }).m(function(Command, cs, config, o) {
3089
+ var _CancelGremlinQueryCommand = class _CancelGremlinQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3092
3090
  return [
3093
3091
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3094
3092
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3102,9 +3100,7 @@ var CancelGremlinQueryCommand = _CancelGremlinQueryCommand;
3102
3100
 
3103
3101
 
3104
3102
 
3105
- var _CancelLoaderJobCommand = class _CancelLoaderJobCommand extends import_smithy_client.Command.classBuilder().ep({
3106
- ...commonParams
3107
- }).m(function(Command, cs, config, o) {
3103
+ var _CancelLoaderJobCommand = class _CancelLoaderJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3108
3104
  return [
3109
3105
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3110
3106
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3118,9 +3114,7 @@ var CancelLoaderJobCommand = _CancelLoaderJobCommand;
3118
3114
 
3119
3115
 
3120
3116
 
3121
- var _CancelMLDataProcessingJobCommand = class _CancelMLDataProcessingJobCommand extends import_smithy_client.Command.classBuilder().ep({
3122
- ...commonParams
3123
- }).m(function(Command, cs, config, o) {
3117
+ var _CancelMLDataProcessingJobCommand = class _CancelMLDataProcessingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3124
3118
  return [
3125
3119
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3126
3120
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3134,9 +3128,7 @@ var CancelMLDataProcessingJobCommand = _CancelMLDataProcessingJobCommand;
3134
3128
 
3135
3129
 
3136
3130
 
3137
- var _CancelMLModelTrainingJobCommand = class _CancelMLModelTrainingJobCommand extends import_smithy_client.Command.classBuilder().ep({
3138
- ...commonParams
3139
- }).m(function(Command, cs, config, o) {
3131
+ var _CancelMLModelTrainingJobCommand = class _CancelMLModelTrainingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3140
3132
  return [
3141
3133
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3142
3134
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3150,9 +3142,7 @@ var CancelMLModelTrainingJobCommand = _CancelMLModelTrainingJobCommand;
3150
3142
 
3151
3143
 
3152
3144
 
3153
- var _CancelMLModelTransformJobCommand = class _CancelMLModelTransformJobCommand extends import_smithy_client.Command.classBuilder().ep({
3154
- ...commonParams
3155
- }).m(function(Command, cs, config, o) {
3145
+ var _CancelMLModelTransformJobCommand = class _CancelMLModelTransformJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3156
3146
  return [
3157
3147
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3158
3148
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3166,9 +3156,7 @@ var CancelMLModelTransformJobCommand = _CancelMLModelTransformJobCommand;
3166
3156
 
3167
3157
 
3168
3158
 
3169
- var _CancelOpenCypherQueryCommand = class _CancelOpenCypherQueryCommand extends import_smithy_client.Command.classBuilder().ep({
3170
- ...commonParams
3171
- }).m(function(Command, cs, config, o) {
3159
+ var _CancelOpenCypherQueryCommand = class _CancelOpenCypherQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3172
3160
  return [
3173
3161
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3174
3162
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3182,9 +3170,7 @@ var CancelOpenCypherQueryCommand = _CancelOpenCypherQueryCommand;
3182
3170
 
3183
3171
 
3184
3172
 
3185
- var _CreateMLEndpointCommand = class _CreateMLEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
3186
- ...commonParams
3187
- }).m(function(Command, cs, config, o) {
3173
+ var _CreateMLEndpointCommand = class _CreateMLEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3188
3174
  return [
3189
3175
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3190
3176
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3198,9 +3184,7 @@ var CreateMLEndpointCommand = _CreateMLEndpointCommand;
3198
3184
 
3199
3185
 
3200
3186
 
3201
- var _DeleteMLEndpointCommand = class _DeleteMLEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
3202
- ...commonParams
3203
- }).m(function(Command, cs, config, o) {
3187
+ var _DeleteMLEndpointCommand = class _DeleteMLEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3204
3188
  return [
3205
3189
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3206
3190
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3214,9 +3198,7 @@ var DeleteMLEndpointCommand = _DeleteMLEndpointCommand;
3214
3198
 
3215
3199
 
3216
3200
 
3217
- var _DeletePropertygraphStatisticsCommand = class _DeletePropertygraphStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
3218
- ...commonParams
3219
- }).m(function(Command, cs, config, o) {
3201
+ var _DeletePropertygraphStatisticsCommand = class _DeletePropertygraphStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3220
3202
  return [
3221
3203
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3222
3204
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3230,9 +3212,7 @@ var DeletePropertygraphStatisticsCommand = _DeletePropertygraphStatisticsCommand
3230
3212
 
3231
3213
 
3232
3214
 
3233
- var _DeleteSparqlStatisticsCommand = class _DeleteSparqlStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
3234
- ...commonParams
3235
- }).m(function(Command, cs, config, o) {
3215
+ var _DeleteSparqlStatisticsCommand = class _DeleteSparqlStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3236
3216
  return [
3237
3217
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3238
3218
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3246,9 +3226,7 @@ var DeleteSparqlStatisticsCommand = _DeleteSparqlStatisticsCommand;
3246
3226
 
3247
3227
 
3248
3228
 
3249
- var _ExecuteFastResetCommand = class _ExecuteFastResetCommand extends import_smithy_client.Command.classBuilder().ep({
3250
- ...commonParams
3251
- }).m(function(Command, cs, config, o) {
3229
+ var _ExecuteFastResetCommand = class _ExecuteFastResetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3252
3230
  return [
3253
3231
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3254
3232
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3262,9 +3240,7 @@ var ExecuteFastResetCommand = _ExecuteFastResetCommand;
3262
3240
 
3263
3241
 
3264
3242
 
3265
- var _ExecuteGremlinExplainQueryCommand = class _ExecuteGremlinExplainQueryCommand extends import_smithy_client.Command.classBuilder().ep({
3266
- ...commonParams
3267
- }).m(function(Command, cs, config, o) {
3243
+ var _ExecuteGremlinExplainQueryCommand = class _ExecuteGremlinExplainQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3268
3244
  return [
3269
3245
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3270
3246
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3278,9 +3254,7 @@ var ExecuteGremlinExplainQueryCommand = _ExecuteGremlinExplainQueryCommand;
3278
3254
 
3279
3255
 
3280
3256
 
3281
- var _ExecuteGremlinProfileQueryCommand = class _ExecuteGremlinProfileQueryCommand extends import_smithy_client.Command.classBuilder().ep({
3282
- ...commonParams
3283
- }).m(function(Command, cs, config, o) {
3257
+ var _ExecuteGremlinProfileQueryCommand = class _ExecuteGremlinProfileQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3284
3258
  return [
3285
3259
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3286
3260
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3294,9 +3268,7 @@ var ExecuteGremlinProfileQueryCommand = _ExecuteGremlinProfileQueryCommand;
3294
3268
 
3295
3269
 
3296
3270
 
3297
- var _ExecuteGremlinQueryCommand = class _ExecuteGremlinQueryCommand extends import_smithy_client.Command.classBuilder().ep({
3298
- ...commonParams
3299
- }).m(function(Command, cs, config, o) {
3271
+ var _ExecuteGremlinQueryCommand = class _ExecuteGremlinQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3300
3272
  return [
3301
3273
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3302
3274
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3310,9 +3282,7 @@ var ExecuteGremlinQueryCommand = _ExecuteGremlinQueryCommand;
3310
3282
 
3311
3283
 
3312
3284
 
3313
- var _ExecuteOpenCypherExplainQueryCommand = class _ExecuteOpenCypherExplainQueryCommand extends import_smithy_client.Command.classBuilder().ep({
3314
- ...commonParams
3315
- }).m(function(Command, cs, config, o) {
3285
+ var _ExecuteOpenCypherExplainQueryCommand = class _ExecuteOpenCypherExplainQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3316
3286
  return [
3317
3287
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3318
3288
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3326,9 +3296,7 @@ var ExecuteOpenCypherExplainQueryCommand = _ExecuteOpenCypherExplainQueryCommand
3326
3296
 
3327
3297
 
3328
3298
 
3329
- var _ExecuteOpenCypherQueryCommand = class _ExecuteOpenCypherQueryCommand extends import_smithy_client.Command.classBuilder().ep({
3330
- ...commonParams
3331
- }).m(function(Command, cs, config, o) {
3299
+ var _ExecuteOpenCypherQueryCommand = class _ExecuteOpenCypherQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3332
3300
  return [
3333
3301
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3334
3302
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3342,9 +3310,7 @@ var ExecuteOpenCypherQueryCommand = _ExecuteOpenCypherQueryCommand;
3342
3310
 
3343
3311
 
3344
3312
 
3345
- var _GetEngineStatusCommand = class _GetEngineStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3346
- ...commonParams
3347
- }).m(function(Command, cs, config, o) {
3313
+ var _GetEngineStatusCommand = class _GetEngineStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3348
3314
  return [
3349
3315
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3350
3316
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3358,9 +3324,7 @@ var GetEngineStatusCommand = _GetEngineStatusCommand;
3358
3324
 
3359
3325
 
3360
3326
 
3361
- var _GetGremlinQueryStatusCommand = class _GetGremlinQueryStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3362
- ...commonParams
3363
- }).m(function(Command, cs, config, o) {
3327
+ var _GetGremlinQueryStatusCommand = class _GetGremlinQueryStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3364
3328
  return [
3365
3329
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3366
3330
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3374,9 +3338,7 @@ var GetGremlinQueryStatusCommand = _GetGremlinQueryStatusCommand;
3374
3338
 
3375
3339
 
3376
3340
 
3377
- var _GetLoaderJobStatusCommand = class _GetLoaderJobStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3378
- ...commonParams
3379
- }).m(function(Command, cs, config, o) {
3341
+ var _GetLoaderJobStatusCommand = class _GetLoaderJobStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3380
3342
  return [
3381
3343
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3382
3344
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3390,9 +3352,7 @@ var GetLoaderJobStatusCommand = _GetLoaderJobStatusCommand;
3390
3352
 
3391
3353
 
3392
3354
 
3393
- var _GetMLDataProcessingJobCommand = class _GetMLDataProcessingJobCommand extends import_smithy_client.Command.classBuilder().ep({
3394
- ...commonParams
3395
- }).m(function(Command, cs, config, o) {
3355
+ var _GetMLDataProcessingJobCommand = class _GetMLDataProcessingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3396
3356
  return [
3397
3357
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3398
3358
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3406,9 +3366,7 @@ var GetMLDataProcessingJobCommand = _GetMLDataProcessingJobCommand;
3406
3366
 
3407
3367
 
3408
3368
 
3409
- var _GetMLEndpointCommand = class _GetMLEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
3410
- ...commonParams
3411
- }).m(function(Command, cs, config, o) {
3369
+ var _GetMLEndpointCommand = class _GetMLEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3412
3370
  return [
3413
3371
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3414
3372
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3422,9 +3380,7 @@ var GetMLEndpointCommand = _GetMLEndpointCommand;
3422
3380
 
3423
3381
 
3424
3382
 
3425
- var _GetMLModelTrainingJobCommand = class _GetMLModelTrainingJobCommand extends import_smithy_client.Command.classBuilder().ep({
3426
- ...commonParams
3427
- }).m(function(Command, cs, config, o) {
3383
+ var _GetMLModelTrainingJobCommand = class _GetMLModelTrainingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3428
3384
  return [
3429
3385
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3430
3386
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3438,9 +3394,7 @@ var GetMLModelTrainingJobCommand = _GetMLModelTrainingJobCommand;
3438
3394
 
3439
3395
 
3440
3396
 
3441
- var _GetMLModelTransformJobCommand = class _GetMLModelTransformJobCommand extends import_smithy_client.Command.classBuilder().ep({
3442
- ...commonParams
3443
- }).m(function(Command, cs, config, o) {
3397
+ var _GetMLModelTransformJobCommand = class _GetMLModelTransformJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3444
3398
  return [
3445
3399
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3446
3400
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3454,9 +3408,7 @@ var GetMLModelTransformJobCommand = _GetMLModelTransformJobCommand;
3454
3408
 
3455
3409
 
3456
3410
 
3457
- var _GetOpenCypherQueryStatusCommand = class _GetOpenCypherQueryStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3458
- ...commonParams
3459
- }).m(function(Command, cs, config, o) {
3411
+ var _GetOpenCypherQueryStatusCommand = class _GetOpenCypherQueryStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3460
3412
  return [
3461
3413
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3462
3414
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3470,9 +3422,7 @@ var GetOpenCypherQueryStatusCommand = _GetOpenCypherQueryStatusCommand;
3470
3422
 
3471
3423
 
3472
3424
 
3473
- var _GetPropertygraphStatisticsCommand = class _GetPropertygraphStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
3474
- ...commonParams
3475
- }).m(function(Command, cs, config, o) {
3425
+ var _GetPropertygraphStatisticsCommand = class _GetPropertygraphStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3476
3426
  return [
3477
3427
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3478
3428
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3486,9 +3436,7 @@ var GetPropertygraphStatisticsCommand = _GetPropertygraphStatisticsCommand;
3486
3436
 
3487
3437
 
3488
3438
 
3489
- var _GetPropertygraphStreamCommand = class _GetPropertygraphStreamCommand extends import_smithy_client.Command.classBuilder().ep({
3490
- ...commonParams
3491
- }).m(function(Command, cs, config, o) {
3439
+ var _GetPropertygraphStreamCommand = class _GetPropertygraphStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3492
3440
  return [
3493
3441
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3494
3442
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3502,9 +3450,7 @@ var GetPropertygraphStreamCommand = _GetPropertygraphStreamCommand;
3502
3450
 
3503
3451
 
3504
3452
 
3505
- var _GetPropertygraphSummaryCommand = class _GetPropertygraphSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
3506
- ...commonParams
3507
- }).m(function(Command, cs, config, o) {
3453
+ var _GetPropertygraphSummaryCommand = class _GetPropertygraphSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3508
3454
  return [
3509
3455
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3510
3456
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3518,9 +3464,7 @@ var GetPropertygraphSummaryCommand = _GetPropertygraphSummaryCommand;
3518
3464
 
3519
3465
 
3520
3466
 
3521
- var _GetRDFGraphSummaryCommand = class _GetRDFGraphSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
3522
- ...commonParams
3523
- }).m(function(Command, cs, config, o) {
3467
+ var _GetRDFGraphSummaryCommand = class _GetRDFGraphSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3524
3468
  return [
3525
3469
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3526
3470
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3534,9 +3478,7 @@ var GetRDFGraphSummaryCommand = _GetRDFGraphSummaryCommand;
3534
3478
 
3535
3479
 
3536
3480
 
3537
- var _GetSparqlStatisticsCommand = class _GetSparqlStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
3538
- ...commonParams
3539
- }).m(function(Command, cs, config, o) {
3481
+ var _GetSparqlStatisticsCommand = class _GetSparqlStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3540
3482
  return [
3541
3483
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3542
3484
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3550,9 +3492,7 @@ var GetSparqlStatisticsCommand = _GetSparqlStatisticsCommand;
3550
3492
 
3551
3493
 
3552
3494
 
3553
- var _GetSparqlStreamCommand = class _GetSparqlStreamCommand extends import_smithy_client.Command.classBuilder().ep({
3554
- ...commonParams
3555
- }).m(function(Command, cs, config, o) {
3495
+ var _GetSparqlStreamCommand = class _GetSparqlStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3556
3496
  return [
3557
3497
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3558
3498
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3566,9 +3506,7 @@ var GetSparqlStreamCommand = _GetSparqlStreamCommand;
3566
3506
 
3567
3507
 
3568
3508
 
3569
- var _ListGremlinQueriesCommand = class _ListGremlinQueriesCommand extends import_smithy_client.Command.classBuilder().ep({
3570
- ...commonParams
3571
- }).m(function(Command, cs, config, o) {
3509
+ var _ListGremlinQueriesCommand = class _ListGremlinQueriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3572
3510
  return [
3573
3511
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3574
3512
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3582,9 +3520,7 @@ var ListGremlinQueriesCommand = _ListGremlinQueriesCommand;
3582
3520
 
3583
3521
 
3584
3522
 
3585
- var _ListLoaderJobsCommand = class _ListLoaderJobsCommand extends import_smithy_client.Command.classBuilder().ep({
3586
- ...commonParams
3587
- }).m(function(Command, cs, config, o) {
3523
+ var _ListLoaderJobsCommand = class _ListLoaderJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3588
3524
  return [
3589
3525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3590
3526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3598,9 +3534,7 @@ var ListLoaderJobsCommand = _ListLoaderJobsCommand;
3598
3534
 
3599
3535
 
3600
3536
 
3601
- var _ListMLDataProcessingJobsCommand = class _ListMLDataProcessingJobsCommand extends import_smithy_client.Command.classBuilder().ep({
3602
- ...commonParams
3603
- }).m(function(Command, cs, config, o) {
3537
+ var _ListMLDataProcessingJobsCommand = class _ListMLDataProcessingJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3604
3538
  return [
3605
3539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3606
3540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3614,9 +3548,7 @@ var ListMLDataProcessingJobsCommand = _ListMLDataProcessingJobsCommand;
3614
3548
 
3615
3549
 
3616
3550
 
3617
- var _ListMLEndpointsCommand = class _ListMLEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
3618
- ...commonParams
3619
- }).m(function(Command, cs, config, o) {
3551
+ var _ListMLEndpointsCommand = class _ListMLEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3620
3552
  return [
3621
3553
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3622
3554
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3630,9 +3562,7 @@ var ListMLEndpointsCommand = _ListMLEndpointsCommand;
3630
3562
 
3631
3563
 
3632
3564
 
3633
- var _ListMLModelTrainingJobsCommand = class _ListMLModelTrainingJobsCommand extends import_smithy_client.Command.classBuilder().ep({
3634
- ...commonParams
3635
- }).m(function(Command, cs, config, o) {
3565
+ var _ListMLModelTrainingJobsCommand = class _ListMLModelTrainingJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3636
3566
  return [
3637
3567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3638
3568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3646,9 +3576,7 @@ var ListMLModelTrainingJobsCommand = _ListMLModelTrainingJobsCommand;
3646
3576
 
3647
3577
 
3648
3578
 
3649
- var _ListMLModelTransformJobsCommand = class _ListMLModelTransformJobsCommand extends import_smithy_client.Command.classBuilder().ep({
3650
- ...commonParams
3651
- }).m(function(Command, cs, config, o) {
3579
+ var _ListMLModelTransformJobsCommand = class _ListMLModelTransformJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3652
3580
  return [
3653
3581
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3654
3582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3662,9 +3590,7 @@ var ListMLModelTransformJobsCommand = _ListMLModelTransformJobsCommand;
3662
3590
 
3663
3591
 
3664
3592
 
3665
- var _ListOpenCypherQueriesCommand = class _ListOpenCypherQueriesCommand extends import_smithy_client.Command.classBuilder().ep({
3666
- ...commonParams
3667
- }).m(function(Command, cs, config, o) {
3593
+ var _ListOpenCypherQueriesCommand = class _ListOpenCypherQueriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3668
3594
  return [
3669
3595
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3670
3596
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3678,9 +3604,7 @@ var ListOpenCypherQueriesCommand = _ListOpenCypherQueriesCommand;
3678
3604
 
3679
3605
 
3680
3606
 
3681
- var _ManagePropertygraphStatisticsCommand = class _ManagePropertygraphStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
3682
- ...commonParams
3683
- }).m(function(Command, cs, config, o) {
3607
+ var _ManagePropertygraphStatisticsCommand = class _ManagePropertygraphStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3684
3608
  return [
3685
3609
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3686
3610
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3694,9 +3618,7 @@ var ManagePropertygraphStatisticsCommand = _ManagePropertygraphStatisticsCommand
3694
3618
 
3695
3619
 
3696
3620
 
3697
- var _ManageSparqlStatisticsCommand = class _ManageSparqlStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
3698
- ...commonParams
3699
- }).m(function(Command, cs, config, o) {
3621
+ var _ManageSparqlStatisticsCommand = class _ManageSparqlStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3700
3622
  return [
3701
3623
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3702
3624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3710,9 +3632,7 @@ var ManageSparqlStatisticsCommand = _ManageSparqlStatisticsCommand;
3710
3632
 
3711
3633
 
3712
3634
 
3713
- var _StartLoaderJobCommand = class _StartLoaderJobCommand extends import_smithy_client.Command.classBuilder().ep({
3714
- ...commonParams
3715
- }).m(function(Command, cs, config, o) {
3635
+ var _StartLoaderJobCommand = class _StartLoaderJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3716
3636
  return [
3717
3637
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3718
3638
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3726,9 +3646,7 @@ var StartLoaderJobCommand = _StartLoaderJobCommand;
3726
3646
 
3727
3647
 
3728
3648
 
3729
- var _StartMLDataProcessingJobCommand = class _StartMLDataProcessingJobCommand extends import_smithy_client.Command.classBuilder().ep({
3730
- ...commonParams
3731
- }).m(function(Command, cs, config, o) {
3649
+ var _StartMLDataProcessingJobCommand = class _StartMLDataProcessingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3732
3650
  return [
3733
3651
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3734
3652
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3742,9 +3660,7 @@ var StartMLDataProcessingJobCommand = _StartMLDataProcessingJobCommand;
3742
3660
 
3743
3661
 
3744
3662
 
3745
- var _StartMLModelTrainingJobCommand = class _StartMLModelTrainingJobCommand extends import_smithy_client.Command.classBuilder().ep({
3746
- ...commonParams
3747
- }).m(function(Command, cs, config, o) {
3663
+ var _StartMLModelTrainingJobCommand = class _StartMLModelTrainingJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3748
3664
  return [
3749
3665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3750
3666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3758,9 +3674,7 @@ var StartMLModelTrainingJobCommand = _StartMLModelTrainingJobCommand;
3758
3674
 
3759
3675
 
3760
3676
 
3761
- var _StartMLModelTransformJobCommand = class _StartMLModelTransformJobCommand extends import_smithy_client.Command.classBuilder().ep({
3762
- ...commonParams
3763
- }).m(function(Command, cs, config, o) {
3677
+ var _StartMLModelTransformJobCommand = class _StartMLModelTransformJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3764
3678
  return [
3765
3679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3766
3680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CancelGremlinQueryCommand, se_CancelGremlinQueryCommand } from "../p
6
6
  export { $Command };
7
7
  export class CancelGremlinQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelLoaderJobCommand, se_CancelLoaderJobCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CancelLoaderJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelMLDataProcessingJobCommand, se_CancelMLDataProcessingJobComman
6
6
  export { $Command };
7
7
  export class CancelMLDataProcessingJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelMLModelTrainingJobCommand, se_CancelMLModelTrainingJobCommand
6
6
  export { $Command };
7
7
  export class CancelMLModelTrainingJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelMLModelTransformJobCommand, se_CancelMLModelTransformJobComman
6
6
  export { $Command };
7
7
  export class CancelMLModelTransformJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelOpenCypherQueryCommand, se_CancelOpenCypherQueryCommand } from
6
6
  export { $Command };
7
7
  export class CancelOpenCypherQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateMLEndpointCommand, se_CreateMLEndpointCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateMLEndpointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteMLEndpointCommand, se_DeleteMLEndpointCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteMLEndpointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePropertygraphStatisticsCommand, se_DeletePropertygraphStatisti
6
6
  export { $Command };
7
7
  export class DeletePropertygraphStatisticsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSparqlStatisticsCommand, se_DeleteSparqlStatisticsCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteSparqlStatisticsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteFastResetCommand, se_ExecuteFastResetCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ExecuteFastResetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteGremlinExplainQueryCommand, se_ExecuteGremlinExplainQueryComm
6
6
  export { $Command };
7
7
  export class ExecuteGremlinExplainQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteGremlinProfileQueryCommand, se_ExecuteGremlinProfileQueryComm
6
6
  export { $Command };
7
7
  export class ExecuteGremlinProfileQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteGremlinQueryCommand, se_ExecuteGremlinQueryCommand } from "..
6
6
  export { $Command };
7
7
  export class ExecuteGremlinQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteOpenCypherExplainQueryCommand, se_ExecuteOpenCypherExplainQue
6
6
  export { $Command };
7
7
  export class ExecuteOpenCypherExplainQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteOpenCypherQueryCommand, se_ExecuteOpenCypherQueryCommand } fr
6
6
  export { $Command };
7
7
  export class ExecuteOpenCypherQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetEngineStatusCommand, se_GetEngineStatusCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetEngineStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetGremlinQueryStatusCommand, se_GetGremlinQueryStatusCommand } from
6
6
  export { $Command };
7
7
  export class GetGremlinQueryStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetLoaderJobStatusCommand, se_GetLoaderJobStatusCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetLoaderJobStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetMLDataProcessingJobCommand, se_GetMLDataProcessingJobCommand } fr
6
6
  export { $Command };
7
7
  export class GetMLDataProcessingJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetMLEndpointCommand, se_GetMLEndpointCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetMLEndpointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetMLModelTrainingJobCommand, se_GetMLModelTrainingJobCommand } from
6
6
  export { $Command };
7
7
  export class GetMLModelTrainingJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetMLModelTransformJobCommand, se_GetMLModelTransformJobCommand } fr
6
6
  export { $Command };
7
7
  export class GetMLModelTransformJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetOpenCypherQueryStatusCommand, se_GetOpenCypherQueryStatusCommand
6
6
  export { $Command };
7
7
  export class GetOpenCypherQueryStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetPropertygraphStatisticsCommand, se_GetPropertygraphStatisticsComm
6
6
  export { $Command };
7
7
  export class GetPropertygraphStatisticsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetPropertygraphStreamCommand, se_GetPropertygraphStreamCommand } fr
6
6
  export { $Command };
7
7
  export class GetPropertygraphStreamCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetPropertygraphSummaryCommand, se_GetPropertygraphSummaryCommand }
6
6
  export { $Command };
7
7
  export class GetPropertygraphSummaryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetRDFGraphSummaryCommand, se_GetRDFGraphSummaryCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetRDFGraphSummaryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSparqlStatisticsCommand, se_GetSparqlStatisticsCommand } from "..
6
6
  export { $Command };
7
7
  export class GetSparqlStatisticsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSparqlStreamCommand, se_GetSparqlStreamCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetSparqlStreamCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListGremlinQueriesCommand, se_ListGremlinQueriesCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListGremlinQueriesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListLoaderJobsCommand, se_ListLoaderJobsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListLoaderJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListMLDataProcessingJobsCommand, se_ListMLDataProcessingJobsCommand
6
6
  export { $Command };
7
7
  export class ListMLDataProcessingJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListMLEndpointsCommand, se_ListMLEndpointsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListMLEndpointsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListMLModelTrainingJobsCommand, se_ListMLModelTrainingJobsCommand }
6
6
  export { $Command };
7
7
  export class ListMLModelTrainingJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListMLModelTransformJobsCommand, se_ListMLModelTransformJobsCommand
6
6
  export { $Command };
7
7
  export class ListMLModelTransformJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListOpenCypherQueriesCommand, se_ListOpenCypherQueriesCommand } from
6
6
  export { $Command };
7
7
  export class ListOpenCypherQueriesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ManagePropertygraphStatisticsCommand, se_ManagePropertygraphStatisti
6
6
  export { $Command };
7
7
  export class ManagePropertygraphStatisticsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ManageSparqlStatisticsCommand, se_ManageSparqlStatisticsCommand } fr
6
6
  export { $Command };
7
7
  export class ManageSparqlStatisticsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartLoaderJobCommand, se_StartLoaderJobCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class StartLoaderJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartMLDataProcessingJobCommand, se_StartMLDataProcessingJobCommand
6
6
  export { $Command };
7
7
  export class StartMLDataProcessingJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartMLModelTrainingJobCommand, se_StartMLModelTrainingJobCommand }
6
6
  export { $Command };
7
7
  export class StartMLModelTrainingJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartMLModelTransformJobCommand, se_StartMLModelTransformJobCommand
6
6
  export { $Command };
7
7
  export class StartMLModelTransformJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-neptunedata",
3
3
  "description": "AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.651.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-neptunedata",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
9
- }
10
- ]
11
- }