@aws-sdk/client-clouddirectory 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 +66 -198
- package/dist-es/commands/AddFacetToObjectCommand.js +1 -3
- package/dist-es/commands/ApplySchemaCommand.js +1 -3
- package/dist-es/commands/AttachObjectCommand.js +1 -3
- package/dist-es/commands/AttachPolicyCommand.js +1 -3
- package/dist-es/commands/AttachToIndexCommand.js +1 -3
- package/dist-es/commands/AttachTypedLinkCommand.js +1 -3
- package/dist-es/commands/BatchReadCommand.js +1 -3
- package/dist-es/commands/BatchWriteCommand.js +1 -3
- package/dist-es/commands/CreateDirectoryCommand.js +1 -3
- package/dist-es/commands/CreateFacetCommand.js +1 -3
- package/dist-es/commands/CreateIndexCommand.js +1 -3
- package/dist-es/commands/CreateObjectCommand.js +1 -3
- package/dist-es/commands/CreateSchemaCommand.js +1 -3
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +1 -3
- package/dist-es/commands/DeleteDirectoryCommand.js +1 -3
- package/dist-es/commands/DeleteFacetCommand.js +1 -3
- package/dist-es/commands/DeleteObjectCommand.js +1 -3
- package/dist-es/commands/DeleteSchemaCommand.js +1 -3
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +1 -3
- package/dist-es/commands/DetachFromIndexCommand.js +1 -3
- package/dist-es/commands/DetachObjectCommand.js +1 -3
- package/dist-es/commands/DetachPolicyCommand.js +1 -3
- package/dist-es/commands/DetachTypedLinkCommand.js +1 -3
- package/dist-es/commands/DisableDirectoryCommand.js +1 -3
- package/dist-es/commands/EnableDirectoryCommand.js +1 -3
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +1 -3
- package/dist-es/commands/GetDirectoryCommand.js +1 -3
- package/dist-es/commands/GetFacetCommand.js +1 -3
- package/dist-es/commands/GetLinkAttributesCommand.js +1 -3
- package/dist-es/commands/GetObjectAttributesCommand.js +1 -3
- package/dist-es/commands/GetObjectInformationCommand.js +1 -3
- package/dist-es/commands/GetSchemaAsJsonCommand.js +1 -3
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +1 -3
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +1 -3
- package/dist-es/commands/ListAttachedIndicesCommand.js +1 -3
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +1 -3
- package/dist-es/commands/ListDirectoriesCommand.js +1 -3
- package/dist-es/commands/ListFacetAttributesCommand.js +1 -3
- package/dist-es/commands/ListFacetNamesCommand.js +1 -3
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +1 -3
- package/dist-es/commands/ListIndexCommand.js +1 -3
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +1 -3
- package/dist-es/commands/ListObjectAttributesCommand.js +1 -3
- package/dist-es/commands/ListObjectChildrenCommand.js +1 -3
- package/dist-es/commands/ListObjectParentPathsCommand.js +1 -3
- package/dist-es/commands/ListObjectParentsCommand.js +1 -3
- package/dist-es/commands/ListObjectPoliciesCommand.js +1 -3
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +1 -3
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +1 -3
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +1 -3
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +1 -3
- package/dist-es/commands/LookupPolicyCommand.js +1 -3
- package/dist-es/commands/PublishSchemaCommand.js +1 -3
- package/dist-es/commands/PutSchemaFromJsonCommand.js +1 -3
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateFacetCommand.js +1 -3
- package/dist-es/commands/UpdateLinkAttributesCommand.js +1 -3
- package/dist-es/commands/UpdateObjectAttributesCommand.js +1 -3
- package/dist-es/commands/UpdateSchemaCommand.js +1 -3
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +1 -3
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +1 -3
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -4166,9 +4166,7 @@ var _xacl = "x-amz-consistency-level";
|
|
|
4166
4166
|
var _xadp = "x-amz-data-partition";
|
|
4167
4167
|
|
|
4168
4168
|
// src/commands/AddFacetToObjectCommand.ts
|
|
4169
|
-
var _AddFacetToObjectCommand = class _AddFacetToObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4170
|
-
...commonParams
|
|
4171
|
-
}).m(function(Command, cs, config, o) {
|
|
4169
|
+
var _AddFacetToObjectCommand = class _AddFacetToObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4172
4170
|
return [
|
|
4173
4171
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4174
4172
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4182,9 +4180,7 @@ var AddFacetToObjectCommand = _AddFacetToObjectCommand;
|
|
|
4182
4180
|
|
|
4183
4181
|
|
|
4184
4182
|
|
|
4185
|
-
var _ApplySchemaCommand = class _ApplySchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4186
|
-
...commonParams
|
|
4187
|
-
}).m(function(Command, cs, config, o) {
|
|
4183
|
+
var _ApplySchemaCommand = class _ApplySchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4188
4184
|
return [
|
|
4189
4185
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4190
4186
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4198,9 +4194,7 @@ var ApplySchemaCommand = _ApplySchemaCommand;
|
|
|
4198
4194
|
|
|
4199
4195
|
|
|
4200
4196
|
|
|
4201
|
-
var _AttachObjectCommand = class _AttachObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4202
|
-
...commonParams
|
|
4203
|
-
}).m(function(Command, cs, config, o) {
|
|
4197
|
+
var _AttachObjectCommand = class _AttachObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4204
4198
|
return [
|
|
4205
4199
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4206
4200
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4214,9 +4208,7 @@ var AttachObjectCommand = _AttachObjectCommand;
|
|
|
4214
4208
|
|
|
4215
4209
|
|
|
4216
4210
|
|
|
4217
|
-
var _AttachPolicyCommand = class _AttachPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4218
|
-
...commonParams
|
|
4219
|
-
}).m(function(Command, cs, config, o) {
|
|
4211
|
+
var _AttachPolicyCommand = class _AttachPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4220
4212
|
return [
|
|
4221
4213
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4222
4214
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4230,9 +4222,7 @@ var AttachPolicyCommand = _AttachPolicyCommand;
|
|
|
4230
4222
|
|
|
4231
4223
|
|
|
4232
4224
|
|
|
4233
|
-
var _AttachToIndexCommand = class _AttachToIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4234
|
-
...commonParams
|
|
4235
|
-
}).m(function(Command, cs, config, o) {
|
|
4225
|
+
var _AttachToIndexCommand = class _AttachToIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4236
4226
|
return [
|
|
4237
4227
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4238
4228
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4246,9 +4236,7 @@ var AttachToIndexCommand = _AttachToIndexCommand;
|
|
|
4246
4236
|
|
|
4247
4237
|
|
|
4248
4238
|
|
|
4249
|
-
var _AttachTypedLinkCommand = class _AttachTypedLinkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4250
|
-
...commonParams
|
|
4251
|
-
}).m(function(Command, cs, config, o) {
|
|
4239
|
+
var _AttachTypedLinkCommand = class _AttachTypedLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4252
4240
|
return [
|
|
4253
4241
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4254
4242
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4262,9 +4250,7 @@ var AttachTypedLinkCommand = _AttachTypedLinkCommand;
|
|
|
4262
4250
|
|
|
4263
4251
|
|
|
4264
4252
|
|
|
4265
|
-
var _BatchReadCommand = class _BatchReadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4266
|
-
...commonParams
|
|
4267
|
-
}).m(function(Command, cs, config, o) {
|
|
4253
|
+
var _BatchReadCommand = class _BatchReadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4268
4254
|
return [
|
|
4269
4255
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4270
4256
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4278,9 +4264,7 @@ var BatchReadCommand = _BatchReadCommand;
|
|
|
4278
4264
|
|
|
4279
4265
|
|
|
4280
4266
|
|
|
4281
|
-
var _BatchWriteCommand = class _BatchWriteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4282
|
-
...commonParams
|
|
4283
|
-
}).m(function(Command, cs, config, o) {
|
|
4267
|
+
var _BatchWriteCommand = class _BatchWriteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4284
4268
|
return [
|
|
4285
4269
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4286
4270
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4294,9 +4278,7 @@ var BatchWriteCommand = _BatchWriteCommand;
|
|
|
4294
4278
|
|
|
4295
4279
|
|
|
4296
4280
|
|
|
4297
|
-
var _CreateDirectoryCommand = class _CreateDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4298
|
-
...commonParams
|
|
4299
|
-
}).m(function(Command, cs, config, o) {
|
|
4281
|
+
var _CreateDirectoryCommand = class _CreateDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4300
4282
|
return [
|
|
4301
4283
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4302
4284
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4310,9 +4292,7 @@ var CreateDirectoryCommand = _CreateDirectoryCommand;
|
|
|
4310
4292
|
|
|
4311
4293
|
|
|
4312
4294
|
|
|
4313
|
-
var _CreateFacetCommand = class _CreateFacetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4314
|
-
...commonParams
|
|
4315
|
-
}).m(function(Command, cs, config, o) {
|
|
4295
|
+
var _CreateFacetCommand = class _CreateFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4316
4296
|
return [
|
|
4317
4297
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4318
4298
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4326,9 +4306,7 @@ var CreateFacetCommand = _CreateFacetCommand;
|
|
|
4326
4306
|
|
|
4327
4307
|
|
|
4328
4308
|
|
|
4329
|
-
var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4330
|
-
...commonParams
|
|
4331
|
-
}).m(function(Command, cs, config, o) {
|
|
4309
|
+
var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4332
4310
|
return [
|
|
4333
4311
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4334
4312
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4342,9 +4320,7 @@ var CreateIndexCommand = _CreateIndexCommand;
|
|
|
4342
4320
|
|
|
4343
4321
|
|
|
4344
4322
|
|
|
4345
|
-
var _CreateObjectCommand = class _CreateObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4346
|
-
...commonParams
|
|
4347
|
-
}).m(function(Command, cs, config, o) {
|
|
4323
|
+
var _CreateObjectCommand = class _CreateObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4348
4324
|
return [
|
|
4349
4325
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4350
4326
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4358,9 +4334,7 @@ var CreateObjectCommand = _CreateObjectCommand;
|
|
|
4358
4334
|
|
|
4359
4335
|
|
|
4360
4336
|
|
|
4361
|
-
var _CreateSchemaCommand = class _CreateSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4362
|
-
...commonParams
|
|
4363
|
-
}).m(function(Command, cs, config, o) {
|
|
4337
|
+
var _CreateSchemaCommand = class _CreateSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4364
4338
|
return [
|
|
4365
4339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4366
4340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4374,9 +4348,7 @@ var CreateSchemaCommand = _CreateSchemaCommand;
|
|
|
4374
4348
|
|
|
4375
4349
|
|
|
4376
4350
|
|
|
4377
|
-
var _CreateTypedLinkFacetCommand = class _CreateTypedLinkFacetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4378
|
-
...commonParams
|
|
4379
|
-
}).m(function(Command, cs, config, o) {
|
|
4351
|
+
var _CreateTypedLinkFacetCommand = class _CreateTypedLinkFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4380
4352
|
return [
|
|
4381
4353
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4382
4354
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4390,9 +4362,7 @@ var CreateTypedLinkFacetCommand = _CreateTypedLinkFacetCommand;
|
|
|
4390
4362
|
|
|
4391
4363
|
|
|
4392
4364
|
|
|
4393
|
-
var _DeleteDirectoryCommand = class _DeleteDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4394
|
-
...commonParams
|
|
4395
|
-
}).m(function(Command, cs, config, o) {
|
|
4365
|
+
var _DeleteDirectoryCommand = class _DeleteDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4396
4366
|
return [
|
|
4397
4367
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4398
4368
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4406,9 +4376,7 @@ var DeleteDirectoryCommand = _DeleteDirectoryCommand;
|
|
|
4406
4376
|
|
|
4407
4377
|
|
|
4408
4378
|
|
|
4409
|
-
var _DeleteFacetCommand = class _DeleteFacetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4410
|
-
...commonParams
|
|
4411
|
-
}).m(function(Command, cs, config, o) {
|
|
4379
|
+
var _DeleteFacetCommand = class _DeleteFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4412
4380
|
return [
|
|
4413
4381
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4414
4382
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4422,9 +4390,7 @@ var DeleteFacetCommand = _DeleteFacetCommand;
|
|
|
4422
4390
|
|
|
4423
4391
|
|
|
4424
4392
|
|
|
4425
|
-
var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4426
|
-
...commonParams
|
|
4427
|
-
}).m(function(Command, cs, config, o) {
|
|
4393
|
+
var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4428
4394
|
return [
|
|
4429
4395
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4430
4396
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4438,9 +4404,7 @@ var DeleteObjectCommand = _DeleteObjectCommand;
|
|
|
4438
4404
|
|
|
4439
4405
|
|
|
4440
4406
|
|
|
4441
|
-
var _DeleteSchemaCommand = class _DeleteSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4442
|
-
...commonParams
|
|
4443
|
-
}).m(function(Command, cs, config, o) {
|
|
4407
|
+
var _DeleteSchemaCommand = class _DeleteSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4444
4408
|
return [
|
|
4445
4409
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4446
4410
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4454,9 +4418,7 @@ var DeleteSchemaCommand = _DeleteSchemaCommand;
|
|
|
4454
4418
|
|
|
4455
4419
|
|
|
4456
4420
|
|
|
4457
|
-
var _DeleteTypedLinkFacetCommand = class _DeleteTypedLinkFacetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4458
|
-
...commonParams
|
|
4459
|
-
}).m(function(Command, cs, config, o) {
|
|
4421
|
+
var _DeleteTypedLinkFacetCommand = class _DeleteTypedLinkFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4460
4422
|
return [
|
|
4461
4423
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4462
4424
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4470,9 +4432,7 @@ var DeleteTypedLinkFacetCommand = _DeleteTypedLinkFacetCommand;
|
|
|
4470
4432
|
|
|
4471
4433
|
|
|
4472
4434
|
|
|
4473
|
-
var _DetachFromIndexCommand = class _DetachFromIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4474
|
-
...commonParams
|
|
4475
|
-
}).m(function(Command, cs, config, o) {
|
|
4435
|
+
var _DetachFromIndexCommand = class _DetachFromIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4476
4436
|
return [
|
|
4477
4437
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4478
4438
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4486,9 +4446,7 @@ var DetachFromIndexCommand = _DetachFromIndexCommand;
|
|
|
4486
4446
|
|
|
4487
4447
|
|
|
4488
4448
|
|
|
4489
|
-
var _DetachObjectCommand = class _DetachObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4490
|
-
...commonParams
|
|
4491
|
-
}).m(function(Command, cs, config, o) {
|
|
4449
|
+
var _DetachObjectCommand = class _DetachObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4492
4450
|
return [
|
|
4493
4451
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4494
4452
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4502,9 +4460,7 @@ var DetachObjectCommand = _DetachObjectCommand;
|
|
|
4502
4460
|
|
|
4503
4461
|
|
|
4504
4462
|
|
|
4505
|
-
var _DetachPolicyCommand = class _DetachPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4506
|
-
...commonParams
|
|
4507
|
-
}).m(function(Command, cs, config, o) {
|
|
4463
|
+
var _DetachPolicyCommand = class _DetachPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4508
4464
|
return [
|
|
4509
4465
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4510
4466
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4518,9 +4474,7 @@ var DetachPolicyCommand = _DetachPolicyCommand;
|
|
|
4518
4474
|
|
|
4519
4475
|
|
|
4520
4476
|
|
|
4521
|
-
var _DetachTypedLinkCommand = class _DetachTypedLinkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4522
|
-
...commonParams
|
|
4523
|
-
}).m(function(Command, cs, config, o) {
|
|
4477
|
+
var _DetachTypedLinkCommand = class _DetachTypedLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4524
4478
|
return [
|
|
4525
4479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4526
4480
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4534,9 +4488,7 @@ var DetachTypedLinkCommand = _DetachTypedLinkCommand;
|
|
|
4534
4488
|
|
|
4535
4489
|
|
|
4536
4490
|
|
|
4537
|
-
var _DisableDirectoryCommand = class _DisableDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4538
|
-
...commonParams
|
|
4539
|
-
}).m(function(Command, cs, config, o) {
|
|
4491
|
+
var _DisableDirectoryCommand = class _DisableDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4540
4492
|
return [
|
|
4541
4493
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4542
4494
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4550,9 +4502,7 @@ var DisableDirectoryCommand = _DisableDirectoryCommand;
|
|
|
4550
4502
|
|
|
4551
4503
|
|
|
4552
4504
|
|
|
4553
|
-
var _EnableDirectoryCommand = class _EnableDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4554
|
-
...commonParams
|
|
4555
|
-
}).m(function(Command, cs, config, o) {
|
|
4505
|
+
var _EnableDirectoryCommand = class _EnableDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4556
4506
|
return [
|
|
4557
4507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4558
4508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4566,9 +4516,7 @@ var EnableDirectoryCommand = _EnableDirectoryCommand;
|
|
|
4566
4516
|
|
|
4567
4517
|
|
|
4568
4518
|
|
|
4569
|
-
var _GetAppliedSchemaVersionCommand = class _GetAppliedSchemaVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4570
|
-
...commonParams
|
|
4571
|
-
}).m(function(Command, cs, config, o) {
|
|
4519
|
+
var _GetAppliedSchemaVersionCommand = class _GetAppliedSchemaVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4572
4520
|
return [
|
|
4573
4521
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4574
4522
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4582,9 +4530,7 @@ var GetAppliedSchemaVersionCommand = _GetAppliedSchemaVersionCommand;
|
|
|
4582
4530
|
|
|
4583
4531
|
|
|
4584
4532
|
|
|
4585
|
-
var _GetDirectoryCommand = class _GetDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4586
|
-
...commonParams
|
|
4587
|
-
}).m(function(Command, cs, config, o) {
|
|
4533
|
+
var _GetDirectoryCommand = class _GetDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4588
4534
|
return [
|
|
4589
4535
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4590
4536
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4598,9 +4544,7 @@ var GetDirectoryCommand = _GetDirectoryCommand;
|
|
|
4598
4544
|
|
|
4599
4545
|
|
|
4600
4546
|
|
|
4601
|
-
var _GetFacetCommand = class _GetFacetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4602
|
-
...commonParams
|
|
4603
|
-
}).m(function(Command, cs, config, o) {
|
|
4547
|
+
var _GetFacetCommand = class _GetFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4604
4548
|
return [
|
|
4605
4549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4606
4550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4614,9 +4558,7 @@ var GetFacetCommand = _GetFacetCommand;
|
|
|
4614
4558
|
|
|
4615
4559
|
|
|
4616
4560
|
|
|
4617
|
-
var _GetLinkAttributesCommand = class _GetLinkAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4618
|
-
...commonParams
|
|
4619
|
-
}).m(function(Command, cs, config, o) {
|
|
4561
|
+
var _GetLinkAttributesCommand = class _GetLinkAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4620
4562
|
return [
|
|
4621
4563
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4622
4564
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4630,9 +4572,7 @@ var GetLinkAttributesCommand = _GetLinkAttributesCommand;
|
|
|
4630
4572
|
|
|
4631
4573
|
|
|
4632
4574
|
|
|
4633
|
-
var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4634
|
-
...commonParams
|
|
4635
|
-
}).m(function(Command, cs, config, o) {
|
|
4575
|
+
var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4636
4576
|
return [
|
|
4637
4577
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4638
4578
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4646,9 +4586,7 @@ var GetObjectAttributesCommand = _GetObjectAttributesCommand;
|
|
|
4646
4586
|
|
|
4647
4587
|
|
|
4648
4588
|
|
|
4649
|
-
var _GetObjectInformationCommand = class _GetObjectInformationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4650
|
-
...commonParams
|
|
4651
|
-
}).m(function(Command, cs, config, o) {
|
|
4589
|
+
var _GetObjectInformationCommand = class _GetObjectInformationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4652
4590
|
return [
|
|
4653
4591
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4654
4592
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4662,9 +4600,7 @@ var GetObjectInformationCommand = _GetObjectInformationCommand;
|
|
|
4662
4600
|
|
|
4663
4601
|
|
|
4664
4602
|
|
|
4665
|
-
var _GetSchemaAsJsonCommand = class _GetSchemaAsJsonCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4666
|
-
...commonParams
|
|
4667
|
-
}).m(function(Command, cs, config, o) {
|
|
4603
|
+
var _GetSchemaAsJsonCommand = class _GetSchemaAsJsonCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4668
4604
|
return [
|
|
4669
4605
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4670
4606
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4678,9 +4614,7 @@ var GetSchemaAsJsonCommand = _GetSchemaAsJsonCommand;
|
|
|
4678
4614
|
|
|
4679
4615
|
|
|
4680
4616
|
|
|
4681
|
-
var _GetTypedLinkFacetInformationCommand = class _GetTypedLinkFacetInformationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4682
|
-
...commonParams
|
|
4683
|
-
}).m(function(Command, cs, config, o) {
|
|
4617
|
+
var _GetTypedLinkFacetInformationCommand = class _GetTypedLinkFacetInformationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4684
4618
|
return [
|
|
4685
4619
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4686
4620
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4694,9 +4628,7 @@ var GetTypedLinkFacetInformationCommand = _GetTypedLinkFacetInformationCommand;
|
|
|
4694
4628
|
|
|
4695
4629
|
|
|
4696
4630
|
|
|
4697
|
-
var _ListAppliedSchemaArnsCommand = class _ListAppliedSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4698
|
-
...commonParams
|
|
4699
|
-
}).m(function(Command, cs, config, o) {
|
|
4631
|
+
var _ListAppliedSchemaArnsCommand = class _ListAppliedSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4700
4632
|
return [
|
|
4701
4633
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4702
4634
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4710,9 +4642,7 @@ var ListAppliedSchemaArnsCommand = _ListAppliedSchemaArnsCommand;
|
|
|
4710
4642
|
|
|
4711
4643
|
|
|
4712
4644
|
|
|
4713
|
-
var _ListAttachedIndicesCommand = class _ListAttachedIndicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4714
|
-
...commonParams
|
|
4715
|
-
}).m(function(Command, cs, config, o) {
|
|
4645
|
+
var _ListAttachedIndicesCommand = class _ListAttachedIndicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4716
4646
|
return [
|
|
4717
4647
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4718
4648
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4726,9 +4656,7 @@ var ListAttachedIndicesCommand = _ListAttachedIndicesCommand;
|
|
|
4726
4656
|
|
|
4727
4657
|
|
|
4728
4658
|
|
|
4729
|
-
var _ListDevelopmentSchemaArnsCommand = class _ListDevelopmentSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4730
|
-
...commonParams
|
|
4731
|
-
}).m(function(Command, cs, config, o) {
|
|
4659
|
+
var _ListDevelopmentSchemaArnsCommand = class _ListDevelopmentSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4732
4660
|
return [
|
|
4733
4661
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4734
4662
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4742,9 +4670,7 @@ var ListDevelopmentSchemaArnsCommand = _ListDevelopmentSchemaArnsCommand;
|
|
|
4742
4670
|
|
|
4743
4671
|
|
|
4744
4672
|
|
|
4745
|
-
var _ListDirectoriesCommand = class _ListDirectoriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4746
|
-
...commonParams
|
|
4747
|
-
}).m(function(Command, cs, config, o) {
|
|
4673
|
+
var _ListDirectoriesCommand = class _ListDirectoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4748
4674
|
return [
|
|
4749
4675
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4750
4676
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4758,9 +4684,7 @@ var ListDirectoriesCommand = _ListDirectoriesCommand;
|
|
|
4758
4684
|
|
|
4759
4685
|
|
|
4760
4686
|
|
|
4761
|
-
var _ListFacetAttributesCommand = class _ListFacetAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4762
|
-
...commonParams
|
|
4763
|
-
}).m(function(Command, cs, config, o) {
|
|
4687
|
+
var _ListFacetAttributesCommand = class _ListFacetAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4764
4688
|
return [
|
|
4765
4689
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4766
4690
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4774,9 +4698,7 @@ var ListFacetAttributesCommand = _ListFacetAttributesCommand;
|
|
|
4774
4698
|
|
|
4775
4699
|
|
|
4776
4700
|
|
|
4777
|
-
var _ListFacetNamesCommand = class _ListFacetNamesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4778
|
-
...commonParams
|
|
4779
|
-
}).m(function(Command, cs, config, o) {
|
|
4701
|
+
var _ListFacetNamesCommand = class _ListFacetNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4780
4702
|
return [
|
|
4781
4703
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4782
4704
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4790,9 +4712,7 @@ var ListFacetNamesCommand = _ListFacetNamesCommand;
|
|
|
4790
4712
|
|
|
4791
4713
|
|
|
4792
4714
|
|
|
4793
|
-
var _ListIncomingTypedLinksCommand = class _ListIncomingTypedLinksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4794
|
-
...commonParams
|
|
4795
|
-
}).m(function(Command, cs, config, o) {
|
|
4715
|
+
var _ListIncomingTypedLinksCommand = class _ListIncomingTypedLinksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4796
4716
|
return [
|
|
4797
4717
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4798
4718
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4806,9 +4726,7 @@ var ListIncomingTypedLinksCommand = _ListIncomingTypedLinksCommand;
|
|
|
4806
4726
|
|
|
4807
4727
|
|
|
4808
4728
|
|
|
4809
|
-
var _ListIndexCommand = class _ListIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4810
|
-
...commonParams
|
|
4811
|
-
}).m(function(Command, cs, config, o) {
|
|
4729
|
+
var _ListIndexCommand = class _ListIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4812
4730
|
return [
|
|
4813
4731
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4814
4732
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4822,9 +4740,7 @@ var ListIndexCommand = _ListIndexCommand;
|
|
|
4822
4740
|
|
|
4823
4741
|
|
|
4824
4742
|
|
|
4825
|
-
var _ListManagedSchemaArnsCommand = class _ListManagedSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4826
|
-
...commonParams
|
|
4827
|
-
}).m(function(Command, cs, config, o) {
|
|
4743
|
+
var _ListManagedSchemaArnsCommand = class _ListManagedSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4828
4744
|
return [
|
|
4829
4745
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4830
4746
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4838,9 +4754,7 @@ var ListManagedSchemaArnsCommand = _ListManagedSchemaArnsCommand;
|
|
|
4838
4754
|
|
|
4839
4755
|
|
|
4840
4756
|
|
|
4841
|
-
var _ListObjectAttributesCommand = class _ListObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4842
|
-
...commonParams
|
|
4843
|
-
}).m(function(Command, cs, config, o) {
|
|
4757
|
+
var _ListObjectAttributesCommand = class _ListObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4844
4758
|
return [
|
|
4845
4759
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4846
4760
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4854,9 +4768,7 @@ var ListObjectAttributesCommand = _ListObjectAttributesCommand;
|
|
|
4854
4768
|
|
|
4855
4769
|
|
|
4856
4770
|
|
|
4857
|
-
var _ListObjectChildrenCommand = class _ListObjectChildrenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4858
|
-
...commonParams
|
|
4859
|
-
}).m(function(Command, cs, config, o) {
|
|
4771
|
+
var _ListObjectChildrenCommand = class _ListObjectChildrenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4860
4772
|
return [
|
|
4861
4773
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4862
4774
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4870,9 +4782,7 @@ var ListObjectChildrenCommand = _ListObjectChildrenCommand;
|
|
|
4870
4782
|
|
|
4871
4783
|
|
|
4872
4784
|
|
|
4873
|
-
var _ListObjectParentPathsCommand = class _ListObjectParentPathsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4874
|
-
...commonParams
|
|
4875
|
-
}).m(function(Command, cs, config, o) {
|
|
4785
|
+
var _ListObjectParentPathsCommand = class _ListObjectParentPathsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4876
4786
|
return [
|
|
4877
4787
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4878
4788
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4886,9 +4796,7 @@ var ListObjectParentPathsCommand = _ListObjectParentPathsCommand;
|
|
|
4886
4796
|
|
|
4887
4797
|
|
|
4888
4798
|
|
|
4889
|
-
var _ListObjectParentsCommand = class _ListObjectParentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4890
|
-
...commonParams
|
|
4891
|
-
}).m(function(Command, cs, config, o) {
|
|
4799
|
+
var _ListObjectParentsCommand = class _ListObjectParentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4892
4800
|
return [
|
|
4893
4801
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4894
4802
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4902,9 +4810,7 @@ var ListObjectParentsCommand = _ListObjectParentsCommand;
|
|
|
4902
4810
|
|
|
4903
4811
|
|
|
4904
4812
|
|
|
4905
|
-
var _ListObjectPoliciesCommand = class _ListObjectPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4906
|
-
...commonParams
|
|
4907
|
-
}).m(function(Command, cs, config, o) {
|
|
4813
|
+
var _ListObjectPoliciesCommand = class _ListObjectPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4908
4814
|
return [
|
|
4909
4815
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4910
4816
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4918,9 +4824,7 @@ var ListObjectPoliciesCommand = _ListObjectPoliciesCommand;
|
|
|
4918
4824
|
|
|
4919
4825
|
|
|
4920
4826
|
|
|
4921
|
-
var _ListOutgoingTypedLinksCommand = class _ListOutgoingTypedLinksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4922
|
-
...commonParams
|
|
4923
|
-
}).m(function(Command, cs, config, o) {
|
|
4827
|
+
var _ListOutgoingTypedLinksCommand = class _ListOutgoingTypedLinksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4924
4828
|
return [
|
|
4925
4829
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4926
4830
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4934,9 +4838,7 @@ var ListOutgoingTypedLinksCommand = _ListOutgoingTypedLinksCommand;
|
|
|
4934
4838
|
|
|
4935
4839
|
|
|
4936
4840
|
|
|
4937
|
-
var _ListPolicyAttachmentsCommand = class _ListPolicyAttachmentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4938
|
-
...commonParams
|
|
4939
|
-
}).m(function(Command, cs, config, o) {
|
|
4841
|
+
var _ListPolicyAttachmentsCommand = class _ListPolicyAttachmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4940
4842
|
return [
|
|
4941
4843
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4942
4844
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4950,9 +4852,7 @@ var ListPolicyAttachmentsCommand = _ListPolicyAttachmentsCommand;
|
|
|
4950
4852
|
|
|
4951
4853
|
|
|
4952
4854
|
|
|
4953
|
-
var _ListPublishedSchemaArnsCommand = class _ListPublishedSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4954
|
-
...commonParams
|
|
4955
|
-
}).m(function(Command, cs, config, o) {
|
|
4855
|
+
var _ListPublishedSchemaArnsCommand = class _ListPublishedSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4956
4856
|
return [
|
|
4957
4857
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4958
4858
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4966,9 +4866,7 @@ var ListPublishedSchemaArnsCommand = _ListPublishedSchemaArnsCommand;
|
|
|
4966
4866
|
|
|
4967
4867
|
|
|
4968
4868
|
|
|
4969
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4970
|
-
...commonParams
|
|
4971
|
-
}).m(function(Command, cs, config, o) {
|
|
4869
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4972
4870
|
return [
|
|
4973
4871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4974
4872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4982,9 +4880,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
4982
4880
|
|
|
4983
4881
|
|
|
4984
4882
|
|
|
4985
|
-
var _ListTypedLinkFacetAttributesCommand = class _ListTypedLinkFacetAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4986
|
-
...commonParams
|
|
4987
|
-
}).m(function(Command, cs, config, o) {
|
|
4883
|
+
var _ListTypedLinkFacetAttributesCommand = class _ListTypedLinkFacetAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4988
4884
|
return [
|
|
4989
4885
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4990
4886
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4998,9 +4894,7 @@ var ListTypedLinkFacetAttributesCommand = _ListTypedLinkFacetAttributesCommand;
|
|
|
4998
4894
|
|
|
4999
4895
|
|
|
5000
4896
|
|
|
5001
|
-
var _ListTypedLinkFacetNamesCommand = class _ListTypedLinkFacetNamesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5002
|
-
...commonParams
|
|
5003
|
-
}).m(function(Command, cs, config, o) {
|
|
4897
|
+
var _ListTypedLinkFacetNamesCommand = class _ListTypedLinkFacetNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5004
4898
|
return [
|
|
5005
4899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5006
4900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5014,9 +4908,7 @@ var ListTypedLinkFacetNamesCommand = _ListTypedLinkFacetNamesCommand;
|
|
|
5014
4908
|
|
|
5015
4909
|
|
|
5016
4910
|
|
|
5017
|
-
var _LookupPolicyCommand = class _LookupPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5018
|
-
...commonParams
|
|
5019
|
-
}).m(function(Command, cs, config, o) {
|
|
4911
|
+
var _LookupPolicyCommand = class _LookupPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5020
4912
|
return [
|
|
5021
4913
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5022
4914
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5030,9 +4922,7 @@ var LookupPolicyCommand = _LookupPolicyCommand;
|
|
|
5030
4922
|
|
|
5031
4923
|
|
|
5032
4924
|
|
|
5033
|
-
var _PublishSchemaCommand = class _PublishSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5034
|
-
...commonParams
|
|
5035
|
-
}).m(function(Command, cs, config, o) {
|
|
4925
|
+
var _PublishSchemaCommand = class _PublishSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5036
4926
|
return [
|
|
5037
4927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5038
4928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5046,9 +4936,7 @@ var PublishSchemaCommand = _PublishSchemaCommand;
|
|
|
5046
4936
|
|
|
5047
4937
|
|
|
5048
4938
|
|
|
5049
|
-
var _PutSchemaFromJsonCommand = class _PutSchemaFromJsonCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5050
|
-
...commonParams
|
|
5051
|
-
}).m(function(Command, cs, config, o) {
|
|
4939
|
+
var _PutSchemaFromJsonCommand = class _PutSchemaFromJsonCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5052
4940
|
return [
|
|
5053
4941
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5054
4942
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5062,9 +4950,7 @@ var PutSchemaFromJsonCommand = _PutSchemaFromJsonCommand;
|
|
|
5062
4950
|
|
|
5063
4951
|
|
|
5064
4952
|
|
|
5065
|
-
var _RemoveFacetFromObjectCommand = class _RemoveFacetFromObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5066
|
-
...commonParams
|
|
5067
|
-
}).m(function(Command, cs, config, o) {
|
|
4953
|
+
var _RemoveFacetFromObjectCommand = class _RemoveFacetFromObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5068
4954
|
return [
|
|
5069
4955
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5070
4956
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5078,9 +4964,7 @@ var RemoveFacetFromObjectCommand = _RemoveFacetFromObjectCommand;
|
|
|
5078
4964
|
|
|
5079
4965
|
|
|
5080
4966
|
|
|
5081
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5082
|
-
...commonParams
|
|
5083
|
-
}).m(function(Command, cs, config, o) {
|
|
4967
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5084
4968
|
return [
|
|
5085
4969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5086
4970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5094,9 +4978,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
5094
4978
|
|
|
5095
4979
|
|
|
5096
4980
|
|
|
5097
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5098
|
-
...commonParams
|
|
5099
|
-
}).m(function(Command, cs, config, o) {
|
|
4981
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5100
4982
|
return [
|
|
5101
4983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5102
4984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5110,9 +4992,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
5110
4992
|
|
|
5111
4993
|
|
|
5112
4994
|
|
|
5113
|
-
var _UpdateFacetCommand = class _UpdateFacetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5114
|
-
...commonParams
|
|
5115
|
-
}).m(function(Command, cs, config, o) {
|
|
4995
|
+
var _UpdateFacetCommand = class _UpdateFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5116
4996
|
return [
|
|
5117
4997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5118
4998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5126,9 +5006,7 @@ var UpdateFacetCommand = _UpdateFacetCommand;
|
|
|
5126
5006
|
|
|
5127
5007
|
|
|
5128
5008
|
|
|
5129
|
-
var _UpdateLinkAttributesCommand = class _UpdateLinkAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5130
|
-
...commonParams
|
|
5131
|
-
}).m(function(Command, cs, config, o) {
|
|
5009
|
+
var _UpdateLinkAttributesCommand = class _UpdateLinkAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5132
5010
|
return [
|
|
5133
5011
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5134
5012
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5142,9 +5020,7 @@ var UpdateLinkAttributesCommand = _UpdateLinkAttributesCommand;
|
|
|
5142
5020
|
|
|
5143
5021
|
|
|
5144
5022
|
|
|
5145
|
-
var _UpdateObjectAttributesCommand = class _UpdateObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5146
|
-
...commonParams
|
|
5147
|
-
}).m(function(Command, cs, config, o) {
|
|
5023
|
+
var _UpdateObjectAttributesCommand = class _UpdateObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5148
5024
|
return [
|
|
5149
5025
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5150
5026
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5158,9 +5034,7 @@ var UpdateObjectAttributesCommand = _UpdateObjectAttributesCommand;
|
|
|
5158
5034
|
|
|
5159
5035
|
|
|
5160
5036
|
|
|
5161
|
-
var _UpdateSchemaCommand = class _UpdateSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5162
|
-
...commonParams
|
|
5163
|
-
}).m(function(Command, cs, config, o) {
|
|
5037
|
+
var _UpdateSchemaCommand = class _UpdateSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5164
5038
|
return [
|
|
5165
5039
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5166
5040
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5174,9 +5048,7 @@ var UpdateSchemaCommand = _UpdateSchemaCommand;
|
|
|
5174
5048
|
|
|
5175
5049
|
|
|
5176
5050
|
|
|
5177
|
-
var _UpdateTypedLinkFacetCommand = class _UpdateTypedLinkFacetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5178
|
-
...commonParams
|
|
5179
|
-
}).m(function(Command, cs, config, o) {
|
|
5051
|
+
var _UpdateTypedLinkFacetCommand = class _UpdateTypedLinkFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5180
5052
|
return [
|
|
5181
5053
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5182
5054
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5190,9 +5062,7 @@ var UpdateTypedLinkFacetCommand = _UpdateTypedLinkFacetCommand;
|
|
|
5190
5062
|
|
|
5191
5063
|
|
|
5192
5064
|
|
|
5193
|
-
var _UpgradeAppliedSchemaCommand = class _UpgradeAppliedSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5194
|
-
...commonParams
|
|
5195
|
-
}).m(function(Command, cs, config, o) {
|
|
5065
|
+
var _UpgradeAppliedSchemaCommand = class _UpgradeAppliedSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5196
5066
|
return [
|
|
5197
5067
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5198
5068
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5206,9 +5076,7 @@ var UpgradeAppliedSchemaCommand = _UpgradeAppliedSchemaCommand;
|
|
|
5206
5076
|
|
|
5207
5077
|
|
|
5208
5078
|
|
|
5209
|
-
var _UpgradePublishedSchemaCommand = class _UpgradePublishedSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5210
|
-
...commonParams
|
|
5211
|
-
}).m(function(Command, cs, config, o) {
|
|
5079
|
+
var _UpgradePublishedSchemaCommand = class _UpgradePublishedSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5212
5080
|
return [
|
|
5213
5081
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5214
5082
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|