superposition-provider 0.112.0 → 0.114.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +321 -100
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +321 -100
- package/dist/index.js.map +1 -1
- package/dist/native-lib/libsuperposition_core-aarch64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-pc-windows-msvc.dll +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-unknown-linux-gnu.so +0 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3183,7 +3183,7 @@ var runtimeConfig = {};
|
|
|
3183
3183
|
|
|
3184
3184
|
var name = "superposition-sdk";
|
|
3185
3185
|
var description = "superposition-sdk client";
|
|
3186
|
-
var version = "0.
|
|
3186
|
+
var version = "0.114.0";
|
|
3187
3187
|
var repository = {
|
|
3188
3188
|
type: "git",
|
|
3189
3189
|
url: "git+https://github.com/juspay/superposition.git"
|
|
@@ -8039,7 +8039,7 @@ var require$$8 = /*@__PURE__*/getAugmentedNamespace(distEs$a);
|
|
|
8039
8039
|
|
|
8040
8040
|
var runtimeConfig_shared = {};
|
|
8041
8041
|
|
|
8042
|
-
var require$$
|
|
8042
|
+
var require$$88 = /*@__PURE__*/getAugmentedNamespace(distEs$f);
|
|
8043
8043
|
|
|
8044
8044
|
function parseQueryString(querystring) {
|
|
8045
8045
|
const query = {};
|
|
@@ -8103,7 +8103,7 @@ function requireRuntimeConfig_shared () {
|
|
|
8103
8103
|
runtimeConfig_shared.getRuntimeConfig = void 0;
|
|
8104
8104
|
const httpAuthSchemeProvider_1 = requireHttpAuthSchemeProvider();
|
|
8105
8105
|
const core_1 = require$$3$3;
|
|
8106
|
-
const smithy_client_1 = require$$
|
|
8106
|
+
const smithy_client_1 = require$$88;
|
|
8107
8107
|
const url_parser_1 = require$$3$1;
|
|
8108
8108
|
const util_base64_1 = require$$4$1;
|
|
8109
8109
|
const util_utf8_1 = require$$5$1;
|
|
@@ -8407,9 +8407,9 @@ function requireRuntimeConfig () {
|
|
|
8407
8407
|
const util_body_length_node_1 = require$$7$1;
|
|
8408
8408
|
const util_retry_1 = require$$8;
|
|
8409
8409
|
const runtimeConfig_shared_1 = requireRuntimeConfig_shared();
|
|
8410
|
-
const smithy_client_1 = require$$
|
|
8410
|
+
const smithy_client_1 = require$$88;
|
|
8411
8411
|
const util_defaults_mode_node_1 = require$$11;
|
|
8412
|
-
const smithy_client_2 = require$$
|
|
8412
|
+
const smithy_client_2 = require$$88;
|
|
8413
8413
|
const getRuntimeConfig = (config) => {
|
|
8414
8414
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
8415
8415
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -8500,7 +8500,7 @@ function requireRuntimeExtensions () {
|
|
|
8500
8500
|
runtimeExtensions.resolveRuntimeExtensions = void 0;
|
|
8501
8501
|
const httpAuthExtensionConfiguration_1 = requireHttpAuthExtensionConfiguration();
|
|
8502
8502
|
const protocol_http_1 = require$$1$1;
|
|
8503
|
-
const smithy_client_1 = require$$
|
|
8503
|
+
const smithy_client_1 = require$$88;
|
|
8504
8504
|
const asPartial = (t) => t;
|
|
8505
8505
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
8506
8506
|
const extensionConfiguration = {
|
|
@@ -8729,7 +8729,7 @@ function requireSuperpositionClient () {
|
|
|
8729
8729
|
const core_1 = require$$3$3;
|
|
8730
8730
|
const middleware_content_length_1 = require$$9;
|
|
8731
8731
|
const middleware_retry_1 = require$$10;
|
|
8732
|
-
const smithy_client_1 = require$$
|
|
8732
|
+
const smithy_client_1 = require$$88;
|
|
8733
8733
|
Object.defineProperty(exports$1, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
8734
8734
|
class SuperpositionClient extends smithy_client_1.Client {
|
|
8735
8735
|
config;
|
|
@@ -8781,7 +8781,7 @@ function requireSuperpositionServiceException () {
|
|
|
8781
8781
|
(function (exports$1) {
|
|
8782
8782
|
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
8783
8783
|
exports$1.SuperpositionServiceException = exports$1.__ServiceException = void 0;
|
|
8784
|
-
const smithy_client_1 = require$$
|
|
8784
|
+
const smithy_client_1 = require$$88;
|
|
8785
8785
|
Object.defineProperty(exports$1, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
8786
8786
|
class SuperpositionServiceException extends smithy_client_1.ServiceException {
|
|
8787
8787
|
constructor(options) {
|
|
@@ -8802,7 +8802,7 @@ function requireModels_0 () {
|
|
|
8802
8802
|
if (hasRequiredModels_0) return models_0;
|
|
8803
8803
|
hasRequiredModels_0 = 1;
|
|
8804
8804
|
Object.defineProperty(models_0, "__esModule", { value: true });
|
|
8805
|
-
models_0.VariableSortOn = models_0.SecretSortOn = 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.WebhookFailed = 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;
|
|
8805
|
+
models_0.VariableSortOn = models_0.SecretSortOn = 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.WorkspaceLockConflict = models_0.ContextFilterSortOn = models_0.DimensionMatchStrategy = models_0.MergeStrategy = models_0.DimensionType = models_0.ExperimentStatusType = models_0.ExperimentType = models_0.WebhookFailed = 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;
|
|
8806
8806
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
8807
8807
|
models_0.GroupType = {
|
|
8808
8808
|
SYSTEM_GENERATED: "SYSTEM_GENERATED",
|
|
@@ -8937,6 +8937,21 @@ function requireModels_0 () {
|
|
|
8937
8937
|
LAST_MODIFIED_AT: "last_modified_at",
|
|
8938
8938
|
WEIGHT: "weight",
|
|
8939
8939
|
};
|
|
8940
|
+
class WorkspaceLockConflict extends SuperpositionServiceException_1.SuperpositionServiceException {
|
|
8941
|
+
name = "WorkspaceLockConflict";
|
|
8942
|
+
$fault = "client";
|
|
8943
|
+
lock;
|
|
8944
|
+
constructor(opts) {
|
|
8945
|
+
super({
|
|
8946
|
+
name: "WorkspaceLockConflict",
|
|
8947
|
+
$fault: "client",
|
|
8948
|
+
...opts
|
|
8949
|
+
});
|
|
8950
|
+
Object.setPrototypeOf(this, WorkspaceLockConflict.prototype);
|
|
8951
|
+
this.lock = opts.lock;
|
|
8952
|
+
}
|
|
8953
|
+
}
|
|
8954
|
+
models_0.WorkspaceLockConflict = WorkspaceLockConflict;
|
|
8940
8955
|
models_0.FunctionTypes = {
|
|
8941
8956
|
CHANGE_REASON_VALIDATION: "CHANGE_REASON_VALIDATION",
|
|
8942
8957
|
CONTEXT_VALIDATION: "CONTEXT_VALIDATION",
|
|
@@ -9014,15 +9029,15 @@ function requireAws_restJson1 () {
|
|
|
9014
9029
|
if (hasRequiredAws_restJson1) return Aws_restJson1;
|
|
9015
9030
|
hasRequiredAws_restJson1 = 1;
|
|
9016
9031
|
Object.defineProperty(Aws_restJson1, "__esModule", { value: true });
|
|
9017
|
-
Aws_restJson1.
|
|
9018
|
-
Aws_restJson1.
|
|
9019
|
-
Aws_restJson1.
|
|
9020
|
-
Aws_restJson1.de_WeightRecomputeCommand = Aws_restJson1.de_ValidateContextCommand = Aws_restJson1.de_UpdateWorkspaceCommand = Aws_restJson1.de_UpdateWebhookCommand = Aws_restJson1.de_UpdateVariableCommand = Aws_restJson1.de_UpdateTypeTemplatesCommand = Aws_restJson1.de_UpdateSecretCommand = 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_RotateWorkspaceEncryptionKeyCommand = Aws_restJson1.de_RotateMasterEncryptionKeyCommand = Aws_restJson1.de_ResumeExperimentCommand = Aws_restJson1.de_RemoveMembersFromGroupCommand = Aws_restJson1.de_RampExperimentCommand = void 0;
|
|
9032
|
+
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_GetSecretCommand = Aws_restJson1.se_GetResolvedConfigWithIdentifierCommand = Aws_restJson1.se_GetResolvedConfigExplanationCommand = Aws_restJson1.se_GetResolvedConfigCommand = Aws_restJson1.se_GetOrganisationCommand = Aws_restJson1.se_GetFunctionCommand = Aws_restJson1.se_GetExperimentGroupCommand = Aws_restJson1.se_GetExperimentConfigCommand = Aws_restJson1.se_GetExperimentCommand = Aws_restJson1.se_GetDimensionCommand = Aws_restJson1.se_GetDetailedResolvedConfigCommand = Aws_restJson1.se_GetDefaultConfigCommand = Aws_restJson1.se_GetContextFromConditionCommand = Aws_restJson1.se_GetContextCommand = Aws_restJson1.se_GetConfigTomlCommand = Aws_restJson1.se_GetConfigJsonCommand = Aws_restJson1.se_GetConfigCommand = Aws_restJson1.se_DiscardExperimentCommand = Aws_restJson1.se_DeleteWebhookCommand = Aws_restJson1.se_DeleteVariableCommand = Aws_restJson1.se_DeleteTypeTemplatesCommand = Aws_restJson1.se_DeleteSecretCommand = 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_CreateSecretCommand = 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;
|
|
9033
|
+
Aws_restJson1.de_CreateTypeTemplatesCommand = Aws_restJson1.de_CreateSecretCommand = 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_UpdateSecretCommand = 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_RotateWorkspaceEncryptionKeyCommand = Aws_restJson1.se_RotateMasterEncryptionKeyCommand = 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_ListSecretsCommand = Aws_restJson1.se_ListOrganisationCommand = Aws_restJson1.se_ListFunctionCommand = Aws_restJson1.se_ListExperimentGroupsCommand = Aws_restJson1.se_ListExperimentCommand = Aws_restJson1.se_ListDimensionsCommand = Aws_restJson1.se_ListDefaultConfigsCommand = Aws_restJson1.se_ListContextsCommand = Aws_restJson1.se_ListAuditLogsCommand = void 0;
|
|
9034
|
+
Aws_restJson1.de_ListWorkspaceCommand = Aws_restJson1.de_ListWebhookCommand = Aws_restJson1.de_ListVersionsCommand = Aws_restJson1.de_ListVariablesCommand = Aws_restJson1.de_ListSecretsCommand = 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_GetSecretCommand = Aws_restJson1.de_GetResolvedConfigWithIdentifierCommand = Aws_restJson1.de_GetResolvedConfigExplanationCommand = Aws_restJson1.de_GetResolvedConfigCommand = Aws_restJson1.de_GetOrganisationCommand = Aws_restJson1.de_GetFunctionCommand = Aws_restJson1.de_GetExperimentGroupCommand = Aws_restJson1.de_GetExperimentConfigCommand = Aws_restJson1.de_GetExperimentCommand = Aws_restJson1.de_GetDimensionCommand = Aws_restJson1.de_GetDetailedResolvedConfigCommand = Aws_restJson1.de_GetDefaultConfigCommand = Aws_restJson1.de_GetContextFromConditionCommand = Aws_restJson1.de_GetContextCommand = Aws_restJson1.de_GetConfigTomlCommand = Aws_restJson1.de_GetConfigJsonCommand = Aws_restJson1.de_GetConfigCommand = Aws_restJson1.de_DiscardExperimentCommand = Aws_restJson1.de_DeleteWebhookCommand = Aws_restJson1.de_DeleteVariableCommand = Aws_restJson1.de_DeleteTypeTemplatesCommand = Aws_restJson1.de_DeleteSecretCommand = 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 = void 0;
|
|
9035
|
+
Aws_restJson1.de_WeightRecomputeCommand = Aws_restJson1.de_ValidateContextCommand = Aws_restJson1.de_UpdateWorkspaceCommand = Aws_restJson1.de_UpdateWebhookCommand = Aws_restJson1.de_UpdateVariableCommand = Aws_restJson1.de_UpdateTypeTemplatesCommand = Aws_restJson1.de_UpdateSecretCommand = 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_RotateWorkspaceEncryptionKeyCommand = Aws_restJson1.de_RotateMasterEncryptionKeyCommand = 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 = void 0;
|
|
9021
9036
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
9022
9037
|
const models_0_1 = requireModels_0();
|
|
9023
9038
|
const core_1 = require$$2;
|
|
9024
9039
|
const core_2 = require$$3$3;
|
|
9025
|
-
const smithy_client_1 = require$$
|
|
9040
|
+
const smithy_client_1 = require$$88;
|
|
9026
9041
|
const se_AddMembersToGroupCommand = async (input, context) => {
|
|
9027
9042
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9028
9043
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9650,6 +9665,33 @@ function requireAws_restJson1 () {
|
|
|
9650
9665
|
return b.build();
|
|
9651
9666
|
};
|
|
9652
9667
|
Aws_restJson1.se_GetDefaultConfigCommand = se_GetDefaultConfigCommand;
|
|
9668
|
+
const se_GetDetailedResolvedConfigCommand = async (input, context) => {
|
|
9669
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
9670
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
9671
|
+
'content-type': 'application/json',
|
|
9672
|
+
[_xw]: input[_wi],
|
|
9673
|
+
[_xoi]: input[_oi],
|
|
9674
|
+
[_xms]: input[_ms],
|
|
9675
|
+
});
|
|
9676
|
+
b.bp("/config/resolve/detailed");
|
|
9677
|
+
const query = (0, smithy_client_1.map)({
|
|
9678
|
+
[_p]: [() => input.prefix !== void 0, () => ((input[_p] || []))],
|
|
9679
|
+
[_v]: [, input[_v]],
|
|
9680
|
+
[_sr]: [() => input.show_reasoning !== void 0, () => (input[_sr].toString())],
|
|
9681
|
+
[_ci]: [, input[_ci]],
|
|
9682
|
+
[_rr]: [() => input.resolve_remote !== void 0, () => (input[_rr].toString())],
|
|
9683
|
+
});
|
|
9684
|
+
let body;
|
|
9685
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9686
|
+
'context': _ => se_ContextMap(_),
|
|
9687
|
+
}));
|
|
9688
|
+
b.m("POST")
|
|
9689
|
+
.h(headers)
|
|
9690
|
+
.q(query)
|
|
9691
|
+
.b(body);
|
|
9692
|
+
return b.build();
|
|
9693
|
+
};
|
|
9694
|
+
Aws_restJson1.se_GetDetailedResolvedConfigCommand = se_GetDetailedResolvedConfigCommand;
|
|
9653
9695
|
const se_GetDimensionCommand = async (input, context) => {
|
|
9654
9696
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9655
9697
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9773,6 +9815,32 @@ function requireAws_restJson1 () {
|
|
|
9773
9815
|
return b.build();
|
|
9774
9816
|
};
|
|
9775
9817
|
Aws_restJson1.se_GetResolvedConfigCommand = se_GetResolvedConfigCommand;
|
|
9818
|
+
const se_GetResolvedConfigExplanationCommand = async (input, context) => {
|
|
9819
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
9820
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
9821
|
+
'content-type': 'application/json',
|
|
9822
|
+
[_xw]: input[_wi],
|
|
9823
|
+
[_xoi]: input[_oi],
|
|
9824
|
+
[_xms]: input[_ms],
|
|
9825
|
+
});
|
|
9826
|
+
b.bp("/config/resolve/explain/{key}");
|
|
9827
|
+
b.p('key', () => input.key, '{key}', false);
|
|
9828
|
+
const query = (0, smithy_client_1.map)({
|
|
9829
|
+
[_v]: [, input[_v]],
|
|
9830
|
+
[_ci]: [, input[_ci]],
|
|
9831
|
+
[_rr]: [() => input.resolve_remote !== void 0, () => (input[_rr].toString())],
|
|
9832
|
+
});
|
|
9833
|
+
let body;
|
|
9834
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9835
|
+
'context': _ => se_ContextMap(_),
|
|
9836
|
+
}));
|
|
9837
|
+
b.m("POST")
|
|
9838
|
+
.h(headers)
|
|
9839
|
+
.q(query)
|
|
9840
|
+
.b(body);
|
|
9841
|
+
return b.build();
|
|
9842
|
+
};
|
|
9843
|
+
Aws_restJson1.se_GetResolvedConfigExplanationCommand = se_GetResolvedConfigExplanationCommand;
|
|
9776
9844
|
const se_GetResolvedConfigWithIdentifierCommand = async (input, context) => {
|
|
9777
9845
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9778
9846
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -11132,6 +11200,7 @@ function requireAws_restJson1 () {
|
|
|
11132
11200
|
'organisation_id': smithy_client_1.expectString,
|
|
11133
11201
|
'organisation_name': smithy_client_1.expectString,
|
|
11134
11202
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
11203
|
+
'workspace_lock': _ => de_WorkspaceLock(_),
|
|
11135
11204
|
'workspace_name': smithy_client_1.expectString,
|
|
11136
11205
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
11137
11206
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -11443,6 +11512,22 @@ function requireAws_restJson1 () {
|
|
|
11443
11512
|
return contents;
|
|
11444
11513
|
};
|
|
11445
11514
|
Aws_restJson1.de_GetDefaultConfigCommand = de_GetDefaultConfigCommand;
|
|
11515
|
+
const de_GetDetailedResolvedConfigCommand = async (output, context) => {
|
|
11516
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11517
|
+
return de_CommandError(output, context);
|
|
11518
|
+
}
|
|
11519
|
+
const contents = (0, smithy_client_1.map)({
|
|
11520
|
+
$metadata: deserializeMetadata(output),
|
|
11521
|
+
[_v]: [, output.headers[_xcv]],
|
|
11522
|
+
[_lm_]: [() => void 0 !== output.headers[_lm], () => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.headers[_lm]))],
|
|
11523
|
+
[_ai]: [, output.headers[_xai]],
|
|
11524
|
+
});
|
|
11525
|
+
const data = await collectBodyString(output.body, context);
|
|
11526
|
+
contents.config = data;
|
|
11527
|
+
contents.config = JSON.parse(data);
|
|
11528
|
+
return contents;
|
|
11529
|
+
};
|
|
11530
|
+
Aws_restJson1.de_GetDetailedResolvedConfigCommand = de_GetDetailedResolvedConfigCommand;
|
|
11446
11531
|
const de_GetDimensionCommand = async (output, context) => {
|
|
11447
11532
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11448
11533
|
return de_CommandError(output, context);
|
|
@@ -11620,6 +11705,21 @@ function requireAws_restJson1 () {
|
|
|
11620
11705
|
return contents;
|
|
11621
11706
|
};
|
|
11622
11707
|
Aws_restJson1.de_GetResolvedConfigCommand = de_GetResolvedConfigCommand;
|
|
11708
|
+
const de_GetResolvedConfigExplanationCommand = async (output, context) => {
|
|
11709
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11710
|
+
return de_CommandError(output, context);
|
|
11711
|
+
}
|
|
11712
|
+
const contents = (0, smithy_client_1.map)({
|
|
11713
|
+
$metadata: deserializeMetadata(output),
|
|
11714
|
+
[_v]: [, output.headers[_xcv]],
|
|
11715
|
+
[_lm_]: [() => void 0 !== output.headers[_lm], () => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.headers[_lm]))],
|
|
11716
|
+
[_ai]: [, output.headers[_xai]],
|
|
11717
|
+
});
|
|
11718
|
+
const data = (0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context));
|
|
11719
|
+
contents.explanation = de_ResolveExplanation(data);
|
|
11720
|
+
return contents;
|
|
11721
|
+
};
|
|
11722
|
+
Aws_restJson1.de_GetResolvedConfigExplanationCommand = de_GetResolvedConfigExplanationCommand;
|
|
11623
11723
|
const de_GetResolvedConfigWithIdentifierCommand = async (output, context) => {
|
|
11624
11724
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11625
11725
|
return de_CommandError(output, context);
|
|
@@ -11819,6 +11919,7 @@ function requireAws_restJson1 () {
|
|
|
11819
11919
|
'organisation_id': smithy_client_1.expectString,
|
|
11820
11920
|
'organisation_name': smithy_client_1.expectString,
|
|
11821
11921
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
11922
|
+
'workspace_lock': _ => de_WorkspaceLock(_),
|
|
11822
11923
|
'workspace_name': smithy_client_1.expectString,
|
|
11823
11924
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
11824
11925
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -12073,6 +12174,7 @@ function requireAws_restJson1 () {
|
|
|
12073
12174
|
'organisation_id': smithy_client_1.expectString,
|
|
12074
12175
|
'organisation_name': smithy_client_1.expectString,
|
|
12075
12176
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
12177
|
+
'workspace_lock': _ => de_WorkspaceLock(_),
|
|
12076
12178
|
'workspace_name': smithy_client_1.expectString,
|
|
12077
12179
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
12078
12180
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -12623,6 +12725,7 @@ function requireAws_restJson1 () {
|
|
|
12623
12725
|
'organisation_id': smithy_client_1.expectString,
|
|
12624
12726
|
'organisation_name': smithy_client_1.expectString,
|
|
12625
12727
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
12728
|
+
'workspace_lock': _ => de_WorkspaceLock(_),
|
|
12626
12729
|
'workspace_name': smithy_client_1.expectString,
|
|
12627
12730
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
12628
12731
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -12673,6 +12776,9 @@ function requireAws_restJson1 () {
|
|
|
12673
12776
|
case "WebhookFailed":
|
|
12674
12777
|
case "io.superposition#WebhookFailed":
|
|
12675
12778
|
throw await de_WebhookFailedRes(parsedOutput);
|
|
12779
|
+
case "WorkspaceLockConflict":
|
|
12780
|
+
case "io.superposition#WorkspaceLockConflict":
|
|
12781
|
+
throw await de_WorkspaceLockConflictRes(parsedOutput);
|
|
12676
12782
|
default:
|
|
12677
12783
|
const parsedBody = parsedOutput.body;
|
|
12678
12784
|
return throwDefaultError({
|
|
@@ -12720,6 +12826,20 @@ function requireAws_restJson1 () {
|
|
|
12720
12826
|
});
|
|
12721
12827
|
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
12722
12828
|
};
|
|
12829
|
+
const de_WorkspaceLockConflictRes = async (parsedOutput, context) => {
|
|
12830
|
+
const contents = (0, smithy_client_1.map)({});
|
|
12831
|
+
const data = parsedOutput.body;
|
|
12832
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
12833
|
+
'lock': _ => de_WorkspaceLock(_),
|
|
12834
|
+
'message': smithy_client_1.expectString,
|
|
12835
|
+
});
|
|
12836
|
+
Object.assign(contents, doc);
|
|
12837
|
+
const exception = new models_0_1.WorkspaceLockConflict({
|
|
12838
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
12839
|
+
...contents
|
|
12840
|
+
});
|
|
12841
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
12842
|
+
};
|
|
12723
12843
|
const se_BulkOperationList = (input, context) => {
|
|
12724
12844
|
return input.filter((e) => e != null).map(entry => {
|
|
12725
12845
|
return se_ContextAction(entry);
|
|
@@ -13182,6 +13302,27 @@ function requireAws_restJson1 () {
|
|
|
13182
13302
|
return acc;
|
|
13183
13303
|
}, {});
|
|
13184
13304
|
};
|
|
13305
|
+
const de_ResolveExplanation = (output, context) => {
|
|
13306
|
+
return (0, smithy_client_1.take)(output, {
|
|
13307
|
+
'key': smithy_client_1.expectString,
|
|
13308
|
+
'timeline': (_) => de_ResolveExplanationTimeline(_),
|
|
13309
|
+
});
|
|
13310
|
+
};
|
|
13311
|
+
const de_ResolveExplanationTimeline = (output, context) => {
|
|
13312
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
13313
|
+
return de_ResolveExplanationTimelineItem(entry);
|
|
13314
|
+
});
|
|
13315
|
+
return retVal;
|
|
13316
|
+
};
|
|
13317
|
+
const de_ResolveExplanationTimelineItem = (output, context) => {
|
|
13318
|
+
return (0, smithy_client_1.take)(output, {
|
|
13319
|
+
'condition': (_) => de_Condition(_),
|
|
13320
|
+
'context_id': smithy_client_1.expectString,
|
|
13321
|
+
'override_id': smithy_client_1.expectString,
|
|
13322
|
+
'value_after': (_) => de_Document(_),
|
|
13323
|
+
'value_before': (_) => de_Document(_),
|
|
13324
|
+
});
|
|
13325
|
+
};
|
|
13185
13326
|
const de_SecretList = (output, context) => {
|
|
13186
13327
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
13187
13328
|
return de_SecretResponse(entry);
|
|
@@ -13289,6 +13430,15 @@ function requireAws_restJson1 () {
|
|
|
13289
13430
|
});
|
|
13290
13431
|
return retVal;
|
|
13291
13432
|
};
|
|
13433
|
+
const de_WorkspaceLock = (output, context) => {
|
|
13434
|
+
return (0, smithy_client_1.take)(output, {
|
|
13435
|
+
'acquired_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13436
|
+
'expires_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13437
|
+
'lock_id': smithy_client_1.expectString,
|
|
13438
|
+
'locked_by': smithy_client_1.expectString,
|
|
13439
|
+
'operation': smithy_client_1.expectString,
|
|
13440
|
+
});
|
|
13441
|
+
};
|
|
13292
13442
|
const de_WorkspaceResponse = (output, context) => {
|
|
13293
13443
|
return (0, smithy_client_1.take)(output, {
|
|
13294
13444
|
'allow_experiment_self_approval': smithy_client_1.expectBoolean,
|
|
@@ -13305,6 +13455,7 @@ function requireAws_restJson1 () {
|
|
|
13305
13455
|
'organisation_id': smithy_client_1.expectString,
|
|
13306
13456
|
'organisation_name': smithy_client_1.expectString,
|
|
13307
13457
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
13458
|
+
'workspace_lock': (_) => de_WorkspaceLock(_),
|
|
13308
13459
|
'workspace_name': smithy_client_1.expectString,
|
|
13309
13460
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
13310
13461
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -13381,7 +13532,7 @@ function requireAddMembersToGroupCommand () {
|
|
|
13381
13532
|
exports$1.AddMembersToGroupCommand = exports$1.$Command = void 0;
|
|
13382
13533
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13383
13534
|
const middleware_serde_1 = require$$1;
|
|
13384
|
-
const smithy_client_1 = require$$
|
|
13535
|
+
const smithy_client_1 = require$$88;
|
|
13385
13536
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13386
13537
|
class AddMembersToGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13387
13538
|
.m(function (Command, cs, config, o) {
|
|
@@ -13413,7 +13564,7 @@ function requireApplicableVariantsCommand () {
|
|
|
13413
13564
|
exports$1.ApplicableVariantsCommand = exports$1.$Command = void 0;
|
|
13414
13565
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13415
13566
|
const middleware_serde_1 = require$$1;
|
|
13416
|
-
const smithy_client_1 = require$$
|
|
13567
|
+
const smithy_client_1 = require$$88;
|
|
13417
13568
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13418
13569
|
class ApplicableVariantsCommand extends smithy_client_1.Command.classBuilder()
|
|
13419
13570
|
.m(function (Command, cs, config, o) {
|
|
@@ -13445,7 +13596,7 @@ function requireBulkOperationCommand () {
|
|
|
13445
13596
|
exports$1.BulkOperationCommand = exports$1.$Command = void 0;
|
|
13446
13597
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13447
13598
|
const middleware_serde_1 = require$$1;
|
|
13448
|
-
const smithy_client_1 = require$$
|
|
13599
|
+
const smithy_client_1 = require$$88;
|
|
13449
13600
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13450
13601
|
class BulkOperationCommand extends smithy_client_1.Command.classBuilder()
|
|
13451
13602
|
.m(function (Command, cs, config, o) {
|
|
@@ -13477,7 +13628,7 @@ function requireConcludeExperimentCommand () {
|
|
|
13477
13628
|
exports$1.ConcludeExperimentCommand = exports$1.$Command = void 0;
|
|
13478
13629
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13479
13630
|
const middleware_serde_1 = require$$1;
|
|
13480
|
-
const smithy_client_1 = require$$
|
|
13631
|
+
const smithy_client_1 = require$$88;
|
|
13481
13632
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13482
13633
|
class ConcludeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13483
13634
|
.m(function (Command, cs, config, o) {
|
|
@@ -13509,7 +13660,7 @@ function requireCreateContextCommand () {
|
|
|
13509
13660
|
exports$1.CreateContextCommand = exports$1.$Command = void 0;
|
|
13510
13661
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13511
13662
|
const middleware_serde_1 = require$$1;
|
|
13512
|
-
const smithy_client_1 = require$$
|
|
13663
|
+
const smithy_client_1 = require$$88;
|
|
13513
13664
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13514
13665
|
class CreateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13515
13666
|
.m(function (Command, cs, config, o) {
|
|
@@ -13541,7 +13692,7 @@ function requireCreateDefaultConfigCommand () {
|
|
|
13541
13692
|
exports$1.CreateDefaultConfigCommand = exports$1.$Command = void 0;
|
|
13542
13693
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13543
13694
|
const middleware_serde_1 = require$$1;
|
|
13544
|
-
const smithy_client_1 = require$$
|
|
13695
|
+
const smithy_client_1 = require$$88;
|
|
13545
13696
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13546
13697
|
class CreateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13547
13698
|
.m(function (Command, cs, config, o) {
|
|
@@ -13573,7 +13724,7 @@ function requireCreateDimensionCommand () {
|
|
|
13573
13724
|
exports$1.CreateDimensionCommand = exports$1.$Command = void 0;
|
|
13574
13725
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13575
13726
|
const middleware_serde_1 = require$$1;
|
|
13576
|
-
const smithy_client_1 = require$$
|
|
13727
|
+
const smithy_client_1 = require$$88;
|
|
13577
13728
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13578
13729
|
class CreateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13579
13730
|
.m(function (Command, cs, config, o) {
|
|
@@ -13605,7 +13756,7 @@ function requireCreateExperimentCommand () {
|
|
|
13605
13756
|
exports$1.CreateExperimentCommand = exports$1.$Command = void 0;
|
|
13606
13757
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13607
13758
|
const middleware_serde_1 = require$$1;
|
|
13608
|
-
const smithy_client_1 = require$$
|
|
13759
|
+
const smithy_client_1 = require$$88;
|
|
13609
13760
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13610
13761
|
class CreateExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13611
13762
|
.m(function (Command, cs, config, o) {
|
|
@@ -13637,7 +13788,7 @@ function requireCreateExperimentGroupCommand () {
|
|
|
13637
13788
|
exports$1.CreateExperimentGroupCommand = exports$1.$Command = void 0;
|
|
13638
13789
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13639
13790
|
const middleware_serde_1 = require$$1;
|
|
13640
|
-
const smithy_client_1 = require$$
|
|
13791
|
+
const smithy_client_1 = require$$88;
|
|
13641
13792
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13642
13793
|
class CreateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13643
13794
|
.m(function (Command, cs, config, o) {
|
|
@@ -13669,7 +13820,7 @@ function requireCreateFunctionCommand () {
|
|
|
13669
13820
|
exports$1.CreateFunctionCommand = exports$1.$Command = void 0;
|
|
13670
13821
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13671
13822
|
const middleware_serde_1 = require$$1;
|
|
13672
|
-
const smithy_client_1 = require$$
|
|
13823
|
+
const smithy_client_1 = require$$88;
|
|
13673
13824
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13674
13825
|
class CreateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
13675
13826
|
.m(function (Command, cs, config, o) {
|
|
@@ -13701,7 +13852,7 @@ function requireCreateOrganisationCommand () {
|
|
|
13701
13852
|
exports$1.CreateOrganisationCommand = exports$1.$Command = void 0;
|
|
13702
13853
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13703
13854
|
const middleware_serde_1 = require$$1;
|
|
13704
|
-
const smithy_client_1 = require$$
|
|
13855
|
+
const smithy_client_1 = require$$88;
|
|
13705
13856
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13706
13857
|
class CreateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
13707
13858
|
.m(function (Command, cs, config, o) {
|
|
@@ -13733,7 +13884,7 @@ function requireCreateSecretCommand () {
|
|
|
13733
13884
|
exports$1.CreateSecretCommand = exports$1.$Command = void 0;
|
|
13734
13885
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13735
13886
|
const middleware_serde_1 = require$$1;
|
|
13736
|
-
const smithy_client_1 = require$$
|
|
13887
|
+
const smithy_client_1 = require$$88;
|
|
13737
13888
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13738
13889
|
class CreateSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
13739
13890
|
.m(function (Command, cs, config, o) {
|
|
@@ -13765,7 +13916,7 @@ function requireCreateTypeTemplatesCommand () {
|
|
|
13765
13916
|
exports$1.CreateTypeTemplatesCommand = exports$1.$Command = void 0;
|
|
13766
13917
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13767
13918
|
const middleware_serde_1 = require$$1;
|
|
13768
|
-
const smithy_client_1 = require$$
|
|
13919
|
+
const smithy_client_1 = require$$88;
|
|
13769
13920
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13770
13921
|
class CreateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
13771
13922
|
.m(function (Command, cs, config, o) {
|
|
@@ -13797,7 +13948,7 @@ function requireCreateVariableCommand () {
|
|
|
13797
13948
|
exports$1.CreateVariableCommand = exports$1.$Command = void 0;
|
|
13798
13949
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13799
13950
|
const middleware_serde_1 = require$$1;
|
|
13800
|
-
const smithy_client_1 = require$$
|
|
13951
|
+
const smithy_client_1 = require$$88;
|
|
13801
13952
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13802
13953
|
class CreateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
13803
13954
|
.m(function (Command, cs, config, o) {
|
|
@@ -13829,7 +13980,7 @@ function requireCreateWebhookCommand () {
|
|
|
13829
13980
|
exports$1.CreateWebhookCommand = exports$1.$Command = void 0;
|
|
13830
13981
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13831
13982
|
const middleware_serde_1 = require$$1;
|
|
13832
|
-
const smithy_client_1 = require$$
|
|
13983
|
+
const smithy_client_1 = require$$88;
|
|
13833
13984
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13834
13985
|
class CreateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
13835
13986
|
.m(function (Command, cs, config, o) {
|
|
@@ -13861,7 +14012,7 @@ function requireCreateWorkspaceCommand () {
|
|
|
13861
14012
|
exports$1.CreateWorkspaceCommand = exports$1.$Command = void 0;
|
|
13862
14013
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13863
14014
|
const middleware_serde_1 = require$$1;
|
|
13864
|
-
const smithy_client_1 = require$$
|
|
14015
|
+
const smithy_client_1 = require$$88;
|
|
13865
14016
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13866
14017
|
class CreateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
13867
14018
|
.m(function (Command, cs, config, o) {
|
|
@@ -13893,7 +14044,7 @@ function requireDeleteContextCommand () {
|
|
|
13893
14044
|
exports$1.DeleteContextCommand = exports$1.$Command = void 0;
|
|
13894
14045
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13895
14046
|
const middleware_serde_1 = require$$1;
|
|
13896
|
-
const smithy_client_1 = require$$
|
|
14047
|
+
const smithy_client_1 = require$$88;
|
|
13897
14048
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13898
14049
|
class DeleteContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13899
14050
|
.m(function (Command, cs, config, o) {
|
|
@@ -13925,7 +14076,7 @@ function requireDeleteDefaultConfigCommand () {
|
|
|
13925
14076
|
exports$1.DeleteDefaultConfigCommand = exports$1.$Command = void 0;
|
|
13926
14077
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13927
14078
|
const middleware_serde_1 = require$$1;
|
|
13928
|
-
const smithy_client_1 = require$$
|
|
14079
|
+
const smithy_client_1 = require$$88;
|
|
13929
14080
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13930
14081
|
class DeleteDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13931
14082
|
.m(function (Command, cs, config, o) {
|
|
@@ -13957,7 +14108,7 @@ function requireDeleteDimensionCommand () {
|
|
|
13957
14108
|
exports$1.DeleteDimensionCommand = exports$1.$Command = void 0;
|
|
13958
14109
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13959
14110
|
const middleware_serde_1 = require$$1;
|
|
13960
|
-
const smithy_client_1 = require$$
|
|
14111
|
+
const smithy_client_1 = require$$88;
|
|
13961
14112
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13962
14113
|
class DeleteDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13963
14114
|
.m(function (Command, cs, config, o) {
|
|
@@ -13989,7 +14140,7 @@ function requireDeleteExperimentGroupCommand () {
|
|
|
13989
14140
|
exports$1.DeleteExperimentGroupCommand = exports$1.$Command = void 0;
|
|
13990
14141
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13991
14142
|
const middleware_serde_1 = require$$1;
|
|
13992
|
-
const smithy_client_1 = require$$
|
|
14143
|
+
const smithy_client_1 = require$$88;
|
|
13993
14144
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13994
14145
|
class DeleteExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13995
14146
|
.m(function (Command, cs, config, o) {
|
|
@@ -14021,7 +14172,7 @@ function requireDeleteFunctionCommand () {
|
|
|
14021
14172
|
exports$1.DeleteFunctionCommand = exports$1.$Command = void 0;
|
|
14022
14173
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14023
14174
|
const middleware_serde_1 = require$$1;
|
|
14024
|
-
const smithy_client_1 = require$$
|
|
14175
|
+
const smithy_client_1 = require$$88;
|
|
14025
14176
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14026
14177
|
class DeleteFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14027
14178
|
.m(function (Command, cs, config, o) {
|
|
@@ -14053,7 +14204,7 @@ function requireDeleteSecretCommand () {
|
|
|
14053
14204
|
exports$1.DeleteSecretCommand = exports$1.$Command = void 0;
|
|
14054
14205
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14055
14206
|
const middleware_serde_1 = require$$1;
|
|
14056
|
-
const smithy_client_1 = require$$
|
|
14207
|
+
const smithy_client_1 = require$$88;
|
|
14057
14208
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14058
14209
|
class DeleteSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
14059
14210
|
.m(function (Command, cs, config, o) {
|
|
@@ -14085,7 +14236,7 @@ function requireDeleteTypeTemplatesCommand () {
|
|
|
14085
14236
|
exports$1.DeleteTypeTemplatesCommand = exports$1.$Command = void 0;
|
|
14086
14237
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14087
14238
|
const middleware_serde_1 = require$$1;
|
|
14088
|
-
const smithy_client_1 = require$$
|
|
14239
|
+
const smithy_client_1 = require$$88;
|
|
14089
14240
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14090
14241
|
class DeleteTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
14091
14242
|
.m(function (Command, cs, config, o) {
|
|
@@ -14117,7 +14268,7 @@ function requireDeleteVariableCommand () {
|
|
|
14117
14268
|
exports$1.DeleteVariableCommand = exports$1.$Command = void 0;
|
|
14118
14269
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14119
14270
|
const middleware_serde_1 = require$$1;
|
|
14120
|
-
const smithy_client_1 = require$$
|
|
14271
|
+
const smithy_client_1 = require$$88;
|
|
14121
14272
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14122
14273
|
class DeleteVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
14123
14274
|
.m(function (Command, cs, config, o) {
|
|
@@ -14149,7 +14300,7 @@ function requireDeleteWebhookCommand () {
|
|
|
14149
14300
|
exports$1.DeleteWebhookCommand = exports$1.$Command = void 0;
|
|
14150
14301
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14151
14302
|
const middleware_serde_1 = require$$1;
|
|
14152
|
-
const smithy_client_1 = require$$
|
|
14303
|
+
const smithy_client_1 = require$$88;
|
|
14153
14304
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14154
14305
|
class DeleteWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14155
14306
|
.m(function (Command, cs, config, o) {
|
|
@@ -14181,7 +14332,7 @@ function requireDiscardExperimentCommand () {
|
|
|
14181
14332
|
exports$1.DiscardExperimentCommand = exports$1.$Command = void 0;
|
|
14182
14333
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14183
14334
|
const middleware_serde_1 = require$$1;
|
|
14184
|
-
const smithy_client_1 = require$$
|
|
14335
|
+
const smithy_client_1 = require$$88;
|
|
14185
14336
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14186
14337
|
class DiscardExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14187
14338
|
.m(function (Command, cs, config, o) {
|
|
@@ -14213,7 +14364,7 @@ function requireGetConfigCommand () {
|
|
|
14213
14364
|
exports$1.GetConfigCommand = exports$1.$Command = void 0;
|
|
14214
14365
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14215
14366
|
const middleware_serde_1 = require$$1;
|
|
14216
|
-
const smithy_client_1 = require$$
|
|
14367
|
+
const smithy_client_1 = require$$88;
|
|
14217
14368
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14218
14369
|
class GetConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14219
14370
|
.m(function (Command, cs, config, o) {
|
|
@@ -14245,7 +14396,7 @@ function requireGetConfigJsonCommand () {
|
|
|
14245
14396
|
exports$1.GetConfigJsonCommand = exports$1.$Command = void 0;
|
|
14246
14397
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14247
14398
|
const middleware_serde_1 = require$$1;
|
|
14248
|
-
const smithy_client_1 = require$$
|
|
14399
|
+
const smithy_client_1 = require$$88;
|
|
14249
14400
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14250
14401
|
class GetConfigJsonCommand extends smithy_client_1.Command.classBuilder()
|
|
14251
14402
|
.m(function (Command, cs, config, o) {
|
|
@@ -14277,7 +14428,7 @@ function requireGetConfigTomlCommand () {
|
|
|
14277
14428
|
exports$1.GetConfigTomlCommand = exports$1.$Command = void 0;
|
|
14278
14429
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14279
14430
|
const middleware_serde_1 = require$$1;
|
|
14280
|
-
const smithy_client_1 = require$$
|
|
14431
|
+
const smithy_client_1 = require$$88;
|
|
14281
14432
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14282
14433
|
class GetConfigTomlCommand extends smithy_client_1.Command.classBuilder()
|
|
14283
14434
|
.m(function (Command, cs, config, o) {
|
|
@@ -14309,7 +14460,7 @@ function requireGetContextCommand () {
|
|
|
14309
14460
|
exports$1.GetContextCommand = exports$1.$Command = void 0;
|
|
14310
14461
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14311
14462
|
const middleware_serde_1 = require$$1;
|
|
14312
|
-
const smithy_client_1 = require$$
|
|
14463
|
+
const smithy_client_1 = require$$88;
|
|
14313
14464
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14314
14465
|
class GetContextCommand extends smithy_client_1.Command.classBuilder()
|
|
14315
14466
|
.m(function (Command, cs, config, o) {
|
|
@@ -14341,7 +14492,7 @@ function requireGetContextFromConditionCommand () {
|
|
|
14341
14492
|
exports$1.GetContextFromConditionCommand = exports$1.$Command = void 0;
|
|
14342
14493
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14343
14494
|
const middleware_serde_1 = require$$1;
|
|
14344
|
-
const smithy_client_1 = require$$
|
|
14495
|
+
const smithy_client_1 = require$$88;
|
|
14345
14496
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14346
14497
|
class GetContextFromConditionCommand extends smithy_client_1.Command.classBuilder()
|
|
14347
14498
|
.m(function (Command, cs, config, o) {
|
|
@@ -14373,7 +14524,7 @@ function requireGetDefaultConfigCommand () {
|
|
|
14373
14524
|
exports$1.GetDefaultConfigCommand = exports$1.$Command = void 0;
|
|
14374
14525
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14375
14526
|
const middleware_serde_1 = require$$1;
|
|
14376
|
-
const smithy_client_1 = require$$
|
|
14527
|
+
const smithy_client_1 = require$$88;
|
|
14377
14528
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14378
14529
|
class GetDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14379
14530
|
.m(function (Command, cs, config, o) {
|
|
@@ -14393,6 +14544,38 @@ function requireGetDefaultConfigCommand () {
|
|
|
14393
14544
|
return GetDefaultConfigCommand;
|
|
14394
14545
|
}
|
|
14395
14546
|
|
|
14547
|
+
var GetDetailedResolvedConfigCommand = {};
|
|
14548
|
+
|
|
14549
|
+
var hasRequiredGetDetailedResolvedConfigCommand;
|
|
14550
|
+
|
|
14551
|
+
function requireGetDetailedResolvedConfigCommand () {
|
|
14552
|
+
if (hasRequiredGetDetailedResolvedConfigCommand) return GetDetailedResolvedConfigCommand;
|
|
14553
|
+
hasRequiredGetDetailedResolvedConfigCommand = 1;
|
|
14554
|
+
(function (exports$1) {
|
|
14555
|
+
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
14556
|
+
exports$1.GetDetailedResolvedConfigCommand = exports$1.$Command = void 0;
|
|
14557
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14558
|
+
const middleware_serde_1 = require$$1;
|
|
14559
|
+
const smithy_client_1 = require$$88;
|
|
14560
|
+
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14561
|
+
class GetDetailedResolvedConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14562
|
+
.m(function (Command, cs, config, o) {
|
|
14563
|
+
return [
|
|
14564
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14565
|
+
];
|
|
14566
|
+
})
|
|
14567
|
+
.s("Superposition", "GetDetailedResolvedConfig", {})
|
|
14568
|
+
.n("SuperpositionClient", "GetDetailedResolvedConfigCommand")
|
|
14569
|
+
.f(void 0, void 0)
|
|
14570
|
+
.ser(Aws_restJson1_1.se_GetDetailedResolvedConfigCommand)
|
|
14571
|
+
.de(Aws_restJson1_1.de_GetDetailedResolvedConfigCommand)
|
|
14572
|
+
.build() {
|
|
14573
|
+
}
|
|
14574
|
+
exports$1.GetDetailedResolvedConfigCommand = GetDetailedResolvedConfigCommand;
|
|
14575
|
+
} (GetDetailedResolvedConfigCommand));
|
|
14576
|
+
return GetDetailedResolvedConfigCommand;
|
|
14577
|
+
}
|
|
14578
|
+
|
|
14396
14579
|
var GetDimensionCommand = {};
|
|
14397
14580
|
|
|
14398
14581
|
var hasRequiredGetDimensionCommand;
|
|
@@ -14405,7 +14588,7 @@ function requireGetDimensionCommand () {
|
|
|
14405
14588
|
exports$1.GetDimensionCommand = exports$1.$Command = void 0;
|
|
14406
14589
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14407
14590
|
const middleware_serde_1 = require$$1;
|
|
14408
|
-
const smithy_client_1 = require$$
|
|
14591
|
+
const smithy_client_1 = require$$88;
|
|
14409
14592
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14410
14593
|
class GetDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
14411
14594
|
.m(function (Command, cs, config, o) {
|
|
@@ -14437,7 +14620,7 @@ function requireGetExperimentCommand () {
|
|
|
14437
14620
|
exports$1.GetExperimentCommand = exports$1.$Command = void 0;
|
|
14438
14621
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14439
14622
|
const middleware_serde_1 = require$$1;
|
|
14440
|
-
const smithy_client_1 = require$$
|
|
14623
|
+
const smithy_client_1 = require$$88;
|
|
14441
14624
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14442
14625
|
class GetExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14443
14626
|
.m(function (Command, cs, config, o) {
|
|
@@ -14469,7 +14652,7 @@ function requireGetExperimentConfigCommand () {
|
|
|
14469
14652
|
exports$1.GetExperimentConfigCommand = exports$1.$Command = void 0;
|
|
14470
14653
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14471
14654
|
const middleware_serde_1 = require$$1;
|
|
14472
|
-
const smithy_client_1 = require$$
|
|
14655
|
+
const smithy_client_1 = require$$88;
|
|
14473
14656
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14474
14657
|
class GetExperimentConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14475
14658
|
.m(function (Command, cs, config, o) {
|
|
@@ -14501,7 +14684,7 @@ function requireGetExperimentGroupCommand () {
|
|
|
14501
14684
|
exports$1.GetExperimentGroupCommand = exports$1.$Command = void 0;
|
|
14502
14685
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14503
14686
|
const middleware_serde_1 = require$$1;
|
|
14504
|
-
const smithy_client_1 = require$$
|
|
14687
|
+
const smithy_client_1 = require$$88;
|
|
14505
14688
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14506
14689
|
class GetExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
14507
14690
|
.m(function (Command, cs, config, o) {
|
|
@@ -14533,7 +14716,7 @@ function requireGetFunctionCommand () {
|
|
|
14533
14716
|
exports$1.GetFunctionCommand = exports$1.$Command = void 0;
|
|
14534
14717
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14535
14718
|
const middleware_serde_1 = require$$1;
|
|
14536
|
-
const smithy_client_1 = require$$
|
|
14719
|
+
const smithy_client_1 = require$$88;
|
|
14537
14720
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14538
14721
|
class GetFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14539
14722
|
.m(function (Command, cs, config, o) {
|
|
@@ -14565,7 +14748,7 @@ function requireGetOrganisationCommand () {
|
|
|
14565
14748
|
exports$1.GetOrganisationCommand = exports$1.$Command = void 0;
|
|
14566
14749
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14567
14750
|
const middleware_serde_1 = require$$1;
|
|
14568
|
-
const smithy_client_1 = require$$
|
|
14751
|
+
const smithy_client_1 = require$$88;
|
|
14569
14752
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14570
14753
|
class GetOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
14571
14754
|
.m(function (Command, cs, config, o) {
|
|
@@ -14597,7 +14780,7 @@ function requireGetResolvedConfigCommand () {
|
|
|
14597
14780
|
exports$1.GetResolvedConfigCommand = exports$1.$Command = void 0;
|
|
14598
14781
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14599
14782
|
const middleware_serde_1 = require$$1;
|
|
14600
|
-
const smithy_client_1 = require$$
|
|
14783
|
+
const smithy_client_1 = require$$88;
|
|
14601
14784
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14602
14785
|
class GetResolvedConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14603
14786
|
.m(function (Command, cs, config, o) {
|
|
@@ -14617,6 +14800,38 @@ function requireGetResolvedConfigCommand () {
|
|
|
14617
14800
|
return GetResolvedConfigCommand;
|
|
14618
14801
|
}
|
|
14619
14802
|
|
|
14803
|
+
var GetResolvedConfigExplanationCommand = {};
|
|
14804
|
+
|
|
14805
|
+
var hasRequiredGetResolvedConfigExplanationCommand;
|
|
14806
|
+
|
|
14807
|
+
function requireGetResolvedConfigExplanationCommand () {
|
|
14808
|
+
if (hasRequiredGetResolvedConfigExplanationCommand) return GetResolvedConfigExplanationCommand;
|
|
14809
|
+
hasRequiredGetResolvedConfigExplanationCommand = 1;
|
|
14810
|
+
(function (exports$1) {
|
|
14811
|
+
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
14812
|
+
exports$1.GetResolvedConfigExplanationCommand = exports$1.$Command = void 0;
|
|
14813
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14814
|
+
const middleware_serde_1 = require$$1;
|
|
14815
|
+
const smithy_client_1 = require$$88;
|
|
14816
|
+
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14817
|
+
class GetResolvedConfigExplanationCommand extends smithy_client_1.Command.classBuilder()
|
|
14818
|
+
.m(function (Command, cs, config, o) {
|
|
14819
|
+
return [
|
|
14820
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14821
|
+
];
|
|
14822
|
+
})
|
|
14823
|
+
.s("Superposition", "GetResolvedConfigExplanation", {})
|
|
14824
|
+
.n("SuperpositionClient", "GetResolvedConfigExplanationCommand")
|
|
14825
|
+
.f(void 0, void 0)
|
|
14826
|
+
.ser(Aws_restJson1_1.se_GetResolvedConfigExplanationCommand)
|
|
14827
|
+
.de(Aws_restJson1_1.de_GetResolvedConfigExplanationCommand)
|
|
14828
|
+
.build() {
|
|
14829
|
+
}
|
|
14830
|
+
exports$1.GetResolvedConfigExplanationCommand = GetResolvedConfigExplanationCommand;
|
|
14831
|
+
} (GetResolvedConfigExplanationCommand));
|
|
14832
|
+
return GetResolvedConfigExplanationCommand;
|
|
14833
|
+
}
|
|
14834
|
+
|
|
14620
14835
|
var GetResolvedConfigWithIdentifierCommand = {};
|
|
14621
14836
|
|
|
14622
14837
|
var hasRequiredGetResolvedConfigWithIdentifierCommand;
|
|
@@ -14629,7 +14844,7 @@ function requireGetResolvedConfigWithIdentifierCommand () {
|
|
|
14629
14844
|
exports$1.GetResolvedConfigWithIdentifierCommand = exports$1.$Command = void 0;
|
|
14630
14845
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14631
14846
|
const middleware_serde_1 = require$$1;
|
|
14632
|
-
const smithy_client_1 = require$$
|
|
14847
|
+
const smithy_client_1 = require$$88;
|
|
14633
14848
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14634
14849
|
class GetResolvedConfigWithIdentifierCommand extends smithy_client_1.Command.classBuilder()
|
|
14635
14850
|
.m(function (Command, cs, config, o) {
|
|
@@ -14661,7 +14876,7 @@ function requireGetSecretCommand () {
|
|
|
14661
14876
|
exports$1.GetSecretCommand = exports$1.$Command = void 0;
|
|
14662
14877
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14663
14878
|
const middleware_serde_1 = require$$1;
|
|
14664
|
-
const smithy_client_1 = require$$
|
|
14879
|
+
const smithy_client_1 = require$$88;
|
|
14665
14880
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14666
14881
|
class GetSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
14667
14882
|
.m(function (Command, cs, config, o) {
|
|
@@ -14693,7 +14908,7 @@ function requireGetTypeTemplateCommand () {
|
|
|
14693
14908
|
exports$1.GetTypeTemplateCommand = exports$1.$Command = void 0;
|
|
14694
14909
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14695
14910
|
const middleware_serde_1 = require$$1;
|
|
14696
|
-
const smithy_client_1 = require$$
|
|
14911
|
+
const smithy_client_1 = require$$88;
|
|
14697
14912
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14698
14913
|
class GetTypeTemplateCommand extends smithy_client_1.Command.classBuilder()
|
|
14699
14914
|
.m(function (Command, cs, config, o) {
|
|
@@ -14725,7 +14940,7 @@ function requireGetTypeTemplatesListCommand () {
|
|
|
14725
14940
|
exports$1.GetTypeTemplatesListCommand = exports$1.$Command = void 0;
|
|
14726
14941
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14727
14942
|
const middleware_serde_1 = require$$1;
|
|
14728
|
-
const smithy_client_1 = require$$
|
|
14943
|
+
const smithy_client_1 = require$$88;
|
|
14729
14944
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14730
14945
|
class GetTypeTemplatesListCommand extends smithy_client_1.Command.classBuilder()
|
|
14731
14946
|
.m(function (Command, cs, config, o) {
|
|
@@ -14757,7 +14972,7 @@ function requireGetVariableCommand () {
|
|
|
14757
14972
|
exports$1.GetVariableCommand = exports$1.$Command = void 0;
|
|
14758
14973
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14759
14974
|
const middleware_serde_1 = require$$1;
|
|
14760
|
-
const smithy_client_1 = require$$
|
|
14975
|
+
const smithy_client_1 = require$$88;
|
|
14761
14976
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14762
14977
|
class GetVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
14763
14978
|
.m(function (Command, cs, config, o) {
|
|
@@ -14789,7 +15004,7 @@ function requireGetVersionCommand () {
|
|
|
14789
15004
|
exports$1.GetVersionCommand = exports$1.$Command = void 0;
|
|
14790
15005
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14791
15006
|
const middleware_serde_1 = require$$1;
|
|
14792
|
-
const smithy_client_1 = require$$
|
|
15007
|
+
const smithy_client_1 = require$$88;
|
|
14793
15008
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14794
15009
|
class GetVersionCommand extends smithy_client_1.Command.classBuilder()
|
|
14795
15010
|
.m(function (Command, cs, config, o) {
|
|
@@ -14821,7 +15036,7 @@ function requireGetWebhookByEventCommand () {
|
|
|
14821
15036
|
exports$1.GetWebhookByEventCommand = exports$1.$Command = void 0;
|
|
14822
15037
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14823
15038
|
const middleware_serde_1 = require$$1;
|
|
14824
|
-
const smithy_client_1 = require$$
|
|
15039
|
+
const smithy_client_1 = require$$88;
|
|
14825
15040
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14826
15041
|
class GetWebhookByEventCommand extends smithy_client_1.Command.classBuilder()
|
|
14827
15042
|
.m(function (Command, cs, config, o) {
|
|
@@ -14853,7 +15068,7 @@ function requireGetWebhookCommand () {
|
|
|
14853
15068
|
exports$1.GetWebhookCommand = exports$1.$Command = void 0;
|
|
14854
15069
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14855
15070
|
const middleware_serde_1 = require$$1;
|
|
14856
|
-
const smithy_client_1 = require$$
|
|
15071
|
+
const smithy_client_1 = require$$88;
|
|
14857
15072
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14858
15073
|
class GetWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14859
15074
|
.m(function (Command, cs, config, o) {
|
|
@@ -14885,7 +15100,7 @@ function requireGetWorkspaceCommand () {
|
|
|
14885
15100
|
exports$1.GetWorkspaceCommand = exports$1.$Command = void 0;
|
|
14886
15101
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14887
15102
|
const middleware_serde_1 = require$$1;
|
|
14888
|
-
const smithy_client_1 = require$$
|
|
15103
|
+
const smithy_client_1 = require$$88;
|
|
14889
15104
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14890
15105
|
class GetWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
14891
15106
|
.m(function (Command, cs, config, o) {
|
|
@@ -14917,7 +15132,7 @@ function requireListAuditLogsCommand () {
|
|
|
14917
15132
|
exports$1.ListAuditLogsCommand = exports$1.$Command = void 0;
|
|
14918
15133
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14919
15134
|
const middleware_serde_1 = require$$1;
|
|
14920
|
-
const smithy_client_1 = require$$
|
|
15135
|
+
const smithy_client_1 = require$$88;
|
|
14921
15136
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14922
15137
|
class ListAuditLogsCommand extends smithy_client_1.Command.classBuilder()
|
|
14923
15138
|
.m(function (Command, cs, config, o) {
|
|
@@ -14949,7 +15164,7 @@ function requireListContextsCommand () {
|
|
|
14949
15164
|
exports$1.ListContextsCommand = exports$1.$Command = void 0;
|
|
14950
15165
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14951
15166
|
const middleware_serde_1 = require$$1;
|
|
14952
|
-
const smithy_client_1 = require$$
|
|
15167
|
+
const smithy_client_1 = require$$88;
|
|
14953
15168
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14954
15169
|
class ListContextsCommand extends smithy_client_1.Command.classBuilder()
|
|
14955
15170
|
.m(function (Command, cs, config, o) {
|
|
@@ -14981,7 +15196,7 @@ function requireListDefaultConfigsCommand () {
|
|
|
14981
15196
|
exports$1.ListDefaultConfigsCommand = exports$1.$Command = void 0;
|
|
14982
15197
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14983
15198
|
const middleware_serde_1 = require$$1;
|
|
14984
|
-
const smithy_client_1 = require$$
|
|
15199
|
+
const smithy_client_1 = require$$88;
|
|
14985
15200
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14986
15201
|
class ListDefaultConfigsCommand extends smithy_client_1.Command.classBuilder()
|
|
14987
15202
|
.m(function (Command, cs, config, o) {
|
|
@@ -15013,7 +15228,7 @@ function requireListDimensionsCommand () {
|
|
|
15013
15228
|
exports$1.ListDimensionsCommand = exports$1.$Command = void 0;
|
|
15014
15229
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15015
15230
|
const middleware_serde_1 = require$$1;
|
|
15016
|
-
const smithy_client_1 = require$$
|
|
15231
|
+
const smithy_client_1 = require$$88;
|
|
15017
15232
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15018
15233
|
class ListDimensionsCommand extends smithy_client_1.Command.classBuilder()
|
|
15019
15234
|
.m(function (Command, cs, config, o) {
|
|
@@ -15045,7 +15260,7 @@ function requireListExperimentCommand () {
|
|
|
15045
15260
|
exports$1.ListExperimentCommand = exports$1.$Command = void 0;
|
|
15046
15261
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15047
15262
|
const middleware_serde_1 = require$$1;
|
|
15048
|
-
const smithy_client_1 = require$$
|
|
15263
|
+
const smithy_client_1 = require$$88;
|
|
15049
15264
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15050
15265
|
class ListExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15051
15266
|
.m(function (Command, cs, config, o) {
|
|
@@ -15077,7 +15292,7 @@ function requireListExperimentGroupsCommand () {
|
|
|
15077
15292
|
exports$1.ListExperimentGroupsCommand = exports$1.$Command = void 0;
|
|
15078
15293
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15079
15294
|
const middleware_serde_1 = require$$1;
|
|
15080
|
-
const smithy_client_1 = require$$
|
|
15295
|
+
const smithy_client_1 = require$$88;
|
|
15081
15296
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15082
15297
|
class ListExperimentGroupsCommand extends smithy_client_1.Command.classBuilder()
|
|
15083
15298
|
.m(function (Command, cs, config, o) {
|
|
@@ -15109,7 +15324,7 @@ function requireListFunctionCommand () {
|
|
|
15109
15324
|
exports$1.ListFunctionCommand = exports$1.$Command = void 0;
|
|
15110
15325
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15111
15326
|
const middleware_serde_1 = require$$1;
|
|
15112
|
-
const smithy_client_1 = require$$
|
|
15327
|
+
const smithy_client_1 = require$$88;
|
|
15113
15328
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15114
15329
|
class ListFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
15115
15330
|
.m(function (Command, cs, config, o) {
|
|
@@ -15141,7 +15356,7 @@ function requireListOrganisationCommand () {
|
|
|
15141
15356
|
exports$1.ListOrganisationCommand = exports$1.$Command = void 0;
|
|
15142
15357
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15143
15358
|
const middleware_serde_1 = require$$1;
|
|
15144
|
-
const smithy_client_1 = require$$
|
|
15359
|
+
const smithy_client_1 = require$$88;
|
|
15145
15360
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15146
15361
|
class ListOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
15147
15362
|
.m(function (Command, cs, config, o) {
|
|
@@ -15173,7 +15388,7 @@ function requireListSecretsCommand () {
|
|
|
15173
15388
|
exports$1.ListSecretsCommand = exports$1.$Command = void 0;
|
|
15174
15389
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15175
15390
|
const middleware_serde_1 = require$$1;
|
|
15176
|
-
const smithy_client_1 = require$$
|
|
15391
|
+
const smithy_client_1 = require$$88;
|
|
15177
15392
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15178
15393
|
class ListSecretsCommand extends smithy_client_1.Command.classBuilder()
|
|
15179
15394
|
.m(function (Command, cs, config, o) {
|
|
@@ -15205,7 +15420,7 @@ function requireListVariablesCommand () {
|
|
|
15205
15420
|
exports$1.ListVariablesCommand = exports$1.$Command = void 0;
|
|
15206
15421
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15207
15422
|
const middleware_serde_1 = require$$1;
|
|
15208
|
-
const smithy_client_1 = require$$
|
|
15423
|
+
const smithy_client_1 = require$$88;
|
|
15209
15424
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15210
15425
|
class ListVariablesCommand extends smithy_client_1.Command.classBuilder()
|
|
15211
15426
|
.m(function (Command, cs, config, o) {
|
|
@@ -15237,7 +15452,7 @@ function requireListVersionsCommand () {
|
|
|
15237
15452
|
exports$1.ListVersionsCommand = exports$1.$Command = void 0;
|
|
15238
15453
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15239
15454
|
const middleware_serde_1 = require$$1;
|
|
15240
|
-
const smithy_client_1 = require$$
|
|
15455
|
+
const smithy_client_1 = require$$88;
|
|
15241
15456
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15242
15457
|
class ListVersionsCommand extends smithy_client_1.Command.classBuilder()
|
|
15243
15458
|
.m(function (Command, cs, config, o) {
|
|
@@ -15269,7 +15484,7 @@ function requireListWebhookCommand () {
|
|
|
15269
15484
|
exports$1.ListWebhookCommand = exports$1.$Command = void 0;
|
|
15270
15485
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15271
15486
|
const middleware_serde_1 = require$$1;
|
|
15272
|
-
const smithy_client_1 = require$$
|
|
15487
|
+
const smithy_client_1 = require$$88;
|
|
15273
15488
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15274
15489
|
class ListWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
15275
15490
|
.m(function (Command, cs, config, o) {
|
|
@@ -15301,7 +15516,7 @@ function requireListWorkspaceCommand () {
|
|
|
15301
15516
|
exports$1.ListWorkspaceCommand = exports$1.$Command = void 0;
|
|
15302
15517
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15303
15518
|
const middleware_serde_1 = require$$1;
|
|
15304
|
-
const smithy_client_1 = require$$
|
|
15519
|
+
const smithy_client_1 = require$$88;
|
|
15305
15520
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15306
15521
|
class ListWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
15307
15522
|
.m(function (Command, cs, config, o) {
|
|
@@ -15333,7 +15548,7 @@ function requireMigrateWorkspaceSchemaCommand () {
|
|
|
15333
15548
|
exports$1.MigrateWorkspaceSchemaCommand = exports$1.$Command = void 0;
|
|
15334
15549
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15335
15550
|
const middleware_serde_1 = require$$1;
|
|
15336
|
-
const smithy_client_1 = require$$
|
|
15551
|
+
const smithy_client_1 = require$$88;
|
|
15337
15552
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15338
15553
|
class MigrateWorkspaceSchemaCommand extends smithy_client_1.Command.classBuilder()
|
|
15339
15554
|
.m(function (Command, cs, config, o) {
|
|
@@ -15365,7 +15580,7 @@ function requireMoveContextCommand () {
|
|
|
15365
15580
|
exports$1.MoveContextCommand = exports$1.$Command = void 0;
|
|
15366
15581
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15367
15582
|
const middleware_serde_1 = require$$1;
|
|
15368
|
-
const smithy_client_1 = require$$
|
|
15583
|
+
const smithy_client_1 = require$$88;
|
|
15369
15584
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15370
15585
|
class MoveContextCommand extends smithy_client_1.Command.classBuilder()
|
|
15371
15586
|
.m(function (Command, cs, config, o) {
|
|
@@ -15397,7 +15612,7 @@ function requirePauseExperimentCommand () {
|
|
|
15397
15612
|
exports$1.PauseExperimentCommand = exports$1.$Command = void 0;
|
|
15398
15613
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15399
15614
|
const middleware_serde_1 = require$$1;
|
|
15400
|
-
const smithy_client_1 = require$$
|
|
15615
|
+
const smithy_client_1 = require$$88;
|
|
15401
15616
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15402
15617
|
class PauseExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15403
15618
|
.m(function (Command, cs, config, o) {
|
|
@@ -15429,7 +15644,7 @@ function requirePublishCommand () {
|
|
|
15429
15644
|
exports$1.PublishCommand = exports$1.$Command = void 0;
|
|
15430
15645
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15431
15646
|
const middleware_serde_1 = require$$1;
|
|
15432
|
-
const smithy_client_1 = require$$
|
|
15647
|
+
const smithy_client_1 = require$$88;
|
|
15433
15648
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15434
15649
|
class PublishCommand extends smithy_client_1.Command.classBuilder()
|
|
15435
15650
|
.m(function (Command, cs, config, o) {
|
|
@@ -15461,7 +15676,7 @@ function requireRampExperimentCommand () {
|
|
|
15461
15676
|
exports$1.RampExperimentCommand = exports$1.$Command = void 0;
|
|
15462
15677
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15463
15678
|
const middleware_serde_1 = require$$1;
|
|
15464
|
-
const smithy_client_1 = require$$
|
|
15679
|
+
const smithy_client_1 = require$$88;
|
|
15465
15680
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15466
15681
|
class RampExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15467
15682
|
.m(function (Command, cs, config, o) {
|
|
@@ -15493,7 +15708,7 @@ function requireRemoveMembersFromGroupCommand () {
|
|
|
15493
15708
|
exports$1.RemoveMembersFromGroupCommand = exports$1.$Command = void 0;
|
|
15494
15709
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15495
15710
|
const middleware_serde_1 = require$$1;
|
|
15496
|
-
const smithy_client_1 = require$$
|
|
15711
|
+
const smithy_client_1 = require$$88;
|
|
15497
15712
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15498
15713
|
class RemoveMembersFromGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
15499
15714
|
.m(function (Command, cs, config, o) {
|
|
@@ -15525,7 +15740,7 @@ function requireResumeExperimentCommand () {
|
|
|
15525
15740
|
exports$1.ResumeExperimentCommand = exports$1.$Command = void 0;
|
|
15526
15741
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15527
15742
|
const middleware_serde_1 = require$$1;
|
|
15528
|
-
const smithy_client_1 = require$$
|
|
15743
|
+
const smithy_client_1 = require$$88;
|
|
15529
15744
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15530
15745
|
class ResumeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15531
15746
|
.m(function (Command, cs, config, o) {
|
|
@@ -15557,7 +15772,7 @@ function requireRotateMasterEncryptionKeyCommand () {
|
|
|
15557
15772
|
exports$1.RotateMasterEncryptionKeyCommand = exports$1.$Command = void 0;
|
|
15558
15773
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15559
15774
|
const middleware_serde_1 = require$$1;
|
|
15560
|
-
const smithy_client_1 = require$$
|
|
15775
|
+
const smithy_client_1 = require$$88;
|
|
15561
15776
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15562
15777
|
class RotateMasterEncryptionKeyCommand extends smithy_client_1.Command.classBuilder()
|
|
15563
15778
|
.m(function (Command, cs, config, o) {
|
|
@@ -15589,7 +15804,7 @@ function requireRotateWorkspaceEncryptionKeyCommand () {
|
|
|
15589
15804
|
exports$1.RotateWorkspaceEncryptionKeyCommand = exports$1.$Command = void 0;
|
|
15590
15805
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15591
15806
|
const middleware_serde_1 = require$$1;
|
|
15592
|
-
const smithy_client_1 = require$$
|
|
15807
|
+
const smithy_client_1 = require$$88;
|
|
15593
15808
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15594
15809
|
class RotateWorkspaceEncryptionKeyCommand extends smithy_client_1.Command.classBuilder()
|
|
15595
15810
|
.m(function (Command, cs, config, o) {
|
|
@@ -15621,7 +15836,7 @@ function requireTestCommand () {
|
|
|
15621
15836
|
exports$1.TestCommand = exports$1.$Command = void 0;
|
|
15622
15837
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15623
15838
|
const middleware_serde_1 = require$$1;
|
|
15624
|
-
const smithy_client_1 = require$$
|
|
15839
|
+
const smithy_client_1 = require$$88;
|
|
15625
15840
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15626
15841
|
class TestCommand extends smithy_client_1.Command.classBuilder()
|
|
15627
15842
|
.m(function (Command, cs, config, o) {
|
|
@@ -15653,7 +15868,7 @@ function requireUpdateDefaultConfigCommand () {
|
|
|
15653
15868
|
exports$1.UpdateDefaultConfigCommand = exports$1.$Command = void 0;
|
|
15654
15869
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15655
15870
|
const middleware_serde_1 = require$$1;
|
|
15656
|
-
const smithy_client_1 = require$$
|
|
15871
|
+
const smithy_client_1 = require$$88;
|
|
15657
15872
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15658
15873
|
class UpdateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
15659
15874
|
.m(function (Command, cs, config, o) {
|
|
@@ -15685,7 +15900,7 @@ function requireUpdateDimensionCommand () {
|
|
|
15685
15900
|
exports$1.UpdateDimensionCommand = exports$1.$Command = void 0;
|
|
15686
15901
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15687
15902
|
const middleware_serde_1 = require$$1;
|
|
15688
|
-
const smithy_client_1 = require$$
|
|
15903
|
+
const smithy_client_1 = require$$88;
|
|
15689
15904
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15690
15905
|
class UpdateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
15691
15906
|
.m(function (Command, cs, config, o) {
|
|
@@ -15717,7 +15932,7 @@ function requireUpdateExperimentGroupCommand () {
|
|
|
15717
15932
|
exports$1.UpdateExperimentGroupCommand = exports$1.$Command = void 0;
|
|
15718
15933
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15719
15934
|
const middleware_serde_1 = require$$1;
|
|
15720
|
-
const smithy_client_1 = require$$
|
|
15935
|
+
const smithy_client_1 = require$$88;
|
|
15721
15936
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15722
15937
|
class UpdateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
15723
15938
|
.m(function (Command, cs, config, o) {
|
|
@@ -15749,7 +15964,7 @@ function requireUpdateFunctionCommand () {
|
|
|
15749
15964
|
exports$1.UpdateFunctionCommand = exports$1.$Command = void 0;
|
|
15750
15965
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15751
15966
|
const middleware_serde_1 = require$$1;
|
|
15752
|
-
const smithy_client_1 = require$$
|
|
15967
|
+
const smithy_client_1 = require$$88;
|
|
15753
15968
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15754
15969
|
class UpdateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
15755
15970
|
.m(function (Command, cs, config, o) {
|
|
@@ -15781,7 +15996,7 @@ function requireUpdateOrganisationCommand () {
|
|
|
15781
15996
|
exports$1.UpdateOrganisationCommand = exports$1.$Command = void 0;
|
|
15782
15997
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15783
15998
|
const middleware_serde_1 = require$$1;
|
|
15784
|
-
const smithy_client_1 = require$$
|
|
15999
|
+
const smithy_client_1 = require$$88;
|
|
15785
16000
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15786
16001
|
class UpdateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
15787
16002
|
.m(function (Command, cs, config, o) {
|
|
@@ -15813,7 +16028,7 @@ function requireUpdateOverrideCommand () {
|
|
|
15813
16028
|
exports$1.UpdateOverrideCommand = exports$1.$Command = void 0;
|
|
15814
16029
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15815
16030
|
const middleware_serde_1 = require$$1;
|
|
15816
|
-
const smithy_client_1 = require$$
|
|
16031
|
+
const smithy_client_1 = require$$88;
|
|
15817
16032
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15818
16033
|
class UpdateOverrideCommand extends smithy_client_1.Command.classBuilder()
|
|
15819
16034
|
.m(function (Command, cs, config, o) {
|
|
@@ -15845,7 +16060,7 @@ function requireUpdateOverridesExperimentCommand () {
|
|
|
15845
16060
|
exports$1.UpdateOverridesExperimentCommand = exports$1.$Command = void 0;
|
|
15846
16061
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15847
16062
|
const middleware_serde_1 = require$$1;
|
|
15848
|
-
const smithy_client_1 = require$$
|
|
16063
|
+
const smithy_client_1 = require$$88;
|
|
15849
16064
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15850
16065
|
class UpdateOverridesExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15851
16066
|
.m(function (Command, cs, config, o) {
|
|
@@ -15877,7 +16092,7 @@ function requireUpdateSecretCommand () {
|
|
|
15877
16092
|
exports$1.UpdateSecretCommand = exports$1.$Command = void 0;
|
|
15878
16093
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15879
16094
|
const middleware_serde_1 = require$$1;
|
|
15880
|
-
const smithy_client_1 = require$$
|
|
16095
|
+
const smithy_client_1 = require$$88;
|
|
15881
16096
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15882
16097
|
class UpdateSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
15883
16098
|
.m(function (Command, cs, config, o) {
|
|
@@ -15909,7 +16124,7 @@ function requireUpdateTypeTemplatesCommand () {
|
|
|
15909
16124
|
exports$1.UpdateTypeTemplatesCommand = exports$1.$Command = void 0;
|
|
15910
16125
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15911
16126
|
const middleware_serde_1 = require$$1;
|
|
15912
|
-
const smithy_client_1 = require$$
|
|
16127
|
+
const smithy_client_1 = require$$88;
|
|
15913
16128
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15914
16129
|
class UpdateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
15915
16130
|
.m(function (Command, cs, config, o) {
|
|
@@ -15941,7 +16156,7 @@ function requireUpdateVariableCommand () {
|
|
|
15941
16156
|
exports$1.UpdateVariableCommand = exports$1.$Command = void 0;
|
|
15942
16157
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15943
16158
|
const middleware_serde_1 = require$$1;
|
|
15944
|
-
const smithy_client_1 = require$$
|
|
16159
|
+
const smithy_client_1 = require$$88;
|
|
15945
16160
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15946
16161
|
class UpdateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
15947
16162
|
.m(function (Command, cs, config, o) {
|
|
@@ -15973,7 +16188,7 @@ function requireUpdateWebhookCommand () {
|
|
|
15973
16188
|
exports$1.UpdateWebhookCommand = exports$1.$Command = void 0;
|
|
15974
16189
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15975
16190
|
const middleware_serde_1 = require$$1;
|
|
15976
|
-
const smithy_client_1 = require$$
|
|
16191
|
+
const smithy_client_1 = require$$88;
|
|
15977
16192
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15978
16193
|
class UpdateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
15979
16194
|
.m(function (Command, cs, config, o) {
|
|
@@ -16005,7 +16220,7 @@ function requireUpdateWorkspaceCommand () {
|
|
|
16005
16220
|
exports$1.UpdateWorkspaceCommand = exports$1.$Command = void 0;
|
|
16006
16221
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
16007
16222
|
const middleware_serde_1 = require$$1;
|
|
16008
|
-
const smithy_client_1 = require$$
|
|
16223
|
+
const smithy_client_1 = require$$88;
|
|
16009
16224
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
16010
16225
|
class UpdateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
16011
16226
|
.m(function (Command, cs, config, o) {
|
|
@@ -16037,7 +16252,7 @@ function requireValidateContextCommand () {
|
|
|
16037
16252
|
exports$1.ValidateContextCommand = exports$1.$Command = void 0;
|
|
16038
16253
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
16039
16254
|
const middleware_serde_1 = require$$1;
|
|
16040
|
-
const smithy_client_1 = require$$
|
|
16255
|
+
const smithy_client_1 = require$$88;
|
|
16041
16256
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
16042
16257
|
class ValidateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
16043
16258
|
.m(function (Command, cs, config, o) {
|
|
@@ -16069,7 +16284,7 @@ function requireWeightRecomputeCommand () {
|
|
|
16069
16284
|
exports$1.WeightRecomputeCommand = exports$1.$Command = void 0;
|
|
16070
16285
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
16071
16286
|
const middleware_serde_1 = require$$1;
|
|
16072
|
-
const smithy_client_1 = require$$
|
|
16287
|
+
const smithy_client_1 = require$$88;
|
|
16073
16288
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
16074
16289
|
class WeightRecomputeCommand extends smithy_client_1.Command.classBuilder()
|
|
16075
16290
|
.m(function (Command, cs, config, o) {
|
|
@@ -16129,6 +16344,7 @@ function requireSuperposition () {
|
|
|
16129
16344
|
const GetContextCommand_1 = requireGetContextCommand();
|
|
16130
16345
|
const GetContextFromConditionCommand_1 = requireGetContextFromConditionCommand();
|
|
16131
16346
|
const GetDefaultConfigCommand_1 = requireGetDefaultConfigCommand();
|
|
16347
|
+
const GetDetailedResolvedConfigCommand_1 = requireGetDetailedResolvedConfigCommand();
|
|
16132
16348
|
const GetDimensionCommand_1 = requireGetDimensionCommand();
|
|
16133
16349
|
const GetExperimentCommand_1 = requireGetExperimentCommand();
|
|
16134
16350
|
const GetExperimentConfigCommand_1 = requireGetExperimentConfigCommand();
|
|
@@ -16136,6 +16352,7 @@ function requireSuperposition () {
|
|
|
16136
16352
|
const GetFunctionCommand_1 = requireGetFunctionCommand();
|
|
16137
16353
|
const GetOrganisationCommand_1 = requireGetOrganisationCommand();
|
|
16138
16354
|
const GetResolvedConfigCommand_1 = requireGetResolvedConfigCommand();
|
|
16355
|
+
const GetResolvedConfigExplanationCommand_1 = requireGetResolvedConfigExplanationCommand();
|
|
16139
16356
|
const GetResolvedConfigWithIdentifierCommand_1 = requireGetResolvedConfigWithIdentifierCommand();
|
|
16140
16357
|
const GetSecretCommand_1 = requireGetSecretCommand();
|
|
16141
16358
|
const GetTypeTemplateCommand_1 = requireGetTypeTemplateCommand();
|
|
@@ -16182,7 +16399,7 @@ function requireSuperposition () {
|
|
|
16182
16399
|
const UpdateWorkspaceCommand_1 = requireUpdateWorkspaceCommand();
|
|
16183
16400
|
const ValidateContextCommand_1 = requireValidateContextCommand();
|
|
16184
16401
|
const WeightRecomputeCommand_1 = requireWeightRecomputeCommand();
|
|
16185
|
-
const smithy_client_1 = require$$
|
|
16402
|
+
const smithy_client_1 = require$$88;
|
|
16186
16403
|
const commands = {
|
|
16187
16404
|
AddMembersToGroupCommand: AddMembersToGroupCommand_1.AddMembersToGroupCommand,
|
|
16188
16405
|
ApplicableVariantsCommand: ApplicableVariantsCommand_1.ApplicableVariantsCommand,
|
|
@@ -16216,6 +16433,7 @@ function requireSuperposition () {
|
|
|
16216
16433
|
GetContextCommand: GetContextCommand_1.GetContextCommand,
|
|
16217
16434
|
GetContextFromConditionCommand: GetContextFromConditionCommand_1.GetContextFromConditionCommand,
|
|
16218
16435
|
GetDefaultConfigCommand: GetDefaultConfigCommand_1.GetDefaultConfigCommand,
|
|
16436
|
+
GetDetailedResolvedConfigCommand: GetDetailedResolvedConfigCommand_1.GetDetailedResolvedConfigCommand,
|
|
16219
16437
|
GetDimensionCommand: GetDimensionCommand_1.GetDimensionCommand,
|
|
16220
16438
|
GetExperimentCommand: GetExperimentCommand_1.GetExperimentCommand,
|
|
16221
16439
|
GetExperimentConfigCommand: GetExperimentConfigCommand_1.GetExperimentConfigCommand,
|
|
@@ -16223,6 +16441,7 @@ function requireSuperposition () {
|
|
|
16223
16441
|
GetFunctionCommand: GetFunctionCommand_1.GetFunctionCommand,
|
|
16224
16442
|
GetOrganisationCommand: GetOrganisationCommand_1.GetOrganisationCommand,
|
|
16225
16443
|
GetResolvedConfigCommand: GetResolvedConfigCommand_1.GetResolvedConfigCommand,
|
|
16444
|
+
GetResolvedConfigExplanationCommand: GetResolvedConfigExplanationCommand_1.GetResolvedConfigExplanationCommand,
|
|
16226
16445
|
GetResolvedConfigWithIdentifierCommand: GetResolvedConfigWithIdentifierCommand_1.GetResolvedConfigWithIdentifierCommand,
|
|
16227
16446
|
GetSecretCommand: GetSecretCommand_1.GetSecretCommand,
|
|
16228
16447
|
GetTypeTemplateCommand: GetTypeTemplateCommand_1.GetTypeTemplateCommand,
|
|
@@ -16319,6 +16538,7 @@ function requireCommands () {
|
|
|
16319
16538
|
tslib_1.__exportStar(requireGetContextCommand(), exports$1);
|
|
16320
16539
|
tslib_1.__exportStar(requireGetContextFromConditionCommand(), exports$1);
|
|
16321
16540
|
tslib_1.__exportStar(requireGetDefaultConfigCommand(), exports$1);
|
|
16541
|
+
tslib_1.__exportStar(requireGetDetailedResolvedConfigCommand(), exports$1);
|
|
16322
16542
|
tslib_1.__exportStar(requireGetDimensionCommand(), exports$1);
|
|
16323
16543
|
tslib_1.__exportStar(requireGetExperimentCommand(), exports$1);
|
|
16324
16544
|
tslib_1.__exportStar(requireGetExperimentConfigCommand(), exports$1);
|
|
@@ -16326,6 +16546,7 @@ function requireCommands () {
|
|
|
16326
16546
|
tslib_1.__exportStar(requireGetFunctionCommand(), exports$1);
|
|
16327
16547
|
tslib_1.__exportStar(requireGetOrganisationCommand(), exports$1);
|
|
16328
16548
|
tslib_1.__exportStar(requireGetResolvedConfigCommand(), exports$1);
|
|
16549
|
+
tslib_1.__exportStar(requireGetResolvedConfigExplanationCommand(), exports$1);
|
|
16329
16550
|
tslib_1.__exportStar(requireGetResolvedConfigWithIdentifierCommand(), exports$1);
|
|
16330
16551
|
tslib_1.__exportStar(requireGetSecretCommand(), exports$1);
|
|
16331
16552
|
tslib_1.__exportStar(requireGetTypeTemplateCommand(), exports$1);
|