@aws-sdk/client-greengrass 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 +92 -276
- package/dist-es/commands/AssociateRoleToGroupCommand.js +1 -3
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +1 -3
- package/dist-es/commands/CreateConnectorDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateCoreDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateDeploymentCommand.js +1 -3
- package/dist-es/commands/CreateDeviceDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateFunctionDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +1 -3
- package/dist-es/commands/CreateGroupCommand.js +1 -3
- package/dist-es/commands/CreateGroupVersionCommand.js +1 -3
- package/dist-es/commands/CreateLoggerDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateResourceDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +1 -3
- package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/DeleteConnectorDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteCoreDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteDeviceDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteFunctionDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteGroupCommand.js +1 -3
- package/dist-es/commands/DeleteLoggerDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteResourceDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +1 -3
- package/dist-es/commands/DisassociateRoleFromGroupCommand.js +1 -3
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +1 -3
- package/dist-es/commands/GetAssociatedRoleCommand.js +1 -3
- package/dist-es/commands/GetBulkDeploymentStatusCommand.js +1 -3
- package/dist-es/commands/GetConnectivityInfoCommand.js +1 -3
- package/dist-es/commands/GetConnectorDefinitionCommand.js +1 -3
- package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetCoreDefinitionCommand.js +1 -3
- package/dist-es/commands/GetCoreDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetDeploymentStatusCommand.js +1 -3
- package/dist-es/commands/GetDeviceDefinitionCommand.js +1 -3
- package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetFunctionDefinitionCommand.js +1 -3
- package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +1 -3
- package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +1 -3
- package/dist-es/commands/GetGroupCommand.js +1 -3
- package/dist-es/commands/GetGroupVersionCommand.js +1 -3
- package/dist-es/commands/GetLoggerDefinitionCommand.js +1 -3
- package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetResourceDefinitionCommand.js +1 -3
- package/dist-es/commands/GetResourceDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +1 -3
- package/dist-es/commands/GetSubscriptionDefinitionCommand.js +1 -3
- package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +1 -3
- package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +1 -3
- package/dist-es/commands/ListBulkDeploymentsCommand.js +1 -3
- package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListConnectorDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListCoreDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListDeploymentsCommand.js +1 -3
- package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListDeviceDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListFunctionDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +1 -3
- package/dist-es/commands/ListGroupVersionsCommand.js +1 -3
- package/dist-es/commands/ListGroupsCommand.js +1 -3
- package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListLoggerDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListResourceDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ResetDeploymentsCommand.js +1 -3
- package/dist-es/commands/StartBulkDeploymentCommand.js +1 -3
- package/dist-es/commands/StopBulkDeploymentCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +1 -3
- package/dist-es/commands/UpdateConnectorDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateCoreDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateDeviceDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateFunctionDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateGroupCommand.js +1 -3
- package/dist-es/commands/UpdateLoggerDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateResourceDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -3131,9 +3131,7 @@ var _tK = "tagKeys";
|
|
|
3131
3131
|
var _xact = "x-amzn-client-token";
|
|
3132
3132
|
|
|
3133
3133
|
// src/commands/AssociateRoleToGroupCommand.ts
|
|
3134
|
-
var _AssociateRoleToGroupCommand = class _AssociateRoleToGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3135
|
-
...commonParams
|
|
3136
|
-
}).m(function(Command, cs, config, o) {
|
|
3134
|
+
var _AssociateRoleToGroupCommand = class _AssociateRoleToGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3137
3135
|
return [
|
|
3138
3136
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3139
3137
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3147,9 +3145,7 @@ var AssociateRoleToGroupCommand = _AssociateRoleToGroupCommand;
|
|
|
3147
3145
|
|
|
3148
3146
|
|
|
3149
3147
|
|
|
3150
|
-
var _AssociateServiceRoleToAccountCommand = class _AssociateServiceRoleToAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3151
|
-
...commonParams
|
|
3152
|
-
}).m(function(Command, cs, config, o) {
|
|
3148
|
+
var _AssociateServiceRoleToAccountCommand = class _AssociateServiceRoleToAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3153
3149
|
return [
|
|
3154
3150
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3155
3151
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3163,9 +3159,7 @@ var AssociateServiceRoleToAccountCommand = _AssociateServiceRoleToAccountCommand
|
|
|
3163
3159
|
|
|
3164
3160
|
|
|
3165
3161
|
|
|
3166
|
-
var _CreateConnectorDefinitionCommand = class _CreateConnectorDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3167
|
-
...commonParams
|
|
3168
|
-
}).m(function(Command, cs, config, o) {
|
|
3162
|
+
var _CreateConnectorDefinitionCommand = class _CreateConnectorDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3169
3163
|
return [
|
|
3170
3164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3171
3165
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3179,9 +3173,7 @@ var CreateConnectorDefinitionCommand = _CreateConnectorDefinitionCommand;
|
|
|
3179
3173
|
|
|
3180
3174
|
|
|
3181
3175
|
|
|
3182
|
-
var _CreateConnectorDefinitionVersionCommand = class _CreateConnectorDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3183
|
-
...commonParams
|
|
3184
|
-
}).m(function(Command, cs, config, o) {
|
|
3176
|
+
var _CreateConnectorDefinitionVersionCommand = class _CreateConnectorDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3185
3177
|
return [
|
|
3186
3178
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3187
3179
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3195,9 +3187,7 @@ var CreateConnectorDefinitionVersionCommand = _CreateConnectorDefinitionVersionC
|
|
|
3195
3187
|
|
|
3196
3188
|
|
|
3197
3189
|
|
|
3198
|
-
var _CreateCoreDefinitionCommand = class _CreateCoreDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3199
|
-
...commonParams
|
|
3200
|
-
}).m(function(Command, cs, config, o) {
|
|
3190
|
+
var _CreateCoreDefinitionCommand = class _CreateCoreDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3201
3191
|
return [
|
|
3202
3192
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3203
3193
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3211,9 +3201,7 @@ var CreateCoreDefinitionCommand = _CreateCoreDefinitionCommand;
|
|
|
3211
3201
|
|
|
3212
3202
|
|
|
3213
3203
|
|
|
3214
|
-
var _CreateCoreDefinitionVersionCommand = class _CreateCoreDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3215
|
-
...commonParams
|
|
3216
|
-
}).m(function(Command, cs, config, o) {
|
|
3204
|
+
var _CreateCoreDefinitionVersionCommand = class _CreateCoreDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3217
3205
|
return [
|
|
3218
3206
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3219
3207
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3227,9 +3215,7 @@ var CreateCoreDefinitionVersionCommand = _CreateCoreDefinitionVersionCommand;
|
|
|
3227
3215
|
|
|
3228
3216
|
|
|
3229
3217
|
|
|
3230
|
-
var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3231
|
-
...commonParams
|
|
3232
|
-
}).m(function(Command, cs, config, o) {
|
|
3218
|
+
var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3233
3219
|
return [
|
|
3234
3220
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3235
3221
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3243,9 +3229,7 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
|
|
|
3243
3229
|
|
|
3244
3230
|
|
|
3245
3231
|
|
|
3246
|
-
var _CreateDeviceDefinitionCommand = class _CreateDeviceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3247
|
-
...commonParams
|
|
3248
|
-
}).m(function(Command, cs, config, o) {
|
|
3232
|
+
var _CreateDeviceDefinitionCommand = class _CreateDeviceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3249
3233
|
return [
|
|
3250
3234
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3251
3235
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3259,9 +3243,7 @@ var CreateDeviceDefinitionCommand = _CreateDeviceDefinitionCommand;
|
|
|
3259
3243
|
|
|
3260
3244
|
|
|
3261
3245
|
|
|
3262
|
-
var _CreateDeviceDefinitionVersionCommand = class _CreateDeviceDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3263
|
-
...commonParams
|
|
3264
|
-
}).m(function(Command, cs, config, o) {
|
|
3246
|
+
var _CreateDeviceDefinitionVersionCommand = class _CreateDeviceDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3265
3247
|
return [
|
|
3266
3248
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3267
3249
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3275,9 +3257,7 @@ var CreateDeviceDefinitionVersionCommand = _CreateDeviceDefinitionVersionCommand
|
|
|
3275
3257
|
|
|
3276
3258
|
|
|
3277
3259
|
|
|
3278
|
-
var _CreateFunctionDefinitionCommand = class _CreateFunctionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3279
|
-
...commonParams
|
|
3280
|
-
}).m(function(Command, cs, config, o) {
|
|
3260
|
+
var _CreateFunctionDefinitionCommand = class _CreateFunctionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3281
3261
|
return [
|
|
3282
3262
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3283
3263
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3291,9 +3271,7 @@ var CreateFunctionDefinitionCommand = _CreateFunctionDefinitionCommand;
|
|
|
3291
3271
|
|
|
3292
3272
|
|
|
3293
3273
|
|
|
3294
|
-
var _CreateFunctionDefinitionVersionCommand = class _CreateFunctionDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3295
|
-
...commonParams
|
|
3296
|
-
}).m(function(Command, cs, config, o) {
|
|
3274
|
+
var _CreateFunctionDefinitionVersionCommand = class _CreateFunctionDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3297
3275
|
return [
|
|
3298
3276
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3299
3277
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3307,9 +3285,7 @@ var CreateFunctionDefinitionVersionCommand = _CreateFunctionDefinitionVersionCom
|
|
|
3307
3285
|
|
|
3308
3286
|
|
|
3309
3287
|
|
|
3310
|
-
var _CreateGroupCertificateAuthorityCommand = class _CreateGroupCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3311
|
-
...commonParams
|
|
3312
|
-
}).m(function(Command, cs, config, o) {
|
|
3288
|
+
var _CreateGroupCertificateAuthorityCommand = class _CreateGroupCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3313
3289
|
return [
|
|
3314
3290
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3315
3291
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3323,9 +3299,7 @@ var CreateGroupCertificateAuthorityCommand = _CreateGroupCertificateAuthorityCom
|
|
|
3323
3299
|
|
|
3324
3300
|
|
|
3325
3301
|
|
|
3326
|
-
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3327
|
-
...commonParams
|
|
3328
|
-
}).m(function(Command, cs, config, o) {
|
|
3302
|
+
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3329
3303
|
return [
|
|
3330
3304
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3331
3305
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3339,9 +3313,7 @@ var CreateGroupCommand = _CreateGroupCommand;
|
|
|
3339
3313
|
|
|
3340
3314
|
|
|
3341
3315
|
|
|
3342
|
-
var _CreateGroupVersionCommand = class _CreateGroupVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3343
|
-
...commonParams
|
|
3344
|
-
}).m(function(Command, cs, config, o) {
|
|
3316
|
+
var _CreateGroupVersionCommand = class _CreateGroupVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3345
3317
|
return [
|
|
3346
3318
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3347
3319
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3355,9 +3327,7 @@ var CreateGroupVersionCommand = _CreateGroupVersionCommand;
|
|
|
3355
3327
|
|
|
3356
3328
|
|
|
3357
3329
|
|
|
3358
|
-
var _CreateLoggerDefinitionCommand = class _CreateLoggerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3359
|
-
...commonParams
|
|
3360
|
-
}).m(function(Command, cs, config, o) {
|
|
3330
|
+
var _CreateLoggerDefinitionCommand = class _CreateLoggerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3361
3331
|
return [
|
|
3362
3332
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3363
3333
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3371,9 +3341,7 @@ var CreateLoggerDefinitionCommand = _CreateLoggerDefinitionCommand;
|
|
|
3371
3341
|
|
|
3372
3342
|
|
|
3373
3343
|
|
|
3374
|
-
var _CreateLoggerDefinitionVersionCommand = class _CreateLoggerDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3375
|
-
...commonParams
|
|
3376
|
-
}).m(function(Command, cs, config, o) {
|
|
3344
|
+
var _CreateLoggerDefinitionVersionCommand = class _CreateLoggerDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3377
3345
|
return [
|
|
3378
3346
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3379
3347
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3387,9 +3355,7 @@ var CreateLoggerDefinitionVersionCommand = _CreateLoggerDefinitionVersionCommand
|
|
|
3387
3355
|
|
|
3388
3356
|
|
|
3389
3357
|
|
|
3390
|
-
var _CreateResourceDefinitionCommand = class _CreateResourceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3391
|
-
...commonParams
|
|
3392
|
-
}).m(function(Command, cs, config, o) {
|
|
3358
|
+
var _CreateResourceDefinitionCommand = class _CreateResourceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3393
3359
|
return [
|
|
3394
3360
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3395
3361
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3403,9 +3369,7 @@ var CreateResourceDefinitionCommand = _CreateResourceDefinitionCommand;
|
|
|
3403
3369
|
|
|
3404
3370
|
|
|
3405
3371
|
|
|
3406
|
-
var _CreateResourceDefinitionVersionCommand = class _CreateResourceDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3407
|
-
...commonParams
|
|
3408
|
-
}).m(function(Command, cs, config, o) {
|
|
3372
|
+
var _CreateResourceDefinitionVersionCommand = class _CreateResourceDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3409
3373
|
return [
|
|
3410
3374
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3411
3375
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3419,9 +3383,7 @@ var CreateResourceDefinitionVersionCommand = _CreateResourceDefinitionVersionCom
|
|
|
3419
3383
|
|
|
3420
3384
|
|
|
3421
3385
|
|
|
3422
|
-
var _CreateSoftwareUpdateJobCommand = class _CreateSoftwareUpdateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3423
|
-
...commonParams
|
|
3424
|
-
}).m(function(Command, cs, config, o) {
|
|
3386
|
+
var _CreateSoftwareUpdateJobCommand = class _CreateSoftwareUpdateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3425
3387
|
return [
|
|
3426
3388
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3427
3389
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3435,9 +3397,7 @@ var CreateSoftwareUpdateJobCommand = _CreateSoftwareUpdateJobCommand;
|
|
|
3435
3397
|
|
|
3436
3398
|
|
|
3437
3399
|
|
|
3438
|
-
var _CreateSubscriptionDefinitionCommand = class _CreateSubscriptionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3439
|
-
...commonParams
|
|
3440
|
-
}).m(function(Command, cs, config, o) {
|
|
3400
|
+
var _CreateSubscriptionDefinitionCommand = class _CreateSubscriptionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3441
3401
|
return [
|
|
3442
3402
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3443
3403
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3451,9 +3411,7 @@ var CreateSubscriptionDefinitionCommand = _CreateSubscriptionDefinitionCommand;
|
|
|
3451
3411
|
|
|
3452
3412
|
|
|
3453
3413
|
|
|
3454
|
-
var _CreateSubscriptionDefinitionVersionCommand = class _CreateSubscriptionDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3455
|
-
...commonParams
|
|
3456
|
-
}).m(function(Command, cs, config, o) {
|
|
3414
|
+
var _CreateSubscriptionDefinitionVersionCommand = class _CreateSubscriptionDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3457
3415
|
return [
|
|
3458
3416
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3459
3417
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3467,9 +3425,7 @@ var CreateSubscriptionDefinitionVersionCommand = _CreateSubscriptionDefinitionVe
|
|
|
3467
3425
|
|
|
3468
3426
|
|
|
3469
3427
|
|
|
3470
|
-
var _DeleteConnectorDefinitionCommand = class _DeleteConnectorDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3471
|
-
...commonParams
|
|
3472
|
-
}).m(function(Command, cs, config, o) {
|
|
3428
|
+
var _DeleteConnectorDefinitionCommand = class _DeleteConnectorDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3473
3429
|
return [
|
|
3474
3430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3475
3431
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3483,9 +3439,7 @@ var DeleteConnectorDefinitionCommand = _DeleteConnectorDefinitionCommand;
|
|
|
3483
3439
|
|
|
3484
3440
|
|
|
3485
3441
|
|
|
3486
|
-
var _DeleteCoreDefinitionCommand = class _DeleteCoreDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3487
|
-
...commonParams
|
|
3488
|
-
}).m(function(Command, cs, config, o) {
|
|
3442
|
+
var _DeleteCoreDefinitionCommand = class _DeleteCoreDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3489
3443
|
return [
|
|
3490
3444
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3491
3445
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3499,9 +3453,7 @@ var DeleteCoreDefinitionCommand = _DeleteCoreDefinitionCommand;
|
|
|
3499
3453
|
|
|
3500
3454
|
|
|
3501
3455
|
|
|
3502
|
-
var _DeleteDeviceDefinitionCommand = class _DeleteDeviceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3503
|
-
...commonParams
|
|
3504
|
-
}).m(function(Command, cs, config, o) {
|
|
3456
|
+
var _DeleteDeviceDefinitionCommand = class _DeleteDeviceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3505
3457
|
return [
|
|
3506
3458
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3507
3459
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3515,9 +3467,7 @@ var DeleteDeviceDefinitionCommand = _DeleteDeviceDefinitionCommand;
|
|
|
3515
3467
|
|
|
3516
3468
|
|
|
3517
3469
|
|
|
3518
|
-
var _DeleteFunctionDefinitionCommand = class _DeleteFunctionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3519
|
-
...commonParams
|
|
3520
|
-
}).m(function(Command, cs, config, o) {
|
|
3470
|
+
var _DeleteFunctionDefinitionCommand = class _DeleteFunctionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3521
3471
|
return [
|
|
3522
3472
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3523
3473
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3531,9 +3481,7 @@ var DeleteFunctionDefinitionCommand = _DeleteFunctionDefinitionCommand;
|
|
|
3531
3481
|
|
|
3532
3482
|
|
|
3533
3483
|
|
|
3534
|
-
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3535
|
-
...commonParams
|
|
3536
|
-
}).m(function(Command, cs, config, o) {
|
|
3484
|
+
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3537
3485
|
return [
|
|
3538
3486
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3539
3487
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3547,9 +3495,7 @@ var DeleteGroupCommand = _DeleteGroupCommand;
|
|
|
3547
3495
|
|
|
3548
3496
|
|
|
3549
3497
|
|
|
3550
|
-
var _DeleteLoggerDefinitionCommand = class _DeleteLoggerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3551
|
-
...commonParams
|
|
3552
|
-
}).m(function(Command, cs, config, o) {
|
|
3498
|
+
var _DeleteLoggerDefinitionCommand = class _DeleteLoggerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3553
3499
|
return [
|
|
3554
3500
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3555
3501
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3563,9 +3509,7 @@ var DeleteLoggerDefinitionCommand = _DeleteLoggerDefinitionCommand;
|
|
|
3563
3509
|
|
|
3564
3510
|
|
|
3565
3511
|
|
|
3566
|
-
var _DeleteResourceDefinitionCommand = class _DeleteResourceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3567
|
-
...commonParams
|
|
3568
|
-
}).m(function(Command, cs, config, o) {
|
|
3512
|
+
var _DeleteResourceDefinitionCommand = class _DeleteResourceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3569
3513
|
return [
|
|
3570
3514
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3571
3515
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3579,9 +3523,7 @@ var DeleteResourceDefinitionCommand = _DeleteResourceDefinitionCommand;
|
|
|
3579
3523
|
|
|
3580
3524
|
|
|
3581
3525
|
|
|
3582
|
-
var _DeleteSubscriptionDefinitionCommand = class _DeleteSubscriptionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3583
|
-
...commonParams
|
|
3584
|
-
}).m(function(Command, cs, config, o) {
|
|
3526
|
+
var _DeleteSubscriptionDefinitionCommand = class _DeleteSubscriptionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3585
3527
|
return [
|
|
3586
3528
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3587
3529
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3595,9 +3537,7 @@ var DeleteSubscriptionDefinitionCommand = _DeleteSubscriptionDefinitionCommand;
|
|
|
3595
3537
|
|
|
3596
3538
|
|
|
3597
3539
|
|
|
3598
|
-
var _DisassociateRoleFromGroupCommand = class _DisassociateRoleFromGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3599
|
-
...commonParams
|
|
3600
|
-
}).m(function(Command, cs, config, o) {
|
|
3540
|
+
var _DisassociateRoleFromGroupCommand = class _DisassociateRoleFromGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3601
3541
|
return [
|
|
3602
3542
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3603
3543
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3611,9 +3551,7 @@ var DisassociateRoleFromGroupCommand = _DisassociateRoleFromGroupCommand;
|
|
|
3611
3551
|
|
|
3612
3552
|
|
|
3613
3553
|
|
|
3614
|
-
var _DisassociateServiceRoleFromAccountCommand = class _DisassociateServiceRoleFromAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3615
|
-
...commonParams
|
|
3616
|
-
}).m(function(Command, cs, config, o) {
|
|
3554
|
+
var _DisassociateServiceRoleFromAccountCommand = class _DisassociateServiceRoleFromAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3617
3555
|
return [
|
|
3618
3556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3619
3557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3627,9 +3565,7 @@ var DisassociateServiceRoleFromAccountCommand = _DisassociateServiceRoleFromAcco
|
|
|
3627
3565
|
|
|
3628
3566
|
|
|
3629
3567
|
|
|
3630
|
-
var _GetAssociatedRoleCommand = class _GetAssociatedRoleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3631
|
-
...commonParams
|
|
3632
|
-
}).m(function(Command, cs, config, o) {
|
|
3568
|
+
var _GetAssociatedRoleCommand = class _GetAssociatedRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3633
3569
|
return [
|
|
3634
3570
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3635
3571
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3643,9 +3579,7 @@ var GetAssociatedRoleCommand = _GetAssociatedRoleCommand;
|
|
|
3643
3579
|
|
|
3644
3580
|
|
|
3645
3581
|
|
|
3646
|
-
var _GetBulkDeploymentStatusCommand = class _GetBulkDeploymentStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3647
|
-
...commonParams
|
|
3648
|
-
}).m(function(Command, cs, config, o) {
|
|
3582
|
+
var _GetBulkDeploymentStatusCommand = class _GetBulkDeploymentStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3649
3583
|
return [
|
|
3650
3584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3651
3585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3659,9 +3593,7 @@ var GetBulkDeploymentStatusCommand = _GetBulkDeploymentStatusCommand;
|
|
|
3659
3593
|
|
|
3660
3594
|
|
|
3661
3595
|
|
|
3662
|
-
var _GetConnectivityInfoCommand = class _GetConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3663
|
-
...commonParams
|
|
3664
|
-
}).m(function(Command, cs, config, o) {
|
|
3596
|
+
var _GetConnectivityInfoCommand = class _GetConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3665
3597
|
return [
|
|
3666
3598
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3667
3599
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3675,9 +3607,7 @@ var GetConnectivityInfoCommand = _GetConnectivityInfoCommand;
|
|
|
3675
3607
|
|
|
3676
3608
|
|
|
3677
3609
|
|
|
3678
|
-
var _GetConnectorDefinitionCommand = class _GetConnectorDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3679
|
-
...commonParams
|
|
3680
|
-
}).m(function(Command, cs, config, o) {
|
|
3610
|
+
var _GetConnectorDefinitionCommand = class _GetConnectorDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3681
3611
|
return [
|
|
3682
3612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3683
3613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3691,9 +3621,7 @@ var GetConnectorDefinitionCommand = _GetConnectorDefinitionCommand;
|
|
|
3691
3621
|
|
|
3692
3622
|
|
|
3693
3623
|
|
|
3694
|
-
var _GetConnectorDefinitionVersionCommand = class _GetConnectorDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3695
|
-
...commonParams
|
|
3696
|
-
}).m(function(Command, cs, config, o) {
|
|
3624
|
+
var _GetConnectorDefinitionVersionCommand = class _GetConnectorDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3697
3625
|
return [
|
|
3698
3626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3699
3627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3707,9 +3635,7 @@ var GetConnectorDefinitionVersionCommand = _GetConnectorDefinitionVersionCommand
|
|
|
3707
3635
|
|
|
3708
3636
|
|
|
3709
3637
|
|
|
3710
|
-
var _GetCoreDefinitionCommand = class _GetCoreDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3711
|
-
...commonParams
|
|
3712
|
-
}).m(function(Command, cs, config, o) {
|
|
3638
|
+
var _GetCoreDefinitionCommand = class _GetCoreDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3713
3639
|
return [
|
|
3714
3640
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3715
3641
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3723,9 +3649,7 @@ var GetCoreDefinitionCommand = _GetCoreDefinitionCommand;
|
|
|
3723
3649
|
|
|
3724
3650
|
|
|
3725
3651
|
|
|
3726
|
-
var _GetCoreDefinitionVersionCommand = class _GetCoreDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3727
|
-
...commonParams
|
|
3728
|
-
}).m(function(Command, cs, config, o) {
|
|
3652
|
+
var _GetCoreDefinitionVersionCommand = class _GetCoreDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3729
3653
|
return [
|
|
3730
3654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3731
3655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3739,9 +3663,7 @@ var GetCoreDefinitionVersionCommand = _GetCoreDefinitionVersionCommand;
|
|
|
3739
3663
|
|
|
3740
3664
|
|
|
3741
3665
|
|
|
3742
|
-
var _GetDeploymentStatusCommand = class _GetDeploymentStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3743
|
-
...commonParams
|
|
3744
|
-
}).m(function(Command, cs, config, o) {
|
|
3666
|
+
var _GetDeploymentStatusCommand = class _GetDeploymentStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3745
3667
|
return [
|
|
3746
3668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3747
3669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3755,9 +3677,7 @@ var GetDeploymentStatusCommand = _GetDeploymentStatusCommand;
|
|
|
3755
3677
|
|
|
3756
3678
|
|
|
3757
3679
|
|
|
3758
|
-
var _GetDeviceDefinitionCommand = class _GetDeviceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3759
|
-
...commonParams
|
|
3760
|
-
}).m(function(Command, cs, config, o) {
|
|
3680
|
+
var _GetDeviceDefinitionCommand = class _GetDeviceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3761
3681
|
return [
|
|
3762
3682
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3763
3683
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3771,9 +3691,7 @@ var GetDeviceDefinitionCommand = _GetDeviceDefinitionCommand;
|
|
|
3771
3691
|
|
|
3772
3692
|
|
|
3773
3693
|
|
|
3774
|
-
var _GetDeviceDefinitionVersionCommand = class _GetDeviceDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3775
|
-
...commonParams
|
|
3776
|
-
}).m(function(Command, cs, config, o) {
|
|
3694
|
+
var _GetDeviceDefinitionVersionCommand = class _GetDeviceDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3777
3695
|
return [
|
|
3778
3696
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3779
3697
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3787,9 +3705,7 @@ var GetDeviceDefinitionVersionCommand = _GetDeviceDefinitionVersionCommand;
|
|
|
3787
3705
|
|
|
3788
3706
|
|
|
3789
3707
|
|
|
3790
|
-
var _GetFunctionDefinitionCommand = class _GetFunctionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3791
|
-
...commonParams
|
|
3792
|
-
}).m(function(Command, cs, config, o) {
|
|
3708
|
+
var _GetFunctionDefinitionCommand = class _GetFunctionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3793
3709
|
return [
|
|
3794
3710
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3795
3711
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3803,9 +3719,7 @@ var GetFunctionDefinitionCommand = _GetFunctionDefinitionCommand;
|
|
|
3803
3719
|
|
|
3804
3720
|
|
|
3805
3721
|
|
|
3806
|
-
var _GetFunctionDefinitionVersionCommand = class _GetFunctionDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3807
|
-
...commonParams
|
|
3808
|
-
}).m(function(Command, cs, config, o) {
|
|
3722
|
+
var _GetFunctionDefinitionVersionCommand = class _GetFunctionDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3809
3723
|
return [
|
|
3810
3724
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3811
3725
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3819,9 +3733,7 @@ var GetFunctionDefinitionVersionCommand = _GetFunctionDefinitionVersionCommand;
|
|
|
3819
3733
|
|
|
3820
3734
|
|
|
3821
3735
|
|
|
3822
|
-
var _GetGroupCertificateAuthorityCommand = class _GetGroupCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3823
|
-
...commonParams
|
|
3824
|
-
}).m(function(Command, cs, config, o) {
|
|
3736
|
+
var _GetGroupCertificateAuthorityCommand = class _GetGroupCertificateAuthorityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3825
3737
|
return [
|
|
3826
3738
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3827
3739
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3835,9 +3747,7 @@ var GetGroupCertificateAuthorityCommand = _GetGroupCertificateAuthorityCommand;
|
|
|
3835
3747
|
|
|
3836
3748
|
|
|
3837
3749
|
|
|
3838
|
-
var _GetGroupCertificateConfigurationCommand = class _GetGroupCertificateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3839
|
-
...commonParams
|
|
3840
|
-
}).m(function(Command, cs, config, o) {
|
|
3750
|
+
var _GetGroupCertificateConfigurationCommand = class _GetGroupCertificateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3841
3751
|
return [
|
|
3842
3752
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3843
3753
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3851,9 +3761,7 @@ var GetGroupCertificateConfigurationCommand = _GetGroupCertificateConfigurationC
|
|
|
3851
3761
|
|
|
3852
3762
|
|
|
3853
3763
|
|
|
3854
|
-
var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3855
|
-
...commonParams
|
|
3856
|
-
}).m(function(Command, cs, config, o) {
|
|
3764
|
+
var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3857
3765
|
return [
|
|
3858
3766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3859
3767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3867,9 +3775,7 @@ var GetGroupCommand = _GetGroupCommand;
|
|
|
3867
3775
|
|
|
3868
3776
|
|
|
3869
3777
|
|
|
3870
|
-
var _GetGroupVersionCommand = class _GetGroupVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3871
|
-
...commonParams
|
|
3872
|
-
}).m(function(Command, cs, config, o) {
|
|
3778
|
+
var _GetGroupVersionCommand = class _GetGroupVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3873
3779
|
return [
|
|
3874
3780
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3875
3781
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3883,9 +3789,7 @@ var GetGroupVersionCommand = _GetGroupVersionCommand;
|
|
|
3883
3789
|
|
|
3884
3790
|
|
|
3885
3791
|
|
|
3886
|
-
var _GetLoggerDefinitionCommand = class _GetLoggerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3887
|
-
...commonParams
|
|
3888
|
-
}).m(function(Command, cs, config, o) {
|
|
3792
|
+
var _GetLoggerDefinitionCommand = class _GetLoggerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3889
3793
|
return [
|
|
3890
3794
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3891
3795
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3899,9 +3803,7 @@ var GetLoggerDefinitionCommand = _GetLoggerDefinitionCommand;
|
|
|
3899
3803
|
|
|
3900
3804
|
|
|
3901
3805
|
|
|
3902
|
-
var _GetLoggerDefinitionVersionCommand = class _GetLoggerDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3903
|
-
...commonParams
|
|
3904
|
-
}).m(function(Command, cs, config, o) {
|
|
3806
|
+
var _GetLoggerDefinitionVersionCommand = class _GetLoggerDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3905
3807
|
return [
|
|
3906
3808
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3907
3809
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3915,9 +3817,7 @@ var GetLoggerDefinitionVersionCommand = _GetLoggerDefinitionVersionCommand;
|
|
|
3915
3817
|
|
|
3916
3818
|
|
|
3917
3819
|
|
|
3918
|
-
var _GetResourceDefinitionCommand = class _GetResourceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3919
|
-
...commonParams
|
|
3920
|
-
}).m(function(Command, cs, config, o) {
|
|
3820
|
+
var _GetResourceDefinitionCommand = class _GetResourceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3921
3821
|
return [
|
|
3922
3822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3923
3823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3931,9 +3831,7 @@ var GetResourceDefinitionCommand = _GetResourceDefinitionCommand;
|
|
|
3931
3831
|
|
|
3932
3832
|
|
|
3933
3833
|
|
|
3934
|
-
var _GetResourceDefinitionVersionCommand = class _GetResourceDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3935
|
-
...commonParams
|
|
3936
|
-
}).m(function(Command, cs, config, o) {
|
|
3834
|
+
var _GetResourceDefinitionVersionCommand = class _GetResourceDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3937
3835
|
return [
|
|
3938
3836
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3939
3837
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3947,9 +3845,7 @@ var GetResourceDefinitionVersionCommand = _GetResourceDefinitionVersionCommand;
|
|
|
3947
3845
|
|
|
3948
3846
|
|
|
3949
3847
|
|
|
3950
|
-
var _GetServiceRoleForAccountCommand = class _GetServiceRoleForAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3951
|
-
...commonParams
|
|
3952
|
-
}).m(function(Command, cs, config, o) {
|
|
3848
|
+
var _GetServiceRoleForAccountCommand = class _GetServiceRoleForAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3953
3849
|
return [
|
|
3954
3850
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3955
3851
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3963,9 +3859,7 @@ var GetServiceRoleForAccountCommand = _GetServiceRoleForAccountCommand;
|
|
|
3963
3859
|
|
|
3964
3860
|
|
|
3965
3861
|
|
|
3966
|
-
var _GetSubscriptionDefinitionCommand = class _GetSubscriptionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3967
|
-
...commonParams
|
|
3968
|
-
}).m(function(Command, cs, config, o) {
|
|
3862
|
+
var _GetSubscriptionDefinitionCommand = class _GetSubscriptionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3969
3863
|
return [
|
|
3970
3864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3971
3865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3979,9 +3873,7 @@ var GetSubscriptionDefinitionCommand = _GetSubscriptionDefinitionCommand;
|
|
|
3979
3873
|
|
|
3980
3874
|
|
|
3981
3875
|
|
|
3982
|
-
var _GetSubscriptionDefinitionVersionCommand = class _GetSubscriptionDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3983
|
-
...commonParams
|
|
3984
|
-
}).m(function(Command, cs, config, o) {
|
|
3876
|
+
var _GetSubscriptionDefinitionVersionCommand = class _GetSubscriptionDefinitionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3985
3877
|
return [
|
|
3986
3878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3987
3879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3995,9 +3887,7 @@ var GetSubscriptionDefinitionVersionCommand = _GetSubscriptionDefinitionVersionC
|
|
|
3995
3887
|
|
|
3996
3888
|
|
|
3997
3889
|
|
|
3998
|
-
var _GetThingRuntimeConfigurationCommand = class _GetThingRuntimeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3999
|
-
...commonParams
|
|
4000
|
-
}).m(function(Command, cs, config, o) {
|
|
3890
|
+
var _GetThingRuntimeConfigurationCommand = class _GetThingRuntimeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4001
3891
|
return [
|
|
4002
3892
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4003
3893
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4011,9 +3901,7 @@ var GetThingRuntimeConfigurationCommand = _GetThingRuntimeConfigurationCommand;
|
|
|
4011
3901
|
|
|
4012
3902
|
|
|
4013
3903
|
|
|
4014
|
-
var _ListBulkDeploymentDetailedReportsCommand = class _ListBulkDeploymentDetailedReportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4015
|
-
...commonParams
|
|
4016
|
-
}).m(function(Command, cs, config, o) {
|
|
3904
|
+
var _ListBulkDeploymentDetailedReportsCommand = class _ListBulkDeploymentDetailedReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4017
3905
|
return [
|
|
4018
3906
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4019
3907
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4027,9 +3915,7 @@ var ListBulkDeploymentDetailedReportsCommand = _ListBulkDeploymentDetailedReport
|
|
|
4027
3915
|
|
|
4028
3916
|
|
|
4029
3917
|
|
|
4030
|
-
var _ListBulkDeploymentsCommand = class _ListBulkDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4031
|
-
...commonParams
|
|
4032
|
-
}).m(function(Command, cs, config, o) {
|
|
3918
|
+
var _ListBulkDeploymentsCommand = class _ListBulkDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4033
3919
|
return [
|
|
4034
3920
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4035
3921
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4043,9 +3929,7 @@ var ListBulkDeploymentsCommand = _ListBulkDeploymentsCommand;
|
|
|
4043
3929
|
|
|
4044
3930
|
|
|
4045
3931
|
|
|
4046
|
-
var _ListConnectorDefinitionsCommand = class _ListConnectorDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4047
|
-
...commonParams
|
|
4048
|
-
}).m(function(Command, cs, config, o) {
|
|
3932
|
+
var _ListConnectorDefinitionsCommand = class _ListConnectorDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4049
3933
|
return [
|
|
4050
3934
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4051
3935
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4059,9 +3943,7 @@ var ListConnectorDefinitionsCommand = _ListConnectorDefinitionsCommand;
|
|
|
4059
3943
|
|
|
4060
3944
|
|
|
4061
3945
|
|
|
4062
|
-
var _ListConnectorDefinitionVersionsCommand = class _ListConnectorDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4063
|
-
...commonParams
|
|
4064
|
-
}).m(function(Command, cs, config, o) {
|
|
3946
|
+
var _ListConnectorDefinitionVersionsCommand = class _ListConnectorDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4065
3947
|
return [
|
|
4066
3948
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4067
3949
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4075,9 +3957,7 @@ var ListConnectorDefinitionVersionsCommand = _ListConnectorDefinitionVersionsCom
|
|
|
4075
3957
|
|
|
4076
3958
|
|
|
4077
3959
|
|
|
4078
|
-
var _ListCoreDefinitionsCommand = class _ListCoreDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4079
|
-
...commonParams
|
|
4080
|
-
}).m(function(Command, cs, config, o) {
|
|
3960
|
+
var _ListCoreDefinitionsCommand = class _ListCoreDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4081
3961
|
return [
|
|
4082
3962
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4083
3963
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4091,9 +3971,7 @@ var ListCoreDefinitionsCommand = _ListCoreDefinitionsCommand;
|
|
|
4091
3971
|
|
|
4092
3972
|
|
|
4093
3973
|
|
|
4094
|
-
var _ListCoreDefinitionVersionsCommand = class _ListCoreDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4095
|
-
...commonParams
|
|
4096
|
-
}).m(function(Command, cs, config, o) {
|
|
3974
|
+
var _ListCoreDefinitionVersionsCommand = class _ListCoreDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4097
3975
|
return [
|
|
4098
3976
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4099
3977
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4107,9 +3985,7 @@ var ListCoreDefinitionVersionsCommand = _ListCoreDefinitionVersionsCommand;
|
|
|
4107
3985
|
|
|
4108
3986
|
|
|
4109
3987
|
|
|
4110
|
-
var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4111
|
-
...commonParams
|
|
4112
|
-
}).m(function(Command, cs, config, o) {
|
|
3988
|
+
var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4113
3989
|
return [
|
|
4114
3990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4115
3991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4123,9 +3999,7 @@ var ListDeploymentsCommand = _ListDeploymentsCommand;
|
|
|
4123
3999
|
|
|
4124
4000
|
|
|
4125
4001
|
|
|
4126
|
-
var _ListDeviceDefinitionsCommand = class _ListDeviceDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4127
|
-
...commonParams
|
|
4128
|
-
}).m(function(Command, cs, config, o) {
|
|
4002
|
+
var _ListDeviceDefinitionsCommand = class _ListDeviceDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4129
4003
|
return [
|
|
4130
4004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4131
4005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4139,9 +4013,7 @@ var ListDeviceDefinitionsCommand = _ListDeviceDefinitionsCommand;
|
|
|
4139
4013
|
|
|
4140
4014
|
|
|
4141
4015
|
|
|
4142
|
-
var _ListDeviceDefinitionVersionsCommand = class _ListDeviceDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4143
|
-
...commonParams
|
|
4144
|
-
}).m(function(Command, cs, config, o) {
|
|
4016
|
+
var _ListDeviceDefinitionVersionsCommand = class _ListDeviceDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4145
4017
|
return [
|
|
4146
4018
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4147
4019
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4155,9 +4027,7 @@ var ListDeviceDefinitionVersionsCommand = _ListDeviceDefinitionVersionsCommand;
|
|
|
4155
4027
|
|
|
4156
4028
|
|
|
4157
4029
|
|
|
4158
|
-
var _ListFunctionDefinitionsCommand = class _ListFunctionDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4159
|
-
...commonParams
|
|
4160
|
-
}).m(function(Command, cs, config, o) {
|
|
4030
|
+
var _ListFunctionDefinitionsCommand = class _ListFunctionDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4161
4031
|
return [
|
|
4162
4032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4163
4033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4171,9 +4041,7 @@ var ListFunctionDefinitionsCommand = _ListFunctionDefinitionsCommand;
|
|
|
4171
4041
|
|
|
4172
4042
|
|
|
4173
4043
|
|
|
4174
|
-
var _ListFunctionDefinitionVersionsCommand = class _ListFunctionDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4175
|
-
...commonParams
|
|
4176
|
-
}).m(function(Command, cs, config, o) {
|
|
4044
|
+
var _ListFunctionDefinitionVersionsCommand = class _ListFunctionDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4177
4045
|
return [
|
|
4178
4046
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4179
4047
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4187,9 +4055,7 @@ var ListFunctionDefinitionVersionsCommand = _ListFunctionDefinitionVersionsComma
|
|
|
4187
4055
|
|
|
4188
4056
|
|
|
4189
4057
|
|
|
4190
|
-
var _ListGroupCertificateAuthoritiesCommand = class _ListGroupCertificateAuthoritiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4191
|
-
...commonParams
|
|
4192
|
-
}).m(function(Command, cs, config, o) {
|
|
4058
|
+
var _ListGroupCertificateAuthoritiesCommand = class _ListGroupCertificateAuthoritiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4193
4059
|
return [
|
|
4194
4060
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4195
4061
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4203,9 +4069,7 @@ var ListGroupCertificateAuthoritiesCommand = _ListGroupCertificateAuthoritiesCom
|
|
|
4203
4069
|
|
|
4204
4070
|
|
|
4205
4071
|
|
|
4206
|
-
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4207
|
-
...commonParams
|
|
4208
|
-
}).m(function(Command, cs, config, o) {
|
|
4072
|
+
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4209
4073
|
return [
|
|
4210
4074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4211
4075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4219,9 +4083,7 @@ var ListGroupsCommand = _ListGroupsCommand;
|
|
|
4219
4083
|
|
|
4220
4084
|
|
|
4221
4085
|
|
|
4222
|
-
var _ListGroupVersionsCommand = class _ListGroupVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4223
|
-
...commonParams
|
|
4224
|
-
}).m(function(Command, cs, config, o) {
|
|
4086
|
+
var _ListGroupVersionsCommand = class _ListGroupVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4225
4087
|
return [
|
|
4226
4088
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4227
4089
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4235,9 +4097,7 @@ var ListGroupVersionsCommand = _ListGroupVersionsCommand;
|
|
|
4235
4097
|
|
|
4236
4098
|
|
|
4237
4099
|
|
|
4238
|
-
var _ListLoggerDefinitionsCommand = class _ListLoggerDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4239
|
-
...commonParams
|
|
4240
|
-
}).m(function(Command, cs, config, o) {
|
|
4100
|
+
var _ListLoggerDefinitionsCommand = class _ListLoggerDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4241
4101
|
return [
|
|
4242
4102
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4243
4103
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4251,9 +4111,7 @@ var ListLoggerDefinitionsCommand = _ListLoggerDefinitionsCommand;
|
|
|
4251
4111
|
|
|
4252
4112
|
|
|
4253
4113
|
|
|
4254
|
-
var _ListLoggerDefinitionVersionsCommand = class _ListLoggerDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4255
|
-
...commonParams
|
|
4256
|
-
}).m(function(Command, cs, config, o) {
|
|
4114
|
+
var _ListLoggerDefinitionVersionsCommand = class _ListLoggerDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4257
4115
|
return [
|
|
4258
4116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4259
4117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4267,9 +4125,7 @@ var ListLoggerDefinitionVersionsCommand = _ListLoggerDefinitionVersionsCommand;
|
|
|
4267
4125
|
|
|
4268
4126
|
|
|
4269
4127
|
|
|
4270
|
-
var _ListResourceDefinitionsCommand = class _ListResourceDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4271
|
-
...commonParams
|
|
4272
|
-
}).m(function(Command, cs, config, o) {
|
|
4128
|
+
var _ListResourceDefinitionsCommand = class _ListResourceDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4273
4129
|
return [
|
|
4274
4130
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4275
4131
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4283,9 +4139,7 @@ var ListResourceDefinitionsCommand = _ListResourceDefinitionsCommand;
|
|
|
4283
4139
|
|
|
4284
4140
|
|
|
4285
4141
|
|
|
4286
|
-
var _ListResourceDefinitionVersionsCommand = class _ListResourceDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4287
|
-
...commonParams
|
|
4288
|
-
}).m(function(Command, cs, config, o) {
|
|
4142
|
+
var _ListResourceDefinitionVersionsCommand = class _ListResourceDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4289
4143
|
return [
|
|
4290
4144
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4291
4145
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4299,9 +4153,7 @@ var ListResourceDefinitionVersionsCommand = _ListResourceDefinitionVersionsComma
|
|
|
4299
4153
|
|
|
4300
4154
|
|
|
4301
4155
|
|
|
4302
|
-
var _ListSubscriptionDefinitionsCommand = class _ListSubscriptionDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4303
|
-
...commonParams
|
|
4304
|
-
}).m(function(Command, cs, config, o) {
|
|
4156
|
+
var _ListSubscriptionDefinitionsCommand = class _ListSubscriptionDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4305
4157
|
return [
|
|
4306
4158
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4307
4159
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4315,9 +4167,7 @@ var ListSubscriptionDefinitionsCommand = _ListSubscriptionDefinitionsCommand;
|
|
|
4315
4167
|
|
|
4316
4168
|
|
|
4317
4169
|
|
|
4318
|
-
var _ListSubscriptionDefinitionVersionsCommand = class _ListSubscriptionDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4319
|
-
...commonParams
|
|
4320
|
-
}).m(function(Command, cs, config, o) {
|
|
4170
|
+
var _ListSubscriptionDefinitionVersionsCommand = class _ListSubscriptionDefinitionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4321
4171
|
return [
|
|
4322
4172
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4323
4173
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4331,9 +4181,7 @@ var ListSubscriptionDefinitionVersionsCommand = _ListSubscriptionDefinitionVersi
|
|
|
4331
4181
|
|
|
4332
4182
|
|
|
4333
4183
|
|
|
4334
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4335
|
-
...commonParams
|
|
4336
|
-
}).m(function(Command, cs, config, o) {
|
|
4184
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4337
4185
|
return [
|
|
4338
4186
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4339
4187
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4347,9 +4195,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
4347
4195
|
|
|
4348
4196
|
|
|
4349
4197
|
|
|
4350
|
-
var _ResetDeploymentsCommand = class _ResetDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4351
|
-
...commonParams
|
|
4352
|
-
}).m(function(Command, cs, config, o) {
|
|
4198
|
+
var _ResetDeploymentsCommand = class _ResetDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4353
4199
|
return [
|
|
4354
4200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4355
4201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4363,9 +4209,7 @@ var ResetDeploymentsCommand = _ResetDeploymentsCommand;
|
|
|
4363
4209
|
|
|
4364
4210
|
|
|
4365
4211
|
|
|
4366
|
-
var _StartBulkDeploymentCommand = class _StartBulkDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4367
|
-
...commonParams
|
|
4368
|
-
}).m(function(Command, cs, config, o) {
|
|
4212
|
+
var _StartBulkDeploymentCommand = class _StartBulkDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4369
4213
|
return [
|
|
4370
4214
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4371
4215
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4379,9 +4223,7 @@ var StartBulkDeploymentCommand = _StartBulkDeploymentCommand;
|
|
|
4379
4223
|
|
|
4380
4224
|
|
|
4381
4225
|
|
|
4382
|
-
var _StopBulkDeploymentCommand = class _StopBulkDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4383
|
-
...commonParams
|
|
4384
|
-
}).m(function(Command, cs, config, o) {
|
|
4226
|
+
var _StopBulkDeploymentCommand = class _StopBulkDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4385
4227
|
return [
|
|
4386
4228
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4387
4229
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4395,9 +4237,7 @@ var StopBulkDeploymentCommand = _StopBulkDeploymentCommand;
|
|
|
4395
4237
|
|
|
4396
4238
|
|
|
4397
4239
|
|
|
4398
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4399
|
-
...commonParams
|
|
4400
|
-
}).m(function(Command, cs, config, o) {
|
|
4240
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4401
4241
|
return [
|
|
4402
4242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4403
4243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4411,9 +4251,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
4411
4251
|
|
|
4412
4252
|
|
|
4413
4253
|
|
|
4414
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4415
|
-
...commonParams
|
|
4416
|
-
}).m(function(Command, cs, config, o) {
|
|
4254
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4417
4255
|
return [
|
|
4418
4256
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4419
4257
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4427,9 +4265,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
4427
4265
|
|
|
4428
4266
|
|
|
4429
4267
|
|
|
4430
|
-
var _UpdateConnectivityInfoCommand = class _UpdateConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4431
|
-
...commonParams
|
|
4432
|
-
}).m(function(Command, cs, config, o) {
|
|
4268
|
+
var _UpdateConnectivityInfoCommand = class _UpdateConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4433
4269
|
return [
|
|
4434
4270
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4435
4271
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4443,9 +4279,7 @@ var UpdateConnectivityInfoCommand = _UpdateConnectivityInfoCommand;
|
|
|
4443
4279
|
|
|
4444
4280
|
|
|
4445
4281
|
|
|
4446
|
-
var _UpdateConnectorDefinitionCommand = class _UpdateConnectorDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4447
|
-
...commonParams
|
|
4448
|
-
}).m(function(Command, cs, config, o) {
|
|
4282
|
+
var _UpdateConnectorDefinitionCommand = class _UpdateConnectorDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4449
4283
|
return [
|
|
4450
4284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4451
4285
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4459,9 +4293,7 @@ var UpdateConnectorDefinitionCommand = _UpdateConnectorDefinitionCommand;
|
|
|
4459
4293
|
|
|
4460
4294
|
|
|
4461
4295
|
|
|
4462
|
-
var _UpdateCoreDefinitionCommand = class _UpdateCoreDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4463
|
-
...commonParams
|
|
4464
|
-
}).m(function(Command, cs, config, o) {
|
|
4296
|
+
var _UpdateCoreDefinitionCommand = class _UpdateCoreDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4465
4297
|
return [
|
|
4466
4298
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4467
4299
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4475,9 +4307,7 @@ var UpdateCoreDefinitionCommand = _UpdateCoreDefinitionCommand;
|
|
|
4475
4307
|
|
|
4476
4308
|
|
|
4477
4309
|
|
|
4478
|
-
var _UpdateDeviceDefinitionCommand = class _UpdateDeviceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4479
|
-
...commonParams
|
|
4480
|
-
}).m(function(Command, cs, config, o) {
|
|
4310
|
+
var _UpdateDeviceDefinitionCommand = class _UpdateDeviceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4481
4311
|
return [
|
|
4482
4312
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4483
4313
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4491,9 +4321,7 @@ var UpdateDeviceDefinitionCommand = _UpdateDeviceDefinitionCommand;
|
|
|
4491
4321
|
|
|
4492
4322
|
|
|
4493
4323
|
|
|
4494
|
-
var _UpdateFunctionDefinitionCommand = class _UpdateFunctionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4495
|
-
...commonParams
|
|
4496
|
-
}).m(function(Command, cs, config, o) {
|
|
4324
|
+
var _UpdateFunctionDefinitionCommand = class _UpdateFunctionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4497
4325
|
return [
|
|
4498
4326
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4499
4327
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4507,9 +4335,7 @@ var UpdateFunctionDefinitionCommand = _UpdateFunctionDefinitionCommand;
|
|
|
4507
4335
|
|
|
4508
4336
|
|
|
4509
4337
|
|
|
4510
|
-
var _UpdateGroupCertificateConfigurationCommand = class _UpdateGroupCertificateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4511
|
-
...commonParams
|
|
4512
|
-
}).m(function(Command, cs, config, o) {
|
|
4338
|
+
var _UpdateGroupCertificateConfigurationCommand = class _UpdateGroupCertificateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4513
4339
|
return [
|
|
4514
4340
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4515
4341
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4523,9 +4349,7 @@ var UpdateGroupCertificateConfigurationCommand = _UpdateGroupCertificateConfigur
|
|
|
4523
4349
|
|
|
4524
4350
|
|
|
4525
4351
|
|
|
4526
|
-
var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4527
|
-
...commonParams
|
|
4528
|
-
}).m(function(Command, cs, config, o) {
|
|
4352
|
+
var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4529
4353
|
return [
|
|
4530
4354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4531
4355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4539,9 +4363,7 @@ var UpdateGroupCommand = _UpdateGroupCommand;
|
|
|
4539
4363
|
|
|
4540
4364
|
|
|
4541
4365
|
|
|
4542
|
-
var _UpdateLoggerDefinitionCommand = class _UpdateLoggerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4543
|
-
...commonParams
|
|
4544
|
-
}).m(function(Command, cs, config, o) {
|
|
4366
|
+
var _UpdateLoggerDefinitionCommand = class _UpdateLoggerDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4545
4367
|
return [
|
|
4546
4368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4547
4369
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4555,9 +4377,7 @@ var UpdateLoggerDefinitionCommand = _UpdateLoggerDefinitionCommand;
|
|
|
4555
4377
|
|
|
4556
4378
|
|
|
4557
4379
|
|
|
4558
|
-
var _UpdateResourceDefinitionCommand = class _UpdateResourceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4559
|
-
...commonParams
|
|
4560
|
-
}).m(function(Command, cs, config, o) {
|
|
4380
|
+
var _UpdateResourceDefinitionCommand = class _UpdateResourceDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4561
4381
|
return [
|
|
4562
4382
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4563
4383
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4571,9 +4391,7 @@ var UpdateResourceDefinitionCommand = _UpdateResourceDefinitionCommand;
|
|
|
4571
4391
|
|
|
4572
4392
|
|
|
4573
4393
|
|
|
4574
|
-
var _UpdateSubscriptionDefinitionCommand = class _UpdateSubscriptionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4575
|
-
...commonParams
|
|
4576
|
-
}).m(function(Command, cs, config, o) {
|
|
4394
|
+
var _UpdateSubscriptionDefinitionCommand = class _UpdateSubscriptionDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4577
4395
|
return [
|
|
4578
4396
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4579
4397
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4587,9 +4405,7 @@ var UpdateSubscriptionDefinitionCommand = _UpdateSubscriptionDefinitionCommand;
|
|
|
4587
4405
|
|
|
4588
4406
|
|
|
4589
4407
|
|
|
4590
|
-
var _UpdateThingRuntimeConfigurationCommand = class _UpdateThingRuntimeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4591
|
-
...commonParams
|
|
4592
|
-
}).m(function(Command, cs, config, o) {
|
|
4408
|
+
var _UpdateThingRuntimeConfigurationCommand = class _UpdateThingRuntimeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4593
4409
|
return [
|
|
4594
4410
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4595
4411
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|