superposition-provider 0.94.5 → 0.95.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.esm.js +489 -83
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +489 -83
- package/dist/index.js.map +1 -1
- package/dist/native-lib/libsuperposition_core-aarch64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-pc-windows-msvc.dll +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-unknown-linux-gnu.so +0 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3144,6 +3144,11 @@ function requireHttpAuthSchemeProvider () {
|
|
|
3144
3144
|
};
|
|
3145
3145
|
};
|
|
3146
3146
|
httpAuthSchemeProvider.defaultSuperpositionHttpAuthSchemeParametersProvider = defaultSuperpositionHttpAuthSchemeParametersProvider;
|
|
3147
|
+
function createSmithyApiHttpBasicAuthHttpAuthOption(authParameters) {
|
|
3148
|
+
return {
|
|
3149
|
+
schemeId: "smithy.api#httpBasicAuth",
|
|
3150
|
+
};
|
|
3151
|
+
}
|
|
3147
3152
|
function createSmithyApiHttpBearerAuthHttpAuthOption(authParameters) {
|
|
3148
3153
|
return {
|
|
3149
3154
|
schemeId: "smithy.api#httpBearerAuth",
|
|
@@ -3154,6 +3159,7 @@ function requireHttpAuthSchemeProvider () {
|
|
|
3154
3159
|
switch (authParameters.operation) {
|
|
3155
3160
|
default:
|
|
3156
3161
|
{
|
|
3162
|
+
options.push(createSmithyApiHttpBasicAuthHttpAuthOption());
|
|
3157
3163
|
options.push(createSmithyApiHttpBearerAuthHttpAuthOption());
|
|
3158
3164
|
}
|
|
3159
3165
|
}
|
|
@@ -8337,7 +8343,7 @@ var require$$8 = /*@__PURE__*/getAugmentedNamespace(distEs$a);
|
|
|
8337
8343
|
|
|
8338
8344
|
var runtimeConfig_shared = {};
|
|
8339
8345
|
|
|
8340
|
-
var require$$
|
|
8346
|
+
var require$$76 = /*@__PURE__*/getAugmentedNamespace(distEs$f);
|
|
8341
8347
|
|
|
8342
8348
|
function parseQueryString(querystring) {
|
|
8343
8349
|
const query = {};
|
|
@@ -8401,7 +8407,7 @@ function requireRuntimeConfig_shared () {
|
|
|
8401
8407
|
runtimeConfig_shared.getRuntimeConfig = void 0;
|
|
8402
8408
|
const httpAuthSchemeProvider_1 = requireHttpAuthSchemeProvider();
|
|
8403
8409
|
const core_1 = require$$3$3;
|
|
8404
|
-
const smithy_client_1 = require$$
|
|
8410
|
+
const smithy_client_1 = require$$76;
|
|
8405
8411
|
const url_parser_1 = require$$3$1;
|
|
8406
8412
|
const util_base64_1 = require$$4$1;
|
|
8407
8413
|
const util_utf8_1 = require$$5$1;
|
|
@@ -8705,9 +8711,9 @@ function requireRuntimeConfig () {
|
|
|
8705
8711
|
const util_body_length_node_1 = require$$7$1;
|
|
8706
8712
|
const util_retry_1 = require$$8;
|
|
8707
8713
|
const runtimeConfig_shared_1 = requireRuntimeConfig_shared();
|
|
8708
|
-
const smithy_client_1 = require$$
|
|
8714
|
+
const smithy_client_1 = require$$76;
|
|
8709
8715
|
const util_defaults_mode_node_1 = require$$11;
|
|
8710
|
-
const smithy_client_2 = require$$
|
|
8716
|
+
const smithy_client_2 = require$$76;
|
|
8711
8717
|
const getRuntimeConfig = (config) => {
|
|
8712
8718
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
8713
8719
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -8798,7 +8804,7 @@ function requireRuntimeExtensions () {
|
|
|
8798
8804
|
runtimeExtensions.resolveRuntimeExtensions = void 0;
|
|
8799
8805
|
const httpAuthExtensionConfiguration_1 = requireHttpAuthExtensionConfiguration();
|
|
8800
8806
|
const protocol_http_1 = require$$1$1;
|
|
8801
|
-
const smithy_client_1 = require$$
|
|
8807
|
+
const smithy_client_1 = require$$76;
|
|
8802
8808
|
const asPartial = (t) => t;
|
|
8803
8809
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
8804
8810
|
const extensionConfiguration = {
|
|
@@ -9027,7 +9033,7 @@ function requireSuperpositionClient () {
|
|
|
9027
9033
|
const core_1 = require$$3$3;
|
|
9028
9034
|
const middleware_content_length_1 = require$$9;
|
|
9029
9035
|
const middleware_retry_1 = require$$10;
|
|
9030
|
-
const smithy_client_1 = require$$
|
|
9036
|
+
const smithy_client_1 = require$$76;
|
|
9031
9037
|
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
9032
9038
|
class SuperpositionClient extends smithy_client_1.Client {
|
|
9033
9039
|
config;
|
|
@@ -9079,7 +9085,7 @@ function requireSuperpositionServiceException () {
|
|
|
9079
9085
|
(function (exports) {
|
|
9080
9086
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9081
9087
|
exports.SuperpositionServiceException = exports.__ServiceException = void 0;
|
|
9082
|
-
const smithy_client_1 = require$$
|
|
9088
|
+
const smithy_client_1 = require$$76;
|
|
9083
9089
|
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
9084
9090
|
class SuperpositionServiceException extends smithy_client_1.ServiceException {
|
|
9085
9091
|
constructor(options) {
|
|
@@ -9100,7 +9106,7 @@ function requireModels_0 () {
|
|
|
9100
9106
|
if (hasRequiredModels_0) return models_0;
|
|
9101
9107
|
hasRequiredModels_0 = 1;
|
|
9102
9108
|
Object.defineProperty(models_0, "__esModule", { value: true });
|
|
9103
|
-
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.AuditAction = models_0.VariantType = models_0.ResourceNotFound = models_0.InternalServerError = models_0.GroupType = void 0;
|
|
9109
|
+
models_0.VariableSortOn = 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.AuditAction = models_0.VariantType = models_0.ResourceNotFound = models_0.InternalServerError = models_0.GroupType = void 0;
|
|
9104
9110
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
9105
9111
|
models_0.GroupType = {
|
|
9106
9112
|
SYSTEM_GENERATED: "SYSTEM_GENERATED",
|
|
@@ -9266,6 +9272,11 @@ function requireModels_0 () {
|
|
|
9266
9272
|
DRAFT: "draft",
|
|
9267
9273
|
PUBLISHED: "published",
|
|
9268
9274
|
};
|
|
9275
|
+
models_0.VariableSortOn = {
|
|
9276
|
+
CREATED_AT: "created_at",
|
|
9277
|
+
LAST_MODIFIED_AT: "last_modified_at",
|
|
9278
|
+
NAME: "name",
|
|
9279
|
+
};
|
|
9269
9280
|
return models_0;
|
|
9270
9281
|
}
|
|
9271
9282
|
|
|
@@ -9277,14 +9288,14 @@ function requireAws_restJson1 () {
|
|
|
9277
9288
|
if (hasRequiredAws_restJson1) return Aws_restJson1;
|
|
9278
9289
|
hasRequiredAws_restJson1 = 1;
|
|
9279
9290
|
Object.defineProperty(Aws_restJson1, "__esModule", { value: true });
|
|
9280
|
-
Aws_restJson1.
|
|
9281
|
-
Aws_restJson1.
|
|
9282
|
-
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;
|
|
9291
|
+
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_GetVariableCommand = 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_DeleteVariableCommand = 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_CreateVariableCommand = 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;
|
|
9292
|
+
Aws_restJson1.de_GetConfigCommand = Aws_restJson1.de_DiscardExperimentCommand = Aws_restJson1.de_DeleteWebhookCommand = Aws_restJson1.de_DeleteVariableCommand = 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_CreateVariableCommand = 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_UpdateVariableCommand = 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 = Aws_restJson1.se_ListWorkspaceCommand = Aws_restJson1.se_ListWebhookCommand = Aws_restJson1.se_ListVersionsCommand = Aws_restJson1.se_ListVariablesCommand = void 0;
|
|
9293
|
+
Aws_restJson1.de_WeightRecomputeCommand = Aws_restJson1.de_ValidateContextCommand = Aws_restJson1.de_UpdateWorkspaceCommand = Aws_restJson1.de_UpdateWebhookCommand = Aws_restJson1.de_UpdateVariableCommand = 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_ListVariablesCommand = 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_GetVariableCommand = Aws_restJson1.de_GetTypeTemplatesListCommand = Aws_restJson1.de_GetTypeTemplateCommand = 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_GetDefaultConfigCommand = Aws_restJson1.de_GetContextFromConditionCommand = Aws_restJson1.de_GetContextCommand = Aws_restJson1.de_GetConfigFastCommand = void 0;
|
|
9283
9294
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
9284
9295
|
const models_0_1 = requireModels_0();
|
|
9285
9296
|
const core_1 = require$$2;
|
|
9286
9297
|
const core_2 = require$$3$3;
|
|
9287
|
-
const smithy_client_1 = require$$
|
|
9298
|
+
const smithy_client_1 = require$$76;
|
|
9288
9299
|
const se_AddMembersToGroupCommand = async (input, context) => {
|
|
9289
9300
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9290
9301
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9549,6 +9560,27 @@ function requireAws_restJson1 () {
|
|
|
9549
9560
|
return b.build();
|
|
9550
9561
|
};
|
|
9551
9562
|
Aws_restJson1.se_CreateTypeTemplatesCommand = se_CreateTypeTemplatesCommand;
|
|
9563
|
+
const se_CreateVariableCommand = async (input, context) => {
|
|
9564
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
9565
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
9566
|
+
'content-type': 'application/json',
|
|
9567
|
+
[_xw]: input[_wi],
|
|
9568
|
+
[_xoi]: input[_oi],
|
|
9569
|
+
});
|
|
9570
|
+
b.bp("/variables");
|
|
9571
|
+
let body;
|
|
9572
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9573
|
+
'change_reason': [],
|
|
9574
|
+
'description': [],
|
|
9575
|
+
'name': [],
|
|
9576
|
+
'value': [],
|
|
9577
|
+
}));
|
|
9578
|
+
b.m("POST")
|
|
9579
|
+
.h(headers)
|
|
9580
|
+
.b(body);
|
|
9581
|
+
return b.build();
|
|
9582
|
+
};
|
|
9583
|
+
Aws_restJson1.se_CreateVariableCommand = se_CreateVariableCommand;
|
|
9552
9584
|
const se_CreateWebhookCommand = async (input, context) => {
|
|
9553
9585
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9554
9586
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9689,6 +9721,21 @@ function requireAws_restJson1 () {
|
|
|
9689
9721
|
return b.build();
|
|
9690
9722
|
};
|
|
9691
9723
|
Aws_restJson1.se_DeleteTypeTemplatesCommand = se_DeleteTypeTemplatesCommand;
|
|
9724
|
+
const se_DeleteVariableCommand = async (input, context) => {
|
|
9725
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
9726
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
9727
|
+
[_xw]: input[_wi],
|
|
9728
|
+
[_xoi]: input[_oi],
|
|
9729
|
+
});
|
|
9730
|
+
b.bp("/variables/{name}");
|
|
9731
|
+
b.p('name', () => input.name, '{name}', false);
|
|
9732
|
+
let body;
|
|
9733
|
+
b.m("DELETE")
|
|
9734
|
+
.h(headers)
|
|
9735
|
+
.b(body);
|
|
9736
|
+
return b.build();
|
|
9737
|
+
};
|
|
9738
|
+
Aws_restJson1.se_DeleteVariableCommand = se_DeleteVariableCommand;
|
|
9692
9739
|
const se_DeleteWebhookCommand = async (input, context) => {
|
|
9693
9740
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9694
9741
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9948,6 +9995,21 @@ function requireAws_restJson1 () {
|
|
|
9948
9995
|
return b.build();
|
|
9949
9996
|
};
|
|
9950
9997
|
Aws_restJson1.se_GetTypeTemplatesListCommand = se_GetTypeTemplatesListCommand;
|
|
9998
|
+
const se_GetVariableCommand = async (input, context) => {
|
|
9999
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
10000
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
10001
|
+
[_xw]: input[_wi],
|
|
10002
|
+
[_xoi]: input[_oi],
|
|
10003
|
+
});
|
|
10004
|
+
b.bp("/variables/{name}");
|
|
10005
|
+
b.p('name', () => input.name, '{name}', false);
|
|
10006
|
+
let body;
|
|
10007
|
+
b.m("GET")
|
|
10008
|
+
.h(headers)
|
|
10009
|
+
.b(body);
|
|
10010
|
+
return b.build();
|
|
10011
|
+
};
|
|
10012
|
+
Aws_restJson1.se_GetVariableCommand = se_GetVariableCommand;
|
|
9951
10013
|
const se_GetVersionCommand = async (input, context) => {
|
|
9952
10014
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9953
10015
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -10196,6 +10258,31 @@ function requireAws_restJson1 () {
|
|
|
10196
10258
|
return b.build();
|
|
10197
10259
|
};
|
|
10198
10260
|
Aws_restJson1.se_ListOrganisationCommand = se_ListOrganisationCommand;
|
|
10261
|
+
const se_ListVariablesCommand = async (input, context) => {
|
|
10262
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
10263
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
10264
|
+
[_xw]: input[_wi],
|
|
10265
|
+
[_xoi]: input[_oi],
|
|
10266
|
+
});
|
|
10267
|
+
b.bp("/variables");
|
|
10268
|
+
const query = (0, smithy_client_1.map)({
|
|
10269
|
+
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
10270
|
+
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
10271
|
+
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
10272
|
+
[_n]: [, input[_n]],
|
|
10273
|
+
[_cb]: [, input[_cb]],
|
|
10274
|
+
[_lmb]: [, input[_lmb]],
|
|
10275
|
+
[_so]: [, input[_so]],
|
|
10276
|
+
[_sb]: [, input[_sb]],
|
|
10277
|
+
});
|
|
10278
|
+
let body;
|
|
10279
|
+
b.m("GET")
|
|
10280
|
+
.h(headers)
|
|
10281
|
+
.q(query)
|
|
10282
|
+
.b(body);
|
|
10283
|
+
return b.build();
|
|
10284
|
+
};
|
|
10285
|
+
Aws_restJson1.se_ListVariablesCommand = se_ListVariablesCommand;
|
|
10199
10286
|
const se_ListVersionsCommand = async (input, context) => {
|
|
10200
10287
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
10201
10288
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -10592,6 +10679,27 @@ function requireAws_restJson1 () {
|
|
|
10592
10679
|
return b.build();
|
|
10593
10680
|
};
|
|
10594
10681
|
Aws_restJson1.se_UpdateTypeTemplatesCommand = se_UpdateTypeTemplatesCommand;
|
|
10682
|
+
const se_UpdateVariableCommand = async (input, context) => {
|
|
10683
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
10684
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
10685
|
+
'content-type': 'application/json',
|
|
10686
|
+
[_xw]: input[_wi],
|
|
10687
|
+
[_xoi]: input[_oi],
|
|
10688
|
+
});
|
|
10689
|
+
b.bp("/variables/{name}");
|
|
10690
|
+
b.p('name', () => input.name, '{name}', false);
|
|
10691
|
+
let body;
|
|
10692
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
10693
|
+
'change_reason': [],
|
|
10694
|
+
'description': [],
|
|
10695
|
+
'value': [],
|
|
10696
|
+
}));
|
|
10697
|
+
b.m("PATCH")
|
|
10698
|
+
.h(headers)
|
|
10699
|
+
.b(body);
|
|
10700
|
+
return b.build();
|
|
10701
|
+
};
|
|
10702
|
+
Aws_restJson1.se_UpdateVariableCommand = se_UpdateVariableCommand;
|
|
10595
10703
|
const se_UpdateWebhookCommand = async (input, context) => {
|
|
10596
10704
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
10597
10705
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -10983,6 +11091,28 @@ function requireAws_restJson1 () {
|
|
|
10983
11091
|
return contents;
|
|
10984
11092
|
};
|
|
10985
11093
|
Aws_restJson1.de_CreateTypeTemplatesCommand = de_CreateTypeTemplatesCommand;
|
|
11094
|
+
const de_CreateVariableCommand = async (output, context) => {
|
|
11095
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11096
|
+
return de_CommandError(output, context);
|
|
11097
|
+
}
|
|
11098
|
+
const contents = (0, smithy_client_1.map)({
|
|
11099
|
+
$metadata: deserializeMetadata(output),
|
|
11100
|
+
});
|
|
11101
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
11102
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
11103
|
+
'change_reason': smithy_client_1.expectString,
|
|
11104
|
+
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11105
|
+
'created_by': smithy_client_1.expectString,
|
|
11106
|
+
'description': smithy_client_1.expectString,
|
|
11107
|
+
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11108
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
11109
|
+
'name': smithy_client_1.expectString,
|
|
11110
|
+
'value': smithy_client_1.expectString,
|
|
11111
|
+
});
|
|
11112
|
+
Object.assign(contents, doc);
|
|
11113
|
+
return contents;
|
|
11114
|
+
};
|
|
11115
|
+
Aws_restJson1.de_CreateVariableCommand = de_CreateVariableCommand;
|
|
10986
11116
|
const de_CreateWebhookCommand = async (output, context) => {
|
|
10987
11117
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10988
11118
|
return de_CommandError(output, context);
|
|
@@ -11136,6 +11266,28 @@ function requireAws_restJson1 () {
|
|
|
11136
11266
|
return contents;
|
|
11137
11267
|
};
|
|
11138
11268
|
Aws_restJson1.de_DeleteTypeTemplatesCommand = de_DeleteTypeTemplatesCommand;
|
|
11269
|
+
const de_DeleteVariableCommand = async (output, context) => {
|
|
11270
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11271
|
+
return de_CommandError(output, context);
|
|
11272
|
+
}
|
|
11273
|
+
const contents = (0, smithy_client_1.map)({
|
|
11274
|
+
$metadata: deserializeMetadata(output),
|
|
11275
|
+
});
|
|
11276
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
11277
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
11278
|
+
'change_reason': smithy_client_1.expectString,
|
|
11279
|
+
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11280
|
+
'created_by': smithy_client_1.expectString,
|
|
11281
|
+
'description': smithy_client_1.expectString,
|
|
11282
|
+
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11283
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
11284
|
+
'name': smithy_client_1.expectString,
|
|
11285
|
+
'value': smithy_client_1.expectString,
|
|
11286
|
+
});
|
|
11287
|
+
Object.assign(contents, doc);
|
|
11288
|
+
return contents;
|
|
11289
|
+
};
|
|
11290
|
+
Aws_restJson1.de_DeleteVariableCommand = de_DeleteVariableCommand;
|
|
11139
11291
|
const de_DeleteWebhookCommand = async (output, context) => {
|
|
11140
11292
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
11141
11293
|
return de_CommandError(output, context);
|
|
@@ -11492,6 +11644,28 @@ function requireAws_restJson1 () {
|
|
|
11492
11644
|
return contents;
|
|
11493
11645
|
};
|
|
11494
11646
|
Aws_restJson1.de_GetTypeTemplatesListCommand = de_GetTypeTemplatesListCommand;
|
|
11647
|
+
const de_GetVariableCommand = async (output, context) => {
|
|
11648
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11649
|
+
return de_CommandError(output, context);
|
|
11650
|
+
}
|
|
11651
|
+
const contents = (0, smithy_client_1.map)({
|
|
11652
|
+
$metadata: deserializeMetadata(output),
|
|
11653
|
+
});
|
|
11654
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
11655
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
11656
|
+
'change_reason': smithy_client_1.expectString,
|
|
11657
|
+
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11658
|
+
'created_by': smithy_client_1.expectString,
|
|
11659
|
+
'description': smithy_client_1.expectString,
|
|
11660
|
+
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11661
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
11662
|
+
'name': smithy_client_1.expectString,
|
|
11663
|
+
'value': smithy_client_1.expectString,
|
|
11664
|
+
});
|
|
11665
|
+
Object.assign(contents, doc);
|
|
11666
|
+
return contents;
|
|
11667
|
+
};
|
|
11668
|
+
Aws_restJson1.de_GetVariableCommand = de_GetVariableCommand;
|
|
11495
11669
|
const de_GetVersionCommand = async (output, context) => {
|
|
11496
11670
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11497
11671
|
return de_CommandError(output, context);
|
|
@@ -11736,6 +11910,23 @@ function requireAws_restJson1 () {
|
|
|
11736
11910
|
return contents;
|
|
11737
11911
|
};
|
|
11738
11912
|
Aws_restJson1.de_ListOrganisationCommand = de_ListOrganisationCommand;
|
|
11913
|
+
const de_ListVariablesCommand = async (output, context) => {
|
|
11914
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11915
|
+
return de_CommandError(output, context);
|
|
11916
|
+
}
|
|
11917
|
+
const contents = (0, smithy_client_1.map)({
|
|
11918
|
+
$metadata: deserializeMetadata(output),
|
|
11919
|
+
});
|
|
11920
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
11921
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
11922
|
+
'data': _ => de_VariableList(_),
|
|
11923
|
+
'total_items': smithy_client_1.expectInt32,
|
|
11924
|
+
'total_pages': smithy_client_1.expectInt32,
|
|
11925
|
+
});
|
|
11926
|
+
Object.assign(contents, doc);
|
|
11927
|
+
return contents;
|
|
11928
|
+
};
|
|
11929
|
+
Aws_restJson1.de_ListVariablesCommand = de_ListVariablesCommand;
|
|
11739
11930
|
const de_ListVersionsCommand = async (output, context) => {
|
|
11740
11931
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11741
11932
|
return de_CommandError(output, context);
|
|
@@ -12233,6 +12424,28 @@ function requireAws_restJson1 () {
|
|
|
12233
12424
|
return contents;
|
|
12234
12425
|
};
|
|
12235
12426
|
Aws_restJson1.de_UpdateTypeTemplatesCommand = de_UpdateTypeTemplatesCommand;
|
|
12427
|
+
const de_UpdateVariableCommand = async (output, context) => {
|
|
12428
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
12429
|
+
return de_CommandError(output, context);
|
|
12430
|
+
}
|
|
12431
|
+
const contents = (0, smithy_client_1.map)({
|
|
12432
|
+
$metadata: deserializeMetadata(output),
|
|
12433
|
+
});
|
|
12434
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
12435
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
12436
|
+
'change_reason': smithy_client_1.expectString,
|
|
12437
|
+
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12438
|
+
'created_by': smithy_client_1.expectString,
|
|
12439
|
+
'description': smithy_client_1.expectString,
|
|
12440
|
+
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12441
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
12442
|
+
'name': smithy_client_1.expectString,
|
|
12443
|
+
'value': smithy_client_1.expectString,
|
|
12444
|
+
});
|
|
12445
|
+
Object.assign(contents, doc);
|
|
12446
|
+
return contents;
|
|
12447
|
+
};
|
|
12448
|
+
Aws_restJson1.de_UpdateVariableCommand = de_UpdateVariableCommand;
|
|
12236
12449
|
const de_UpdateWebhookCommand = async (output, context) => {
|
|
12237
12450
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
12238
12451
|
return de_CommandError(output, context);
|
|
@@ -12827,6 +13040,24 @@ function requireAws_restJson1 () {
|
|
|
12827
13040
|
'type_schema': (_) => de_Object(_),
|
|
12828
13041
|
});
|
|
12829
13042
|
};
|
|
13043
|
+
const de_VariableList = (output, context) => {
|
|
13044
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
13045
|
+
return de_VariableResponse(entry);
|
|
13046
|
+
});
|
|
13047
|
+
return retVal;
|
|
13048
|
+
};
|
|
13049
|
+
const de_VariableResponse = (output, context) => {
|
|
13050
|
+
return (0, smithy_client_1.take)(output, {
|
|
13051
|
+
'change_reason': smithy_client_1.expectString,
|
|
13052
|
+
'created_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13053
|
+
'created_by': smithy_client_1.expectString,
|
|
13054
|
+
'description': smithy_client_1.expectString,
|
|
13055
|
+
'last_modified_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13056
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
13057
|
+
'name': smithy_client_1.expectString,
|
|
13058
|
+
'value': smithy_client_1.expectString,
|
|
13059
|
+
});
|
|
13060
|
+
};
|
|
12830
13061
|
const de_Variant = (output, context) => {
|
|
12831
13062
|
return (0, smithy_client_1.take)(output, {
|
|
12832
13063
|
'context_id': smithy_client_1.expectString,
|
|
@@ -12967,7 +13198,7 @@ function requireAddMembersToGroupCommand () {
|
|
|
12967
13198
|
exports.AddMembersToGroupCommand = exports.$Command = void 0;
|
|
12968
13199
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
12969
13200
|
const middleware_serde_1 = require$$1;
|
|
12970
|
-
const smithy_client_1 = require$$
|
|
13201
|
+
const smithy_client_1 = require$$76;
|
|
12971
13202
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
12972
13203
|
class AddMembersToGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
12973
13204
|
.m(function (Command, cs, config, o) {
|
|
@@ -12999,7 +13230,7 @@ function requireApplicableVariantsCommand () {
|
|
|
12999
13230
|
exports.ApplicableVariantsCommand = exports.$Command = void 0;
|
|
13000
13231
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13001
13232
|
const middleware_serde_1 = require$$1;
|
|
13002
|
-
const smithy_client_1 = require$$
|
|
13233
|
+
const smithy_client_1 = require$$76;
|
|
13003
13234
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13004
13235
|
class ApplicableVariantsCommand extends smithy_client_1.Command.classBuilder()
|
|
13005
13236
|
.m(function (Command, cs, config, o) {
|
|
@@ -13031,7 +13262,7 @@ function requireBulkOperationCommand () {
|
|
|
13031
13262
|
exports.BulkOperationCommand = exports.$Command = void 0;
|
|
13032
13263
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13033
13264
|
const middleware_serde_1 = require$$1;
|
|
13034
|
-
const smithy_client_1 = require$$
|
|
13265
|
+
const smithy_client_1 = require$$76;
|
|
13035
13266
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13036
13267
|
class BulkOperationCommand extends smithy_client_1.Command.classBuilder()
|
|
13037
13268
|
.m(function (Command, cs, config, o) {
|
|
@@ -13063,7 +13294,7 @@ function requireConcludeExperimentCommand () {
|
|
|
13063
13294
|
exports.ConcludeExperimentCommand = exports.$Command = void 0;
|
|
13064
13295
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13065
13296
|
const middleware_serde_1 = require$$1;
|
|
13066
|
-
const smithy_client_1 = require$$
|
|
13297
|
+
const smithy_client_1 = require$$76;
|
|
13067
13298
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13068
13299
|
class ConcludeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13069
13300
|
.m(function (Command, cs, config, o) {
|
|
@@ -13095,7 +13326,7 @@ function requireCreateContextCommand () {
|
|
|
13095
13326
|
exports.CreateContextCommand = exports.$Command = void 0;
|
|
13096
13327
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13097
13328
|
const middleware_serde_1 = require$$1;
|
|
13098
|
-
const smithy_client_1 = require$$
|
|
13329
|
+
const smithy_client_1 = require$$76;
|
|
13099
13330
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13100
13331
|
class CreateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13101
13332
|
.m(function (Command, cs, config, o) {
|
|
@@ -13127,7 +13358,7 @@ function requireCreateDefaultConfigCommand () {
|
|
|
13127
13358
|
exports.CreateDefaultConfigCommand = exports.$Command = void 0;
|
|
13128
13359
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13129
13360
|
const middleware_serde_1 = require$$1;
|
|
13130
|
-
const smithy_client_1 = require$$
|
|
13361
|
+
const smithy_client_1 = require$$76;
|
|
13131
13362
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13132
13363
|
class CreateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13133
13364
|
.m(function (Command, cs, config, o) {
|
|
@@ -13159,7 +13390,7 @@ function requireCreateDimensionCommand () {
|
|
|
13159
13390
|
exports.CreateDimensionCommand = exports.$Command = void 0;
|
|
13160
13391
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13161
13392
|
const middleware_serde_1 = require$$1;
|
|
13162
|
-
const smithy_client_1 = require$$
|
|
13393
|
+
const smithy_client_1 = require$$76;
|
|
13163
13394
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13164
13395
|
class CreateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13165
13396
|
.m(function (Command, cs, config, o) {
|
|
@@ -13191,7 +13422,7 @@ function requireCreateExperimentCommand () {
|
|
|
13191
13422
|
exports.CreateExperimentCommand = exports.$Command = void 0;
|
|
13192
13423
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13193
13424
|
const middleware_serde_1 = require$$1;
|
|
13194
|
-
const smithy_client_1 = require$$
|
|
13425
|
+
const smithy_client_1 = require$$76;
|
|
13195
13426
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13196
13427
|
class CreateExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13197
13428
|
.m(function (Command, cs, config, o) {
|
|
@@ -13223,7 +13454,7 @@ function requireCreateExperimentGroupCommand () {
|
|
|
13223
13454
|
exports.CreateExperimentGroupCommand = exports.$Command = void 0;
|
|
13224
13455
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13225
13456
|
const middleware_serde_1 = require$$1;
|
|
13226
|
-
const smithy_client_1 = require$$
|
|
13457
|
+
const smithy_client_1 = require$$76;
|
|
13227
13458
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13228
13459
|
class CreateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13229
13460
|
.m(function (Command, cs, config, o) {
|
|
@@ -13255,7 +13486,7 @@ function requireCreateFunctionCommand () {
|
|
|
13255
13486
|
exports.CreateFunctionCommand = exports.$Command = void 0;
|
|
13256
13487
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13257
13488
|
const middleware_serde_1 = require$$1;
|
|
13258
|
-
const smithy_client_1 = require$$
|
|
13489
|
+
const smithy_client_1 = require$$76;
|
|
13259
13490
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13260
13491
|
class CreateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
13261
13492
|
.m(function (Command, cs, config, o) {
|
|
@@ -13287,7 +13518,7 @@ function requireCreateOrganisationCommand () {
|
|
|
13287
13518
|
exports.CreateOrganisationCommand = exports.$Command = void 0;
|
|
13288
13519
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13289
13520
|
const middleware_serde_1 = require$$1;
|
|
13290
|
-
const smithy_client_1 = require$$
|
|
13521
|
+
const smithy_client_1 = require$$76;
|
|
13291
13522
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13292
13523
|
class CreateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
13293
13524
|
.m(function (Command, cs, config, o) {
|
|
@@ -13319,7 +13550,7 @@ function requireCreateTypeTemplatesCommand () {
|
|
|
13319
13550
|
exports.CreateTypeTemplatesCommand = exports.$Command = void 0;
|
|
13320
13551
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13321
13552
|
const middleware_serde_1 = require$$1;
|
|
13322
|
-
const smithy_client_1 = require$$
|
|
13553
|
+
const smithy_client_1 = require$$76;
|
|
13323
13554
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13324
13555
|
class CreateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
13325
13556
|
.m(function (Command, cs, config, o) {
|
|
@@ -13339,6 +13570,38 @@ function requireCreateTypeTemplatesCommand () {
|
|
|
13339
13570
|
return CreateTypeTemplatesCommand;
|
|
13340
13571
|
}
|
|
13341
13572
|
|
|
13573
|
+
var CreateVariableCommand = {};
|
|
13574
|
+
|
|
13575
|
+
var hasRequiredCreateVariableCommand;
|
|
13576
|
+
|
|
13577
|
+
function requireCreateVariableCommand () {
|
|
13578
|
+
if (hasRequiredCreateVariableCommand) return CreateVariableCommand;
|
|
13579
|
+
hasRequiredCreateVariableCommand = 1;
|
|
13580
|
+
(function (exports) {
|
|
13581
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13582
|
+
exports.CreateVariableCommand = exports.$Command = void 0;
|
|
13583
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13584
|
+
const middleware_serde_1 = require$$1;
|
|
13585
|
+
const smithy_client_1 = require$$76;
|
|
13586
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13587
|
+
class CreateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
13588
|
+
.m(function (Command, cs, config, o) {
|
|
13589
|
+
return [
|
|
13590
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13591
|
+
];
|
|
13592
|
+
})
|
|
13593
|
+
.s("Superposition", "CreateVariable", {})
|
|
13594
|
+
.n("SuperpositionClient", "CreateVariableCommand")
|
|
13595
|
+
.f(void 0, void 0)
|
|
13596
|
+
.ser(Aws_restJson1_1.se_CreateVariableCommand)
|
|
13597
|
+
.de(Aws_restJson1_1.de_CreateVariableCommand)
|
|
13598
|
+
.build() {
|
|
13599
|
+
}
|
|
13600
|
+
exports.CreateVariableCommand = CreateVariableCommand;
|
|
13601
|
+
} (CreateVariableCommand));
|
|
13602
|
+
return CreateVariableCommand;
|
|
13603
|
+
}
|
|
13604
|
+
|
|
13342
13605
|
var CreateWebhookCommand = {};
|
|
13343
13606
|
|
|
13344
13607
|
var hasRequiredCreateWebhookCommand;
|
|
@@ -13351,7 +13614,7 @@ function requireCreateWebhookCommand () {
|
|
|
13351
13614
|
exports.CreateWebhookCommand = exports.$Command = void 0;
|
|
13352
13615
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13353
13616
|
const middleware_serde_1 = require$$1;
|
|
13354
|
-
const smithy_client_1 = require$$
|
|
13617
|
+
const smithy_client_1 = require$$76;
|
|
13355
13618
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13356
13619
|
class CreateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
13357
13620
|
.m(function (Command, cs, config, o) {
|
|
@@ -13383,7 +13646,7 @@ function requireCreateWorkspaceCommand () {
|
|
|
13383
13646
|
exports.CreateWorkspaceCommand = exports.$Command = void 0;
|
|
13384
13647
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13385
13648
|
const middleware_serde_1 = require$$1;
|
|
13386
|
-
const smithy_client_1 = require$$
|
|
13649
|
+
const smithy_client_1 = require$$76;
|
|
13387
13650
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13388
13651
|
class CreateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
13389
13652
|
.m(function (Command, cs, config, o) {
|
|
@@ -13415,7 +13678,7 @@ function requireDeleteContextCommand () {
|
|
|
13415
13678
|
exports.DeleteContextCommand = exports.$Command = void 0;
|
|
13416
13679
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13417
13680
|
const middleware_serde_1 = require$$1;
|
|
13418
|
-
const smithy_client_1 = require$$
|
|
13681
|
+
const smithy_client_1 = require$$76;
|
|
13419
13682
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13420
13683
|
class DeleteContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13421
13684
|
.m(function (Command, cs, config, o) {
|
|
@@ -13447,7 +13710,7 @@ function requireDeleteDefaultConfigCommand () {
|
|
|
13447
13710
|
exports.DeleteDefaultConfigCommand = exports.$Command = void 0;
|
|
13448
13711
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13449
13712
|
const middleware_serde_1 = require$$1;
|
|
13450
|
-
const smithy_client_1 = require$$
|
|
13713
|
+
const smithy_client_1 = require$$76;
|
|
13451
13714
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13452
13715
|
class DeleteDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13453
13716
|
.m(function (Command, cs, config, o) {
|
|
@@ -13479,7 +13742,7 @@ function requireDeleteDimensionCommand () {
|
|
|
13479
13742
|
exports.DeleteDimensionCommand = exports.$Command = void 0;
|
|
13480
13743
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13481
13744
|
const middleware_serde_1 = require$$1;
|
|
13482
|
-
const smithy_client_1 = require$$
|
|
13745
|
+
const smithy_client_1 = require$$76;
|
|
13483
13746
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13484
13747
|
class DeleteDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13485
13748
|
.m(function (Command, cs, config, o) {
|
|
@@ -13511,7 +13774,7 @@ function requireDeleteExperimentGroupCommand () {
|
|
|
13511
13774
|
exports.DeleteExperimentGroupCommand = exports.$Command = void 0;
|
|
13512
13775
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13513
13776
|
const middleware_serde_1 = require$$1;
|
|
13514
|
-
const smithy_client_1 = require$$
|
|
13777
|
+
const smithy_client_1 = require$$76;
|
|
13515
13778
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13516
13779
|
class DeleteExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13517
13780
|
.m(function (Command, cs, config, o) {
|
|
@@ -13543,7 +13806,7 @@ function requireDeleteFunctionCommand () {
|
|
|
13543
13806
|
exports.DeleteFunctionCommand = exports.$Command = void 0;
|
|
13544
13807
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13545
13808
|
const middleware_serde_1 = require$$1;
|
|
13546
|
-
const smithy_client_1 = require$$
|
|
13809
|
+
const smithy_client_1 = require$$76;
|
|
13547
13810
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13548
13811
|
class DeleteFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
13549
13812
|
.m(function (Command, cs, config, o) {
|
|
@@ -13575,7 +13838,7 @@ function requireDeleteTypeTemplatesCommand () {
|
|
|
13575
13838
|
exports.DeleteTypeTemplatesCommand = exports.$Command = void 0;
|
|
13576
13839
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13577
13840
|
const middleware_serde_1 = require$$1;
|
|
13578
|
-
const smithy_client_1 = require$$
|
|
13841
|
+
const smithy_client_1 = require$$76;
|
|
13579
13842
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13580
13843
|
class DeleteTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
13581
13844
|
.m(function (Command, cs, config, o) {
|
|
@@ -13595,6 +13858,38 @@ function requireDeleteTypeTemplatesCommand () {
|
|
|
13595
13858
|
return DeleteTypeTemplatesCommand;
|
|
13596
13859
|
}
|
|
13597
13860
|
|
|
13861
|
+
var DeleteVariableCommand = {};
|
|
13862
|
+
|
|
13863
|
+
var hasRequiredDeleteVariableCommand;
|
|
13864
|
+
|
|
13865
|
+
function requireDeleteVariableCommand () {
|
|
13866
|
+
if (hasRequiredDeleteVariableCommand) return DeleteVariableCommand;
|
|
13867
|
+
hasRequiredDeleteVariableCommand = 1;
|
|
13868
|
+
(function (exports) {
|
|
13869
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13870
|
+
exports.DeleteVariableCommand = exports.$Command = void 0;
|
|
13871
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13872
|
+
const middleware_serde_1 = require$$1;
|
|
13873
|
+
const smithy_client_1 = require$$76;
|
|
13874
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13875
|
+
class DeleteVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
13876
|
+
.m(function (Command, cs, config, o) {
|
|
13877
|
+
return [
|
|
13878
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13879
|
+
];
|
|
13880
|
+
})
|
|
13881
|
+
.s("Superposition", "DeleteVariable", {})
|
|
13882
|
+
.n("SuperpositionClient", "DeleteVariableCommand")
|
|
13883
|
+
.f(void 0, void 0)
|
|
13884
|
+
.ser(Aws_restJson1_1.se_DeleteVariableCommand)
|
|
13885
|
+
.de(Aws_restJson1_1.de_DeleteVariableCommand)
|
|
13886
|
+
.build() {
|
|
13887
|
+
}
|
|
13888
|
+
exports.DeleteVariableCommand = DeleteVariableCommand;
|
|
13889
|
+
} (DeleteVariableCommand));
|
|
13890
|
+
return DeleteVariableCommand;
|
|
13891
|
+
}
|
|
13892
|
+
|
|
13598
13893
|
var DeleteWebhookCommand = {};
|
|
13599
13894
|
|
|
13600
13895
|
var hasRequiredDeleteWebhookCommand;
|
|
@@ -13607,7 +13902,7 @@ function requireDeleteWebhookCommand () {
|
|
|
13607
13902
|
exports.DeleteWebhookCommand = exports.$Command = void 0;
|
|
13608
13903
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13609
13904
|
const middleware_serde_1 = require$$1;
|
|
13610
|
-
const smithy_client_1 = require$$
|
|
13905
|
+
const smithy_client_1 = require$$76;
|
|
13611
13906
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13612
13907
|
class DeleteWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
13613
13908
|
.m(function (Command, cs, config, o) {
|
|
@@ -13639,7 +13934,7 @@ function requireDiscardExperimentCommand () {
|
|
|
13639
13934
|
exports.DiscardExperimentCommand = exports.$Command = void 0;
|
|
13640
13935
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13641
13936
|
const middleware_serde_1 = require$$1;
|
|
13642
|
-
const smithy_client_1 = require$$
|
|
13937
|
+
const smithy_client_1 = require$$76;
|
|
13643
13938
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13644
13939
|
class DiscardExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13645
13940
|
.m(function (Command, cs, config, o) {
|
|
@@ -13671,7 +13966,7 @@ function requireGetConfigCommand () {
|
|
|
13671
13966
|
exports.GetConfigCommand = exports.$Command = void 0;
|
|
13672
13967
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13673
13968
|
const middleware_serde_1 = require$$1;
|
|
13674
|
-
const smithy_client_1 = require$$
|
|
13969
|
+
const smithy_client_1 = require$$76;
|
|
13675
13970
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13676
13971
|
class GetConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13677
13972
|
.m(function (Command, cs, config, o) {
|
|
@@ -13703,7 +13998,7 @@ function requireGetConfigFastCommand () {
|
|
|
13703
13998
|
exports.GetConfigFastCommand = exports.$Command = void 0;
|
|
13704
13999
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13705
14000
|
const middleware_serde_1 = require$$1;
|
|
13706
|
-
const smithy_client_1 = require$$
|
|
14001
|
+
const smithy_client_1 = require$$76;
|
|
13707
14002
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13708
14003
|
class GetConfigFastCommand extends smithy_client_1.Command.classBuilder()
|
|
13709
14004
|
.m(function (Command, cs, config, o) {
|
|
@@ -13735,7 +14030,7 @@ function requireGetContextCommand () {
|
|
|
13735
14030
|
exports.GetContextCommand = exports.$Command = void 0;
|
|
13736
14031
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13737
14032
|
const middleware_serde_1 = require$$1;
|
|
13738
|
-
const smithy_client_1 = require$$
|
|
14033
|
+
const smithy_client_1 = require$$76;
|
|
13739
14034
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13740
14035
|
class GetContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13741
14036
|
.m(function (Command, cs, config, o) {
|
|
@@ -13767,7 +14062,7 @@ function requireGetContextFromConditionCommand () {
|
|
|
13767
14062
|
exports.GetContextFromConditionCommand = exports.$Command = void 0;
|
|
13768
14063
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13769
14064
|
const middleware_serde_1 = require$$1;
|
|
13770
|
-
const smithy_client_1 = require$$
|
|
14065
|
+
const smithy_client_1 = require$$76;
|
|
13771
14066
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13772
14067
|
class GetContextFromConditionCommand extends smithy_client_1.Command.classBuilder()
|
|
13773
14068
|
.m(function (Command, cs, config, o) {
|
|
@@ -13799,7 +14094,7 @@ function requireGetDefaultConfigCommand () {
|
|
|
13799
14094
|
exports.GetDefaultConfigCommand = exports.$Command = void 0;
|
|
13800
14095
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13801
14096
|
const middleware_serde_1 = require$$1;
|
|
13802
|
-
const smithy_client_1 = require$$
|
|
14097
|
+
const smithy_client_1 = require$$76;
|
|
13803
14098
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13804
14099
|
class GetDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13805
14100
|
.m(function (Command, cs, config, o) {
|
|
@@ -13831,7 +14126,7 @@ function requireGetDimensionCommand () {
|
|
|
13831
14126
|
exports.GetDimensionCommand = exports.$Command = void 0;
|
|
13832
14127
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13833
14128
|
const middleware_serde_1 = require$$1;
|
|
13834
|
-
const smithy_client_1 = require$$
|
|
14129
|
+
const smithy_client_1 = require$$76;
|
|
13835
14130
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13836
14131
|
class GetDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13837
14132
|
.m(function (Command, cs, config, o) {
|
|
@@ -13863,7 +14158,7 @@ function requireGetExperimentCommand () {
|
|
|
13863
14158
|
exports.GetExperimentCommand = exports.$Command = void 0;
|
|
13864
14159
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13865
14160
|
const middleware_serde_1 = require$$1;
|
|
13866
|
-
const smithy_client_1 = require$$
|
|
14161
|
+
const smithy_client_1 = require$$76;
|
|
13867
14162
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13868
14163
|
class GetExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13869
14164
|
.m(function (Command, cs, config, o) {
|
|
@@ -13895,7 +14190,7 @@ function requireGetExperimentGroupCommand () {
|
|
|
13895
14190
|
exports.GetExperimentGroupCommand = exports.$Command = void 0;
|
|
13896
14191
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13897
14192
|
const middleware_serde_1 = require$$1;
|
|
13898
|
-
const smithy_client_1 = require$$
|
|
14193
|
+
const smithy_client_1 = require$$76;
|
|
13899
14194
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13900
14195
|
class GetExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13901
14196
|
.m(function (Command, cs, config, o) {
|
|
@@ -13927,7 +14222,7 @@ function requireGetFunctionCommand () {
|
|
|
13927
14222
|
exports.GetFunctionCommand = exports.$Command = void 0;
|
|
13928
14223
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13929
14224
|
const middleware_serde_1 = require$$1;
|
|
13930
|
-
const smithy_client_1 = require$$
|
|
14225
|
+
const smithy_client_1 = require$$76;
|
|
13931
14226
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13932
14227
|
class GetFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
13933
14228
|
.m(function (Command, cs, config, o) {
|
|
@@ -13959,7 +14254,7 @@ function requireGetOrganisationCommand () {
|
|
|
13959
14254
|
exports.GetOrganisationCommand = exports.$Command = void 0;
|
|
13960
14255
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13961
14256
|
const middleware_serde_1 = require$$1;
|
|
13962
|
-
const smithy_client_1 = require$$
|
|
14257
|
+
const smithy_client_1 = require$$76;
|
|
13963
14258
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13964
14259
|
class GetOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
13965
14260
|
.m(function (Command, cs, config, o) {
|
|
@@ -13991,7 +14286,7 @@ function requireGetResolvedConfigCommand () {
|
|
|
13991
14286
|
exports.GetResolvedConfigCommand = exports.$Command = void 0;
|
|
13992
14287
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13993
14288
|
const middleware_serde_1 = require$$1;
|
|
13994
|
-
const smithy_client_1 = require$$
|
|
14289
|
+
const smithy_client_1 = require$$76;
|
|
13995
14290
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13996
14291
|
class GetResolvedConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13997
14292
|
.m(function (Command, cs, config, o) {
|
|
@@ -14023,7 +14318,7 @@ function requireGetTypeTemplateCommand () {
|
|
|
14023
14318
|
exports.GetTypeTemplateCommand = exports.$Command = void 0;
|
|
14024
14319
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14025
14320
|
const middleware_serde_1 = require$$1;
|
|
14026
|
-
const smithy_client_1 = require$$
|
|
14321
|
+
const smithy_client_1 = require$$76;
|
|
14027
14322
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14028
14323
|
class GetTypeTemplateCommand extends smithy_client_1.Command.classBuilder()
|
|
14029
14324
|
.m(function (Command, cs, config, o) {
|
|
@@ -14055,7 +14350,7 @@ function requireGetTypeTemplatesListCommand () {
|
|
|
14055
14350
|
exports.GetTypeTemplatesListCommand = exports.$Command = void 0;
|
|
14056
14351
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14057
14352
|
const middleware_serde_1 = require$$1;
|
|
14058
|
-
const smithy_client_1 = require$$
|
|
14353
|
+
const smithy_client_1 = require$$76;
|
|
14059
14354
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14060
14355
|
class GetTypeTemplatesListCommand extends smithy_client_1.Command.classBuilder()
|
|
14061
14356
|
.m(function (Command, cs, config, o) {
|
|
@@ -14075,6 +14370,38 @@ function requireGetTypeTemplatesListCommand () {
|
|
|
14075
14370
|
return GetTypeTemplatesListCommand;
|
|
14076
14371
|
}
|
|
14077
14372
|
|
|
14373
|
+
var GetVariableCommand = {};
|
|
14374
|
+
|
|
14375
|
+
var hasRequiredGetVariableCommand;
|
|
14376
|
+
|
|
14377
|
+
function requireGetVariableCommand () {
|
|
14378
|
+
if (hasRequiredGetVariableCommand) return GetVariableCommand;
|
|
14379
|
+
hasRequiredGetVariableCommand = 1;
|
|
14380
|
+
(function (exports) {
|
|
14381
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14382
|
+
exports.GetVariableCommand = exports.$Command = void 0;
|
|
14383
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14384
|
+
const middleware_serde_1 = require$$1;
|
|
14385
|
+
const smithy_client_1 = require$$76;
|
|
14386
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14387
|
+
class GetVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
14388
|
+
.m(function (Command, cs, config, o) {
|
|
14389
|
+
return [
|
|
14390
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14391
|
+
];
|
|
14392
|
+
})
|
|
14393
|
+
.s("Superposition", "GetVariable", {})
|
|
14394
|
+
.n("SuperpositionClient", "GetVariableCommand")
|
|
14395
|
+
.f(void 0, void 0)
|
|
14396
|
+
.ser(Aws_restJson1_1.se_GetVariableCommand)
|
|
14397
|
+
.de(Aws_restJson1_1.de_GetVariableCommand)
|
|
14398
|
+
.build() {
|
|
14399
|
+
}
|
|
14400
|
+
exports.GetVariableCommand = GetVariableCommand;
|
|
14401
|
+
} (GetVariableCommand));
|
|
14402
|
+
return GetVariableCommand;
|
|
14403
|
+
}
|
|
14404
|
+
|
|
14078
14405
|
var GetVersionCommand = {};
|
|
14079
14406
|
|
|
14080
14407
|
var hasRequiredGetVersionCommand;
|
|
@@ -14087,7 +14414,7 @@ function requireGetVersionCommand () {
|
|
|
14087
14414
|
exports.GetVersionCommand = exports.$Command = void 0;
|
|
14088
14415
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14089
14416
|
const middleware_serde_1 = require$$1;
|
|
14090
|
-
const smithy_client_1 = require$$
|
|
14417
|
+
const smithy_client_1 = require$$76;
|
|
14091
14418
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14092
14419
|
class GetVersionCommand extends smithy_client_1.Command.classBuilder()
|
|
14093
14420
|
.m(function (Command, cs, config, o) {
|
|
@@ -14119,7 +14446,7 @@ function requireGetWebhookByEventCommand () {
|
|
|
14119
14446
|
exports.GetWebhookByEventCommand = exports.$Command = void 0;
|
|
14120
14447
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14121
14448
|
const middleware_serde_1 = require$$1;
|
|
14122
|
-
const smithy_client_1 = require$$
|
|
14449
|
+
const smithy_client_1 = require$$76;
|
|
14123
14450
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14124
14451
|
class GetWebhookByEventCommand extends smithy_client_1.Command.classBuilder()
|
|
14125
14452
|
.m(function (Command, cs, config, o) {
|
|
@@ -14151,7 +14478,7 @@ function requireGetWebhookCommand () {
|
|
|
14151
14478
|
exports.GetWebhookCommand = exports.$Command = void 0;
|
|
14152
14479
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14153
14480
|
const middleware_serde_1 = require$$1;
|
|
14154
|
-
const smithy_client_1 = require$$
|
|
14481
|
+
const smithy_client_1 = require$$76;
|
|
14155
14482
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14156
14483
|
class GetWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14157
14484
|
.m(function (Command, cs, config, o) {
|
|
@@ -14183,7 +14510,7 @@ function requireGetWorkspaceCommand () {
|
|
|
14183
14510
|
exports.GetWorkspaceCommand = exports.$Command = void 0;
|
|
14184
14511
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14185
14512
|
const middleware_serde_1 = require$$1;
|
|
14186
|
-
const smithy_client_1 = require$$
|
|
14513
|
+
const smithy_client_1 = require$$76;
|
|
14187
14514
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14188
14515
|
class GetWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
14189
14516
|
.m(function (Command, cs, config, o) {
|
|
@@ -14215,7 +14542,7 @@ function requireListAuditLogsCommand () {
|
|
|
14215
14542
|
exports.ListAuditLogsCommand = exports.$Command = void 0;
|
|
14216
14543
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14217
14544
|
const middleware_serde_1 = require$$1;
|
|
14218
|
-
const smithy_client_1 = require$$
|
|
14545
|
+
const smithy_client_1 = require$$76;
|
|
14219
14546
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14220
14547
|
class ListAuditLogsCommand extends smithy_client_1.Command.classBuilder()
|
|
14221
14548
|
.m(function (Command, cs, config, o) {
|
|
@@ -14247,7 +14574,7 @@ function requireListContextsCommand () {
|
|
|
14247
14574
|
exports.ListContextsCommand = exports.$Command = void 0;
|
|
14248
14575
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14249
14576
|
const middleware_serde_1 = require$$1;
|
|
14250
|
-
const smithy_client_1 = require$$
|
|
14577
|
+
const smithy_client_1 = require$$76;
|
|
14251
14578
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14252
14579
|
class ListContextsCommand extends smithy_client_1.Command.classBuilder()
|
|
14253
14580
|
.m(function (Command, cs, config, o) {
|
|
@@ -14279,7 +14606,7 @@ function requireListDefaultConfigsCommand () {
|
|
|
14279
14606
|
exports.ListDefaultConfigsCommand = exports.$Command = void 0;
|
|
14280
14607
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14281
14608
|
const middleware_serde_1 = require$$1;
|
|
14282
|
-
const smithy_client_1 = require$$
|
|
14609
|
+
const smithy_client_1 = require$$76;
|
|
14283
14610
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14284
14611
|
class ListDefaultConfigsCommand extends smithy_client_1.Command.classBuilder()
|
|
14285
14612
|
.m(function (Command, cs, config, o) {
|
|
@@ -14311,7 +14638,7 @@ function requireListDimensionsCommand () {
|
|
|
14311
14638
|
exports.ListDimensionsCommand = exports.$Command = void 0;
|
|
14312
14639
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14313
14640
|
const middleware_serde_1 = require$$1;
|
|
14314
|
-
const smithy_client_1 = require$$
|
|
14641
|
+
const smithy_client_1 = require$$76;
|
|
14315
14642
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14316
14643
|
class ListDimensionsCommand extends smithy_client_1.Command.classBuilder()
|
|
14317
14644
|
.m(function (Command, cs, config, o) {
|
|
@@ -14343,7 +14670,7 @@ function requireListExperimentCommand () {
|
|
|
14343
14670
|
exports.ListExperimentCommand = exports.$Command = void 0;
|
|
14344
14671
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14345
14672
|
const middleware_serde_1 = require$$1;
|
|
14346
|
-
const smithy_client_1 = require$$
|
|
14673
|
+
const smithy_client_1 = require$$76;
|
|
14347
14674
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14348
14675
|
class ListExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14349
14676
|
.m(function (Command, cs, config, o) {
|
|
@@ -14375,7 +14702,7 @@ function requireListExperimentGroupsCommand () {
|
|
|
14375
14702
|
exports.ListExperimentGroupsCommand = exports.$Command = void 0;
|
|
14376
14703
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14377
14704
|
const middleware_serde_1 = require$$1;
|
|
14378
|
-
const smithy_client_1 = require$$
|
|
14705
|
+
const smithy_client_1 = require$$76;
|
|
14379
14706
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14380
14707
|
class ListExperimentGroupsCommand extends smithy_client_1.Command.classBuilder()
|
|
14381
14708
|
.m(function (Command, cs, config, o) {
|
|
@@ -14407,7 +14734,7 @@ function requireListFunctionCommand () {
|
|
|
14407
14734
|
exports.ListFunctionCommand = exports.$Command = void 0;
|
|
14408
14735
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14409
14736
|
const middleware_serde_1 = require$$1;
|
|
14410
|
-
const smithy_client_1 = require$$
|
|
14737
|
+
const smithy_client_1 = require$$76;
|
|
14411
14738
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14412
14739
|
class ListFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14413
14740
|
.m(function (Command, cs, config, o) {
|
|
@@ -14439,7 +14766,7 @@ function requireListOrganisationCommand () {
|
|
|
14439
14766
|
exports.ListOrganisationCommand = exports.$Command = void 0;
|
|
14440
14767
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14441
14768
|
const middleware_serde_1 = require$$1;
|
|
14442
|
-
const smithy_client_1 = require$$
|
|
14769
|
+
const smithy_client_1 = require$$76;
|
|
14443
14770
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14444
14771
|
class ListOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
14445
14772
|
.m(function (Command, cs, config, o) {
|
|
@@ -14459,6 +14786,38 @@ function requireListOrganisationCommand () {
|
|
|
14459
14786
|
return ListOrganisationCommand;
|
|
14460
14787
|
}
|
|
14461
14788
|
|
|
14789
|
+
var ListVariablesCommand = {};
|
|
14790
|
+
|
|
14791
|
+
var hasRequiredListVariablesCommand;
|
|
14792
|
+
|
|
14793
|
+
function requireListVariablesCommand () {
|
|
14794
|
+
if (hasRequiredListVariablesCommand) return ListVariablesCommand;
|
|
14795
|
+
hasRequiredListVariablesCommand = 1;
|
|
14796
|
+
(function (exports) {
|
|
14797
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14798
|
+
exports.ListVariablesCommand = exports.$Command = void 0;
|
|
14799
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14800
|
+
const middleware_serde_1 = require$$1;
|
|
14801
|
+
const smithy_client_1 = require$$76;
|
|
14802
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14803
|
+
class ListVariablesCommand extends smithy_client_1.Command.classBuilder()
|
|
14804
|
+
.m(function (Command, cs, config, o) {
|
|
14805
|
+
return [
|
|
14806
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14807
|
+
];
|
|
14808
|
+
})
|
|
14809
|
+
.s("Superposition", "ListVariables", {})
|
|
14810
|
+
.n("SuperpositionClient", "ListVariablesCommand")
|
|
14811
|
+
.f(void 0, void 0)
|
|
14812
|
+
.ser(Aws_restJson1_1.se_ListVariablesCommand)
|
|
14813
|
+
.de(Aws_restJson1_1.de_ListVariablesCommand)
|
|
14814
|
+
.build() {
|
|
14815
|
+
}
|
|
14816
|
+
exports.ListVariablesCommand = ListVariablesCommand;
|
|
14817
|
+
} (ListVariablesCommand));
|
|
14818
|
+
return ListVariablesCommand;
|
|
14819
|
+
}
|
|
14820
|
+
|
|
14462
14821
|
var ListVersionsCommand = {};
|
|
14463
14822
|
|
|
14464
14823
|
var hasRequiredListVersionsCommand;
|
|
@@ -14471,7 +14830,7 @@ function requireListVersionsCommand () {
|
|
|
14471
14830
|
exports.ListVersionsCommand = exports.$Command = void 0;
|
|
14472
14831
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14473
14832
|
const middleware_serde_1 = require$$1;
|
|
14474
|
-
const smithy_client_1 = require$$
|
|
14833
|
+
const smithy_client_1 = require$$76;
|
|
14475
14834
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14476
14835
|
class ListVersionsCommand extends smithy_client_1.Command.classBuilder()
|
|
14477
14836
|
.m(function (Command, cs, config, o) {
|
|
@@ -14503,7 +14862,7 @@ function requireListWebhookCommand () {
|
|
|
14503
14862
|
exports.ListWebhookCommand = exports.$Command = void 0;
|
|
14504
14863
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14505
14864
|
const middleware_serde_1 = require$$1;
|
|
14506
|
-
const smithy_client_1 = require$$
|
|
14865
|
+
const smithy_client_1 = require$$76;
|
|
14507
14866
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14508
14867
|
class ListWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14509
14868
|
.m(function (Command, cs, config, o) {
|
|
@@ -14535,7 +14894,7 @@ function requireListWorkspaceCommand () {
|
|
|
14535
14894
|
exports.ListWorkspaceCommand = exports.$Command = void 0;
|
|
14536
14895
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14537
14896
|
const middleware_serde_1 = require$$1;
|
|
14538
|
-
const smithy_client_1 = require$$
|
|
14897
|
+
const smithy_client_1 = require$$76;
|
|
14539
14898
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14540
14899
|
class ListWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
14541
14900
|
.m(function (Command, cs, config, o) {
|
|
@@ -14567,7 +14926,7 @@ function requireMigrateWorkspaceSchemaCommand () {
|
|
|
14567
14926
|
exports.MigrateWorkspaceSchemaCommand = exports.$Command = void 0;
|
|
14568
14927
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14569
14928
|
const middleware_serde_1 = require$$1;
|
|
14570
|
-
const smithy_client_1 = require$$
|
|
14929
|
+
const smithy_client_1 = require$$76;
|
|
14571
14930
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14572
14931
|
class MigrateWorkspaceSchemaCommand extends smithy_client_1.Command.classBuilder()
|
|
14573
14932
|
.m(function (Command, cs, config, o) {
|
|
@@ -14599,7 +14958,7 @@ function requireMoveContextCommand () {
|
|
|
14599
14958
|
exports.MoveContextCommand = exports.$Command = void 0;
|
|
14600
14959
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14601
14960
|
const middleware_serde_1 = require$$1;
|
|
14602
|
-
const smithy_client_1 = require$$
|
|
14961
|
+
const smithy_client_1 = require$$76;
|
|
14603
14962
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14604
14963
|
class MoveContextCommand extends smithy_client_1.Command.classBuilder()
|
|
14605
14964
|
.m(function (Command, cs, config, o) {
|
|
@@ -14631,7 +14990,7 @@ function requirePauseExperimentCommand () {
|
|
|
14631
14990
|
exports.PauseExperimentCommand = exports.$Command = void 0;
|
|
14632
14991
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14633
14992
|
const middleware_serde_1 = require$$1;
|
|
14634
|
-
const smithy_client_1 = require$$
|
|
14993
|
+
const smithy_client_1 = require$$76;
|
|
14635
14994
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14636
14995
|
class PauseExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14637
14996
|
.m(function (Command, cs, config, o) {
|
|
@@ -14663,7 +15022,7 @@ function requirePublishCommand () {
|
|
|
14663
15022
|
exports.PublishCommand = exports.$Command = void 0;
|
|
14664
15023
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14665
15024
|
const middleware_serde_1 = require$$1;
|
|
14666
|
-
const smithy_client_1 = require$$
|
|
15025
|
+
const smithy_client_1 = require$$76;
|
|
14667
15026
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14668
15027
|
class PublishCommand extends smithy_client_1.Command.classBuilder()
|
|
14669
15028
|
.m(function (Command, cs, config, o) {
|
|
@@ -14695,7 +15054,7 @@ function requireRampExperimentCommand () {
|
|
|
14695
15054
|
exports.RampExperimentCommand = exports.$Command = void 0;
|
|
14696
15055
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14697
15056
|
const middleware_serde_1 = require$$1;
|
|
14698
|
-
const smithy_client_1 = require$$
|
|
15057
|
+
const smithy_client_1 = require$$76;
|
|
14699
15058
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14700
15059
|
class RampExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14701
15060
|
.m(function (Command, cs, config, o) {
|
|
@@ -14727,7 +15086,7 @@ function requireRemoveMembersFromGroupCommand () {
|
|
|
14727
15086
|
exports.RemoveMembersFromGroupCommand = exports.$Command = void 0;
|
|
14728
15087
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14729
15088
|
const middleware_serde_1 = require$$1;
|
|
14730
|
-
const smithy_client_1 = require$$
|
|
15089
|
+
const smithy_client_1 = require$$76;
|
|
14731
15090
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14732
15091
|
class RemoveMembersFromGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
14733
15092
|
.m(function (Command, cs, config, o) {
|
|
@@ -14759,7 +15118,7 @@ function requireResumeExperimentCommand () {
|
|
|
14759
15118
|
exports.ResumeExperimentCommand = exports.$Command = void 0;
|
|
14760
15119
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14761
15120
|
const middleware_serde_1 = require$$1;
|
|
14762
|
-
const smithy_client_1 = require$$
|
|
15121
|
+
const smithy_client_1 = require$$76;
|
|
14763
15122
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14764
15123
|
class ResumeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14765
15124
|
.m(function (Command, cs, config, o) {
|
|
@@ -14791,7 +15150,7 @@ function requireTestCommand () {
|
|
|
14791
15150
|
exports.TestCommand = exports.$Command = void 0;
|
|
14792
15151
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14793
15152
|
const middleware_serde_1 = require$$1;
|
|
14794
|
-
const smithy_client_1 = require$$
|
|
15153
|
+
const smithy_client_1 = require$$76;
|
|
14795
15154
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14796
15155
|
class TestCommand extends smithy_client_1.Command.classBuilder()
|
|
14797
15156
|
.m(function (Command, cs, config, o) {
|
|
@@ -14823,7 +15182,7 @@ function requireUpdateDefaultConfigCommand () {
|
|
|
14823
15182
|
exports.UpdateDefaultConfigCommand = exports.$Command = void 0;
|
|
14824
15183
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14825
15184
|
const middleware_serde_1 = require$$1;
|
|
14826
|
-
const smithy_client_1 = require$$
|
|
15185
|
+
const smithy_client_1 = require$$76;
|
|
14827
15186
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14828
15187
|
class UpdateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14829
15188
|
.m(function (Command, cs, config, o) {
|
|
@@ -14855,7 +15214,7 @@ function requireUpdateDimensionCommand () {
|
|
|
14855
15214
|
exports.UpdateDimensionCommand = exports.$Command = void 0;
|
|
14856
15215
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14857
15216
|
const middleware_serde_1 = require$$1;
|
|
14858
|
-
const smithy_client_1 = require$$
|
|
15217
|
+
const smithy_client_1 = require$$76;
|
|
14859
15218
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14860
15219
|
class UpdateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
14861
15220
|
.m(function (Command, cs, config, o) {
|
|
@@ -14887,7 +15246,7 @@ function requireUpdateExperimentGroupCommand () {
|
|
|
14887
15246
|
exports.UpdateExperimentGroupCommand = exports.$Command = void 0;
|
|
14888
15247
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14889
15248
|
const middleware_serde_1 = require$$1;
|
|
14890
|
-
const smithy_client_1 = require$$
|
|
15249
|
+
const smithy_client_1 = require$$76;
|
|
14891
15250
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14892
15251
|
class UpdateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
14893
15252
|
.m(function (Command, cs, config, o) {
|
|
@@ -14919,7 +15278,7 @@ function requireUpdateFunctionCommand () {
|
|
|
14919
15278
|
exports.UpdateFunctionCommand = exports.$Command = void 0;
|
|
14920
15279
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14921
15280
|
const middleware_serde_1 = require$$1;
|
|
14922
|
-
const smithy_client_1 = require$$
|
|
15281
|
+
const smithy_client_1 = require$$76;
|
|
14923
15282
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14924
15283
|
class UpdateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14925
15284
|
.m(function (Command, cs, config, o) {
|
|
@@ -14951,7 +15310,7 @@ function requireUpdateOrganisationCommand () {
|
|
|
14951
15310
|
exports.UpdateOrganisationCommand = exports.$Command = void 0;
|
|
14952
15311
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14953
15312
|
const middleware_serde_1 = require$$1;
|
|
14954
|
-
const smithy_client_1 = require$$
|
|
15313
|
+
const smithy_client_1 = require$$76;
|
|
14955
15314
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14956
15315
|
class UpdateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
14957
15316
|
.m(function (Command, cs, config, o) {
|
|
@@ -14983,7 +15342,7 @@ function requireUpdateOverrideCommand () {
|
|
|
14983
15342
|
exports.UpdateOverrideCommand = exports.$Command = void 0;
|
|
14984
15343
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14985
15344
|
const middleware_serde_1 = require$$1;
|
|
14986
|
-
const smithy_client_1 = require$$
|
|
15345
|
+
const smithy_client_1 = require$$76;
|
|
14987
15346
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14988
15347
|
class UpdateOverrideCommand extends smithy_client_1.Command.classBuilder()
|
|
14989
15348
|
.m(function (Command, cs, config, o) {
|
|
@@ -15015,7 +15374,7 @@ function requireUpdateOverridesExperimentCommand () {
|
|
|
15015
15374
|
exports.UpdateOverridesExperimentCommand = exports.$Command = void 0;
|
|
15016
15375
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15017
15376
|
const middleware_serde_1 = require$$1;
|
|
15018
|
-
const smithy_client_1 = require$$
|
|
15377
|
+
const smithy_client_1 = require$$76;
|
|
15019
15378
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15020
15379
|
class UpdateOverridesExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15021
15380
|
.m(function (Command, cs, config, o) {
|
|
@@ -15047,7 +15406,7 @@ function requireUpdateTypeTemplatesCommand () {
|
|
|
15047
15406
|
exports.UpdateTypeTemplatesCommand = exports.$Command = void 0;
|
|
15048
15407
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15049
15408
|
const middleware_serde_1 = require$$1;
|
|
15050
|
-
const smithy_client_1 = require$$
|
|
15409
|
+
const smithy_client_1 = require$$76;
|
|
15051
15410
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15052
15411
|
class UpdateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
15053
15412
|
.m(function (Command, cs, config, o) {
|
|
@@ -15067,6 +15426,38 @@ function requireUpdateTypeTemplatesCommand () {
|
|
|
15067
15426
|
return UpdateTypeTemplatesCommand;
|
|
15068
15427
|
}
|
|
15069
15428
|
|
|
15429
|
+
var UpdateVariableCommand = {};
|
|
15430
|
+
|
|
15431
|
+
var hasRequiredUpdateVariableCommand;
|
|
15432
|
+
|
|
15433
|
+
function requireUpdateVariableCommand () {
|
|
15434
|
+
if (hasRequiredUpdateVariableCommand) return UpdateVariableCommand;
|
|
15435
|
+
hasRequiredUpdateVariableCommand = 1;
|
|
15436
|
+
(function (exports) {
|
|
15437
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15438
|
+
exports.UpdateVariableCommand = exports.$Command = void 0;
|
|
15439
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15440
|
+
const middleware_serde_1 = require$$1;
|
|
15441
|
+
const smithy_client_1 = require$$76;
|
|
15442
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15443
|
+
class UpdateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
15444
|
+
.m(function (Command, cs, config, o) {
|
|
15445
|
+
return [
|
|
15446
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15447
|
+
];
|
|
15448
|
+
})
|
|
15449
|
+
.s("Superposition", "UpdateVariable", {})
|
|
15450
|
+
.n("SuperpositionClient", "UpdateVariableCommand")
|
|
15451
|
+
.f(void 0, void 0)
|
|
15452
|
+
.ser(Aws_restJson1_1.se_UpdateVariableCommand)
|
|
15453
|
+
.de(Aws_restJson1_1.de_UpdateVariableCommand)
|
|
15454
|
+
.build() {
|
|
15455
|
+
}
|
|
15456
|
+
exports.UpdateVariableCommand = UpdateVariableCommand;
|
|
15457
|
+
} (UpdateVariableCommand));
|
|
15458
|
+
return UpdateVariableCommand;
|
|
15459
|
+
}
|
|
15460
|
+
|
|
15070
15461
|
var UpdateWebhookCommand = {};
|
|
15071
15462
|
|
|
15072
15463
|
var hasRequiredUpdateWebhookCommand;
|
|
@@ -15079,7 +15470,7 @@ function requireUpdateWebhookCommand () {
|
|
|
15079
15470
|
exports.UpdateWebhookCommand = exports.$Command = void 0;
|
|
15080
15471
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15081
15472
|
const middleware_serde_1 = require$$1;
|
|
15082
|
-
const smithy_client_1 = require$$
|
|
15473
|
+
const smithy_client_1 = require$$76;
|
|
15083
15474
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15084
15475
|
class UpdateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
15085
15476
|
.m(function (Command, cs, config, o) {
|
|
@@ -15111,7 +15502,7 @@ function requireUpdateWorkspaceCommand () {
|
|
|
15111
15502
|
exports.UpdateWorkspaceCommand = exports.$Command = void 0;
|
|
15112
15503
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15113
15504
|
const middleware_serde_1 = require$$1;
|
|
15114
|
-
const smithy_client_1 = require$$
|
|
15505
|
+
const smithy_client_1 = require$$76;
|
|
15115
15506
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15116
15507
|
class UpdateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
15117
15508
|
.m(function (Command, cs, config, o) {
|
|
@@ -15143,7 +15534,7 @@ function requireValidateContextCommand () {
|
|
|
15143
15534
|
exports.ValidateContextCommand = exports.$Command = void 0;
|
|
15144
15535
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15145
15536
|
const middleware_serde_1 = require$$1;
|
|
15146
|
-
const smithy_client_1 = require$$
|
|
15537
|
+
const smithy_client_1 = require$$76;
|
|
15147
15538
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15148
15539
|
class ValidateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
15149
15540
|
.m(function (Command, cs, config, o) {
|
|
@@ -15175,7 +15566,7 @@ function requireWeightRecomputeCommand () {
|
|
|
15175
15566
|
exports.WeightRecomputeCommand = exports.$Command = void 0;
|
|
15176
15567
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15177
15568
|
const middleware_serde_1 = require$$1;
|
|
15178
|
-
const smithy_client_1 = require$$
|
|
15569
|
+
const smithy_client_1 = require$$76;
|
|
15179
15570
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15180
15571
|
class WeightRecomputeCommand extends smithy_client_1.Command.classBuilder()
|
|
15181
15572
|
.m(function (Command, cs, config, o) {
|
|
@@ -15215,6 +15606,7 @@ function requireSuperposition () {
|
|
|
15215
15606
|
const CreateFunctionCommand_1 = requireCreateFunctionCommand();
|
|
15216
15607
|
const CreateOrganisationCommand_1 = requireCreateOrganisationCommand();
|
|
15217
15608
|
const CreateTypeTemplatesCommand_1 = requireCreateTypeTemplatesCommand();
|
|
15609
|
+
const CreateVariableCommand_1 = requireCreateVariableCommand();
|
|
15218
15610
|
const CreateWebhookCommand_1 = requireCreateWebhookCommand();
|
|
15219
15611
|
const CreateWorkspaceCommand_1 = requireCreateWorkspaceCommand();
|
|
15220
15612
|
const DeleteContextCommand_1 = requireDeleteContextCommand();
|
|
@@ -15223,6 +15615,7 @@ function requireSuperposition () {
|
|
|
15223
15615
|
const DeleteExperimentGroupCommand_1 = requireDeleteExperimentGroupCommand();
|
|
15224
15616
|
const DeleteFunctionCommand_1 = requireDeleteFunctionCommand();
|
|
15225
15617
|
const DeleteTypeTemplatesCommand_1 = requireDeleteTypeTemplatesCommand();
|
|
15618
|
+
const DeleteVariableCommand_1 = requireDeleteVariableCommand();
|
|
15226
15619
|
const DeleteWebhookCommand_1 = requireDeleteWebhookCommand();
|
|
15227
15620
|
const DiscardExperimentCommand_1 = requireDiscardExperimentCommand();
|
|
15228
15621
|
const GetConfigCommand_1 = requireGetConfigCommand();
|
|
@@ -15238,6 +15631,7 @@ function requireSuperposition () {
|
|
|
15238
15631
|
const GetResolvedConfigCommand_1 = requireGetResolvedConfigCommand();
|
|
15239
15632
|
const GetTypeTemplateCommand_1 = requireGetTypeTemplateCommand();
|
|
15240
15633
|
const GetTypeTemplatesListCommand_1 = requireGetTypeTemplatesListCommand();
|
|
15634
|
+
const GetVariableCommand_1 = requireGetVariableCommand();
|
|
15241
15635
|
const GetVersionCommand_1 = requireGetVersionCommand();
|
|
15242
15636
|
const GetWebhookByEventCommand_1 = requireGetWebhookByEventCommand();
|
|
15243
15637
|
const GetWebhookCommand_1 = requireGetWebhookCommand();
|
|
@@ -15250,6 +15644,7 @@ function requireSuperposition () {
|
|
|
15250
15644
|
const ListExperimentGroupsCommand_1 = requireListExperimentGroupsCommand();
|
|
15251
15645
|
const ListFunctionCommand_1 = requireListFunctionCommand();
|
|
15252
15646
|
const ListOrganisationCommand_1 = requireListOrganisationCommand();
|
|
15647
|
+
const ListVariablesCommand_1 = requireListVariablesCommand();
|
|
15253
15648
|
const ListVersionsCommand_1 = requireListVersionsCommand();
|
|
15254
15649
|
const ListWebhookCommand_1 = requireListWebhookCommand();
|
|
15255
15650
|
const ListWorkspaceCommand_1 = requireListWorkspaceCommand();
|
|
@@ -15269,11 +15664,12 @@ function requireSuperposition () {
|
|
|
15269
15664
|
const UpdateOverrideCommand_1 = requireUpdateOverrideCommand();
|
|
15270
15665
|
const UpdateOverridesExperimentCommand_1 = requireUpdateOverridesExperimentCommand();
|
|
15271
15666
|
const UpdateTypeTemplatesCommand_1 = requireUpdateTypeTemplatesCommand();
|
|
15667
|
+
const UpdateVariableCommand_1 = requireUpdateVariableCommand();
|
|
15272
15668
|
const UpdateWebhookCommand_1 = requireUpdateWebhookCommand();
|
|
15273
15669
|
const UpdateWorkspaceCommand_1 = requireUpdateWorkspaceCommand();
|
|
15274
15670
|
const ValidateContextCommand_1 = requireValidateContextCommand();
|
|
15275
15671
|
const WeightRecomputeCommand_1 = requireWeightRecomputeCommand();
|
|
15276
|
-
const smithy_client_1 = require$$
|
|
15672
|
+
const smithy_client_1 = require$$76;
|
|
15277
15673
|
const commands = {
|
|
15278
15674
|
AddMembersToGroupCommand: AddMembersToGroupCommand_1.AddMembersToGroupCommand,
|
|
15279
15675
|
ApplicableVariantsCommand: ApplicableVariantsCommand_1.ApplicableVariantsCommand,
|
|
@@ -15287,6 +15683,7 @@ function requireSuperposition () {
|
|
|
15287
15683
|
CreateFunctionCommand: CreateFunctionCommand_1.CreateFunctionCommand,
|
|
15288
15684
|
CreateOrganisationCommand: CreateOrganisationCommand_1.CreateOrganisationCommand,
|
|
15289
15685
|
CreateTypeTemplatesCommand: CreateTypeTemplatesCommand_1.CreateTypeTemplatesCommand,
|
|
15686
|
+
CreateVariableCommand: CreateVariableCommand_1.CreateVariableCommand,
|
|
15290
15687
|
CreateWebhookCommand: CreateWebhookCommand_1.CreateWebhookCommand,
|
|
15291
15688
|
CreateWorkspaceCommand: CreateWorkspaceCommand_1.CreateWorkspaceCommand,
|
|
15292
15689
|
DeleteContextCommand: DeleteContextCommand_1.DeleteContextCommand,
|
|
@@ -15295,6 +15692,7 @@ function requireSuperposition () {
|
|
|
15295
15692
|
DeleteExperimentGroupCommand: DeleteExperimentGroupCommand_1.DeleteExperimentGroupCommand,
|
|
15296
15693
|
DeleteFunctionCommand: DeleteFunctionCommand_1.DeleteFunctionCommand,
|
|
15297
15694
|
DeleteTypeTemplatesCommand: DeleteTypeTemplatesCommand_1.DeleteTypeTemplatesCommand,
|
|
15695
|
+
DeleteVariableCommand: DeleteVariableCommand_1.DeleteVariableCommand,
|
|
15298
15696
|
DeleteWebhookCommand: DeleteWebhookCommand_1.DeleteWebhookCommand,
|
|
15299
15697
|
DiscardExperimentCommand: DiscardExperimentCommand_1.DiscardExperimentCommand,
|
|
15300
15698
|
GetConfigCommand: GetConfigCommand_1.GetConfigCommand,
|
|
@@ -15310,6 +15708,7 @@ function requireSuperposition () {
|
|
|
15310
15708
|
GetResolvedConfigCommand: GetResolvedConfigCommand_1.GetResolvedConfigCommand,
|
|
15311
15709
|
GetTypeTemplateCommand: GetTypeTemplateCommand_1.GetTypeTemplateCommand,
|
|
15312
15710
|
GetTypeTemplatesListCommand: GetTypeTemplatesListCommand_1.GetTypeTemplatesListCommand,
|
|
15711
|
+
GetVariableCommand: GetVariableCommand_1.GetVariableCommand,
|
|
15313
15712
|
GetVersionCommand: GetVersionCommand_1.GetVersionCommand,
|
|
15314
15713
|
GetWebhookCommand: GetWebhookCommand_1.GetWebhookCommand,
|
|
15315
15714
|
GetWebhookByEventCommand: GetWebhookByEventCommand_1.GetWebhookByEventCommand,
|
|
@@ -15322,6 +15721,7 @@ function requireSuperposition () {
|
|
|
15322
15721
|
ListExperimentGroupsCommand: ListExperimentGroupsCommand_1.ListExperimentGroupsCommand,
|
|
15323
15722
|
ListFunctionCommand: ListFunctionCommand_1.ListFunctionCommand,
|
|
15324
15723
|
ListOrganisationCommand: ListOrganisationCommand_1.ListOrganisationCommand,
|
|
15724
|
+
ListVariablesCommand: ListVariablesCommand_1.ListVariablesCommand,
|
|
15325
15725
|
ListVersionsCommand: ListVersionsCommand_1.ListVersionsCommand,
|
|
15326
15726
|
ListWebhookCommand: ListWebhookCommand_1.ListWebhookCommand,
|
|
15327
15727
|
ListWorkspaceCommand: ListWorkspaceCommand_1.ListWorkspaceCommand,
|
|
@@ -15341,6 +15741,7 @@ function requireSuperposition () {
|
|
|
15341
15741
|
UpdateOverrideCommand: UpdateOverrideCommand_1.UpdateOverrideCommand,
|
|
15342
15742
|
UpdateOverridesExperimentCommand: UpdateOverridesExperimentCommand_1.UpdateOverridesExperimentCommand,
|
|
15343
15743
|
UpdateTypeTemplatesCommand: UpdateTypeTemplatesCommand_1.UpdateTypeTemplatesCommand,
|
|
15744
|
+
UpdateVariableCommand: UpdateVariableCommand_1.UpdateVariableCommand,
|
|
15344
15745
|
UpdateWebhookCommand: UpdateWebhookCommand_1.UpdateWebhookCommand,
|
|
15345
15746
|
UpdateWorkspaceCommand: UpdateWorkspaceCommand_1.UpdateWorkspaceCommand,
|
|
15346
15747
|
ValidateContextCommand: ValidateContextCommand_1.ValidateContextCommand,
|
|
@@ -15375,6 +15776,7 @@ function requireCommands () {
|
|
|
15375
15776
|
tslib_1.__exportStar(requireCreateFunctionCommand(), exports);
|
|
15376
15777
|
tslib_1.__exportStar(requireCreateOrganisationCommand(), exports);
|
|
15377
15778
|
tslib_1.__exportStar(requireCreateTypeTemplatesCommand(), exports);
|
|
15779
|
+
tslib_1.__exportStar(requireCreateVariableCommand(), exports);
|
|
15378
15780
|
tslib_1.__exportStar(requireCreateWebhookCommand(), exports);
|
|
15379
15781
|
tslib_1.__exportStar(requireCreateWorkspaceCommand(), exports);
|
|
15380
15782
|
tslib_1.__exportStar(requireDeleteContextCommand(), exports);
|
|
@@ -15383,6 +15785,7 @@ function requireCommands () {
|
|
|
15383
15785
|
tslib_1.__exportStar(requireDeleteExperimentGroupCommand(), exports);
|
|
15384
15786
|
tslib_1.__exportStar(requireDeleteFunctionCommand(), exports);
|
|
15385
15787
|
tslib_1.__exportStar(requireDeleteTypeTemplatesCommand(), exports);
|
|
15788
|
+
tslib_1.__exportStar(requireDeleteVariableCommand(), exports);
|
|
15386
15789
|
tslib_1.__exportStar(requireDeleteWebhookCommand(), exports);
|
|
15387
15790
|
tslib_1.__exportStar(requireDiscardExperimentCommand(), exports);
|
|
15388
15791
|
tslib_1.__exportStar(requireGetConfigCommand(), exports);
|
|
@@ -15398,6 +15801,7 @@ function requireCommands () {
|
|
|
15398
15801
|
tslib_1.__exportStar(requireGetResolvedConfigCommand(), exports);
|
|
15399
15802
|
tslib_1.__exportStar(requireGetTypeTemplateCommand(), exports);
|
|
15400
15803
|
tslib_1.__exportStar(requireGetTypeTemplatesListCommand(), exports);
|
|
15804
|
+
tslib_1.__exportStar(requireGetVariableCommand(), exports);
|
|
15401
15805
|
tslib_1.__exportStar(requireGetVersionCommand(), exports);
|
|
15402
15806
|
tslib_1.__exportStar(requireGetWebhookCommand(), exports);
|
|
15403
15807
|
tslib_1.__exportStar(requireGetWebhookByEventCommand(), exports);
|
|
@@ -15410,6 +15814,7 @@ function requireCommands () {
|
|
|
15410
15814
|
tslib_1.__exportStar(requireListExperimentGroupsCommand(), exports);
|
|
15411
15815
|
tslib_1.__exportStar(requireListFunctionCommand(), exports);
|
|
15412
15816
|
tslib_1.__exportStar(requireListOrganisationCommand(), exports);
|
|
15817
|
+
tslib_1.__exportStar(requireListVariablesCommand(), exports);
|
|
15413
15818
|
tslib_1.__exportStar(requireListVersionsCommand(), exports);
|
|
15414
15819
|
tslib_1.__exportStar(requireListWebhookCommand(), exports);
|
|
15415
15820
|
tslib_1.__exportStar(requireListWorkspaceCommand(), exports);
|
|
@@ -15429,6 +15834,7 @@ function requireCommands () {
|
|
|
15429
15834
|
tslib_1.__exportStar(requireUpdateOverrideCommand(), exports);
|
|
15430
15835
|
tslib_1.__exportStar(requireUpdateOverridesExperimentCommand(), exports);
|
|
15431
15836
|
tslib_1.__exportStar(requireUpdateTypeTemplatesCommand(), exports);
|
|
15837
|
+
tslib_1.__exportStar(requireUpdateVariableCommand(), exports);
|
|
15432
15838
|
tslib_1.__exportStar(requireUpdateWebhookCommand(), exports);
|
|
15433
15839
|
tslib_1.__exportStar(requireUpdateWorkspaceCommand(), exports);
|
|
15434
15840
|
tslib_1.__exportStar(requireValidateContextCommand(), exports);
|