superposition-provider 0.95.0 → 0.97.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/experimentation-client.d.ts +2 -1
- package/dist/index.esm.js +244 -129
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +244 -129
- 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 +2 -2
package/dist/index.js
CHANGED
|
@@ -8346,7 +8346,7 @@ var require$$8 = /*@__PURE__*/getAugmentedNamespace(distEs$a);
|
|
|
8346
8346
|
|
|
8347
8347
|
var runtimeConfig_shared = {};
|
|
8348
8348
|
|
|
8349
|
-
var require$$
|
|
8349
|
+
var require$$77 = /*@__PURE__*/getAugmentedNamespace(distEs$f);
|
|
8350
8350
|
|
|
8351
8351
|
function parseQueryString(querystring) {
|
|
8352
8352
|
const query = {};
|
|
@@ -8410,7 +8410,7 @@ function requireRuntimeConfig_shared () {
|
|
|
8410
8410
|
runtimeConfig_shared.getRuntimeConfig = void 0;
|
|
8411
8411
|
const httpAuthSchemeProvider_1 = requireHttpAuthSchemeProvider();
|
|
8412
8412
|
const core_1 = require$$3$3;
|
|
8413
|
-
const smithy_client_1 = require$$
|
|
8413
|
+
const smithy_client_1 = require$$77;
|
|
8414
8414
|
const url_parser_1 = require$$3$1;
|
|
8415
8415
|
const util_base64_1 = require$$4$1;
|
|
8416
8416
|
const util_utf8_1 = require$$5$1;
|
|
@@ -8714,9 +8714,9 @@ function requireRuntimeConfig () {
|
|
|
8714
8714
|
const util_body_length_node_1 = require$$7$1;
|
|
8715
8715
|
const util_retry_1 = require$$8;
|
|
8716
8716
|
const runtimeConfig_shared_1 = requireRuntimeConfig_shared();
|
|
8717
|
-
const smithy_client_1 = require$$
|
|
8717
|
+
const smithy_client_1 = require$$77;
|
|
8718
8718
|
const util_defaults_mode_node_1 = require$$11;
|
|
8719
|
-
const smithy_client_2 = require$$
|
|
8719
|
+
const smithy_client_2 = require$$77;
|
|
8720
8720
|
const getRuntimeConfig = (config) => {
|
|
8721
8721
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
8722
8722
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -8807,7 +8807,7 @@ function requireRuntimeExtensions () {
|
|
|
8807
8807
|
runtimeExtensions.resolveRuntimeExtensions = void 0;
|
|
8808
8808
|
const httpAuthExtensionConfiguration_1 = requireHttpAuthExtensionConfiguration();
|
|
8809
8809
|
const protocol_http_1 = require$$1$1;
|
|
8810
|
-
const smithy_client_1 = require$$
|
|
8810
|
+
const smithy_client_1 = require$$77;
|
|
8811
8811
|
const asPartial = (t) => t;
|
|
8812
8812
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
8813
8813
|
const extensionConfiguration = {
|
|
@@ -9036,7 +9036,7 @@ function requireSuperpositionClient () {
|
|
|
9036
9036
|
const core_1 = require$$3$3;
|
|
9037
9037
|
const middleware_content_length_1 = require$$9;
|
|
9038
9038
|
const middleware_retry_1 = require$$10;
|
|
9039
|
-
const smithy_client_1 = require$$
|
|
9039
|
+
const smithy_client_1 = require$$77;
|
|
9040
9040
|
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
9041
9041
|
class SuperpositionClient extends smithy_client_1.Client {
|
|
9042
9042
|
config;
|
|
@@ -9088,7 +9088,7 @@ function requireSuperpositionServiceException () {
|
|
|
9088
9088
|
(function (exports) {
|
|
9089
9089
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9090
9090
|
exports.SuperpositionServiceException = exports.__ServiceException = void 0;
|
|
9091
|
-
const smithy_client_1 = require$$
|
|
9091
|
+
const smithy_client_1 = require$$77;
|
|
9092
9092
|
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
9093
9093
|
class SuperpositionServiceException extends smithy_client_1.ServiceException {
|
|
9094
9094
|
constructor(options) {
|
|
@@ -9109,7 +9109,7 @@ function requireModels_0 () {
|
|
|
9109
9109
|
if (hasRequiredModels_0) return models_0;
|
|
9110
9110
|
hasRequiredModels_0 = 1;
|
|
9111
9111
|
Object.defineProperty(models_0, "__esModule", { value: true });
|
|
9112
|
-
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;
|
|
9112
|
+
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.FunctionRuntimeVersion = 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;
|
|
9113
9113
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
9114
9114
|
models_0.GroupType = {
|
|
9115
9115
|
SYSTEM_GENERATED: "SYSTEM_GENERATED",
|
|
@@ -9229,8 +9229,13 @@ function requireModels_0 () {
|
|
|
9229
9229
|
WEIGHT: "weight",
|
|
9230
9230
|
};
|
|
9231
9231
|
models_0.FunctionTypes = {
|
|
9232
|
-
|
|
9233
|
-
|
|
9232
|
+
CHANGE_REASON_VALIDATION: "CHANGE_REASON_VALIDATION",
|
|
9233
|
+
CONTEXT_VALIDATION: "CONTEXT_VALIDATION",
|
|
9234
|
+
VALUE_COMPUTE: "VALUE_COMPUTE",
|
|
9235
|
+
VALUE_VALIDATION: "VALUE_VALIDATION",
|
|
9236
|
+
};
|
|
9237
|
+
models_0.FunctionRuntimeVersion = {
|
|
9238
|
+
V1: "1.0",
|
|
9234
9239
|
};
|
|
9235
9240
|
models_0.OrgStatus = {
|
|
9236
9241
|
ACTIVE: "Active",
|
|
@@ -9264,10 +9269,14 @@ function requireModels_0 () {
|
|
|
9264
9269
|
var FunctionExecutionRequest;
|
|
9265
9270
|
(function (FunctionExecutionRequest) {
|
|
9266
9271
|
FunctionExecutionRequest.visit = (value, visitor) => {
|
|
9267
|
-
if (value.
|
|
9268
|
-
return visitor.
|
|
9269
|
-
if (value.
|
|
9270
|
-
return visitor.
|
|
9272
|
+
if (value.value_validate !== undefined)
|
|
9273
|
+
return visitor.value_validate(value.value_validate);
|
|
9274
|
+
if (value.value_compute !== undefined)
|
|
9275
|
+
return visitor.value_compute(value.value_compute);
|
|
9276
|
+
if (value.context_validate !== undefined)
|
|
9277
|
+
return visitor.context_validate(value.context_validate);
|
|
9278
|
+
if (value.change_reason_validate !== undefined)
|
|
9279
|
+
return visitor.change_reason_validate(value.change_reason_validate);
|
|
9271
9280
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
9272
9281
|
};
|
|
9273
9282
|
})(FunctionExecutionRequest || (models_0.FunctionExecutionRequest = FunctionExecutionRequest = {}));
|
|
@@ -9291,14 +9300,15 @@ function requireAws_restJson1 () {
|
|
|
9291
9300
|
if (hasRequiredAws_restJson1) return Aws_restJson1;
|
|
9292
9301
|
hasRequiredAws_restJson1 = 1;
|
|
9293
9302
|
Object.defineProperty(Aws_restJson1, "__esModule", { value: true });
|
|
9294
|
-
Aws_restJson1.
|
|
9295
|
-
Aws_restJson1.
|
|
9296
|
-
Aws_restJson1.
|
|
9303
|
+
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_GetResolvedConfigWithIdentifierCommand = 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;
|
|
9304
|
+
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 = Aws_restJson1.se_ListOrganisationCommand = void 0;
|
|
9305
|
+
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_GetResolvedConfigWithIdentifierCommand = 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 = Aws_restJson1.de_GetConfigCommand = void 0;
|
|
9306
|
+
Aws_restJson1.de_WeightRecomputeCommand = Aws_restJson1.de_ValidateContextCommand = void 0;
|
|
9297
9307
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
9298
9308
|
const models_0_1 = requireModels_0();
|
|
9299
9309
|
const core_1 = require$$2;
|
|
9300
9310
|
const core_2 = require$$3$3;
|
|
9301
|
-
const smithy_client_1 = require$$
|
|
9311
|
+
const smithy_client_1 = require$$77;
|
|
9302
9312
|
const se_AddMembersToGroupCommand = async (input, context) => {
|
|
9303
9313
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9304
9314
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9411,13 +9421,13 @@ function requireAws_restJson1 () {
|
|
|
9411
9421
|
b.bp("/default-config");
|
|
9412
9422
|
let body;
|
|
9413
9423
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9414
|
-
'autocomplete_function_name': [],
|
|
9415
9424
|
'change_reason': [],
|
|
9416
9425
|
'description': [],
|
|
9417
|
-
'function_name': [],
|
|
9418
9426
|
'key': [],
|
|
9419
9427
|
'schema': _ => se_Object(_),
|
|
9420
9428
|
'value': _ => se_Document(_),
|
|
9429
|
+
'value_compute_function_name': [],
|
|
9430
|
+
'value_validation_function_name': [],
|
|
9421
9431
|
}));
|
|
9422
9432
|
b.m("POST")
|
|
9423
9433
|
.h(headers)
|
|
@@ -9435,14 +9445,14 @@ function requireAws_restJson1 () {
|
|
|
9435
9445
|
b.bp("/dimension");
|
|
9436
9446
|
let body;
|
|
9437
9447
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9438
|
-
'autocomplete_function_name': [],
|
|
9439
9448
|
'change_reason': [],
|
|
9440
9449
|
'description': [],
|
|
9441
9450
|
'dimension': [],
|
|
9442
9451
|
'dimension_type': _ => (0, smithy_client_1._json)(_),
|
|
9443
|
-
'function_name': [],
|
|
9444
9452
|
'position': [],
|
|
9445
9453
|
'schema': _ => se_Object(_),
|
|
9454
|
+
'value_compute_function_name': [],
|
|
9455
|
+
'value_validation_function_name': [],
|
|
9446
9456
|
}));
|
|
9447
9457
|
b.m("POST")
|
|
9448
9458
|
.h(headers)
|
|
@@ -9621,6 +9631,8 @@ function requireAws_restJson1 () {
|
|
|
9621
9631
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9622
9632
|
'allow_experiment_self_approval': [],
|
|
9623
9633
|
'auto_populate_control': [],
|
|
9634
|
+
'enable_change_reason_validation': [],
|
|
9635
|
+
'enable_context_validation': [],
|
|
9624
9636
|
'metrics': _ => se_Document(_),
|
|
9625
9637
|
'strict_mode': [],
|
|
9626
9638
|
'workspace_admin_email': [],
|
|
@@ -9963,6 +9975,34 @@ function requireAws_restJson1 () {
|
|
|
9963
9975
|
return b.build();
|
|
9964
9976
|
};
|
|
9965
9977
|
Aws_restJson1.se_GetResolvedConfigCommand = se_GetResolvedConfigCommand;
|
|
9978
|
+
const se_GetResolvedConfigWithIdentifierCommand = async (input, context) => {
|
|
9979
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
9980
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
9981
|
+
'content-type': 'application/json',
|
|
9982
|
+
[_xw]: input[_wi],
|
|
9983
|
+
[_xoi]: input[_oi],
|
|
9984
|
+
[_xms]: input[_ms],
|
|
9985
|
+
});
|
|
9986
|
+
b.bp("/resolve");
|
|
9987
|
+
const query = (0, smithy_client_1.map)({
|
|
9988
|
+
[_p]: [() => input.prefix !== void 0, () => ((input[_p] || []))],
|
|
9989
|
+
[_v]: [, input[_v]],
|
|
9990
|
+
[_sr]: [() => input.show_reasoning !== void 0, () => (input[_sr].toString())],
|
|
9991
|
+
[_ci]: [, input[_ci]],
|
|
9992
|
+
[_rr]: [() => input.resolve_remote !== void 0, () => (input[_rr].toString())],
|
|
9993
|
+
[_i]: [, input[_i]],
|
|
9994
|
+
});
|
|
9995
|
+
let body;
|
|
9996
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9997
|
+
'context': _ => se_ContextMap(_),
|
|
9998
|
+
}));
|
|
9999
|
+
b.m("POST")
|
|
10000
|
+
.h(headers)
|
|
10001
|
+
.q(query)
|
|
10002
|
+
.b(body);
|
|
10003
|
+
return b.build();
|
|
10004
|
+
};
|
|
10005
|
+
Aws_restJson1.se_GetResolvedConfigWithIdentifierCommand = se_GetResolvedConfigWithIdentifierCommand;
|
|
9966
10006
|
const se_GetTypeTemplateCommand = async (input, context) => {
|
|
9967
10007
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9968
10008
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -10513,12 +10553,12 @@ function requireAws_restJson1 () {
|
|
|
10513
10553
|
b.p('key', () => input.key, '{key}', false);
|
|
10514
10554
|
let body;
|
|
10515
10555
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
10516
|
-
'autocomplete_function_name': [],
|
|
10517
10556
|
'change_reason': [],
|
|
10518
10557
|
'description': [],
|
|
10519
|
-
'function_name': [],
|
|
10520
10558
|
'schema': _ => se_Object(_),
|
|
10521
10559
|
'value': _ => se_Document(_),
|
|
10560
|
+
'value_compute_function_name': [],
|
|
10561
|
+
'value_validation_function_name': [],
|
|
10522
10562
|
}));
|
|
10523
10563
|
b.m("PATCH")
|
|
10524
10564
|
.h(headers)
|
|
@@ -10537,12 +10577,12 @@ function requireAws_restJson1 () {
|
|
|
10537
10577
|
b.p('dimension', () => input.dimension, '{dimension}', false);
|
|
10538
10578
|
let body;
|
|
10539
10579
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
10540
|
-
'autocomplete_function_name': [],
|
|
10541
10580
|
'change_reason': [],
|
|
10542
10581
|
'description': [],
|
|
10543
|
-
'function_name': [],
|
|
10544
10582
|
'position': [],
|
|
10545
10583
|
'schema': _ => se_Object(_),
|
|
10584
|
+
'value_compute_function_name': [],
|
|
10585
|
+
'value_validation_function_name': [],
|
|
10546
10586
|
}));
|
|
10547
10587
|
b.m("PATCH")
|
|
10548
10588
|
.h(headers)
|
|
@@ -10742,6 +10782,8 @@ function requireAws_restJson1 () {
|
|
|
10742
10782
|
'allow_experiment_self_approval': [],
|
|
10743
10783
|
'auto_populate_control': [],
|
|
10744
10784
|
'config_version': [],
|
|
10785
|
+
'enable_change_reason_validation': [],
|
|
10786
|
+
'enable_context_validation': [],
|
|
10745
10787
|
'mandatory_dimensions': _ => (0, smithy_client_1._json)(_),
|
|
10746
10788
|
'metrics': _ => se_Document(_),
|
|
10747
10789
|
'workspace_admin_email': [],
|
|
@@ -10912,17 +10954,17 @@ function requireAws_restJson1 () {
|
|
|
10912
10954
|
});
|
|
10913
10955
|
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
10914
10956
|
const doc = (0, smithy_client_1.take)(data, {
|
|
10915
|
-
'autocomplete_function_name': smithy_client_1.expectString,
|
|
10916
10957
|
'change_reason': smithy_client_1.expectString,
|
|
10917
10958
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
10918
10959
|
'created_by': smithy_client_1.expectString,
|
|
10919
10960
|
'description': smithy_client_1.expectString,
|
|
10920
|
-
'function_name': smithy_client_1.expectString,
|
|
10921
10961
|
'key': smithy_client_1.expectString,
|
|
10922
10962
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
10923
10963
|
'last_modified_by': smithy_client_1.expectString,
|
|
10924
10964
|
'schema': _ => de_Object(_),
|
|
10925
10965
|
'value': _ => de_Document(_),
|
|
10966
|
+
'value_compute_function_name': smithy_client_1.expectString,
|
|
10967
|
+
'value_validation_function_name': smithy_client_1.expectString,
|
|
10926
10968
|
});
|
|
10927
10969
|
Object.assign(contents, doc);
|
|
10928
10970
|
return contents;
|
|
@@ -10937,7 +10979,6 @@ function requireAws_restJson1 () {
|
|
|
10937
10979
|
});
|
|
10938
10980
|
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
10939
10981
|
const doc = (0, smithy_client_1.take)(data, {
|
|
10940
|
-
'autocomplete_function_name': smithy_client_1.expectString,
|
|
10941
10982
|
'change_reason': smithy_client_1.expectString,
|
|
10942
10983
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
10943
10984
|
'created_by': smithy_client_1.expectString,
|
|
@@ -10945,12 +10986,13 @@ function requireAws_restJson1 () {
|
|
|
10945
10986
|
'description': smithy_client_1.expectString,
|
|
10946
10987
|
'dimension': smithy_client_1.expectString,
|
|
10947
10988
|
'dimension_type': _ => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
10948
|
-
'function_name': smithy_client_1.expectString,
|
|
10949
10989
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
10950
10990
|
'last_modified_by': smithy_client_1.expectString,
|
|
10951
10991
|
'mandatory': smithy_client_1.expectBoolean,
|
|
10952
10992
|
'position': smithy_client_1.expectInt32,
|
|
10953
10993
|
'schema': _ => de_Object(_),
|
|
10994
|
+
'value_compute_function_name': smithy_client_1.expectString,
|
|
10995
|
+
'value_validation_function_name': smithy_client_1.expectString,
|
|
10954
10996
|
});
|
|
10955
10997
|
Object.assign(contents, doc);
|
|
10956
10998
|
return contents;
|
|
@@ -11159,6 +11201,8 @@ function requireAws_restJson1 () {
|
|
|
11159
11201
|
'config_version': smithy_client_1.expectString,
|
|
11160
11202
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11161
11203
|
'created_by': smithy_client_1.expectString,
|
|
11204
|
+
'enable_change_reason_validation': smithy_client_1.expectBoolean,
|
|
11205
|
+
'enable_context_validation': smithy_client_1.expectBoolean,
|
|
11162
11206
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11163
11207
|
'last_modified_by': smithy_client_1.expectString,
|
|
11164
11208
|
'mandatory_dimensions': smithy_client_1._json,
|
|
@@ -11432,17 +11476,17 @@ function requireAws_restJson1 () {
|
|
|
11432
11476
|
});
|
|
11433
11477
|
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
11434
11478
|
const doc = (0, smithy_client_1.take)(data, {
|
|
11435
|
-
'autocomplete_function_name': smithy_client_1.expectString,
|
|
11436
11479
|
'change_reason': smithy_client_1.expectString,
|
|
11437
11480
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11438
11481
|
'created_by': smithy_client_1.expectString,
|
|
11439
11482
|
'description': smithy_client_1.expectString,
|
|
11440
|
-
'function_name': smithy_client_1.expectString,
|
|
11441
11483
|
'key': smithy_client_1.expectString,
|
|
11442
11484
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11443
11485
|
'last_modified_by': smithy_client_1.expectString,
|
|
11444
11486
|
'schema': _ => de_Object(_),
|
|
11445
11487
|
'value': _ => de_Document(_),
|
|
11488
|
+
'value_compute_function_name': smithy_client_1.expectString,
|
|
11489
|
+
'value_validation_function_name': smithy_client_1.expectString,
|
|
11446
11490
|
});
|
|
11447
11491
|
Object.assign(contents, doc);
|
|
11448
11492
|
return contents;
|
|
@@ -11457,7 +11501,6 @@ function requireAws_restJson1 () {
|
|
|
11457
11501
|
});
|
|
11458
11502
|
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
11459
11503
|
const doc = (0, smithy_client_1.take)(data, {
|
|
11460
|
-
'autocomplete_function_name': smithy_client_1.expectString,
|
|
11461
11504
|
'change_reason': smithy_client_1.expectString,
|
|
11462
11505
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11463
11506
|
'created_by': smithy_client_1.expectString,
|
|
@@ -11465,12 +11508,13 @@ function requireAws_restJson1 () {
|
|
|
11465
11508
|
'description': smithy_client_1.expectString,
|
|
11466
11509
|
'dimension': smithy_client_1.expectString,
|
|
11467
11510
|
'dimension_type': _ => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
11468
|
-
'function_name': smithy_client_1.expectString,
|
|
11469
11511
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11470
11512
|
'last_modified_by': smithy_client_1.expectString,
|
|
11471
11513
|
'mandatory': smithy_client_1.expectBoolean,
|
|
11472
11514
|
'position': smithy_client_1.expectInt32,
|
|
11473
11515
|
'schema': _ => de_Object(_),
|
|
11516
|
+
'value_compute_function_name': smithy_client_1.expectString,
|
|
11517
|
+
'value_validation_function_name': smithy_client_1.expectString,
|
|
11474
11518
|
});
|
|
11475
11519
|
Object.assign(contents, doc);
|
|
11476
11520
|
return contents;
|
|
@@ -11608,6 +11652,22 @@ function requireAws_restJson1 () {
|
|
|
11608
11652
|
return contents;
|
|
11609
11653
|
};
|
|
11610
11654
|
Aws_restJson1.de_GetResolvedConfigCommand = de_GetResolvedConfigCommand;
|
|
11655
|
+
const de_GetResolvedConfigWithIdentifierCommand = async (output, context) => {
|
|
11656
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11657
|
+
return de_CommandError(output, context);
|
|
11658
|
+
}
|
|
11659
|
+
const contents = (0, smithy_client_1.map)({
|
|
11660
|
+
$metadata: deserializeMetadata(output),
|
|
11661
|
+
[_v]: [, output.headers[_xcv]],
|
|
11662
|
+
[_lm_]: [() => void 0 !== output.headers[_lm], () => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.headers[_lm]))],
|
|
11663
|
+
[_ai]: [, output.headers[_xai]],
|
|
11664
|
+
});
|
|
11665
|
+
const data = await collectBodyString(output.body, context);
|
|
11666
|
+
contents.config = data;
|
|
11667
|
+
contents.config = JSON.parse(data);
|
|
11668
|
+
return contents;
|
|
11669
|
+
};
|
|
11670
|
+
Aws_restJson1.de_GetResolvedConfigWithIdentifierCommand = de_GetResolvedConfigWithIdentifierCommand;
|
|
11611
11671
|
const de_GetTypeTemplateCommand = async (output, context) => {
|
|
11612
11672
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11613
11673
|
return de_CommandError(output, context);
|
|
@@ -11761,6 +11821,8 @@ function requireAws_restJson1 () {
|
|
|
11761
11821
|
'config_version': smithy_client_1.expectString,
|
|
11762
11822
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11763
11823
|
'created_by': smithy_client_1.expectString,
|
|
11824
|
+
'enable_change_reason_validation': smithy_client_1.expectBoolean,
|
|
11825
|
+
'enable_context_validation': smithy_client_1.expectBoolean,
|
|
11764
11826
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11765
11827
|
'last_modified_by': smithy_client_1.expectString,
|
|
11766
11828
|
'mandatory_dimensions': smithy_client_1._json,
|
|
@@ -11995,6 +12057,8 @@ function requireAws_restJson1 () {
|
|
|
11995
12057
|
'config_version': smithy_client_1.expectString,
|
|
11996
12058
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11997
12059
|
'created_by': smithy_client_1.expectString,
|
|
12060
|
+
'enable_change_reason_validation': smithy_client_1.expectBoolean,
|
|
12061
|
+
'enable_context_validation': smithy_client_1.expectBoolean,
|
|
11998
12062
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11999
12063
|
'last_modified_by': smithy_client_1.expectString,
|
|
12000
12064
|
'mandatory_dimensions': smithy_client_1._json,
|
|
@@ -12220,17 +12284,17 @@ function requireAws_restJson1 () {
|
|
|
12220
12284
|
});
|
|
12221
12285
|
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
12222
12286
|
const doc = (0, smithy_client_1.take)(data, {
|
|
12223
|
-
'autocomplete_function_name': smithy_client_1.expectString,
|
|
12224
12287
|
'change_reason': smithy_client_1.expectString,
|
|
12225
12288
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12226
12289
|
'created_by': smithy_client_1.expectString,
|
|
12227
12290
|
'description': smithy_client_1.expectString,
|
|
12228
|
-
'function_name': smithy_client_1.expectString,
|
|
12229
12291
|
'key': smithy_client_1.expectString,
|
|
12230
12292
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12231
12293
|
'last_modified_by': smithy_client_1.expectString,
|
|
12232
12294
|
'schema': _ => de_Object(_),
|
|
12233
12295
|
'value': _ => de_Document(_),
|
|
12296
|
+
'value_compute_function_name': smithy_client_1.expectString,
|
|
12297
|
+
'value_validation_function_name': smithy_client_1.expectString,
|
|
12234
12298
|
});
|
|
12235
12299
|
Object.assign(contents, doc);
|
|
12236
12300
|
return contents;
|
|
@@ -12245,7 +12309,6 @@ function requireAws_restJson1 () {
|
|
|
12245
12309
|
});
|
|
12246
12310
|
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
12247
12311
|
const doc = (0, smithy_client_1.take)(data, {
|
|
12248
|
-
'autocomplete_function_name': smithy_client_1.expectString,
|
|
12249
12312
|
'change_reason': smithy_client_1.expectString,
|
|
12250
12313
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12251
12314
|
'created_by': smithy_client_1.expectString,
|
|
@@ -12253,12 +12316,13 @@ function requireAws_restJson1 () {
|
|
|
12253
12316
|
'description': smithy_client_1.expectString,
|
|
12254
12317
|
'dimension': smithy_client_1.expectString,
|
|
12255
12318
|
'dimension_type': _ => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
12256
|
-
'function_name': smithy_client_1.expectString,
|
|
12257
12319
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12258
12320
|
'last_modified_by': smithy_client_1.expectString,
|
|
12259
12321
|
'mandatory': smithy_client_1.expectBoolean,
|
|
12260
12322
|
'position': smithy_client_1.expectInt32,
|
|
12261
12323
|
'schema': _ => de_Object(_),
|
|
12324
|
+
'value_compute_function_name': smithy_client_1.expectString,
|
|
12325
|
+
'value_validation_function_name': smithy_client_1.expectString,
|
|
12262
12326
|
});
|
|
12263
12327
|
Object.assign(contents, doc);
|
|
12264
12328
|
return contents;
|
|
@@ -12492,6 +12556,8 @@ function requireAws_restJson1 () {
|
|
|
12492
12556
|
'config_version': smithy_client_1.expectString,
|
|
12493
12557
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12494
12558
|
'created_by': smithy_client_1.expectString,
|
|
12559
|
+
'enable_change_reason_validation': smithy_client_1.expectBoolean,
|
|
12560
|
+
'enable_context_validation': smithy_client_1.expectBoolean,
|
|
12495
12561
|
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12496
12562
|
'last_modified_by': smithy_client_1.expectString,
|
|
12497
12563
|
'mandatory_dimensions': smithy_client_1._json,
|
|
@@ -12581,13 +12647,6 @@ function requireAws_restJson1 () {
|
|
|
12581
12647
|
});
|
|
12582
12648
|
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
12583
12649
|
};
|
|
12584
|
-
const se_AutocompleteFunctionRequest = (input, context) => {
|
|
12585
|
-
return (0, smithy_client_1.take)(input, {
|
|
12586
|
-
'environment': _ => se_Document(_),
|
|
12587
|
-
'name': [],
|
|
12588
|
-
'prefix': [],
|
|
12589
|
-
});
|
|
12590
|
-
};
|
|
12591
12650
|
const se_BulkOperationList = (input, context) => {
|
|
12592
12651
|
return input.filter((e) => e != null).map(entry => {
|
|
12593
12652
|
return se_ContextAction(entry);
|
|
@@ -12648,10 +12707,17 @@ function requireAws_restJson1 () {
|
|
|
12648
12707
|
'override': _ => se_Overrides(_),
|
|
12649
12708
|
});
|
|
12650
12709
|
};
|
|
12710
|
+
const se_ContextValidationFunctionRequest = (input, context) => {
|
|
12711
|
+
return (0, smithy_client_1.take)(input, {
|
|
12712
|
+
'environment': _ => se_Document(_),
|
|
12713
|
+
});
|
|
12714
|
+
};
|
|
12651
12715
|
const se_FunctionExecutionRequest = (input, context) => {
|
|
12652
12716
|
return models_0_1.FunctionExecutionRequest.visit(input, {
|
|
12653
|
-
|
|
12654
|
-
|
|
12717
|
+
change_reason_validate: value => ({ "change_reason_validate": (0, smithy_client_1._json)(value) }),
|
|
12718
|
+
context_validate: value => ({ "context_validate": se_ContextValidationFunctionRequest(value) }),
|
|
12719
|
+
value_compute: value => ({ "value_compute": se_ValueComputeFunctionRequest(value) }),
|
|
12720
|
+
value_validate: value => ({ "value_validate": se_ValueValidationFunctionRequest(value) }),
|
|
12655
12721
|
_: (name, value) => ({ name: value })
|
|
12656
12722
|
});
|
|
12657
12723
|
};
|
|
@@ -12691,9 +12757,19 @@ function requireAws_restJson1 () {
|
|
|
12691
12757
|
'override': _ => se_Overrides(_),
|
|
12692
12758
|
});
|
|
12693
12759
|
};
|
|
12694
|
-
const
|
|
12760
|
+
const se_ValueComputeFunctionRequest = (input, context) => {
|
|
12761
|
+
return (0, smithy_client_1.take)(input, {
|
|
12762
|
+
'environment': _ => se_Document(_),
|
|
12763
|
+
'name': [],
|
|
12764
|
+
'prefix': [],
|
|
12765
|
+
'type': [],
|
|
12766
|
+
});
|
|
12767
|
+
};
|
|
12768
|
+
const se_ValueValidationFunctionRequest = (input, context) => {
|
|
12695
12769
|
return (0, smithy_client_1.take)(input, {
|
|
12770
|
+
'environment': _ => se_Document(_),
|
|
12696
12771
|
'key': [],
|
|
12772
|
+
'type': [],
|
|
12697
12773
|
'value': _ => se_Document(_),
|
|
12698
12774
|
});
|
|
12699
12775
|
};
|
|
@@ -12810,17 +12886,17 @@ function requireAws_restJson1 () {
|
|
|
12810
12886
|
};
|
|
12811
12887
|
const de_DefaultConfigResponse = (output, context) => {
|
|
12812
12888
|
return (0, smithy_client_1.take)(output, {
|
|
12813
|
-
'autocomplete_function_name': smithy_client_1.expectString,
|
|
12814
12889
|
'change_reason': smithy_client_1.expectString,
|
|
12815
12890
|
'created_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12816
12891
|
'created_by': smithy_client_1.expectString,
|
|
12817
12892
|
'description': smithy_client_1.expectString,
|
|
12818
|
-
'function_name': smithy_client_1.expectString,
|
|
12819
12893
|
'key': smithy_client_1.expectString,
|
|
12820
12894
|
'last_modified_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12821
12895
|
'last_modified_by': smithy_client_1.expectString,
|
|
12822
12896
|
'schema': (_) => de_Object(_),
|
|
12823
12897
|
'value': (_) => de_Document(_),
|
|
12898
|
+
'value_compute_function_name': smithy_client_1.expectString,
|
|
12899
|
+
'value_validation_function_name': smithy_client_1.expectString,
|
|
12824
12900
|
});
|
|
12825
12901
|
};
|
|
12826
12902
|
const de_DimensionData = (output, context) => {
|
|
@@ -12834,11 +12910,11 @@ function requireAws_restJson1 () {
|
|
|
12834
12910
|
};
|
|
12835
12911
|
const de_DimensionInfo = (output, context) => {
|
|
12836
12912
|
return (0, smithy_client_1.take)(output, {
|
|
12837
|
-
'autocomplete_function_name': smithy_client_1.expectString,
|
|
12838
12913
|
'dependency_graph': smithy_client_1._json,
|
|
12839
12914
|
'dimension_type': (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
12840
12915
|
'position': smithy_client_1.expectInt32,
|
|
12841
12916
|
'schema': (_) => de_Object(_),
|
|
12917
|
+
'value_compute_function_name': smithy_client_1.expectString,
|
|
12842
12918
|
});
|
|
12843
12919
|
};
|
|
12844
12920
|
const de_DimensionList = (output, context) => {
|
|
@@ -12849,7 +12925,6 @@ function requireAws_restJson1 () {
|
|
|
12849
12925
|
};
|
|
12850
12926
|
const de_DimensionResponse = (output, context) => {
|
|
12851
12927
|
return (0, smithy_client_1.take)(output, {
|
|
12852
|
-
'autocomplete_function_name': smithy_client_1.expectString,
|
|
12853
12928
|
'change_reason': smithy_client_1.expectString,
|
|
12854
12929
|
'created_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12855
12930
|
'created_by': smithy_client_1.expectString,
|
|
@@ -12857,12 +12932,13 @@ function requireAws_restJson1 () {
|
|
|
12857
12932
|
'description': smithy_client_1.expectString,
|
|
12858
12933
|
'dimension': smithy_client_1.expectString,
|
|
12859
12934
|
'dimension_type': (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
12860
|
-
'function_name': smithy_client_1.expectString,
|
|
12861
12935
|
'last_modified_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12862
12936
|
'last_modified_by': smithy_client_1.expectString,
|
|
12863
12937
|
'mandatory': smithy_client_1.expectBoolean,
|
|
12864
12938
|
'position': smithy_client_1.expectInt32,
|
|
12865
12939
|
'schema': (_) => de_Object(_),
|
|
12940
|
+
'value_compute_function_name': smithy_client_1.expectString,
|
|
12941
|
+
'value_validation_function_name': smithy_client_1.expectString,
|
|
12866
12942
|
});
|
|
12867
12943
|
};
|
|
12868
12944
|
const de_ExperimentGroupList = (output, context) => {
|
|
@@ -13122,6 +13198,8 @@ function requireAws_restJson1 () {
|
|
|
13122
13198
|
'config_version': smithy_client_1.expectString,
|
|
13123
13199
|
'created_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13124
13200
|
'created_by': smithy_client_1.expectString,
|
|
13201
|
+
'enable_change_reason_validation': smithy_client_1.expectBoolean,
|
|
13202
|
+
'enable_context_validation': smithy_client_1.expectBoolean,
|
|
13125
13203
|
'last_modified_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13126
13204
|
'last_modified_by': smithy_client_1.expectString,
|
|
13127
13205
|
'mandatory_dimensions': smithy_client_1._json,
|
|
@@ -13160,6 +13238,7 @@ function requireAws_restJson1 () {
|
|
|
13160
13238
|
const _ft = "function_type";
|
|
13161
13239
|
const _geo = "global_experiments_only";
|
|
13162
13240
|
const _gt = "group_type";
|
|
13241
|
+
const _i = "identifier";
|
|
13163
13242
|
const _lm = "last-modified";
|
|
13164
13243
|
const _lm_ = "last_modified";
|
|
13165
13244
|
const _lmb = "last_modified_by";
|
|
@@ -13201,7 +13280,7 @@ function requireAddMembersToGroupCommand () {
|
|
|
13201
13280
|
exports.AddMembersToGroupCommand = exports.$Command = void 0;
|
|
13202
13281
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13203
13282
|
const middleware_serde_1 = require$$1;
|
|
13204
|
-
const smithy_client_1 = require$$
|
|
13283
|
+
const smithy_client_1 = require$$77;
|
|
13205
13284
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13206
13285
|
class AddMembersToGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13207
13286
|
.m(function (Command, cs, config, o) {
|
|
@@ -13233,7 +13312,7 @@ function requireApplicableVariantsCommand () {
|
|
|
13233
13312
|
exports.ApplicableVariantsCommand = exports.$Command = void 0;
|
|
13234
13313
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13235
13314
|
const middleware_serde_1 = require$$1;
|
|
13236
|
-
const smithy_client_1 = require$$
|
|
13315
|
+
const smithy_client_1 = require$$77;
|
|
13237
13316
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13238
13317
|
class ApplicableVariantsCommand extends smithy_client_1.Command.classBuilder()
|
|
13239
13318
|
.m(function (Command, cs, config, o) {
|
|
@@ -13265,7 +13344,7 @@ function requireBulkOperationCommand () {
|
|
|
13265
13344
|
exports.BulkOperationCommand = exports.$Command = void 0;
|
|
13266
13345
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13267
13346
|
const middleware_serde_1 = require$$1;
|
|
13268
|
-
const smithy_client_1 = require$$
|
|
13347
|
+
const smithy_client_1 = require$$77;
|
|
13269
13348
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13270
13349
|
class BulkOperationCommand extends smithy_client_1.Command.classBuilder()
|
|
13271
13350
|
.m(function (Command, cs, config, o) {
|
|
@@ -13297,7 +13376,7 @@ function requireConcludeExperimentCommand () {
|
|
|
13297
13376
|
exports.ConcludeExperimentCommand = exports.$Command = void 0;
|
|
13298
13377
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13299
13378
|
const middleware_serde_1 = require$$1;
|
|
13300
|
-
const smithy_client_1 = require$$
|
|
13379
|
+
const smithy_client_1 = require$$77;
|
|
13301
13380
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13302
13381
|
class ConcludeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13303
13382
|
.m(function (Command, cs, config, o) {
|
|
@@ -13329,7 +13408,7 @@ function requireCreateContextCommand () {
|
|
|
13329
13408
|
exports.CreateContextCommand = exports.$Command = void 0;
|
|
13330
13409
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13331
13410
|
const middleware_serde_1 = require$$1;
|
|
13332
|
-
const smithy_client_1 = require$$
|
|
13411
|
+
const smithy_client_1 = require$$77;
|
|
13333
13412
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13334
13413
|
class CreateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13335
13414
|
.m(function (Command, cs, config, o) {
|
|
@@ -13361,7 +13440,7 @@ function requireCreateDefaultConfigCommand () {
|
|
|
13361
13440
|
exports.CreateDefaultConfigCommand = exports.$Command = void 0;
|
|
13362
13441
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13363
13442
|
const middleware_serde_1 = require$$1;
|
|
13364
|
-
const smithy_client_1 = require$$
|
|
13443
|
+
const smithy_client_1 = require$$77;
|
|
13365
13444
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13366
13445
|
class CreateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13367
13446
|
.m(function (Command, cs, config, o) {
|
|
@@ -13393,7 +13472,7 @@ function requireCreateDimensionCommand () {
|
|
|
13393
13472
|
exports.CreateDimensionCommand = exports.$Command = void 0;
|
|
13394
13473
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13395
13474
|
const middleware_serde_1 = require$$1;
|
|
13396
|
-
const smithy_client_1 = require$$
|
|
13475
|
+
const smithy_client_1 = require$$77;
|
|
13397
13476
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13398
13477
|
class CreateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13399
13478
|
.m(function (Command, cs, config, o) {
|
|
@@ -13425,7 +13504,7 @@ function requireCreateExperimentCommand () {
|
|
|
13425
13504
|
exports.CreateExperimentCommand = exports.$Command = void 0;
|
|
13426
13505
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13427
13506
|
const middleware_serde_1 = require$$1;
|
|
13428
|
-
const smithy_client_1 = require$$
|
|
13507
|
+
const smithy_client_1 = require$$77;
|
|
13429
13508
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13430
13509
|
class CreateExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13431
13510
|
.m(function (Command, cs, config, o) {
|
|
@@ -13457,7 +13536,7 @@ function requireCreateExperimentGroupCommand () {
|
|
|
13457
13536
|
exports.CreateExperimentGroupCommand = exports.$Command = void 0;
|
|
13458
13537
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13459
13538
|
const middleware_serde_1 = require$$1;
|
|
13460
|
-
const smithy_client_1 = require$$
|
|
13539
|
+
const smithy_client_1 = require$$77;
|
|
13461
13540
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13462
13541
|
class CreateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13463
13542
|
.m(function (Command, cs, config, o) {
|
|
@@ -13489,7 +13568,7 @@ function requireCreateFunctionCommand () {
|
|
|
13489
13568
|
exports.CreateFunctionCommand = exports.$Command = void 0;
|
|
13490
13569
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13491
13570
|
const middleware_serde_1 = require$$1;
|
|
13492
|
-
const smithy_client_1 = require$$
|
|
13571
|
+
const smithy_client_1 = require$$77;
|
|
13493
13572
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13494
13573
|
class CreateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
13495
13574
|
.m(function (Command, cs, config, o) {
|
|
@@ -13521,7 +13600,7 @@ function requireCreateOrganisationCommand () {
|
|
|
13521
13600
|
exports.CreateOrganisationCommand = exports.$Command = void 0;
|
|
13522
13601
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13523
13602
|
const middleware_serde_1 = require$$1;
|
|
13524
|
-
const smithy_client_1 = require$$
|
|
13603
|
+
const smithy_client_1 = require$$77;
|
|
13525
13604
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13526
13605
|
class CreateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
13527
13606
|
.m(function (Command, cs, config, o) {
|
|
@@ -13553,7 +13632,7 @@ function requireCreateTypeTemplatesCommand () {
|
|
|
13553
13632
|
exports.CreateTypeTemplatesCommand = exports.$Command = void 0;
|
|
13554
13633
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13555
13634
|
const middleware_serde_1 = require$$1;
|
|
13556
|
-
const smithy_client_1 = require$$
|
|
13635
|
+
const smithy_client_1 = require$$77;
|
|
13557
13636
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13558
13637
|
class CreateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
13559
13638
|
.m(function (Command, cs, config, o) {
|
|
@@ -13585,7 +13664,7 @@ function requireCreateVariableCommand () {
|
|
|
13585
13664
|
exports.CreateVariableCommand = exports.$Command = void 0;
|
|
13586
13665
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13587
13666
|
const middleware_serde_1 = require$$1;
|
|
13588
|
-
const smithy_client_1 = require$$
|
|
13667
|
+
const smithy_client_1 = require$$77;
|
|
13589
13668
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13590
13669
|
class CreateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
13591
13670
|
.m(function (Command, cs, config, o) {
|
|
@@ -13617,7 +13696,7 @@ function requireCreateWebhookCommand () {
|
|
|
13617
13696
|
exports.CreateWebhookCommand = exports.$Command = void 0;
|
|
13618
13697
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13619
13698
|
const middleware_serde_1 = require$$1;
|
|
13620
|
-
const smithy_client_1 = require$$
|
|
13699
|
+
const smithy_client_1 = require$$77;
|
|
13621
13700
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13622
13701
|
class CreateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
13623
13702
|
.m(function (Command, cs, config, o) {
|
|
@@ -13649,7 +13728,7 @@ function requireCreateWorkspaceCommand () {
|
|
|
13649
13728
|
exports.CreateWorkspaceCommand = exports.$Command = void 0;
|
|
13650
13729
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13651
13730
|
const middleware_serde_1 = require$$1;
|
|
13652
|
-
const smithy_client_1 = require$$
|
|
13731
|
+
const smithy_client_1 = require$$77;
|
|
13653
13732
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13654
13733
|
class CreateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
13655
13734
|
.m(function (Command, cs, config, o) {
|
|
@@ -13681,7 +13760,7 @@ function requireDeleteContextCommand () {
|
|
|
13681
13760
|
exports.DeleteContextCommand = exports.$Command = void 0;
|
|
13682
13761
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13683
13762
|
const middleware_serde_1 = require$$1;
|
|
13684
|
-
const smithy_client_1 = require$$
|
|
13763
|
+
const smithy_client_1 = require$$77;
|
|
13685
13764
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13686
13765
|
class DeleteContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13687
13766
|
.m(function (Command, cs, config, o) {
|
|
@@ -13713,7 +13792,7 @@ function requireDeleteDefaultConfigCommand () {
|
|
|
13713
13792
|
exports.DeleteDefaultConfigCommand = exports.$Command = void 0;
|
|
13714
13793
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13715
13794
|
const middleware_serde_1 = require$$1;
|
|
13716
|
-
const smithy_client_1 = require$$
|
|
13795
|
+
const smithy_client_1 = require$$77;
|
|
13717
13796
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13718
13797
|
class DeleteDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13719
13798
|
.m(function (Command, cs, config, o) {
|
|
@@ -13745,7 +13824,7 @@ function requireDeleteDimensionCommand () {
|
|
|
13745
13824
|
exports.DeleteDimensionCommand = exports.$Command = void 0;
|
|
13746
13825
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13747
13826
|
const middleware_serde_1 = require$$1;
|
|
13748
|
-
const smithy_client_1 = require$$
|
|
13827
|
+
const smithy_client_1 = require$$77;
|
|
13749
13828
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13750
13829
|
class DeleteDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13751
13830
|
.m(function (Command, cs, config, o) {
|
|
@@ -13777,7 +13856,7 @@ function requireDeleteExperimentGroupCommand () {
|
|
|
13777
13856
|
exports.DeleteExperimentGroupCommand = exports.$Command = void 0;
|
|
13778
13857
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13779
13858
|
const middleware_serde_1 = require$$1;
|
|
13780
|
-
const smithy_client_1 = require$$
|
|
13859
|
+
const smithy_client_1 = require$$77;
|
|
13781
13860
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13782
13861
|
class DeleteExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13783
13862
|
.m(function (Command, cs, config, o) {
|
|
@@ -13809,7 +13888,7 @@ function requireDeleteFunctionCommand () {
|
|
|
13809
13888
|
exports.DeleteFunctionCommand = exports.$Command = void 0;
|
|
13810
13889
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13811
13890
|
const middleware_serde_1 = require$$1;
|
|
13812
|
-
const smithy_client_1 = require$$
|
|
13891
|
+
const smithy_client_1 = require$$77;
|
|
13813
13892
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13814
13893
|
class DeleteFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
13815
13894
|
.m(function (Command, cs, config, o) {
|
|
@@ -13841,7 +13920,7 @@ function requireDeleteTypeTemplatesCommand () {
|
|
|
13841
13920
|
exports.DeleteTypeTemplatesCommand = exports.$Command = void 0;
|
|
13842
13921
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13843
13922
|
const middleware_serde_1 = require$$1;
|
|
13844
|
-
const smithy_client_1 = require$$
|
|
13923
|
+
const smithy_client_1 = require$$77;
|
|
13845
13924
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13846
13925
|
class DeleteTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
13847
13926
|
.m(function (Command, cs, config, o) {
|
|
@@ -13873,7 +13952,7 @@ function requireDeleteVariableCommand () {
|
|
|
13873
13952
|
exports.DeleteVariableCommand = exports.$Command = void 0;
|
|
13874
13953
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13875
13954
|
const middleware_serde_1 = require$$1;
|
|
13876
|
-
const smithy_client_1 = require$$
|
|
13955
|
+
const smithy_client_1 = require$$77;
|
|
13877
13956
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13878
13957
|
class DeleteVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
13879
13958
|
.m(function (Command, cs, config, o) {
|
|
@@ -13905,7 +13984,7 @@ function requireDeleteWebhookCommand () {
|
|
|
13905
13984
|
exports.DeleteWebhookCommand = exports.$Command = void 0;
|
|
13906
13985
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13907
13986
|
const middleware_serde_1 = require$$1;
|
|
13908
|
-
const smithy_client_1 = require$$
|
|
13987
|
+
const smithy_client_1 = require$$77;
|
|
13909
13988
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13910
13989
|
class DeleteWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
13911
13990
|
.m(function (Command, cs, config, o) {
|
|
@@ -13937,7 +14016,7 @@ function requireDiscardExperimentCommand () {
|
|
|
13937
14016
|
exports.DiscardExperimentCommand = exports.$Command = void 0;
|
|
13938
14017
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13939
14018
|
const middleware_serde_1 = require$$1;
|
|
13940
|
-
const smithy_client_1 = require$$
|
|
14019
|
+
const smithy_client_1 = require$$77;
|
|
13941
14020
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13942
14021
|
class DiscardExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13943
14022
|
.m(function (Command, cs, config, o) {
|
|
@@ -13969,7 +14048,7 @@ function requireGetConfigCommand () {
|
|
|
13969
14048
|
exports.GetConfigCommand = exports.$Command = void 0;
|
|
13970
14049
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13971
14050
|
const middleware_serde_1 = require$$1;
|
|
13972
|
-
const smithy_client_1 = require$$
|
|
14051
|
+
const smithy_client_1 = require$$77;
|
|
13973
14052
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13974
14053
|
class GetConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13975
14054
|
.m(function (Command, cs, config, o) {
|
|
@@ -14001,7 +14080,7 @@ function requireGetConfigFastCommand () {
|
|
|
14001
14080
|
exports.GetConfigFastCommand = exports.$Command = void 0;
|
|
14002
14081
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14003
14082
|
const middleware_serde_1 = require$$1;
|
|
14004
|
-
const smithy_client_1 = require$$
|
|
14083
|
+
const smithy_client_1 = require$$77;
|
|
14005
14084
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14006
14085
|
class GetConfigFastCommand extends smithy_client_1.Command.classBuilder()
|
|
14007
14086
|
.m(function (Command, cs, config, o) {
|
|
@@ -14033,7 +14112,7 @@ function requireGetContextCommand () {
|
|
|
14033
14112
|
exports.GetContextCommand = exports.$Command = void 0;
|
|
14034
14113
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14035
14114
|
const middleware_serde_1 = require$$1;
|
|
14036
|
-
const smithy_client_1 = require$$
|
|
14115
|
+
const smithy_client_1 = require$$77;
|
|
14037
14116
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14038
14117
|
class GetContextCommand extends smithy_client_1.Command.classBuilder()
|
|
14039
14118
|
.m(function (Command, cs, config, o) {
|
|
@@ -14065,7 +14144,7 @@ function requireGetContextFromConditionCommand () {
|
|
|
14065
14144
|
exports.GetContextFromConditionCommand = exports.$Command = void 0;
|
|
14066
14145
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14067
14146
|
const middleware_serde_1 = require$$1;
|
|
14068
|
-
const smithy_client_1 = require$$
|
|
14147
|
+
const smithy_client_1 = require$$77;
|
|
14069
14148
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14070
14149
|
class GetContextFromConditionCommand extends smithy_client_1.Command.classBuilder()
|
|
14071
14150
|
.m(function (Command, cs, config, o) {
|
|
@@ -14097,7 +14176,7 @@ function requireGetDefaultConfigCommand () {
|
|
|
14097
14176
|
exports.GetDefaultConfigCommand = exports.$Command = void 0;
|
|
14098
14177
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14099
14178
|
const middleware_serde_1 = require$$1;
|
|
14100
|
-
const smithy_client_1 = require$$
|
|
14179
|
+
const smithy_client_1 = require$$77;
|
|
14101
14180
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14102
14181
|
class GetDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14103
14182
|
.m(function (Command, cs, config, o) {
|
|
@@ -14129,7 +14208,7 @@ function requireGetDimensionCommand () {
|
|
|
14129
14208
|
exports.GetDimensionCommand = exports.$Command = void 0;
|
|
14130
14209
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14131
14210
|
const middleware_serde_1 = require$$1;
|
|
14132
|
-
const smithy_client_1 = require$$
|
|
14211
|
+
const smithy_client_1 = require$$77;
|
|
14133
14212
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14134
14213
|
class GetDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
14135
14214
|
.m(function (Command, cs, config, o) {
|
|
@@ -14161,7 +14240,7 @@ function requireGetExperimentCommand () {
|
|
|
14161
14240
|
exports.GetExperimentCommand = exports.$Command = void 0;
|
|
14162
14241
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14163
14242
|
const middleware_serde_1 = require$$1;
|
|
14164
|
-
const smithy_client_1 = require$$
|
|
14243
|
+
const smithy_client_1 = require$$77;
|
|
14165
14244
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14166
14245
|
class GetExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14167
14246
|
.m(function (Command, cs, config, o) {
|
|
@@ -14193,7 +14272,7 @@ function requireGetExperimentGroupCommand () {
|
|
|
14193
14272
|
exports.GetExperimentGroupCommand = exports.$Command = void 0;
|
|
14194
14273
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14195
14274
|
const middleware_serde_1 = require$$1;
|
|
14196
|
-
const smithy_client_1 = require$$
|
|
14275
|
+
const smithy_client_1 = require$$77;
|
|
14197
14276
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14198
14277
|
class GetExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
14199
14278
|
.m(function (Command, cs, config, o) {
|
|
@@ -14225,7 +14304,7 @@ function requireGetFunctionCommand () {
|
|
|
14225
14304
|
exports.GetFunctionCommand = exports.$Command = void 0;
|
|
14226
14305
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14227
14306
|
const middleware_serde_1 = require$$1;
|
|
14228
|
-
const smithy_client_1 = require$$
|
|
14307
|
+
const smithy_client_1 = require$$77;
|
|
14229
14308
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14230
14309
|
class GetFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14231
14310
|
.m(function (Command, cs, config, o) {
|
|
@@ -14257,7 +14336,7 @@ function requireGetOrganisationCommand () {
|
|
|
14257
14336
|
exports.GetOrganisationCommand = exports.$Command = void 0;
|
|
14258
14337
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14259
14338
|
const middleware_serde_1 = require$$1;
|
|
14260
|
-
const smithy_client_1 = require$$
|
|
14339
|
+
const smithy_client_1 = require$$77;
|
|
14261
14340
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14262
14341
|
class GetOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
14263
14342
|
.m(function (Command, cs, config, o) {
|
|
@@ -14289,7 +14368,7 @@ function requireGetResolvedConfigCommand () {
|
|
|
14289
14368
|
exports.GetResolvedConfigCommand = exports.$Command = void 0;
|
|
14290
14369
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14291
14370
|
const middleware_serde_1 = require$$1;
|
|
14292
|
-
const smithy_client_1 = require$$
|
|
14371
|
+
const smithy_client_1 = require$$77;
|
|
14293
14372
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14294
14373
|
class GetResolvedConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14295
14374
|
.m(function (Command, cs, config, o) {
|
|
@@ -14309,6 +14388,38 @@ function requireGetResolvedConfigCommand () {
|
|
|
14309
14388
|
return GetResolvedConfigCommand;
|
|
14310
14389
|
}
|
|
14311
14390
|
|
|
14391
|
+
var GetResolvedConfigWithIdentifierCommand = {};
|
|
14392
|
+
|
|
14393
|
+
var hasRequiredGetResolvedConfigWithIdentifierCommand;
|
|
14394
|
+
|
|
14395
|
+
function requireGetResolvedConfigWithIdentifierCommand () {
|
|
14396
|
+
if (hasRequiredGetResolvedConfigWithIdentifierCommand) return GetResolvedConfigWithIdentifierCommand;
|
|
14397
|
+
hasRequiredGetResolvedConfigWithIdentifierCommand = 1;
|
|
14398
|
+
(function (exports) {
|
|
14399
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14400
|
+
exports.GetResolvedConfigWithIdentifierCommand = exports.$Command = void 0;
|
|
14401
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14402
|
+
const middleware_serde_1 = require$$1;
|
|
14403
|
+
const smithy_client_1 = require$$77;
|
|
14404
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14405
|
+
class GetResolvedConfigWithIdentifierCommand extends smithy_client_1.Command.classBuilder()
|
|
14406
|
+
.m(function (Command, cs, config, o) {
|
|
14407
|
+
return [
|
|
14408
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14409
|
+
];
|
|
14410
|
+
})
|
|
14411
|
+
.s("Superposition", "GetResolvedConfigWithIdentifier", {})
|
|
14412
|
+
.n("SuperpositionClient", "GetResolvedConfigWithIdentifierCommand")
|
|
14413
|
+
.f(void 0, void 0)
|
|
14414
|
+
.ser(Aws_restJson1_1.se_GetResolvedConfigWithIdentifierCommand)
|
|
14415
|
+
.de(Aws_restJson1_1.de_GetResolvedConfigWithIdentifierCommand)
|
|
14416
|
+
.build() {
|
|
14417
|
+
}
|
|
14418
|
+
exports.GetResolvedConfigWithIdentifierCommand = GetResolvedConfigWithIdentifierCommand;
|
|
14419
|
+
} (GetResolvedConfigWithIdentifierCommand));
|
|
14420
|
+
return GetResolvedConfigWithIdentifierCommand;
|
|
14421
|
+
}
|
|
14422
|
+
|
|
14312
14423
|
var GetTypeTemplateCommand = {};
|
|
14313
14424
|
|
|
14314
14425
|
var hasRequiredGetTypeTemplateCommand;
|
|
@@ -14321,7 +14432,7 @@ function requireGetTypeTemplateCommand () {
|
|
|
14321
14432
|
exports.GetTypeTemplateCommand = exports.$Command = void 0;
|
|
14322
14433
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14323
14434
|
const middleware_serde_1 = require$$1;
|
|
14324
|
-
const smithy_client_1 = require$$
|
|
14435
|
+
const smithy_client_1 = require$$77;
|
|
14325
14436
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14326
14437
|
class GetTypeTemplateCommand extends smithy_client_1.Command.classBuilder()
|
|
14327
14438
|
.m(function (Command, cs, config, o) {
|
|
@@ -14353,7 +14464,7 @@ function requireGetTypeTemplatesListCommand () {
|
|
|
14353
14464
|
exports.GetTypeTemplatesListCommand = exports.$Command = void 0;
|
|
14354
14465
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14355
14466
|
const middleware_serde_1 = require$$1;
|
|
14356
|
-
const smithy_client_1 = require$$
|
|
14467
|
+
const smithy_client_1 = require$$77;
|
|
14357
14468
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14358
14469
|
class GetTypeTemplatesListCommand extends smithy_client_1.Command.classBuilder()
|
|
14359
14470
|
.m(function (Command, cs, config, o) {
|
|
@@ -14385,7 +14496,7 @@ function requireGetVariableCommand () {
|
|
|
14385
14496
|
exports.GetVariableCommand = exports.$Command = void 0;
|
|
14386
14497
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14387
14498
|
const middleware_serde_1 = require$$1;
|
|
14388
|
-
const smithy_client_1 = require$$
|
|
14499
|
+
const smithy_client_1 = require$$77;
|
|
14389
14500
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14390
14501
|
class GetVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
14391
14502
|
.m(function (Command, cs, config, o) {
|
|
@@ -14417,7 +14528,7 @@ function requireGetVersionCommand () {
|
|
|
14417
14528
|
exports.GetVersionCommand = exports.$Command = void 0;
|
|
14418
14529
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14419
14530
|
const middleware_serde_1 = require$$1;
|
|
14420
|
-
const smithy_client_1 = require$$
|
|
14531
|
+
const smithy_client_1 = require$$77;
|
|
14421
14532
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14422
14533
|
class GetVersionCommand extends smithy_client_1.Command.classBuilder()
|
|
14423
14534
|
.m(function (Command, cs, config, o) {
|
|
@@ -14449,7 +14560,7 @@ function requireGetWebhookByEventCommand () {
|
|
|
14449
14560
|
exports.GetWebhookByEventCommand = exports.$Command = void 0;
|
|
14450
14561
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14451
14562
|
const middleware_serde_1 = require$$1;
|
|
14452
|
-
const smithy_client_1 = require$$
|
|
14563
|
+
const smithy_client_1 = require$$77;
|
|
14453
14564
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14454
14565
|
class GetWebhookByEventCommand extends smithy_client_1.Command.classBuilder()
|
|
14455
14566
|
.m(function (Command, cs, config, o) {
|
|
@@ -14481,7 +14592,7 @@ function requireGetWebhookCommand () {
|
|
|
14481
14592
|
exports.GetWebhookCommand = exports.$Command = void 0;
|
|
14482
14593
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14483
14594
|
const middleware_serde_1 = require$$1;
|
|
14484
|
-
const smithy_client_1 = require$$
|
|
14595
|
+
const smithy_client_1 = require$$77;
|
|
14485
14596
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14486
14597
|
class GetWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14487
14598
|
.m(function (Command, cs, config, o) {
|
|
@@ -14513,7 +14624,7 @@ function requireGetWorkspaceCommand () {
|
|
|
14513
14624
|
exports.GetWorkspaceCommand = exports.$Command = void 0;
|
|
14514
14625
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14515
14626
|
const middleware_serde_1 = require$$1;
|
|
14516
|
-
const smithy_client_1 = require$$
|
|
14627
|
+
const smithy_client_1 = require$$77;
|
|
14517
14628
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14518
14629
|
class GetWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
14519
14630
|
.m(function (Command, cs, config, o) {
|
|
@@ -14545,7 +14656,7 @@ function requireListAuditLogsCommand () {
|
|
|
14545
14656
|
exports.ListAuditLogsCommand = exports.$Command = void 0;
|
|
14546
14657
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14547
14658
|
const middleware_serde_1 = require$$1;
|
|
14548
|
-
const smithy_client_1 = require$$
|
|
14659
|
+
const smithy_client_1 = require$$77;
|
|
14549
14660
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14550
14661
|
class ListAuditLogsCommand extends smithy_client_1.Command.classBuilder()
|
|
14551
14662
|
.m(function (Command, cs, config, o) {
|
|
@@ -14577,7 +14688,7 @@ function requireListContextsCommand () {
|
|
|
14577
14688
|
exports.ListContextsCommand = exports.$Command = void 0;
|
|
14578
14689
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14579
14690
|
const middleware_serde_1 = require$$1;
|
|
14580
|
-
const smithy_client_1 = require$$
|
|
14691
|
+
const smithy_client_1 = require$$77;
|
|
14581
14692
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14582
14693
|
class ListContextsCommand extends smithy_client_1.Command.classBuilder()
|
|
14583
14694
|
.m(function (Command, cs, config, o) {
|
|
@@ -14609,7 +14720,7 @@ function requireListDefaultConfigsCommand () {
|
|
|
14609
14720
|
exports.ListDefaultConfigsCommand = exports.$Command = void 0;
|
|
14610
14721
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14611
14722
|
const middleware_serde_1 = require$$1;
|
|
14612
|
-
const smithy_client_1 = require$$
|
|
14723
|
+
const smithy_client_1 = require$$77;
|
|
14613
14724
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14614
14725
|
class ListDefaultConfigsCommand extends smithy_client_1.Command.classBuilder()
|
|
14615
14726
|
.m(function (Command, cs, config, o) {
|
|
@@ -14641,7 +14752,7 @@ function requireListDimensionsCommand () {
|
|
|
14641
14752
|
exports.ListDimensionsCommand = exports.$Command = void 0;
|
|
14642
14753
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14643
14754
|
const middleware_serde_1 = require$$1;
|
|
14644
|
-
const smithy_client_1 = require$$
|
|
14755
|
+
const smithy_client_1 = require$$77;
|
|
14645
14756
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14646
14757
|
class ListDimensionsCommand extends smithy_client_1.Command.classBuilder()
|
|
14647
14758
|
.m(function (Command, cs, config, o) {
|
|
@@ -14673,7 +14784,7 @@ function requireListExperimentCommand () {
|
|
|
14673
14784
|
exports.ListExperimentCommand = exports.$Command = void 0;
|
|
14674
14785
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14675
14786
|
const middleware_serde_1 = require$$1;
|
|
14676
|
-
const smithy_client_1 = require$$
|
|
14787
|
+
const smithy_client_1 = require$$77;
|
|
14677
14788
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14678
14789
|
class ListExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14679
14790
|
.m(function (Command, cs, config, o) {
|
|
@@ -14705,7 +14816,7 @@ function requireListExperimentGroupsCommand () {
|
|
|
14705
14816
|
exports.ListExperimentGroupsCommand = exports.$Command = void 0;
|
|
14706
14817
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14707
14818
|
const middleware_serde_1 = require$$1;
|
|
14708
|
-
const smithy_client_1 = require$$
|
|
14819
|
+
const smithy_client_1 = require$$77;
|
|
14709
14820
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14710
14821
|
class ListExperimentGroupsCommand extends smithy_client_1.Command.classBuilder()
|
|
14711
14822
|
.m(function (Command, cs, config, o) {
|
|
@@ -14737,7 +14848,7 @@ function requireListFunctionCommand () {
|
|
|
14737
14848
|
exports.ListFunctionCommand = exports.$Command = void 0;
|
|
14738
14849
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14739
14850
|
const middleware_serde_1 = require$$1;
|
|
14740
|
-
const smithy_client_1 = require$$
|
|
14851
|
+
const smithy_client_1 = require$$77;
|
|
14741
14852
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14742
14853
|
class ListFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14743
14854
|
.m(function (Command, cs, config, o) {
|
|
@@ -14769,7 +14880,7 @@ function requireListOrganisationCommand () {
|
|
|
14769
14880
|
exports.ListOrganisationCommand = exports.$Command = void 0;
|
|
14770
14881
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14771
14882
|
const middleware_serde_1 = require$$1;
|
|
14772
|
-
const smithy_client_1 = require$$
|
|
14883
|
+
const smithy_client_1 = require$$77;
|
|
14773
14884
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14774
14885
|
class ListOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
14775
14886
|
.m(function (Command, cs, config, o) {
|
|
@@ -14801,7 +14912,7 @@ function requireListVariablesCommand () {
|
|
|
14801
14912
|
exports.ListVariablesCommand = exports.$Command = void 0;
|
|
14802
14913
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14803
14914
|
const middleware_serde_1 = require$$1;
|
|
14804
|
-
const smithy_client_1 = require$$
|
|
14915
|
+
const smithy_client_1 = require$$77;
|
|
14805
14916
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14806
14917
|
class ListVariablesCommand extends smithy_client_1.Command.classBuilder()
|
|
14807
14918
|
.m(function (Command, cs, config, o) {
|
|
@@ -14833,7 +14944,7 @@ function requireListVersionsCommand () {
|
|
|
14833
14944
|
exports.ListVersionsCommand = exports.$Command = void 0;
|
|
14834
14945
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14835
14946
|
const middleware_serde_1 = require$$1;
|
|
14836
|
-
const smithy_client_1 = require$$
|
|
14947
|
+
const smithy_client_1 = require$$77;
|
|
14837
14948
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14838
14949
|
class ListVersionsCommand extends smithy_client_1.Command.classBuilder()
|
|
14839
14950
|
.m(function (Command, cs, config, o) {
|
|
@@ -14865,7 +14976,7 @@ function requireListWebhookCommand () {
|
|
|
14865
14976
|
exports.ListWebhookCommand = exports.$Command = void 0;
|
|
14866
14977
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14867
14978
|
const middleware_serde_1 = require$$1;
|
|
14868
|
-
const smithy_client_1 = require$$
|
|
14979
|
+
const smithy_client_1 = require$$77;
|
|
14869
14980
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14870
14981
|
class ListWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14871
14982
|
.m(function (Command, cs, config, o) {
|
|
@@ -14897,7 +15008,7 @@ function requireListWorkspaceCommand () {
|
|
|
14897
15008
|
exports.ListWorkspaceCommand = exports.$Command = void 0;
|
|
14898
15009
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14899
15010
|
const middleware_serde_1 = require$$1;
|
|
14900
|
-
const smithy_client_1 = require$$
|
|
15011
|
+
const smithy_client_1 = require$$77;
|
|
14901
15012
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14902
15013
|
class ListWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
14903
15014
|
.m(function (Command, cs, config, o) {
|
|
@@ -14929,7 +15040,7 @@ function requireMigrateWorkspaceSchemaCommand () {
|
|
|
14929
15040
|
exports.MigrateWorkspaceSchemaCommand = exports.$Command = void 0;
|
|
14930
15041
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14931
15042
|
const middleware_serde_1 = require$$1;
|
|
14932
|
-
const smithy_client_1 = require$$
|
|
15043
|
+
const smithy_client_1 = require$$77;
|
|
14933
15044
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14934
15045
|
class MigrateWorkspaceSchemaCommand extends smithy_client_1.Command.classBuilder()
|
|
14935
15046
|
.m(function (Command, cs, config, o) {
|
|
@@ -14961,7 +15072,7 @@ function requireMoveContextCommand () {
|
|
|
14961
15072
|
exports.MoveContextCommand = exports.$Command = void 0;
|
|
14962
15073
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14963
15074
|
const middleware_serde_1 = require$$1;
|
|
14964
|
-
const smithy_client_1 = require$$
|
|
15075
|
+
const smithy_client_1 = require$$77;
|
|
14965
15076
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14966
15077
|
class MoveContextCommand extends smithy_client_1.Command.classBuilder()
|
|
14967
15078
|
.m(function (Command, cs, config, o) {
|
|
@@ -14993,7 +15104,7 @@ function requirePauseExperimentCommand () {
|
|
|
14993
15104
|
exports.PauseExperimentCommand = exports.$Command = void 0;
|
|
14994
15105
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14995
15106
|
const middleware_serde_1 = require$$1;
|
|
14996
|
-
const smithy_client_1 = require$$
|
|
15107
|
+
const smithy_client_1 = require$$77;
|
|
14997
15108
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14998
15109
|
class PauseExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14999
15110
|
.m(function (Command, cs, config, o) {
|
|
@@ -15025,7 +15136,7 @@ function requirePublishCommand () {
|
|
|
15025
15136
|
exports.PublishCommand = exports.$Command = void 0;
|
|
15026
15137
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15027
15138
|
const middleware_serde_1 = require$$1;
|
|
15028
|
-
const smithy_client_1 = require$$
|
|
15139
|
+
const smithy_client_1 = require$$77;
|
|
15029
15140
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15030
15141
|
class PublishCommand extends smithy_client_1.Command.classBuilder()
|
|
15031
15142
|
.m(function (Command, cs, config, o) {
|
|
@@ -15057,7 +15168,7 @@ function requireRampExperimentCommand () {
|
|
|
15057
15168
|
exports.RampExperimentCommand = exports.$Command = void 0;
|
|
15058
15169
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15059
15170
|
const middleware_serde_1 = require$$1;
|
|
15060
|
-
const smithy_client_1 = require$$
|
|
15171
|
+
const smithy_client_1 = require$$77;
|
|
15061
15172
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15062
15173
|
class RampExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15063
15174
|
.m(function (Command, cs, config, o) {
|
|
@@ -15089,7 +15200,7 @@ function requireRemoveMembersFromGroupCommand () {
|
|
|
15089
15200
|
exports.RemoveMembersFromGroupCommand = exports.$Command = void 0;
|
|
15090
15201
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15091
15202
|
const middleware_serde_1 = require$$1;
|
|
15092
|
-
const smithy_client_1 = require$$
|
|
15203
|
+
const smithy_client_1 = require$$77;
|
|
15093
15204
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15094
15205
|
class RemoveMembersFromGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
15095
15206
|
.m(function (Command, cs, config, o) {
|
|
@@ -15121,7 +15232,7 @@ function requireResumeExperimentCommand () {
|
|
|
15121
15232
|
exports.ResumeExperimentCommand = exports.$Command = void 0;
|
|
15122
15233
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15123
15234
|
const middleware_serde_1 = require$$1;
|
|
15124
|
-
const smithy_client_1 = require$$
|
|
15235
|
+
const smithy_client_1 = require$$77;
|
|
15125
15236
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15126
15237
|
class ResumeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15127
15238
|
.m(function (Command, cs, config, o) {
|
|
@@ -15153,7 +15264,7 @@ function requireTestCommand () {
|
|
|
15153
15264
|
exports.TestCommand = exports.$Command = void 0;
|
|
15154
15265
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15155
15266
|
const middleware_serde_1 = require$$1;
|
|
15156
|
-
const smithy_client_1 = require$$
|
|
15267
|
+
const smithy_client_1 = require$$77;
|
|
15157
15268
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15158
15269
|
class TestCommand extends smithy_client_1.Command.classBuilder()
|
|
15159
15270
|
.m(function (Command, cs, config, o) {
|
|
@@ -15185,7 +15296,7 @@ function requireUpdateDefaultConfigCommand () {
|
|
|
15185
15296
|
exports.UpdateDefaultConfigCommand = exports.$Command = void 0;
|
|
15186
15297
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15187
15298
|
const middleware_serde_1 = require$$1;
|
|
15188
|
-
const smithy_client_1 = require$$
|
|
15299
|
+
const smithy_client_1 = require$$77;
|
|
15189
15300
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15190
15301
|
class UpdateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
15191
15302
|
.m(function (Command, cs, config, o) {
|
|
@@ -15217,7 +15328,7 @@ function requireUpdateDimensionCommand () {
|
|
|
15217
15328
|
exports.UpdateDimensionCommand = exports.$Command = void 0;
|
|
15218
15329
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15219
15330
|
const middleware_serde_1 = require$$1;
|
|
15220
|
-
const smithy_client_1 = require$$
|
|
15331
|
+
const smithy_client_1 = require$$77;
|
|
15221
15332
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15222
15333
|
class UpdateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
15223
15334
|
.m(function (Command, cs, config, o) {
|
|
@@ -15249,7 +15360,7 @@ function requireUpdateExperimentGroupCommand () {
|
|
|
15249
15360
|
exports.UpdateExperimentGroupCommand = exports.$Command = void 0;
|
|
15250
15361
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15251
15362
|
const middleware_serde_1 = require$$1;
|
|
15252
|
-
const smithy_client_1 = require$$
|
|
15363
|
+
const smithy_client_1 = require$$77;
|
|
15253
15364
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15254
15365
|
class UpdateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
15255
15366
|
.m(function (Command, cs, config, o) {
|
|
@@ -15281,7 +15392,7 @@ function requireUpdateFunctionCommand () {
|
|
|
15281
15392
|
exports.UpdateFunctionCommand = exports.$Command = void 0;
|
|
15282
15393
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15283
15394
|
const middleware_serde_1 = require$$1;
|
|
15284
|
-
const smithy_client_1 = require$$
|
|
15395
|
+
const smithy_client_1 = require$$77;
|
|
15285
15396
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15286
15397
|
class UpdateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
15287
15398
|
.m(function (Command, cs, config, o) {
|
|
@@ -15313,7 +15424,7 @@ function requireUpdateOrganisationCommand () {
|
|
|
15313
15424
|
exports.UpdateOrganisationCommand = exports.$Command = void 0;
|
|
15314
15425
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15315
15426
|
const middleware_serde_1 = require$$1;
|
|
15316
|
-
const smithy_client_1 = require$$
|
|
15427
|
+
const smithy_client_1 = require$$77;
|
|
15317
15428
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15318
15429
|
class UpdateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
15319
15430
|
.m(function (Command, cs, config, o) {
|
|
@@ -15345,7 +15456,7 @@ function requireUpdateOverrideCommand () {
|
|
|
15345
15456
|
exports.UpdateOverrideCommand = exports.$Command = void 0;
|
|
15346
15457
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15347
15458
|
const middleware_serde_1 = require$$1;
|
|
15348
|
-
const smithy_client_1 = require$$
|
|
15459
|
+
const smithy_client_1 = require$$77;
|
|
15349
15460
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15350
15461
|
class UpdateOverrideCommand extends smithy_client_1.Command.classBuilder()
|
|
15351
15462
|
.m(function (Command, cs, config, o) {
|
|
@@ -15377,7 +15488,7 @@ function requireUpdateOverridesExperimentCommand () {
|
|
|
15377
15488
|
exports.UpdateOverridesExperimentCommand = exports.$Command = void 0;
|
|
15378
15489
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15379
15490
|
const middleware_serde_1 = require$$1;
|
|
15380
|
-
const smithy_client_1 = require$$
|
|
15491
|
+
const smithy_client_1 = require$$77;
|
|
15381
15492
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15382
15493
|
class UpdateOverridesExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15383
15494
|
.m(function (Command, cs, config, o) {
|
|
@@ -15409,7 +15520,7 @@ function requireUpdateTypeTemplatesCommand () {
|
|
|
15409
15520
|
exports.UpdateTypeTemplatesCommand = exports.$Command = void 0;
|
|
15410
15521
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15411
15522
|
const middleware_serde_1 = require$$1;
|
|
15412
|
-
const smithy_client_1 = require$$
|
|
15523
|
+
const smithy_client_1 = require$$77;
|
|
15413
15524
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15414
15525
|
class UpdateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
15415
15526
|
.m(function (Command, cs, config, o) {
|
|
@@ -15441,7 +15552,7 @@ function requireUpdateVariableCommand () {
|
|
|
15441
15552
|
exports.UpdateVariableCommand = exports.$Command = void 0;
|
|
15442
15553
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15443
15554
|
const middleware_serde_1 = require$$1;
|
|
15444
|
-
const smithy_client_1 = require$$
|
|
15555
|
+
const smithy_client_1 = require$$77;
|
|
15445
15556
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15446
15557
|
class UpdateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
15447
15558
|
.m(function (Command, cs, config, o) {
|
|
@@ -15473,7 +15584,7 @@ function requireUpdateWebhookCommand () {
|
|
|
15473
15584
|
exports.UpdateWebhookCommand = exports.$Command = void 0;
|
|
15474
15585
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15475
15586
|
const middleware_serde_1 = require$$1;
|
|
15476
|
-
const smithy_client_1 = require$$
|
|
15587
|
+
const smithy_client_1 = require$$77;
|
|
15477
15588
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15478
15589
|
class UpdateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
15479
15590
|
.m(function (Command, cs, config, o) {
|
|
@@ -15505,7 +15616,7 @@ function requireUpdateWorkspaceCommand () {
|
|
|
15505
15616
|
exports.UpdateWorkspaceCommand = exports.$Command = void 0;
|
|
15506
15617
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15507
15618
|
const middleware_serde_1 = require$$1;
|
|
15508
|
-
const smithy_client_1 = require$$
|
|
15619
|
+
const smithy_client_1 = require$$77;
|
|
15509
15620
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15510
15621
|
class UpdateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
15511
15622
|
.m(function (Command, cs, config, o) {
|
|
@@ -15537,7 +15648,7 @@ function requireValidateContextCommand () {
|
|
|
15537
15648
|
exports.ValidateContextCommand = exports.$Command = void 0;
|
|
15538
15649
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15539
15650
|
const middleware_serde_1 = require$$1;
|
|
15540
|
-
const smithy_client_1 = require$$
|
|
15651
|
+
const smithy_client_1 = require$$77;
|
|
15541
15652
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15542
15653
|
class ValidateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
15543
15654
|
.m(function (Command, cs, config, o) {
|
|
@@ -15569,7 +15680,7 @@ function requireWeightRecomputeCommand () {
|
|
|
15569
15680
|
exports.WeightRecomputeCommand = exports.$Command = void 0;
|
|
15570
15681
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15571
15682
|
const middleware_serde_1 = require$$1;
|
|
15572
|
-
const smithy_client_1 = require$$
|
|
15683
|
+
const smithy_client_1 = require$$77;
|
|
15573
15684
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15574
15685
|
class WeightRecomputeCommand extends smithy_client_1.Command.classBuilder()
|
|
15575
15686
|
.m(function (Command, cs, config, o) {
|
|
@@ -15632,6 +15743,7 @@ function requireSuperposition () {
|
|
|
15632
15743
|
const GetFunctionCommand_1 = requireGetFunctionCommand();
|
|
15633
15744
|
const GetOrganisationCommand_1 = requireGetOrganisationCommand();
|
|
15634
15745
|
const GetResolvedConfigCommand_1 = requireGetResolvedConfigCommand();
|
|
15746
|
+
const GetResolvedConfigWithIdentifierCommand_1 = requireGetResolvedConfigWithIdentifierCommand();
|
|
15635
15747
|
const GetTypeTemplateCommand_1 = requireGetTypeTemplateCommand();
|
|
15636
15748
|
const GetTypeTemplatesListCommand_1 = requireGetTypeTemplatesListCommand();
|
|
15637
15749
|
const GetVariableCommand_1 = requireGetVariableCommand();
|
|
@@ -15672,7 +15784,7 @@ function requireSuperposition () {
|
|
|
15672
15784
|
const UpdateWorkspaceCommand_1 = requireUpdateWorkspaceCommand();
|
|
15673
15785
|
const ValidateContextCommand_1 = requireValidateContextCommand();
|
|
15674
15786
|
const WeightRecomputeCommand_1 = requireWeightRecomputeCommand();
|
|
15675
|
-
const smithy_client_1 = require$$
|
|
15787
|
+
const smithy_client_1 = require$$77;
|
|
15676
15788
|
const commands = {
|
|
15677
15789
|
AddMembersToGroupCommand: AddMembersToGroupCommand_1.AddMembersToGroupCommand,
|
|
15678
15790
|
ApplicableVariantsCommand: ApplicableVariantsCommand_1.ApplicableVariantsCommand,
|
|
@@ -15709,6 +15821,7 @@ function requireSuperposition () {
|
|
|
15709
15821
|
GetFunctionCommand: GetFunctionCommand_1.GetFunctionCommand,
|
|
15710
15822
|
GetOrganisationCommand: GetOrganisationCommand_1.GetOrganisationCommand,
|
|
15711
15823
|
GetResolvedConfigCommand: GetResolvedConfigCommand_1.GetResolvedConfigCommand,
|
|
15824
|
+
GetResolvedConfigWithIdentifierCommand: GetResolvedConfigWithIdentifierCommand_1.GetResolvedConfigWithIdentifierCommand,
|
|
15712
15825
|
GetTypeTemplateCommand: GetTypeTemplateCommand_1.GetTypeTemplateCommand,
|
|
15713
15826
|
GetTypeTemplatesListCommand: GetTypeTemplatesListCommand_1.GetTypeTemplatesListCommand,
|
|
15714
15827
|
GetVariableCommand: GetVariableCommand_1.GetVariableCommand,
|
|
@@ -15802,6 +15915,7 @@ function requireCommands () {
|
|
|
15802
15915
|
tslib_1.__exportStar(requireGetFunctionCommand(), exports);
|
|
15803
15916
|
tslib_1.__exportStar(requireGetOrganisationCommand(), exports);
|
|
15804
15917
|
tslib_1.__exportStar(requireGetResolvedConfigCommand(), exports);
|
|
15918
|
+
tslib_1.__exportStar(requireGetResolvedConfigWithIdentifierCommand(), exports);
|
|
15805
15919
|
tslib_1.__exportStar(requireGetTypeTemplateCommand(), exports);
|
|
15806
15920
|
tslib_1.__exportStar(requireGetTypeTemplatesListCommand(), exports);
|
|
15807
15921
|
tslib_1.__exportStar(requireGetVariableCommand(), exports);
|
|
@@ -15972,6 +16086,7 @@ class ExperimentationClient {
|
|
|
15972
16086
|
context: this.normalizeToStringRecord(exp.context),
|
|
15973
16087
|
variants: variants,
|
|
15974
16088
|
traffic_percentage: exp.traffic_percentage || 100,
|
|
16089
|
+
status: exp.status || superpositionSdk.ExperimentStatusType.DISCARDED,
|
|
15975
16090
|
});
|
|
15976
16091
|
}
|
|
15977
16092
|
return experiments;
|