@aws-sdk/client-iottwinmaker 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +40 -120
- package/dist-es/commands/BatchPutPropertyValuesCommand.js +1 -3
- package/dist-es/commands/CancelMetadataTransferJobCommand.js +1 -3
- package/dist-es/commands/CreateComponentTypeCommand.js +1 -3
- package/dist-es/commands/CreateEntityCommand.js +1 -3
- package/dist-es/commands/CreateMetadataTransferJobCommand.js +1 -3
- package/dist-es/commands/CreateSceneCommand.js +1 -3
- package/dist-es/commands/CreateSyncJobCommand.js +1 -3
- package/dist-es/commands/CreateWorkspaceCommand.js +1 -3
- package/dist-es/commands/DeleteComponentTypeCommand.js +1 -3
- package/dist-es/commands/DeleteEntityCommand.js +1 -3
- package/dist-es/commands/DeleteSceneCommand.js +1 -3
- package/dist-es/commands/DeleteSyncJobCommand.js +1 -3
- package/dist-es/commands/DeleteWorkspaceCommand.js +1 -3
- package/dist-es/commands/ExecuteQueryCommand.js +1 -3
- package/dist-es/commands/GetComponentTypeCommand.js +1 -3
- package/dist-es/commands/GetEntityCommand.js +1 -3
- package/dist-es/commands/GetMetadataTransferJobCommand.js +1 -3
- package/dist-es/commands/GetPricingPlanCommand.js +1 -3
- package/dist-es/commands/GetPropertyValueCommand.js +1 -3
- package/dist-es/commands/GetPropertyValueHistoryCommand.js +1 -3
- package/dist-es/commands/GetSceneCommand.js +1 -3
- package/dist-es/commands/GetSyncJobCommand.js +1 -3
- package/dist-es/commands/GetWorkspaceCommand.js +1 -3
- package/dist-es/commands/ListComponentTypesCommand.js +1 -3
- package/dist-es/commands/ListComponentsCommand.js +1 -3
- package/dist-es/commands/ListEntitiesCommand.js +1 -3
- package/dist-es/commands/ListMetadataTransferJobsCommand.js +1 -3
- package/dist-es/commands/ListPropertiesCommand.js +1 -3
- package/dist-es/commands/ListScenesCommand.js +1 -3
- package/dist-es/commands/ListSyncJobsCommand.js +1 -3
- package/dist-es/commands/ListSyncResourcesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListWorkspacesCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateComponentTypeCommand.js +1 -3
- package/dist-es/commands/UpdateEntityCommand.js +1 -3
- package/dist-es/commands/UpdatePricingPlanCommand.js +1 -3
- package/dist-es/commands/UpdateSceneCommand.js +1 -3
- package/dist-es/commands/UpdateWorkspaceCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -3037,9 +3037,7 @@ var _w = "workspace";
|
|
|
3037
3037
|
var _wI = "workspaceId";
|
|
3038
3038
|
|
|
3039
3039
|
// src/commands/BatchPutPropertyValuesCommand.ts
|
|
3040
|
-
var _BatchPutPropertyValuesCommand = class _BatchPutPropertyValuesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3041
|
-
...commonParams
|
|
3042
|
-
}).m(function(Command, cs, config, o) {
|
|
3040
|
+
var _BatchPutPropertyValuesCommand = class _BatchPutPropertyValuesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3043
3041
|
return [
|
|
3044
3042
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3045
3043
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3053,9 +3051,7 @@ var BatchPutPropertyValuesCommand = _BatchPutPropertyValuesCommand;
|
|
|
3053
3051
|
|
|
3054
3052
|
|
|
3055
3053
|
|
|
3056
|
-
var _CancelMetadataTransferJobCommand = class _CancelMetadataTransferJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3057
|
-
...commonParams
|
|
3058
|
-
}).m(function(Command, cs, config, o) {
|
|
3054
|
+
var _CancelMetadataTransferJobCommand = class _CancelMetadataTransferJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3059
3055
|
return [
|
|
3060
3056
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3061
3057
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3069,9 +3065,7 @@ var CancelMetadataTransferJobCommand = _CancelMetadataTransferJobCommand;
|
|
|
3069
3065
|
|
|
3070
3066
|
|
|
3071
3067
|
|
|
3072
|
-
var _CreateComponentTypeCommand = class _CreateComponentTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3073
|
-
...commonParams
|
|
3074
|
-
}).m(function(Command, cs, config, o) {
|
|
3068
|
+
var _CreateComponentTypeCommand = class _CreateComponentTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3075
3069
|
return [
|
|
3076
3070
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3077
3071
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3085,9 +3079,7 @@ var CreateComponentTypeCommand = _CreateComponentTypeCommand;
|
|
|
3085
3079
|
|
|
3086
3080
|
|
|
3087
3081
|
|
|
3088
|
-
var _CreateEntityCommand = class _CreateEntityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3089
|
-
...commonParams
|
|
3090
|
-
}).m(function(Command, cs, config, o) {
|
|
3082
|
+
var _CreateEntityCommand = class _CreateEntityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3091
3083
|
return [
|
|
3092
3084
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3093
3085
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3101,9 +3093,7 @@ var CreateEntityCommand = _CreateEntityCommand;
|
|
|
3101
3093
|
|
|
3102
3094
|
|
|
3103
3095
|
|
|
3104
|
-
var _CreateMetadataTransferJobCommand = class _CreateMetadataTransferJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3105
|
-
...commonParams
|
|
3106
|
-
}).m(function(Command, cs, config, o) {
|
|
3096
|
+
var _CreateMetadataTransferJobCommand = class _CreateMetadataTransferJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3107
3097
|
return [
|
|
3108
3098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3109
3099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3117,9 +3107,7 @@ var CreateMetadataTransferJobCommand = _CreateMetadataTransferJobCommand;
|
|
|
3117
3107
|
|
|
3118
3108
|
|
|
3119
3109
|
|
|
3120
|
-
var _CreateSceneCommand = class _CreateSceneCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3121
|
-
...commonParams
|
|
3122
|
-
}).m(function(Command, cs, config, o) {
|
|
3110
|
+
var _CreateSceneCommand = class _CreateSceneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3123
3111
|
return [
|
|
3124
3112
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3125
3113
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3133,9 +3121,7 @@ var CreateSceneCommand = _CreateSceneCommand;
|
|
|
3133
3121
|
|
|
3134
3122
|
|
|
3135
3123
|
|
|
3136
|
-
var _CreateSyncJobCommand = class _CreateSyncJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3137
|
-
...commonParams
|
|
3138
|
-
}).m(function(Command, cs, config, o) {
|
|
3124
|
+
var _CreateSyncJobCommand = class _CreateSyncJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3139
3125
|
return [
|
|
3140
3126
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3141
3127
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3149,9 +3135,7 @@ var CreateSyncJobCommand = _CreateSyncJobCommand;
|
|
|
3149
3135
|
|
|
3150
3136
|
|
|
3151
3137
|
|
|
3152
|
-
var _CreateWorkspaceCommand = class _CreateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3153
|
-
...commonParams
|
|
3154
|
-
}).m(function(Command, cs, config, o) {
|
|
3138
|
+
var _CreateWorkspaceCommand = class _CreateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3155
3139
|
return [
|
|
3156
3140
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3157
3141
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3165,9 +3149,7 @@ var CreateWorkspaceCommand = _CreateWorkspaceCommand;
|
|
|
3165
3149
|
|
|
3166
3150
|
|
|
3167
3151
|
|
|
3168
|
-
var _DeleteComponentTypeCommand = class _DeleteComponentTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3169
|
-
...commonParams
|
|
3170
|
-
}).m(function(Command, cs, config, o) {
|
|
3152
|
+
var _DeleteComponentTypeCommand = class _DeleteComponentTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3171
3153
|
return [
|
|
3172
3154
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3173
3155
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3181,9 +3163,7 @@ var DeleteComponentTypeCommand = _DeleteComponentTypeCommand;
|
|
|
3181
3163
|
|
|
3182
3164
|
|
|
3183
3165
|
|
|
3184
|
-
var _DeleteEntityCommand = class _DeleteEntityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3185
|
-
...commonParams
|
|
3186
|
-
}).m(function(Command, cs, config, o) {
|
|
3166
|
+
var _DeleteEntityCommand = class _DeleteEntityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3187
3167
|
return [
|
|
3188
3168
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3189
3169
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3197,9 +3177,7 @@ var DeleteEntityCommand = _DeleteEntityCommand;
|
|
|
3197
3177
|
|
|
3198
3178
|
|
|
3199
3179
|
|
|
3200
|
-
var _DeleteSceneCommand = class _DeleteSceneCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3201
|
-
...commonParams
|
|
3202
|
-
}).m(function(Command, cs, config, o) {
|
|
3180
|
+
var _DeleteSceneCommand = class _DeleteSceneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3203
3181
|
return [
|
|
3204
3182
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3205
3183
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3213,9 +3191,7 @@ var DeleteSceneCommand = _DeleteSceneCommand;
|
|
|
3213
3191
|
|
|
3214
3192
|
|
|
3215
3193
|
|
|
3216
|
-
var _DeleteSyncJobCommand = class _DeleteSyncJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3217
|
-
...commonParams
|
|
3218
|
-
}).m(function(Command, cs, config, o) {
|
|
3194
|
+
var _DeleteSyncJobCommand = class _DeleteSyncJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3219
3195
|
return [
|
|
3220
3196
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3221
3197
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3229,9 +3205,7 @@ var DeleteSyncJobCommand = _DeleteSyncJobCommand;
|
|
|
3229
3205
|
|
|
3230
3206
|
|
|
3231
3207
|
|
|
3232
|
-
var _DeleteWorkspaceCommand = class _DeleteWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3233
|
-
...commonParams
|
|
3234
|
-
}).m(function(Command, cs, config, o) {
|
|
3208
|
+
var _DeleteWorkspaceCommand = class _DeleteWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3235
3209
|
return [
|
|
3236
3210
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3237
3211
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3245,9 +3219,7 @@ var DeleteWorkspaceCommand = _DeleteWorkspaceCommand;
|
|
|
3245
3219
|
|
|
3246
3220
|
|
|
3247
3221
|
|
|
3248
|
-
var _ExecuteQueryCommand = class _ExecuteQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3249
|
-
...commonParams
|
|
3250
|
-
}).m(function(Command, cs, config, o) {
|
|
3222
|
+
var _ExecuteQueryCommand = class _ExecuteQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3251
3223
|
return [
|
|
3252
3224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3253
3225
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3261,9 +3233,7 @@ var ExecuteQueryCommand = _ExecuteQueryCommand;
|
|
|
3261
3233
|
|
|
3262
3234
|
|
|
3263
3235
|
|
|
3264
|
-
var _GetComponentTypeCommand = class _GetComponentTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3265
|
-
...commonParams
|
|
3266
|
-
}).m(function(Command, cs, config, o) {
|
|
3236
|
+
var _GetComponentTypeCommand = class _GetComponentTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3267
3237
|
return [
|
|
3268
3238
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3269
3239
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3277,9 +3247,7 @@ var GetComponentTypeCommand = _GetComponentTypeCommand;
|
|
|
3277
3247
|
|
|
3278
3248
|
|
|
3279
3249
|
|
|
3280
|
-
var _GetEntityCommand = class _GetEntityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3281
|
-
...commonParams
|
|
3282
|
-
}).m(function(Command, cs, config, o) {
|
|
3250
|
+
var _GetEntityCommand = class _GetEntityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3283
3251
|
return [
|
|
3284
3252
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3285
3253
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3293,9 +3261,7 @@ var GetEntityCommand = _GetEntityCommand;
|
|
|
3293
3261
|
|
|
3294
3262
|
|
|
3295
3263
|
|
|
3296
|
-
var _GetMetadataTransferJobCommand = class _GetMetadataTransferJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3297
|
-
...commonParams
|
|
3298
|
-
}).m(function(Command, cs, config, o) {
|
|
3264
|
+
var _GetMetadataTransferJobCommand = class _GetMetadataTransferJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3299
3265
|
return [
|
|
3300
3266
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3301
3267
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3309,9 +3275,7 @@ var GetMetadataTransferJobCommand = _GetMetadataTransferJobCommand;
|
|
|
3309
3275
|
|
|
3310
3276
|
|
|
3311
3277
|
|
|
3312
|
-
var _GetPricingPlanCommand = class _GetPricingPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3313
|
-
...commonParams
|
|
3314
|
-
}).m(function(Command, cs, config, o) {
|
|
3278
|
+
var _GetPricingPlanCommand = class _GetPricingPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3315
3279
|
return [
|
|
3316
3280
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3317
3281
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3325,9 +3289,7 @@ var GetPricingPlanCommand = _GetPricingPlanCommand;
|
|
|
3325
3289
|
|
|
3326
3290
|
|
|
3327
3291
|
|
|
3328
|
-
var _GetPropertyValueCommand = class _GetPropertyValueCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3329
|
-
...commonParams
|
|
3330
|
-
}).m(function(Command, cs, config, o) {
|
|
3292
|
+
var _GetPropertyValueCommand = class _GetPropertyValueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3331
3293
|
return [
|
|
3332
3294
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3333
3295
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3341,9 +3303,7 @@ var GetPropertyValueCommand = _GetPropertyValueCommand;
|
|
|
3341
3303
|
|
|
3342
3304
|
|
|
3343
3305
|
|
|
3344
|
-
var _GetPropertyValueHistoryCommand = class _GetPropertyValueHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3345
|
-
...commonParams
|
|
3346
|
-
}).m(function(Command, cs, config, o) {
|
|
3306
|
+
var _GetPropertyValueHistoryCommand = class _GetPropertyValueHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3347
3307
|
return [
|
|
3348
3308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3349
3309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3357,9 +3317,7 @@ var GetPropertyValueHistoryCommand = _GetPropertyValueHistoryCommand;
|
|
|
3357
3317
|
|
|
3358
3318
|
|
|
3359
3319
|
|
|
3360
|
-
var _GetSceneCommand = class _GetSceneCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3361
|
-
...commonParams
|
|
3362
|
-
}).m(function(Command, cs, config, o) {
|
|
3320
|
+
var _GetSceneCommand = class _GetSceneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3363
3321
|
return [
|
|
3364
3322
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3365
3323
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3373,9 +3331,7 @@ var GetSceneCommand = _GetSceneCommand;
|
|
|
3373
3331
|
|
|
3374
3332
|
|
|
3375
3333
|
|
|
3376
|
-
var _GetSyncJobCommand = class _GetSyncJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3377
|
-
...commonParams
|
|
3378
|
-
}).m(function(Command, cs, config, o) {
|
|
3334
|
+
var _GetSyncJobCommand = class _GetSyncJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3379
3335
|
return [
|
|
3380
3336
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3381
3337
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3389,9 +3345,7 @@ var GetSyncJobCommand = _GetSyncJobCommand;
|
|
|
3389
3345
|
|
|
3390
3346
|
|
|
3391
3347
|
|
|
3392
|
-
var _GetWorkspaceCommand = class _GetWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3393
|
-
...commonParams
|
|
3394
|
-
}).m(function(Command, cs, config, o) {
|
|
3348
|
+
var _GetWorkspaceCommand = class _GetWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3395
3349
|
return [
|
|
3396
3350
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3397
3351
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3405,9 +3359,7 @@ var GetWorkspaceCommand = _GetWorkspaceCommand;
|
|
|
3405
3359
|
|
|
3406
3360
|
|
|
3407
3361
|
|
|
3408
|
-
var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3409
|
-
...commonParams
|
|
3410
|
-
}).m(function(Command, cs, config, o) {
|
|
3362
|
+
var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3411
3363
|
return [
|
|
3412
3364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3413
3365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3421,9 +3373,7 @@ var ListComponentsCommand = _ListComponentsCommand;
|
|
|
3421
3373
|
|
|
3422
3374
|
|
|
3423
3375
|
|
|
3424
|
-
var _ListComponentTypesCommand = class _ListComponentTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3425
|
-
...commonParams
|
|
3426
|
-
}).m(function(Command, cs, config, o) {
|
|
3376
|
+
var _ListComponentTypesCommand = class _ListComponentTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3427
3377
|
return [
|
|
3428
3378
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3429
3379
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3437,9 +3387,7 @@ var ListComponentTypesCommand = _ListComponentTypesCommand;
|
|
|
3437
3387
|
|
|
3438
3388
|
|
|
3439
3389
|
|
|
3440
|
-
var _ListEntitiesCommand = class _ListEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3441
|
-
...commonParams
|
|
3442
|
-
}).m(function(Command, cs, config, o) {
|
|
3390
|
+
var _ListEntitiesCommand = class _ListEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3443
3391
|
return [
|
|
3444
3392
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3445
3393
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3453,9 +3401,7 @@ var ListEntitiesCommand = _ListEntitiesCommand;
|
|
|
3453
3401
|
|
|
3454
3402
|
|
|
3455
3403
|
|
|
3456
|
-
var _ListMetadataTransferJobsCommand = class _ListMetadataTransferJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3457
|
-
...commonParams
|
|
3458
|
-
}).m(function(Command, cs, config, o) {
|
|
3404
|
+
var _ListMetadataTransferJobsCommand = class _ListMetadataTransferJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3459
3405
|
return [
|
|
3460
3406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3461
3407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3469,9 +3415,7 @@ var ListMetadataTransferJobsCommand = _ListMetadataTransferJobsCommand;
|
|
|
3469
3415
|
|
|
3470
3416
|
|
|
3471
3417
|
|
|
3472
|
-
var _ListPropertiesCommand = class _ListPropertiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3473
|
-
...commonParams
|
|
3474
|
-
}).m(function(Command, cs, config, o) {
|
|
3418
|
+
var _ListPropertiesCommand = class _ListPropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3475
3419
|
return [
|
|
3476
3420
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3477
3421
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3485,9 +3429,7 @@ var ListPropertiesCommand = _ListPropertiesCommand;
|
|
|
3485
3429
|
|
|
3486
3430
|
|
|
3487
3431
|
|
|
3488
|
-
var _ListScenesCommand = class _ListScenesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3489
|
-
...commonParams
|
|
3490
|
-
}).m(function(Command, cs, config, o) {
|
|
3432
|
+
var _ListScenesCommand = class _ListScenesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3491
3433
|
return [
|
|
3492
3434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3493
3435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3501,9 +3443,7 @@ var ListScenesCommand = _ListScenesCommand;
|
|
|
3501
3443
|
|
|
3502
3444
|
|
|
3503
3445
|
|
|
3504
|
-
var _ListSyncJobsCommand = class _ListSyncJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3505
|
-
...commonParams
|
|
3506
|
-
}).m(function(Command, cs, config, o) {
|
|
3446
|
+
var _ListSyncJobsCommand = class _ListSyncJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3507
3447
|
return [
|
|
3508
3448
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3509
3449
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3517,9 +3457,7 @@ var ListSyncJobsCommand = _ListSyncJobsCommand;
|
|
|
3517
3457
|
|
|
3518
3458
|
|
|
3519
3459
|
|
|
3520
|
-
var _ListSyncResourcesCommand = class _ListSyncResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3521
|
-
...commonParams
|
|
3522
|
-
}).m(function(Command, cs, config, o) {
|
|
3460
|
+
var _ListSyncResourcesCommand = class _ListSyncResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3523
3461
|
return [
|
|
3524
3462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3525
3463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3533,9 +3471,7 @@ var ListSyncResourcesCommand = _ListSyncResourcesCommand;
|
|
|
3533
3471
|
|
|
3534
3472
|
|
|
3535
3473
|
|
|
3536
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3537
|
-
...commonParams
|
|
3538
|
-
}).m(function(Command, cs, config, o) {
|
|
3474
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3539
3475
|
return [
|
|
3540
3476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3541
3477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3549,9 +3485,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3549
3485
|
|
|
3550
3486
|
|
|
3551
3487
|
|
|
3552
|
-
var _ListWorkspacesCommand = class _ListWorkspacesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3553
|
-
...commonParams
|
|
3554
|
-
}).m(function(Command, cs, config, o) {
|
|
3488
|
+
var _ListWorkspacesCommand = class _ListWorkspacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3555
3489
|
return [
|
|
3556
3490
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3557
3491
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3565,9 +3499,7 @@ var ListWorkspacesCommand = _ListWorkspacesCommand;
|
|
|
3565
3499
|
|
|
3566
3500
|
|
|
3567
3501
|
|
|
3568
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3569
|
-
...commonParams
|
|
3570
|
-
}).m(function(Command, cs, config, o) {
|
|
3502
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3571
3503
|
return [
|
|
3572
3504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3573
3505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3581,9 +3513,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3581
3513
|
|
|
3582
3514
|
|
|
3583
3515
|
|
|
3584
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3585
|
-
...commonParams
|
|
3586
|
-
}).m(function(Command, cs, config, o) {
|
|
3516
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3587
3517
|
return [
|
|
3588
3518
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3589
3519
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3597,9 +3527,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3597
3527
|
|
|
3598
3528
|
|
|
3599
3529
|
|
|
3600
|
-
var _UpdateComponentTypeCommand = class _UpdateComponentTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3601
|
-
...commonParams
|
|
3602
|
-
}).m(function(Command, cs, config, o) {
|
|
3530
|
+
var _UpdateComponentTypeCommand = class _UpdateComponentTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3603
3531
|
return [
|
|
3604
3532
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3605
3533
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3613,9 +3541,7 @@ var UpdateComponentTypeCommand = _UpdateComponentTypeCommand;
|
|
|
3613
3541
|
|
|
3614
3542
|
|
|
3615
3543
|
|
|
3616
|
-
var _UpdateEntityCommand = class _UpdateEntityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3617
|
-
...commonParams
|
|
3618
|
-
}).m(function(Command, cs, config, o) {
|
|
3544
|
+
var _UpdateEntityCommand = class _UpdateEntityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3619
3545
|
return [
|
|
3620
3546
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3621
3547
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3629,9 +3555,7 @@ var UpdateEntityCommand = _UpdateEntityCommand;
|
|
|
3629
3555
|
|
|
3630
3556
|
|
|
3631
3557
|
|
|
3632
|
-
var _UpdatePricingPlanCommand = class _UpdatePricingPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3633
|
-
...commonParams
|
|
3634
|
-
}).m(function(Command, cs, config, o) {
|
|
3558
|
+
var _UpdatePricingPlanCommand = class _UpdatePricingPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3635
3559
|
return [
|
|
3636
3560
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3637
3561
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3645,9 +3569,7 @@ var UpdatePricingPlanCommand = _UpdatePricingPlanCommand;
|
|
|
3645
3569
|
|
|
3646
3570
|
|
|
3647
3571
|
|
|
3648
|
-
var _UpdateSceneCommand = class _UpdateSceneCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3649
|
-
...commonParams
|
|
3650
|
-
}).m(function(Command, cs, config, o) {
|
|
3572
|
+
var _UpdateSceneCommand = class _UpdateSceneCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3651
3573
|
return [
|
|
3652
3574
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3653
3575
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3661,9 +3583,7 @@ var UpdateSceneCommand = _UpdateSceneCommand;
|
|
|
3661
3583
|
|
|
3662
3584
|
|
|
3663
3585
|
|
|
3664
|
-
var _UpdateWorkspaceCommand = class _UpdateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3665
|
-
...commonParams
|
|
3666
|
-
}).m(function(Command, cs, config, o) {
|
|
3586
|
+
var _UpdateWorkspaceCommand = class _UpdateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3667
3587
|
return [
|
|
3668
3588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3669
3589
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_BatchPutPropertyValuesCommand, se_BatchPutPropertyValuesCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchPutPropertyValuesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CancelMetadataTransferJobCommand, se_CancelMetadataTransferJobComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelMetadataTransferJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateComponentTypeCommand, se_CreateComponentTypeCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateComponentTypeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateEntityCommand, se_CreateEntityCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEntityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateMetadataTransferJobCommand, se_CreateMetadataTransferJobComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateMetadataTransferJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSceneCommand, se_CreateSceneCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSceneCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSyncJobCommand, se_CreateSyncJobCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSyncJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateWorkspaceCommand, se_CreateWorkspaceCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateWorkspaceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteComponentTypeCommand, se_DeleteComponentTypeCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteComponentTypeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteEntityCommand, se_DeleteEntityCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEntityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSceneCommand, se_DeleteSceneCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSceneCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSyncJobCommand, se_DeleteSyncJobCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSyncJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteWorkspaceCommand, se_DeleteWorkspaceCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteWorkspaceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExecuteQueryCommand, se_ExecuteQueryCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExecuteQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetComponentTypeCommand, se_GetComponentTypeCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetComponentTypeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEntityCommand, se_GetEntityCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEntityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMetadataTransferJobCommand, se_GetMetadataTransferJobCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMetadataTransferJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPricingPlanCommand, se_GetPricingPlanCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPricingPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPropertyValueCommand, se_GetPropertyValueCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPropertyValueCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPropertyValueHistoryCommand, se_GetPropertyValueHistoryCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPropertyValueHistoryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSceneCommand, se_GetSceneCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSceneCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSyncJobCommand, se_GetSyncJobCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSyncJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetWorkspaceCommand, se_GetWorkspaceCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetWorkspaceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListComponentTypesCommand, se_ListComponentTypesCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListComponentTypesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListComponentsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListEntitiesCommand, se_ListEntitiesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEntitiesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListMetadataTransferJobsCommand, se_ListMetadataTransferJobsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMetadataTransferJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPropertiesCommand, se_ListPropertiesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPropertiesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListScenesCommand, se_ListScenesCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListScenesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSyncJobsCommand, se_ListSyncJobsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSyncJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSyncResourcesCommand, se_ListSyncResourcesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSyncResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListWorkspacesCommand, se_ListWorkspacesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListWorkspacesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateComponentTypeCommand, se_UpdateComponentTypeCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateComponentTypeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateEntityCommand, se_UpdateEntityCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateEntityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdatePricingPlanCommand, se_UpdatePricingPlanCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdatePricingPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateSceneCommand, se_UpdateSceneCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSceneCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateWorkspaceCommand, se_UpdateWorkspaceCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateWorkspaceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iottwinmaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iottwinmaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iottwinmaker",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|