superposition-provider 0.91.2 → 0.92.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/index.js CHANGED
@@ -8340,7 +8340,7 @@ var require$$8 = /*@__PURE__*/getAugmentedNamespace(distEs$a);
8340
8340
 
8341
8341
  var runtimeConfig_shared = {};
8342
8342
 
8343
- var require$$64 = /*@__PURE__*/getAugmentedNamespace(distEs$f);
8343
+ var require$$71 = /*@__PURE__*/getAugmentedNamespace(distEs$f);
8344
8344
 
8345
8345
  function parseQueryString(querystring) {
8346
8346
  const query = {};
@@ -8404,7 +8404,7 @@ function requireRuntimeConfig_shared () {
8404
8404
  runtimeConfig_shared.getRuntimeConfig = void 0;
8405
8405
  const httpAuthSchemeProvider_1 = requireHttpAuthSchemeProvider();
8406
8406
  const core_1 = require$$3$3;
8407
- const smithy_client_1 = require$$64;
8407
+ const smithy_client_1 = require$$71;
8408
8408
  const url_parser_1 = require$$3$1;
8409
8409
  const util_base64_1 = require$$4$1;
8410
8410
  const util_utf8_1 = require$$5$1;
@@ -8708,9 +8708,9 @@ function requireRuntimeConfig () {
8708
8708
  const util_body_length_node_1 = require$$7$1;
8709
8709
  const util_retry_1 = require$$8;
8710
8710
  const runtimeConfig_shared_1 = requireRuntimeConfig_shared();
8711
- const smithy_client_1 = require$$64;
8711
+ const smithy_client_1 = require$$71;
8712
8712
  const util_defaults_mode_node_1 = require$$11;
8713
- const smithy_client_2 = require$$64;
8713
+ const smithy_client_2 = require$$71;
8714
8714
  const getRuntimeConfig = (config) => {
8715
8715
  (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
8716
8716
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
@@ -8801,7 +8801,7 @@ function requireRuntimeExtensions () {
8801
8801
  runtimeExtensions.resolveRuntimeExtensions = void 0;
8802
8802
  const httpAuthExtensionConfiguration_1 = requireHttpAuthExtensionConfiguration();
8803
8803
  const protocol_http_1 = require$$1$1;
8804
- const smithy_client_1 = require$$64;
8804
+ const smithy_client_1 = require$$71;
8805
8805
  const asPartial = (t) => t;
8806
8806
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
8807
8807
  const extensionConfiguration = {
@@ -9030,7 +9030,7 @@ function requireSuperpositionClient () {
9030
9030
  const core_1 = require$$3$3;
9031
9031
  const middleware_content_length_1 = require$$9;
9032
9032
  const middleware_retry_1 = require$$10;
9033
- const smithy_client_1 = require$$64;
9033
+ const smithy_client_1 = require$$71;
9034
9034
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
9035
9035
  class SuperpositionClient extends smithy_client_1.Client {
9036
9036
  config;
@@ -9082,7 +9082,7 @@ function requireSuperpositionServiceException () {
9082
9082
  (function (exports) {
9083
9083
  Object.defineProperty(exports, "__esModule", { value: true });
9084
9084
  exports.SuperpositionServiceException = exports.__ServiceException = void 0;
9085
- const smithy_client_1 = require$$64;
9085
+ const smithy_client_1 = require$$71;
9086
9086
  Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
9087
9087
  class SuperpositionServiceException extends smithy_client_1.ServiceException {
9088
9088
  constructor(options) {
@@ -9103,7 +9103,7 @@ function requireModels_0 () {
9103
9103
  if (hasRequiredModels_0) return models_0;
9104
9104
  hasRequiredModels_0 = 1;
9105
9105
  Object.defineProperty(models_0, "__esModule", { value: true });
9106
- models_0.WorkspaceNotFound = models_0.WebhookNotFound = models_0.OrganisationNotFound = models_0.Stage = models_0.FunctionExecutionRequest = models_0.ExperimentSortOn = models_0.ExperimentGroupSortOn = models_0.TypeTemplatesNotFound = models_0.FunctionNotFound = models_0.WorkspaceStatus = models_0.Version = models_0.HttpMethod = models_0.OrgStatus = models_0.FunctionTypes = models_0.ContextFilterSortOn = models_0.SortBy = models_0.DimensionMatchStrategy = models_0.MergeStrategy = models_0.DimensionType = models_0.ExperimentStatusType = models_0.ExperimentType = models_0.ContextActionOut = models_0.ContextAction = models_0.ContextIdentifier = models_0.VariantType = models_0.ResourceNotFound = models_0.InternalServerError = models_0.GroupType = void 0;
9106
+ models_0.Stage = models_0.FunctionExecutionRequest = models_0.ExperimentSortOn = models_0.ExperimentGroupSortOn = models_0.WorkspaceStatus = models_0.Version = models_0.HttpMethod = models_0.OrgStatus = models_0.FunctionTypes = models_0.ContextFilterSortOn = models_0.DimensionMatchStrategy = models_0.MergeStrategy = models_0.DimensionType = models_0.ExperimentStatusType = models_0.ExperimentType = models_0.ContextActionOut = models_0.ContextAction = models_0.ContextIdentifier = models_0.SortBy = models_0.VariantType = models_0.ResourceNotFound = models_0.InternalServerError = models_0.GroupType = void 0;
9107
9107
  const SuperpositionServiceException_1 = requireSuperpositionServiceException();
9108
9108
  models_0.GroupType = {
9109
9109
  SYSTEM_GENERATED: "SYSTEM_GENERATED",
@@ -9139,6 +9139,10 @@ function requireModels_0 () {
9139
9139
  CONTROL: "CONTROL",
9140
9140
  EXPERIMENTAL: "EXPERIMENTAL",
9141
9141
  };
9142
+ models_0.SortBy = {
9143
+ Asc: "asc",
9144
+ Desc: "desc",
9145
+ };
9142
9146
  var ContextIdentifier;
9143
9147
  (function (ContextIdentifier) {
9144
9148
  ContextIdentifier.visit = (value, visitor) => {
@@ -9208,10 +9212,6 @@ function requireModels_0 () {
9208
9212
  Exact: "exact",
9209
9213
  Subset: "subset",
9210
9214
  };
9211
- models_0.SortBy = {
9212
- Asc: "asc",
9213
- Desc: "desc",
9214
- };
9215
9215
  models_0.ContextFilterSortOn = {
9216
9216
  CreatedAt: "created_at",
9217
9217
  LastModifiedAt: "last_modified_at",
@@ -9241,32 +9241,6 @@ function requireModels_0 () {
9241
9241
  DISABLED: "DISABLED",
9242
9242
  ENABLED: "ENABLED",
9243
9243
  };
9244
- class FunctionNotFound extends SuperpositionServiceException_1.SuperpositionServiceException {
9245
- name = "FunctionNotFound";
9246
- $fault = "client";
9247
- constructor(opts) {
9248
- super({
9249
- name: "FunctionNotFound",
9250
- $fault: "client",
9251
- ...opts
9252
- });
9253
- Object.setPrototypeOf(this, FunctionNotFound.prototype);
9254
- }
9255
- }
9256
- models_0.FunctionNotFound = FunctionNotFound;
9257
- class TypeTemplatesNotFound extends SuperpositionServiceException_1.SuperpositionServiceException {
9258
- name = "TypeTemplatesNotFound";
9259
- $fault = "client";
9260
- constructor(opts) {
9261
- super({
9262
- name: "TypeTemplatesNotFound",
9263
- $fault: "client",
9264
- ...opts
9265
- });
9266
- Object.setPrototypeOf(this, TypeTemplatesNotFound.prototype);
9267
- }
9268
- }
9269
- models_0.TypeTemplatesNotFound = TypeTemplatesNotFound;
9270
9244
  models_0.ExperimentGroupSortOn = {
9271
9245
  CreatedAt: "created_at",
9272
9246
  LastModifiedAt: "last_modified_at",
@@ -9290,45 +9264,6 @@ function requireModels_0 () {
9290
9264
  DRAFT: "draft",
9291
9265
  PUBLISHED: "published",
9292
9266
  };
9293
- class OrganisationNotFound extends SuperpositionServiceException_1.SuperpositionServiceException {
9294
- name = "OrganisationNotFound";
9295
- $fault = "client";
9296
- constructor(opts) {
9297
- super({
9298
- name: "OrganisationNotFound",
9299
- $fault: "client",
9300
- ...opts
9301
- });
9302
- Object.setPrototypeOf(this, OrganisationNotFound.prototype);
9303
- }
9304
- }
9305
- models_0.OrganisationNotFound = OrganisationNotFound;
9306
- class WebhookNotFound extends SuperpositionServiceException_1.SuperpositionServiceException {
9307
- name = "WebhookNotFound";
9308
- $fault = "client";
9309
- constructor(opts) {
9310
- super({
9311
- name: "WebhookNotFound",
9312
- $fault: "client",
9313
- ...opts
9314
- });
9315
- Object.setPrototypeOf(this, WebhookNotFound.prototype);
9316
- }
9317
- }
9318
- models_0.WebhookNotFound = WebhookNotFound;
9319
- class WorkspaceNotFound extends SuperpositionServiceException_1.SuperpositionServiceException {
9320
- name = "WorkspaceNotFound";
9321
- $fault = "client";
9322
- constructor(opts) {
9323
- super({
9324
- name: "WorkspaceNotFound",
9325
- $fault: "client",
9326
- ...opts
9327
- });
9328
- Object.setPrototypeOf(this, WorkspaceNotFound.prototype);
9329
- }
9330
- }
9331
- models_0.WorkspaceNotFound = WorkspaceNotFound;
9332
9267
  return models_0;
9333
9268
  }
9334
9269
 
@@ -9340,19 +9275,19 @@ function requireAws_restJson1 () {
9340
9275
  if (hasRequiredAws_restJson1) return Aws_restJson1;
9341
9276
  hasRequiredAws_restJson1 = 1;
9342
9277
  Object.defineProperty(Aws_restJson1, "__esModule", { value: true });
9343
- Aws_restJson1.se_RemoveMembersFromGroupCommand = Aws_restJson1.se_RampExperimentCommand = Aws_restJson1.se_PublishCommand = Aws_restJson1.se_PauseExperimentCommand = Aws_restJson1.se_MoveContextCommand = Aws_restJson1.se_MigrateWorkspaceSchemaCommand = Aws_restJson1.se_ListWorkspaceCommand = Aws_restJson1.se_ListWebhookCommand = Aws_restJson1.se_ListVersionsCommand = Aws_restJson1.se_ListOrganisationCommand = Aws_restJson1.se_ListFunctionCommand = Aws_restJson1.se_ListExperimentGroupsCommand = Aws_restJson1.se_ListExperimentCommand = Aws_restJson1.se_ListDimensionsCommand = Aws_restJson1.se_ListDefaultConfigsCommand = Aws_restJson1.se_ListContextsCommand = Aws_restJson1.se_ListAuditLogsCommand = Aws_restJson1.se_GetWebhookCommand = Aws_restJson1.se_GetTypeTemplatesListCommand = Aws_restJson1.se_GetResolvedConfigCommand = Aws_restJson1.se_GetOrganisationCommand = Aws_restJson1.se_GetFunctionCommand = Aws_restJson1.se_GetExperimentGroupCommand = Aws_restJson1.se_GetExperimentCommand = Aws_restJson1.se_GetDimensionCommand = Aws_restJson1.se_GetContextFromConditionCommand = Aws_restJson1.se_GetContextCommand = Aws_restJson1.se_GetConfigFastCommand = Aws_restJson1.se_GetConfigCommand = Aws_restJson1.se_DiscardExperimentCommand = Aws_restJson1.se_DeleteTypeTemplatesCommand = Aws_restJson1.se_DeleteFunctionCommand = Aws_restJson1.se_DeleteExperimentGroupCommand = Aws_restJson1.se_DeleteDimensionCommand = Aws_restJson1.se_DeleteDefaultConfigCommand = Aws_restJson1.se_DeleteContextCommand = Aws_restJson1.se_CreateWorkspaceCommand = Aws_restJson1.se_CreateWebhookCommand = Aws_restJson1.se_CreateTypeTemplatesCommand = Aws_restJson1.se_CreateOrganisationCommand = Aws_restJson1.se_CreateFunctionCommand = Aws_restJson1.se_CreateExperimentGroupCommand = Aws_restJson1.se_CreateExperimentCommand = Aws_restJson1.se_CreateDimensionCommand = Aws_restJson1.se_CreateDefaultConfigCommand = Aws_restJson1.se_CreateContextCommand = Aws_restJson1.se_ConcludeExperimentCommand = Aws_restJson1.se_BulkOperationCommand = Aws_restJson1.se_ApplicableVariantsCommand = Aws_restJson1.se_AddMembersToGroupCommand = void 0;
9344
- Aws_restJson1.de_ListDimensionsCommand = Aws_restJson1.de_ListDefaultConfigsCommand = Aws_restJson1.de_ListContextsCommand = Aws_restJson1.de_ListAuditLogsCommand = Aws_restJson1.de_GetWebhookCommand = Aws_restJson1.de_GetTypeTemplatesListCommand = Aws_restJson1.de_GetResolvedConfigCommand = Aws_restJson1.de_GetOrganisationCommand = Aws_restJson1.de_GetFunctionCommand = Aws_restJson1.de_GetExperimentGroupCommand = Aws_restJson1.de_GetExperimentCommand = Aws_restJson1.de_GetDimensionCommand = Aws_restJson1.de_GetContextFromConditionCommand = Aws_restJson1.de_GetContextCommand = Aws_restJson1.de_GetConfigFastCommand = Aws_restJson1.de_GetConfigCommand = Aws_restJson1.de_DiscardExperimentCommand = Aws_restJson1.de_DeleteTypeTemplatesCommand = Aws_restJson1.de_DeleteFunctionCommand = Aws_restJson1.de_DeleteExperimentGroupCommand = Aws_restJson1.de_DeleteDimensionCommand = Aws_restJson1.de_DeleteDefaultConfigCommand = Aws_restJson1.de_DeleteContextCommand = Aws_restJson1.de_CreateWorkspaceCommand = Aws_restJson1.de_CreateWebhookCommand = Aws_restJson1.de_CreateTypeTemplatesCommand = Aws_restJson1.de_CreateOrganisationCommand = Aws_restJson1.de_CreateFunctionCommand = Aws_restJson1.de_CreateExperimentGroupCommand = Aws_restJson1.de_CreateExperimentCommand = Aws_restJson1.de_CreateDimensionCommand = Aws_restJson1.de_CreateDefaultConfigCommand = Aws_restJson1.de_CreateContextCommand = Aws_restJson1.de_ConcludeExperimentCommand = Aws_restJson1.de_BulkOperationCommand = Aws_restJson1.de_ApplicableVariantsCommand = Aws_restJson1.de_AddMembersToGroupCommand = Aws_restJson1.se_WeightRecomputeCommand = Aws_restJson1.se_UpdateWorkspaceCommand = Aws_restJson1.se_UpdateWebhookCommand = Aws_restJson1.se_UpdateTypeTemplatesCommand = Aws_restJson1.se_UpdateOverridesExperimentCommand = Aws_restJson1.se_UpdateOverrideCommand = Aws_restJson1.se_UpdateOrganisationCommand = Aws_restJson1.se_UpdateFunctionCommand = Aws_restJson1.se_UpdateExperimentGroupCommand = Aws_restJson1.se_UpdateDimensionCommand = Aws_restJson1.se_UpdateDefaultConfigCommand = Aws_restJson1.se_TestCommand = Aws_restJson1.se_ResumeExperimentCommand = void 0;
9345
- Aws_restJson1.de_WeightRecomputeCommand = Aws_restJson1.de_UpdateWorkspaceCommand = Aws_restJson1.de_UpdateWebhookCommand = Aws_restJson1.de_UpdateTypeTemplatesCommand = Aws_restJson1.de_UpdateOverridesExperimentCommand = Aws_restJson1.de_UpdateOverrideCommand = Aws_restJson1.de_UpdateOrganisationCommand = Aws_restJson1.de_UpdateFunctionCommand = Aws_restJson1.de_UpdateExperimentGroupCommand = Aws_restJson1.de_UpdateDimensionCommand = Aws_restJson1.de_UpdateDefaultConfigCommand = Aws_restJson1.de_TestCommand = Aws_restJson1.de_ResumeExperimentCommand = Aws_restJson1.de_RemoveMembersFromGroupCommand = Aws_restJson1.de_RampExperimentCommand = Aws_restJson1.de_PublishCommand = Aws_restJson1.de_PauseExperimentCommand = Aws_restJson1.de_MoveContextCommand = Aws_restJson1.de_MigrateWorkspaceSchemaCommand = Aws_restJson1.de_ListWorkspaceCommand = Aws_restJson1.de_ListWebhookCommand = Aws_restJson1.de_ListVersionsCommand = Aws_restJson1.de_ListOrganisationCommand = Aws_restJson1.de_ListFunctionCommand = Aws_restJson1.de_ListExperimentGroupsCommand = Aws_restJson1.de_ListExperimentCommand = void 0;
9278
+ Aws_restJson1.se_ListWorkspaceCommand = Aws_restJson1.se_ListWebhookCommand = Aws_restJson1.se_ListVersionsCommand = Aws_restJson1.se_ListOrganisationCommand = Aws_restJson1.se_ListFunctionCommand = Aws_restJson1.se_ListExperimentGroupsCommand = Aws_restJson1.se_ListExperimentCommand = Aws_restJson1.se_ListDimensionsCommand = Aws_restJson1.se_ListDefaultConfigsCommand = Aws_restJson1.se_ListContextsCommand = Aws_restJson1.se_ListAuditLogsCommand = Aws_restJson1.se_GetWorkspaceCommand = Aws_restJson1.se_GetWebhookByEventCommand = Aws_restJson1.se_GetWebhookCommand = Aws_restJson1.se_GetVersionCommand = Aws_restJson1.se_GetTypeTemplatesListCommand = Aws_restJson1.se_GetTypeTemplateCommand = Aws_restJson1.se_GetResolvedConfigCommand = Aws_restJson1.se_GetOrganisationCommand = Aws_restJson1.se_GetFunctionCommand = Aws_restJson1.se_GetExperimentGroupCommand = Aws_restJson1.se_GetExperimentCommand = Aws_restJson1.se_GetDimensionCommand = Aws_restJson1.se_GetDefaultConfigCommand = Aws_restJson1.se_GetContextFromConditionCommand = Aws_restJson1.se_GetContextCommand = Aws_restJson1.se_GetConfigFastCommand = Aws_restJson1.se_GetConfigCommand = Aws_restJson1.se_DiscardExperimentCommand = Aws_restJson1.se_DeleteWebhookCommand = Aws_restJson1.se_DeleteTypeTemplatesCommand = Aws_restJson1.se_DeleteFunctionCommand = Aws_restJson1.se_DeleteExperimentGroupCommand = Aws_restJson1.se_DeleteDimensionCommand = Aws_restJson1.se_DeleteDefaultConfigCommand = Aws_restJson1.se_DeleteContextCommand = Aws_restJson1.se_CreateWorkspaceCommand = Aws_restJson1.se_CreateWebhookCommand = Aws_restJson1.se_CreateTypeTemplatesCommand = Aws_restJson1.se_CreateOrganisationCommand = Aws_restJson1.se_CreateFunctionCommand = Aws_restJson1.se_CreateExperimentGroupCommand = Aws_restJson1.se_CreateExperimentCommand = Aws_restJson1.se_CreateDimensionCommand = Aws_restJson1.se_CreateDefaultConfigCommand = Aws_restJson1.se_CreateContextCommand = Aws_restJson1.se_ConcludeExperimentCommand = Aws_restJson1.se_BulkOperationCommand = Aws_restJson1.se_ApplicableVariantsCommand = Aws_restJson1.se_AddMembersToGroupCommand = void 0;
9279
+ Aws_restJson1.de_GetExperimentGroupCommand = Aws_restJson1.de_GetExperimentCommand = Aws_restJson1.de_GetDimensionCommand = Aws_restJson1.de_GetDefaultConfigCommand = Aws_restJson1.de_GetContextFromConditionCommand = Aws_restJson1.de_GetContextCommand = Aws_restJson1.de_GetConfigFastCommand = Aws_restJson1.de_GetConfigCommand = Aws_restJson1.de_DiscardExperimentCommand = Aws_restJson1.de_DeleteWebhookCommand = Aws_restJson1.de_DeleteTypeTemplatesCommand = Aws_restJson1.de_DeleteFunctionCommand = Aws_restJson1.de_DeleteExperimentGroupCommand = Aws_restJson1.de_DeleteDimensionCommand = Aws_restJson1.de_DeleteDefaultConfigCommand = Aws_restJson1.de_DeleteContextCommand = Aws_restJson1.de_CreateWorkspaceCommand = Aws_restJson1.de_CreateWebhookCommand = Aws_restJson1.de_CreateTypeTemplatesCommand = Aws_restJson1.de_CreateOrganisationCommand = Aws_restJson1.de_CreateFunctionCommand = Aws_restJson1.de_CreateExperimentGroupCommand = Aws_restJson1.de_CreateExperimentCommand = Aws_restJson1.de_CreateDimensionCommand = Aws_restJson1.de_CreateDefaultConfigCommand = Aws_restJson1.de_CreateContextCommand = Aws_restJson1.de_ConcludeExperimentCommand = Aws_restJson1.de_BulkOperationCommand = Aws_restJson1.de_ApplicableVariantsCommand = Aws_restJson1.de_AddMembersToGroupCommand = Aws_restJson1.se_WeightRecomputeCommand = Aws_restJson1.se_ValidateContextCommand = Aws_restJson1.se_UpdateWorkspaceCommand = Aws_restJson1.se_UpdateWebhookCommand = Aws_restJson1.se_UpdateTypeTemplatesCommand = Aws_restJson1.se_UpdateOverridesExperimentCommand = Aws_restJson1.se_UpdateOverrideCommand = Aws_restJson1.se_UpdateOrganisationCommand = Aws_restJson1.se_UpdateFunctionCommand = Aws_restJson1.se_UpdateExperimentGroupCommand = Aws_restJson1.se_UpdateDimensionCommand = Aws_restJson1.se_UpdateDefaultConfigCommand = Aws_restJson1.se_TestCommand = Aws_restJson1.se_ResumeExperimentCommand = Aws_restJson1.se_RemoveMembersFromGroupCommand = Aws_restJson1.se_RampExperimentCommand = Aws_restJson1.se_PublishCommand = Aws_restJson1.se_PauseExperimentCommand = Aws_restJson1.se_MoveContextCommand = Aws_restJson1.se_MigrateWorkspaceSchemaCommand = void 0;
9280
+ Aws_restJson1.de_WeightRecomputeCommand = Aws_restJson1.de_ValidateContextCommand = Aws_restJson1.de_UpdateWorkspaceCommand = Aws_restJson1.de_UpdateWebhookCommand = Aws_restJson1.de_UpdateTypeTemplatesCommand = Aws_restJson1.de_UpdateOverridesExperimentCommand = Aws_restJson1.de_UpdateOverrideCommand = Aws_restJson1.de_UpdateOrganisationCommand = Aws_restJson1.de_UpdateFunctionCommand = Aws_restJson1.de_UpdateExperimentGroupCommand = Aws_restJson1.de_UpdateDimensionCommand = Aws_restJson1.de_UpdateDefaultConfigCommand = Aws_restJson1.de_TestCommand = Aws_restJson1.de_ResumeExperimentCommand = Aws_restJson1.de_RemoveMembersFromGroupCommand = Aws_restJson1.de_RampExperimentCommand = Aws_restJson1.de_PublishCommand = Aws_restJson1.de_PauseExperimentCommand = Aws_restJson1.de_MoveContextCommand = Aws_restJson1.de_MigrateWorkspaceSchemaCommand = Aws_restJson1.de_ListWorkspaceCommand = Aws_restJson1.de_ListWebhookCommand = Aws_restJson1.de_ListVersionsCommand = Aws_restJson1.de_ListOrganisationCommand = Aws_restJson1.de_ListFunctionCommand = Aws_restJson1.de_ListExperimentGroupsCommand = Aws_restJson1.de_ListExperimentCommand = Aws_restJson1.de_ListDimensionsCommand = Aws_restJson1.de_ListDefaultConfigsCommand = Aws_restJson1.de_ListContextsCommand = Aws_restJson1.de_ListAuditLogsCommand = Aws_restJson1.de_GetWorkspaceCommand = Aws_restJson1.de_GetWebhookByEventCommand = Aws_restJson1.de_GetWebhookCommand = Aws_restJson1.de_GetVersionCommand = Aws_restJson1.de_GetTypeTemplatesListCommand = Aws_restJson1.de_GetTypeTemplateCommand = Aws_restJson1.de_GetResolvedConfigCommand = Aws_restJson1.de_GetOrganisationCommand = Aws_restJson1.de_GetFunctionCommand = void 0;
9346
9281
  const SuperpositionServiceException_1 = requireSuperpositionServiceException();
9347
9282
  const models_0_1 = requireModels_0();
9348
9283
  const core_1 = require$$2;
9349
9284
  const core_2 = require$$3$3;
9350
- const smithy_client_1 = require$$64;
9285
+ const smithy_client_1 = require$$71;
9351
9286
  const se_AddMembersToGroupCommand = async (input, context) => {
9352
9287
  const b = (0, core_2.requestBuilder)(input, context);
9353
9288
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9354
9289
  'content-type': 'application/json',
9355
- [_xt]: input[_wi],
9290
+ [_xw]: input[_wi],
9356
9291
  [_xoi]: input[_oi],
9357
9292
  });
9358
9293
  b.bp("/experiment-groups/{id}/add-members");
@@ -9372,7 +9307,7 @@ function requireAws_restJson1 () {
9372
9307
  const b = (0, core_2.requestBuilder)(input, context);
9373
9308
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9374
9309
  'content-type': 'application/json',
9375
- [_xt]: input[_wi],
9310
+ [_xw]: input[_wi],
9376
9311
  [_xoi]: input[_oi],
9377
9312
  });
9378
9313
  b.bp("/experiments/applicable-variants");
@@ -9391,7 +9326,7 @@ function requireAws_restJson1 () {
9391
9326
  const b = (0, core_2.requestBuilder)(input, context);
9392
9327
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9393
9328
  'content-type': 'application/json',
9394
- [_xt]: input[_wi],
9329
+ [_xw]: input[_wi],
9395
9330
  [_xoi]: input[_oi],
9396
9331
  [_xct]: input[_ct],
9397
9332
  });
@@ -9414,7 +9349,7 @@ function requireAws_restJson1 () {
9414
9349
  const b = (0, core_2.requestBuilder)(input, context);
9415
9350
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9416
9351
  'content-type': 'application/json',
9417
- [_xt]: input[_wi],
9352
+ [_xw]: input[_wi],
9418
9353
  [_xoi]: input[_oi],
9419
9354
  });
9420
9355
  b.bp("/experiments/{id}/conclude");
@@ -9435,7 +9370,7 @@ function requireAws_restJson1 () {
9435
9370
  const b = (0, core_2.requestBuilder)(input, context);
9436
9371
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9437
9372
  'content-type': 'application/json',
9438
- [_xt]: input[_wi],
9373
+ [_xw]: input[_wi],
9439
9374
  [_xoi]: input[_oi],
9440
9375
  [_xct]: input[_ct],
9441
9376
  });
@@ -9457,7 +9392,7 @@ function requireAws_restJson1 () {
9457
9392
  const b = (0, core_2.requestBuilder)(input, context);
9458
9393
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9459
9394
  'content-type': 'application/json',
9460
- [_xt]: input[_wi],
9395
+ [_xw]: input[_wi],
9461
9396
  [_xoi]: input[_oi],
9462
9397
  });
9463
9398
  b.bp("/default-config");
@@ -9481,7 +9416,7 @@ function requireAws_restJson1 () {
9481
9416
  const b = (0, core_2.requestBuilder)(input, context);
9482
9417
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9483
9418
  'content-type': 'application/json',
9484
- [_xt]: input[_wi],
9419
+ [_xw]: input[_wi],
9485
9420
  [_xoi]: input[_oi],
9486
9421
  });
9487
9422
  b.bp("/dimension");
@@ -9506,7 +9441,7 @@ function requireAws_restJson1 () {
9506
9441
  const b = (0, core_2.requestBuilder)(input, context);
9507
9442
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9508
9443
  'content-type': 'application/json',
9509
- [_xt]: input[_wi],
9444
+ [_xw]: input[_wi],
9510
9445
  [_xoi]: input[_oi],
9511
9446
  });
9512
9447
  b.bp("/experiments");
@@ -9531,7 +9466,7 @@ function requireAws_restJson1 () {
9531
9466
  const b = (0, core_2.requestBuilder)(input, context);
9532
9467
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9533
9468
  'content-type': 'application/json',
9534
- [_xt]: input[_wi],
9469
+ [_xw]: input[_wi],
9535
9470
  [_xoi]: input[_oi],
9536
9471
  });
9537
9472
  b.bp("/experiment-groups");
@@ -9554,7 +9489,7 @@ function requireAws_restJson1 () {
9554
9489
  const b = (0, core_2.requestBuilder)(input, context);
9555
9490
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9556
9491
  'content-type': 'application/json',
9557
- [_xt]: input[_wi],
9492
+ [_xw]: input[_wi],
9558
9493
  [_xoi]: input[_oi],
9559
9494
  });
9560
9495
  b.bp("/function");
@@ -9598,7 +9533,7 @@ function requireAws_restJson1 () {
9598
9533
  const b = (0, core_2.requestBuilder)(input, context);
9599
9534
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9600
9535
  'content-type': 'application/json',
9601
- [_xt]: input[_wi],
9536
+ [_xw]: input[_wi],
9602
9537
  [_xoi]: input[_oi],
9603
9538
  });
9604
9539
  b.bp("/types");
@@ -9619,7 +9554,7 @@ function requireAws_restJson1 () {
9619
9554
  const b = (0, core_2.requestBuilder)(input, context);
9620
9555
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9621
9556
  'content-type': 'application/json',
9622
- [_xt]: input[_wi],
9557
+ [_xw]: input[_wi],
9623
9558
  [_xoi]: input[_oi],
9624
9559
  });
9625
9560
  b.bp("/webhook");
@@ -9667,7 +9602,7 @@ function requireAws_restJson1 () {
9667
9602
  const se_DeleteContextCommand = async (input, context) => {
9668
9603
  const b = (0, core_2.requestBuilder)(input, context);
9669
9604
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9670
- [_xt]: input[_wi],
9605
+ [_xw]: input[_wi],
9671
9606
  [_xoi]: input[_oi],
9672
9607
  [_xct]: input[_ct],
9673
9608
  });
@@ -9683,7 +9618,7 @@ function requireAws_restJson1 () {
9683
9618
  const se_DeleteDefaultConfigCommand = async (input, context) => {
9684
9619
  const b = (0, core_2.requestBuilder)(input, context);
9685
9620
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9686
- [_xt]: input[_wi],
9621
+ [_xw]: input[_wi],
9687
9622
  [_xoi]: input[_oi],
9688
9623
  });
9689
9624
  b.bp("/default-config/{key}");
@@ -9698,7 +9633,7 @@ function requireAws_restJson1 () {
9698
9633
  const se_DeleteDimensionCommand = async (input, context) => {
9699
9634
  const b = (0, core_2.requestBuilder)(input, context);
9700
9635
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9701
- [_xt]: input[_wi],
9636
+ [_xw]: input[_wi],
9702
9637
  [_xoi]: input[_oi],
9703
9638
  });
9704
9639
  b.bp("/dimension/{dimension}");
@@ -9713,7 +9648,7 @@ function requireAws_restJson1 () {
9713
9648
  const se_DeleteExperimentGroupCommand = async (input, context) => {
9714
9649
  const b = (0, core_2.requestBuilder)(input, context);
9715
9650
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9716
- [_xt]: input[_wi],
9651
+ [_xw]: input[_wi],
9717
9652
  [_xoi]: input[_oi],
9718
9653
  });
9719
9654
  b.bp("/experiment-groups/{id}");
@@ -9728,7 +9663,7 @@ function requireAws_restJson1 () {
9728
9663
  const se_DeleteFunctionCommand = async (input, context) => {
9729
9664
  const b = (0, core_2.requestBuilder)(input, context);
9730
9665
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9731
- [_xt]: input[_wi],
9666
+ [_xw]: input[_wi],
9732
9667
  [_xoi]: input[_oi],
9733
9668
  });
9734
9669
  b.bp("/function/{function_name}");
@@ -9743,7 +9678,7 @@ function requireAws_restJson1 () {
9743
9678
  const se_DeleteTypeTemplatesCommand = async (input, context) => {
9744
9679
  const b = (0, core_2.requestBuilder)(input, context);
9745
9680
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9746
- [_xt]: input[_wi],
9681
+ [_xw]: input[_wi],
9747
9682
  [_xoi]: input[_oi],
9748
9683
  });
9749
9684
  b.bp("/types/{type_name}");
@@ -9755,11 +9690,26 @@ function requireAws_restJson1 () {
9755
9690
  return b.build();
9756
9691
  };
9757
9692
  Aws_restJson1.se_DeleteTypeTemplatesCommand = se_DeleteTypeTemplatesCommand;
9693
+ const se_DeleteWebhookCommand = async (input, context) => {
9694
+ const b = (0, core_2.requestBuilder)(input, context);
9695
+ const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9696
+ [_xw]: input[_wi],
9697
+ [_xoi]: input[_oi],
9698
+ });
9699
+ b.bp("/webhook/{name}");
9700
+ b.p('name', () => input.name, '{name}', false);
9701
+ let body;
9702
+ b.m("DELETE")
9703
+ .h(headers)
9704
+ .b(body);
9705
+ return b.build();
9706
+ };
9707
+ Aws_restJson1.se_DeleteWebhookCommand = se_DeleteWebhookCommand;
9758
9708
  const se_DiscardExperimentCommand = async (input, context) => {
9759
9709
  const b = (0, core_2.requestBuilder)(input, context);
9760
9710
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9761
9711
  'content-type': 'application/json',
9762
- [_xt]: input[_wi],
9712
+ [_xw]: input[_wi],
9763
9713
  [_xoi]: input[_oi],
9764
9714
  });
9765
9715
  b.bp("/experiments/{id}/discard");
@@ -9778,7 +9728,7 @@ function requireAws_restJson1 () {
9778
9728
  const b = (0, core_2.requestBuilder)(input, context);
9779
9729
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9780
9730
  'content-type': 'application/json',
9781
- [_xt]: input[_wi],
9731
+ [_xw]: input[_wi],
9782
9732
  [_xoi]: input[_oi],
9783
9733
  });
9784
9734
  b.bp("/config");
@@ -9800,7 +9750,7 @@ function requireAws_restJson1 () {
9800
9750
  const se_GetConfigFastCommand = async (input, context) => {
9801
9751
  const b = (0, core_2.requestBuilder)(input, context);
9802
9752
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9803
- [_xt]: input[_wi],
9753
+ [_xw]: input[_wi],
9804
9754
  [_xoi]: input[_oi],
9805
9755
  });
9806
9756
  b.bp("/config/fast");
@@ -9814,7 +9764,7 @@ function requireAws_restJson1 () {
9814
9764
  const se_GetContextCommand = async (input, context) => {
9815
9765
  const b = (0, core_2.requestBuilder)(input, context);
9816
9766
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9817
- [_xt]: input[_wi],
9767
+ [_xw]: input[_wi],
9818
9768
  [_xoi]: input[_oi],
9819
9769
  });
9820
9770
  b.bp("/context/{id}");
@@ -9830,7 +9780,7 @@ function requireAws_restJson1 () {
9830
9780
  const b = (0, core_2.requestBuilder)(input, context);
9831
9781
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9832
9782
  'content-type': 'application/json',
9833
- [_xt]: input[_wi],
9783
+ [_xw]: input[_wi],
9834
9784
  [_xoi]: input[_oi],
9835
9785
  });
9836
9786
  b.bp("/context/get");
@@ -9850,10 +9800,25 @@ function requireAws_restJson1 () {
9850
9800
  return b.build();
9851
9801
  };
9852
9802
  Aws_restJson1.se_GetContextFromConditionCommand = se_GetContextFromConditionCommand;
9803
+ const se_GetDefaultConfigCommand = async (input, context) => {
9804
+ const b = (0, core_2.requestBuilder)(input, context);
9805
+ const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9806
+ [_xw]: input[_wi],
9807
+ [_xoi]: input[_oi],
9808
+ });
9809
+ b.bp("/default-config/{key}");
9810
+ b.p('key', () => input.key, '{key}', false);
9811
+ let body;
9812
+ b.m("GET")
9813
+ .h(headers)
9814
+ .b(body);
9815
+ return b.build();
9816
+ };
9817
+ Aws_restJson1.se_GetDefaultConfigCommand = se_GetDefaultConfigCommand;
9853
9818
  const se_GetDimensionCommand = async (input, context) => {
9854
9819
  const b = (0, core_2.requestBuilder)(input, context);
9855
9820
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9856
- [_xt]: input[_wi],
9821
+ [_xw]: input[_wi],
9857
9822
  [_xoi]: input[_oi],
9858
9823
  });
9859
9824
  b.bp("/dimension/{dimension}");
@@ -9868,7 +9833,7 @@ function requireAws_restJson1 () {
9868
9833
  const se_GetExperimentCommand = async (input, context) => {
9869
9834
  const b = (0, core_2.requestBuilder)(input, context);
9870
9835
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9871
- [_xt]: input[_wi],
9836
+ [_xw]: input[_wi],
9872
9837
  [_xoi]: input[_oi],
9873
9838
  });
9874
9839
  b.bp("/experiments/{id}");
@@ -9883,7 +9848,7 @@ function requireAws_restJson1 () {
9883
9848
  const se_GetExperimentGroupCommand = async (input, context) => {
9884
9849
  const b = (0, core_2.requestBuilder)(input, context);
9885
9850
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9886
- [_xt]: input[_wi],
9851
+ [_xw]: input[_wi],
9887
9852
  [_xoi]: input[_oi],
9888
9853
  });
9889
9854
  b.bp("/experiment-groups/{id}");
@@ -9898,7 +9863,7 @@ function requireAws_restJson1 () {
9898
9863
  const se_GetFunctionCommand = async (input, context) => {
9899
9864
  const b = (0, core_2.requestBuilder)(input, context);
9900
9865
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9901
- [_xt]: input[_wi],
9866
+ [_xw]: input[_wi],
9902
9867
  [_xoi]: input[_oi],
9903
9868
  });
9904
9869
  b.bp("/function/{function_name}");
@@ -9926,7 +9891,7 @@ function requireAws_restJson1 () {
9926
9891
  const b = (0, core_2.requestBuilder)(input, context);
9927
9892
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9928
9893
  'content-type': 'application/json',
9929
- [_xt]: input[_wi],
9894
+ [_xw]: input[_wi],
9930
9895
  [_xoi]: input[_oi],
9931
9896
  [_xms]: input[_ms],
9932
9897
  });
@@ -9948,10 +9913,25 @@ function requireAws_restJson1 () {
9948
9913
  return b.build();
9949
9914
  };
9950
9915
  Aws_restJson1.se_GetResolvedConfigCommand = se_GetResolvedConfigCommand;
9916
+ const se_GetTypeTemplateCommand = async (input, context) => {
9917
+ const b = (0, core_2.requestBuilder)(input, context);
9918
+ const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9919
+ [_xw]: input[_wi],
9920
+ [_xoi]: input[_oi],
9921
+ });
9922
+ b.bp("/types/{type_name}");
9923
+ b.p('type_name', () => input.type_name, '{type_name}', false);
9924
+ let body;
9925
+ b.m("GET")
9926
+ .h(headers)
9927
+ .b(body);
9928
+ return b.build();
9929
+ };
9930
+ Aws_restJson1.se_GetTypeTemplateCommand = se_GetTypeTemplateCommand;
9951
9931
  const se_GetTypeTemplatesListCommand = async (input, context) => {
9952
9932
  const b = (0, core_2.requestBuilder)(input, context);
9953
9933
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9954
- [_xt]: input[_wi],
9934
+ [_xw]: input[_wi],
9955
9935
  [_xoi]: input[_oi],
9956
9936
  });
9957
9937
  b.bp("/types");
@@ -9968,10 +9948,25 @@ function requireAws_restJson1 () {
9968
9948
  return b.build();
9969
9949
  };
9970
9950
  Aws_restJson1.se_GetTypeTemplatesListCommand = se_GetTypeTemplatesListCommand;
9951
+ const se_GetVersionCommand = async (input, context) => {
9952
+ const b = (0, core_2.requestBuilder)(input, context);
9953
+ const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9954
+ [_xw]: input[_wi],
9955
+ [_xoi]: input[_oi],
9956
+ });
9957
+ b.bp("/version/{id}");
9958
+ b.p('id', () => input.id, '{id}', false);
9959
+ let body;
9960
+ b.m("GET")
9961
+ .h(headers)
9962
+ .b(body);
9963
+ return b.build();
9964
+ };
9965
+ Aws_restJson1.se_GetVersionCommand = se_GetVersionCommand;
9971
9966
  const se_GetWebhookCommand = async (input, context) => {
9972
9967
  const b = (0, core_2.requestBuilder)(input, context);
9973
9968
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9974
- [_xt]: input[_wi],
9969
+ [_xw]: input[_wi],
9975
9970
  [_xoi]: input[_oi],
9976
9971
  });
9977
9972
  b.bp("/webhook/{name}");
@@ -9983,10 +9978,39 @@ function requireAws_restJson1 () {
9983
9978
  return b.build();
9984
9979
  };
9985
9980
  Aws_restJson1.se_GetWebhookCommand = se_GetWebhookCommand;
9981
+ const se_GetWebhookByEventCommand = async (input, context) => {
9982
+ const b = (0, core_2.requestBuilder)(input, context);
9983
+ const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9984
+ [_xw]: input[_wi],
9985
+ [_xoi]: input[_oi],
9986
+ });
9987
+ b.bp("/webhook/event/{event}");
9988
+ b.p('event', () => input.event, '{event}', false);
9989
+ let body;
9990
+ b.m("GET")
9991
+ .h(headers)
9992
+ .b(body);
9993
+ return b.build();
9994
+ };
9995
+ Aws_restJson1.se_GetWebhookByEventCommand = se_GetWebhookByEventCommand;
9996
+ const se_GetWorkspaceCommand = async (input, context) => {
9997
+ const b = (0, core_2.requestBuilder)(input, context);
9998
+ const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9999
+ [_xoi]: input[_oi],
10000
+ });
10001
+ b.bp("/workspaces/{workspace_name}");
10002
+ b.p('workspace_name', () => input.workspace_name, '{workspace_name}', false);
10003
+ let body;
10004
+ b.m("GET")
10005
+ .h(headers)
10006
+ .b(body);
10007
+ return b.build();
10008
+ };
10009
+ Aws_restJson1.se_GetWorkspaceCommand = se_GetWorkspaceCommand;
9986
10010
  const se_ListAuditLogsCommand = async (input, context) => {
9987
10011
  const b = (0, core_2.requestBuilder)(input, context);
9988
10012
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
9989
- [_xt]: input[_wi],
10013
+ [_xw]: input[_wi],
9990
10014
  [_xoi]: input[_oi],
9991
10015
  });
9992
10016
  b.bp("/audit");
@@ -9999,6 +10023,7 @@ function requireAws_restJson1 () {
9999
10023
  [_ta]: [, input[_t]],
10000
10024
  [_ac]: [, input[_ac]],
10001
10025
  [_u]: [, input[_u]],
10026
+ [_sb]: [, input[_sb]],
10002
10027
  });
10003
10028
  let body;
10004
10029
  b.m("GET")
@@ -10011,13 +10036,13 @@ function requireAws_restJson1 () {
10011
10036
  const se_ListContextsCommand = async (input, context) => {
10012
10037
  const b = (0, core_2.requestBuilder)(input, context);
10013
10038
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10014
- [_xt]: input[_wi],
10039
+ [_xw]: input[_wi],
10015
10040
  [_xoi]: input[_oi],
10016
10041
  });
10017
- b.bp("/context/list");
10042
+ b.bp("/context");
10018
10043
  const query = (0, smithy_client_1.map)({
10019
- [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10020
10044
  [_c]: [() => input.count !== void 0, () => (input[_c].toString())],
10045
+ [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10021
10046
  [_a]: [() => input.all !== void 0, () => (input[_a].toString())],
10022
10047
  [_p]: [, input[_p]],
10023
10048
  [_so]: [, input[_so]],
@@ -10038,7 +10063,7 @@ function requireAws_restJson1 () {
10038
10063
  const se_ListDefaultConfigsCommand = async (input, context) => {
10039
10064
  const b = (0, core_2.requestBuilder)(input, context);
10040
10065
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10041
- [_xt]: input[_wi],
10066
+ [_xw]: input[_wi],
10042
10067
  [_xoi]: input[_oi],
10043
10068
  });
10044
10069
  b.bp("/default-config");
@@ -10046,6 +10071,7 @@ function requireAws_restJson1 () {
10046
10071
  [_c]: [() => input.count !== void 0, () => (input[_c].toString())],
10047
10072
  [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10048
10073
  [_a]: [() => input.all !== void 0, () => (input[_a].toString())],
10074
+ [_n]: [, input[_n]],
10049
10075
  });
10050
10076
  let body;
10051
10077
  b.m("GET")
@@ -10058,7 +10084,7 @@ function requireAws_restJson1 () {
10058
10084
  const se_ListDimensionsCommand = async (input, context) => {
10059
10085
  const b = (0, core_2.requestBuilder)(input, context);
10060
10086
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10061
- [_xt]: input[_wi],
10087
+ [_xw]: input[_wi],
10062
10088
  [_xoi]: input[_oi],
10063
10089
  });
10064
10090
  b.bp("/dimension");
@@ -10078,13 +10104,13 @@ function requireAws_restJson1 () {
10078
10104
  const se_ListExperimentCommand = async (input, context) => {
10079
10105
  const b = (0, core_2.requestBuilder)(input, context);
10080
10106
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10081
- [_xt]: input[_wi],
10107
+ [_xw]: input[_wi],
10082
10108
  [_xoi]: input[_oi],
10083
10109
  });
10084
10110
  b.bp("/experiments");
10085
10111
  const query = (0, smithy_client_1.map)({
10086
- [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10087
10112
  [_c]: [() => input.count !== void 0, () => (input[_c].toString())],
10113
+ [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10088
10114
  [_a]: [() => input.all !== void 0, () => (input[_a].toString())],
10089
10115
  [_s]: [, input[_s]],
10090
10116
  [_fd]: [() => input.from_date !== void 0, () => ((0, smithy_client_1.serializeDateTime)(input[_fd]).toString())],
@@ -10109,19 +10135,19 @@ function requireAws_restJson1 () {
10109
10135
  const se_ListExperimentGroupsCommand = async (input, context) => {
10110
10136
  const b = (0, core_2.requestBuilder)(input, context);
10111
10137
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10112
- [_xt]: input[_wi],
10138
+ [_xw]: input[_wi],
10113
10139
  [_xoi]: input[_oi],
10114
10140
  });
10115
10141
  b.bp("/experiment-groups");
10116
10142
  const query = (0, smithy_client_1.map)({
10117
- [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10118
10143
  [_c]: [() => input.count !== void 0, () => (input[_c].toString())],
10144
+ [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10145
+ [_a]: [() => input.all !== void 0, () => (input[_a].toString())],
10119
10146
  [_n]: [, input[_n]],
10120
10147
  [_cb]: [, input[_cb]],
10121
10148
  [_lmb]: [, input[_lmb]],
10122
10149
  [_so]: [, input[_so]],
10123
10150
  [_sb]: [, input[_sb]],
10124
- [_a]: [() => input.all !== void 0, () => (input[_a].toString())],
10125
10151
  [_gt]: [, input[_gt]],
10126
10152
  });
10127
10153
  let body;
@@ -10135,7 +10161,7 @@ function requireAws_restJson1 () {
10135
10161
  const se_ListFunctionCommand = async (input, context) => {
10136
10162
  const b = (0, core_2.requestBuilder)(input, context);
10137
10163
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10138
- [_xt]: input[_wi],
10164
+ [_xw]: input[_wi],
10139
10165
  [_xoi]: input[_oi],
10140
10166
  });
10141
10167
  b.bp("/function");
@@ -10172,7 +10198,7 @@ function requireAws_restJson1 () {
10172
10198
  const se_ListVersionsCommand = async (input, context) => {
10173
10199
  const b = (0, core_2.requestBuilder)(input, context);
10174
10200
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10175
- [_xt]: input[_wi],
10201
+ [_xw]: input[_wi],
10176
10202
  [_xoi]: input[_oi],
10177
10203
  });
10178
10204
  b.bp("/config/versions");
@@ -10191,7 +10217,7 @@ function requireAws_restJson1 () {
10191
10217
  const se_ListWebhookCommand = async (input, context) => {
10192
10218
  const b = (0, core_2.requestBuilder)(input, context);
10193
10219
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10194
- [_xt]: input[_wi],
10220
+ [_xw]: input[_wi],
10195
10221
  [_xoi]: input[_oi],
10196
10222
  });
10197
10223
  b.bp("/webhook");
@@ -10245,7 +10271,7 @@ function requireAws_restJson1 () {
10245
10271
  const b = (0, core_2.requestBuilder)(input, context);
10246
10272
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10247
10273
  'content-type': 'application/json',
10248
- [_xt]: input[_wi],
10274
+ [_xw]: input[_wi],
10249
10275
  [_xoi]: input[_oi],
10250
10276
  });
10251
10277
  b.bp("/context/move/{id}");
@@ -10266,7 +10292,7 @@ function requireAws_restJson1 () {
10266
10292
  const b = (0, core_2.requestBuilder)(input, context);
10267
10293
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10268
10294
  'content-type': 'application/json',
10269
- [_xt]: input[_wi],
10295
+ [_xw]: input[_wi],
10270
10296
  [_xoi]: input[_oi],
10271
10297
  });
10272
10298
  b.bp("/experiments/{id}/pause");
@@ -10285,7 +10311,7 @@ function requireAws_restJson1 () {
10285
10311
  const b = (0, core_2.requestBuilder)(input, context);
10286
10312
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10287
10313
  'content-type': 'application/json',
10288
- [_xt]: input[_wi],
10314
+ [_xw]: input[_wi],
10289
10315
  [_xoi]: input[_oi],
10290
10316
  });
10291
10317
  b.bp("/function/{function_name}/publish");
@@ -10304,7 +10330,7 @@ function requireAws_restJson1 () {
10304
10330
  const b = (0, core_2.requestBuilder)(input, context);
10305
10331
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10306
10332
  'content-type': 'application/json',
10307
- [_xt]: input[_wi],
10333
+ [_xw]: input[_wi],
10308
10334
  [_xoi]: input[_oi],
10309
10335
  });
10310
10336
  b.bp("/experiments/{id}/ramp");
@@ -10324,7 +10350,7 @@ function requireAws_restJson1 () {
10324
10350
  const b = (0, core_2.requestBuilder)(input, context);
10325
10351
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10326
10352
  'content-type': 'application/json',
10327
- [_xt]: input[_wi],
10353
+ [_xw]: input[_wi],
10328
10354
  [_xoi]: input[_oi],
10329
10355
  });
10330
10356
  b.bp("/experiment-groups/{id}/remove-members");
@@ -10344,7 +10370,7 @@ function requireAws_restJson1 () {
10344
10370
  const b = (0, core_2.requestBuilder)(input, context);
10345
10371
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10346
10372
  'content-type': 'application/json',
10347
- [_xt]: input[_wi],
10373
+ [_xw]: input[_wi],
10348
10374
  [_xoi]: input[_oi],
10349
10375
  });
10350
10376
  b.bp("/experiments/{id}/resume");
@@ -10363,7 +10389,7 @@ function requireAws_restJson1 () {
10363
10389
  const b = (0, core_2.requestBuilder)(input, context);
10364
10390
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10365
10391
  'content-type': 'application/json',
10366
- [_xt]: input[_wi],
10392
+ [_xw]: input[_wi],
10367
10393
  [_xoi]: input[_oi],
10368
10394
  });
10369
10395
  b.bp("/function/{function_name}/{stage}/test");
@@ -10387,7 +10413,7 @@ function requireAws_restJson1 () {
10387
10413
  const b = (0, core_2.requestBuilder)(input, context);
10388
10414
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10389
10415
  'content-type': 'application/json',
10390
- [_xt]: input[_wi],
10416
+ [_xw]: input[_wi],
10391
10417
  [_xoi]: input[_oi],
10392
10418
  });
10393
10419
  b.bp("/default-config/{key}");
@@ -10401,7 +10427,7 @@ function requireAws_restJson1 () {
10401
10427
  'schema': _ => se_Object(_),
10402
10428
  'value': _ => se_Document(_),
10403
10429
  }));
10404
- b.m("PUT")
10430
+ b.m("PATCH")
10405
10431
  .h(headers)
10406
10432
  .b(body);
10407
10433
  return b.build();
@@ -10411,7 +10437,7 @@ function requireAws_restJson1 () {
10411
10437
  const b = (0, core_2.requestBuilder)(input, context);
10412
10438
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10413
10439
  'content-type': 'application/json',
10414
- [_xt]: input[_wi],
10440
+ [_xw]: input[_wi],
10415
10441
  [_xoi]: input[_oi],
10416
10442
  });
10417
10443
  b.bp("/dimension/{dimension}");
@@ -10425,7 +10451,7 @@ function requireAws_restJson1 () {
10425
10451
  'position': [],
10426
10452
  'schema': _ => se_Object(_),
10427
10453
  }));
10428
- b.m("PUT")
10454
+ b.m("PATCH")
10429
10455
  .h(headers)
10430
10456
  .b(body);
10431
10457
  return b.build();
@@ -10435,7 +10461,7 @@ function requireAws_restJson1 () {
10435
10461
  const b = (0, core_2.requestBuilder)(input, context);
10436
10462
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10437
10463
  'content-type': 'application/json',
10438
- [_xt]: input[_wi],
10464
+ [_xw]: input[_wi],
10439
10465
  [_xoi]: input[_oi],
10440
10466
  });
10441
10467
  b.bp("/experiment-groups/{id}");
@@ -10456,7 +10482,7 @@ function requireAws_restJson1 () {
10456
10482
  const b = (0, core_2.requestBuilder)(input, context);
10457
10483
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10458
10484
  'content-type': 'application/json',
10459
- [_xt]: input[_wi],
10485
+ [_xw]: input[_wi],
10460
10486
  [_xoi]: input[_oi],
10461
10487
  });
10462
10488
  b.bp("/function/{function_name}");
@@ -10490,7 +10516,7 @@ function requireAws_restJson1 () {
10490
10516
  'sector': [],
10491
10517
  'status': [],
10492
10518
  }));
10493
- b.m("PUT")
10519
+ b.m("PATCH")
10494
10520
  .h(headers)
10495
10521
  .b(body);
10496
10522
  return b.build();
@@ -10500,7 +10526,7 @@ function requireAws_restJson1 () {
10500
10526
  const b = (0, core_2.requestBuilder)(input, context);
10501
10527
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10502
10528
  'content-type': 'application/json',
10503
- [_xt]: input[_wi],
10529
+ [_xw]: input[_wi],
10504
10530
  [_xoi]: input[_oi],
10505
10531
  [_xct]: input[_ct],
10506
10532
  });
@@ -10523,7 +10549,7 @@ function requireAws_restJson1 () {
10523
10549
  const b = (0, core_2.requestBuilder)(input, context);
10524
10550
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10525
10551
  'content-type': 'application/json',
10526
- [_xt]: input[_wi],
10552
+ [_xw]: input[_wi],
10527
10553
  [_xoi]: input[_oi],
10528
10554
  });
10529
10555
  b.bp("/experiments/{id}/overrides");
@@ -10536,7 +10562,7 @@ function requireAws_restJson1 () {
10536
10562
  'metrics': _ => se_Document(_),
10537
10563
  'variant_list': _ => se_ListVariantUpdateRequest(_),
10538
10564
  }));
10539
- b.m("PUT")
10565
+ b.m("PATCH")
10540
10566
  .h(headers)
10541
10567
  .b(body);
10542
10568
  return b.build();
@@ -10546,7 +10572,7 @@ function requireAws_restJson1 () {
10546
10572
  const b = (0, core_2.requestBuilder)(input, context);
10547
10573
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10548
10574
  'content-type': 'application/json',
10549
- [_xt]: input[_wi],
10575
+ [_xw]: input[_wi],
10550
10576
  [_xoi]: input[_oi],
10551
10577
  });
10552
10578
  b.bp("/types/{type_name}");
@@ -10557,7 +10583,7 @@ function requireAws_restJson1 () {
10557
10583
  'description': [],
10558
10584
  'type_schema': _ => se_Object(_),
10559
10585
  }));
10560
- b.m("PUT")
10586
+ b.m("PATCH")
10561
10587
  .h(headers)
10562
10588
  .b(body);
10563
10589
  return b.build();
@@ -10567,7 +10593,7 @@ function requireAws_restJson1 () {
10567
10593
  const b = (0, core_2.requestBuilder)(input, context);
10568
10594
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10569
10595
  'content-type': 'application/json',
10570
- [_xt]: input[_wi],
10596
+ [_xw]: input[_wi],
10571
10597
  [_xoi]: input[_oi],
10572
10598
  });
10573
10599
  b.bp("/webhook/{name}");
@@ -10607,16 +10633,34 @@ function requireAws_restJson1 () {
10607
10633
  'workspace_admin_email': [],
10608
10634
  'workspace_status': [],
10609
10635
  }));
10610
- b.m("PUT")
10636
+ b.m("PATCH")
10611
10637
  .h(headers)
10612
10638
  .b(body);
10613
10639
  return b.build();
10614
10640
  };
10615
10641
  Aws_restJson1.se_UpdateWorkspaceCommand = se_UpdateWorkspaceCommand;
10642
+ const se_ValidateContextCommand = async (input, context) => {
10643
+ const b = (0, core_2.requestBuilder)(input, context);
10644
+ const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10645
+ 'content-type': 'application/json',
10646
+ [_xw]: input[_wi],
10647
+ [_xoi]: input[_oi],
10648
+ });
10649
+ b.bp("/context/validate");
10650
+ let body;
10651
+ body = JSON.stringify((0, smithy_client_1.take)(input, {
10652
+ 'context': _ => se_Condition(_),
10653
+ }));
10654
+ b.m("PUT")
10655
+ .h(headers)
10656
+ .b(body);
10657
+ return b.build();
10658
+ };
10659
+ Aws_restJson1.se_ValidateContextCommand = se_ValidateContextCommand;
10616
10660
  const se_WeightRecomputeCommand = async (input, context) => {
10617
10661
  const b = (0, core_2.requestBuilder)(input, context);
10618
10662
  const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
10619
- [_xt]: input[_wi],
10663
+ [_xw]: input[_wi],
10620
10664
  [_xoi]: input[_oi],
10621
10665
  [_xct]: input[_ct],
10622
10666
  });
@@ -11086,6 +11130,17 @@ function requireAws_restJson1 () {
11086
11130
  return contents;
11087
11131
  };
11088
11132
  Aws_restJson1.de_DeleteTypeTemplatesCommand = de_DeleteTypeTemplatesCommand;
11133
+ const de_DeleteWebhookCommand = async (output, context) => {
11134
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
11135
+ return de_CommandError(output, context);
11136
+ }
11137
+ const contents = (0, smithy_client_1.map)({
11138
+ $metadata: deserializeMetadata(output),
11139
+ });
11140
+ await (0, smithy_client_1.collectBody)(output.body, context);
11141
+ return contents;
11142
+ };
11143
+ Aws_restJson1.de_DeleteWebhookCommand = de_DeleteWebhookCommand;
11089
11144
  const de_DiscardExperimentCommand = async (output, context) => {
11090
11145
  if (output.statusCode !== 200 && output.statusCode >= 300) {
11091
11146
  return de_CommandError(output, context);
@@ -11207,6 +11262,31 @@ function requireAws_restJson1 () {
11207
11262
  return contents;
11208
11263
  };
11209
11264
  Aws_restJson1.de_GetContextFromConditionCommand = de_GetContextFromConditionCommand;
11265
+ const de_GetDefaultConfigCommand = async (output, context) => {
11266
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
11267
+ return de_CommandError(output, context);
11268
+ }
11269
+ const contents = (0, smithy_client_1.map)({
11270
+ $metadata: deserializeMetadata(output),
11271
+ });
11272
+ const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
11273
+ const doc = (0, smithy_client_1.take)(data, {
11274
+ 'autocomplete_function_name': smithy_client_1.expectString,
11275
+ 'change_reason': smithy_client_1.expectString,
11276
+ 'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11277
+ 'created_by': smithy_client_1.expectString,
11278
+ 'description': smithy_client_1.expectString,
11279
+ 'function_name': smithy_client_1.expectString,
11280
+ 'key': smithy_client_1.expectString,
11281
+ 'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11282
+ 'last_modified_by': smithy_client_1.expectString,
11283
+ 'schema': _ => de_Object(_),
11284
+ 'value': _ => de_Document(_),
11285
+ });
11286
+ Object.assign(contents, doc);
11287
+ return contents;
11288
+ };
11289
+ Aws_restJson1.de_GetDefaultConfigCommand = de_GetDefaultConfigCommand;
11210
11290
  const de_GetDimensionCommand = async (output, context) => {
11211
11291
  if (output.statusCode !== 200 && output.statusCode >= 300) {
11212
11292
  return de_CommandError(output, context);
@@ -11367,6 +11447,28 @@ function requireAws_restJson1 () {
11367
11447
  return contents;
11368
11448
  };
11369
11449
  Aws_restJson1.de_GetResolvedConfigCommand = de_GetResolvedConfigCommand;
11450
+ const de_GetTypeTemplateCommand = async (output, context) => {
11451
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
11452
+ return de_CommandError(output, context);
11453
+ }
11454
+ const contents = (0, smithy_client_1.map)({
11455
+ $metadata: deserializeMetadata(output),
11456
+ });
11457
+ const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
11458
+ const doc = (0, smithy_client_1.take)(data, {
11459
+ 'change_reason': smithy_client_1.expectString,
11460
+ 'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11461
+ 'created_by': smithy_client_1.expectString,
11462
+ 'description': smithy_client_1.expectString,
11463
+ 'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11464
+ 'last_modified_by': smithy_client_1.expectString,
11465
+ 'type_name': smithy_client_1.expectString,
11466
+ 'type_schema': _ => de_Object(_),
11467
+ });
11468
+ Object.assign(contents, doc);
11469
+ return contents;
11470
+ };
11471
+ Aws_restJson1.de_GetTypeTemplateCommand = de_GetTypeTemplateCommand;
11370
11472
  const de_GetTypeTemplatesListCommand = async (output, context) => {
11371
11473
  if (output.statusCode !== 200 && output.statusCode >= 300) {
11372
11474
  return de_CommandError(output, context);
@@ -11384,6 +11486,26 @@ function requireAws_restJson1 () {
11384
11486
  return contents;
11385
11487
  };
11386
11488
  Aws_restJson1.de_GetTypeTemplatesListCommand = de_GetTypeTemplatesListCommand;
11489
+ const de_GetVersionCommand = async (output, context) => {
11490
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
11491
+ return de_CommandError(output, context);
11492
+ }
11493
+ const contents = (0, smithy_client_1.map)({
11494
+ $metadata: deserializeMetadata(output),
11495
+ });
11496
+ const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
11497
+ const doc = (0, smithy_client_1.take)(data, {
11498
+ 'config': _ => de_Document(_),
11499
+ 'config_hash': smithy_client_1.expectString,
11500
+ 'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11501
+ 'description': smithy_client_1.expectString,
11502
+ 'id': smithy_client_1.expectString,
11503
+ 'tags': smithy_client_1._json,
11504
+ });
11505
+ Object.assign(contents, doc);
11506
+ return contents;
11507
+ };
11508
+ Aws_restJson1.de_GetVersionCommand = de_GetVersionCommand;
11387
11509
  const de_GetWebhookCommand = async (output, context) => {
11388
11510
  if (output.statusCode !== 200 && output.statusCode >= 300) {
11389
11511
  return de_CommandError(output, context);
@@ -11413,6 +11535,65 @@ function requireAws_restJson1 () {
11413
11535
  return contents;
11414
11536
  };
11415
11537
  Aws_restJson1.de_GetWebhookCommand = de_GetWebhookCommand;
11538
+ const de_GetWebhookByEventCommand = async (output, context) => {
11539
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
11540
+ return de_CommandError(output, context);
11541
+ }
11542
+ const contents = (0, smithy_client_1.map)({
11543
+ $metadata: deserializeMetadata(output),
11544
+ });
11545
+ const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
11546
+ const doc = (0, smithy_client_1.take)(data, {
11547
+ 'change_reason': smithy_client_1.expectString,
11548
+ 'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11549
+ 'created_by': smithy_client_1.expectString,
11550
+ 'custom_headers': _ => de_Object(_),
11551
+ 'description': smithy_client_1.expectString,
11552
+ 'enabled': smithy_client_1.expectBoolean,
11553
+ 'events': smithy_client_1._json,
11554
+ 'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11555
+ 'last_modified_by': smithy_client_1.expectString,
11556
+ 'last_triggered_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11557
+ 'max_retries': smithy_client_1.expectInt32,
11558
+ 'method': smithy_client_1.expectString,
11559
+ 'name': smithy_client_1.expectString,
11560
+ 'url': smithy_client_1.expectString,
11561
+ 'version': smithy_client_1.expectString,
11562
+ });
11563
+ Object.assign(contents, doc);
11564
+ return contents;
11565
+ };
11566
+ Aws_restJson1.de_GetWebhookByEventCommand = de_GetWebhookByEventCommand;
11567
+ const de_GetWorkspaceCommand = async (output, context) => {
11568
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
11569
+ return de_CommandError(output, context);
11570
+ }
11571
+ const contents = (0, smithy_client_1.map)({
11572
+ $metadata: deserializeMetadata(output),
11573
+ });
11574
+ const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
11575
+ const doc = (0, smithy_client_1.take)(data, {
11576
+ 'allow_experiment_self_approval': smithy_client_1.expectBoolean,
11577
+ 'auto_populate_control': smithy_client_1.expectBoolean,
11578
+ 'config_version': smithy_client_1.expectString,
11579
+ 'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11580
+ 'created_by': smithy_client_1.expectString,
11581
+ 'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
11582
+ 'last_modified_by': smithy_client_1.expectString,
11583
+ 'mandatory_dimensions': smithy_client_1._json,
11584
+ 'metrics': _ => de_Document(_),
11585
+ 'organisation_id': smithy_client_1.expectString,
11586
+ 'organisation_name': smithy_client_1.expectString,
11587
+ 'strict_mode': smithy_client_1.expectBoolean,
11588
+ 'workspace_admin_email': smithy_client_1.expectString,
11589
+ 'workspace_name': smithy_client_1.expectString,
11590
+ 'workspace_schema_name': smithy_client_1.expectString,
11591
+ 'workspace_status': smithy_client_1.expectString,
11592
+ });
11593
+ Object.assign(contents, doc);
11594
+ return contents;
11595
+ };
11596
+ Aws_restJson1.de_GetWorkspaceCommand = de_GetWorkspaceCommand;
11416
11597
  const de_ListAuditLogsCommand = async (output, context) => {
11417
11598
  if (output.statusCode !== 200 && output.statusCode >= 300) {
11418
11599
  return de_CommandError(output, context);
@@ -11491,8 +11672,8 @@ function requireAws_restJson1 () {
11491
11672
  const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
11492
11673
  const doc = (0, smithy_client_1.take)(data, {
11493
11674
  'data': _ => de_ExperimentList(_),
11494
- 'total_items': smithy_client_1.expectLong,
11495
- 'total_pages': smithy_client_1.expectLong,
11675
+ 'total_items': smithy_client_1.expectInt32,
11676
+ 'total_pages': smithy_client_1.expectInt32,
11496
11677
  });
11497
11678
  Object.assign(contents, doc);
11498
11679
  return contents;
@@ -11508,8 +11689,8 @@ function requireAws_restJson1 () {
11508
11689
  const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
11509
11690
  const doc = (0, smithy_client_1.take)(data, {
11510
11691
  'data': _ => de_ExperimentGroupList(_),
11511
- 'total_items': smithy_client_1.expectLong,
11512
- 'total_pages': smithy_client_1.expectLong,
11692
+ 'total_items': smithy_client_1.expectInt32,
11693
+ 'total_pages': smithy_client_1.expectInt32,
11513
11694
  });
11514
11695
  Object.assign(contents, doc);
11515
11696
  return contents;
@@ -11576,8 +11757,8 @@ function requireAws_restJson1 () {
11576
11757
  const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
11577
11758
  const doc = (0, smithy_client_1.take)(data, {
11578
11759
  'data': _ => de_WebhookList(_),
11579
- 'total_items': smithy_client_1.expectLong,
11580
- 'total_pages': smithy_client_1.expectLong,
11760
+ 'total_items': smithy_client_1.expectInt32,
11761
+ 'total_pages': smithy_client_1.expectInt32,
11581
11762
  });
11582
11763
  Object.assign(contents, doc);
11583
11764
  return contents;
@@ -11593,8 +11774,8 @@ function requireAws_restJson1 () {
11593
11774
  const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
11594
11775
  const doc = (0, smithy_client_1.take)(data, {
11595
11776
  'data': _ => de_WorkspaceList(_),
11596
- 'total_items': smithy_client_1.expectLong,
11597
- 'total_pages': smithy_client_1.expectLong,
11777
+ 'total_items': smithy_client_1.expectInt32,
11778
+ 'total_pages': smithy_client_1.expectInt32,
11598
11779
  });
11599
11780
  Object.assign(contents, doc);
11600
11781
  return contents;
@@ -12105,6 +12286,17 @@ function requireAws_restJson1 () {
12105
12286
  return contents;
12106
12287
  };
12107
12288
  Aws_restJson1.de_UpdateWorkspaceCommand = de_UpdateWorkspaceCommand;
12289
+ const de_ValidateContextCommand = async (output, context) => {
12290
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
12291
+ return de_CommandError(output, context);
12292
+ }
12293
+ const contents = (0, smithy_client_1.map)({
12294
+ $metadata: deserializeMetadata(output),
12295
+ });
12296
+ await (0, smithy_client_1.collectBody)(output.body, context);
12297
+ return contents;
12298
+ };
12299
+ Aws_restJson1.de_ValidateContextCommand = de_ValidateContextCommand;
12108
12300
  const de_WeightRecomputeCommand = async (output, context) => {
12109
12301
  if (output.statusCode !== 200 && output.statusCode >= 300) {
12110
12302
  return de_CommandError(output, context);
@@ -12133,21 +12325,6 @@ function requireAws_restJson1 () {
12133
12325
  case "ResourceNotFound":
12134
12326
  case "io.superposition#ResourceNotFound":
12135
12327
  throw await de_ResourceNotFoundRes(parsedOutput);
12136
- case "FunctionNotFound":
12137
- case "io.superposition#FunctionNotFound":
12138
- throw await de_FunctionNotFoundRes(parsedOutput);
12139
- case "TypeTemplatesNotFound":
12140
- case "io.superposition#TypeTemplatesNotFound":
12141
- throw await de_TypeTemplatesNotFoundRes(parsedOutput);
12142
- case "OrganisationNotFound":
12143
- case "io.superposition#OrganisationNotFound":
12144
- throw await de_OrganisationNotFoundRes(parsedOutput);
12145
- case "WebhookNotFound":
12146
- case "io.superposition#WebhookNotFound":
12147
- throw await de_WebhookNotFoundRes(parsedOutput);
12148
- case "WorkspaceNotFound":
12149
- case "io.superposition#WorkspaceNotFound":
12150
- throw await de_WorkspaceNotFoundRes(parsedOutput);
12151
12328
  default:
12152
12329
  const parsedBody = parsedOutput.body;
12153
12330
  return throwDefaultError({
@@ -12158,17 +12335,6 @@ function requireAws_restJson1 () {
12158
12335
  }
12159
12336
  };
12160
12337
  const throwDefaultError = (0, smithy_client_1.withBaseException)(SuperpositionServiceException_1.SuperpositionServiceException);
12161
- const de_FunctionNotFoundRes = async (parsedOutput, context) => {
12162
- const contents = (0, smithy_client_1.map)({});
12163
- const data = parsedOutput.body;
12164
- const doc = (0, smithy_client_1.take)(data, {});
12165
- Object.assign(contents, doc);
12166
- const exception = new models_0_1.FunctionNotFound({
12167
- $metadata: deserializeMetadata(parsedOutput),
12168
- ...contents
12169
- });
12170
- return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
12171
- };
12172
12338
  const de_InternalServerErrorRes = async (parsedOutput, context) => {
12173
12339
  const contents = (0, smithy_client_1.map)({});
12174
12340
  const data = parsedOutput.body;
@@ -12182,17 +12348,6 @@ function requireAws_restJson1 () {
12182
12348
  });
12183
12349
  return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
12184
12350
  };
12185
- const de_OrganisationNotFoundRes = async (parsedOutput, context) => {
12186
- const contents = (0, smithy_client_1.map)({});
12187
- const data = parsedOutput.body;
12188
- const doc = (0, smithy_client_1.take)(data, {});
12189
- Object.assign(contents, doc);
12190
- const exception = new models_0_1.OrganisationNotFound({
12191
- $metadata: deserializeMetadata(parsedOutput),
12192
- ...contents
12193
- });
12194
- return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
12195
- };
12196
12351
  const de_ResourceNotFoundRes = async (parsedOutput, context) => {
12197
12352
  const contents = (0, smithy_client_1.map)({});
12198
12353
  const data = parsedOutput.body;
@@ -12204,39 +12359,6 @@ function requireAws_restJson1 () {
12204
12359
  });
12205
12360
  return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
12206
12361
  };
12207
- const de_TypeTemplatesNotFoundRes = async (parsedOutput, context) => {
12208
- const contents = (0, smithy_client_1.map)({});
12209
- const data = parsedOutput.body;
12210
- const doc = (0, smithy_client_1.take)(data, {});
12211
- Object.assign(contents, doc);
12212
- const exception = new models_0_1.TypeTemplatesNotFound({
12213
- $metadata: deserializeMetadata(parsedOutput),
12214
- ...contents
12215
- });
12216
- return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
12217
- };
12218
- const de_WebhookNotFoundRes = async (parsedOutput, context) => {
12219
- const contents = (0, smithy_client_1.map)({});
12220
- const data = parsedOutput.body;
12221
- const doc = (0, smithy_client_1.take)(data, {});
12222
- Object.assign(contents, doc);
12223
- const exception = new models_0_1.WebhookNotFound({
12224
- $metadata: deserializeMetadata(parsedOutput),
12225
- ...contents
12226
- });
12227
- return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
12228
- };
12229
- const de_WorkspaceNotFoundRes = async (parsedOutput, context) => {
12230
- const contents = (0, smithy_client_1.map)({});
12231
- const data = parsedOutput.body;
12232
- const doc = (0, smithy_client_1.take)(data, {});
12233
- Object.assign(contents, doc);
12234
- const exception = new models_0_1.WorkspaceNotFound({
12235
- $metadata: deserializeMetadata(parsedOutput),
12236
- ...contents
12237
- });
12238
- return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
12239
- };
12240
12362
  const se_AutocompleteFunctionRequest = (input, context) => {
12241
12363
  return (0, smithy_client_1.take)(input, {
12242
12364
  'environment': _ => se_Document(_),
@@ -12623,7 +12745,6 @@ function requireAws_restJson1 () {
12623
12745
  const de_ListVersionsMember = (output, context) => {
12624
12746
  return (0, smithy_client_1.take)(output, {
12625
12747
  'config': (_) => de_Document(_),
12626
- 'config_hash': smithy_client_1.expectString,
12627
12748
  'created_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
12628
12749
  'description': smithy_client_1.expectString,
12629
12750
  'id': smithy_client_1.expectString,
@@ -12825,7 +12946,7 @@ function requireAws_restJson1 () {
12825
12946
  const _xcv = "x-config-version";
12826
12947
  const _xms = "x-merge-strategy";
12827
12948
  const _xoi = "x-org-id";
12828
- const _xt = "x-tenant";
12949
+ const _xw = "x-workspace";
12829
12950
  return Aws_restJson1;
12830
12951
  }
12831
12952
 
@@ -12841,7 +12962,7 @@ function requireAddMembersToGroupCommand () {
12841
12962
  exports.AddMembersToGroupCommand = exports.$Command = void 0;
12842
12963
  const Aws_restJson1_1 = requireAws_restJson1();
12843
12964
  const middleware_serde_1 = require$$1;
12844
- const smithy_client_1 = require$$64;
12965
+ const smithy_client_1 = require$$71;
12845
12966
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
12846
12967
  class AddMembersToGroupCommand extends smithy_client_1.Command.classBuilder()
12847
12968
  .m(function (Command, cs, config, o) {
@@ -12873,7 +12994,7 @@ function requireApplicableVariantsCommand () {
12873
12994
  exports.ApplicableVariantsCommand = exports.$Command = void 0;
12874
12995
  const Aws_restJson1_1 = requireAws_restJson1();
12875
12996
  const middleware_serde_1 = require$$1;
12876
- const smithy_client_1 = require$$64;
12997
+ const smithy_client_1 = require$$71;
12877
12998
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
12878
12999
  class ApplicableVariantsCommand extends smithy_client_1.Command.classBuilder()
12879
13000
  .m(function (Command, cs, config, o) {
@@ -12905,7 +13026,7 @@ function requireBulkOperationCommand () {
12905
13026
  exports.BulkOperationCommand = exports.$Command = void 0;
12906
13027
  const Aws_restJson1_1 = requireAws_restJson1();
12907
13028
  const middleware_serde_1 = require$$1;
12908
- const smithy_client_1 = require$$64;
13029
+ const smithy_client_1 = require$$71;
12909
13030
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
12910
13031
  class BulkOperationCommand extends smithy_client_1.Command.classBuilder()
12911
13032
  .m(function (Command, cs, config, o) {
@@ -12937,7 +13058,7 @@ function requireConcludeExperimentCommand () {
12937
13058
  exports.ConcludeExperimentCommand = exports.$Command = void 0;
12938
13059
  const Aws_restJson1_1 = requireAws_restJson1();
12939
13060
  const middleware_serde_1 = require$$1;
12940
- const smithy_client_1 = require$$64;
13061
+ const smithy_client_1 = require$$71;
12941
13062
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
12942
13063
  class ConcludeExperimentCommand extends smithy_client_1.Command.classBuilder()
12943
13064
  .m(function (Command, cs, config, o) {
@@ -12969,7 +13090,7 @@ function requireCreateContextCommand () {
12969
13090
  exports.CreateContextCommand = exports.$Command = void 0;
12970
13091
  const Aws_restJson1_1 = requireAws_restJson1();
12971
13092
  const middleware_serde_1 = require$$1;
12972
- const smithy_client_1 = require$$64;
13093
+ const smithy_client_1 = require$$71;
12973
13094
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
12974
13095
  class CreateContextCommand extends smithy_client_1.Command.classBuilder()
12975
13096
  .m(function (Command, cs, config, o) {
@@ -13001,7 +13122,7 @@ function requireCreateDefaultConfigCommand () {
13001
13122
  exports.CreateDefaultConfigCommand = exports.$Command = void 0;
13002
13123
  const Aws_restJson1_1 = requireAws_restJson1();
13003
13124
  const middleware_serde_1 = require$$1;
13004
- const smithy_client_1 = require$$64;
13125
+ const smithy_client_1 = require$$71;
13005
13126
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13006
13127
  class CreateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
13007
13128
  .m(function (Command, cs, config, o) {
@@ -13033,7 +13154,7 @@ function requireCreateDimensionCommand () {
13033
13154
  exports.CreateDimensionCommand = exports.$Command = void 0;
13034
13155
  const Aws_restJson1_1 = requireAws_restJson1();
13035
13156
  const middleware_serde_1 = require$$1;
13036
- const smithy_client_1 = require$$64;
13157
+ const smithy_client_1 = require$$71;
13037
13158
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13038
13159
  class CreateDimensionCommand extends smithy_client_1.Command.classBuilder()
13039
13160
  .m(function (Command, cs, config, o) {
@@ -13065,7 +13186,7 @@ function requireCreateExperimentCommand () {
13065
13186
  exports.CreateExperimentCommand = exports.$Command = void 0;
13066
13187
  const Aws_restJson1_1 = requireAws_restJson1();
13067
13188
  const middleware_serde_1 = require$$1;
13068
- const smithy_client_1 = require$$64;
13189
+ const smithy_client_1 = require$$71;
13069
13190
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13070
13191
  class CreateExperimentCommand extends smithy_client_1.Command.classBuilder()
13071
13192
  .m(function (Command, cs, config, o) {
@@ -13097,7 +13218,7 @@ function requireCreateExperimentGroupCommand () {
13097
13218
  exports.CreateExperimentGroupCommand = exports.$Command = void 0;
13098
13219
  const Aws_restJson1_1 = requireAws_restJson1();
13099
13220
  const middleware_serde_1 = require$$1;
13100
- const smithy_client_1 = require$$64;
13221
+ const smithy_client_1 = require$$71;
13101
13222
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13102
13223
  class CreateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
13103
13224
  .m(function (Command, cs, config, o) {
@@ -13129,7 +13250,7 @@ function requireCreateFunctionCommand () {
13129
13250
  exports.CreateFunctionCommand = exports.$Command = void 0;
13130
13251
  const Aws_restJson1_1 = requireAws_restJson1();
13131
13252
  const middleware_serde_1 = require$$1;
13132
- const smithy_client_1 = require$$64;
13253
+ const smithy_client_1 = require$$71;
13133
13254
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13134
13255
  class CreateFunctionCommand extends smithy_client_1.Command.classBuilder()
13135
13256
  .m(function (Command, cs, config, o) {
@@ -13161,7 +13282,7 @@ function requireCreateOrganisationCommand () {
13161
13282
  exports.CreateOrganisationCommand = exports.$Command = void 0;
13162
13283
  const Aws_restJson1_1 = requireAws_restJson1();
13163
13284
  const middleware_serde_1 = require$$1;
13164
- const smithy_client_1 = require$$64;
13285
+ const smithy_client_1 = require$$71;
13165
13286
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13166
13287
  class CreateOrganisationCommand extends smithy_client_1.Command.classBuilder()
13167
13288
  .m(function (Command, cs, config, o) {
@@ -13193,7 +13314,7 @@ function requireCreateTypeTemplatesCommand () {
13193
13314
  exports.CreateTypeTemplatesCommand = exports.$Command = void 0;
13194
13315
  const Aws_restJson1_1 = requireAws_restJson1();
13195
13316
  const middleware_serde_1 = require$$1;
13196
- const smithy_client_1 = require$$64;
13317
+ const smithy_client_1 = require$$71;
13197
13318
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13198
13319
  class CreateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
13199
13320
  .m(function (Command, cs, config, o) {
@@ -13225,7 +13346,7 @@ function requireCreateWebhookCommand () {
13225
13346
  exports.CreateWebhookCommand = exports.$Command = void 0;
13226
13347
  const Aws_restJson1_1 = requireAws_restJson1();
13227
13348
  const middleware_serde_1 = require$$1;
13228
- const smithy_client_1 = require$$64;
13349
+ const smithy_client_1 = require$$71;
13229
13350
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13230
13351
  class CreateWebhookCommand extends smithy_client_1.Command.classBuilder()
13231
13352
  .m(function (Command, cs, config, o) {
@@ -13257,7 +13378,7 @@ function requireCreateWorkspaceCommand () {
13257
13378
  exports.CreateWorkspaceCommand = exports.$Command = void 0;
13258
13379
  const Aws_restJson1_1 = requireAws_restJson1();
13259
13380
  const middleware_serde_1 = require$$1;
13260
- const smithy_client_1 = require$$64;
13381
+ const smithy_client_1 = require$$71;
13261
13382
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13262
13383
  class CreateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
13263
13384
  .m(function (Command, cs, config, o) {
@@ -13289,7 +13410,7 @@ function requireDeleteContextCommand () {
13289
13410
  exports.DeleteContextCommand = exports.$Command = void 0;
13290
13411
  const Aws_restJson1_1 = requireAws_restJson1();
13291
13412
  const middleware_serde_1 = require$$1;
13292
- const smithy_client_1 = require$$64;
13413
+ const smithy_client_1 = require$$71;
13293
13414
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13294
13415
  class DeleteContextCommand extends smithy_client_1.Command.classBuilder()
13295
13416
  .m(function (Command, cs, config, o) {
@@ -13321,7 +13442,7 @@ function requireDeleteDefaultConfigCommand () {
13321
13442
  exports.DeleteDefaultConfigCommand = exports.$Command = void 0;
13322
13443
  const Aws_restJson1_1 = requireAws_restJson1();
13323
13444
  const middleware_serde_1 = require$$1;
13324
- const smithy_client_1 = require$$64;
13445
+ const smithy_client_1 = require$$71;
13325
13446
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13326
13447
  class DeleteDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
13327
13448
  .m(function (Command, cs, config, o) {
@@ -13353,7 +13474,7 @@ function requireDeleteDimensionCommand () {
13353
13474
  exports.DeleteDimensionCommand = exports.$Command = void 0;
13354
13475
  const Aws_restJson1_1 = requireAws_restJson1();
13355
13476
  const middleware_serde_1 = require$$1;
13356
- const smithy_client_1 = require$$64;
13477
+ const smithy_client_1 = require$$71;
13357
13478
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13358
13479
  class DeleteDimensionCommand extends smithy_client_1.Command.classBuilder()
13359
13480
  .m(function (Command, cs, config, o) {
@@ -13385,7 +13506,7 @@ function requireDeleteExperimentGroupCommand () {
13385
13506
  exports.DeleteExperimentGroupCommand = exports.$Command = void 0;
13386
13507
  const Aws_restJson1_1 = requireAws_restJson1();
13387
13508
  const middleware_serde_1 = require$$1;
13388
- const smithy_client_1 = require$$64;
13509
+ const smithy_client_1 = require$$71;
13389
13510
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13390
13511
  class DeleteExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
13391
13512
  .m(function (Command, cs, config, o) {
@@ -13417,7 +13538,7 @@ function requireDeleteFunctionCommand () {
13417
13538
  exports.DeleteFunctionCommand = exports.$Command = void 0;
13418
13539
  const Aws_restJson1_1 = requireAws_restJson1();
13419
13540
  const middleware_serde_1 = require$$1;
13420
- const smithy_client_1 = require$$64;
13541
+ const smithy_client_1 = require$$71;
13421
13542
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13422
13543
  class DeleteFunctionCommand extends smithy_client_1.Command.classBuilder()
13423
13544
  .m(function (Command, cs, config, o) {
@@ -13449,7 +13570,7 @@ function requireDeleteTypeTemplatesCommand () {
13449
13570
  exports.DeleteTypeTemplatesCommand = exports.$Command = void 0;
13450
13571
  const Aws_restJson1_1 = requireAws_restJson1();
13451
13572
  const middleware_serde_1 = require$$1;
13452
- const smithy_client_1 = require$$64;
13573
+ const smithy_client_1 = require$$71;
13453
13574
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13454
13575
  class DeleteTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
13455
13576
  .m(function (Command, cs, config, o) {
@@ -13469,6 +13590,38 @@ function requireDeleteTypeTemplatesCommand () {
13469
13590
  return DeleteTypeTemplatesCommand;
13470
13591
  }
13471
13592
 
13593
+ var DeleteWebhookCommand = {};
13594
+
13595
+ var hasRequiredDeleteWebhookCommand;
13596
+
13597
+ function requireDeleteWebhookCommand () {
13598
+ if (hasRequiredDeleteWebhookCommand) return DeleteWebhookCommand;
13599
+ hasRequiredDeleteWebhookCommand = 1;
13600
+ (function (exports) {
13601
+ Object.defineProperty(exports, "__esModule", { value: true });
13602
+ exports.DeleteWebhookCommand = exports.$Command = void 0;
13603
+ const Aws_restJson1_1 = requireAws_restJson1();
13604
+ const middleware_serde_1 = require$$1;
13605
+ const smithy_client_1 = require$$71;
13606
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13607
+ class DeleteWebhookCommand extends smithy_client_1.Command.classBuilder()
13608
+ .m(function (Command, cs, config, o) {
13609
+ return [
13610
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
13611
+ ];
13612
+ })
13613
+ .s("Superposition", "DeleteWebhook", {})
13614
+ .n("SuperpositionClient", "DeleteWebhookCommand")
13615
+ .f(void 0, void 0)
13616
+ .ser(Aws_restJson1_1.se_DeleteWebhookCommand)
13617
+ .de(Aws_restJson1_1.de_DeleteWebhookCommand)
13618
+ .build() {
13619
+ }
13620
+ exports.DeleteWebhookCommand = DeleteWebhookCommand;
13621
+ } (DeleteWebhookCommand));
13622
+ return DeleteWebhookCommand;
13623
+ }
13624
+
13472
13625
  var DiscardExperimentCommand = {};
13473
13626
 
13474
13627
  var hasRequiredDiscardExperimentCommand;
@@ -13481,7 +13634,7 @@ function requireDiscardExperimentCommand () {
13481
13634
  exports.DiscardExperimentCommand = exports.$Command = void 0;
13482
13635
  const Aws_restJson1_1 = requireAws_restJson1();
13483
13636
  const middleware_serde_1 = require$$1;
13484
- const smithy_client_1 = require$$64;
13637
+ const smithy_client_1 = require$$71;
13485
13638
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13486
13639
  class DiscardExperimentCommand extends smithy_client_1.Command.classBuilder()
13487
13640
  .m(function (Command, cs, config, o) {
@@ -13513,7 +13666,7 @@ function requireGetConfigCommand () {
13513
13666
  exports.GetConfigCommand = exports.$Command = void 0;
13514
13667
  const Aws_restJson1_1 = requireAws_restJson1();
13515
13668
  const middleware_serde_1 = require$$1;
13516
- const smithy_client_1 = require$$64;
13669
+ const smithy_client_1 = require$$71;
13517
13670
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13518
13671
  class GetConfigCommand extends smithy_client_1.Command.classBuilder()
13519
13672
  .m(function (Command, cs, config, o) {
@@ -13545,7 +13698,7 @@ function requireGetConfigFastCommand () {
13545
13698
  exports.GetConfigFastCommand = exports.$Command = void 0;
13546
13699
  const Aws_restJson1_1 = requireAws_restJson1();
13547
13700
  const middleware_serde_1 = require$$1;
13548
- const smithy_client_1 = require$$64;
13701
+ const smithy_client_1 = require$$71;
13549
13702
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13550
13703
  class GetConfigFastCommand extends smithy_client_1.Command.classBuilder()
13551
13704
  .m(function (Command, cs, config, o) {
@@ -13577,7 +13730,7 @@ function requireGetContextCommand () {
13577
13730
  exports.GetContextCommand = exports.$Command = void 0;
13578
13731
  const Aws_restJson1_1 = requireAws_restJson1();
13579
13732
  const middleware_serde_1 = require$$1;
13580
- const smithy_client_1 = require$$64;
13733
+ const smithy_client_1 = require$$71;
13581
13734
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13582
13735
  class GetContextCommand extends smithy_client_1.Command.classBuilder()
13583
13736
  .m(function (Command, cs, config, o) {
@@ -13609,7 +13762,7 @@ function requireGetContextFromConditionCommand () {
13609
13762
  exports.GetContextFromConditionCommand = exports.$Command = void 0;
13610
13763
  const Aws_restJson1_1 = requireAws_restJson1();
13611
13764
  const middleware_serde_1 = require$$1;
13612
- const smithy_client_1 = require$$64;
13765
+ const smithy_client_1 = require$$71;
13613
13766
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13614
13767
  class GetContextFromConditionCommand extends smithy_client_1.Command.classBuilder()
13615
13768
  .m(function (Command, cs, config, o) {
@@ -13629,6 +13782,38 @@ function requireGetContextFromConditionCommand () {
13629
13782
  return GetContextFromConditionCommand;
13630
13783
  }
13631
13784
 
13785
+ var GetDefaultConfigCommand = {};
13786
+
13787
+ var hasRequiredGetDefaultConfigCommand;
13788
+
13789
+ function requireGetDefaultConfigCommand () {
13790
+ if (hasRequiredGetDefaultConfigCommand) return GetDefaultConfigCommand;
13791
+ hasRequiredGetDefaultConfigCommand = 1;
13792
+ (function (exports) {
13793
+ Object.defineProperty(exports, "__esModule", { value: true });
13794
+ exports.GetDefaultConfigCommand = exports.$Command = void 0;
13795
+ const Aws_restJson1_1 = requireAws_restJson1();
13796
+ const middleware_serde_1 = require$$1;
13797
+ const smithy_client_1 = require$$71;
13798
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13799
+ class GetDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
13800
+ .m(function (Command, cs, config, o) {
13801
+ return [
13802
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
13803
+ ];
13804
+ })
13805
+ .s("Superposition", "GetDefaultConfig", {})
13806
+ .n("SuperpositionClient", "GetDefaultConfigCommand")
13807
+ .f(void 0, void 0)
13808
+ .ser(Aws_restJson1_1.se_GetDefaultConfigCommand)
13809
+ .de(Aws_restJson1_1.de_GetDefaultConfigCommand)
13810
+ .build() {
13811
+ }
13812
+ exports.GetDefaultConfigCommand = GetDefaultConfigCommand;
13813
+ } (GetDefaultConfigCommand));
13814
+ return GetDefaultConfigCommand;
13815
+ }
13816
+
13632
13817
  var GetDimensionCommand = {};
13633
13818
 
13634
13819
  var hasRequiredGetDimensionCommand;
@@ -13641,7 +13826,7 @@ function requireGetDimensionCommand () {
13641
13826
  exports.GetDimensionCommand = exports.$Command = void 0;
13642
13827
  const Aws_restJson1_1 = requireAws_restJson1();
13643
13828
  const middleware_serde_1 = require$$1;
13644
- const smithy_client_1 = require$$64;
13829
+ const smithy_client_1 = require$$71;
13645
13830
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13646
13831
  class GetDimensionCommand extends smithy_client_1.Command.classBuilder()
13647
13832
  .m(function (Command, cs, config, o) {
@@ -13673,7 +13858,7 @@ function requireGetExperimentCommand () {
13673
13858
  exports.GetExperimentCommand = exports.$Command = void 0;
13674
13859
  const Aws_restJson1_1 = requireAws_restJson1();
13675
13860
  const middleware_serde_1 = require$$1;
13676
- const smithy_client_1 = require$$64;
13861
+ const smithy_client_1 = require$$71;
13677
13862
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13678
13863
  class GetExperimentCommand extends smithy_client_1.Command.classBuilder()
13679
13864
  .m(function (Command, cs, config, o) {
@@ -13705,7 +13890,7 @@ function requireGetExperimentGroupCommand () {
13705
13890
  exports.GetExperimentGroupCommand = exports.$Command = void 0;
13706
13891
  const Aws_restJson1_1 = requireAws_restJson1();
13707
13892
  const middleware_serde_1 = require$$1;
13708
- const smithy_client_1 = require$$64;
13893
+ const smithy_client_1 = require$$71;
13709
13894
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13710
13895
  class GetExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
13711
13896
  .m(function (Command, cs, config, o) {
@@ -13737,7 +13922,7 @@ function requireGetFunctionCommand () {
13737
13922
  exports.GetFunctionCommand = exports.$Command = void 0;
13738
13923
  const Aws_restJson1_1 = requireAws_restJson1();
13739
13924
  const middleware_serde_1 = require$$1;
13740
- const smithy_client_1 = require$$64;
13925
+ const smithy_client_1 = require$$71;
13741
13926
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13742
13927
  class GetFunctionCommand extends smithy_client_1.Command.classBuilder()
13743
13928
  .m(function (Command, cs, config, o) {
@@ -13769,7 +13954,7 @@ function requireGetOrganisationCommand () {
13769
13954
  exports.GetOrganisationCommand = exports.$Command = void 0;
13770
13955
  const Aws_restJson1_1 = requireAws_restJson1();
13771
13956
  const middleware_serde_1 = require$$1;
13772
- const smithy_client_1 = require$$64;
13957
+ const smithy_client_1 = require$$71;
13773
13958
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13774
13959
  class GetOrganisationCommand extends smithy_client_1.Command.classBuilder()
13775
13960
  .m(function (Command, cs, config, o) {
@@ -13801,7 +13986,7 @@ function requireGetResolvedConfigCommand () {
13801
13986
  exports.GetResolvedConfigCommand = exports.$Command = void 0;
13802
13987
  const Aws_restJson1_1 = requireAws_restJson1();
13803
13988
  const middleware_serde_1 = require$$1;
13804
- const smithy_client_1 = require$$64;
13989
+ const smithy_client_1 = require$$71;
13805
13990
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13806
13991
  class GetResolvedConfigCommand extends smithy_client_1.Command.classBuilder()
13807
13992
  .m(function (Command, cs, config, o) {
@@ -13821,6 +14006,38 @@ function requireGetResolvedConfigCommand () {
13821
14006
  return GetResolvedConfigCommand;
13822
14007
  }
13823
14008
 
14009
+ var GetTypeTemplateCommand = {};
14010
+
14011
+ var hasRequiredGetTypeTemplateCommand;
14012
+
14013
+ function requireGetTypeTemplateCommand () {
14014
+ if (hasRequiredGetTypeTemplateCommand) return GetTypeTemplateCommand;
14015
+ hasRequiredGetTypeTemplateCommand = 1;
14016
+ (function (exports) {
14017
+ Object.defineProperty(exports, "__esModule", { value: true });
14018
+ exports.GetTypeTemplateCommand = exports.$Command = void 0;
14019
+ const Aws_restJson1_1 = requireAws_restJson1();
14020
+ const middleware_serde_1 = require$$1;
14021
+ const smithy_client_1 = require$$71;
14022
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14023
+ class GetTypeTemplateCommand extends smithy_client_1.Command.classBuilder()
14024
+ .m(function (Command, cs, config, o) {
14025
+ return [
14026
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
14027
+ ];
14028
+ })
14029
+ .s("Superposition", "GetTypeTemplate", {})
14030
+ .n("SuperpositionClient", "GetTypeTemplateCommand")
14031
+ .f(void 0, void 0)
14032
+ .ser(Aws_restJson1_1.se_GetTypeTemplateCommand)
14033
+ .de(Aws_restJson1_1.de_GetTypeTemplateCommand)
14034
+ .build() {
14035
+ }
14036
+ exports.GetTypeTemplateCommand = GetTypeTemplateCommand;
14037
+ } (GetTypeTemplateCommand));
14038
+ return GetTypeTemplateCommand;
14039
+ }
14040
+
13824
14041
  var GetTypeTemplatesListCommand = {};
13825
14042
 
13826
14043
  var hasRequiredGetTypeTemplatesListCommand;
@@ -13833,7 +14050,7 @@ function requireGetTypeTemplatesListCommand () {
13833
14050
  exports.GetTypeTemplatesListCommand = exports.$Command = void 0;
13834
14051
  const Aws_restJson1_1 = requireAws_restJson1();
13835
14052
  const middleware_serde_1 = require$$1;
13836
- const smithy_client_1 = require$$64;
14053
+ const smithy_client_1 = require$$71;
13837
14054
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13838
14055
  class GetTypeTemplatesListCommand extends smithy_client_1.Command.classBuilder()
13839
14056
  .m(function (Command, cs, config, o) {
@@ -13853,6 +14070,70 @@ function requireGetTypeTemplatesListCommand () {
13853
14070
  return GetTypeTemplatesListCommand;
13854
14071
  }
13855
14072
 
14073
+ var GetVersionCommand = {};
14074
+
14075
+ var hasRequiredGetVersionCommand;
14076
+
14077
+ function requireGetVersionCommand () {
14078
+ if (hasRequiredGetVersionCommand) return GetVersionCommand;
14079
+ hasRequiredGetVersionCommand = 1;
14080
+ (function (exports) {
14081
+ Object.defineProperty(exports, "__esModule", { value: true });
14082
+ exports.GetVersionCommand = exports.$Command = void 0;
14083
+ const Aws_restJson1_1 = requireAws_restJson1();
14084
+ const middleware_serde_1 = require$$1;
14085
+ const smithy_client_1 = require$$71;
14086
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14087
+ class GetVersionCommand extends smithy_client_1.Command.classBuilder()
14088
+ .m(function (Command, cs, config, o) {
14089
+ return [
14090
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
14091
+ ];
14092
+ })
14093
+ .s("Superposition", "GetVersion", {})
14094
+ .n("SuperpositionClient", "GetVersionCommand")
14095
+ .f(void 0, void 0)
14096
+ .ser(Aws_restJson1_1.se_GetVersionCommand)
14097
+ .de(Aws_restJson1_1.de_GetVersionCommand)
14098
+ .build() {
14099
+ }
14100
+ exports.GetVersionCommand = GetVersionCommand;
14101
+ } (GetVersionCommand));
14102
+ return GetVersionCommand;
14103
+ }
14104
+
14105
+ var GetWebhookByEventCommand = {};
14106
+
14107
+ var hasRequiredGetWebhookByEventCommand;
14108
+
14109
+ function requireGetWebhookByEventCommand () {
14110
+ if (hasRequiredGetWebhookByEventCommand) return GetWebhookByEventCommand;
14111
+ hasRequiredGetWebhookByEventCommand = 1;
14112
+ (function (exports) {
14113
+ Object.defineProperty(exports, "__esModule", { value: true });
14114
+ exports.GetWebhookByEventCommand = exports.$Command = void 0;
14115
+ const Aws_restJson1_1 = requireAws_restJson1();
14116
+ const middleware_serde_1 = require$$1;
14117
+ const smithy_client_1 = require$$71;
14118
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14119
+ class GetWebhookByEventCommand extends smithy_client_1.Command.classBuilder()
14120
+ .m(function (Command, cs, config, o) {
14121
+ return [
14122
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
14123
+ ];
14124
+ })
14125
+ .s("Superposition", "GetWebhookByEvent", {})
14126
+ .n("SuperpositionClient", "GetWebhookByEventCommand")
14127
+ .f(void 0, void 0)
14128
+ .ser(Aws_restJson1_1.se_GetWebhookByEventCommand)
14129
+ .de(Aws_restJson1_1.de_GetWebhookByEventCommand)
14130
+ .build() {
14131
+ }
14132
+ exports.GetWebhookByEventCommand = GetWebhookByEventCommand;
14133
+ } (GetWebhookByEventCommand));
14134
+ return GetWebhookByEventCommand;
14135
+ }
14136
+
13856
14137
  var GetWebhookCommand = {};
13857
14138
 
13858
14139
  var hasRequiredGetWebhookCommand;
@@ -13865,7 +14146,7 @@ function requireGetWebhookCommand () {
13865
14146
  exports.GetWebhookCommand = exports.$Command = void 0;
13866
14147
  const Aws_restJson1_1 = requireAws_restJson1();
13867
14148
  const middleware_serde_1 = require$$1;
13868
- const smithy_client_1 = require$$64;
14149
+ const smithy_client_1 = require$$71;
13869
14150
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13870
14151
  class GetWebhookCommand extends smithy_client_1.Command.classBuilder()
13871
14152
  .m(function (Command, cs, config, o) {
@@ -13885,6 +14166,38 @@ function requireGetWebhookCommand () {
13885
14166
  return GetWebhookCommand;
13886
14167
  }
13887
14168
 
14169
+ var GetWorkspaceCommand = {};
14170
+
14171
+ var hasRequiredGetWorkspaceCommand;
14172
+
14173
+ function requireGetWorkspaceCommand () {
14174
+ if (hasRequiredGetWorkspaceCommand) return GetWorkspaceCommand;
14175
+ hasRequiredGetWorkspaceCommand = 1;
14176
+ (function (exports) {
14177
+ Object.defineProperty(exports, "__esModule", { value: true });
14178
+ exports.GetWorkspaceCommand = exports.$Command = void 0;
14179
+ const Aws_restJson1_1 = requireAws_restJson1();
14180
+ const middleware_serde_1 = require$$1;
14181
+ const smithy_client_1 = require$$71;
14182
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14183
+ class GetWorkspaceCommand extends smithy_client_1.Command.classBuilder()
14184
+ .m(function (Command, cs, config, o) {
14185
+ return [
14186
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
14187
+ ];
14188
+ })
14189
+ .s("Superposition", "GetWorkspace", {})
14190
+ .n("SuperpositionClient", "GetWorkspaceCommand")
14191
+ .f(void 0, void 0)
14192
+ .ser(Aws_restJson1_1.se_GetWorkspaceCommand)
14193
+ .de(Aws_restJson1_1.de_GetWorkspaceCommand)
14194
+ .build() {
14195
+ }
14196
+ exports.GetWorkspaceCommand = GetWorkspaceCommand;
14197
+ } (GetWorkspaceCommand));
14198
+ return GetWorkspaceCommand;
14199
+ }
14200
+
13888
14201
  var ListAuditLogsCommand = {};
13889
14202
 
13890
14203
  var hasRequiredListAuditLogsCommand;
@@ -13897,7 +14210,7 @@ function requireListAuditLogsCommand () {
13897
14210
  exports.ListAuditLogsCommand = exports.$Command = void 0;
13898
14211
  const Aws_restJson1_1 = requireAws_restJson1();
13899
14212
  const middleware_serde_1 = require$$1;
13900
- const smithy_client_1 = require$$64;
14213
+ const smithy_client_1 = require$$71;
13901
14214
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13902
14215
  class ListAuditLogsCommand extends smithy_client_1.Command.classBuilder()
13903
14216
  .m(function (Command, cs, config, o) {
@@ -13929,7 +14242,7 @@ function requireListContextsCommand () {
13929
14242
  exports.ListContextsCommand = exports.$Command = void 0;
13930
14243
  const Aws_restJson1_1 = requireAws_restJson1();
13931
14244
  const middleware_serde_1 = require$$1;
13932
- const smithy_client_1 = require$$64;
14245
+ const smithy_client_1 = require$$71;
13933
14246
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13934
14247
  class ListContextsCommand extends smithy_client_1.Command.classBuilder()
13935
14248
  .m(function (Command, cs, config, o) {
@@ -13961,7 +14274,7 @@ function requireListDefaultConfigsCommand () {
13961
14274
  exports.ListDefaultConfigsCommand = exports.$Command = void 0;
13962
14275
  const Aws_restJson1_1 = requireAws_restJson1();
13963
14276
  const middleware_serde_1 = require$$1;
13964
- const smithy_client_1 = require$$64;
14277
+ const smithy_client_1 = require$$71;
13965
14278
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13966
14279
  class ListDefaultConfigsCommand extends smithy_client_1.Command.classBuilder()
13967
14280
  .m(function (Command, cs, config, o) {
@@ -13993,7 +14306,7 @@ function requireListDimensionsCommand () {
13993
14306
  exports.ListDimensionsCommand = exports.$Command = void 0;
13994
14307
  const Aws_restJson1_1 = requireAws_restJson1();
13995
14308
  const middleware_serde_1 = require$$1;
13996
- const smithy_client_1 = require$$64;
14309
+ const smithy_client_1 = require$$71;
13997
14310
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
13998
14311
  class ListDimensionsCommand extends smithy_client_1.Command.classBuilder()
13999
14312
  .m(function (Command, cs, config, o) {
@@ -14025,7 +14338,7 @@ function requireListExperimentCommand () {
14025
14338
  exports.ListExperimentCommand = exports.$Command = void 0;
14026
14339
  const Aws_restJson1_1 = requireAws_restJson1();
14027
14340
  const middleware_serde_1 = require$$1;
14028
- const smithy_client_1 = require$$64;
14341
+ const smithy_client_1 = require$$71;
14029
14342
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14030
14343
  class ListExperimentCommand extends smithy_client_1.Command.classBuilder()
14031
14344
  .m(function (Command, cs, config, o) {
@@ -14057,7 +14370,7 @@ function requireListExperimentGroupsCommand () {
14057
14370
  exports.ListExperimentGroupsCommand = exports.$Command = void 0;
14058
14371
  const Aws_restJson1_1 = requireAws_restJson1();
14059
14372
  const middleware_serde_1 = require$$1;
14060
- const smithy_client_1 = require$$64;
14373
+ const smithy_client_1 = require$$71;
14061
14374
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14062
14375
  class ListExperimentGroupsCommand extends smithy_client_1.Command.classBuilder()
14063
14376
  .m(function (Command, cs, config, o) {
@@ -14089,7 +14402,7 @@ function requireListFunctionCommand () {
14089
14402
  exports.ListFunctionCommand = exports.$Command = void 0;
14090
14403
  const Aws_restJson1_1 = requireAws_restJson1();
14091
14404
  const middleware_serde_1 = require$$1;
14092
- const smithy_client_1 = require$$64;
14405
+ const smithy_client_1 = require$$71;
14093
14406
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14094
14407
  class ListFunctionCommand extends smithy_client_1.Command.classBuilder()
14095
14408
  .m(function (Command, cs, config, o) {
@@ -14121,7 +14434,7 @@ function requireListOrganisationCommand () {
14121
14434
  exports.ListOrganisationCommand = exports.$Command = void 0;
14122
14435
  const Aws_restJson1_1 = requireAws_restJson1();
14123
14436
  const middleware_serde_1 = require$$1;
14124
- const smithy_client_1 = require$$64;
14437
+ const smithy_client_1 = require$$71;
14125
14438
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14126
14439
  class ListOrganisationCommand extends smithy_client_1.Command.classBuilder()
14127
14440
  .m(function (Command, cs, config, o) {
@@ -14153,7 +14466,7 @@ function requireListVersionsCommand () {
14153
14466
  exports.ListVersionsCommand = exports.$Command = void 0;
14154
14467
  const Aws_restJson1_1 = requireAws_restJson1();
14155
14468
  const middleware_serde_1 = require$$1;
14156
- const smithy_client_1 = require$$64;
14469
+ const smithy_client_1 = require$$71;
14157
14470
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14158
14471
  class ListVersionsCommand extends smithy_client_1.Command.classBuilder()
14159
14472
  .m(function (Command, cs, config, o) {
@@ -14185,7 +14498,7 @@ function requireListWebhookCommand () {
14185
14498
  exports.ListWebhookCommand = exports.$Command = void 0;
14186
14499
  const Aws_restJson1_1 = requireAws_restJson1();
14187
14500
  const middleware_serde_1 = require$$1;
14188
- const smithy_client_1 = require$$64;
14501
+ const smithy_client_1 = require$$71;
14189
14502
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14190
14503
  class ListWebhookCommand extends smithy_client_1.Command.classBuilder()
14191
14504
  .m(function (Command, cs, config, o) {
@@ -14217,7 +14530,7 @@ function requireListWorkspaceCommand () {
14217
14530
  exports.ListWorkspaceCommand = exports.$Command = void 0;
14218
14531
  const Aws_restJson1_1 = requireAws_restJson1();
14219
14532
  const middleware_serde_1 = require$$1;
14220
- const smithy_client_1 = require$$64;
14533
+ const smithy_client_1 = require$$71;
14221
14534
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14222
14535
  class ListWorkspaceCommand extends smithy_client_1.Command.classBuilder()
14223
14536
  .m(function (Command, cs, config, o) {
@@ -14249,7 +14562,7 @@ function requireMigrateWorkspaceSchemaCommand () {
14249
14562
  exports.MigrateWorkspaceSchemaCommand = exports.$Command = void 0;
14250
14563
  const Aws_restJson1_1 = requireAws_restJson1();
14251
14564
  const middleware_serde_1 = require$$1;
14252
- const smithy_client_1 = require$$64;
14565
+ const smithy_client_1 = require$$71;
14253
14566
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14254
14567
  class MigrateWorkspaceSchemaCommand extends smithy_client_1.Command.classBuilder()
14255
14568
  .m(function (Command, cs, config, o) {
@@ -14281,7 +14594,7 @@ function requireMoveContextCommand () {
14281
14594
  exports.MoveContextCommand = exports.$Command = void 0;
14282
14595
  const Aws_restJson1_1 = requireAws_restJson1();
14283
14596
  const middleware_serde_1 = require$$1;
14284
- const smithy_client_1 = require$$64;
14597
+ const smithy_client_1 = require$$71;
14285
14598
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14286
14599
  class MoveContextCommand extends smithy_client_1.Command.classBuilder()
14287
14600
  .m(function (Command, cs, config, o) {
@@ -14313,7 +14626,7 @@ function requirePauseExperimentCommand () {
14313
14626
  exports.PauseExperimentCommand = exports.$Command = void 0;
14314
14627
  const Aws_restJson1_1 = requireAws_restJson1();
14315
14628
  const middleware_serde_1 = require$$1;
14316
- const smithy_client_1 = require$$64;
14629
+ const smithy_client_1 = require$$71;
14317
14630
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14318
14631
  class PauseExperimentCommand extends smithy_client_1.Command.classBuilder()
14319
14632
  .m(function (Command, cs, config, o) {
@@ -14345,7 +14658,7 @@ function requirePublishCommand () {
14345
14658
  exports.PublishCommand = exports.$Command = void 0;
14346
14659
  const Aws_restJson1_1 = requireAws_restJson1();
14347
14660
  const middleware_serde_1 = require$$1;
14348
- const smithy_client_1 = require$$64;
14661
+ const smithy_client_1 = require$$71;
14349
14662
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14350
14663
  class PublishCommand extends smithy_client_1.Command.classBuilder()
14351
14664
  .m(function (Command, cs, config, o) {
@@ -14377,7 +14690,7 @@ function requireRampExperimentCommand () {
14377
14690
  exports.RampExperimentCommand = exports.$Command = void 0;
14378
14691
  const Aws_restJson1_1 = requireAws_restJson1();
14379
14692
  const middleware_serde_1 = require$$1;
14380
- const smithy_client_1 = require$$64;
14693
+ const smithy_client_1 = require$$71;
14381
14694
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14382
14695
  class RampExperimentCommand extends smithy_client_1.Command.classBuilder()
14383
14696
  .m(function (Command, cs, config, o) {
@@ -14409,7 +14722,7 @@ function requireRemoveMembersFromGroupCommand () {
14409
14722
  exports.RemoveMembersFromGroupCommand = exports.$Command = void 0;
14410
14723
  const Aws_restJson1_1 = requireAws_restJson1();
14411
14724
  const middleware_serde_1 = require$$1;
14412
- const smithy_client_1 = require$$64;
14725
+ const smithy_client_1 = require$$71;
14413
14726
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14414
14727
  class RemoveMembersFromGroupCommand extends smithy_client_1.Command.classBuilder()
14415
14728
  .m(function (Command, cs, config, o) {
@@ -14441,7 +14754,7 @@ function requireResumeExperimentCommand () {
14441
14754
  exports.ResumeExperimentCommand = exports.$Command = void 0;
14442
14755
  const Aws_restJson1_1 = requireAws_restJson1();
14443
14756
  const middleware_serde_1 = require$$1;
14444
- const smithy_client_1 = require$$64;
14757
+ const smithy_client_1 = require$$71;
14445
14758
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14446
14759
  class ResumeExperimentCommand extends smithy_client_1.Command.classBuilder()
14447
14760
  .m(function (Command, cs, config, o) {
@@ -14473,7 +14786,7 @@ function requireTestCommand () {
14473
14786
  exports.TestCommand = exports.$Command = void 0;
14474
14787
  const Aws_restJson1_1 = requireAws_restJson1();
14475
14788
  const middleware_serde_1 = require$$1;
14476
- const smithy_client_1 = require$$64;
14789
+ const smithy_client_1 = require$$71;
14477
14790
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14478
14791
  class TestCommand extends smithy_client_1.Command.classBuilder()
14479
14792
  .m(function (Command, cs, config, o) {
@@ -14505,7 +14818,7 @@ function requireUpdateDefaultConfigCommand () {
14505
14818
  exports.UpdateDefaultConfigCommand = exports.$Command = void 0;
14506
14819
  const Aws_restJson1_1 = requireAws_restJson1();
14507
14820
  const middleware_serde_1 = require$$1;
14508
- const smithy_client_1 = require$$64;
14821
+ const smithy_client_1 = require$$71;
14509
14822
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14510
14823
  class UpdateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
14511
14824
  .m(function (Command, cs, config, o) {
@@ -14537,7 +14850,7 @@ function requireUpdateDimensionCommand () {
14537
14850
  exports.UpdateDimensionCommand = exports.$Command = void 0;
14538
14851
  const Aws_restJson1_1 = requireAws_restJson1();
14539
14852
  const middleware_serde_1 = require$$1;
14540
- const smithy_client_1 = require$$64;
14853
+ const smithy_client_1 = require$$71;
14541
14854
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14542
14855
  class UpdateDimensionCommand extends smithy_client_1.Command.classBuilder()
14543
14856
  .m(function (Command, cs, config, o) {
@@ -14569,7 +14882,7 @@ function requireUpdateExperimentGroupCommand () {
14569
14882
  exports.UpdateExperimentGroupCommand = exports.$Command = void 0;
14570
14883
  const Aws_restJson1_1 = requireAws_restJson1();
14571
14884
  const middleware_serde_1 = require$$1;
14572
- const smithy_client_1 = require$$64;
14885
+ const smithy_client_1 = require$$71;
14573
14886
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14574
14887
  class UpdateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
14575
14888
  .m(function (Command, cs, config, o) {
@@ -14601,7 +14914,7 @@ function requireUpdateFunctionCommand () {
14601
14914
  exports.UpdateFunctionCommand = exports.$Command = void 0;
14602
14915
  const Aws_restJson1_1 = requireAws_restJson1();
14603
14916
  const middleware_serde_1 = require$$1;
14604
- const smithy_client_1 = require$$64;
14917
+ const smithy_client_1 = require$$71;
14605
14918
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14606
14919
  class UpdateFunctionCommand extends smithy_client_1.Command.classBuilder()
14607
14920
  .m(function (Command, cs, config, o) {
@@ -14633,7 +14946,7 @@ function requireUpdateOrganisationCommand () {
14633
14946
  exports.UpdateOrganisationCommand = exports.$Command = void 0;
14634
14947
  const Aws_restJson1_1 = requireAws_restJson1();
14635
14948
  const middleware_serde_1 = require$$1;
14636
- const smithy_client_1 = require$$64;
14949
+ const smithy_client_1 = require$$71;
14637
14950
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14638
14951
  class UpdateOrganisationCommand extends smithy_client_1.Command.classBuilder()
14639
14952
  .m(function (Command, cs, config, o) {
@@ -14665,7 +14978,7 @@ function requireUpdateOverrideCommand () {
14665
14978
  exports.UpdateOverrideCommand = exports.$Command = void 0;
14666
14979
  const Aws_restJson1_1 = requireAws_restJson1();
14667
14980
  const middleware_serde_1 = require$$1;
14668
- const smithy_client_1 = require$$64;
14981
+ const smithy_client_1 = require$$71;
14669
14982
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14670
14983
  class UpdateOverrideCommand extends smithy_client_1.Command.classBuilder()
14671
14984
  .m(function (Command, cs, config, o) {
@@ -14697,7 +15010,7 @@ function requireUpdateOverridesExperimentCommand () {
14697
15010
  exports.UpdateOverridesExperimentCommand = exports.$Command = void 0;
14698
15011
  const Aws_restJson1_1 = requireAws_restJson1();
14699
15012
  const middleware_serde_1 = require$$1;
14700
- const smithy_client_1 = require$$64;
15013
+ const smithy_client_1 = require$$71;
14701
15014
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14702
15015
  class UpdateOverridesExperimentCommand extends smithy_client_1.Command.classBuilder()
14703
15016
  .m(function (Command, cs, config, o) {
@@ -14729,7 +15042,7 @@ function requireUpdateTypeTemplatesCommand () {
14729
15042
  exports.UpdateTypeTemplatesCommand = exports.$Command = void 0;
14730
15043
  const Aws_restJson1_1 = requireAws_restJson1();
14731
15044
  const middleware_serde_1 = require$$1;
14732
- const smithy_client_1 = require$$64;
15045
+ const smithy_client_1 = require$$71;
14733
15046
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14734
15047
  class UpdateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
14735
15048
  .m(function (Command, cs, config, o) {
@@ -14761,7 +15074,7 @@ function requireUpdateWebhookCommand () {
14761
15074
  exports.UpdateWebhookCommand = exports.$Command = void 0;
14762
15075
  const Aws_restJson1_1 = requireAws_restJson1();
14763
15076
  const middleware_serde_1 = require$$1;
14764
- const smithy_client_1 = require$$64;
15077
+ const smithy_client_1 = require$$71;
14765
15078
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14766
15079
  class UpdateWebhookCommand extends smithy_client_1.Command.classBuilder()
14767
15080
  .m(function (Command, cs, config, o) {
@@ -14793,7 +15106,7 @@ function requireUpdateWorkspaceCommand () {
14793
15106
  exports.UpdateWorkspaceCommand = exports.$Command = void 0;
14794
15107
  const Aws_restJson1_1 = requireAws_restJson1();
14795
15108
  const middleware_serde_1 = require$$1;
14796
- const smithy_client_1 = require$$64;
15109
+ const smithy_client_1 = require$$71;
14797
15110
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14798
15111
  class UpdateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
14799
15112
  .m(function (Command, cs, config, o) {
@@ -14813,6 +15126,38 @@ function requireUpdateWorkspaceCommand () {
14813
15126
  return UpdateWorkspaceCommand;
14814
15127
  }
14815
15128
 
15129
+ var ValidateContextCommand = {};
15130
+
15131
+ var hasRequiredValidateContextCommand;
15132
+
15133
+ function requireValidateContextCommand () {
15134
+ if (hasRequiredValidateContextCommand) return ValidateContextCommand;
15135
+ hasRequiredValidateContextCommand = 1;
15136
+ (function (exports) {
15137
+ Object.defineProperty(exports, "__esModule", { value: true });
15138
+ exports.ValidateContextCommand = exports.$Command = void 0;
15139
+ const Aws_restJson1_1 = requireAws_restJson1();
15140
+ const middleware_serde_1 = require$$1;
15141
+ const smithy_client_1 = require$$71;
15142
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
15143
+ class ValidateContextCommand extends smithy_client_1.Command.classBuilder()
15144
+ .m(function (Command, cs, config, o) {
15145
+ return [
15146
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15147
+ ];
15148
+ })
15149
+ .s("Superposition", "ValidateContext", {})
15150
+ .n("SuperpositionClient", "ValidateContextCommand")
15151
+ .f(void 0, void 0)
15152
+ .ser(Aws_restJson1_1.se_ValidateContextCommand)
15153
+ .de(Aws_restJson1_1.de_ValidateContextCommand)
15154
+ .build() {
15155
+ }
15156
+ exports.ValidateContextCommand = ValidateContextCommand;
15157
+ } (ValidateContextCommand));
15158
+ return ValidateContextCommand;
15159
+ }
15160
+
14816
15161
  var WeightRecomputeCommand = {};
14817
15162
 
14818
15163
  var hasRequiredWeightRecomputeCommand;
@@ -14825,7 +15170,7 @@ function requireWeightRecomputeCommand () {
14825
15170
  exports.WeightRecomputeCommand = exports.$Command = void 0;
14826
15171
  const Aws_restJson1_1 = requireAws_restJson1();
14827
15172
  const middleware_serde_1 = require$$1;
14828
- const smithy_client_1 = require$$64;
15173
+ const smithy_client_1 = require$$71;
14829
15174
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
14830
15175
  class WeightRecomputeCommand extends smithy_client_1.Command.classBuilder()
14831
15176
  .m(function (Command, cs, config, o) {
@@ -14873,19 +15218,25 @@ function requireSuperposition () {
14873
15218
  const DeleteExperimentGroupCommand_1 = requireDeleteExperimentGroupCommand();
14874
15219
  const DeleteFunctionCommand_1 = requireDeleteFunctionCommand();
14875
15220
  const DeleteTypeTemplatesCommand_1 = requireDeleteTypeTemplatesCommand();
15221
+ const DeleteWebhookCommand_1 = requireDeleteWebhookCommand();
14876
15222
  const DiscardExperimentCommand_1 = requireDiscardExperimentCommand();
14877
15223
  const GetConfigCommand_1 = requireGetConfigCommand();
14878
15224
  const GetConfigFastCommand_1 = requireGetConfigFastCommand();
14879
15225
  const GetContextCommand_1 = requireGetContextCommand();
14880
15226
  const GetContextFromConditionCommand_1 = requireGetContextFromConditionCommand();
15227
+ const GetDefaultConfigCommand_1 = requireGetDefaultConfigCommand();
14881
15228
  const GetDimensionCommand_1 = requireGetDimensionCommand();
14882
15229
  const GetExperimentCommand_1 = requireGetExperimentCommand();
14883
15230
  const GetExperimentGroupCommand_1 = requireGetExperimentGroupCommand();
14884
15231
  const GetFunctionCommand_1 = requireGetFunctionCommand();
14885
15232
  const GetOrganisationCommand_1 = requireGetOrganisationCommand();
14886
15233
  const GetResolvedConfigCommand_1 = requireGetResolvedConfigCommand();
15234
+ const GetTypeTemplateCommand_1 = requireGetTypeTemplateCommand();
14887
15235
  const GetTypeTemplatesListCommand_1 = requireGetTypeTemplatesListCommand();
15236
+ const GetVersionCommand_1 = requireGetVersionCommand();
15237
+ const GetWebhookByEventCommand_1 = requireGetWebhookByEventCommand();
14888
15238
  const GetWebhookCommand_1 = requireGetWebhookCommand();
15239
+ const GetWorkspaceCommand_1 = requireGetWorkspaceCommand();
14889
15240
  const ListAuditLogsCommand_1 = requireListAuditLogsCommand();
14890
15241
  const ListContextsCommand_1 = requireListContextsCommand();
14891
15242
  const ListDefaultConfigsCommand_1 = requireListDefaultConfigsCommand();
@@ -14915,8 +15266,9 @@ function requireSuperposition () {
14915
15266
  const UpdateTypeTemplatesCommand_1 = requireUpdateTypeTemplatesCommand();
14916
15267
  const UpdateWebhookCommand_1 = requireUpdateWebhookCommand();
14917
15268
  const UpdateWorkspaceCommand_1 = requireUpdateWorkspaceCommand();
15269
+ const ValidateContextCommand_1 = requireValidateContextCommand();
14918
15270
  const WeightRecomputeCommand_1 = requireWeightRecomputeCommand();
14919
- const smithy_client_1 = require$$64;
15271
+ const smithy_client_1 = require$$71;
14920
15272
  const commands = {
14921
15273
  AddMembersToGroupCommand: AddMembersToGroupCommand_1.AddMembersToGroupCommand,
14922
15274
  ApplicableVariantsCommand: ApplicableVariantsCommand_1.ApplicableVariantsCommand,
@@ -14938,19 +15290,25 @@ function requireSuperposition () {
14938
15290
  DeleteExperimentGroupCommand: DeleteExperimentGroupCommand_1.DeleteExperimentGroupCommand,
14939
15291
  DeleteFunctionCommand: DeleteFunctionCommand_1.DeleteFunctionCommand,
14940
15292
  DeleteTypeTemplatesCommand: DeleteTypeTemplatesCommand_1.DeleteTypeTemplatesCommand,
15293
+ DeleteWebhookCommand: DeleteWebhookCommand_1.DeleteWebhookCommand,
14941
15294
  DiscardExperimentCommand: DiscardExperimentCommand_1.DiscardExperimentCommand,
14942
15295
  GetConfigCommand: GetConfigCommand_1.GetConfigCommand,
14943
15296
  GetConfigFastCommand: GetConfigFastCommand_1.GetConfigFastCommand,
14944
15297
  GetContextCommand: GetContextCommand_1.GetContextCommand,
14945
15298
  GetContextFromConditionCommand: GetContextFromConditionCommand_1.GetContextFromConditionCommand,
15299
+ GetDefaultConfigCommand: GetDefaultConfigCommand_1.GetDefaultConfigCommand,
14946
15300
  GetDimensionCommand: GetDimensionCommand_1.GetDimensionCommand,
14947
15301
  GetExperimentCommand: GetExperimentCommand_1.GetExperimentCommand,
14948
15302
  GetExperimentGroupCommand: GetExperimentGroupCommand_1.GetExperimentGroupCommand,
14949
15303
  GetFunctionCommand: GetFunctionCommand_1.GetFunctionCommand,
14950
15304
  GetOrganisationCommand: GetOrganisationCommand_1.GetOrganisationCommand,
14951
15305
  GetResolvedConfigCommand: GetResolvedConfigCommand_1.GetResolvedConfigCommand,
15306
+ GetTypeTemplateCommand: GetTypeTemplateCommand_1.GetTypeTemplateCommand,
14952
15307
  GetTypeTemplatesListCommand: GetTypeTemplatesListCommand_1.GetTypeTemplatesListCommand,
15308
+ GetVersionCommand: GetVersionCommand_1.GetVersionCommand,
14953
15309
  GetWebhookCommand: GetWebhookCommand_1.GetWebhookCommand,
15310
+ GetWebhookByEventCommand: GetWebhookByEventCommand_1.GetWebhookByEventCommand,
15311
+ GetWorkspaceCommand: GetWorkspaceCommand_1.GetWorkspaceCommand,
14954
15312
  ListAuditLogsCommand: ListAuditLogsCommand_1.ListAuditLogsCommand,
14955
15313
  ListContextsCommand: ListContextsCommand_1.ListContextsCommand,
14956
15314
  ListDefaultConfigsCommand: ListDefaultConfigsCommand_1.ListDefaultConfigsCommand,
@@ -14980,6 +15338,7 @@ function requireSuperposition () {
14980
15338
  UpdateTypeTemplatesCommand: UpdateTypeTemplatesCommand_1.UpdateTypeTemplatesCommand,
14981
15339
  UpdateWebhookCommand: UpdateWebhookCommand_1.UpdateWebhookCommand,
14982
15340
  UpdateWorkspaceCommand: UpdateWorkspaceCommand_1.UpdateWorkspaceCommand,
15341
+ ValidateContextCommand: ValidateContextCommand_1.ValidateContextCommand,
14983
15342
  WeightRecomputeCommand: WeightRecomputeCommand_1.WeightRecomputeCommand,
14984
15343
  };
14985
15344
  let Superposition$1 = class Superposition extends SuperpositionClient_1.SuperpositionClient {
@@ -15019,19 +15378,25 @@ function requireCommands () {
15019
15378
  tslib_1.__exportStar(requireDeleteExperimentGroupCommand(), exports);
15020
15379
  tslib_1.__exportStar(requireDeleteFunctionCommand(), exports);
15021
15380
  tslib_1.__exportStar(requireDeleteTypeTemplatesCommand(), exports);
15381
+ tslib_1.__exportStar(requireDeleteWebhookCommand(), exports);
15022
15382
  tslib_1.__exportStar(requireDiscardExperimentCommand(), exports);
15023
15383
  tslib_1.__exportStar(requireGetConfigCommand(), exports);
15024
15384
  tslib_1.__exportStar(requireGetConfigFastCommand(), exports);
15025
15385
  tslib_1.__exportStar(requireGetContextCommand(), exports);
15026
15386
  tslib_1.__exportStar(requireGetContextFromConditionCommand(), exports);
15387
+ tslib_1.__exportStar(requireGetDefaultConfigCommand(), exports);
15027
15388
  tslib_1.__exportStar(requireGetDimensionCommand(), exports);
15028
15389
  tslib_1.__exportStar(requireGetExperimentCommand(), exports);
15029
15390
  tslib_1.__exportStar(requireGetExperimentGroupCommand(), exports);
15030
15391
  tslib_1.__exportStar(requireGetFunctionCommand(), exports);
15031
15392
  tslib_1.__exportStar(requireGetOrganisationCommand(), exports);
15032
15393
  tslib_1.__exportStar(requireGetResolvedConfigCommand(), exports);
15394
+ tslib_1.__exportStar(requireGetTypeTemplateCommand(), exports);
15033
15395
  tslib_1.__exportStar(requireGetTypeTemplatesListCommand(), exports);
15396
+ tslib_1.__exportStar(requireGetVersionCommand(), exports);
15034
15397
  tslib_1.__exportStar(requireGetWebhookCommand(), exports);
15398
+ tslib_1.__exportStar(requireGetWebhookByEventCommand(), exports);
15399
+ tslib_1.__exportStar(requireGetWorkspaceCommand(), exports);
15035
15400
  tslib_1.__exportStar(requireListAuditLogsCommand(), exports);
15036
15401
  tslib_1.__exportStar(requireListContextsCommand(), exports);
15037
15402
  tslib_1.__exportStar(requireListDefaultConfigsCommand(), exports);
@@ -15061,6 +15426,7 @@ function requireCommands () {
15061
15426
  tslib_1.__exportStar(requireUpdateTypeTemplatesCommand(), exports);
15062
15427
  tslib_1.__exportStar(requireUpdateWebhookCommand(), exports);
15063
15428
  tslib_1.__exportStar(requireUpdateWorkspaceCommand(), exports);
15429
+ tslib_1.__exportStar(requireValidateContextCommand(), exports);
15064
15430
  tslib_1.__exportStar(requireWeightRecomputeCommand(), exports);
15065
15431
  } (commands));
15066
15432
  return commands;