@wildix/wilma-agents-client 1.0.15 → 1.0.16

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.
Files changed (42) hide show
  1. package/dist-cjs/WilmaAgents.js +4 -8
  2. package/dist-cjs/commands/{CreateAgentDeploymentCommand.js → PutAgentDeploymentCommand.js} +6 -6
  3. package/dist-cjs/commands/{ListAgentDeploymentsCommand.js → ResetAgentDeploymentCommand.js} +6 -6
  4. package/dist-cjs/commands/index.js +2 -4
  5. package/dist-cjs/models/enums.js +7 -5
  6. package/dist-cjs/runtimeConfig.shared.js +2 -2
  7. package/dist-cjs/schemas/schemas_0.js +66 -111
  8. package/dist-es/WilmaAgents.js +4 -8
  9. package/dist-es/commands/{ListAgentDeploymentsCommand.js → PutAgentDeploymentCommand.js} +5 -5
  10. package/dist-es/commands/{CreateAgentDeploymentCommand.js → ResetAgentDeploymentCommand.js} +5 -5
  11. package/dist-es/commands/index.js +2 -4
  12. package/dist-es/models/enums.js +6 -4
  13. package/dist-es/runtimeConfig.shared.js +2 -2
  14. package/dist-es/schemas/schemas_0.js +63 -108
  15. package/dist-types/WilmaAgents.d.ts +19 -38
  16. package/dist-types/WilmaAgentsClient.d.ts +9 -16
  17. package/dist-types/commands/CreateAgentCommand.d.ts +13 -38
  18. package/dist-types/commands/DeleteAgentCommand.d.ts +1 -1
  19. package/dist-types/commands/GetAgentCommand.d.ts +8 -31
  20. package/dist-types/commands/GetAgentDeploymentCommand.d.ts +6 -26
  21. package/dist-types/commands/GetAgentVersionCommand.d.ts +4 -6
  22. package/dist-types/commands/ListAgentVersionsCommand.d.ts +0 -3
  23. package/dist-types/commands/ListAgentsCommand.d.ts +8 -31
  24. package/dist-types/commands/PublishAgentVersionCommand.d.ts +5 -7
  25. package/dist-types/commands/PutAgentDeploymentCommand.d.ts +90 -0
  26. package/dist-types/commands/ResetAgentDeploymentCommand.d.ts +87 -0
  27. package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +9 -32
  28. package/dist-types/commands/UpdateAgentCommand.d.ts +12 -37
  29. package/dist-types/commands/index.d.ts +2 -4
  30. package/dist-types/index.d.ts +5 -10
  31. package/dist-types/models/enums.d.ts +27 -19
  32. package/dist-types/models/models_0.d.ts +91 -196
  33. package/dist-types/schemas/schemas_0.d.ts +6 -13
  34. package/package.json +1 -1
  35. package/dist-cjs/commands/DeleteAgentDeploymentCommand.js +0 -20
  36. package/dist-cjs/commands/UpdateAgentDeploymentCommand.js +0 -20
  37. package/dist-es/commands/DeleteAgentDeploymentCommand.js +0 -16
  38. package/dist-es/commands/UpdateAgentDeploymentCommand.js +0 -16
  39. package/dist-types/commands/CreateAgentDeploymentCommand.d.ts +0 -115
  40. package/dist-types/commands/DeleteAgentDeploymentCommand.d.ts +0 -81
  41. package/dist-types/commands/ListAgentDeploymentsCommand.d.ts +0 -105
  42. package/dist-types/commands/UpdateAgentDeploymentCommand.d.ts +0 -116
@@ -5,43 +5,39 @@ const client_1 = require("@smithy/core/client");
5
5
  const CompareAgentVersionsCommand_1 = require("./commands/CompareAgentVersionsCommand");
6
6
  const CreateAgentApiKeyCommand_1 = require("./commands/CreateAgentApiKeyCommand");
7
7
  const CreateAgentCommand_1 = require("./commands/CreateAgentCommand");
8
- const CreateAgentDeploymentCommand_1 = require("./commands/CreateAgentDeploymentCommand");
9
8
  const DeleteAgentApiKeyCommand_1 = require("./commands/DeleteAgentApiKeyCommand");
10
9
  const DeleteAgentCommand_1 = require("./commands/DeleteAgentCommand");
11
- const DeleteAgentDeploymentCommand_1 = require("./commands/DeleteAgentDeploymentCommand");
12
10
  const GetAgentCommand_1 = require("./commands/GetAgentCommand");
13
11
  const GetAgentDeploymentCommand_1 = require("./commands/GetAgentDeploymentCommand");
14
12
  const GetAgentVersionCommand_1 = require("./commands/GetAgentVersionCommand");
15
13
  const ListAgentApiKeysCommand_1 = require("./commands/ListAgentApiKeysCommand");
16
- const ListAgentDeploymentsCommand_1 = require("./commands/ListAgentDeploymentsCommand");
17
14
  const ListAgentsCommand_1 = require("./commands/ListAgentsCommand");
18
15
  const ListAgentsNamesCommand_1 = require("./commands/ListAgentsNamesCommand");
19
16
  const ListAgentVersionsCommand_1 = require("./commands/ListAgentVersionsCommand");
20
17
  const PublishAgentVersionCommand_1 = require("./commands/PublishAgentVersionCommand");
18
+ const PutAgentDeploymentCommand_1 = require("./commands/PutAgentDeploymentCommand");
19
+ const ResetAgentDeploymentCommand_1 = require("./commands/ResetAgentDeploymentCommand");
21
20
  const RestoreAgentVersionToDraftCommand_1 = require("./commands/RestoreAgentVersionToDraftCommand");
22
21
  const UpdateAgentCommand_1 = require("./commands/UpdateAgentCommand");
23
- const UpdateAgentDeploymentCommand_1 = require("./commands/UpdateAgentDeploymentCommand");
24
22
  const WilmaAgentsClient_1 = require("./WilmaAgentsClient");
25
23
  const commands = {
26
24
  CompareAgentVersionsCommand: CompareAgentVersionsCommand_1.CompareAgentVersionsCommand,
27
25
  CreateAgentCommand: CreateAgentCommand_1.CreateAgentCommand,
28
26
  CreateAgentApiKeyCommand: CreateAgentApiKeyCommand_1.CreateAgentApiKeyCommand,
29
- CreateAgentDeploymentCommand: CreateAgentDeploymentCommand_1.CreateAgentDeploymentCommand,
30
27
  DeleteAgentCommand: DeleteAgentCommand_1.DeleteAgentCommand,
31
28
  DeleteAgentApiKeyCommand: DeleteAgentApiKeyCommand_1.DeleteAgentApiKeyCommand,
32
- DeleteAgentDeploymentCommand: DeleteAgentDeploymentCommand_1.DeleteAgentDeploymentCommand,
33
29
  GetAgentCommand: GetAgentCommand_1.GetAgentCommand,
34
30
  GetAgentDeploymentCommand: GetAgentDeploymentCommand_1.GetAgentDeploymentCommand,
35
31
  GetAgentVersionCommand: GetAgentVersionCommand_1.GetAgentVersionCommand,
36
32
  ListAgentApiKeysCommand: ListAgentApiKeysCommand_1.ListAgentApiKeysCommand,
37
- ListAgentDeploymentsCommand: ListAgentDeploymentsCommand_1.ListAgentDeploymentsCommand,
38
33
  ListAgentsCommand: ListAgentsCommand_1.ListAgentsCommand,
39
34
  ListAgentsNamesCommand: ListAgentsNamesCommand_1.ListAgentsNamesCommand,
40
35
  ListAgentVersionsCommand: ListAgentVersionsCommand_1.ListAgentVersionsCommand,
41
36
  PublishAgentVersionCommand: PublishAgentVersionCommand_1.PublishAgentVersionCommand,
37
+ PutAgentDeploymentCommand: PutAgentDeploymentCommand_1.PutAgentDeploymentCommand,
38
+ ResetAgentDeploymentCommand: ResetAgentDeploymentCommand_1.ResetAgentDeploymentCommand,
42
39
  RestoreAgentVersionToDraftCommand: RestoreAgentVersionToDraftCommand_1.RestoreAgentVersionToDraftCommand,
43
40
  UpdateAgentCommand: UpdateAgentCommand_1.UpdateAgentCommand,
44
- UpdateAgentDeploymentCommand: UpdateAgentDeploymentCommand_1.UpdateAgentDeploymentCommand,
45
41
  };
46
42
  class WilmaAgents extends WilmaAgentsClient_1.WilmaAgentsClient {
47
43
  }
@@ -1,20 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAgentDeploymentCommand = exports.$Command = void 0;
3
+ exports.PutAgentDeploymentCommand = exports.$Command = void 0;
4
4
  const client_1 = require("@smithy/core/client");
5
5
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
6
6
  const endpoints_1 = require("@smithy/core/endpoints");
7
7
  const EndpointParameters_1 = require("../endpoint/EndpointParameters");
8
8
  const schemas_0_1 = require("../schemas/schemas_0");
9
- class CreateAgentDeploymentCommand extends client_1.Command
9
+ class PutAgentDeploymentCommand extends client_1.Command
10
10
  .classBuilder()
11
11
  .ep(EndpointParameters_1.commonParams)
12
12
  .m(function (Command, cs, config, o) {
13
13
  return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
14
14
  })
15
- .s("WilmaAgents", "CreateAgentDeployment", {})
16
- .n("WilmaAgentsClient", "CreateAgentDeploymentCommand")
17
- .sc(schemas_0_1.CreateAgentDeployment$)
15
+ .s("WilmaAgents", "PutAgentDeployment", {})
16
+ .n("WilmaAgentsClient", "PutAgentDeploymentCommand")
17
+ .sc(schemas_0_1.PutAgentDeployment$)
18
18
  .build() {
19
19
  }
20
- exports.CreateAgentDeploymentCommand = CreateAgentDeploymentCommand;
20
+ exports.PutAgentDeploymentCommand = PutAgentDeploymentCommand;
@@ -1,20 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAgentDeploymentsCommand = exports.$Command = void 0;
3
+ exports.ResetAgentDeploymentCommand = exports.$Command = void 0;
4
4
  const client_1 = require("@smithy/core/client");
5
5
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
6
6
  const endpoints_1 = require("@smithy/core/endpoints");
7
7
  const EndpointParameters_1 = require("../endpoint/EndpointParameters");
8
8
  const schemas_0_1 = require("../schemas/schemas_0");
9
- class ListAgentDeploymentsCommand extends client_1.Command
9
+ class ResetAgentDeploymentCommand extends client_1.Command
10
10
  .classBuilder()
11
11
  .ep(EndpointParameters_1.commonParams)
12
12
  .m(function (Command, cs, config, o) {
13
13
  return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
14
14
  })
15
- .s("WilmaAgents", "ListAgentDeployments", {})
16
- .n("WilmaAgentsClient", "ListAgentDeploymentsCommand")
17
- .sc(schemas_0_1.ListAgentDeployments$)
15
+ .s("WilmaAgents", "ResetAgentDeployment", {})
16
+ .n("WilmaAgentsClient", "ResetAgentDeploymentCommand")
17
+ .sc(schemas_0_1.ResetAgentDeployment$)
18
18
  .build() {
19
19
  }
20
- exports.ListAgentDeploymentsCommand = ListAgentDeploymentsCommand;
20
+ exports.ResetAgentDeploymentCommand = ResetAgentDeploymentCommand;
@@ -4,19 +4,17 @@ const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./CompareAgentVersionsCommand"), exports);
5
5
  tslib_1.__exportStar(require("./CreateAgentApiKeyCommand"), exports);
6
6
  tslib_1.__exportStar(require("./CreateAgentCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateAgentDeploymentCommand"), exports);
8
7
  tslib_1.__exportStar(require("./DeleteAgentApiKeyCommand"), exports);
9
8
  tslib_1.__exportStar(require("./DeleteAgentCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteAgentDeploymentCommand"), exports);
11
9
  tslib_1.__exportStar(require("./GetAgentCommand"), exports);
12
10
  tslib_1.__exportStar(require("./GetAgentDeploymentCommand"), exports);
13
11
  tslib_1.__exportStar(require("./GetAgentVersionCommand"), exports);
14
12
  tslib_1.__exportStar(require("./ListAgentApiKeysCommand"), exports);
15
- tslib_1.__exportStar(require("./ListAgentDeploymentsCommand"), exports);
16
13
  tslib_1.__exportStar(require("./ListAgentVersionsCommand"), exports);
17
14
  tslib_1.__exportStar(require("./ListAgentsCommand"), exports);
18
15
  tslib_1.__exportStar(require("./ListAgentsNamesCommand"), exports);
19
16
  tslib_1.__exportStar(require("./PublishAgentVersionCommand"), exports);
17
+ tslib_1.__exportStar(require("./PutAgentDeploymentCommand"), exports);
18
+ tslib_1.__exportStar(require("./ResetAgentDeploymentCommand"), exports);
20
19
  tslib_1.__exportStar(require("./RestoreAgentVersionToDraftCommand"), exports);
21
20
  tslib_1.__exportStar(require("./UpdateAgentCommand"), exports);
22
- tslib_1.__exportStar(require("./UpdateAgentDeploymentCommand"), exports);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChannelType = exports.AgentStatus = exports.AgentVariableType = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxNetworkAccess = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.AgentDeploymentStatus = exports.ActorType = exports.AgentVisibility = void 0;
3
+ exports.ChannelType = exports.AgentStatus = exports.AgentVariableType = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ActorType = exports.AgentVisibility = void 0;
4
4
  exports.AgentVisibility = {
5
5
  EXPLICIT: "explicit",
6
6
  ORGANIZATION: "organization",
@@ -10,10 +10,6 @@ exports.ActorType = {
10
10
  SERVICE: "service",
11
11
  USER: "user",
12
12
  };
13
- exports.AgentDeploymentStatus = {
14
- ACTIVE: "active",
15
- PAUSED: "paused",
16
- };
17
13
  exports.AgentToolPipelineType = {
18
14
  ASYNC_REQUEST: "async_request",
19
15
  ASYNC_REQUEST_GUIDED: "async_request_guided",
@@ -39,6 +35,12 @@ exports.SandboxNetworkAccess = {
39
35
  ALLOWLIST: "allowlist",
40
36
  NONE: "deny-all",
41
37
  };
38
+ exports.SandboxSize = {
39
+ LARGE: "large",
40
+ MAX: "max",
41
+ MIN: "min",
42
+ SMALL: "small",
43
+ };
42
44
  exports.AgentTransferPipelineType = {
43
45
  REPLY_AND_TRANSFER: "reply_and_transfer",
44
46
  REPLY_INSTRUCTED_AND_TRANSFER: "reply_instructed_and_transfer",
@@ -11,7 +11,7 @@ const endpointResolver_1 = require("./endpoint/endpointResolver");
11
11
  const schemas_0_1 = require("./schemas/schemas_0");
12
12
  const getRuntimeConfig = (config) => {
13
13
  return {
14
- apiVersion: "v1",
14
+ apiVersion: "v2",
15
15
  base64Decoder: config?.base64Decoder ?? serde_1.fromBase64,
16
16
  base64Encoder: config?.base64Encoder ?? serde_1.toBase64,
17
17
  disableHostPrefix: config?.disableHostPrefix ?? false,
@@ -50,7 +50,7 @@ const getRuntimeConfig = (config) => {
50
50
  protocolSettings: config?.protocolSettings ?? {
51
51
  defaultNamespace: "wildix.wilma.agents",
52
52
  errorTypeRegistries: schemas_0_1.errorTypeRegistries,
53
- version: "v1",
53
+ version: "v2",
54
54
  serviceTarget: "WilmaAgents",
55
55
  },
56
56
  urlParser: config?.urlParser ?? protocols_2.parseUrl,
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AgentWaitCapability$ = exports.AgentVersionInfo$ = exports.AgentVersionChange$ = exports.AgentVersion$ = exports.AgentVercelSandboxOptions$ = exports.AgentVariable$ = exports.AgentTransferPipeline$ = exports.AgentTransferCapability$ = exports.AgentToolVariablesAnnotation$ = exports.AgentToolVariablePredefinedHandler$ = exports.AgentToolVariableGuidedHandler$ = exports.AgentToolVariableAutoHandler$ = exports.AgentToolVariable$ = exports.AgentToolTagAnnotation$ = exports.AgentToolResultAnnotation$ = exports.AgentToolPipeline$ = exports.AgentToolFieldPredefinedHandler$ = exports.AgentToolFieldGuidedHandler$ = exports.AgentToolField$ = exports.AgentToolCommentAnnotation$ = exports.AgentToolApproval$ = exports.AgentTool$ = exports.AgentSuggestionsCapability$ = exports.AgentSqsEngine$ = exports.AgentSnapshotSandboxOptions$ = exports.AgentSettings$ = exports.AgentKnowledgeBase$ = exports.AgentInfo$ = exports.AgentHangupPipeline$ = exports.AgentHangupCapability$ = exports.AgentHandoverPipeline$ = exports.AgentHandoverCapability$ = exports.AgentDeploymentRoute$ = exports.AgentDeployment$ = exports.AgentDelegationCapability$ = exports.AgentDefinitionSnapshot$ = exports.AgentConnectorCapability$ = exports.AgentChannels$ = exports.AgentCallCapability$ = exports.AgentApiKey$ = exports.AgentAiEngine$ = exports.AgentAccess$ = exports.Agent$ = exports.errorTypeRegistries = exports.RevisionConflictException$ = exports.NothingToPublishException$ = exports.ValidationException$ = exports.NotFoundException$ = exports.ConflictException$ = exports.WilmaAgentsServiceException$ = void 0;
4
- exports.VoiceTerminateHangupAction$ = exports.VoiceSilenceTimeoutSettings$ = exports.VoiceMaxDurationSettings$ = exports.VoiceInterruptionSettings$ = exports.VoiceEndCallSettings$ = exports.VoiceChannelSettings$ = exports.VoiceCallerMetadataSettings$ = exports.UpdateAgentOutput$ = exports.UpdateAgentInput$ = exports.UpdateAgentDeploymentOutput$ = exports.UpdateAgentDeploymentInput$ = exports.RestoreAgentVersionToDraftOutput$ = exports.RestoreAgentVersionToDraftInput$ = exports.PublishAgentVersionOutput$ = exports.PublishAgentVersionInput$ = exports.ListAgentVersionsOutput$ = exports.ListAgentVersionsInput$ = exports.ListAgentsOutput$ = exports.ListAgentsNamesOutput$ = exports.ListAgentsNamesInput$ = exports.ListAgentsInput$ = exports.ListAgentDeploymentsOutput$ = exports.ListAgentDeploymentsInput$ = exports.ListAgentApiKeysOutput$ = exports.ListAgentApiKeysInput$ = exports.GetAgentVersionOutput$ = exports.GetAgentVersionInput$ = exports.GetAgentOutput$ = exports.GetAgentInput$ = exports.GetAgentDeploymentOutput$ = exports.GetAgentDeploymentInput$ = exports.DeleteAgentOutput$ = exports.DeleteAgentInput$ = exports.DeleteAgentDeploymentOutput$ = exports.DeleteAgentDeploymentInput$ = exports.DeleteAgentApiKeyOutput$ = exports.DeleteAgentApiKeyInput$ = exports.CreateAgentOutput$ = exports.CreateAgentInput$ = exports.CreateAgentDeploymentOutput$ = exports.CreateAgentDeploymentInput$ = exports.CreateAgentApiKeyOutput$ = exports.CreateAgentApiKeyInput$ = exports.CompareAgentVersionsOutput$ = exports.CompareAgentVersionsInput$ = exports.ChatChannelSettings$ = exports.AssistantChannelSettings$ = exports.AgentWebSearchCapability$ = exports.AgentWebhookEngine$ = exports.AgentWebFetchCapability$ = void 0;
5
- exports.UpdateAgentDeployment$ = exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentDeployments$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeleteAgentDeployment$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentDeployment$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentToolVariableHandler$ = exports.AgentToolFieldHandler$ = exports.AgentToolAnnotation$ = exports.AgentSandboxCapability$ = exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = exports.SecretRef$ = exports.Actor$ = exports.WorkflowChannelSettings$ = exports.WebSearchUserLocation$ = exports.VoiceTransferTarget$ = void 0;
3
+ exports.AgentWebFetchCapability$ = exports.AgentWaitCapability$ = exports.AgentVersionInfo$ = exports.AgentVersionChange$ = exports.AgentVersion$ = exports.AgentVercelSandboxOptions$ = exports.AgentVariable$ = exports.AgentTransferPipeline$ = exports.AgentTransferCapability$ = exports.AgentToolVariablesAnnotation$ = exports.AgentToolVariablePredefinedHandler$ = exports.AgentToolVariableGuidedHandler$ = exports.AgentToolVariableAutoHandler$ = exports.AgentToolVariable$ = exports.AgentToolTagAnnotation$ = exports.AgentToolResultAnnotation$ = exports.AgentToolPipeline$ = exports.AgentToolFieldPredefinedHandler$ = exports.AgentToolFieldGuidedHandler$ = exports.AgentToolField$ = exports.AgentToolCommentAnnotation$ = exports.AgentToolApproval$ = exports.AgentTool$ = exports.AgentSuggestionsCapability$ = exports.AgentSqsEngine$ = exports.AgentSnapshotSandboxOptions$ = exports.AgentSettings$ = exports.AgentKnowledgeBase$ = exports.AgentInfo$ = exports.AgentHangupPipeline$ = exports.AgentHangupCapability$ = exports.AgentHandoverPipeline$ = exports.AgentHandoverCapability$ = exports.AgentDeploymentRoute$ = exports.AgentDelegationCapability$ = exports.AgentDefinitionSnapshot$ = exports.AgentConnectorCapability$ = exports.AgentChannels$ = exports.AgentCallCapability$ = exports.AgentApiKey$ = exports.AgentAiEngine$ = exports.AgentAccess$ = exports.Agent$ = exports.errorTypeRegistries = exports.RevisionConflictException$ = exports.NothingToPublishException$ = exports.ValidationException$ = exports.NotFoundException$ = exports.ConflictException$ = exports.WilmaAgentsServiceException$ = void 0;
4
+ exports.SecretRef$ = exports.Actor$ = exports.WorkflowChannelSettings$ = exports.WebSearchUserLocation$ = exports.VoiceTransferTarget$ = exports.VoiceTerminateHangupAction$ = exports.VoiceSilenceTimeoutSettings$ = exports.VoiceMaxDurationSettings$ = exports.VoiceInterruptionSettings$ = exports.VoiceEndCallSettings$ = exports.VoiceChannelSettings$ = exports.VoiceCallerMetadataSettings$ = exports.UpdateAgentOutput$ = exports.UpdateAgentInput$ = exports.RestoreAgentVersionToDraftOutput$ = exports.RestoreAgentVersionToDraftInput$ = exports.ResetAgentDeploymentOutput$ = exports.ResetAgentDeploymentInput$ = exports.PutAgentDeploymentOutput$ = exports.PutAgentDeploymentInput$ = exports.PublishAgentVersionOutput$ = exports.PublishAgentVersionInput$ = exports.ListAgentVersionsOutput$ = exports.ListAgentVersionsInput$ = exports.ListAgentsOutput$ = exports.ListAgentsNamesOutput$ = exports.ListAgentsNamesInput$ = exports.ListAgentsInput$ = exports.ListAgentApiKeysOutput$ = exports.ListAgentApiKeysInput$ = exports.GetAgentVersionOutput$ = exports.GetAgentVersionInput$ = exports.GetAgentOutput$ = exports.GetAgentInput$ = exports.GetAgentDeploymentOutput$ = exports.GetAgentDeploymentInput$ = exports.DeleteAgentOutput$ = exports.DeleteAgentInput$ = exports.DeleteAgentApiKeyOutput$ = exports.DeleteAgentApiKeyInput$ = exports.CreateAgentOutput$ = exports.CreateAgentInput$ = exports.CreateAgentApiKeyOutput$ = exports.CreateAgentApiKeyInput$ = exports.CompareAgentVersionsOutput$ = exports.CompareAgentVersionsInput$ = exports.ChatChannelSettings$ = exports.AssistantChannelSettings$ = exports.AgentWebSearchCapability$ = exports.AgentWebhookEngine$ = void 0;
5
+ exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentToolVariableHandler$ = exports.AgentToolFieldHandler$ = exports.AgentToolAnnotation$ = exports.AgentSandboxCapability$ = exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = void 0;
6
6
  const _A = "Agent";
7
7
  const _AA = "AgentAccess";
8
8
  const _AAE = "AgentAiEngine";
@@ -14,9 +14,7 @@ const _ACCg = "AgentConnectorCapability";
14
14
  const _ACL = "AgentCapabilitiesList";
15
15
  const _ACS = "AssistantChannelSettings";
16
16
  const _ACg = "AgentCapability";
17
- const _AD = "AgentDeployment";
18
17
  const _ADC = "AgentDelegationCapability";
19
- const _ADL = "AgentDeploymentsList";
20
18
  const _ADR = "AgentDeploymentRoute";
21
19
  const _ADRL = "AgentDeploymentRoutesList";
22
20
  const _ADS = "AgentDefinitionSnapshot";
@@ -77,9 +75,6 @@ const _CA = "CreateAgent";
77
75
  const _CAAK = "CreateAgentApiKey";
78
76
  const _CAAKI = "CreateAgentApiKeyInput";
79
77
  const _CAAKO = "CreateAgentApiKeyOutput";
80
- const _CAD = "CreateAgentDeployment";
81
- const _CADI = "CreateAgentDeploymentInput";
82
- const _CADO = "CreateAgentDeploymentOutput";
83
78
  const _CAI = "CreateAgentInput";
84
79
  const _CAO = "CreateAgentOutput";
85
80
  const _CAV = "CompareAgentVersions";
@@ -91,9 +86,6 @@ const _DA = "DeleteAgent";
91
86
  const _DAAK = "DeleteAgentApiKey";
92
87
  const _DAAKI = "DeleteAgentApiKeyInput";
93
88
  const _DAAKO = "DeleteAgentApiKeyOutput";
94
- const _DAD = "DeleteAgentDeployment";
95
- const _DADI = "DeleteAgentDeploymentInput";
96
- const _DADO = "DeleteAgentDeploymentOutput";
97
89
  const _DAI = "DeleteAgentInput";
98
90
  const _DAO = "DeleteAgentOutput";
99
91
  const _GA = "GetAgent";
@@ -109,9 +101,6 @@ const _LA = "ListAgents";
109
101
  const _LAAK = "ListAgentApiKeys";
110
102
  const _LAAKI = "ListAgentApiKeysInput";
111
103
  const _LAAKO = "ListAgentApiKeysOutput";
112
- const _LAD = "ListAgentDeployments";
113
- const _LADI = "ListAgentDeploymentsInput";
114
- const _LADO = "ListAgentDeploymentsOutput";
115
104
  const _LAI = "ListAgentsInput";
116
105
  const _LAN = "ListAgentsNames";
117
106
  const _LANI = "ListAgentsNamesInput";
@@ -122,18 +111,21 @@ const _LAVI = "ListAgentVersionsInput";
122
111
  const _LAVO = "ListAgentVersionsOutput";
123
112
  const _NFE = "NotFoundException";
124
113
  const _NTPE = "NothingToPublishException";
114
+ const _PAD = "PutAgentDeployment";
115
+ const _PADI = "PutAgentDeploymentInput";
116
+ const _PADO = "PutAgentDeploymentOutput";
125
117
  const _PAV = "PublishAgentVersion";
126
118
  const _PAVI = "PublishAgentVersionInput";
127
119
  const _PAVO = "PublishAgentVersionOutput";
120
+ const _RAD = "ResetAgentDeployment";
121
+ const _RADI = "ResetAgentDeploymentInput";
122
+ const _RADO = "ResetAgentDeploymentOutput";
128
123
  const _RAVTD = "RestoreAgentVersionToDraft";
129
124
  const _RAVTDI = "RestoreAgentVersionToDraftInput";
130
125
  const _RAVTDO = "RestoreAgentVersionToDraftOutput";
131
126
  const _RCE = "RevisionConflictException";
132
127
  const _SR = "SecretRef";
133
128
  const _UA = "UpdateAgent";
134
- const _UAD = "UpdateAgentDeployment";
135
- const _UADI = "UpdateAgentDeploymentInput";
136
- const _UADO = "UpdateAgentDeploymentOutput";
137
129
  const _UAI = "UpdateAgentInput";
138
130
  const _UAO = "UpdateAgentOutput";
139
131
  const _VCMS = "VoiceCallerMetadataSettings";
@@ -149,8 +141,7 @@ const _VTT = "VoiceTransferTarget";
149
141
  const _WCS = "WorkflowChannelSettings";
150
142
  const _WSUL = "WebSearchUserLocation";
151
143
  const _a = "access";
152
- const _aD = "agentDeployment";
153
- const _aDl = "allowedDomains";
144
+ const _aD = "allowedDomains";
154
145
  const _aI = "agentId";
155
146
  const _aOF = "applyOnFailure";
156
147
  const _aOS = "applyOnSuccess";
@@ -193,12 +184,10 @@ const _cou = "country";
193
184
  const _cu = "cursor";
194
185
  const _d = "description";
195
186
  const _dBV = "draftBaseVersion";
196
- const _dN = "deploymentName";
197
- const _de = "deployments";
187
+ const _de = "deployment";
198
188
  const _def = "definition";
199
189
  const _defa = "default";
200
190
  const _del = "delegation";
201
- const _dep = "deployment";
202
191
  const _di = "discoverable";
203
192
  const _e = "error";
204
193
  const _eA = "expiresAt";
@@ -252,7 +241,6 @@ const _pro = "prompt";
252
241
  const _r = "revision";
253
242
  const _re = "region";
254
243
  const _res = "result";
255
- const _ro = "routing";
256
244
  const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
257
245
  const _sI = "snapshotId";
258
246
  const _sM = "startMessage";
@@ -265,6 +253,7 @@ const _sec = "secret";
265
253
  const _seco = "seconds";
266
254
  const _ser = "service";
267
255
  const _si = "silent";
256
+ const _siz = "size";
268
257
  const _sk = "skills";
269
258
  const _sn = "snapshot";
270
259
  const _sq = "sqs";
@@ -272,6 +261,7 @@ const _st = "status";
272
261
  const _su = "suggestions";
273
262
  const _t = "type";
274
263
  const _tD = "toDraft";
264
+ const _tV = "toolVersion";
275
265
  const _tZ = "timeZone";
276
266
  const _ta = "tag";
277
267
  const _ti = "timeout";
@@ -350,7 +340,7 @@ exports.errorTypeRegistries = [
350
340
  exports.Agent$ = [3, n2, _A,
351
341
  0,
352
342
  [_n, _ch, _en, _cA, _cB, _i, _st, _r, _d, _ca, _p, _se, _a, _uA, _uB, _lV, _dBV, _de],
353
- [0, () => exports.AgentChannels$, () => exports.AgentEngine$, 0, () => exports.Actor$, 0, 0, 1, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, 0, () => exports.Actor$, 1, 1, () => AgentDeploymentsList], 8
343
+ [0, () => exports.AgentChannels$, () => exports.AgentEngine$, 0, () => exports.Actor$, 0, 0, 1, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, 0, () => exports.Actor$, 1, 1, () => AgentDeploymentRoutesList], 8
354
344
  ];
355
345
  exports.AgentAccess$ = [3, n2, _AA,
356
346
  0,
@@ -359,8 +349,8 @@ exports.AgentAccess$ = [3, n2, _AA,
359
349
  ];
360
350
  exports.AgentAiEngine$ = [3, n2, _AAE,
361
351
  0,
362
- [_in, _mo, _sk, _cap, _va],
363
- [0, 0, () => AgentSkillsList, () => AgentCapabilitiesList, () => AgentVariablesList], 1
352
+ [_in, _mo, _tZ, _ar, _sk, _cap, _va],
353
+ [0, 0, 0, 2, () => AgentSkillsList, () => AgentCapabilitiesList, () => AgentVariablesList], 1
364
354
  ];
365
355
  exports.AgentApiKey$ = [3, n2, _AAK,
366
356
  0,
@@ -369,8 +359,8 @@ exports.AgentApiKey$ = [3, n2, _AAK,
369
359
  ];
370
360
  exports.AgentCallCapability$ = [3, n2, _ACC,
371
361
  0,
372
- [_aI, _aV, _aD, _a, _va],
373
- [0, 1, 0, () => exports.AgentAccess$, () => AgentToolVariablesList], 1
362
+ [_aI, _aV, _a, _va],
363
+ [0, 1, () => exports.AgentAccess$, () => AgentToolVariablesList], 1
374
364
  ];
375
365
  exports.AgentChannels$ = [3, n2, _AC,
376
366
  0,
@@ -389,13 +379,8 @@ exports.AgentDefinitionSnapshot$ = [3, n2, _ADS,
389
379
  ];
390
380
  exports.AgentDelegationCapability$ = [3, n2, _ADC,
391
381
  0,
392
- [_i, _n, _d, _aV, _aD, _an],
393
- [0, 0, 0, 1, 0, () => AgentToolAnnotationsList], 1
394
- ];
395
- exports.AgentDeployment$ = [3, n2, _AD,
396
- 0,
397
- [_cA, _cB, _aI, _n, _st, _ro, _r, _uA, _uB, _d],
398
- [0, () => exports.Actor$, 0, 0, 0, () => AgentDeploymentRoutesList, 1, 0, () => exports.Actor$, 0], 7
382
+ [_i, _n, _d, _aV, _an],
383
+ [0, 0, 0, 1, () => AgentToolAnnotationsList], 1
399
384
  ];
400
385
  exports.AgentDeploymentRoute$ = [3, n2, _ADR,
401
386
  0,
@@ -404,8 +389,8 @@ exports.AgentDeploymentRoute$ = [3, n2, _ADR,
404
389
  ];
405
390
  exports.AgentHandoverCapability$ = [3, n2, _AHC,
406
391
  0,
407
- [_n, _d, _var, _ag, _aV, _aD, _ser, _si, _pi, _an],
408
- [0, 0, 0, 0, 1, 0, 0, 2, () => exports.AgentHandoverPipeline$, () => AgentToolAnnotationsList]
392
+ [_n, _d, _var, _ag, _aV, _ser, _si, _pi, _an],
393
+ [0, 0, 0, 0, 1, 0, 2, () => exports.AgentHandoverPipeline$, () => AgentToolAnnotationsList]
409
394
  ];
410
395
  exports.AgentHandoverPipeline$ = [3, n2, _AHP,
411
396
  0,
@@ -439,8 +424,8 @@ exports.AgentSettings$ = [3, n2, _AS,
439
424
  ];
440
425
  exports.AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
441
426
  0,
442
- [_sI, _ne, _aDl, _vc],
443
- [0, 0, 64 | 0, 1], 1
427
+ [_sI, _ne, _aD, _siz],
428
+ [0, 0, 64 | 0, 0], 1
444
429
  ];
445
430
  exports.AgentSqsEngine$ = [3, n2, _ASE,
446
431
  0,
@@ -454,8 +439,8 @@ exports.AgentSuggestionsCapability$ = [3, n2, _ASC,
454
439
  ];
455
440
  exports.AgentTool$ = [3, n2, _AT,
456
441
  0,
457
- [_i, _d, _f, _sM, _pi, _ap, _an],
458
- [0, 0, () => AgentToolFieldsList, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, () => AgentToolAnnotationsList], 1
442
+ [_i, _tV, _d, _f, _sM, _pi, _ap, _an],
443
+ [0, 1, 0, () => AgentToolFieldsList, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, () => AgentToolAnnotationsList], 1
459
444
  ];
460
445
  exports.AgentToolApproval$ = [3, n2, _ATA,
461
446
  0,
@@ -539,7 +524,7 @@ exports.AgentVariable$ = [3, n2, _AV,
539
524
  ];
540
525
  exports.AgentVercelSandboxOptions$ = [3, n2, _AVSO,
541
526
  0,
542
- [_vc, _ne, _aDl],
527
+ [_vc, _ne, _aD],
543
528
  [1, 0, 64 | 0]
544
529
  ];
545
530
  exports.AgentVersion$ = [3, n2, _AVg,
@@ -554,8 +539,8 @@ exports.AgentVersionChange$ = [3, n2, _AVC,
554
539
  ];
555
540
  exports.AgentVersionInfo$ = [3, n2, _AVI,
556
541
  0,
557
- [_aI, _ve, _pA, _pB, _bOV, _n, _chan, _de],
558
- [0, 1, 0, () => exports.Actor$, 1, 0, 0, 64 | 0], 4
542
+ [_aI, _ve, _pA, _pB, _bOV, _n, _chan],
543
+ [0, 1, 0, () => exports.Actor$, 1, 0, 0], 4
559
544
  ];
560
545
  exports.AgentWaitCapability$ = [3, n2, _AWC,
561
546
  0,
@@ -564,7 +549,7 @@ exports.AgentWaitCapability$ = [3, n2, _AWC,
564
549
  ];
565
550
  exports.AgentWebFetchCapability$ = [3, n2, _AWFC,
566
551
  0,
567
- [_aDl],
552
+ [_aD],
568
553
  [64 | 0]
569
554
  ];
570
555
  exports.AgentWebhookEngine$ = [3, n2, _AWE,
@@ -574,7 +559,7 @@ exports.AgentWebhookEngine$ = [3, n2, _AWE,
574
559
  ];
575
560
  exports.AgentWebSearchCapability$ = [3, n2, _AWSC,
576
561
  0,
577
- [_cS, _aDl, _uL],
562
+ [_cS, _aD, _uL],
578
563
  [0, 64 | 0, () => exports.WebSearchUserLocation$]
579
564
  ];
580
565
  exports.AssistantChannelSettings$ = [3, n2, _ACS,
@@ -584,8 +569,8 @@ exports.AssistantChannelSettings$ = [3, n2, _ACS,
584
569
  ];
585
570
  exports.ChatChannelSettings$ = [3, n2, _CCS,
586
571
  0,
587
- [_di, _ar],
588
- [2, 2]
572
+ [_di],
573
+ [2]
589
574
  ];
590
575
  exports.CompareAgentVersionsInput$ = [3, n2, _CAVI,
591
576
  0,
@@ -607,16 +592,6 @@ exports.CreateAgentApiKeyOutput$ = [3, n2, _CAAKO,
607
592
  [_k, _sec],
608
593
  [() => exports.AgentApiKey$, 0], 2
609
594
  ];
610
- exports.CreateAgentDeploymentInput$ = [3, n2, _CADI,
611
- 0,
612
- [_aI, _n, _st, _ro, _com, _d],
613
- [[0, 1], 0, 0, () => AgentDeploymentRoutesList, [0, { [_hQ]: _com }], 0], 4
614
- ];
615
- exports.CreateAgentDeploymentOutput$ = [3, n2, _CADO,
616
- 0,
617
- [_dep],
618
- [() => exports.AgentDeployment$], 1
619
- ];
620
595
  exports.CreateAgentInput$ = [3, n2, _CAI,
621
596
  0,
622
597
  [_n, _ch, _en, _d, _ca, _p, _se, _a, _com],
@@ -637,16 +612,6 @@ exports.DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
637
612
  [],
638
613
  []
639
614
  ];
640
- exports.DeleteAgentDeploymentInput$ = [3, n2, _DADI,
641
- 0,
642
- [_aI, _dN, _com],
643
- [[0, 1], [0, 1], [0, { [_hQ]: _com }]], 2
644
- ];
645
- exports.DeleteAgentDeploymentOutput$ = [3, n2, _DADO,
646
- 0,
647
- [],
648
- []
649
- ];
650
615
  exports.DeleteAgentInput$ = [3, n2, _DAI,
651
616
  0,
652
617
  [_aI, _com],
@@ -659,13 +624,13 @@ exports.DeleteAgentOutput$ = [3, n2, _DAO,
659
624
  ];
660
625
  exports.GetAgentDeploymentInput$ = [3, n2, _GADI,
661
626
  0,
662
- [_aI, _dN, _com],
663
- [[0, 1], [0, 1], [0, { [_hQ]: _com }]], 2
627
+ [_aI, _com],
628
+ [[0, 1], [0, { [_hQ]: _com }]], 1
664
629
  ];
665
630
  exports.GetAgentDeploymentOutput$ = [3, n2, _GADO,
666
631
  0,
667
- [_dep],
668
- [() => exports.AgentDeployment$], 1
632
+ [_de],
633
+ [() => AgentDeploymentRoutesList]
669
634
  ];
670
635
  exports.GetAgentInput$ = [3, n2, _GAI,
671
636
  0,
@@ -697,16 +662,6 @@ exports.ListAgentApiKeysOutput$ = [3, n2, _LAAKO,
697
662
  [_ke],
698
663
  [() => AgentApiKeysList], 1
699
664
  ];
700
- exports.ListAgentDeploymentsInput$ = [3, n2, _LADI,
701
- 0,
702
- [_aI, _com],
703
- [[0, 1], [0, { [_hQ]: _com }]], 1
704
- ];
705
- exports.ListAgentDeploymentsOutput$ = [3, n2, _LADO,
706
- 0,
707
- [_de],
708
- [() => AgentDeploymentsList], 1
709
- ];
710
665
  exports.ListAgentsInput$ = [3, n2, _LAI,
711
666
  0,
712
667
  [_com, _chann, _st, _sea, _l, _cu],
@@ -747,6 +702,26 @@ exports.PublishAgentVersionOutput$ = [3, n2, _PAVO,
747
702
  [_ve],
748
703
  [() => exports.AgentVersion$], 1
749
704
  ];
705
+ exports.PutAgentDeploymentInput$ = [3, n2, _PADI,
706
+ 0,
707
+ [_aI, _de, _com],
708
+ [[0, 1], () => AgentDeploymentRoutesList, [0, { [_hQ]: _com }]], 2
709
+ ];
710
+ exports.PutAgentDeploymentOutput$ = [3, n2, _PADO,
711
+ 0,
712
+ [_de],
713
+ [() => AgentDeploymentRoutesList], 1
714
+ ];
715
+ exports.ResetAgentDeploymentInput$ = [3, n2, _RADI,
716
+ 0,
717
+ [_aI, _com],
718
+ [[0, 1], [0, { [_hQ]: _com }]], 1
719
+ ];
720
+ exports.ResetAgentDeploymentOutput$ = [3, n2, _RADO,
721
+ 0,
722
+ [_de],
723
+ [() => AgentDeploymentRoutesList], 1
724
+ ];
750
725
  exports.RestoreAgentVersionToDraftInput$ = [3, n2, _RAVTDI,
751
726
  0,
752
727
  [_aI, _ve, _r, _com],
@@ -757,16 +732,6 @@ exports.RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
757
732
  [_ag],
758
733
  [() => exports.Agent$], 1
759
734
  ];
760
- exports.UpdateAgentDeploymentInput$ = [3, n2, _UADI,
761
- 0,
762
- [_aI, _dN, _st, _ro, _r, _com, _d],
763
- [[0, 1], [0, 1], 0, () => AgentDeploymentRoutesList, 1, [0, { [_hQ]: _com }], 0], 5
764
- ];
765
- exports.UpdateAgentDeploymentOutput$ = [3, n2, _UADO,
766
- 0,
767
- [_dep],
768
- [() => exports.AgentDeployment$], 1
769
- ];
770
735
  exports.UpdateAgentInput$ = [3, n2, _UAI,
771
736
  0,
772
737
  [_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a, _com],
@@ -779,8 +744,8 @@ exports.UpdateAgentOutput$ = [3, n2, _UAO,
779
744
  ];
780
745
  exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
781
746
  0,
782
- [_cN, _cNa, _cE, _cC, _tim, _tZ],
783
- [2, 2, 2, 2, 2, 0]
747
+ [_cN, _cNa, _cE, _cC, _tim],
748
+ [2, 2, 2, 2, 2]
784
749
  ];
785
750
  exports.VoiceChannelSettings$ = [3, n2, _VCS,
786
751
  0,
@@ -848,13 +813,9 @@ var AgentApiKeysList = [1, n2, _AAKL,
848
813
  var AgentCapabilitiesList = [1, n2, _ACL,
849
814
  0, () => exports.AgentCapability$
850
815
  ];
851
- var AgentDeploymentNamesList = 64 | 0;
852
816
  var AgentDeploymentRoutesList = [1, n2, _ADRL,
853
817
  0, () => exports.AgentDeploymentRoute$
854
818
  ];
855
- var AgentDeploymentsList = [1, n2, _ADL,
856
- 0, () => exports.AgentDeployment$
857
- ];
858
819
  var AgentGrantPrincipalList = [1, n2, _AGPL,
859
820
  0, () => exports.AgentGrantPrincipal$
860
821
  ];
@@ -936,23 +897,17 @@ exports.CreateAgent$ = [9, n2, _CA,
936
897
  exports.CreateAgentApiKey$ = [9, n2, _CAAK,
937
898
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/keys", 200] }, () => exports.CreateAgentApiKeyInput$, () => exports.CreateAgentApiKeyOutput$
938
899
  ];
939
- exports.CreateAgentDeployment$ = [9, n2, _CAD,
940
- { [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployments", 200] }, () => exports.CreateAgentDeploymentInput$, () => exports.CreateAgentDeploymentOutput$
941
- ];
942
900
  exports.DeleteAgent$ = [9, n2, _DA,
943
901
  { [_ht]: ["DELETE", "/v2/agents/agents/{agentId}", 200] }, () => exports.DeleteAgentInput$, () => exports.DeleteAgentOutput$
944
902
  ];
945
903
  exports.DeleteAgentApiKey$ = [9, n2, _DAAK,
946
904
  { [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => exports.DeleteAgentApiKeyInput$, () => exports.DeleteAgentApiKeyOutput$
947
905
  ];
948
- exports.DeleteAgentDeployment$ = [9, n2, _DAD,
949
- { [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/deployments/{deploymentName}", 200] }, () => exports.DeleteAgentDeploymentInput$, () => exports.DeleteAgentDeploymentOutput$
950
- ];
951
906
  exports.GetAgent$ = [9, n2, _GA,
952
907
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => exports.GetAgentInput$, () => exports.GetAgentOutput$
953
908
  ];
954
909
  exports.GetAgentDeployment$ = [9, n2, _GAD,
955
- { [_ht]: ["GET", "/v2/agents/agents/{agentId}/deployments/{deploymentName}", 200] }, () => exports.GetAgentDeploymentInput$, () => exports.GetAgentDeploymentOutput$
910
+ { [_ht]: ["GET", "/v2/agents/agents/{agentId}/deployment", 200] }, () => exports.GetAgentDeploymentInput$, () => exports.GetAgentDeploymentOutput$
956
911
  ];
957
912
  exports.GetAgentVersion$ = [9, n2, _GAV,
958
913
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions/{version}", 200] }, () => exports.GetAgentVersionInput$, () => exports.GetAgentVersionOutput$
@@ -960,9 +915,6 @@ exports.GetAgentVersion$ = [9, n2, _GAV,
960
915
  exports.ListAgentApiKeys$ = [9, n2, _LAAK,
961
916
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}/keys", 200] }, () => exports.ListAgentApiKeysInput$, () => exports.ListAgentApiKeysOutput$
962
917
  ];
963
- exports.ListAgentDeployments$ = [9, n2, _LAD,
964
- { [_ht]: ["GET", "/v2/agents/agents/{agentId}/deployments", 200] }, () => exports.ListAgentDeploymentsInput$, () => exports.ListAgentDeploymentsOutput$
965
- ];
966
918
  exports.ListAgents$ = [9, n2, _LA,
967
919
  { [_ht]: ["GET", "/v2/agents/agents", 200] }, () => exports.ListAgentsInput$, () => exports.ListAgentsOutput$
968
920
  ];
@@ -975,12 +927,15 @@ exports.ListAgentVersions$ = [9, n2, _LAV,
975
927
  exports.PublishAgentVersion$ = [9, n2, _PAV,
976
928
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => exports.PublishAgentVersionInput$, () => exports.PublishAgentVersionOutput$
977
929
  ];
930
+ exports.PutAgentDeployment$ = [9, n2, _PAD,
931
+ { [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => exports.PutAgentDeploymentInput$, () => exports.PutAgentDeploymentOutput$
932
+ ];
933
+ exports.ResetAgentDeployment$ = [9, n2, _RAD,
934
+ { [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => exports.ResetAgentDeploymentInput$, () => exports.ResetAgentDeploymentOutput$
935
+ ];
978
936
  exports.RestoreAgentVersionToDraft$ = [9, n2, _RAVTD,
979
937
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions/{version}/draft", 200] }, () => exports.RestoreAgentVersionToDraftInput$, () => exports.RestoreAgentVersionToDraftOutput$
980
938
  ];
981
939
  exports.UpdateAgent$ = [9, n2, _UA,
982
940
  { [_ht]: ["PUT", "/v2/agents/agents/{agentId}", 200] }, () => exports.UpdateAgentInput$, () => exports.UpdateAgentOutput$
983
941
  ];
984
- exports.UpdateAgentDeployment$ = [9, n2, _UAD,
985
- { [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployments/{deploymentName}", 200] }, () => exports.UpdateAgentDeploymentInput$, () => exports.UpdateAgentDeploymentOutput$
986
- ];