@aws-sdk/client-device-farm 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +77 -231
- package/dist-es/commands/CreateDevicePoolCommand.js +1 -3
- package/dist-es/commands/CreateInstanceProfileCommand.js +1 -3
- package/dist-es/commands/CreateNetworkProfileCommand.js +1 -3
- package/dist-es/commands/CreateProjectCommand.js +1 -3
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +1 -3
- package/dist-es/commands/CreateTestGridProjectCommand.js +1 -3
- package/dist-es/commands/CreateTestGridUrlCommand.js +1 -3
- package/dist-es/commands/CreateUploadCommand.js +1 -3
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteDevicePoolCommand.js +1 -3
- package/dist-es/commands/DeleteInstanceProfileCommand.js +1 -3
- package/dist-es/commands/DeleteNetworkProfileCommand.js +1 -3
- package/dist-es/commands/DeleteProjectCommand.js +1 -3
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +1 -3
- package/dist-es/commands/DeleteRunCommand.js +1 -3
- package/dist-es/commands/DeleteTestGridProjectCommand.js +1 -3
- package/dist-es/commands/DeleteUploadCommand.js +1 -3
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +1 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +1 -3
- package/dist-es/commands/GetDeviceCommand.js +1 -3
- package/dist-es/commands/GetDeviceInstanceCommand.js +1 -3
- package/dist-es/commands/GetDevicePoolCommand.js +1 -3
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +1 -3
- package/dist-es/commands/GetInstanceProfileCommand.js +1 -3
- package/dist-es/commands/GetJobCommand.js +1 -3
- package/dist-es/commands/GetNetworkProfileCommand.js +1 -3
- package/dist-es/commands/GetOfferingStatusCommand.js +1 -3
- package/dist-es/commands/GetProjectCommand.js +1 -3
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +1 -3
- package/dist-es/commands/GetRunCommand.js +1 -3
- package/dist-es/commands/GetSuiteCommand.js +1 -3
- package/dist-es/commands/GetTestCommand.js +1 -3
- package/dist-es/commands/GetTestGridProjectCommand.js +1 -3
- package/dist-es/commands/GetTestGridSessionCommand.js +1 -3
- package/dist-es/commands/GetUploadCommand.js +1 -3
- package/dist-es/commands/GetVPCEConfigurationCommand.js +1 -3
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +1 -3
- package/dist-es/commands/ListArtifactsCommand.js +1 -3
- package/dist-es/commands/ListDeviceInstancesCommand.js +1 -3
- package/dist-es/commands/ListDevicePoolsCommand.js +1 -3
- package/dist-es/commands/ListDevicesCommand.js +1 -3
- package/dist-es/commands/ListInstanceProfilesCommand.js +1 -3
- package/dist-es/commands/ListJobsCommand.js +1 -3
- package/dist-es/commands/ListNetworkProfilesCommand.js +1 -3
- package/dist-es/commands/ListOfferingPromotionsCommand.js +1 -3
- package/dist-es/commands/ListOfferingTransactionsCommand.js +1 -3
- package/dist-es/commands/ListOfferingsCommand.js +1 -3
- package/dist-es/commands/ListProjectsCommand.js +1 -3
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +1 -3
- package/dist-es/commands/ListRunsCommand.js +1 -3
- package/dist-es/commands/ListSamplesCommand.js +1 -3
- package/dist-es/commands/ListSuitesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTestGridProjectsCommand.js +1 -3
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +1 -3
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +1 -3
- package/dist-es/commands/ListTestGridSessionsCommand.js +1 -3
- package/dist-es/commands/ListTestsCommand.js +1 -3
- package/dist-es/commands/ListUniqueProblemsCommand.js +1 -3
- package/dist-es/commands/ListUploadsCommand.js +1 -3
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +1 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +1 -3
- package/dist-es/commands/RenewOfferingCommand.js +1 -3
- package/dist-es/commands/ScheduleRunCommand.js +1 -3
- package/dist-es/commands/StopJobCommand.js +1 -3
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +1 -3
- package/dist-es/commands/StopRunCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +1 -3
- package/dist-es/commands/UpdateDevicePoolCommand.js +1 -3
- package/dist-es/commands/UpdateInstanceProfileCommand.js +1 -3
- package/dist-es/commands/UpdateNetworkProfileCommand.js +1 -3
- package/dist-es/commands/UpdateProjectCommand.js +1 -3
- package/dist-es/commands/UpdateTestGridProjectCommand.js +1 -3
- package/dist-es/commands/UpdateUploadCommand.js +1 -3
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -3172,9 +3172,7 @@ function sharedHeaders(operation) {
|
|
|
3172
3172
|
__name(sharedHeaders, "sharedHeaders");
|
|
3173
3173
|
|
|
3174
3174
|
// src/commands/CreateDevicePoolCommand.ts
|
|
3175
|
-
var _CreateDevicePoolCommand = class _CreateDevicePoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3176
|
-
...commonParams
|
|
3177
|
-
}).m(function(Command, cs, config, o) {
|
|
3175
|
+
var _CreateDevicePoolCommand = class _CreateDevicePoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3178
3176
|
return [
|
|
3179
3177
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3180
3178
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3188,9 +3186,7 @@ var CreateDevicePoolCommand = _CreateDevicePoolCommand;
|
|
|
3188
3186
|
|
|
3189
3187
|
|
|
3190
3188
|
|
|
3191
|
-
var _CreateInstanceProfileCommand = class _CreateInstanceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3192
|
-
...commonParams
|
|
3193
|
-
}).m(function(Command, cs, config, o) {
|
|
3189
|
+
var _CreateInstanceProfileCommand = class _CreateInstanceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3194
3190
|
return [
|
|
3195
3191
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3196
3192
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3204,9 +3200,7 @@ var CreateInstanceProfileCommand = _CreateInstanceProfileCommand;
|
|
|
3204
3200
|
|
|
3205
3201
|
|
|
3206
3202
|
|
|
3207
|
-
var _CreateNetworkProfileCommand = class _CreateNetworkProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3208
|
-
...commonParams
|
|
3209
|
-
}).m(function(Command, cs, config, o) {
|
|
3203
|
+
var _CreateNetworkProfileCommand = class _CreateNetworkProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3210
3204
|
return [
|
|
3211
3205
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3212
3206
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3220,9 +3214,7 @@ var CreateNetworkProfileCommand = _CreateNetworkProfileCommand;
|
|
|
3220
3214
|
|
|
3221
3215
|
|
|
3222
3216
|
|
|
3223
|
-
var _CreateProjectCommand = class _CreateProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3224
|
-
...commonParams
|
|
3225
|
-
}).m(function(Command, cs, config, o) {
|
|
3217
|
+
var _CreateProjectCommand = class _CreateProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3226
3218
|
return [
|
|
3227
3219
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3228
3220
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3236,9 +3228,7 @@ var CreateProjectCommand = _CreateProjectCommand;
|
|
|
3236
3228
|
|
|
3237
3229
|
|
|
3238
3230
|
|
|
3239
|
-
var _CreateRemoteAccessSessionCommand = class _CreateRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3240
|
-
...commonParams
|
|
3241
|
-
}).m(function(Command, cs, config, o) {
|
|
3231
|
+
var _CreateRemoteAccessSessionCommand = class _CreateRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3242
3232
|
return [
|
|
3243
3233
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3244
3234
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3252,9 +3242,7 @@ var CreateRemoteAccessSessionCommand = _CreateRemoteAccessSessionCommand;
|
|
|
3252
3242
|
|
|
3253
3243
|
|
|
3254
3244
|
|
|
3255
|
-
var _CreateTestGridProjectCommand = class _CreateTestGridProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3256
|
-
...commonParams
|
|
3257
|
-
}).m(function(Command, cs, config, o) {
|
|
3245
|
+
var _CreateTestGridProjectCommand = class _CreateTestGridProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3258
3246
|
return [
|
|
3259
3247
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3260
3248
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3268,9 +3256,7 @@ var CreateTestGridProjectCommand = _CreateTestGridProjectCommand;
|
|
|
3268
3256
|
|
|
3269
3257
|
|
|
3270
3258
|
|
|
3271
|
-
var _CreateTestGridUrlCommand = class _CreateTestGridUrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3272
|
-
...commonParams
|
|
3273
|
-
}).m(function(Command, cs, config, o) {
|
|
3259
|
+
var _CreateTestGridUrlCommand = class _CreateTestGridUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3274
3260
|
return [
|
|
3275
3261
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3276
3262
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3284,9 +3270,7 @@ var CreateTestGridUrlCommand = _CreateTestGridUrlCommand;
|
|
|
3284
3270
|
|
|
3285
3271
|
|
|
3286
3272
|
|
|
3287
|
-
var _CreateUploadCommand = class _CreateUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3288
|
-
...commonParams
|
|
3289
|
-
}).m(function(Command, cs, config, o) {
|
|
3273
|
+
var _CreateUploadCommand = class _CreateUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3290
3274
|
return [
|
|
3291
3275
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3292
3276
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3300,9 +3284,7 @@ var CreateUploadCommand = _CreateUploadCommand;
|
|
|
3300
3284
|
|
|
3301
3285
|
|
|
3302
3286
|
|
|
3303
|
-
var _CreateVPCEConfigurationCommand = class _CreateVPCEConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3304
|
-
...commonParams
|
|
3305
|
-
}).m(function(Command, cs, config, o) {
|
|
3287
|
+
var _CreateVPCEConfigurationCommand = class _CreateVPCEConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3306
3288
|
return [
|
|
3307
3289
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3308
3290
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3316,9 +3298,7 @@ var CreateVPCEConfigurationCommand = _CreateVPCEConfigurationCommand;
|
|
|
3316
3298
|
|
|
3317
3299
|
|
|
3318
3300
|
|
|
3319
|
-
var _DeleteDevicePoolCommand = class _DeleteDevicePoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3320
|
-
...commonParams
|
|
3321
|
-
}).m(function(Command, cs, config, o) {
|
|
3301
|
+
var _DeleteDevicePoolCommand = class _DeleteDevicePoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3322
3302
|
return [
|
|
3323
3303
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3324
3304
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3332,9 +3312,7 @@ var DeleteDevicePoolCommand = _DeleteDevicePoolCommand;
|
|
|
3332
3312
|
|
|
3333
3313
|
|
|
3334
3314
|
|
|
3335
|
-
var _DeleteInstanceProfileCommand = class _DeleteInstanceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3336
|
-
...commonParams
|
|
3337
|
-
}).m(function(Command, cs, config, o) {
|
|
3315
|
+
var _DeleteInstanceProfileCommand = class _DeleteInstanceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3338
3316
|
return [
|
|
3339
3317
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3340
3318
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3348,9 +3326,7 @@ var DeleteInstanceProfileCommand = _DeleteInstanceProfileCommand;
|
|
|
3348
3326
|
|
|
3349
3327
|
|
|
3350
3328
|
|
|
3351
|
-
var _DeleteNetworkProfileCommand = class _DeleteNetworkProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3352
|
-
...commonParams
|
|
3353
|
-
}).m(function(Command, cs, config, o) {
|
|
3329
|
+
var _DeleteNetworkProfileCommand = class _DeleteNetworkProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3354
3330
|
return [
|
|
3355
3331
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3356
3332
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3364,9 +3340,7 @@ var DeleteNetworkProfileCommand = _DeleteNetworkProfileCommand;
|
|
|
3364
3340
|
|
|
3365
3341
|
|
|
3366
3342
|
|
|
3367
|
-
var _DeleteProjectCommand = class _DeleteProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3368
|
-
...commonParams
|
|
3369
|
-
}).m(function(Command, cs, config, o) {
|
|
3343
|
+
var _DeleteProjectCommand = class _DeleteProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3370
3344
|
return [
|
|
3371
3345
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3372
3346
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3380,9 +3354,7 @@ var DeleteProjectCommand = _DeleteProjectCommand;
|
|
|
3380
3354
|
|
|
3381
3355
|
|
|
3382
3356
|
|
|
3383
|
-
var _DeleteRemoteAccessSessionCommand = class _DeleteRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3384
|
-
...commonParams
|
|
3385
|
-
}).m(function(Command, cs, config, o) {
|
|
3357
|
+
var _DeleteRemoteAccessSessionCommand = class _DeleteRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3386
3358
|
return [
|
|
3387
3359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3388
3360
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3396,9 +3368,7 @@ var DeleteRemoteAccessSessionCommand = _DeleteRemoteAccessSessionCommand;
|
|
|
3396
3368
|
|
|
3397
3369
|
|
|
3398
3370
|
|
|
3399
|
-
var _DeleteRunCommand = class _DeleteRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3400
|
-
...commonParams
|
|
3401
|
-
}).m(function(Command, cs, config, o) {
|
|
3371
|
+
var _DeleteRunCommand = class _DeleteRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3402
3372
|
return [
|
|
3403
3373
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3404
3374
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3412,9 +3382,7 @@ var DeleteRunCommand = _DeleteRunCommand;
|
|
|
3412
3382
|
|
|
3413
3383
|
|
|
3414
3384
|
|
|
3415
|
-
var _DeleteTestGridProjectCommand = class _DeleteTestGridProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3416
|
-
...commonParams
|
|
3417
|
-
}).m(function(Command, cs, config, o) {
|
|
3385
|
+
var _DeleteTestGridProjectCommand = class _DeleteTestGridProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3418
3386
|
return [
|
|
3419
3387
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3420
3388
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3428,9 +3396,7 @@ var DeleteTestGridProjectCommand = _DeleteTestGridProjectCommand;
|
|
|
3428
3396
|
|
|
3429
3397
|
|
|
3430
3398
|
|
|
3431
|
-
var _DeleteUploadCommand = class _DeleteUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3432
|
-
...commonParams
|
|
3433
|
-
}).m(function(Command, cs, config, o) {
|
|
3399
|
+
var _DeleteUploadCommand = class _DeleteUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3434
3400
|
return [
|
|
3435
3401
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3436
3402
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3444,9 +3410,7 @@ var DeleteUploadCommand = _DeleteUploadCommand;
|
|
|
3444
3410
|
|
|
3445
3411
|
|
|
3446
3412
|
|
|
3447
|
-
var _DeleteVPCEConfigurationCommand = class _DeleteVPCEConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3448
|
-
...commonParams
|
|
3449
|
-
}).m(function(Command, cs, config, o) {
|
|
3413
|
+
var _DeleteVPCEConfigurationCommand = class _DeleteVPCEConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3450
3414
|
return [
|
|
3451
3415
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3452
3416
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3460,9 +3424,7 @@ var DeleteVPCEConfigurationCommand = _DeleteVPCEConfigurationCommand;
|
|
|
3460
3424
|
|
|
3461
3425
|
|
|
3462
3426
|
|
|
3463
|
-
var _GetAccountSettingsCommand = class _GetAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3464
|
-
...commonParams
|
|
3465
|
-
}).m(function(Command, cs, config, o) {
|
|
3427
|
+
var _GetAccountSettingsCommand = class _GetAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3466
3428
|
return [
|
|
3467
3429
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3468
3430
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3476,9 +3438,7 @@ var GetAccountSettingsCommand = _GetAccountSettingsCommand;
|
|
|
3476
3438
|
|
|
3477
3439
|
|
|
3478
3440
|
|
|
3479
|
-
var _GetDeviceCommand = class _GetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3480
|
-
...commonParams
|
|
3481
|
-
}).m(function(Command, cs, config, o) {
|
|
3441
|
+
var _GetDeviceCommand = class _GetDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3482
3442
|
return [
|
|
3483
3443
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3484
3444
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3492,9 +3452,7 @@ var GetDeviceCommand = _GetDeviceCommand;
|
|
|
3492
3452
|
|
|
3493
3453
|
|
|
3494
3454
|
|
|
3495
|
-
var _GetDeviceInstanceCommand = class _GetDeviceInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3496
|
-
...commonParams
|
|
3497
|
-
}).m(function(Command, cs, config, o) {
|
|
3455
|
+
var _GetDeviceInstanceCommand = class _GetDeviceInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3498
3456
|
return [
|
|
3499
3457
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3500
3458
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3508,9 +3466,7 @@ var GetDeviceInstanceCommand = _GetDeviceInstanceCommand;
|
|
|
3508
3466
|
|
|
3509
3467
|
|
|
3510
3468
|
|
|
3511
|
-
var _GetDevicePoolCommand = class _GetDevicePoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3512
|
-
...commonParams
|
|
3513
|
-
}).m(function(Command, cs, config, o) {
|
|
3469
|
+
var _GetDevicePoolCommand = class _GetDevicePoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3514
3470
|
return [
|
|
3515
3471
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3516
3472
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3524,9 +3480,7 @@ var GetDevicePoolCommand = _GetDevicePoolCommand;
|
|
|
3524
3480
|
|
|
3525
3481
|
|
|
3526
3482
|
|
|
3527
|
-
var _GetDevicePoolCompatibilityCommand = class _GetDevicePoolCompatibilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3528
|
-
...commonParams
|
|
3529
|
-
}).m(function(Command, cs, config, o) {
|
|
3483
|
+
var _GetDevicePoolCompatibilityCommand = class _GetDevicePoolCompatibilityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3530
3484
|
return [
|
|
3531
3485
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3532
3486
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3540,9 +3494,7 @@ var GetDevicePoolCompatibilityCommand = _GetDevicePoolCompatibilityCommand;
|
|
|
3540
3494
|
|
|
3541
3495
|
|
|
3542
3496
|
|
|
3543
|
-
var _GetInstanceProfileCommand = class _GetInstanceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3544
|
-
...commonParams
|
|
3545
|
-
}).m(function(Command, cs, config, o) {
|
|
3497
|
+
var _GetInstanceProfileCommand = class _GetInstanceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3546
3498
|
return [
|
|
3547
3499
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3548
3500
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3556,9 +3508,7 @@ var GetInstanceProfileCommand = _GetInstanceProfileCommand;
|
|
|
3556
3508
|
|
|
3557
3509
|
|
|
3558
3510
|
|
|
3559
|
-
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3560
|
-
...commonParams
|
|
3561
|
-
}).m(function(Command, cs, config, o) {
|
|
3511
|
+
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3562
3512
|
return [
|
|
3563
3513
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3564
3514
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3572,9 +3522,7 @@ var GetJobCommand = _GetJobCommand;
|
|
|
3572
3522
|
|
|
3573
3523
|
|
|
3574
3524
|
|
|
3575
|
-
var _GetNetworkProfileCommand = class _GetNetworkProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3576
|
-
...commonParams
|
|
3577
|
-
}).m(function(Command, cs, config, o) {
|
|
3525
|
+
var _GetNetworkProfileCommand = class _GetNetworkProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3578
3526
|
return [
|
|
3579
3527
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3580
3528
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3588,9 +3536,7 @@ var GetNetworkProfileCommand = _GetNetworkProfileCommand;
|
|
|
3588
3536
|
|
|
3589
3537
|
|
|
3590
3538
|
|
|
3591
|
-
var _GetOfferingStatusCommand = class _GetOfferingStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3592
|
-
...commonParams
|
|
3593
|
-
}).m(function(Command, cs, config, o) {
|
|
3539
|
+
var _GetOfferingStatusCommand = class _GetOfferingStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3594
3540
|
return [
|
|
3595
3541
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3596
3542
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3604,9 +3550,7 @@ var GetOfferingStatusCommand = _GetOfferingStatusCommand;
|
|
|
3604
3550
|
|
|
3605
3551
|
|
|
3606
3552
|
|
|
3607
|
-
var _GetProjectCommand = class _GetProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3608
|
-
...commonParams
|
|
3609
|
-
}).m(function(Command, cs, config, o) {
|
|
3553
|
+
var _GetProjectCommand = class _GetProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3610
3554
|
return [
|
|
3611
3555
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3612
3556
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3620,9 +3564,7 @@ var GetProjectCommand = _GetProjectCommand;
|
|
|
3620
3564
|
|
|
3621
3565
|
|
|
3622
3566
|
|
|
3623
|
-
var _GetRemoteAccessSessionCommand = class _GetRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3624
|
-
...commonParams
|
|
3625
|
-
}).m(function(Command, cs, config, o) {
|
|
3567
|
+
var _GetRemoteAccessSessionCommand = class _GetRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3626
3568
|
return [
|
|
3627
3569
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3628
3570
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3636,9 +3578,7 @@ var GetRemoteAccessSessionCommand = _GetRemoteAccessSessionCommand;
|
|
|
3636
3578
|
|
|
3637
3579
|
|
|
3638
3580
|
|
|
3639
|
-
var _GetRunCommand = class _GetRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3640
|
-
...commonParams
|
|
3641
|
-
}).m(function(Command, cs, config, o) {
|
|
3581
|
+
var _GetRunCommand = class _GetRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3642
3582
|
return [
|
|
3643
3583
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3644
3584
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3652,9 +3592,7 @@ var GetRunCommand = _GetRunCommand;
|
|
|
3652
3592
|
|
|
3653
3593
|
|
|
3654
3594
|
|
|
3655
|
-
var _GetSuiteCommand = class _GetSuiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3656
|
-
...commonParams
|
|
3657
|
-
}).m(function(Command, cs, config, o) {
|
|
3595
|
+
var _GetSuiteCommand = class _GetSuiteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3658
3596
|
return [
|
|
3659
3597
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3660
3598
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3668,9 +3606,7 @@ var GetSuiteCommand = _GetSuiteCommand;
|
|
|
3668
3606
|
|
|
3669
3607
|
|
|
3670
3608
|
|
|
3671
|
-
var _GetTestCommand = class _GetTestCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3672
|
-
...commonParams
|
|
3673
|
-
}).m(function(Command, cs, config, o) {
|
|
3609
|
+
var _GetTestCommand = class _GetTestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3674
3610
|
return [
|
|
3675
3611
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3676
3612
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3684,9 +3620,7 @@ var GetTestCommand = _GetTestCommand;
|
|
|
3684
3620
|
|
|
3685
3621
|
|
|
3686
3622
|
|
|
3687
|
-
var _GetTestGridProjectCommand = class _GetTestGridProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3688
|
-
...commonParams
|
|
3689
|
-
}).m(function(Command, cs, config, o) {
|
|
3623
|
+
var _GetTestGridProjectCommand = class _GetTestGridProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3690
3624
|
return [
|
|
3691
3625
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3692
3626
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3700,9 +3634,7 @@ var GetTestGridProjectCommand = _GetTestGridProjectCommand;
|
|
|
3700
3634
|
|
|
3701
3635
|
|
|
3702
3636
|
|
|
3703
|
-
var _GetTestGridSessionCommand = class _GetTestGridSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3704
|
-
...commonParams
|
|
3705
|
-
}).m(function(Command, cs, config, o) {
|
|
3637
|
+
var _GetTestGridSessionCommand = class _GetTestGridSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3706
3638
|
return [
|
|
3707
3639
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3708
3640
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3716,9 +3648,7 @@ var GetTestGridSessionCommand = _GetTestGridSessionCommand;
|
|
|
3716
3648
|
|
|
3717
3649
|
|
|
3718
3650
|
|
|
3719
|
-
var _GetUploadCommand = class _GetUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3720
|
-
...commonParams
|
|
3721
|
-
}).m(function(Command, cs, config, o) {
|
|
3651
|
+
var _GetUploadCommand = class _GetUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3722
3652
|
return [
|
|
3723
3653
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3724
3654
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3732,9 +3662,7 @@ var GetUploadCommand = _GetUploadCommand;
|
|
|
3732
3662
|
|
|
3733
3663
|
|
|
3734
3664
|
|
|
3735
|
-
var _GetVPCEConfigurationCommand = class _GetVPCEConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3736
|
-
...commonParams
|
|
3737
|
-
}).m(function(Command, cs, config, o) {
|
|
3665
|
+
var _GetVPCEConfigurationCommand = class _GetVPCEConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3738
3666
|
return [
|
|
3739
3667
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3740
3668
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3748,9 +3676,7 @@ var GetVPCEConfigurationCommand = _GetVPCEConfigurationCommand;
|
|
|
3748
3676
|
|
|
3749
3677
|
|
|
3750
3678
|
|
|
3751
|
-
var _InstallToRemoteAccessSessionCommand = class _InstallToRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3752
|
-
...commonParams
|
|
3753
|
-
}).m(function(Command, cs, config, o) {
|
|
3679
|
+
var _InstallToRemoteAccessSessionCommand = class _InstallToRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3754
3680
|
return [
|
|
3755
3681
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3756
3682
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3764,9 +3690,7 @@ var InstallToRemoteAccessSessionCommand = _InstallToRemoteAccessSessionCommand;
|
|
|
3764
3690
|
|
|
3765
3691
|
|
|
3766
3692
|
|
|
3767
|
-
var _ListArtifactsCommand = class _ListArtifactsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3768
|
-
...commonParams
|
|
3769
|
-
}).m(function(Command, cs, config, o) {
|
|
3693
|
+
var _ListArtifactsCommand = class _ListArtifactsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3770
3694
|
return [
|
|
3771
3695
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3772
3696
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3780,9 +3704,7 @@ var ListArtifactsCommand = _ListArtifactsCommand;
|
|
|
3780
3704
|
|
|
3781
3705
|
|
|
3782
3706
|
|
|
3783
|
-
var _ListDeviceInstancesCommand = class _ListDeviceInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3784
|
-
...commonParams
|
|
3785
|
-
}).m(function(Command, cs, config, o) {
|
|
3707
|
+
var _ListDeviceInstancesCommand = class _ListDeviceInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3786
3708
|
return [
|
|
3787
3709
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3788
3710
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3796,9 +3718,7 @@ var ListDeviceInstancesCommand = _ListDeviceInstancesCommand;
|
|
|
3796
3718
|
|
|
3797
3719
|
|
|
3798
3720
|
|
|
3799
|
-
var _ListDevicePoolsCommand = class _ListDevicePoolsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3800
|
-
...commonParams
|
|
3801
|
-
}).m(function(Command, cs, config, o) {
|
|
3721
|
+
var _ListDevicePoolsCommand = class _ListDevicePoolsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3802
3722
|
return [
|
|
3803
3723
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3804
3724
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3812,9 +3732,7 @@ var ListDevicePoolsCommand = _ListDevicePoolsCommand;
|
|
|
3812
3732
|
|
|
3813
3733
|
|
|
3814
3734
|
|
|
3815
|
-
var _ListDevicesCommand = class _ListDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3816
|
-
...commonParams
|
|
3817
|
-
}).m(function(Command, cs, config, o) {
|
|
3735
|
+
var _ListDevicesCommand = class _ListDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3818
3736
|
return [
|
|
3819
3737
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3820
3738
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3828,9 +3746,7 @@ var ListDevicesCommand = _ListDevicesCommand;
|
|
|
3828
3746
|
|
|
3829
3747
|
|
|
3830
3748
|
|
|
3831
|
-
var _ListInstanceProfilesCommand = class _ListInstanceProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3832
|
-
...commonParams
|
|
3833
|
-
}).m(function(Command, cs, config, o) {
|
|
3749
|
+
var _ListInstanceProfilesCommand = class _ListInstanceProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3834
3750
|
return [
|
|
3835
3751
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3836
3752
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3844,9 +3760,7 @@ var ListInstanceProfilesCommand = _ListInstanceProfilesCommand;
|
|
|
3844
3760
|
|
|
3845
3761
|
|
|
3846
3762
|
|
|
3847
|
-
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3848
|
-
...commonParams
|
|
3849
|
-
}).m(function(Command, cs, config, o) {
|
|
3763
|
+
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3850
3764
|
return [
|
|
3851
3765
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3852
3766
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3860,9 +3774,7 @@ var ListJobsCommand = _ListJobsCommand;
|
|
|
3860
3774
|
|
|
3861
3775
|
|
|
3862
3776
|
|
|
3863
|
-
var _ListNetworkProfilesCommand = class _ListNetworkProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3864
|
-
...commonParams
|
|
3865
|
-
}).m(function(Command, cs, config, o) {
|
|
3777
|
+
var _ListNetworkProfilesCommand = class _ListNetworkProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3866
3778
|
return [
|
|
3867
3779
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3868
3780
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3876,9 +3788,7 @@ var ListNetworkProfilesCommand = _ListNetworkProfilesCommand;
|
|
|
3876
3788
|
|
|
3877
3789
|
|
|
3878
3790
|
|
|
3879
|
-
var _ListOfferingPromotionsCommand = class _ListOfferingPromotionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3880
|
-
...commonParams
|
|
3881
|
-
}).m(function(Command, cs, config, o) {
|
|
3791
|
+
var _ListOfferingPromotionsCommand = class _ListOfferingPromotionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3882
3792
|
return [
|
|
3883
3793
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3884
3794
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3892,9 +3802,7 @@ var ListOfferingPromotionsCommand = _ListOfferingPromotionsCommand;
|
|
|
3892
3802
|
|
|
3893
3803
|
|
|
3894
3804
|
|
|
3895
|
-
var _ListOfferingsCommand = class _ListOfferingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3896
|
-
...commonParams
|
|
3897
|
-
}).m(function(Command, cs, config, o) {
|
|
3805
|
+
var _ListOfferingsCommand = class _ListOfferingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3898
3806
|
return [
|
|
3899
3807
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3900
3808
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3908,9 +3816,7 @@ var ListOfferingsCommand = _ListOfferingsCommand;
|
|
|
3908
3816
|
|
|
3909
3817
|
|
|
3910
3818
|
|
|
3911
|
-
var _ListOfferingTransactionsCommand = class _ListOfferingTransactionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3912
|
-
...commonParams
|
|
3913
|
-
}).m(function(Command, cs, config, o) {
|
|
3819
|
+
var _ListOfferingTransactionsCommand = class _ListOfferingTransactionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3914
3820
|
return [
|
|
3915
3821
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3916
3822
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3924,9 +3830,7 @@ var ListOfferingTransactionsCommand = _ListOfferingTransactionsCommand;
|
|
|
3924
3830
|
|
|
3925
3831
|
|
|
3926
3832
|
|
|
3927
|
-
var _ListProjectsCommand = class _ListProjectsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3928
|
-
...commonParams
|
|
3929
|
-
}).m(function(Command, cs, config, o) {
|
|
3833
|
+
var _ListProjectsCommand = class _ListProjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3930
3834
|
return [
|
|
3931
3835
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3932
3836
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3940,9 +3844,7 @@ var ListProjectsCommand = _ListProjectsCommand;
|
|
|
3940
3844
|
|
|
3941
3845
|
|
|
3942
3846
|
|
|
3943
|
-
var _ListRemoteAccessSessionsCommand = class _ListRemoteAccessSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3944
|
-
...commonParams
|
|
3945
|
-
}).m(function(Command, cs, config, o) {
|
|
3847
|
+
var _ListRemoteAccessSessionsCommand = class _ListRemoteAccessSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3946
3848
|
return [
|
|
3947
3849
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3948
3850
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3956,9 +3858,7 @@ var ListRemoteAccessSessionsCommand = _ListRemoteAccessSessionsCommand;
|
|
|
3956
3858
|
|
|
3957
3859
|
|
|
3958
3860
|
|
|
3959
|
-
var _ListRunsCommand = class _ListRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3960
|
-
...commonParams
|
|
3961
|
-
}).m(function(Command, cs, config, o) {
|
|
3861
|
+
var _ListRunsCommand = class _ListRunsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3962
3862
|
return [
|
|
3963
3863
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3964
3864
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3972,9 +3872,7 @@ var ListRunsCommand = _ListRunsCommand;
|
|
|
3972
3872
|
|
|
3973
3873
|
|
|
3974
3874
|
|
|
3975
|
-
var _ListSamplesCommand = class _ListSamplesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3976
|
-
...commonParams
|
|
3977
|
-
}).m(function(Command, cs, config, o) {
|
|
3875
|
+
var _ListSamplesCommand = class _ListSamplesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3978
3876
|
return [
|
|
3979
3877
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3980
3878
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3988,9 +3886,7 @@ var ListSamplesCommand = _ListSamplesCommand;
|
|
|
3988
3886
|
|
|
3989
3887
|
|
|
3990
3888
|
|
|
3991
|
-
var _ListSuitesCommand = class _ListSuitesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3992
|
-
...commonParams
|
|
3993
|
-
}).m(function(Command, cs, config, o) {
|
|
3889
|
+
var _ListSuitesCommand = class _ListSuitesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3994
3890
|
return [
|
|
3995
3891
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3996
3892
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4004,9 +3900,7 @@ var ListSuitesCommand = _ListSuitesCommand;
|
|
|
4004
3900
|
|
|
4005
3901
|
|
|
4006
3902
|
|
|
4007
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4008
|
-
...commonParams
|
|
4009
|
-
}).m(function(Command, cs, config, o) {
|
|
3903
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4010
3904
|
return [
|
|
4011
3905
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4012
3906
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4020,9 +3914,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
4020
3914
|
|
|
4021
3915
|
|
|
4022
3916
|
|
|
4023
|
-
var _ListTestGridProjectsCommand = class _ListTestGridProjectsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4024
|
-
...commonParams
|
|
4025
|
-
}).m(function(Command, cs, config, o) {
|
|
3917
|
+
var _ListTestGridProjectsCommand = class _ListTestGridProjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4026
3918
|
return [
|
|
4027
3919
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4028
3920
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4036,9 +3928,7 @@ var ListTestGridProjectsCommand = _ListTestGridProjectsCommand;
|
|
|
4036
3928
|
|
|
4037
3929
|
|
|
4038
3930
|
|
|
4039
|
-
var _ListTestGridSessionActionsCommand = class _ListTestGridSessionActionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4040
|
-
...commonParams
|
|
4041
|
-
}).m(function(Command, cs, config, o) {
|
|
3931
|
+
var _ListTestGridSessionActionsCommand = class _ListTestGridSessionActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4042
3932
|
return [
|
|
4043
3933
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4044
3934
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4052,9 +3942,7 @@ var ListTestGridSessionActionsCommand = _ListTestGridSessionActionsCommand;
|
|
|
4052
3942
|
|
|
4053
3943
|
|
|
4054
3944
|
|
|
4055
|
-
var _ListTestGridSessionArtifactsCommand = class _ListTestGridSessionArtifactsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4056
|
-
...commonParams
|
|
4057
|
-
}).m(function(Command, cs, config, o) {
|
|
3945
|
+
var _ListTestGridSessionArtifactsCommand = class _ListTestGridSessionArtifactsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4058
3946
|
return [
|
|
4059
3947
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4060
3948
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4068,9 +3956,7 @@ var ListTestGridSessionArtifactsCommand = _ListTestGridSessionArtifactsCommand;
|
|
|
4068
3956
|
|
|
4069
3957
|
|
|
4070
3958
|
|
|
4071
|
-
var _ListTestGridSessionsCommand = class _ListTestGridSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4072
|
-
...commonParams
|
|
4073
|
-
}).m(function(Command, cs, config, o) {
|
|
3959
|
+
var _ListTestGridSessionsCommand = class _ListTestGridSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4074
3960
|
return [
|
|
4075
3961
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4076
3962
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4084,9 +3970,7 @@ var ListTestGridSessionsCommand = _ListTestGridSessionsCommand;
|
|
|
4084
3970
|
|
|
4085
3971
|
|
|
4086
3972
|
|
|
4087
|
-
var _ListTestsCommand = class _ListTestsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4088
|
-
...commonParams
|
|
4089
|
-
}).m(function(Command, cs, config, o) {
|
|
3973
|
+
var _ListTestsCommand = class _ListTestsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4090
3974
|
return [
|
|
4091
3975
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4092
3976
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4100,9 +3984,7 @@ var ListTestsCommand = _ListTestsCommand;
|
|
|
4100
3984
|
|
|
4101
3985
|
|
|
4102
3986
|
|
|
4103
|
-
var _ListUniqueProblemsCommand = class _ListUniqueProblemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4104
|
-
...commonParams
|
|
4105
|
-
}).m(function(Command, cs, config, o) {
|
|
3987
|
+
var _ListUniqueProblemsCommand = class _ListUniqueProblemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4106
3988
|
return [
|
|
4107
3989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4108
3990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4116,9 +3998,7 @@ var ListUniqueProblemsCommand = _ListUniqueProblemsCommand;
|
|
|
4116
3998
|
|
|
4117
3999
|
|
|
4118
4000
|
|
|
4119
|
-
var _ListUploadsCommand = class _ListUploadsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4120
|
-
...commonParams
|
|
4121
|
-
}).m(function(Command, cs, config, o) {
|
|
4001
|
+
var _ListUploadsCommand = class _ListUploadsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4122
4002
|
return [
|
|
4123
4003
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4124
4004
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4132,9 +4012,7 @@ var ListUploadsCommand = _ListUploadsCommand;
|
|
|
4132
4012
|
|
|
4133
4013
|
|
|
4134
4014
|
|
|
4135
|
-
var _ListVPCEConfigurationsCommand = class _ListVPCEConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4136
|
-
...commonParams
|
|
4137
|
-
}).m(function(Command, cs, config, o) {
|
|
4015
|
+
var _ListVPCEConfigurationsCommand = class _ListVPCEConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4138
4016
|
return [
|
|
4139
4017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4140
4018
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4148,9 +4026,7 @@ var ListVPCEConfigurationsCommand = _ListVPCEConfigurationsCommand;
|
|
|
4148
4026
|
|
|
4149
4027
|
|
|
4150
4028
|
|
|
4151
|
-
var _PurchaseOfferingCommand = class _PurchaseOfferingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4152
|
-
...commonParams
|
|
4153
|
-
}).m(function(Command, cs, config, o) {
|
|
4029
|
+
var _PurchaseOfferingCommand = class _PurchaseOfferingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4154
4030
|
return [
|
|
4155
4031
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4156
4032
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4164,9 +4040,7 @@ var PurchaseOfferingCommand = _PurchaseOfferingCommand;
|
|
|
4164
4040
|
|
|
4165
4041
|
|
|
4166
4042
|
|
|
4167
|
-
var _RenewOfferingCommand = class _RenewOfferingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4168
|
-
...commonParams
|
|
4169
|
-
}).m(function(Command, cs, config, o) {
|
|
4043
|
+
var _RenewOfferingCommand = class _RenewOfferingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4170
4044
|
return [
|
|
4171
4045
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4172
4046
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4180,9 +4054,7 @@ var RenewOfferingCommand = _RenewOfferingCommand;
|
|
|
4180
4054
|
|
|
4181
4055
|
|
|
4182
4056
|
|
|
4183
|
-
var _ScheduleRunCommand = class _ScheduleRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4184
|
-
...commonParams
|
|
4185
|
-
}).m(function(Command, cs, config, o) {
|
|
4057
|
+
var _ScheduleRunCommand = class _ScheduleRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4186
4058
|
return [
|
|
4187
4059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4188
4060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4196,9 +4068,7 @@ var ScheduleRunCommand = _ScheduleRunCommand;
|
|
|
4196
4068
|
|
|
4197
4069
|
|
|
4198
4070
|
|
|
4199
|
-
var _StopJobCommand = class _StopJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4200
|
-
...commonParams
|
|
4201
|
-
}).m(function(Command, cs, config, o) {
|
|
4071
|
+
var _StopJobCommand = class _StopJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4202
4072
|
return [
|
|
4203
4073
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4204
4074
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4212,9 +4082,7 @@ var StopJobCommand = _StopJobCommand;
|
|
|
4212
4082
|
|
|
4213
4083
|
|
|
4214
4084
|
|
|
4215
|
-
var _StopRemoteAccessSessionCommand = class _StopRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4216
|
-
...commonParams
|
|
4217
|
-
}).m(function(Command, cs, config, o) {
|
|
4085
|
+
var _StopRemoteAccessSessionCommand = class _StopRemoteAccessSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4218
4086
|
return [
|
|
4219
4087
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4220
4088
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4228,9 +4096,7 @@ var StopRemoteAccessSessionCommand = _StopRemoteAccessSessionCommand;
|
|
|
4228
4096
|
|
|
4229
4097
|
|
|
4230
4098
|
|
|
4231
|
-
var _StopRunCommand = class _StopRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4232
|
-
...commonParams
|
|
4233
|
-
}).m(function(Command, cs, config, o) {
|
|
4099
|
+
var _StopRunCommand = class _StopRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4234
4100
|
return [
|
|
4235
4101
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4236
4102
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4244,9 +4110,7 @@ var StopRunCommand = _StopRunCommand;
|
|
|
4244
4110
|
|
|
4245
4111
|
|
|
4246
4112
|
|
|
4247
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4248
|
-
...commonParams
|
|
4249
|
-
}).m(function(Command, cs, config, o) {
|
|
4113
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4250
4114
|
return [
|
|
4251
4115
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4252
4116
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4260,9 +4124,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
4260
4124
|
|
|
4261
4125
|
|
|
4262
4126
|
|
|
4263
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4264
|
-
...commonParams
|
|
4265
|
-
}).m(function(Command, cs, config, o) {
|
|
4127
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4266
4128
|
return [
|
|
4267
4129
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4268
4130
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4276,9 +4138,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
4276
4138
|
|
|
4277
4139
|
|
|
4278
4140
|
|
|
4279
|
-
var _UpdateDeviceInstanceCommand = class _UpdateDeviceInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4280
|
-
...commonParams
|
|
4281
|
-
}).m(function(Command, cs, config, o) {
|
|
4141
|
+
var _UpdateDeviceInstanceCommand = class _UpdateDeviceInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4282
4142
|
return [
|
|
4283
4143
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4284
4144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4292,9 +4152,7 @@ var UpdateDeviceInstanceCommand = _UpdateDeviceInstanceCommand;
|
|
|
4292
4152
|
|
|
4293
4153
|
|
|
4294
4154
|
|
|
4295
|
-
var _UpdateDevicePoolCommand = class _UpdateDevicePoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4296
|
-
...commonParams
|
|
4297
|
-
}).m(function(Command, cs, config, o) {
|
|
4155
|
+
var _UpdateDevicePoolCommand = class _UpdateDevicePoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4298
4156
|
return [
|
|
4299
4157
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4300
4158
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4308,9 +4166,7 @@ var UpdateDevicePoolCommand = _UpdateDevicePoolCommand;
|
|
|
4308
4166
|
|
|
4309
4167
|
|
|
4310
4168
|
|
|
4311
|
-
var _UpdateInstanceProfileCommand = class _UpdateInstanceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4312
|
-
...commonParams
|
|
4313
|
-
}).m(function(Command, cs, config, o) {
|
|
4169
|
+
var _UpdateInstanceProfileCommand = class _UpdateInstanceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4314
4170
|
return [
|
|
4315
4171
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4316
4172
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4324,9 +4180,7 @@ var UpdateInstanceProfileCommand = _UpdateInstanceProfileCommand;
|
|
|
4324
4180
|
|
|
4325
4181
|
|
|
4326
4182
|
|
|
4327
|
-
var _UpdateNetworkProfileCommand = class _UpdateNetworkProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4328
|
-
...commonParams
|
|
4329
|
-
}).m(function(Command, cs, config, o) {
|
|
4183
|
+
var _UpdateNetworkProfileCommand = class _UpdateNetworkProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4330
4184
|
return [
|
|
4331
4185
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4332
4186
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4340,9 +4194,7 @@ var UpdateNetworkProfileCommand = _UpdateNetworkProfileCommand;
|
|
|
4340
4194
|
|
|
4341
4195
|
|
|
4342
4196
|
|
|
4343
|
-
var _UpdateProjectCommand = class _UpdateProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4344
|
-
...commonParams
|
|
4345
|
-
}).m(function(Command, cs, config, o) {
|
|
4197
|
+
var _UpdateProjectCommand = class _UpdateProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4346
4198
|
return [
|
|
4347
4199
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4348
4200
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4356,9 +4208,7 @@ var UpdateProjectCommand = _UpdateProjectCommand;
|
|
|
4356
4208
|
|
|
4357
4209
|
|
|
4358
4210
|
|
|
4359
|
-
var _UpdateTestGridProjectCommand = class _UpdateTestGridProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4360
|
-
...commonParams
|
|
4361
|
-
}).m(function(Command, cs, config, o) {
|
|
4211
|
+
var _UpdateTestGridProjectCommand = class _UpdateTestGridProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4362
4212
|
return [
|
|
4363
4213
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4364
4214
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4372,9 +4222,7 @@ var UpdateTestGridProjectCommand = _UpdateTestGridProjectCommand;
|
|
|
4372
4222
|
|
|
4373
4223
|
|
|
4374
4224
|
|
|
4375
|
-
var _UpdateUploadCommand = class _UpdateUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4376
|
-
...commonParams
|
|
4377
|
-
}).m(function(Command, cs, config, o) {
|
|
4225
|
+
var _UpdateUploadCommand = class _UpdateUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4378
4226
|
return [
|
|
4379
4227
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4380
4228
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4388,9 +4236,7 @@ var UpdateUploadCommand = _UpdateUploadCommand;
|
|
|
4388
4236
|
|
|
4389
4237
|
|
|
4390
4238
|
|
|
4391
|
-
var _UpdateVPCEConfigurationCommand = class _UpdateVPCEConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4392
|
-
...commonParams
|
|
4393
|
-
}).m(function(Command, cs, config, o) {
|
|
4239
|
+
var _UpdateVPCEConfigurationCommand = class _UpdateVPCEConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4394
4240
|
return [
|
|
4395
4241
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4396
4242
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|