@aws-sdk/client-lex-models-v2 3.716.0 → 3.723.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 +472 -351
- package/dist-es/LexModelsV2Client.js +1 -0
- package/dist-es/models/models_0.js +15 -14
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +44 -44
package/dist-cjs/index.js
CHANGED
|
@@ -387,7 +387,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
387
387
|
}, "resolveRuntimeExtensions");
|
|
388
388
|
|
|
389
389
|
// src/LexModelsV2Client.ts
|
|
390
|
-
var
|
|
390
|
+
var LexModelsV2Client = class extends import_smithy_client.Client {
|
|
391
|
+
static {
|
|
392
|
+
__name(this, "LexModelsV2Client");
|
|
393
|
+
}
|
|
394
|
+
/**
|
|
395
|
+
* The resolved configuration of LexModelsV2Client class. This is resolved and normalized from the {@link LexModelsV2ClientConfig | constructor configuration interface}.
|
|
396
|
+
*/
|
|
397
|
+
config;
|
|
391
398
|
constructor(...[configuration]) {
|
|
392
399
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
393
400
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -397,7 +404,7 @@ var _LexModelsV2Client = class _LexModelsV2Client extends import_smithy_client.C
|
|
|
397
404
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
398
405
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
399
406
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
400
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
407
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
401
408
|
super(_config_8);
|
|
402
409
|
this.config = _config_8;
|
|
403
410
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -425,8 +432,6 @@ var _LexModelsV2Client = class _LexModelsV2Client extends import_smithy_client.C
|
|
|
425
432
|
super.destroy();
|
|
426
433
|
}
|
|
427
434
|
};
|
|
428
|
-
__name(_LexModelsV2Client, "LexModelsV2Client");
|
|
429
|
-
var LexModelsV2Client = _LexModelsV2Client;
|
|
430
435
|
|
|
431
436
|
// src/LexModelsV2.ts
|
|
432
437
|
|
|
@@ -443,7 +448,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
443
448
|
|
|
444
449
|
// src/models/LexModelsV2ServiceException.ts
|
|
445
450
|
|
|
446
|
-
var
|
|
451
|
+
var LexModelsV2ServiceException = class _LexModelsV2ServiceException extends import_smithy_client.ServiceException {
|
|
452
|
+
static {
|
|
453
|
+
__name(this, "LexModelsV2ServiceException");
|
|
454
|
+
}
|
|
447
455
|
/**
|
|
448
456
|
* @internal
|
|
449
457
|
*/
|
|
@@ -452,8 +460,6 @@ var _LexModelsV2ServiceException = class _LexModelsV2ServiceException extends im
|
|
|
452
460
|
Object.setPrototypeOf(this, _LexModelsV2ServiceException.prototype);
|
|
453
461
|
}
|
|
454
462
|
};
|
|
455
|
-
__name(_LexModelsV2ServiceException, "LexModelsV2ServiceException");
|
|
456
|
-
var LexModelsV2ServiceException = _LexModelsV2ServiceException;
|
|
457
463
|
|
|
458
464
|
// src/models/models_0.ts
|
|
459
465
|
|
|
@@ -626,7 +632,12 @@ var ErrorCode = {
|
|
|
626
632
|
RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS",
|
|
627
633
|
RESOURCE_DOES_NOT_EXIST: "RESOURCE_DOES_NOT_EXIST"
|
|
628
634
|
};
|
|
629
|
-
var
|
|
635
|
+
var InternalServerException = class _InternalServerException extends LexModelsV2ServiceException {
|
|
636
|
+
static {
|
|
637
|
+
__name(this, "InternalServerException");
|
|
638
|
+
}
|
|
639
|
+
name = "InternalServerException";
|
|
640
|
+
$fault = "server";
|
|
630
641
|
/**
|
|
631
642
|
* @internal
|
|
632
643
|
*/
|
|
@@ -636,14 +647,15 @@ var _InternalServerException = class _InternalServerException extends LexModelsV
|
|
|
636
647
|
$fault: "server",
|
|
637
648
|
...opts
|
|
638
649
|
});
|
|
639
|
-
this.name = "InternalServerException";
|
|
640
|
-
this.$fault = "server";
|
|
641
650
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
642
651
|
}
|
|
643
652
|
};
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
653
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends LexModelsV2ServiceException {
|
|
654
|
+
static {
|
|
655
|
+
__name(this, "ResourceNotFoundException");
|
|
656
|
+
}
|
|
657
|
+
name = "ResourceNotFoundException";
|
|
658
|
+
$fault = "client";
|
|
647
659
|
/**
|
|
648
660
|
* @internal
|
|
649
661
|
*/
|
|
@@ -653,14 +665,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends LexMod
|
|
|
653
665
|
$fault: "client",
|
|
654
666
|
...opts
|
|
655
667
|
});
|
|
656
|
-
this.name = "ResourceNotFoundException";
|
|
657
|
-
this.$fault = "client";
|
|
658
668
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
659
669
|
}
|
|
660
670
|
};
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
671
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends LexModelsV2ServiceException {
|
|
672
|
+
static {
|
|
673
|
+
__name(this, "ServiceQuotaExceededException");
|
|
674
|
+
}
|
|
675
|
+
name = "ServiceQuotaExceededException";
|
|
676
|
+
$fault = "client";
|
|
664
677
|
/**
|
|
665
678
|
* @internal
|
|
666
679
|
*/
|
|
@@ -670,14 +683,20 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
670
683
|
$fault: "client",
|
|
671
684
|
...opts
|
|
672
685
|
});
|
|
673
|
-
this.name = "ServiceQuotaExceededException";
|
|
674
|
-
this.$fault = "client";
|
|
675
686
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
676
687
|
}
|
|
677
688
|
};
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
689
|
+
var ThrottlingException = class _ThrottlingException extends LexModelsV2ServiceException {
|
|
690
|
+
static {
|
|
691
|
+
__name(this, "ThrottlingException");
|
|
692
|
+
}
|
|
693
|
+
name = "ThrottlingException";
|
|
694
|
+
$fault = "client";
|
|
695
|
+
/**
|
|
696
|
+
* <p>The number of seconds after which the user can invoke the API again.</p>
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
retryAfterSeconds;
|
|
681
700
|
/**
|
|
682
701
|
* @internal
|
|
683
702
|
*/
|
|
@@ -687,15 +706,16 @@ var _ThrottlingException = class _ThrottlingException extends LexModelsV2Service
|
|
|
687
706
|
$fault: "client",
|
|
688
707
|
...opts
|
|
689
708
|
});
|
|
690
|
-
this.name = "ThrottlingException";
|
|
691
|
-
this.$fault = "client";
|
|
692
709
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
693
710
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
694
711
|
}
|
|
695
712
|
};
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
713
|
+
var ValidationException = class _ValidationException extends LexModelsV2ServiceException {
|
|
714
|
+
static {
|
|
715
|
+
__name(this, "ValidationException");
|
|
716
|
+
}
|
|
717
|
+
name = "ValidationException";
|
|
718
|
+
$fault = "client";
|
|
699
719
|
/**
|
|
700
720
|
* @internal
|
|
701
721
|
*/
|
|
@@ -705,13 +725,9 @@ var _ValidationException = class _ValidationException extends LexModelsV2Service
|
|
|
705
725
|
$fault: "client",
|
|
706
726
|
...opts
|
|
707
727
|
});
|
|
708
|
-
this.name = "ValidationException";
|
|
709
|
-
this.$fault = "client";
|
|
710
728
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
711
729
|
}
|
|
712
730
|
};
|
|
713
|
-
__name(_ValidationException, "ValidationException");
|
|
714
|
-
var ValidationException = _ValidationException;
|
|
715
731
|
var BedrockTraceStatus = {
|
|
716
732
|
DISABLED: "DISABLED",
|
|
717
733
|
ENABLED: "ENABLED"
|
|
@@ -811,7 +827,12 @@ var BotVersionReplicationStatus = {
|
|
|
811
827
|
var BotVersionSortAttribute = {
|
|
812
828
|
BotVersion: "BotVersion"
|
|
813
829
|
};
|
|
814
|
-
var
|
|
830
|
+
var ConflictException = class _ConflictException extends LexModelsV2ServiceException {
|
|
831
|
+
static {
|
|
832
|
+
__name(this, "ConflictException");
|
|
833
|
+
}
|
|
834
|
+
name = "ConflictException";
|
|
835
|
+
$fault = "client";
|
|
815
836
|
/**
|
|
816
837
|
* @internal
|
|
817
838
|
*/
|
|
@@ -821,14 +842,15 @@ var _ConflictException = class _ConflictException extends LexModelsV2ServiceExce
|
|
|
821
842
|
$fault: "client",
|
|
822
843
|
...opts
|
|
823
844
|
});
|
|
824
|
-
this.name = "ConflictException";
|
|
825
|
-
this.$fault = "client";
|
|
826
845
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
827
846
|
}
|
|
828
847
|
};
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
848
|
+
var PreconditionFailedException = class _PreconditionFailedException extends LexModelsV2ServiceException {
|
|
849
|
+
static {
|
|
850
|
+
__name(this, "PreconditionFailedException");
|
|
851
|
+
}
|
|
852
|
+
name = "PreconditionFailedException";
|
|
853
|
+
$fault = "client";
|
|
832
854
|
/**
|
|
833
855
|
* @internal
|
|
834
856
|
*/
|
|
@@ -838,13 +860,9 @@ var _PreconditionFailedException = class _PreconditionFailedException extends Le
|
|
|
838
860
|
$fault: "client",
|
|
839
861
|
...opts
|
|
840
862
|
});
|
|
841
|
-
this.name = "PreconditionFailedException";
|
|
842
|
-
this.$fault = "client";
|
|
843
863
|
Object.setPrototypeOf(this, _PreconditionFailedException.prototype);
|
|
844
864
|
}
|
|
845
865
|
};
|
|
846
|
-
__name(_PreconditionFailedException, "PreconditionFailedException");
|
|
847
|
-
var PreconditionFailedException = _PreconditionFailedException;
|
|
848
866
|
var BuiltInIntentSortAttribute = {
|
|
849
867
|
IntentSignature: "IntentSignature"
|
|
850
868
|
};
|
|
@@ -5808,491 +5826,526 @@ var _sRIUC = "skipResourceInUseCheck";
|
|
|
5808
5826
|
var _tK = "tagKeys";
|
|
5809
5827
|
|
|
5810
5828
|
// src/commands/BatchCreateCustomVocabularyItemCommand.ts
|
|
5811
|
-
var
|
|
5829
|
+
var BatchCreateCustomVocabularyItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5812
5830
|
return [
|
|
5813
5831
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5814
5832
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5815
5833
|
];
|
|
5816
5834
|
}).s("LexModelBuildingServiceV2", "BatchCreateCustomVocabularyItem", {}).n("LexModelsV2Client", "BatchCreateCustomVocabularyItemCommand").f(void 0, void 0).ser(se_BatchCreateCustomVocabularyItemCommand).de(de_BatchCreateCustomVocabularyItemCommand).build() {
|
|
5835
|
+
static {
|
|
5836
|
+
__name(this, "BatchCreateCustomVocabularyItemCommand");
|
|
5837
|
+
}
|
|
5817
5838
|
};
|
|
5818
|
-
__name(_BatchCreateCustomVocabularyItemCommand, "BatchCreateCustomVocabularyItemCommand");
|
|
5819
|
-
var BatchCreateCustomVocabularyItemCommand = _BatchCreateCustomVocabularyItemCommand;
|
|
5820
5839
|
|
|
5821
5840
|
// src/commands/BatchDeleteCustomVocabularyItemCommand.ts
|
|
5822
5841
|
|
|
5823
5842
|
|
|
5824
5843
|
|
|
5825
|
-
var
|
|
5844
|
+
var BatchDeleteCustomVocabularyItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5826
5845
|
return [
|
|
5827
5846
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5828
5847
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5829
5848
|
];
|
|
5830
5849
|
}).s("LexModelBuildingServiceV2", "BatchDeleteCustomVocabularyItem", {}).n("LexModelsV2Client", "BatchDeleteCustomVocabularyItemCommand").f(void 0, void 0).ser(se_BatchDeleteCustomVocabularyItemCommand).de(de_BatchDeleteCustomVocabularyItemCommand).build() {
|
|
5850
|
+
static {
|
|
5851
|
+
__name(this, "BatchDeleteCustomVocabularyItemCommand");
|
|
5852
|
+
}
|
|
5831
5853
|
};
|
|
5832
|
-
__name(_BatchDeleteCustomVocabularyItemCommand, "BatchDeleteCustomVocabularyItemCommand");
|
|
5833
|
-
var BatchDeleteCustomVocabularyItemCommand = _BatchDeleteCustomVocabularyItemCommand;
|
|
5834
5854
|
|
|
5835
5855
|
// src/commands/BatchUpdateCustomVocabularyItemCommand.ts
|
|
5836
5856
|
|
|
5837
5857
|
|
|
5838
5858
|
|
|
5839
|
-
var
|
|
5859
|
+
var BatchUpdateCustomVocabularyItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5840
5860
|
return [
|
|
5841
5861
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5842
5862
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5843
5863
|
];
|
|
5844
5864
|
}).s("LexModelBuildingServiceV2", "BatchUpdateCustomVocabularyItem", {}).n("LexModelsV2Client", "BatchUpdateCustomVocabularyItemCommand").f(void 0, void 0).ser(se_BatchUpdateCustomVocabularyItemCommand).de(de_BatchUpdateCustomVocabularyItemCommand).build() {
|
|
5865
|
+
static {
|
|
5866
|
+
__name(this, "BatchUpdateCustomVocabularyItemCommand");
|
|
5867
|
+
}
|
|
5845
5868
|
};
|
|
5846
|
-
__name(_BatchUpdateCustomVocabularyItemCommand, "BatchUpdateCustomVocabularyItemCommand");
|
|
5847
|
-
var BatchUpdateCustomVocabularyItemCommand = _BatchUpdateCustomVocabularyItemCommand;
|
|
5848
5869
|
|
|
5849
5870
|
// src/commands/BuildBotLocaleCommand.ts
|
|
5850
5871
|
|
|
5851
5872
|
|
|
5852
5873
|
|
|
5853
|
-
var
|
|
5874
|
+
var BuildBotLocaleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5854
5875
|
return [
|
|
5855
5876
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5856
5877
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5857
5878
|
];
|
|
5858
5879
|
}).s("LexModelBuildingServiceV2", "BuildBotLocale", {}).n("LexModelsV2Client", "BuildBotLocaleCommand").f(void 0, void 0).ser(se_BuildBotLocaleCommand).de(de_BuildBotLocaleCommand).build() {
|
|
5880
|
+
static {
|
|
5881
|
+
__name(this, "BuildBotLocaleCommand");
|
|
5882
|
+
}
|
|
5859
5883
|
};
|
|
5860
|
-
__name(_BuildBotLocaleCommand, "BuildBotLocaleCommand");
|
|
5861
|
-
var BuildBotLocaleCommand = _BuildBotLocaleCommand;
|
|
5862
5884
|
|
|
5863
5885
|
// src/commands/CreateBotAliasCommand.ts
|
|
5864
5886
|
|
|
5865
5887
|
|
|
5866
5888
|
|
|
5867
|
-
var
|
|
5889
|
+
var CreateBotAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5868
5890
|
return [
|
|
5869
5891
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5870
5892
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5871
5893
|
];
|
|
5872
5894
|
}).s("LexModelBuildingServiceV2", "CreateBotAlias", {}).n("LexModelsV2Client", "CreateBotAliasCommand").f(void 0, void 0).ser(se_CreateBotAliasCommand).de(de_CreateBotAliasCommand).build() {
|
|
5895
|
+
static {
|
|
5896
|
+
__name(this, "CreateBotAliasCommand");
|
|
5897
|
+
}
|
|
5873
5898
|
};
|
|
5874
|
-
__name(_CreateBotAliasCommand, "CreateBotAliasCommand");
|
|
5875
|
-
var CreateBotAliasCommand = _CreateBotAliasCommand;
|
|
5876
5899
|
|
|
5877
5900
|
// src/commands/CreateBotCommand.ts
|
|
5878
5901
|
|
|
5879
5902
|
|
|
5880
5903
|
|
|
5881
|
-
var
|
|
5904
|
+
var CreateBotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5882
5905
|
return [
|
|
5883
5906
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5884
5907
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5885
5908
|
];
|
|
5886
5909
|
}).s("LexModelBuildingServiceV2", "CreateBot", {}).n("LexModelsV2Client", "CreateBotCommand").f(void 0, void 0).ser(se_CreateBotCommand).de(de_CreateBotCommand).build() {
|
|
5910
|
+
static {
|
|
5911
|
+
__name(this, "CreateBotCommand");
|
|
5912
|
+
}
|
|
5887
5913
|
};
|
|
5888
|
-
__name(_CreateBotCommand, "CreateBotCommand");
|
|
5889
|
-
var CreateBotCommand = _CreateBotCommand;
|
|
5890
5914
|
|
|
5891
5915
|
// src/commands/CreateBotLocaleCommand.ts
|
|
5892
5916
|
|
|
5893
5917
|
|
|
5894
5918
|
|
|
5895
|
-
var
|
|
5919
|
+
var CreateBotLocaleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5896
5920
|
return [
|
|
5897
5921
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5898
5922
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5899
5923
|
];
|
|
5900
5924
|
}).s("LexModelBuildingServiceV2", "CreateBotLocale", {}).n("LexModelsV2Client", "CreateBotLocaleCommand").f(void 0, void 0).ser(se_CreateBotLocaleCommand).de(de_CreateBotLocaleCommand).build() {
|
|
5925
|
+
static {
|
|
5926
|
+
__name(this, "CreateBotLocaleCommand");
|
|
5927
|
+
}
|
|
5901
5928
|
};
|
|
5902
|
-
__name(_CreateBotLocaleCommand, "CreateBotLocaleCommand");
|
|
5903
|
-
var CreateBotLocaleCommand = _CreateBotLocaleCommand;
|
|
5904
5929
|
|
|
5905
5930
|
// src/commands/CreateBotReplicaCommand.ts
|
|
5906
5931
|
|
|
5907
5932
|
|
|
5908
5933
|
|
|
5909
|
-
var
|
|
5934
|
+
var CreateBotReplicaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5910
5935
|
return [
|
|
5911
5936
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5912
5937
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5913
5938
|
];
|
|
5914
5939
|
}).s("LexModelBuildingServiceV2", "CreateBotReplica", {}).n("LexModelsV2Client", "CreateBotReplicaCommand").f(void 0, void 0).ser(se_CreateBotReplicaCommand).de(de_CreateBotReplicaCommand).build() {
|
|
5940
|
+
static {
|
|
5941
|
+
__name(this, "CreateBotReplicaCommand");
|
|
5942
|
+
}
|
|
5915
5943
|
};
|
|
5916
|
-
__name(_CreateBotReplicaCommand, "CreateBotReplicaCommand");
|
|
5917
|
-
var CreateBotReplicaCommand = _CreateBotReplicaCommand;
|
|
5918
5944
|
|
|
5919
5945
|
// src/commands/CreateBotVersionCommand.ts
|
|
5920
5946
|
|
|
5921
5947
|
|
|
5922
5948
|
|
|
5923
|
-
var
|
|
5949
|
+
var CreateBotVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5924
5950
|
return [
|
|
5925
5951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5926
5952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5927
5953
|
];
|
|
5928
5954
|
}).s("LexModelBuildingServiceV2", "CreateBotVersion", {}).n("LexModelsV2Client", "CreateBotVersionCommand").f(void 0, void 0).ser(se_CreateBotVersionCommand).de(de_CreateBotVersionCommand).build() {
|
|
5955
|
+
static {
|
|
5956
|
+
__name(this, "CreateBotVersionCommand");
|
|
5957
|
+
}
|
|
5929
5958
|
};
|
|
5930
|
-
__name(_CreateBotVersionCommand, "CreateBotVersionCommand");
|
|
5931
|
-
var CreateBotVersionCommand = _CreateBotVersionCommand;
|
|
5932
5959
|
|
|
5933
5960
|
// src/commands/CreateExportCommand.ts
|
|
5934
5961
|
|
|
5935
5962
|
|
|
5936
5963
|
|
|
5937
|
-
var
|
|
5964
|
+
var CreateExportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5938
5965
|
return [
|
|
5939
5966
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5940
5967
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5941
5968
|
];
|
|
5942
5969
|
}).s("LexModelBuildingServiceV2", "CreateExport", {}).n("LexModelsV2Client", "CreateExportCommand").f(CreateExportRequestFilterSensitiveLog, void 0).ser(se_CreateExportCommand).de(de_CreateExportCommand).build() {
|
|
5970
|
+
static {
|
|
5971
|
+
__name(this, "CreateExportCommand");
|
|
5972
|
+
}
|
|
5943
5973
|
};
|
|
5944
|
-
__name(_CreateExportCommand, "CreateExportCommand");
|
|
5945
|
-
var CreateExportCommand = _CreateExportCommand;
|
|
5946
5974
|
|
|
5947
5975
|
// src/commands/CreateIntentCommand.ts
|
|
5948
5976
|
|
|
5949
5977
|
|
|
5950
5978
|
|
|
5951
|
-
var
|
|
5979
|
+
var CreateIntentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5952
5980
|
return [
|
|
5953
5981
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5954
5982
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5955
5983
|
];
|
|
5956
5984
|
}).s("LexModelBuildingServiceV2", "CreateIntent", {}).n("LexModelsV2Client", "CreateIntentCommand").f(void 0, void 0).ser(se_CreateIntentCommand).de(de_CreateIntentCommand).build() {
|
|
5985
|
+
static {
|
|
5986
|
+
__name(this, "CreateIntentCommand");
|
|
5987
|
+
}
|
|
5957
5988
|
};
|
|
5958
|
-
__name(_CreateIntentCommand, "CreateIntentCommand");
|
|
5959
|
-
var CreateIntentCommand = _CreateIntentCommand;
|
|
5960
5989
|
|
|
5961
5990
|
// src/commands/CreateResourcePolicyCommand.ts
|
|
5962
5991
|
|
|
5963
5992
|
|
|
5964
5993
|
|
|
5965
|
-
var
|
|
5994
|
+
var CreateResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5966
5995
|
return [
|
|
5967
5996
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5968
5997
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5969
5998
|
];
|
|
5970
5999
|
}).s("LexModelBuildingServiceV2", "CreateResourcePolicy", {}).n("LexModelsV2Client", "CreateResourcePolicyCommand").f(void 0, void 0).ser(se_CreateResourcePolicyCommand).de(de_CreateResourcePolicyCommand).build() {
|
|
6000
|
+
static {
|
|
6001
|
+
__name(this, "CreateResourcePolicyCommand");
|
|
6002
|
+
}
|
|
5971
6003
|
};
|
|
5972
|
-
__name(_CreateResourcePolicyCommand, "CreateResourcePolicyCommand");
|
|
5973
|
-
var CreateResourcePolicyCommand = _CreateResourcePolicyCommand;
|
|
5974
6004
|
|
|
5975
6005
|
// src/commands/CreateResourcePolicyStatementCommand.ts
|
|
5976
6006
|
|
|
5977
6007
|
|
|
5978
6008
|
|
|
5979
|
-
var
|
|
6009
|
+
var CreateResourcePolicyStatementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5980
6010
|
return [
|
|
5981
6011
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5982
6012
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5983
6013
|
];
|
|
5984
6014
|
}).s("LexModelBuildingServiceV2", "CreateResourcePolicyStatement", {}).n("LexModelsV2Client", "CreateResourcePolicyStatementCommand").f(void 0, void 0).ser(se_CreateResourcePolicyStatementCommand).de(de_CreateResourcePolicyStatementCommand).build() {
|
|
6015
|
+
static {
|
|
6016
|
+
__name(this, "CreateResourcePolicyStatementCommand");
|
|
6017
|
+
}
|
|
5985
6018
|
};
|
|
5986
|
-
__name(_CreateResourcePolicyStatementCommand, "CreateResourcePolicyStatementCommand");
|
|
5987
|
-
var CreateResourcePolicyStatementCommand = _CreateResourcePolicyStatementCommand;
|
|
5988
6019
|
|
|
5989
6020
|
// src/commands/CreateSlotCommand.ts
|
|
5990
6021
|
|
|
5991
6022
|
|
|
5992
6023
|
|
|
5993
|
-
var
|
|
6024
|
+
var CreateSlotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5994
6025
|
return [
|
|
5995
6026
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5996
6027
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5997
6028
|
];
|
|
5998
6029
|
}).s("LexModelBuildingServiceV2", "CreateSlot", {}).n("LexModelsV2Client", "CreateSlotCommand").f(void 0, void 0).ser(se_CreateSlotCommand).de(de_CreateSlotCommand).build() {
|
|
6030
|
+
static {
|
|
6031
|
+
__name(this, "CreateSlotCommand");
|
|
6032
|
+
}
|
|
5999
6033
|
};
|
|
6000
|
-
__name(_CreateSlotCommand, "CreateSlotCommand");
|
|
6001
|
-
var CreateSlotCommand = _CreateSlotCommand;
|
|
6002
6034
|
|
|
6003
6035
|
// src/commands/CreateSlotTypeCommand.ts
|
|
6004
6036
|
|
|
6005
6037
|
|
|
6006
6038
|
|
|
6007
|
-
var
|
|
6039
|
+
var CreateSlotTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6008
6040
|
return [
|
|
6009
6041
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6010
6042
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6011
6043
|
];
|
|
6012
6044
|
}).s("LexModelBuildingServiceV2", "CreateSlotType", {}).n("LexModelsV2Client", "CreateSlotTypeCommand").f(void 0, void 0).ser(se_CreateSlotTypeCommand).de(de_CreateSlotTypeCommand).build() {
|
|
6045
|
+
static {
|
|
6046
|
+
__name(this, "CreateSlotTypeCommand");
|
|
6047
|
+
}
|
|
6013
6048
|
};
|
|
6014
|
-
__name(_CreateSlotTypeCommand, "CreateSlotTypeCommand");
|
|
6015
|
-
var CreateSlotTypeCommand = _CreateSlotTypeCommand;
|
|
6016
6049
|
|
|
6017
6050
|
// src/commands/CreateTestSetDiscrepancyReportCommand.ts
|
|
6018
6051
|
|
|
6019
6052
|
|
|
6020
6053
|
|
|
6021
|
-
var
|
|
6054
|
+
var CreateTestSetDiscrepancyReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6022
6055
|
return [
|
|
6023
6056
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6024
6057
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6025
6058
|
];
|
|
6026
6059
|
}).s("LexModelBuildingServiceV2", "CreateTestSetDiscrepancyReport", {}).n("LexModelsV2Client", "CreateTestSetDiscrepancyReportCommand").f(void 0, void 0).ser(se_CreateTestSetDiscrepancyReportCommand).de(de_CreateTestSetDiscrepancyReportCommand).build() {
|
|
6060
|
+
static {
|
|
6061
|
+
__name(this, "CreateTestSetDiscrepancyReportCommand");
|
|
6062
|
+
}
|
|
6027
6063
|
};
|
|
6028
|
-
__name(_CreateTestSetDiscrepancyReportCommand, "CreateTestSetDiscrepancyReportCommand");
|
|
6029
|
-
var CreateTestSetDiscrepancyReportCommand = _CreateTestSetDiscrepancyReportCommand;
|
|
6030
6064
|
|
|
6031
6065
|
// src/commands/CreateUploadUrlCommand.ts
|
|
6032
6066
|
|
|
6033
6067
|
|
|
6034
6068
|
|
|
6035
|
-
var
|
|
6069
|
+
var CreateUploadUrlCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6036
6070
|
return [
|
|
6037
6071
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6038
6072
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6039
6073
|
];
|
|
6040
6074
|
}).s("LexModelBuildingServiceV2", "CreateUploadUrl", {}).n("LexModelsV2Client", "CreateUploadUrlCommand").f(void 0, void 0).ser(se_CreateUploadUrlCommand).de(de_CreateUploadUrlCommand).build() {
|
|
6075
|
+
static {
|
|
6076
|
+
__name(this, "CreateUploadUrlCommand");
|
|
6077
|
+
}
|
|
6041
6078
|
};
|
|
6042
|
-
__name(_CreateUploadUrlCommand, "CreateUploadUrlCommand");
|
|
6043
|
-
var CreateUploadUrlCommand = _CreateUploadUrlCommand;
|
|
6044
6079
|
|
|
6045
6080
|
// src/commands/DeleteBotAliasCommand.ts
|
|
6046
6081
|
|
|
6047
6082
|
|
|
6048
6083
|
|
|
6049
|
-
var
|
|
6084
|
+
var DeleteBotAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6050
6085
|
return [
|
|
6051
6086
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6052
6087
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6053
6088
|
];
|
|
6054
6089
|
}).s("LexModelBuildingServiceV2", "DeleteBotAlias", {}).n("LexModelsV2Client", "DeleteBotAliasCommand").f(void 0, void 0).ser(se_DeleteBotAliasCommand).de(de_DeleteBotAliasCommand).build() {
|
|
6090
|
+
static {
|
|
6091
|
+
__name(this, "DeleteBotAliasCommand");
|
|
6092
|
+
}
|
|
6055
6093
|
};
|
|
6056
|
-
__name(_DeleteBotAliasCommand, "DeleteBotAliasCommand");
|
|
6057
|
-
var DeleteBotAliasCommand = _DeleteBotAliasCommand;
|
|
6058
6094
|
|
|
6059
6095
|
// src/commands/DeleteBotCommand.ts
|
|
6060
6096
|
|
|
6061
6097
|
|
|
6062
6098
|
|
|
6063
|
-
var
|
|
6099
|
+
var DeleteBotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6064
6100
|
return [
|
|
6065
6101
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6066
6102
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6067
6103
|
];
|
|
6068
6104
|
}).s("LexModelBuildingServiceV2", "DeleteBot", {}).n("LexModelsV2Client", "DeleteBotCommand").f(void 0, void 0).ser(se_DeleteBotCommand).de(de_DeleteBotCommand).build() {
|
|
6105
|
+
static {
|
|
6106
|
+
__name(this, "DeleteBotCommand");
|
|
6107
|
+
}
|
|
6069
6108
|
};
|
|
6070
|
-
__name(_DeleteBotCommand, "DeleteBotCommand");
|
|
6071
|
-
var DeleteBotCommand = _DeleteBotCommand;
|
|
6072
6109
|
|
|
6073
6110
|
// src/commands/DeleteBotLocaleCommand.ts
|
|
6074
6111
|
|
|
6075
6112
|
|
|
6076
6113
|
|
|
6077
|
-
var
|
|
6114
|
+
var DeleteBotLocaleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6078
6115
|
return [
|
|
6079
6116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6080
6117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6081
6118
|
];
|
|
6082
6119
|
}).s("LexModelBuildingServiceV2", "DeleteBotLocale", {}).n("LexModelsV2Client", "DeleteBotLocaleCommand").f(void 0, void 0).ser(se_DeleteBotLocaleCommand).de(de_DeleteBotLocaleCommand).build() {
|
|
6120
|
+
static {
|
|
6121
|
+
__name(this, "DeleteBotLocaleCommand");
|
|
6122
|
+
}
|
|
6083
6123
|
};
|
|
6084
|
-
__name(_DeleteBotLocaleCommand, "DeleteBotLocaleCommand");
|
|
6085
|
-
var DeleteBotLocaleCommand = _DeleteBotLocaleCommand;
|
|
6086
6124
|
|
|
6087
6125
|
// src/commands/DeleteBotReplicaCommand.ts
|
|
6088
6126
|
|
|
6089
6127
|
|
|
6090
6128
|
|
|
6091
|
-
var
|
|
6129
|
+
var DeleteBotReplicaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6092
6130
|
return [
|
|
6093
6131
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6094
6132
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6095
6133
|
];
|
|
6096
6134
|
}).s("LexModelBuildingServiceV2", "DeleteBotReplica", {}).n("LexModelsV2Client", "DeleteBotReplicaCommand").f(void 0, void 0).ser(se_DeleteBotReplicaCommand).de(de_DeleteBotReplicaCommand).build() {
|
|
6135
|
+
static {
|
|
6136
|
+
__name(this, "DeleteBotReplicaCommand");
|
|
6137
|
+
}
|
|
6097
6138
|
};
|
|
6098
|
-
__name(_DeleteBotReplicaCommand, "DeleteBotReplicaCommand");
|
|
6099
|
-
var DeleteBotReplicaCommand = _DeleteBotReplicaCommand;
|
|
6100
6139
|
|
|
6101
6140
|
// src/commands/DeleteBotVersionCommand.ts
|
|
6102
6141
|
|
|
6103
6142
|
|
|
6104
6143
|
|
|
6105
|
-
var
|
|
6144
|
+
var DeleteBotVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6106
6145
|
return [
|
|
6107
6146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6108
6147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6109
6148
|
];
|
|
6110
6149
|
}).s("LexModelBuildingServiceV2", "DeleteBotVersion", {}).n("LexModelsV2Client", "DeleteBotVersionCommand").f(void 0, void 0).ser(se_DeleteBotVersionCommand).de(de_DeleteBotVersionCommand).build() {
|
|
6150
|
+
static {
|
|
6151
|
+
__name(this, "DeleteBotVersionCommand");
|
|
6152
|
+
}
|
|
6111
6153
|
};
|
|
6112
|
-
__name(_DeleteBotVersionCommand, "DeleteBotVersionCommand");
|
|
6113
|
-
var DeleteBotVersionCommand = _DeleteBotVersionCommand;
|
|
6114
6154
|
|
|
6115
6155
|
// src/commands/DeleteCustomVocabularyCommand.ts
|
|
6116
6156
|
|
|
6117
6157
|
|
|
6118
6158
|
|
|
6119
|
-
var
|
|
6159
|
+
var DeleteCustomVocabularyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6120
6160
|
return [
|
|
6121
6161
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6122
6162
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6123
6163
|
];
|
|
6124
6164
|
}).s("LexModelBuildingServiceV2", "DeleteCustomVocabulary", {}).n("LexModelsV2Client", "DeleteCustomVocabularyCommand").f(void 0, void 0).ser(se_DeleteCustomVocabularyCommand).de(de_DeleteCustomVocabularyCommand).build() {
|
|
6165
|
+
static {
|
|
6166
|
+
__name(this, "DeleteCustomVocabularyCommand");
|
|
6167
|
+
}
|
|
6125
6168
|
};
|
|
6126
|
-
__name(_DeleteCustomVocabularyCommand, "DeleteCustomVocabularyCommand");
|
|
6127
|
-
var DeleteCustomVocabularyCommand = _DeleteCustomVocabularyCommand;
|
|
6128
6169
|
|
|
6129
6170
|
// src/commands/DeleteExportCommand.ts
|
|
6130
6171
|
|
|
6131
6172
|
|
|
6132
6173
|
|
|
6133
|
-
var
|
|
6174
|
+
var DeleteExportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6134
6175
|
return [
|
|
6135
6176
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6136
6177
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6137
6178
|
];
|
|
6138
6179
|
}).s("LexModelBuildingServiceV2", "DeleteExport", {}).n("LexModelsV2Client", "DeleteExportCommand").f(void 0, void 0).ser(se_DeleteExportCommand).de(de_DeleteExportCommand).build() {
|
|
6180
|
+
static {
|
|
6181
|
+
__name(this, "DeleteExportCommand");
|
|
6182
|
+
}
|
|
6139
6183
|
};
|
|
6140
|
-
__name(_DeleteExportCommand, "DeleteExportCommand");
|
|
6141
|
-
var DeleteExportCommand = _DeleteExportCommand;
|
|
6142
6184
|
|
|
6143
6185
|
// src/commands/DeleteImportCommand.ts
|
|
6144
6186
|
|
|
6145
6187
|
|
|
6146
6188
|
|
|
6147
|
-
var
|
|
6189
|
+
var DeleteImportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6148
6190
|
return [
|
|
6149
6191
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6150
6192
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6151
6193
|
];
|
|
6152
6194
|
}).s("LexModelBuildingServiceV2", "DeleteImport", {}).n("LexModelsV2Client", "DeleteImportCommand").f(void 0, void 0).ser(se_DeleteImportCommand).de(de_DeleteImportCommand).build() {
|
|
6195
|
+
static {
|
|
6196
|
+
__name(this, "DeleteImportCommand");
|
|
6197
|
+
}
|
|
6153
6198
|
};
|
|
6154
|
-
__name(_DeleteImportCommand, "DeleteImportCommand");
|
|
6155
|
-
var DeleteImportCommand = _DeleteImportCommand;
|
|
6156
6199
|
|
|
6157
6200
|
// src/commands/DeleteIntentCommand.ts
|
|
6158
6201
|
|
|
6159
6202
|
|
|
6160
6203
|
|
|
6161
|
-
var
|
|
6204
|
+
var DeleteIntentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6162
6205
|
return [
|
|
6163
6206
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6164
6207
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6165
6208
|
];
|
|
6166
6209
|
}).s("LexModelBuildingServiceV2", "DeleteIntent", {}).n("LexModelsV2Client", "DeleteIntentCommand").f(void 0, void 0).ser(se_DeleteIntentCommand).de(de_DeleteIntentCommand).build() {
|
|
6210
|
+
static {
|
|
6211
|
+
__name(this, "DeleteIntentCommand");
|
|
6212
|
+
}
|
|
6167
6213
|
};
|
|
6168
|
-
__name(_DeleteIntentCommand, "DeleteIntentCommand");
|
|
6169
|
-
var DeleteIntentCommand = _DeleteIntentCommand;
|
|
6170
6214
|
|
|
6171
6215
|
// src/commands/DeleteResourcePolicyCommand.ts
|
|
6172
6216
|
|
|
6173
6217
|
|
|
6174
6218
|
|
|
6175
|
-
var
|
|
6219
|
+
var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6176
6220
|
return [
|
|
6177
6221
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6178
6222
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6179
6223
|
];
|
|
6180
6224
|
}).s("LexModelBuildingServiceV2", "DeleteResourcePolicy", {}).n("LexModelsV2Client", "DeleteResourcePolicyCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyCommand).de(de_DeleteResourcePolicyCommand).build() {
|
|
6225
|
+
static {
|
|
6226
|
+
__name(this, "DeleteResourcePolicyCommand");
|
|
6227
|
+
}
|
|
6181
6228
|
};
|
|
6182
|
-
__name(_DeleteResourcePolicyCommand, "DeleteResourcePolicyCommand");
|
|
6183
|
-
var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
6184
6229
|
|
|
6185
6230
|
// src/commands/DeleteResourcePolicyStatementCommand.ts
|
|
6186
6231
|
|
|
6187
6232
|
|
|
6188
6233
|
|
|
6189
|
-
var
|
|
6234
|
+
var DeleteResourcePolicyStatementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6190
6235
|
return [
|
|
6191
6236
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6192
6237
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6193
6238
|
];
|
|
6194
6239
|
}).s("LexModelBuildingServiceV2", "DeleteResourcePolicyStatement", {}).n("LexModelsV2Client", "DeleteResourcePolicyStatementCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyStatementCommand).de(de_DeleteResourcePolicyStatementCommand).build() {
|
|
6240
|
+
static {
|
|
6241
|
+
__name(this, "DeleteResourcePolicyStatementCommand");
|
|
6242
|
+
}
|
|
6195
6243
|
};
|
|
6196
|
-
__name(_DeleteResourcePolicyStatementCommand, "DeleteResourcePolicyStatementCommand");
|
|
6197
|
-
var DeleteResourcePolicyStatementCommand = _DeleteResourcePolicyStatementCommand;
|
|
6198
6244
|
|
|
6199
6245
|
// src/commands/DeleteSlotCommand.ts
|
|
6200
6246
|
|
|
6201
6247
|
|
|
6202
6248
|
|
|
6203
|
-
var
|
|
6249
|
+
var DeleteSlotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6204
6250
|
return [
|
|
6205
6251
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6206
6252
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6207
6253
|
];
|
|
6208
6254
|
}).s("LexModelBuildingServiceV2", "DeleteSlot", {}).n("LexModelsV2Client", "DeleteSlotCommand").f(void 0, void 0).ser(se_DeleteSlotCommand).de(de_DeleteSlotCommand).build() {
|
|
6255
|
+
static {
|
|
6256
|
+
__name(this, "DeleteSlotCommand");
|
|
6257
|
+
}
|
|
6209
6258
|
};
|
|
6210
|
-
__name(_DeleteSlotCommand, "DeleteSlotCommand");
|
|
6211
|
-
var DeleteSlotCommand = _DeleteSlotCommand;
|
|
6212
6259
|
|
|
6213
6260
|
// src/commands/DeleteSlotTypeCommand.ts
|
|
6214
6261
|
|
|
6215
6262
|
|
|
6216
6263
|
|
|
6217
|
-
var
|
|
6264
|
+
var DeleteSlotTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6218
6265
|
return [
|
|
6219
6266
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6220
6267
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6221
6268
|
];
|
|
6222
6269
|
}).s("LexModelBuildingServiceV2", "DeleteSlotType", {}).n("LexModelsV2Client", "DeleteSlotTypeCommand").f(void 0, void 0).ser(se_DeleteSlotTypeCommand).de(de_DeleteSlotTypeCommand).build() {
|
|
6270
|
+
static {
|
|
6271
|
+
__name(this, "DeleteSlotTypeCommand");
|
|
6272
|
+
}
|
|
6223
6273
|
};
|
|
6224
|
-
__name(_DeleteSlotTypeCommand, "DeleteSlotTypeCommand");
|
|
6225
|
-
var DeleteSlotTypeCommand = _DeleteSlotTypeCommand;
|
|
6226
6274
|
|
|
6227
6275
|
// src/commands/DeleteTestSetCommand.ts
|
|
6228
6276
|
|
|
6229
6277
|
|
|
6230
6278
|
|
|
6231
|
-
var
|
|
6279
|
+
var DeleteTestSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6232
6280
|
return [
|
|
6233
6281
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6234
6282
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6235
6283
|
];
|
|
6236
6284
|
}).s("LexModelBuildingServiceV2", "DeleteTestSet", {}).n("LexModelsV2Client", "DeleteTestSetCommand").f(void 0, void 0).ser(se_DeleteTestSetCommand).de(de_DeleteTestSetCommand).build() {
|
|
6285
|
+
static {
|
|
6286
|
+
__name(this, "DeleteTestSetCommand");
|
|
6287
|
+
}
|
|
6237
6288
|
};
|
|
6238
|
-
__name(_DeleteTestSetCommand, "DeleteTestSetCommand");
|
|
6239
|
-
var DeleteTestSetCommand = _DeleteTestSetCommand;
|
|
6240
6289
|
|
|
6241
6290
|
// src/commands/DeleteUtterancesCommand.ts
|
|
6242
6291
|
|
|
6243
6292
|
|
|
6244
6293
|
|
|
6245
|
-
var
|
|
6294
|
+
var DeleteUtterancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6246
6295
|
return [
|
|
6247
6296
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6248
6297
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6249
6298
|
];
|
|
6250
6299
|
}).s("LexModelBuildingServiceV2", "DeleteUtterances", {}).n("LexModelsV2Client", "DeleteUtterancesCommand").f(void 0, void 0).ser(se_DeleteUtterancesCommand).de(de_DeleteUtterancesCommand).build() {
|
|
6300
|
+
static {
|
|
6301
|
+
__name(this, "DeleteUtterancesCommand");
|
|
6302
|
+
}
|
|
6251
6303
|
};
|
|
6252
|
-
__name(_DeleteUtterancesCommand, "DeleteUtterancesCommand");
|
|
6253
|
-
var DeleteUtterancesCommand = _DeleteUtterancesCommand;
|
|
6254
6304
|
|
|
6255
6305
|
// src/commands/DescribeBotAliasCommand.ts
|
|
6256
6306
|
|
|
6257
6307
|
|
|
6258
6308
|
|
|
6259
|
-
var
|
|
6309
|
+
var DescribeBotAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6260
6310
|
return [
|
|
6261
6311
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6262
6312
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6263
6313
|
];
|
|
6264
6314
|
}).s("LexModelBuildingServiceV2", "DescribeBotAlias", {}).n("LexModelsV2Client", "DescribeBotAliasCommand").f(void 0, void 0).ser(se_DescribeBotAliasCommand).de(de_DescribeBotAliasCommand).build() {
|
|
6315
|
+
static {
|
|
6316
|
+
__name(this, "DescribeBotAliasCommand");
|
|
6317
|
+
}
|
|
6265
6318
|
};
|
|
6266
|
-
__name(_DescribeBotAliasCommand, "DescribeBotAliasCommand");
|
|
6267
|
-
var DescribeBotAliasCommand = _DescribeBotAliasCommand;
|
|
6268
6319
|
|
|
6269
6320
|
// src/commands/DescribeBotCommand.ts
|
|
6270
6321
|
|
|
6271
6322
|
|
|
6272
6323
|
|
|
6273
|
-
var
|
|
6324
|
+
var DescribeBotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6274
6325
|
return [
|
|
6275
6326
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6276
6327
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6277
6328
|
];
|
|
6278
6329
|
}).s("LexModelBuildingServiceV2", "DescribeBot", {}).n("LexModelsV2Client", "DescribeBotCommand").f(void 0, void 0).ser(se_DescribeBotCommand).de(de_DescribeBotCommand).build() {
|
|
6330
|
+
static {
|
|
6331
|
+
__name(this, "DescribeBotCommand");
|
|
6332
|
+
}
|
|
6279
6333
|
};
|
|
6280
|
-
__name(_DescribeBotCommand, "DescribeBotCommand");
|
|
6281
|
-
var DescribeBotCommand = _DescribeBotCommand;
|
|
6282
6334
|
|
|
6283
6335
|
// src/commands/DescribeBotLocaleCommand.ts
|
|
6284
6336
|
|
|
6285
6337
|
|
|
6286
6338
|
|
|
6287
|
-
var
|
|
6339
|
+
var DescribeBotLocaleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6288
6340
|
return [
|
|
6289
6341
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6290
6342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6291
6343
|
];
|
|
6292
6344
|
}).s("LexModelBuildingServiceV2", "DescribeBotLocale", {}).n("LexModelsV2Client", "DescribeBotLocaleCommand").f(void 0, void 0).ser(se_DescribeBotLocaleCommand).de(de_DescribeBotLocaleCommand).build() {
|
|
6345
|
+
static {
|
|
6346
|
+
__name(this, "DescribeBotLocaleCommand");
|
|
6347
|
+
}
|
|
6293
6348
|
};
|
|
6294
|
-
__name(_DescribeBotLocaleCommand, "DescribeBotLocaleCommand");
|
|
6295
|
-
var DescribeBotLocaleCommand = _DescribeBotLocaleCommand;
|
|
6296
6349
|
|
|
6297
6350
|
// src/commands/DescribeBotRecommendationCommand.ts
|
|
6298
6351
|
|
|
@@ -6496,939 +6549,1006 @@ var UpdateExportRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
6496
6549
|
}), "UpdateExportRequestFilterSensitiveLog");
|
|
6497
6550
|
|
|
6498
6551
|
// src/commands/DescribeBotRecommendationCommand.ts
|
|
6499
|
-
var
|
|
6552
|
+
var DescribeBotRecommendationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6500
6553
|
return [
|
|
6501
6554
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6502
6555
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6503
6556
|
];
|
|
6504
6557
|
}).s("LexModelBuildingServiceV2", "DescribeBotRecommendation", {}).n("LexModelsV2Client", "DescribeBotRecommendationCommand").f(void 0, DescribeBotRecommendationResponseFilterSensitiveLog).ser(se_DescribeBotRecommendationCommand).de(de_DescribeBotRecommendationCommand).build() {
|
|
6558
|
+
static {
|
|
6559
|
+
__name(this, "DescribeBotRecommendationCommand");
|
|
6560
|
+
}
|
|
6505
6561
|
};
|
|
6506
|
-
__name(_DescribeBotRecommendationCommand, "DescribeBotRecommendationCommand");
|
|
6507
|
-
var DescribeBotRecommendationCommand = _DescribeBotRecommendationCommand;
|
|
6508
6562
|
|
|
6509
6563
|
// src/commands/DescribeBotReplicaCommand.ts
|
|
6510
6564
|
|
|
6511
6565
|
|
|
6512
6566
|
|
|
6513
|
-
var
|
|
6567
|
+
var DescribeBotReplicaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6514
6568
|
return [
|
|
6515
6569
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6516
6570
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6517
6571
|
];
|
|
6518
6572
|
}).s("LexModelBuildingServiceV2", "DescribeBotReplica", {}).n("LexModelsV2Client", "DescribeBotReplicaCommand").f(void 0, void 0).ser(se_DescribeBotReplicaCommand).de(de_DescribeBotReplicaCommand).build() {
|
|
6573
|
+
static {
|
|
6574
|
+
__name(this, "DescribeBotReplicaCommand");
|
|
6575
|
+
}
|
|
6519
6576
|
};
|
|
6520
|
-
__name(_DescribeBotReplicaCommand, "DescribeBotReplicaCommand");
|
|
6521
|
-
var DescribeBotReplicaCommand = _DescribeBotReplicaCommand;
|
|
6522
6577
|
|
|
6523
6578
|
// src/commands/DescribeBotResourceGenerationCommand.ts
|
|
6524
6579
|
|
|
6525
6580
|
|
|
6526
6581
|
|
|
6527
|
-
var
|
|
6582
|
+
var DescribeBotResourceGenerationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6528
6583
|
return [
|
|
6529
6584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6530
6585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6531
6586
|
];
|
|
6532
6587
|
}).s("LexModelBuildingServiceV2", "DescribeBotResourceGeneration", {}).n("LexModelsV2Client", "DescribeBotResourceGenerationCommand").f(void 0, void 0).ser(se_DescribeBotResourceGenerationCommand).de(de_DescribeBotResourceGenerationCommand).build() {
|
|
6588
|
+
static {
|
|
6589
|
+
__name(this, "DescribeBotResourceGenerationCommand");
|
|
6590
|
+
}
|
|
6533
6591
|
};
|
|
6534
|
-
__name(_DescribeBotResourceGenerationCommand, "DescribeBotResourceGenerationCommand");
|
|
6535
|
-
var DescribeBotResourceGenerationCommand = _DescribeBotResourceGenerationCommand;
|
|
6536
6592
|
|
|
6537
6593
|
// src/commands/DescribeBotVersionCommand.ts
|
|
6538
6594
|
|
|
6539
6595
|
|
|
6540
6596
|
|
|
6541
|
-
var
|
|
6597
|
+
var DescribeBotVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6542
6598
|
return [
|
|
6543
6599
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6544
6600
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6545
6601
|
];
|
|
6546
6602
|
}).s("LexModelBuildingServiceV2", "DescribeBotVersion", {}).n("LexModelsV2Client", "DescribeBotVersionCommand").f(void 0, void 0).ser(se_DescribeBotVersionCommand).de(de_DescribeBotVersionCommand).build() {
|
|
6603
|
+
static {
|
|
6604
|
+
__name(this, "DescribeBotVersionCommand");
|
|
6605
|
+
}
|
|
6547
6606
|
};
|
|
6548
|
-
__name(_DescribeBotVersionCommand, "DescribeBotVersionCommand");
|
|
6549
|
-
var DescribeBotVersionCommand = _DescribeBotVersionCommand;
|
|
6550
6607
|
|
|
6551
6608
|
// src/commands/DescribeCustomVocabularyMetadataCommand.ts
|
|
6552
6609
|
|
|
6553
6610
|
|
|
6554
6611
|
|
|
6555
|
-
var
|
|
6612
|
+
var DescribeCustomVocabularyMetadataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6556
6613
|
return [
|
|
6557
6614
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6558
6615
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6559
6616
|
];
|
|
6560
6617
|
}).s("LexModelBuildingServiceV2", "DescribeCustomVocabularyMetadata", {}).n("LexModelsV2Client", "DescribeCustomVocabularyMetadataCommand").f(void 0, void 0).ser(se_DescribeCustomVocabularyMetadataCommand).de(de_DescribeCustomVocabularyMetadataCommand).build() {
|
|
6618
|
+
static {
|
|
6619
|
+
__name(this, "DescribeCustomVocabularyMetadataCommand");
|
|
6620
|
+
}
|
|
6561
6621
|
};
|
|
6562
|
-
__name(_DescribeCustomVocabularyMetadataCommand, "DescribeCustomVocabularyMetadataCommand");
|
|
6563
|
-
var DescribeCustomVocabularyMetadataCommand = _DescribeCustomVocabularyMetadataCommand;
|
|
6564
6622
|
|
|
6565
6623
|
// src/commands/DescribeExportCommand.ts
|
|
6566
6624
|
|
|
6567
6625
|
|
|
6568
6626
|
|
|
6569
|
-
var
|
|
6627
|
+
var DescribeExportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6570
6628
|
return [
|
|
6571
6629
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6572
6630
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6573
6631
|
];
|
|
6574
6632
|
}).s("LexModelBuildingServiceV2", "DescribeExport", {}).n("LexModelsV2Client", "DescribeExportCommand").f(void 0, void 0).ser(se_DescribeExportCommand).de(de_DescribeExportCommand).build() {
|
|
6633
|
+
static {
|
|
6634
|
+
__name(this, "DescribeExportCommand");
|
|
6635
|
+
}
|
|
6575
6636
|
};
|
|
6576
|
-
__name(_DescribeExportCommand, "DescribeExportCommand");
|
|
6577
|
-
var DescribeExportCommand = _DescribeExportCommand;
|
|
6578
6637
|
|
|
6579
6638
|
// src/commands/DescribeImportCommand.ts
|
|
6580
6639
|
|
|
6581
6640
|
|
|
6582
6641
|
|
|
6583
|
-
var
|
|
6642
|
+
var DescribeImportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6584
6643
|
return [
|
|
6585
6644
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6586
6645
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6587
6646
|
];
|
|
6588
6647
|
}).s("LexModelBuildingServiceV2", "DescribeImport", {}).n("LexModelsV2Client", "DescribeImportCommand").f(void 0, void 0).ser(se_DescribeImportCommand).de(de_DescribeImportCommand).build() {
|
|
6648
|
+
static {
|
|
6649
|
+
__name(this, "DescribeImportCommand");
|
|
6650
|
+
}
|
|
6589
6651
|
};
|
|
6590
|
-
__name(_DescribeImportCommand, "DescribeImportCommand");
|
|
6591
|
-
var DescribeImportCommand = _DescribeImportCommand;
|
|
6592
6652
|
|
|
6593
6653
|
// src/commands/DescribeIntentCommand.ts
|
|
6594
6654
|
|
|
6595
6655
|
|
|
6596
6656
|
|
|
6597
|
-
var
|
|
6657
|
+
var DescribeIntentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6598
6658
|
return [
|
|
6599
6659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6600
6660
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6601
6661
|
];
|
|
6602
6662
|
}).s("LexModelBuildingServiceV2", "DescribeIntent", {}).n("LexModelsV2Client", "DescribeIntentCommand").f(void 0, void 0).ser(se_DescribeIntentCommand).de(de_DescribeIntentCommand).build() {
|
|
6663
|
+
static {
|
|
6664
|
+
__name(this, "DescribeIntentCommand");
|
|
6665
|
+
}
|
|
6603
6666
|
};
|
|
6604
|
-
__name(_DescribeIntentCommand, "DescribeIntentCommand");
|
|
6605
|
-
var DescribeIntentCommand = _DescribeIntentCommand;
|
|
6606
6667
|
|
|
6607
6668
|
// src/commands/DescribeResourcePolicyCommand.ts
|
|
6608
6669
|
|
|
6609
6670
|
|
|
6610
6671
|
|
|
6611
|
-
var
|
|
6672
|
+
var DescribeResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6612
6673
|
return [
|
|
6613
6674
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6614
6675
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6615
6676
|
];
|
|
6616
6677
|
}).s("LexModelBuildingServiceV2", "DescribeResourcePolicy", {}).n("LexModelsV2Client", "DescribeResourcePolicyCommand").f(void 0, void 0).ser(se_DescribeResourcePolicyCommand).de(de_DescribeResourcePolicyCommand).build() {
|
|
6678
|
+
static {
|
|
6679
|
+
__name(this, "DescribeResourcePolicyCommand");
|
|
6680
|
+
}
|
|
6617
6681
|
};
|
|
6618
|
-
__name(_DescribeResourcePolicyCommand, "DescribeResourcePolicyCommand");
|
|
6619
|
-
var DescribeResourcePolicyCommand = _DescribeResourcePolicyCommand;
|
|
6620
6682
|
|
|
6621
6683
|
// src/commands/DescribeSlotCommand.ts
|
|
6622
6684
|
|
|
6623
6685
|
|
|
6624
6686
|
|
|
6625
|
-
var
|
|
6687
|
+
var DescribeSlotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6626
6688
|
return [
|
|
6627
6689
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6628
6690
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6629
6691
|
];
|
|
6630
6692
|
}).s("LexModelBuildingServiceV2", "DescribeSlot", {}).n("LexModelsV2Client", "DescribeSlotCommand").f(void 0, void 0).ser(se_DescribeSlotCommand).de(de_DescribeSlotCommand).build() {
|
|
6693
|
+
static {
|
|
6694
|
+
__name(this, "DescribeSlotCommand");
|
|
6695
|
+
}
|
|
6631
6696
|
};
|
|
6632
|
-
__name(_DescribeSlotCommand, "DescribeSlotCommand");
|
|
6633
|
-
var DescribeSlotCommand = _DescribeSlotCommand;
|
|
6634
6697
|
|
|
6635
6698
|
// src/commands/DescribeSlotTypeCommand.ts
|
|
6636
6699
|
|
|
6637
6700
|
|
|
6638
6701
|
|
|
6639
|
-
var
|
|
6702
|
+
var DescribeSlotTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6640
6703
|
return [
|
|
6641
6704
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6642
6705
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6643
6706
|
];
|
|
6644
6707
|
}).s("LexModelBuildingServiceV2", "DescribeSlotType", {}).n("LexModelsV2Client", "DescribeSlotTypeCommand").f(void 0, void 0).ser(se_DescribeSlotTypeCommand).de(de_DescribeSlotTypeCommand).build() {
|
|
6708
|
+
static {
|
|
6709
|
+
__name(this, "DescribeSlotTypeCommand");
|
|
6710
|
+
}
|
|
6645
6711
|
};
|
|
6646
|
-
__name(_DescribeSlotTypeCommand, "DescribeSlotTypeCommand");
|
|
6647
|
-
var DescribeSlotTypeCommand = _DescribeSlotTypeCommand;
|
|
6648
6712
|
|
|
6649
6713
|
// src/commands/DescribeTestExecutionCommand.ts
|
|
6650
6714
|
|
|
6651
6715
|
|
|
6652
6716
|
|
|
6653
|
-
var
|
|
6717
|
+
var DescribeTestExecutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6654
6718
|
return [
|
|
6655
6719
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6656
6720
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6657
6721
|
];
|
|
6658
6722
|
}).s("LexModelBuildingServiceV2", "DescribeTestExecution", {}).n("LexModelsV2Client", "DescribeTestExecutionCommand").f(void 0, void 0).ser(se_DescribeTestExecutionCommand).de(de_DescribeTestExecutionCommand).build() {
|
|
6723
|
+
static {
|
|
6724
|
+
__name(this, "DescribeTestExecutionCommand");
|
|
6725
|
+
}
|
|
6659
6726
|
};
|
|
6660
|
-
__name(_DescribeTestExecutionCommand, "DescribeTestExecutionCommand");
|
|
6661
|
-
var DescribeTestExecutionCommand = _DescribeTestExecutionCommand;
|
|
6662
6727
|
|
|
6663
6728
|
// src/commands/DescribeTestSetCommand.ts
|
|
6664
6729
|
|
|
6665
6730
|
|
|
6666
6731
|
|
|
6667
|
-
var
|
|
6732
|
+
var DescribeTestSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6668
6733
|
return [
|
|
6669
6734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6670
6735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6671
6736
|
];
|
|
6672
6737
|
}).s("LexModelBuildingServiceV2", "DescribeTestSet", {}).n("LexModelsV2Client", "DescribeTestSetCommand").f(void 0, void 0).ser(se_DescribeTestSetCommand).de(de_DescribeTestSetCommand).build() {
|
|
6738
|
+
static {
|
|
6739
|
+
__name(this, "DescribeTestSetCommand");
|
|
6740
|
+
}
|
|
6673
6741
|
};
|
|
6674
|
-
__name(_DescribeTestSetCommand, "DescribeTestSetCommand");
|
|
6675
|
-
var DescribeTestSetCommand = _DescribeTestSetCommand;
|
|
6676
6742
|
|
|
6677
6743
|
// src/commands/DescribeTestSetDiscrepancyReportCommand.ts
|
|
6678
6744
|
|
|
6679
6745
|
|
|
6680
6746
|
|
|
6681
|
-
var
|
|
6747
|
+
var DescribeTestSetDiscrepancyReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6682
6748
|
return [
|
|
6683
6749
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6684
6750
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6685
6751
|
];
|
|
6686
6752
|
}).s("LexModelBuildingServiceV2", "DescribeTestSetDiscrepancyReport", {}).n("LexModelsV2Client", "DescribeTestSetDiscrepancyReportCommand").f(void 0, void 0).ser(se_DescribeTestSetDiscrepancyReportCommand).de(de_DescribeTestSetDiscrepancyReportCommand).build() {
|
|
6753
|
+
static {
|
|
6754
|
+
__name(this, "DescribeTestSetDiscrepancyReportCommand");
|
|
6755
|
+
}
|
|
6687
6756
|
};
|
|
6688
|
-
__name(_DescribeTestSetDiscrepancyReportCommand, "DescribeTestSetDiscrepancyReportCommand");
|
|
6689
|
-
var DescribeTestSetDiscrepancyReportCommand = _DescribeTestSetDiscrepancyReportCommand;
|
|
6690
6757
|
|
|
6691
6758
|
// src/commands/DescribeTestSetGenerationCommand.ts
|
|
6692
6759
|
|
|
6693
6760
|
|
|
6694
6761
|
|
|
6695
|
-
var
|
|
6762
|
+
var DescribeTestSetGenerationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6696
6763
|
return [
|
|
6697
6764
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6698
6765
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6699
6766
|
];
|
|
6700
6767
|
}).s("LexModelBuildingServiceV2", "DescribeTestSetGeneration", {}).n("LexModelsV2Client", "DescribeTestSetGenerationCommand").f(void 0, void 0).ser(se_DescribeTestSetGenerationCommand).de(de_DescribeTestSetGenerationCommand).build() {
|
|
6768
|
+
static {
|
|
6769
|
+
__name(this, "DescribeTestSetGenerationCommand");
|
|
6770
|
+
}
|
|
6701
6771
|
};
|
|
6702
|
-
__name(_DescribeTestSetGenerationCommand, "DescribeTestSetGenerationCommand");
|
|
6703
|
-
var DescribeTestSetGenerationCommand = _DescribeTestSetGenerationCommand;
|
|
6704
6772
|
|
|
6705
6773
|
// src/commands/GenerateBotElementCommand.ts
|
|
6706
6774
|
|
|
6707
6775
|
|
|
6708
6776
|
|
|
6709
|
-
var
|
|
6777
|
+
var GenerateBotElementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6710
6778
|
return [
|
|
6711
6779
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6712
6780
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6713
6781
|
];
|
|
6714
6782
|
}).s("LexModelBuildingServiceV2", "GenerateBotElement", {}).n("LexModelsV2Client", "GenerateBotElementCommand").f(void 0, void 0).ser(se_GenerateBotElementCommand).de(de_GenerateBotElementCommand).build() {
|
|
6783
|
+
static {
|
|
6784
|
+
__name(this, "GenerateBotElementCommand");
|
|
6785
|
+
}
|
|
6715
6786
|
};
|
|
6716
|
-
__name(_GenerateBotElementCommand, "GenerateBotElementCommand");
|
|
6717
|
-
var GenerateBotElementCommand = _GenerateBotElementCommand;
|
|
6718
6787
|
|
|
6719
6788
|
// src/commands/GetTestExecutionArtifactsUrlCommand.ts
|
|
6720
6789
|
|
|
6721
6790
|
|
|
6722
6791
|
|
|
6723
|
-
var
|
|
6792
|
+
var GetTestExecutionArtifactsUrlCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6724
6793
|
return [
|
|
6725
6794
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6726
6795
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6727
6796
|
];
|
|
6728
6797
|
}).s("LexModelBuildingServiceV2", "GetTestExecutionArtifactsUrl", {}).n("LexModelsV2Client", "GetTestExecutionArtifactsUrlCommand").f(void 0, void 0).ser(se_GetTestExecutionArtifactsUrlCommand).de(de_GetTestExecutionArtifactsUrlCommand).build() {
|
|
6798
|
+
static {
|
|
6799
|
+
__name(this, "GetTestExecutionArtifactsUrlCommand");
|
|
6800
|
+
}
|
|
6729
6801
|
};
|
|
6730
|
-
__name(_GetTestExecutionArtifactsUrlCommand, "GetTestExecutionArtifactsUrlCommand");
|
|
6731
|
-
var GetTestExecutionArtifactsUrlCommand = _GetTestExecutionArtifactsUrlCommand;
|
|
6732
6802
|
|
|
6733
6803
|
// src/commands/ListAggregatedUtterancesCommand.ts
|
|
6734
6804
|
|
|
6735
6805
|
|
|
6736
6806
|
|
|
6737
|
-
var
|
|
6807
|
+
var ListAggregatedUtterancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6738
6808
|
return [
|
|
6739
6809
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6740
6810
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6741
6811
|
];
|
|
6742
6812
|
}).s("LexModelBuildingServiceV2", "ListAggregatedUtterances", {}).n("LexModelsV2Client", "ListAggregatedUtterancesCommand").f(void 0, void 0).ser(se_ListAggregatedUtterancesCommand).de(de_ListAggregatedUtterancesCommand).build() {
|
|
6813
|
+
static {
|
|
6814
|
+
__name(this, "ListAggregatedUtterancesCommand");
|
|
6815
|
+
}
|
|
6743
6816
|
};
|
|
6744
|
-
__name(_ListAggregatedUtterancesCommand, "ListAggregatedUtterancesCommand");
|
|
6745
|
-
var ListAggregatedUtterancesCommand = _ListAggregatedUtterancesCommand;
|
|
6746
6817
|
|
|
6747
6818
|
// src/commands/ListBotAliasesCommand.ts
|
|
6748
6819
|
|
|
6749
6820
|
|
|
6750
6821
|
|
|
6751
|
-
var
|
|
6822
|
+
var ListBotAliasesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6752
6823
|
return [
|
|
6753
6824
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6754
6825
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6755
6826
|
];
|
|
6756
6827
|
}).s("LexModelBuildingServiceV2", "ListBotAliases", {}).n("LexModelsV2Client", "ListBotAliasesCommand").f(void 0, void 0).ser(se_ListBotAliasesCommand).de(de_ListBotAliasesCommand).build() {
|
|
6828
|
+
static {
|
|
6829
|
+
__name(this, "ListBotAliasesCommand");
|
|
6830
|
+
}
|
|
6757
6831
|
};
|
|
6758
|
-
__name(_ListBotAliasesCommand, "ListBotAliasesCommand");
|
|
6759
|
-
var ListBotAliasesCommand = _ListBotAliasesCommand;
|
|
6760
6832
|
|
|
6761
6833
|
// src/commands/ListBotAliasReplicasCommand.ts
|
|
6762
6834
|
|
|
6763
6835
|
|
|
6764
6836
|
|
|
6765
|
-
var
|
|
6837
|
+
var ListBotAliasReplicasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6766
6838
|
return [
|
|
6767
6839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6768
6840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6769
6841
|
];
|
|
6770
6842
|
}).s("LexModelBuildingServiceV2", "ListBotAliasReplicas", {}).n("LexModelsV2Client", "ListBotAliasReplicasCommand").f(void 0, void 0).ser(se_ListBotAliasReplicasCommand).de(de_ListBotAliasReplicasCommand).build() {
|
|
6843
|
+
static {
|
|
6844
|
+
__name(this, "ListBotAliasReplicasCommand");
|
|
6845
|
+
}
|
|
6771
6846
|
};
|
|
6772
|
-
__name(_ListBotAliasReplicasCommand, "ListBotAliasReplicasCommand");
|
|
6773
|
-
var ListBotAliasReplicasCommand = _ListBotAliasReplicasCommand;
|
|
6774
6847
|
|
|
6775
6848
|
// src/commands/ListBotLocalesCommand.ts
|
|
6776
6849
|
|
|
6777
6850
|
|
|
6778
6851
|
|
|
6779
|
-
var
|
|
6852
|
+
var ListBotLocalesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6780
6853
|
return [
|
|
6781
6854
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6782
6855
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6783
6856
|
];
|
|
6784
6857
|
}).s("LexModelBuildingServiceV2", "ListBotLocales", {}).n("LexModelsV2Client", "ListBotLocalesCommand").f(void 0, void 0).ser(se_ListBotLocalesCommand).de(de_ListBotLocalesCommand).build() {
|
|
6858
|
+
static {
|
|
6859
|
+
__name(this, "ListBotLocalesCommand");
|
|
6860
|
+
}
|
|
6785
6861
|
};
|
|
6786
|
-
__name(_ListBotLocalesCommand, "ListBotLocalesCommand");
|
|
6787
|
-
var ListBotLocalesCommand = _ListBotLocalesCommand;
|
|
6788
6862
|
|
|
6789
6863
|
// src/commands/ListBotRecommendationsCommand.ts
|
|
6790
6864
|
|
|
6791
6865
|
|
|
6792
6866
|
|
|
6793
|
-
var
|
|
6867
|
+
var ListBotRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6794
6868
|
return [
|
|
6795
6869
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6796
6870
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6797
6871
|
];
|
|
6798
6872
|
}).s("LexModelBuildingServiceV2", "ListBotRecommendations", {}).n("LexModelsV2Client", "ListBotRecommendationsCommand").f(void 0, void 0).ser(se_ListBotRecommendationsCommand).de(de_ListBotRecommendationsCommand).build() {
|
|
6873
|
+
static {
|
|
6874
|
+
__name(this, "ListBotRecommendationsCommand");
|
|
6875
|
+
}
|
|
6799
6876
|
};
|
|
6800
|
-
__name(_ListBotRecommendationsCommand, "ListBotRecommendationsCommand");
|
|
6801
|
-
var ListBotRecommendationsCommand = _ListBotRecommendationsCommand;
|
|
6802
6877
|
|
|
6803
6878
|
// src/commands/ListBotReplicasCommand.ts
|
|
6804
6879
|
|
|
6805
6880
|
|
|
6806
6881
|
|
|
6807
|
-
var
|
|
6882
|
+
var ListBotReplicasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6808
6883
|
return [
|
|
6809
6884
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6810
6885
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6811
6886
|
];
|
|
6812
6887
|
}).s("LexModelBuildingServiceV2", "ListBotReplicas", {}).n("LexModelsV2Client", "ListBotReplicasCommand").f(void 0, void 0).ser(se_ListBotReplicasCommand).de(de_ListBotReplicasCommand).build() {
|
|
6888
|
+
static {
|
|
6889
|
+
__name(this, "ListBotReplicasCommand");
|
|
6890
|
+
}
|
|
6813
6891
|
};
|
|
6814
|
-
__name(_ListBotReplicasCommand, "ListBotReplicasCommand");
|
|
6815
|
-
var ListBotReplicasCommand = _ListBotReplicasCommand;
|
|
6816
6892
|
|
|
6817
6893
|
// src/commands/ListBotResourceGenerationsCommand.ts
|
|
6818
6894
|
|
|
6819
6895
|
|
|
6820
6896
|
|
|
6821
|
-
var
|
|
6897
|
+
var ListBotResourceGenerationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6822
6898
|
return [
|
|
6823
6899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6824
6900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6825
6901
|
];
|
|
6826
6902
|
}).s("LexModelBuildingServiceV2", "ListBotResourceGenerations", {}).n("LexModelsV2Client", "ListBotResourceGenerationsCommand").f(void 0, void 0).ser(se_ListBotResourceGenerationsCommand).de(de_ListBotResourceGenerationsCommand).build() {
|
|
6903
|
+
static {
|
|
6904
|
+
__name(this, "ListBotResourceGenerationsCommand");
|
|
6905
|
+
}
|
|
6827
6906
|
};
|
|
6828
|
-
__name(_ListBotResourceGenerationsCommand, "ListBotResourceGenerationsCommand");
|
|
6829
|
-
var ListBotResourceGenerationsCommand = _ListBotResourceGenerationsCommand;
|
|
6830
6907
|
|
|
6831
6908
|
// src/commands/ListBotsCommand.ts
|
|
6832
6909
|
|
|
6833
6910
|
|
|
6834
6911
|
|
|
6835
|
-
var
|
|
6912
|
+
var ListBotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6836
6913
|
return [
|
|
6837
6914
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6838
6915
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6839
6916
|
];
|
|
6840
6917
|
}).s("LexModelBuildingServiceV2", "ListBots", {}).n("LexModelsV2Client", "ListBotsCommand").f(void 0, void 0).ser(se_ListBotsCommand).de(de_ListBotsCommand).build() {
|
|
6918
|
+
static {
|
|
6919
|
+
__name(this, "ListBotsCommand");
|
|
6920
|
+
}
|
|
6841
6921
|
};
|
|
6842
|
-
__name(_ListBotsCommand, "ListBotsCommand");
|
|
6843
|
-
var ListBotsCommand = _ListBotsCommand;
|
|
6844
6922
|
|
|
6845
6923
|
// src/commands/ListBotVersionReplicasCommand.ts
|
|
6846
6924
|
|
|
6847
6925
|
|
|
6848
6926
|
|
|
6849
|
-
var
|
|
6927
|
+
var ListBotVersionReplicasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6850
6928
|
return [
|
|
6851
6929
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6852
6930
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6853
6931
|
];
|
|
6854
6932
|
}).s("LexModelBuildingServiceV2", "ListBotVersionReplicas", {}).n("LexModelsV2Client", "ListBotVersionReplicasCommand").f(void 0, void 0).ser(se_ListBotVersionReplicasCommand).de(de_ListBotVersionReplicasCommand).build() {
|
|
6933
|
+
static {
|
|
6934
|
+
__name(this, "ListBotVersionReplicasCommand");
|
|
6935
|
+
}
|
|
6855
6936
|
};
|
|
6856
|
-
__name(_ListBotVersionReplicasCommand, "ListBotVersionReplicasCommand");
|
|
6857
|
-
var ListBotVersionReplicasCommand = _ListBotVersionReplicasCommand;
|
|
6858
6937
|
|
|
6859
6938
|
// src/commands/ListBotVersionsCommand.ts
|
|
6860
6939
|
|
|
6861
6940
|
|
|
6862
6941
|
|
|
6863
|
-
var
|
|
6942
|
+
var ListBotVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6864
6943
|
return [
|
|
6865
6944
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6866
6945
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6867
6946
|
];
|
|
6868
6947
|
}).s("LexModelBuildingServiceV2", "ListBotVersions", {}).n("LexModelsV2Client", "ListBotVersionsCommand").f(void 0, void 0).ser(se_ListBotVersionsCommand).de(de_ListBotVersionsCommand).build() {
|
|
6948
|
+
static {
|
|
6949
|
+
__name(this, "ListBotVersionsCommand");
|
|
6950
|
+
}
|
|
6869
6951
|
};
|
|
6870
|
-
__name(_ListBotVersionsCommand, "ListBotVersionsCommand");
|
|
6871
|
-
var ListBotVersionsCommand = _ListBotVersionsCommand;
|
|
6872
6952
|
|
|
6873
6953
|
// src/commands/ListBuiltInIntentsCommand.ts
|
|
6874
6954
|
|
|
6875
6955
|
|
|
6876
6956
|
|
|
6877
|
-
var
|
|
6957
|
+
var ListBuiltInIntentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6878
6958
|
return [
|
|
6879
6959
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6880
6960
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6881
6961
|
];
|
|
6882
6962
|
}).s("LexModelBuildingServiceV2", "ListBuiltInIntents", {}).n("LexModelsV2Client", "ListBuiltInIntentsCommand").f(void 0, void 0).ser(se_ListBuiltInIntentsCommand).de(de_ListBuiltInIntentsCommand).build() {
|
|
6963
|
+
static {
|
|
6964
|
+
__name(this, "ListBuiltInIntentsCommand");
|
|
6965
|
+
}
|
|
6883
6966
|
};
|
|
6884
|
-
__name(_ListBuiltInIntentsCommand, "ListBuiltInIntentsCommand");
|
|
6885
|
-
var ListBuiltInIntentsCommand = _ListBuiltInIntentsCommand;
|
|
6886
6967
|
|
|
6887
6968
|
// src/commands/ListBuiltInSlotTypesCommand.ts
|
|
6888
6969
|
|
|
6889
6970
|
|
|
6890
6971
|
|
|
6891
|
-
var
|
|
6972
|
+
var ListBuiltInSlotTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6892
6973
|
return [
|
|
6893
6974
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6894
6975
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6895
6976
|
];
|
|
6896
6977
|
}).s("LexModelBuildingServiceV2", "ListBuiltInSlotTypes", {}).n("LexModelsV2Client", "ListBuiltInSlotTypesCommand").f(void 0, void 0).ser(se_ListBuiltInSlotTypesCommand).de(de_ListBuiltInSlotTypesCommand).build() {
|
|
6978
|
+
static {
|
|
6979
|
+
__name(this, "ListBuiltInSlotTypesCommand");
|
|
6980
|
+
}
|
|
6897
6981
|
};
|
|
6898
|
-
__name(_ListBuiltInSlotTypesCommand, "ListBuiltInSlotTypesCommand");
|
|
6899
|
-
var ListBuiltInSlotTypesCommand = _ListBuiltInSlotTypesCommand;
|
|
6900
6982
|
|
|
6901
6983
|
// src/commands/ListCustomVocabularyItemsCommand.ts
|
|
6902
6984
|
|
|
6903
6985
|
|
|
6904
6986
|
|
|
6905
|
-
var
|
|
6987
|
+
var ListCustomVocabularyItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6906
6988
|
return [
|
|
6907
6989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6908
6990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6909
6991
|
];
|
|
6910
6992
|
}).s("LexModelBuildingServiceV2", "ListCustomVocabularyItems", {}).n("LexModelsV2Client", "ListCustomVocabularyItemsCommand").f(void 0, void 0).ser(se_ListCustomVocabularyItemsCommand).de(de_ListCustomVocabularyItemsCommand).build() {
|
|
6993
|
+
static {
|
|
6994
|
+
__name(this, "ListCustomVocabularyItemsCommand");
|
|
6995
|
+
}
|
|
6911
6996
|
};
|
|
6912
|
-
__name(_ListCustomVocabularyItemsCommand, "ListCustomVocabularyItemsCommand");
|
|
6913
|
-
var ListCustomVocabularyItemsCommand = _ListCustomVocabularyItemsCommand;
|
|
6914
6997
|
|
|
6915
6998
|
// src/commands/ListExportsCommand.ts
|
|
6916
6999
|
|
|
6917
7000
|
|
|
6918
7001
|
|
|
6919
|
-
var
|
|
7002
|
+
var ListExportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6920
7003
|
return [
|
|
6921
7004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6922
7005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6923
7006
|
];
|
|
6924
7007
|
}).s("LexModelBuildingServiceV2", "ListExports", {}).n("LexModelsV2Client", "ListExportsCommand").f(void 0, void 0).ser(se_ListExportsCommand).de(de_ListExportsCommand).build() {
|
|
7008
|
+
static {
|
|
7009
|
+
__name(this, "ListExportsCommand");
|
|
7010
|
+
}
|
|
6925
7011
|
};
|
|
6926
|
-
__name(_ListExportsCommand, "ListExportsCommand");
|
|
6927
|
-
var ListExportsCommand = _ListExportsCommand;
|
|
6928
7012
|
|
|
6929
7013
|
// src/commands/ListImportsCommand.ts
|
|
6930
7014
|
|
|
6931
7015
|
|
|
6932
7016
|
|
|
6933
|
-
var
|
|
7017
|
+
var ListImportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6934
7018
|
return [
|
|
6935
7019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6936
7020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6937
7021
|
];
|
|
6938
7022
|
}).s("LexModelBuildingServiceV2", "ListImports", {}).n("LexModelsV2Client", "ListImportsCommand").f(void 0, void 0).ser(se_ListImportsCommand).de(de_ListImportsCommand).build() {
|
|
7023
|
+
static {
|
|
7024
|
+
__name(this, "ListImportsCommand");
|
|
7025
|
+
}
|
|
6939
7026
|
};
|
|
6940
|
-
__name(_ListImportsCommand, "ListImportsCommand");
|
|
6941
|
-
var ListImportsCommand = _ListImportsCommand;
|
|
6942
7027
|
|
|
6943
7028
|
// src/commands/ListIntentMetricsCommand.ts
|
|
6944
7029
|
|
|
6945
7030
|
|
|
6946
7031
|
|
|
6947
|
-
var
|
|
7032
|
+
var ListIntentMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6948
7033
|
return [
|
|
6949
7034
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6950
7035
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6951
7036
|
];
|
|
6952
7037
|
}).s("LexModelBuildingServiceV2", "ListIntentMetrics", {}).n("LexModelsV2Client", "ListIntentMetricsCommand").f(void 0, void 0).ser(se_ListIntentMetricsCommand).de(de_ListIntentMetricsCommand).build() {
|
|
7038
|
+
static {
|
|
7039
|
+
__name(this, "ListIntentMetricsCommand");
|
|
7040
|
+
}
|
|
6953
7041
|
};
|
|
6954
|
-
__name(_ListIntentMetricsCommand, "ListIntentMetricsCommand");
|
|
6955
|
-
var ListIntentMetricsCommand = _ListIntentMetricsCommand;
|
|
6956
7042
|
|
|
6957
7043
|
// src/commands/ListIntentPathsCommand.ts
|
|
6958
7044
|
|
|
6959
7045
|
|
|
6960
7046
|
|
|
6961
|
-
var
|
|
7047
|
+
var ListIntentPathsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6962
7048
|
return [
|
|
6963
7049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6964
7050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6965
7051
|
];
|
|
6966
7052
|
}).s("LexModelBuildingServiceV2", "ListIntentPaths", {}).n("LexModelsV2Client", "ListIntentPathsCommand").f(void 0, void 0).ser(se_ListIntentPathsCommand).de(de_ListIntentPathsCommand).build() {
|
|
7053
|
+
static {
|
|
7054
|
+
__name(this, "ListIntentPathsCommand");
|
|
7055
|
+
}
|
|
6967
7056
|
};
|
|
6968
|
-
__name(_ListIntentPathsCommand, "ListIntentPathsCommand");
|
|
6969
|
-
var ListIntentPathsCommand = _ListIntentPathsCommand;
|
|
6970
7057
|
|
|
6971
7058
|
// src/commands/ListIntentsCommand.ts
|
|
6972
7059
|
|
|
6973
7060
|
|
|
6974
7061
|
|
|
6975
|
-
var
|
|
7062
|
+
var ListIntentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6976
7063
|
return [
|
|
6977
7064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6978
7065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6979
7066
|
];
|
|
6980
7067
|
}).s("LexModelBuildingServiceV2", "ListIntents", {}).n("LexModelsV2Client", "ListIntentsCommand").f(void 0, void 0).ser(se_ListIntentsCommand).de(de_ListIntentsCommand).build() {
|
|
7068
|
+
static {
|
|
7069
|
+
__name(this, "ListIntentsCommand");
|
|
7070
|
+
}
|
|
6981
7071
|
};
|
|
6982
|
-
__name(_ListIntentsCommand, "ListIntentsCommand");
|
|
6983
|
-
var ListIntentsCommand = _ListIntentsCommand;
|
|
6984
7072
|
|
|
6985
7073
|
// src/commands/ListIntentStageMetricsCommand.ts
|
|
6986
7074
|
|
|
6987
7075
|
|
|
6988
7076
|
|
|
6989
|
-
var
|
|
7077
|
+
var ListIntentStageMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6990
7078
|
return [
|
|
6991
7079
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6992
7080
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6993
7081
|
];
|
|
6994
7082
|
}).s("LexModelBuildingServiceV2", "ListIntentStageMetrics", {}).n("LexModelsV2Client", "ListIntentStageMetricsCommand").f(void 0, void 0).ser(se_ListIntentStageMetricsCommand).de(de_ListIntentStageMetricsCommand).build() {
|
|
7083
|
+
static {
|
|
7084
|
+
__name(this, "ListIntentStageMetricsCommand");
|
|
7085
|
+
}
|
|
6995
7086
|
};
|
|
6996
|
-
__name(_ListIntentStageMetricsCommand, "ListIntentStageMetricsCommand");
|
|
6997
|
-
var ListIntentStageMetricsCommand = _ListIntentStageMetricsCommand;
|
|
6998
7087
|
|
|
6999
7088
|
// src/commands/ListRecommendedIntentsCommand.ts
|
|
7000
7089
|
|
|
7001
7090
|
|
|
7002
7091
|
|
|
7003
|
-
var
|
|
7092
|
+
var ListRecommendedIntentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7004
7093
|
return [
|
|
7005
7094
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7006
7095
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7007
7096
|
];
|
|
7008
7097
|
}).s("LexModelBuildingServiceV2", "ListRecommendedIntents", {}).n("LexModelsV2Client", "ListRecommendedIntentsCommand").f(void 0, void 0).ser(se_ListRecommendedIntentsCommand).de(de_ListRecommendedIntentsCommand).build() {
|
|
7098
|
+
static {
|
|
7099
|
+
__name(this, "ListRecommendedIntentsCommand");
|
|
7100
|
+
}
|
|
7009
7101
|
};
|
|
7010
|
-
__name(_ListRecommendedIntentsCommand, "ListRecommendedIntentsCommand");
|
|
7011
|
-
var ListRecommendedIntentsCommand = _ListRecommendedIntentsCommand;
|
|
7012
7102
|
|
|
7013
7103
|
// src/commands/ListSessionAnalyticsDataCommand.ts
|
|
7014
7104
|
|
|
7015
7105
|
|
|
7016
7106
|
|
|
7017
|
-
var
|
|
7107
|
+
var ListSessionAnalyticsDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7018
7108
|
return [
|
|
7019
7109
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7020
7110
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7021
7111
|
];
|
|
7022
7112
|
}).s("LexModelBuildingServiceV2", "ListSessionAnalyticsData", {}).n("LexModelsV2Client", "ListSessionAnalyticsDataCommand").f(void 0, void 0).ser(se_ListSessionAnalyticsDataCommand).de(de_ListSessionAnalyticsDataCommand).build() {
|
|
7113
|
+
static {
|
|
7114
|
+
__name(this, "ListSessionAnalyticsDataCommand");
|
|
7115
|
+
}
|
|
7023
7116
|
};
|
|
7024
|
-
__name(_ListSessionAnalyticsDataCommand, "ListSessionAnalyticsDataCommand");
|
|
7025
|
-
var ListSessionAnalyticsDataCommand = _ListSessionAnalyticsDataCommand;
|
|
7026
7117
|
|
|
7027
7118
|
// src/commands/ListSessionMetricsCommand.ts
|
|
7028
7119
|
|
|
7029
7120
|
|
|
7030
7121
|
|
|
7031
|
-
var
|
|
7122
|
+
var ListSessionMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7032
7123
|
return [
|
|
7033
7124
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7034
7125
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7035
7126
|
];
|
|
7036
7127
|
}).s("LexModelBuildingServiceV2", "ListSessionMetrics", {}).n("LexModelsV2Client", "ListSessionMetricsCommand").f(void 0, void 0).ser(se_ListSessionMetricsCommand).de(de_ListSessionMetricsCommand).build() {
|
|
7128
|
+
static {
|
|
7129
|
+
__name(this, "ListSessionMetricsCommand");
|
|
7130
|
+
}
|
|
7037
7131
|
};
|
|
7038
|
-
__name(_ListSessionMetricsCommand, "ListSessionMetricsCommand");
|
|
7039
|
-
var ListSessionMetricsCommand = _ListSessionMetricsCommand;
|
|
7040
7132
|
|
|
7041
7133
|
// src/commands/ListSlotsCommand.ts
|
|
7042
7134
|
|
|
7043
7135
|
|
|
7044
7136
|
|
|
7045
|
-
var
|
|
7137
|
+
var ListSlotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7046
7138
|
return [
|
|
7047
7139
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7048
7140
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7049
7141
|
];
|
|
7050
7142
|
}).s("LexModelBuildingServiceV2", "ListSlots", {}).n("LexModelsV2Client", "ListSlotsCommand").f(void 0, void 0).ser(se_ListSlotsCommand).de(de_ListSlotsCommand).build() {
|
|
7143
|
+
static {
|
|
7144
|
+
__name(this, "ListSlotsCommand");
|
|
7145
|
+
}
|
|
7051
7146
|
};
|
|
7052
|
-
__name(_ListSlotsCommand, "ListSlotsCommand");
|
|
7053
|
-
var ListSlotsCommand = _ListSlotsCommand;
|
|
7054
7147
|
|
|
7055
7148
|
// src/commands/ListSlotTypesCommand.ts
|
|
7056
7149
|
|
|
7057
7150
|
|
|
7058
7151
|
|
|
7059
|
-
var
|
|
7152
|
+
var ListSlotTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7060
7153
|
return [
|
|
7061
7154
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7062
7155
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7063
7156
|
];
|
|
7064
7157
|
}).s("LexModelBuildingServiceV2", "ListSlotTypes", {}).n("LexModelsV2Client", "ListSlotTypesCommand").f(void 0, void 0).ser(se_ListSlotTypesCommand).de(de_ListSlotTypesCommand).build() {
|
|
7158
|
+
static {
|
|
7159
|
+
__name(this, "ListSlotTypesCommand");
|
|
7160
|
+
}
|
|
7065
7161
|
};
|
|
7066
|
-
__name(_ListSlotTypesCommand, "ListSlotTypesCommand");
|
|
7067
|
-
var ListSlotTypesCommand = _ListSlotTypesCommand;
|
|
7068
7162
|
|
|
7069
7163
|
// src/commands/ListTagsForResourceCommand.ts
|
|
7070
7164
|
|
|
7071
7165
|
|
|
7072
7166
|
|
|
7073
|
-
var
|
|
7167
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7074
7168
|
return [
|
|
7075
7169
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7076
7170
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7077
7171
|
];
|
|
7078
7172
|
}).s("LexModelBuildingServiceV2", "ListTagsForResource", {}).n("LexModelsV2Client", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
7173
|
+
static {
|
|
7174
|
+
__name(this, "ListTagsForResourceCommand");
|
|
7175
|
+
}
|
|
7079
7176
|
};
|
|
7080
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
7081
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
7082
7177
|
|
|
7083
7178
|
// src/commands/ListTestExecutionResultItemsCommand.ts
|
|
7084
7179
|
|
|
7085
7180
|
|
|
7086
7181
|
|
|
7087
|
-
var
|
|
7182
|
+
var ListTestExecutionResultItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7088
7183
|
return [
|
|
7089
7184
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7090
7185
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7091
7186
|
];
|
|
7092
7187
|
}).s("LexModelBuildingServiceV2", "ListTestExecutionResultItems", {}).n("LexModelsV2Client", "ListTestExecutionResultItemsCommand").f(void 0, void 0).ser(se_ListTestExecutionResultItemsCommand).de(de_ListTestExecutionResultItemsCommand).build() {
|
|
7188
|
+
static {
|
|
7189
|
+
__name(this, "ListTestExecutionResultItemsCommand");
|
|
7190
|
+
}
|
|
7093
7191
|
};
|
|
7094
|
-
__name(_ListTestExecutionResultItemsCommand, "ListTestExecutionResultItemsCommand");
|
|
7095
|
-
var ListTestExecutionResultItemsCommand = _ListTestExecutionResultItemsCommand;
|
|
7096
7192
|
|
|
7097
7193
|
// src/commands/ListTestExecutionsCommand.ts
|
|
7098
7194
|
|
|
7099
7195
|
|
|
7100
7196
|
|
|
7101
|
-
var
|
|
7197
|
+
var ListTestExecutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7102
7198
|
return [
|
|
7103
7199
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7104
7200
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7105
7201
|
];
|
|
7106
7202
|
}).s("LexModelBuildingServiceV2", "ListTestExecutions", {}).n("LexModelsV2Client", "ListTestExecutionsCommand").f(void 0, void 0).ser(se_ListTestExecutionsCommand).de(de_ListTestExecutionsCommand).build() {
|
|
7203
|
+
static {
|
|
7204
|
+
__name(this, "ListTestExecutionsCommand");
|
|
7205
|
+
}
|
|
7107
7206
|
};
|
|
7108
|
-
__name(_ListTestExecutionsCommand, "ListTestExecutionsCommand");
|
|
7109
|
-
var ListTestExecutionsCommand = _ListTestExecutionsCommand;
|
|
7110
7207
|
|
|
7111
7208
|
// src/commands/ListTestSetRecordsCommand.ts
|
|
7112
7209
|
|
|
7113
7210
|
|
|
7114
7211
|
|
|
7115
|
-
var
|
|
7212
|
+
var ListTestSetRecordsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7116
7213
|
return [
|
|
7117
7214
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7118
7215
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7119
7216
|
];
|
|
7120
7217
|
}).s("LexModelBuildingServiceV2", "ListTestSetRecords", {}).n("LexModelsV2Client", "ListTestSetRecordsCommand").f(void 0, void 0).ser(se_ListTestSetRecordsCommand).de(de_ListTestSetRecordsCommand).build() {
|
|
7218
|
+
static {
|
|
7219
|
+
__name(this, "ListTestSetRecordsCommand");
|
|
7220
|
+
}
|
|
7121
7221
|
};
|
|
7122
|
-
__name(_ListTestSetRecordsCommand, "ListTestSetRecordsCommand");
|
|
7123
|
-
var ListTestSetRecordsCommand = _ListTestSetRecordsCommand;
|
|
7124
7222
|
|
|
7125
7223
|
// src/commands/ListTestSetsCommand.ts
|
|
7126
7224
|
|
|
7127
7225
|
|
|
7128
7226
|
|
|
7129
|
-
var
|
|
7227
|
+
var ListTestSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7130
7228
|
return [
|
|
7131
7229
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7132
7230
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7133
7231
|
];
|
|
7134
7232
|
}).s("LexModelBuildingServiceV2", "ListTestSets", {}).n("LexModelsV2Client", "ListTestSetsCommand").f(void 0, void 0).ser(se_ListTestSetsCommand).de(de_ListTestSetsCommand).build() {
|
|
7233
|
+
static {
|
|
7234
|
+
__name(this, "ListTestSetsCommand");
|
|
7235
|
+
}
|
|
7135
7236
|
};
|
|
7136
|
-
__name(_ListTestSetsCommand, "ListTestSetsCommand");
|
|
7137
|
-
var ListTestSetsCommand = _ListTestSetsCommand;
|
|
7138
7237
|
|
|
7139
7238
|
// src/commands/ListUtteranceAnalyticsDataCommand.ts
|
|
7140
7239
|
|
|
7141
7240
|
|
|
7142
7241
|
|
|
7143
|
-
var
|
|
7242
|
+
var ListUtteranceAnalyticsDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7144
7243
|
return [
|
|
7145
7244
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7146
7245
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7147
7246
|
];
|
|
7148
7247
|
}).s("LexModelBuildingServiceV2", "ListUtteranceAnalyticsData", {}).n("LexModelsV2Client", "ListUtteranceAnalyticsDataCommand").f(void 0, void 0).ser(se_ListUtteranceAnalyticsDataCommand).de(de_ListUtteranceAnalyticsDataCommand).build() {
|
|
7248
|
+
static {
|
|
7249
|
+
__name(this, "ListUtteranceAnalyticsDataCommand");
|
|
7250
|
+
}
|
|
7149
7251
|
};
|
|
7150
|
-
__name(_ListUtteranceAnalyticsDataCommand, "ListUtteranceAnalyticsDataCommand");
|
|
7151
|
-
var ListUtteranceAnalyticsDataCommand = _ListUtteranceAnalyticsDataCommand;
|
|
7152
7252
|
|
|
7153
7253
|
// src/commands/ListUtteranceMetricsCommand.ts
|
|
7154
7254
|
|
|
7155
7255
|
|
|
7156
7256
|
|
|
7157
|
-
var
|
|
7257
|
+
var ListUtteranceMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7158
7258
|
return [
|
|
7159
7259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7160
7260
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7161
7261
|
];
|
|
7162
7262
|
}).s("LexModelBuildingServiceV2", "ListUtteranceMetrics", {}).n("LexModelsV2Client", "ListUtteranceMetricsCommand").f(void 0, void 0).ser(se_ListUtteranceMetricsCommand).de(de_ListUtteranceMetricsCommand).build() {
|
|
7263
|
+
static {
|
|
7264
|
+
__name(this, "ListUtteranceMetricsCommand");
|
|
7265
|
+
}
|
|
7163
7266
|
};
|
|
7164
|
-
__name(_ListUtteranceMetricsCommand, "ListUtteranceMetricsCommand");
|
|
7165
|
-
var ListUtteranceMetricsCommand = _ListUtteranceMetricsCommand;
|
|
7166
7267
|
|
|
7167
7268
|
// src/commands/SearchAssociatedTranscriptsCommand.ts
|
|
7168
7269
|
|
|
7169
7270
|
|
|
7170
7271
|
|
|
7171
|
-
var
|
|
7272
|
+
var SearchAssociatedTranscriptsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7172
7273
|
return [
|
|
7173
7274
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7174
7275
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7175
7276
|
];
|
|
7176
7277
|
}).s("LexModelBuildingServiceV2", "SearchAssociatedTranscripts", {}).n("LexModelsV2Client", "SearchAssociatedTranscriptsCommand").f(void 0, void 0).ser(se_SearchAssociatedTranscriptsCommand).de(de_SearchAssociatedTranscriptsCommand).build() {
|
|
7278
|
+
static {
|
|
7279
|
+
__name(this, "SearchAssociatedTranscriptsCommand");
|
|
7280
|
+
}
|
|
7177
7281
|
};
|
|
7178
|
-
__name(_SearchAssociatedTranscriptsCommand, "SearchAssociatedTranscriptsCommand");
|
|
7179
|
-
var SearchAssociatedTranscriptsCommand = _SearchAssociatedTranscriptsCommand;
|
|
7180
7282
|
|
|
7181
7283
|
// src/commands/StartBotRecommendationCommand.ts
|
|
7182
7284
|
|
|
7183
7285
|
|
|
7184
7286
|
|
|
7185
|
-
var
|
|
7287
|
+
var StartBotRecommendationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7186
7288
|
return [
|
|
7187
7289
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7188
7290
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7189
7291
|
];
|
|
7190
7292
|
}).s("LexModelBuildingServiceV2", "StartBotRecommendation", {}).n("LexModelsV2Client", "StartBotRecommendationCommand").f(StartBotRecommendationRequestFilterSensitiveLog, StartBotRecommendationResponseFilterSensitiveLog).ser(se_StartBotRecommendationCommand).de(de_StartBotRecommendationCommand).build() {
|
|
7293
|
+
static {
|
|
7294
|
+
__name(this, "StartBotRecommendationCommand");
|
|
7295
|
+
}
|
|
7191
7296
|
};
|
|
7192
|
-
__name(_StartBotRecommendationCommand, "StartBotRecommendationCommand");
|
|
7193
|
-
var StartBotRecommendationCommand = _StartBotRecommendationCommand;
|
|
7194
7297
|
|
|
7195
7298
|
// src/commands/StartBotResourceGenerationCommand.ts
|
|
7196
7299
|
|
|
7197
7300
|
|
|
7198
7301
|
|
|
7199
|
-
var
|
|
7302
|
+
var StartBotResourceGenerationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7200
7303
|
return [
|
|
7201
7304
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7202
7305
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7203
7306
|
];
|
|
7204
7307
|
}).s("LexModelBuildingServiceV2", "StartBotResourceGeneration", {}).n("LexModelsV2Client", "StartBotResourceGenerationCommand").f(void 0, void 0).ser(se_StartBotResourceGenerationCommand).de(de_StartBotResourceGenerationCommand).build() {
|
|
7308
|
+
static {
|
|
7309
|
+
__name(this, "StartBotResourceGenerationCommand");
|
|
7310
|
+
}
|
|
7205
7311
|
};
|
|
7206
|
-
__name(_StartBotResourceGenerationCommand, "StartBotResourceGenerationCommand");
|
|
7207
|
-
var StartBotResourceGenerationCommand = _StartBotResourceGenerationCommand;
|
|
7208
7312
|
|
|
7209
7313
|
// src/commands/StartImportCommand.ts
|
|
7210
7314
|
|
|
7211
7315
|
|
|
7212
7316
|
|
|
7213
|
-
var
|
|
7317
|
+
var StartImportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7214
7318
|
return [
|
|
7215
7319
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7216
7320
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7217
7321
|
];
|
|
7218
7322
|
}).s("LexModelBuildingServiceV2", "StartImport", {}).n("LexModelsV2Client", "StartImportCommand").f(StartImportRequestFilterSensitiveLog, void 0).ser(se_StartImportCommand).de(de_StartImportCommand).build() {
|
|
7323
|
+
static {
|
|
7324
|
+
__name(this, "StartImportCommand");
|
|
7325
|
+
}
|
|
7219
7326
|
};
|
|
7220
|
-
__name(_StartImportCommand, "StartImportCommand");
|
|
7221
|
-
var StartImportCommand = _StartImportCommand;
|
|
7222
7327
|
|
|
7223
7328
|
// src/commands/StartTestExecutionCommand.ts
|
|
7224
7329
|
|
|
7225
7330
|
|
|
7226
7331
|
|
|
7227
|
-
var
|
|
7332
|
+
var StartTestExecutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7228
7333
|
return [
|
|
7229
7334
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7230
7335
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7231
7336
|
];
|
|
7232
7337
|
}).s("LexModelBuildingServiceV2", "StartTestExecution", {}).n("LexModelsV2Client", "StartTestExecutionCommand").f(void 0, void 0).ser(se_StartTestExecutionCommand).de(de_StartTestExecutionCommand).build() {
|
|
7338
|
+
static {
|
|
7339
|
+
__name(this, "StartTestExecutionCommand");
|
|
7340
|
+
}
|
|
7233
7341
|
};
|
|
7234
|
-
__name(_StartTestExecutionCommand, "StartTestExecutionCommand");
|
|
7235
|
-
var StartTestExecutionCommand = _StartTestExecutionCommand;
|
|
7236
7342
|
|
|
7237
7343
|
// src/commands/StartTestSetGenerationCommand.ts
|
|
7238
7344
|
|
|
7239
7345
|
|
|
7240
7346
|
|
|
7241
|
-
var
|
|
7347
|
+
var StartTestSetGenerationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7242
7348
|
return [
|
|
7243
7349
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7244
7350
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7245
7351
|
];
|
|
7246
7352
|
}).s("LexModelBuildingServiceV2", "StartTestSetGeneration", {}).n("LexModelsV2Client", "StartTestSetGenerationCommand").f(void 0, void 0).ser(se_StartTestSetGenerationCommand).de(de_StartTestSetGenerationCommand).build() {
|
|
7353
|
+
static {
|
|
7354
|
+
__name(this, "StartTestSetGenerationCommand");
|
|
7355
|
+
}
|
|
7247
7356
|
};
|
|
7248
|
-
__name(_StartTestSetGenerationCommand, "StartTestSetGenerationCommand");
|
|
7249
|
-
var StartTestSetGenerationCommand = _StartTestSetGenerationCommand;
|
|
7250
7357
|
|
|
7251
7358
|
// src/commands/StopBotRecommendationCommand.ts
|
|
7252
7359
|
|
|
7253
7360
|
|
|
7254
7361
|
|
|
7255
|
-
var
|
|
7362
|
+
var StopBotRecommendationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7256
7363
|
return [
|
|
7257
7364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7258
7365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7259
7366
|
];
|
|
7260
7367
|
}).s("LexModelBuildingServiceV2", "StopBotRecommendation", {}).n("LexModelsV2Client", "StopBotRecommendationCommand").f(void 0, void 0).ser(se_StopBotRecommendationCommand).de(de_StopBotRecommendationCommand).build() {
|
|
7368
|
+
static {
|
|
7369
|
+
__name(this, "StopBotRecommendationCommand");
|
|
7370
|
+
}
|
|
7261
7371
|
};
|
|
7262
|
-
__name(_StopBotRecommendationCommand, "StopBotRecommendationCommand");
|
|
7263
|
-
var StopBotRecommendationCommand = _StopBotRecommendationCommand;
|
|
7264
7372
|
|
|
7265
7373
|
// src/commands/TagResourceCommand.ts
|
|
7266
7374
|
|
|
7267
7375
|
|
|
7268
7376
|
|
|
7269
|
-
var
|
|
7377
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7270
7378
|
return [
|
|
7271
7379
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7272
7380
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7273
7381
|
];
|
|
7274
7382
|
}).s("LexModelBuildingServiceV2", "TagResource", {}).n("LexModelsV2Client", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
7383
|
+
static {
|
|
7384
|
+
__name(this, "TagResourceCommand");
|
|
7385
|
+
}
|
|
7275
7386
|
};
|
|
7276
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
7277
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
7278
7387
|
|
|
7279
7388
|
// src/commands/UntagResourceCommand.ts
|
|
7280
7389
|
|
|
7281
7390
|
|
|
7282
7391
|
|
|
7283
|
-
var
|
|
7392
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7284
7393
|
return [
|
|
7285
7394
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7286
7395
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7287
7396
|
];
|
|
7288
7397
|
}).s("LexModelBuildingServiceV2", "UntagResource", {}).n("LexModelsV2Client", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
7398
|
+
static {
|
|
7399
|
+
__name(this, "UntagResourceCommand");
|
|
7400
|
+
}
|
|
7289
7401
|
};
|
|
7290
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
7291
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
7292
7402
|
|
|
7293
7403
|
// src/commands/UpdateBotAliasCommand.ts
|
|
7294
7404
|
|
|
7295
7405
|
|
|
7296
7406
|
|
|
7297
|
-
var
|
|
7407
|
+
var UpdateBotAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7298
7408
|
return [
|
|
7299
7409
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7300
7410
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7301
7411
|
];
|
|
7302
7412
|
}).s("LexModelBuildingServiceV2", "UpdateBotAlias", {}).n("LexModelsV2Client", "UpdateBotAliasCommand").f(void 0, void 0).ser(se_UpdateBotAliasCommand).de(de_UpdateBotAliasCommand).build() {
|
|
7413
|
+
static {
|
|
7414
|
+
__name(this, "UpdateBotAliasCommand");
|
|
7415
|
+
}
|
|
7303
7416
|
};
|
|
7304
|
-
__name(_UpdateBotAliasCommand, "UpdateBotAliasCommand");
|
|
7305
|
-
var UpdateBotAliasCommand = _UpdateBotAliasCommand;
|
|
7306
7417
|
|
|
7307
7418
|
// src/commands/UpdateBotCommand.ts
|
|
7308
7419
|
|
|
7309
7420
|
|
|
7310
7421
|
|
|
7311
|
-
var
|
|
7422
|
+
var UpdateBotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7312
7423
|
return [
|
|
7313
7424
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7314
7425
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7315
7426
|
];
|
|
7316
7427
|
}).s("LexModelBuildingServiceV2", "UpdateBot", {}).n("LexModelsV2Client", "UpdateBotCommand").f(void 0, void 0).ser(se_UpdateBotCommand).de(de_UpdateBotCommand).build() {
|
|
7428
|
+
static {
|
|
7429
|
+
__name(this, "UpdateBotCommand");
|
|
7430
|
+
}
|
|
7317
7431
|
};
|
|
7318
|
-
__name(_UpdateBotCommand, "UpdateBotCommand");
|
|
7319
|
-
var UpdateBotCommand = _UpdateBotCommand;
|
|
7320
7432
|
|
|
7321
7433
|
// src/commands/UpdateBotLocaleCommand.ts
|
|
7322
7434
|
|
|
7323
7435
|
|
|
7324
7436
|
|
|
7325
|
-
var
|
|
7437
|
+
var UpdateBotLocaleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7326
7438
|
return [
|
|
7327
7439
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7328
7440
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7329
7441
|
];
|
|
7330
7442
|
}).s("LexModelBuildingServiceV2", "UpdateBotLocale", {}).n("LexModelsV2Client", "UpdateBotLocaleCommand").f(void 0, void 0).ser(se_UpdateBotLocaleCommand).de(de_UpdateBotLocaleCommand).build() {
|
|
7443
|
+
static {
|
|
7444
|
+
__name(this, "UpdateBotLocaleCommand");
|
|
7445
|
+
}
|
|
7331
7446
|
};
|
|
7332
|
-
__name(_UpdateBotLocaleCommand, "UpdateBotLocaleCommand");
|
|
7333
|
-
var UpdateBotLocaleCommand = _UpdateBotLocaleCommand;
|
|
7334
7447
|
|
|
7335
7448
|
// src/commands/UpdateBotRecommendationCommand.ts
|
|
7336
7449
|
|
|
7337
7450
|
|
|
7338
7451
|
|
|
7339
|
-
var
|
|
7452
|
+
var UpdateBotRecommendationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7340
7453
|
return [
|
|
7341
7454
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7342
7455
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7343
7456
|
];
|
|
7344
7457
|
}).s("LexModelBuildingServiceV2", "UpdateBotRecommendation", {}).n("LexModelsV2Client", "UpdateBotRecommendationCommand").f(UpdateBotRecommendationRequestFilterSensitiveLog, UpdateBotRecommendationResponseFilterSensitiveLog).ser(se_UpdateBotRecommendationCommand).de(de_UpdateBotRecommendationCommand).build() {
|
|
7458
|
+
static {
|
|
7459
|
+
__name(this, "UpdateBotRecommendationCommand");
|
|
7460
|
+
}
|
|
7345
7461
|
};
|
|
7346
|
-
__name(_UpdateBotRecommendationCommand, "UpdateBotRecommendationCommand");
|
|
7347
|
-
var UpdateBotRecommendationCommand = _UpdateBotRecommendationCommand;
|
|
7348
7462
|
|
|
7349
7463
|
// src/commands/UpdateExportCommand.ts
|
|
7350
7464
|
|
|
7351
7465
|
|
|
7352
7466
|
|
|
7353
|
-
var
|
|
7467
|
+
var UpdateExportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7354
7468
|
return [
|
|
7355
7469
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7356
7470
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7357
7471
|
];
|
|
7358
7472
|
}).s("LexModelBuildingServiceV2", "UpdateExport", {}).n("LexModelsV2Client", "UpdateExportCommand").f(UpdateExportRequestFilterSensitiveLog, void 0).ser(se_UpdateExportCommand).de(de_UpdateExportCommand).build() {
|
|
7473
|
+
static {
|
|
7474
|
+
__name(this, "UpdateExportCommand");
|
|
7475
|
+
}
|
|
7359
7476
|
};
|
|
7360
|
-
__name(_UpdateExportCommand, "UpdateExportCommand");
|
|
7361
|
-
var UpdateExportCommand = _UpdateExportCommand;
|
|
7362
7477
|
|
|
7363
7478
|
// src/commands/UpdateIntentCommand.ts
|
|
7364
7479
|
|
|
7365
7480
|
|
|
7366
7481
|
|
|
7367
|
-
var
|
|
7482
|
+
var UpdateIntentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7368
7483
|
return [
|
|
7369
7484
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7370
7485
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7371
7486
|
];
|
|
7372
7487
|
}).s("LexModelBuildingServiceV2", "UpdateIntent", {}).n("LexModelsV2Client", "UpdateIntentCommand").f(void 0, void 0).ser(se_UpdateIntentCommand).de(de_UpdateIntentCommand).build() {
|
|
7488
|
+
static {
|
|
7489
|
+
__name(this, "UpdateIntentCommand");
|
|
7490
|
+
}
|
|
7373
7491
|
};
|
|
7374
|
-
__name(_UpdateIntentCommand, "UpdateIntentCommand");
|
|
7375
|
-
var UpdateIntentCommand = _UpdateIntentCommand;
|
|
7376
7492
|
|
|
7377
7493
|
// src/commands/UpdateResourcePolicyCommand.ts
|
|
7378
7494
|
|
|
7379
7495
|
|
|
7380
7496
|
|
|
7381
|
-
var
|
|
7497
|
+
var UpdateResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7382
7498
|
return [
|
|
7383
7499
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7384
7500
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7385
7501
|
];
|
|
7386
7502
|
}).s("LexModelBuildingServiceV2", "UpdateResourcePolicy", {}).n("LexModelsV2Client", "UpdateResourcePolicyCommand").f(void 0, void 0).ser(se_UpdateResourcePolicyCommand).de(de_UpdateResourcePolicyCommand).build() {
|
|
7503
|
+
static {
|
|
7504
|
+
__name(this, "UpdateResourcePolicyCommand");
|
|
7505
|
+
}
|
|
7387
7506
|
};
|
|
7388
|
-
__name(_UpdateResourcePolicyCommand, "UpdateResourcePolicyCommand");
|
|
7389
|
-
var UpdateResourcePolicyCommand = _UpdateResourcePolicyCommand;
|
|
7390
7507
|
|
|
7391
7508
|
// src/commands/UpdateSlotCommand.ts
|
|
7392
7509
|
|
|
7393
7510
|
|
|
7394
7511
|
|
|
7395
|
-
var
|
|
7512
|
+
var UpdateSlotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7396
7513
|
return [
|
|
7397
7514
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7398
7515
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7399
7516
|
];
|
|
7400
7517
|
}).s("LexModelBuildingServiceV2", "UpdateSlot", {}).n("LexModelsV2Client", "UpdateSlotCommand").f(void 0, void 0).ser(se_UpdateSlotCommand).de(de_UpdateSlotCommand).build() {
|
|
7518
|
+
static {
|
|
7519
|
+
__name(this, "UpdateSlotCommand");
|
|
7520
|
+
}
|
|
7401
7521
|
};
|
|
7402
|
-
__name(_UpdateSlotCommand, "UpdateSlotCommand");
|
|
7403
|
-
var UpdateSlotCommand = _UpdateSlotCommand;
|
|
7404
7522
|
|
|
7405
7523
|
// src/commands/UpdateSlotTypeCommand.ts
|
|
7406
7524
|
|
|
7407
7525
|
|
|
7408
7526
|
|
|
7409
|
-
var
|
|
7527
|
+
var UpdateSlotTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7410
7528
|
return [
|
|
7411
7529
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7412
7530
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7413
7531
|
];
|
|
7414
7532
|
}).s("LexModelBuildingServiceV2", "UpdateSlotType", {}).n("LexModelsV2Client", "UpdateSlotTypeCommand").f(void 0, void 0).ser(se_UpdateSlotTypeCommand).de(de_UpdateSlotTypeCommand).build() {
|
|
7533
|
+
static {
|
|
7534
|
+
__name(this, "UpdateSlotTypeCommand");
|
|
7535
|
+
}
|
|
7415
7536
|
};
|
|
7416
|
-
__name(_UpdateSlotTypeCommand, "UpdateSlotTypeCommand");
|
|
7417
|
-
var UpdateSlotTypeCommand = _UpdateSlotTypeCommand;
|
|
7418
7537
|
|
|
7419
7538
|
// src/commands/UpdateTestSetCommand.ts
|
|
7420
7539
|
|
|
7421
7540
|
|
|
7422
7541
|
|
|
7423
|
-
var
|
|
7542
|
+
var UpdateTestSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7424
7543
|
return [
|
|
7425
7544
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7426
7545
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7427
7546
|
];
|
|
7428
7547
|
}).s("LexModelBuildingServiceV2", "UpdateTestSet", {}).n("LexModelsV2Client", "UpdateTestSetCommand").f(void 0, void 0).ser(se_UpdateTestSetCommand).de(de_UpdateTestSetCommand).build() {
|
|
7548
|
+
static {
|
|
7549
|
+
__name(this, "UpdateTestSetCommand");
|
|
7550
|
+
}
|
|
7429
7551
|
};
|
|
7430
|
-
__name(_UpdateTestSetCommand, "UpdateTestSetCommand");
|
|
7431
|
-
var UpdateTestSetCommand = _UpdateTestSetCommand;
|
|
7432
7552
|
|
|
7433
7553
|
// src/LexModelsV2.ts
|
|
7434
7554
|
var commands = {
|
|
@@ -7535,10 +7655,11 @@ var commands = {
|
|
|
7535
7655
|
UpdateSlotTypeCommand,
|
|
7536
7656
|
UpdateTestSetCommand
|
|
7537
7657
|
};
|
|
7538
|
-
var
|
|
7658
|
+
var LexModelsV2 = class extends LexModelsV2Client {
|
|
7659
|
+
static {
|
|
7660
|
+
__name(this, "LexModelsV2");
|
|
7661
|
+
}
|
|
7539
7662
|
};
|
|
7540
|
-
__name(_LexModelsV2, "LexModelsV2");
|
|
7541
|
-
var LexModelsV2 = _LexModelsV2;
|
|
7542
7663
|
(0, import_smithy_client.createAggregatedClient)(commands, LexModelsV2);
|
|
7543
7664
|
|
|
7544
7665
|
// src/pagination/ListAggregatedUtterancesPaginator.ts
|