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.esm.js
CHANGED
|
@@ -3180,7 +3180,7 @@ var runtimeConfig = {};
|
|
|
3180
3180
|
|
|
3181
3181
|
var name = "superposition-sdk";
|
|
3182
3182
|
var description = "superposition-sdk client";
|
|
3183
|
-
var version = "0.
|
|
3183
|
+
var version = "0.114.0";
|
|
3184
3184
|
var repository = {
|
|
3185
3185
|
type: "git",
|
|
3186
3186
|
url: "git+https://github.com/juspay/superposition.git"
|
|
@@ -8036,7 +8036,7 @@ var require$$8 = /*@__PURE__*/getAugmentedNamespace(distEs$a);
|
|
|
8036
8036
|
|
|
8037
8037
|
var runtimeConfig_shared = {};
|
|
8038
8038
|
|
|
8039
|
-
var require$$
|
|
8039
|
+
var require$$88 = /*@__PURE__*/getAugmentedNamespace(distEs$f);
|
|
8040
8040
|
|
|
8041
8041
|
function parseQueryString(querystring) {
|
|
8042
8042
|
const query = {};
|
|
@@ -8100,7 +8100,7 @@ function requireRuntimeConfig_shared () {
|
|
|
8100
8100
|
runtimeConfig_shared.getRuntimeConfig = void 0;
|
|
8101
8101
|
const httpAuthSchemeProvider_1 = requireHttpAuthSchemeProvider();
|
|
8102
8102
|
const core_1 = require$$3$3;
|
|
8103
|
-
const smithy_client_1 = require$$
|
|
8103
|
+
const smithy_client_1 = require$$88;
|
|
8104
8104
|
const url_parser_1 = require$$3$1;
|
|
8105
8105
|
const util_base64_1 = require$$4$1;
|
|
8106
8106
|
const util_utf8_1 = require$$5$1;
|
|
@@ -8404,9 +8404,9 @@ function requireRuntimeConfig () {
|
|
|
8404
8404
|
const util_body_length_node_1 = require$$7$1;
|
|
8405
8405
|
const util_retry_1 = require$$8;
|
|
8406
8406
|
const runtimeConfig_shared_1 = requireRuntimeConfig_shared();
|
|
8407
|
-
const smithy_client_1 = require$$
|
|
8407
|
+
const smithy_client_1 = require$$88;
|
|
8408
8408
|
const util_defaults_mode_node_1 = require$$11;
|
|
8409
|
-
const smithy_client_2 = require$$
|
|
8409
|
+
const smithy_client_2 = require$$88;
|
|
8410
8410
|
const getRuntimeConfig = (config) => {
|
|
8411
8411
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
8412
8412
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -8497,7 +8497,7 @@ function requireRuntimeExtensions () {
|
|
|
8497
8497
|
runtimeExtensions.resolveRuntimeExtensions = void 0;
|
|
8498
8498
|
const httpAuthExtensionConfiguration_1 = requireHttpAuthExtensionConfiguration();
|
|
8499
8499
|
const protocol_http_1 = require$$1$1;
|
|
8500
|
-
const smithy_client_1 = require$$
|
|
8500
|
+
const smithy_client_1 = require$$88;
|
|
8501
8501
|
const asPartial = (t) => t;
|
|
8502
8502
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
8503
8503
|
const extensionConfiguration = {
|
|
@@ -8726,7 +8726,7 @@ function requireSuperpositionClient () {
|
|
|
8726
8726
|
const core_1 = require$$3$3;
|
|
8727
8727
|
const middleware_content_length_1 = require$$9;
|
|
8728
8728
|
const middleware_retry_1 = require$$10;
|
|
8729
|
-
const smithy_client_1 = require$$
|
|
8729
|
+
const smithy_client_1 = require$$88;
|
|
8730
8730
|
Object.defineProperty(exports$1, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
8731
8731
|
class SuperpositionClient extends smithy_client_1.Client {
|
|
8732
8732
|
config;
|
|
@@ -8778,7 +8778,7 @@ function requireSuperpositionServiceException () {
|
|
|
8778
8778
|
(function (exports$1) {
|
|
8779
8779
|
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
8780
8780
|
exports$1.SuperpositionServiceException = exports$1.__ServiceException = void 0;
|
|
8781
|
-
const smithy_client_1 = require$$
|
|
8781
|
+
const smithy_client_1 = require$$88;
|
|
8782
8782
|
Object.defineProperty(exports$1, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
8783
8783
|
class SuperpositionServiceException extends smithy_client_1.ServiceException {
|
|
8784
8784
|
constructor(options) {
|
|
@@ -8799,7 +8799,7 @@ function requireModels_0 () {
|
|
|
8799
8799
|
if (hasRequiredModels_0) return models_0;
|
|
8800
8800
|
hasRequiredModels_0 = 1;
|
|
8801
8801
|
Object.defineProperty(models_0, "__esModule", { value: true });
|
|
8802
|
-
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;
|
|
8802
|
+
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;
|
|
8803
8803
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
8804
8804
|
models_0.GroupType = {
|
|
8805
8805
|
SYSTEM_GENERATED: "SYSTEM_GENERATED",
|
|
@@ -8934,6 +8934,21 @@ function requireModels_0 () {
|
|
|
8934
8934
|
LAST_MODIFIED_AT: "last_modified_at",
|
|
8935
8935
|
WEIGHT: "weight",
|
|
8936
8936
|
};
|
|
8937
|
+
class WorkspaceLockConflict extends SuperpositionServiceException_1.SuperpositionServiceException {
|
|
8938
|
+
name = "WorkspaceLockConflict";
|
|
8939
|
+
$fault = "client";
|
|
8940
|
+
lock;
|
|
8941
|
+
constructor(opts) {
|
|
8942
|
+
super({
|
|
8943
|
+
name: "WorkspaceLockConflict",
|
|
8944
|
+
$fault: "client",
|
|
8945
|
+
...opts
|
|
8946
|
+
});
|
|
8947
|
+
Object.setPrototypeOf(this, WorkspaceLockConflict.prototype);
|
|
8948
|
+
this.lock = opts.lock;
|
|
8949
|
+
}
|
|
8950
|
+
}
|
|
8951
|
+
models_0.WorkspaceLockConflict = WorkspaceLockConflict;
|
|
8937
8952
|
models_0.FunctionTypes = {
|
|
8938
8953
|
CHANGE_REASON_VALIDATION: "CHANGE_REASON_VALIDATION",
|
|
8939
8954
|
CONTEXT_VALIDATION: "CONTEXT_VALIDATION",
|
|
@@ -9011,15 +9026,15 @@ function requireAws_restJson1 () {
|
|
|
9011
9026
|
if (hasRequiredAws_restJson1) return Aws_restJson1;
|
|
9012
9027
|
hasRequiredAws_restJson1 = 1;
|
|
9013
9028
|
Object.defineProperty(Aws_restJson1, "__esModule", { value: true });
|
|
9014
|
-
Aws_restJson1.
|
|
9015
|
-
Aws_restJson1.
|
|
9016
|
-
Aws_restJson1.
|
|
9017
|
-
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;
|
|
9029
|
+
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;
|
|
9030
|
+
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;
|
|
9031
|
+
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;
|
|
9032
|
+
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;
|
|
9018
9033
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
9019
9034
|
const models_0_1 = requireModels_0();
|
|
9020
9035
|
const core_1 = require$$2;
|
|
9021
9036
|
const core_2 = require$$3$3;
|
|
9022
|
-
const smithy_client_1 = require$$
|
|
9037
|
+
const smithy_client_1 = require$$88;
|
|
9023
9038
|
const se_AddMembersToGroupCommand = async (input, context) => {
|
|
9024
9039
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9025
9040
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9647,6 +9662,33 @@ function requireAws_restJson1 () {
|
|
|
9647
9662
|
return b.build();
|
|
9648
9663
|
};
|
|
9649
9664
|
Aws_restJson1.se_GetDefaultConfigCommand = se_GetDefaultConfigCommand;
|
|
9665
|
+
const se_GetDetailedResolvedConfigCommand = async (input, context) => {
|
|
9666
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
9667
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
9668
|
+
'content-type': 'application/json',
|
|
9669
|
+
[_xw]: input[_wi],
|
|
9670
|
+
[_xoi]: input[_oi],
|
|
9671
|
+
[_xms]: input[_ms],
|
|
9672
|
+
});
|
|
9673
|
+
b.bp("/config/resolve/detailed");
|
|
9674
|
+
const query = (0, smithy_client_1.map)({
|
|
9675
|
+
[_p]: [() => input.prefix !== void 0, () => ((input[_p] || []))],
|
|
9676
|
+
[_v]: [, input[_v]],
|
|
9677
|
+
[_sr]: [() => input.show_reasoning !== void 0, () => (input[_sr].toString())],
|
|
9678
|
+
[_ci]: [, input[_ci]],
|
|
9679
|
+
[_rr]: [() => input.resolve_remote !== void 0, () => (input[_rr].toString())],
|
|
9680
|
+
});
|
|
9681
|
+
let body;
|
|
9682
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9683
|
+
'context': _ => se_ContextMap(_),
|
|
9684
|
+
}));
|
|
9685
|
+
b.m("POST")
|
|
9686
|
+
.h(headers)
|
|
9687
|
+
.q(query)
|
|
9688
|
+
.b(body);
|
|
9689
|
+
return b.build();
|
|
9690
|
+
};
|
|
9691
|
+
Aws_restJson1.se_GetDetailedResolvedConfigCommand = se_GetDetailedResolvedConfigCommand;
|
|
9650
9692
|
const se_GetDimensionCommand = async (input, context) => {
|
|
9651
9693
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9652
9694
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9770,6 +9812,32 @@ function requireAws_restJson1 () {
|
|
|
9770
9812
|
return b.build();
|
|
9771
9813
|
};
|
|
9772
9814
|
Aws_restJson1.se_GetResolvedConfigCommand = se_GetResolvedConfigCommand;
|
|
9815
|
+
const se_GetResolvedConfigExplanationCommand = async (input, context) => {
|
|
9816
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
9817
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
9818
|
+
'content-type': 'application/json',
|
|
9819
|
+
[_xw]: input[_wi],
|
|
9820
|
+
[_xoi]: input[_oi],
|
|
9821
|
+
[_xms]: input[_ms],
|
|
9822
|
+
});
|
|
9823
|
+
b.bp("/config/resolve/explain/{key}");
|
|
9824
|
+
b.p('key', () => input.key, '{key}', false);
|
|
9825
|
+
const query = (0, smithy_client_1.map)({
|
|
9826
|
+
[_v]: [, input[_v]],
|
|
9827
|
+
[_ci]: [, input[_ci]],
|
|
9828
|
+
[_rr]: [() => input.resolve_remote !== void 0, () => (input[_rr].toString())],
|
|
9829
|
+
});
|
|
9830
|
+
let body;
|
|
9831
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9832
|
+
'context': _ => se_ContextMap(_),
|
|
9833
|
+
}));
|
|
9834
|
+
b.m("POST")
|
|
9835
|
+
.h(headers)
|
|
9836
|
+
.q(query)
|
|
9837
|
+
.b(body);
|
|
9838
|
+
return b.build();
|
|
9839
|
+
};
|
|
9840
|
+
Aws_restJson1.se_GetResolvedConfigExplanationCommand = se_GetResolvedConfigExplanationCommand;
|
|
9773
9841
|
const se_GetResolvedConfigWithIdentifierCommand = async (input, context) => {
|
|
9774
9842
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9775
9843
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -11129,6 +11197,7 @@ function requireAws_restJson1 () {
|
|
|
11129
11197
|
'organisation_id': smithy_client_1.expectString,
|
|
11130
11198
|
'organisation_name': smithy_client_1.expectString,
|
|
11131
11199
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
11200
|
+
'workspace_lock': _ => de_WorkspaceLock(_),
|
|
11132
11201
|
'workspace_name': smithy_client_1.expectString,
|
|
11133
11202
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
11134
11203
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -11440,6 +11509,22 @@ function requireAws_restJson1 () {
|
|
|
11440
11509
|
return contents;
|
|
11441
11510
|
};
|
|
11442
11511
|
Aws_restJson1.de_GetDefaultConfigCommand = de_GetDefaultConfigCommand;
|
|
11512
|
+
const de_GetDetailedResolvedConfigCommand = async (output, context) => {
|
|
11513
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11514
|
+
return de_CommandError(output, context);
|
|
11515
|
+
}
|
|
11516
|
+
const contents = (0, smithy_client_1.map)({
|
|
11517
|
+
$metadata: deserializeMetadata(output),
|
|
11518
|
+
[_v]: [, output.headers[_xcv]],
|
|
11519
|
+
[_lm_]: [() => void 0 !== output.headers[_lm], () => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.headers[_lm]))],
|
|
11520
|
+
[_ai]: [, output.headers[_xai]],
|
|
11521
|
+
});
|
|
11522
|
+
const data = await collectBodyString(output.body, context);
|
|
11523
|
+
contents.config = data;
|
|
11524
|
+
contents.config = JSON.parse(data);
|
|
11525
|
+
return contents;
|
|
11526
|
+
};
|
|
11527
|
+
Aws_restJson1.de_GetDetailedResolvedConfigCommand = de_GetDetailedResolvedConfigCommand;
|
|
11443
11528
|
const de_GetDimensionCommand = async (output, context) => {
|
|
11444
11529
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11445
11530
|
return de_CommandError(output, context);
|
|
@@ -11617,6 +11702,21 @@ function requireAws_restJson1 () {
|
|
|
11617
11702
|
return contents;
|
|
11618
11703
|
};
|
|
11619
11704
|
Aws_restJson1.de_GetResolvedConfigCommand = de_GetResolvedConfigCommand;
|
|
11705
|
+
const de_GetResolvedConfigExplanationCommand = async (output, context) => {
|
|
11706
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11707
|
+
return de_CommandError(output, context);
|
|
11708
|
+
}
|
|
11709
|
+
const contents = (0, smithy_client_1.map)({
|
|
11710
|
+
$metadata: deserializeMetadata(output),
|
|
11711
|
+
[_v]: [, output.headers[_xcv]],
|
|
11712
|
+
[_lm_]: [() => void 0 !== output.headers[_lm], () => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.headers[_lm]))],
|
|
11713
|
+
[_ai]: [, output.headers[_xai]],
|
|
11714
|
+
});
|
|
11715
|
+
const data = (0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context));
|
|
11716
|
+
contents.explanation = de_ResolveExplanation(data);
|
|
11717
|
+
return contents;
|
|
11718
|
+
};
|
|
11719
|
+
Aws_restJson1.de_GetResolvedConfigExplanationCommand = de_GetResolvedConfigExplanationCommand;
|
|
11620
11720
|
const de_GetResolvedConfigWithIdentifierCommand = async (output, context) => {
|
|
11621
11721
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11622
11722
|
return de_CommandError(output, context);
|
|
@@ -11816,6 +11916,7 @@ function requireAws_restJson1 () {
|
|
|
11816
11916
|
'organisation_id': smithy_client_1.expectString,
|
|
11817
11917
|
'organisation_name': smithy_client_1.expectString,
|
|
11818
11918
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
11919
|
+
'workspace_lock': _ => de_WorkspaceLock(_),
|
|
11819
11920
|
'workspace_name': smithy_client_1.expectString,
|
|
11820
11921
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
11821
11922
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -12070,6 +12171,7 @@ function requireAws_restJson1 () {
|
|
|
12070
12171
|
'organisation_id': smithy_client_1.expectString,
|
|
12071
12172
|
'organisation_name': smithy_client_1.expectString,
|
|
12072
12173
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
12174
|
+
'workspace_lock': _ => de_WorkspaceLock(_),
|
|
12073
12175
|
'workspace_name': smithy_client_1.expectString,
|
|
12074
12176
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
12075
12177
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -12620,6 +12722,7 @@ function requireAws_restJson1 () {
|
|
|
12620
12722
|
'organisation_id': smithy_client_1.expectString,
|
|
12621
12723
|
'organisation_name': smithy_client_1.expectString,
|
|
12622
12724
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
12725
|
+
'workspace_lock': _ => de_WorkspaceLock(_),
|
|
12623
12726
|
'workspace_name': smithy_client_1.expectString,
|
|
12624
12727
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
12625
12728
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -12670,6 +12773,9 @@ function requireAws_restJson1 () {
|
|
|
12670
12773
|
case "WebhookFailed":
|
|
12671
12774
|
case "io.superposition#WebhookFailed":
|
|
12672
12775
|
throw await de_WebhookFailedRes(parsedOutput);
|
|
12776
|
+
case "WorkspaceLockConflict":
|
|
12777
|
+
case "io.superposition#WorkspaceLockConflict":
|
|
12778
|
+
throw await de_WorkspaceLockConflictRes(parsedOutput);
|
|
12673
12779
|
default:
|
|
12674
12780
|
const parsedBody = parsedOutput.body;
|
|
12675
12781
|
return throwDefaultError({
|
|
@@ -12717,6 +12823,20 @@ function requireAws_restJson1 () {
|
|
|
12717
12823
|
});
|
|
12718
12824
|
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
12719
12825
|
};
|
|
12826
|
+
const de_WorkspaceLockConflictRes = async (parsedOutput, context) => {
|
|
12827
|
+
const contents = (0, smithy_client_1.map)({});
|
|
12828
|
+
const data = parsedOutput.body;
|
|
12829
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
12830
|
+
'lock': _ => de_WorkspaceLock(_),
|
|
12831
|
+
'message': smithy_client_1.expectString,
|
|
12832
|
+
});
|
|
12833
|
+
Object.assign(contents, doc);
|
|
12834
|
+
const exception = new models_0_1.WorkspaceLockConflict({
|
|
12835
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
12836
|
+
...contents
|
|
12837
|
+
});
|
|
12838
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
12839
|
+
};
|
|
12720
12840
|
const se_BulkOperationList = (input, context) => {
|
|
12721
12841
|
return input.filter((e) => e != null).map(entry => {
|
|
12722
12842
|
return se_ContextAction(entry);
|
|
@@ -13179,6 +13299,27 @@ function requireAws_restJson1 () {
|
|
|
13179
13299
|
return acc;
|
|
13180
13300
|
}, {});
|
|
13181
13301
|
};
|
|
13302
|
+
const de_ResolveExplanation = (output, context) => {
|
|
13303
|
+
return (0, smithy_client_1.take)(output, {
|
|
13304
|
+
'key': smithy_client_1.expectString,
|
|
13305
|
+
'timeline': (_) => de_ResolveExplanationTimeline(_),
|
|
13306
|
+
});
|
|
13307
|
+
};
|
|
13308
|
+
const de_ResolveExplanationTimeline = (output, context) => {
|
|
13309
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
13310
|
+
return de_ResolveExplanationTimelineItem(entry);
|
|
13311
|
+
});
|
|
13312
|
+
return retVal;
|
|
13313
|
+
};
|
|
13314
|
+
const de_ResolveExplanationTimelineItem = (output, context) => {
|
|
13315
|
+
return (0, smithy_client_1.take)(output, {
|
|
13316
|
+
'condition': (_) => de_Condition(_),
|
|
13317
|
+
'context_id': smithy_client_1.expectString,
|
|
13318
|
+
'override_id': smithy_client_1.expectString,
|
|
13319
|
+
'value_after': (_) => de_Document(_),
|
|
13320
|
+
'value_before': (_) => de_Document(_),
|
|
13321
|
+
});
|
|
13322
|
+
};
|
|
13182
13323
|
const de_SecretList = (output, context) => {
|
|
13183
13324
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
13184
13325
|
return de_SecretResponse(entry);
|
|
@@ -13286,6 +13427,15 @@ function requireAws_restJson1 () {
|
|
|
13286
13427
|
});
|
|
13287
13428
|
return retVal;
|
|
13288
13429
|
};
|
|
13430
|
+
const de_WorkspaceLock = (output, context) => {
|
|
13431
|
+
return (0, smithy_client_1.take)(output, {
|
|
13432
|
+
'acquired_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13433
|
+
'expires_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13434
|
+
'lock_id': smithy_client_1.expectString,
|
|
13435
|
+
'locked_by': smithy_client_1.expectString,
|
|
13436
|
+
'operation': smithy_client_1.expectString,
|
|
13437
|
+
});
|
|
13438
|
+
};
|
|
13289
13439
|
const de_WorkspaceResponse = (output, context) => {
|
|
13290
13440
|
return (0, smithy_client_1.take)(output, {
|
|
13291
13441
|
'allow_experiment_self_approval': smithy_client_1.expectBoolean,
|
|
@@ -13302,6 +13452,7 @@ function requireAws_restJson1 () {
|
|
|
13302
13452
|
'organisation_id': smithy_client_1.expectString,
|
|
13303
13453
|
'organisation_name': smithy_client_1.expectString,
|
|
13304
13454
|
'workspace_admin_email': smithy_client_1.expectString,
|
|
13455
|
+
'workspace_lock': (_) => de_WorkspaceLock(_),
|
|
13305
13456
|
'workspace_name': smithy_client_1.expectString,
|
|
13306
13457
|
'workspace_schema_name': smithy_client_1.expectString,
|
|
13307
13458
|
'workspace_status': smithy_client_1.expectString,
|
|
@@ -13378,7 +13529,7 @@ function requireAddMembersToGroupCommand () {
|
|
|
13378
13529
|
exports$1.AddMembersToGroupCommand = exports$1.$Command = void 0;
|
|
13379
13530
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13380
13531
|
const middleware_serde_1 = require$$1;
|
|
13381
|
-
const smithy_client_1 = require$$
|
|
13532
|
+
const smithy_client_1 = require$$88;
|
|
13382
13533
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13383
13534
|
class AddMembersToGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13384
13535
|
.m(function (Command, cs, config, o) {
|
|
@@ -13410,7 +13561,7 @@ function requireApplicableVariantsCommand () {
|
|
|
13410
13561
|
exports$1.ApplicableVariantsCommand = exports$1.$Command = void 0;
|
|
13411
13562
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13412
13563
|
const middleware_serde_1 = require$$1;
|
|
13413
|
-
const smithy_client_1 = require$$
|
|
13564
|
+
const smithy_client_1 = require$$88;
|
|
13414
13565
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13415
13566
|
class ApplicableVariantsCommand extends smithy_client_1.Command.classBuilder()
|
|
13416
13567
|
.m(function (Command, cs, config, o) {
|
|
@@ -13442,7 +13593,7 @@ function requireBulkOperationCommand () {
|
|
|
13442
13593
|
exports$1.BulkOperationCommand = exports$1.$Command = void 0;
|
|
13443
13594
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13444
13595
|
const middleware_serde_1 = require$$1;
|
|
13445
|
-
const smithy_client_1 = require$$
|
|
13596
|
+
const smithy_client_1 = require$$88;
|
|
13446
13597
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13447
13598
|
class BulkOperationCommand extends smithy_client_1.Command.classBuilder()
|
|
13448
13599
|
.m(function (Command, cs, config, o) {
|
|
@@ -13474,7 +13625,7 @@ function requireConcludeExperimentCommand () {
|
|
|
13474
13625
|
exports$1.ConcludeExperimentCommand = exports$1.$Command = void 0;
|
|
13475
13626
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13476
13627
|
const middleware_serde_1 = require$$1;
|
|
13477
|
-
const smithy_client_1 = require$$
|
|
13628
|
+
const smithy_client_1 = require$$88;
|
|
13478
13629
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13479
13630
|
class ConcludeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13480
13631
|
.m(function (Command, cs, config, o) {
|
|
@@ -13506,7 +13657,7 @@ function requireCreateContextCommand () {
|
|
|
13506
13657
|
exports$1.CreateContextCommand = exports$1.$Command = void 0;
|
|
13507
13658
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13508
13659
|
const middleware_serde_1 = require$$1;
|
|
13509
|
-
const smithy_client_1 = require$$
|
|
13660
|
+
const smithy_client_1 = require$$88;
|
|
13510
13661
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13511
13662
|
class CreateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13512
13663
|
.m(function (Command, cs, config, o) {
|
|
@@ -13538,7 +13689,7 @@ function requireCreateDefaultConfigCommand () {
|
|
|
13538
13689
|
exports$1.CreateDefaultConfigCommand = exports$1.$Command = void 0;
|
|
13539
13690
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13540
13691
|
const middleware_serde_1 = require$$1;
|
|
13541
|
-
const smithy_client_1 = require$$
|
|
13692
|
+
const smithy_client_1 = require$$88;
|
|
13542
13693
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13543
13694
|
class CreateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13544
13695
|
.m(function (Command, cs, config, o) {
|
|
@@ -13570,7 +13721,7 @@ function requireCreateDimensionCommand () {
|
|
|
13570
13721
|
exports$1.CreateDimensionCommand = exports$1.$Command = void 0;
|
|
13571
13722
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13572
13723
|
const middleware_serde_1 = require$$1;
|
|
13573
|
-
const smithy_client_1 = require$$
|
|
13724
|
+
const smithy_client_1 = require$$88;
|
|
13574
13725
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13575
13726
|
class CreateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13576
13727
|
.m(function (Command, cs, config, o) {
|
|
@@ -13602,7 +13753,7 @@ function requireCreateExperimentCommand () {
|
|
|
13602
13753
|
exports$1.CreateExperimentCommand = exports$1.$Command = void 0;
|
|
13603
13754
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13604
13755
|
const middleware_serde_1 = require$$1;
|
|
13605
|
-
const smithy_client_1 = require$$
|
|
13756
|
+
const smithy_client_1 = require$$88;
|
|
13606
13757
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13607
13758
|
class CreateExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13608
13759
|
.m(function (Command, cs, config, o) {
|
|
@@ -13634,7 +13785,7 @@ function requireCreateExperimentGroupCommand () {
|
|
|
13634
13785
|
exports$1.CreateExperimentGroupCommand = exports$1.$Command = void 0;
|
|
13635
13786
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13636
13787
|
const middleware_serde_1 = require$$1;
|
|
13637
|
-
const smithy_client_1 = require$$
|
|
13788
|
+
const smithy_client_1 = require$$88;
|
|
13638
13789
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13639
13790
|
class CreateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13640
13791
|
.m(function (Command, cs, config, o) {
|
|
@@ -13666,7 +13817,7 @@ function requireCreateFunctionCommand () {
|
|
|
13666
13817
|
exports$1.CreateFunctionCommand = exports$1.$Command = void 0;
|
|
13667
13818
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13668
13819
|
const middleware_serde_1 = require$$1;
|
|
13669
|
-
const smithy_client_1 = require$$
|
|
13820
|
+
const smithy_client_1 = require$$88;
|
|
13670
13821
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13671
13822
|
class CreateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
13672
13823
|
.m(function (Command, cs, config, o) {
|
|
@@ -13698,7 +13849,7 @@ function requireCreateOrganisationCommand () {
|
|
|
13698
13849
|
exports$1.CreateOrganisationCommand = exports$1.$Command = void 0;
|
|
13699
13850
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13700
13851
|
const middleware_serde_1 = require$$1;
|
|
13701
|
-
const smithy_client_1 = require$$
|
|
13852
|
+
const smithy_client_1 = require$$88;
|
|
13702
13853
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13703
13854
|
class CreateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
13704
13855
|
.m(function (Command, cs, config, o) {
|
|
@@ -13730,7 +13881,7 @@ function requireCreateSecretCommand () {
|
|
|
13730
13881
|
exports$1.CreateSecretCommand = exports$1.$Command = void 0;
|
|
13731
13882
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13732
13883
|
const middleware_serde_1 = require$$1;
|
|
13733
|
-
const smithy_client_1 = require$$
|
|
13884
|
+
const smithy_client_1 = require$$88;
|
|
13734
13885
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13735
13886
|
class CreateSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
13736
13887
|
.m(function (Command, cs, config, o) {
|
|
@@ -13762,7 +13913,7 @@ function requireCreateTypeTemplatesCommand () {
|
|
|
13762
13913
|
exports$1.CreateTypeTemplatesCommand = exports$1.$Command = void 0;
|
|
13763
13914
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13764
13915
|
const middleware_serde_1 = require$$1;
|
|
13765
|
-
const smithy_client_1 = require$$
|
|
13916
|
+
const smithy_client_1 = require$$88;
|
|
13766
13917
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13767
13918
|
class CreateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
13768
13919
|
.m(function (Command, cs, config, o) {
|
|
@@ -13794,7 +13945,7 @@ function requireCreateVariableCommand () {
|
|
|
13794
13945
|
exports$1.CreateVariableCommand = exports$1.$Command = void 0;
|
|
13795
13946
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13796
13947
|
const middleware_serde_1 = require$$1;
|
|
13797
|
-
const smithy_client_1 = require$$
|
|
13948
|
+
const smithy_client_1 = require$$88;
|
|
13798
13949
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13799
13950
|
class CreateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
13800
13951
|
.m(function (Command, cs, config, o) {
|
|
@@ -13826,7 +13977,7 @@ function requireCreateWebhookCommand () {
|
|
|
13826
13977
|
exports$1.CreateWebhookCommand = exports$1.$Command = void 0;
|
|
13827
13978
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13828
13979
|
const middleware_serde_1 = require$$1;
|
|
13829
|
-
const smithy_client_1 = require$$
|
|
13980
|
+
const smithy_client_1 = require$$88;
|
|
13830
13981
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13831
13982
|
class CreateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
13832
13983
|
.m(function (Command, cs, config, o) {
|
|
@@ -13858,7 +14009,7 @@ function requireCreateWorkspaceCommand () {
|
|
|
13858
14009
|
exports$1.CreateWorkspaceCommand = exports$1.$Command = void 0;
|
|
13859
14010
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13860
14011
|
const middleware_serde_1 = require$$1;
|
|
13861
|
-
const smithy_client_1 = require$$
|
|
14012
|
+
const smithy_client_1 = require$$88;
|
|
13862
14013
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13863
14014
|
class CreateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
13864
14015
|
.m(function (Command, cs, config, o) {
|
|
@@ -13890,7 +14041,7 @@ function requireDeleteContextCommand () {
|
|
|
13890
14041
|
exports$1.DeleteContextCommand = exports$1.$Command = void 0;
|
|
13891
14042
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13892
14043
|
const middleware_serde_1 = require$$1;
|
|
13893
|
-
const smithy_client_1 = require$$
|
|
14044
|
+
const smithy_client_1 = require$$88;
|
|
13894
14045
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13895
14046
|
class DeleteContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13896
14047
|
.m(function (Command, cs, config, o) {
|
|
@@ -13922,7 +14073,7 @@ function requireDeleteDefaultConfigCommand () {
|
|
|
13922
14073
|
exports$1.DeleteDefaultConfigCommand = exports$1.$Command = void 0;
|
|
13923
14074
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13924
14075
|
const middleware_serde_1 = require$$1;
|
|
13925
|
-
const smithy_client_1 = require$$
|
|
14076
|
+
const smithy_client_1 = require$$88;
|
|
13926
14077
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13927
14078
|
class DeleteDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13928
14079
|
.m(function (Command, cs, config, o) {
|
|
@@ -13954,7 +14105,7 @@ function requireDeleteDimensionCommand () {
|
|
|
13954
14105
|
exports$1.DeleteDimensionCommand = exports$1.$Command = void 0;
|
|
13955
14106
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13956
14107
|
const middleware_serde_1 = require$$1;
|
|
13957
|
-
const smithy_client_1 = require$$
|
|
14108
|
+
const smithy_client_1 = require$$88;
|
|
13958
14109
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13959
14110
|
class DeleteDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13960
14111
|
.m(function (Command, cs, config, o) {
|
|
@@ -13986,7 +14137,7 @@ function requireDeleteExperimentGroupCommand () {
|
|
|
13986
14137
|
exports$1.DeleteExperimentGroupCommand = exports$1.$Command = void 0;
|
|
13987
14138
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13988
14139
|
const middleware_serde_1 = require$$1;
|
|
13989
|
-
const smithy_client_1 = require$$
|
|
14140
|
+
const smithy_client_1 = require$$88;
|
|
13990
14141
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13991
14142
|
class DeleteExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13992
14143
|
.m(function (Command, cs, config, o) {
|
|
@@ -14018,7 +14169,7 @@ function requireDeleteFunctionCommand () {
|
|
|
14018
14169
|
exports$1.DeleteFunctionCommand = exports$1.$Command = void 0;
|
|
14019
14170
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14020
14171
|
const middleware_serde_1 = require$$1;
|
|
14021
|
-
const smithy_client_1 = require$$
|
|
14172
|
+
const smithy_client_1 = require$$88;
|
|
14022
14173
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14023
14174
|
class DeleteFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14024
14175
|
.m(function (Command, cs, config, o) {
|
|
@@ -14050,7 +14201,7 @@ function requireDeleteSecretCommand () {
|
|
|
14050
14201
|
exports$1.DeleteSecretCommand = exports$1.$Command = void 0;
|
|
14051
14202
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14052
14203
|
const middleware_serde_1 = require$$1;
|
|
14053
|
-
const smithy_client_1 = require$$
|
|
14204
|
+
const smithy_client_1 = require$$88;
|
|
14054
14205
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14055
14206
|
class DeleteSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
14056
14207
|
.m(function (Command, cs, config, o) {
|
|
@@ -14082,7 +14233,7 @@ function requireDeleteTypeTemplatesCommand () {
|
|
|
14082
14233
|
exports$1.DeleteTypeTemplatesCommand = exports$1.$Command = void 0;
|
|
14083
14234
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14084
14235
|
const middleware_serde_1 = require$$1;
|
|
14085
|
-
const smithy_client_1 = require$$
|
|
14236
|
+
const smithy_client_1 = require$$88;
|
|
14086
14237
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14087
14238
|
class DeleteTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
14088
14239
|
.m(function (Command, cs, config, o) {
|
|
@@ -14114,7 +14265,7 @@ function requireDeleteVariableCommand () {
|
|
|
14114
14265
|
exports$1.DeleteVariableCommand = exports$1.$Command = void 0;
|
|
14115
14266
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14116
14267
|
const middleware_serde_1 = require$$1;
|
|
14117
|
-
const smithy_client_1 = require$$
|
|
14268
|
+
const smithy_client_1 = require$$88;
|
|
14118
14269
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14119
14270
|
class DeleteVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
14120
14271
|
.m(function (Command, cs, config, o) {
|
|
@@ -14146,7 +14297,7 @@ function requireDeleteWebhookCommand () {
|
|
|
14146
14297
|
exports$1.DeleteWebhookCommand = exports$1.$Command = void 0;
|
|
14147
14298
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14148
14299
|
const middleware_serde_1 = require$$1;
|
|
14149
|
-
const smithy_client_1 = require$$
|
|
14300
|
+
const smithy_client_1 = require$$88;
|
|
14150
14301
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14151
14302
|
class DeleteWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14152
14303
|
.m(function (Command, cs, config, o) {
|
|
@@ -14178,7 +14329,7 @@ function requireDiscardExperimentCommand () {
|
|
|
14178
14329
|
exports$1.DiscardExperimentCommand = exports$1.$Command = void 0;
|
|
14179
14330
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14180
14331
|
const middleware_serde_1 = require$$1;
|
|
14181
|
-
const smithy_client_1 = require$$
|
|
14332
|
+
const smithy_client_1 = require$$88;
|
|
14182
14333
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14183
14334
|
class DiscardExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14184
14335
|
.m(function (Command, cs, config, o) {
|
|
@@ -14210,7 +14361,7 @@ function requireGetConfigCommand () {
|
|
|
14210
14361
|
exports$1.GetConfigCommand = exports$1.$Command = void 0;
|
|
14211
14362
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14212
14363
|
const middleware_serde_1 = require$$1;
|
|
14213
|
-
const smithy_client_1 = require$$
|
|
14364
|
+
const smithy_client_1 = require$$88;
|
|
14214
14365
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14215
14366
|
class GetConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14216
14367
|
.m(function (Command, cs, config, o) {
|
|
@@ -14242,7 +14393,7 @@ function requireGetConfigJsonCommand () {
|
|
|
14242
14393
|
exports$1.GetConfigJsonCommand = exports$1.$Command = void 0;
|
|
14243
14394
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14244
14395
|
const middleware_serde_1 = require$$1;
|
|
14245
|
-
const smithy_client_1 = require$$
|
|
14396
|
+
const smithy_client_1 = require$$88;
|
|
14246
14397
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14247
14398
|
class GetConfigJsonCommand extends smithy_client_1.Command.classBuilder()
|
|
14248
14399
|
.m(function (Command, cs, config, o) {
|
|
@@ -14274,7 +14425,7 @@ function requireGetConfigTomlCommand () {
|
|
|
14274
14425
|
exports$1.GetConfigTomlCommand = exports$1.$Command = void 0;
|
|
14275
14426
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14276
14427
|
const middleware_serde_1 = require$$1;
|
|
14277
|
-
const smithy_client_1 = require$$
|
|
14428
|
+
const smithy_client_1 = require$$88;
|
|
14278
14429
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14279
14430
|
class GetConfigTomlCommand extends smithy_client_1.Command.classBuilder()
|
|
14280
14431
|
.m(function (Command, cs, config, o) {
|
|
@@ -14306,7 +14457,7 @@ function requireGetContextCommand () {
|
|
|
14306
14457
|
exports$1.GetContextCommand = exports$1.$Command = void 0;
|
|
14307
14458
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14308
14459
|
const middleware_serde_1 = require$$1;
|
|
14309
|
-
const smithy_client_1 = require$$
|
|
14460
|
+
const smithy_client_1 = require$$88;
|
|
14310
14461
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14311
14462
|
class GetContextCommand extends smithy_client_1.Command.classBuilder()
|
|
14312
14463
|
.m(function (Command, cs, config, o) {
|
|
@@ -14338,7 +14489,7 @@ function requireGetContextFromConditionCommand () {
|
|
|
14338
14489
|
exports$1.GetContextFromConditionCommand = exports$1.$Command = void 0;
|
|
14339
14490
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14340
14491
|
const middleware_serde_1 = require$$1;
|
|
14341
|
-
const smithy_client_1 = require$$
|
|
14492
|
+
const smithy_client_1 = require$$88;
|
|
14342
14493
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14343
14494
|
class GetContextFromConditionCommand extends smithy_client_1.Command.classBuilder()
|
|
14344
14495
|
.m(function (Command, cs, config, o) {
|
|
@@ -14370,7 +14521,7 @@ function requireGetDefaultConfigCommand () {
|
|
|
14370
14521
|
exports$1.GetDefaultConfigCommand = exports$1.$Command = void 0;
|
|
14371
14522
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14372
14523
|
const middleware_serde_1 = require$$1;
|
|
14373
|
-
const smithy_client_1 = require$$
|
|
14524
|
+
const smithy_client_1 = require$$88;
|
|
14374
14525
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14375
14526
|
class GetDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14376
14527
|
.m(function (Command, cs, config, o) {
|
|
@@ -14390,6 +14541,38 @@ function requireGetDefaultConfigCommand () {
|
|
|
14390
14541
|
return GetDefaultConfigCommand;
|
|
14391
14542
|
}
|
|
14392
14543
|
|
|
14544
|
+
var GetDetailedResolvedConfigCommand = {};
|
|
14545
|
+
|
|
14546
|
+
var hasRequiredGetDetailedResolvedConfigCommand;
|
|
14547
|
+
|
|
14548
|
+
function requireGetDetailedResolvedConfigCommand () {
|
|
14549
|
+
if (hasRequiredGetDetailedResolvedConfigCommand) return GetDetailedResolvedConfigCommand;
|
|
14550
|
+
hasRequiredGetDetailedResolvedConfigCommand = 1;
|
|
14551
|
+
(function (exports$1) {
|
|
14552
|
+
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
14553
|
+
exports$1.GetDetailedResolvedConfigCommand = exports$1.$Command = void 0;
|
|
14554
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14555
|
+
const middleware_serde_1 = require$$1;
|
|
14556
|
+
const smithy_client_1 = require$$88;
|
|
14557
|
+
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14558
|
+
class GetDetailedResolvedConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14559
|
+
.m(function (Command, cs, config, o) {
|
|
14560
|
+
return [
|
|
14561
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14562
|
+
];
|
|
14563
|
+
})
|
|
14564
|
+
.s("Superposition", "GetDetailedResolvedConfig", {})
|
|
14565
|
+
.n("SuperpositionClient", "GetDetailedResolvedConfigCommand")
|
|
14566
|
+
.f(void 0, void 0)
|
|
14567
|
+
.ser(Aws_restJson1_1.se_GetDetailedResolvedConfigCommand)
|
|
14568
|
+
.de(Aws_restJson1_1.de_GetDetailedResolvedConfigCommand)
|
|
14569
|
+
.build() {
|
|
14570
|
+
}
|
|
14571
|
+
exports$1.GetDetailedResolvedConfigCommand = GetDetailedResolvedConfigCommand;
|
|
14572
|
+
} (GetDetailedResolvedConfigCommand));
|
|
14573
|
+
return GetDetailedResolvedConfigCommand;
|
|
14574
|
+
}
|
|
14575
|
+
|
|
14393
14576
|
var GetDimensionCommand = {};
|
|
14394
14577
|
|
|
14395
14578
|
var hasRequiredGetDimensionCommand;
|
|
@@ -14402,7 +14585,7 @@ function requireGetDimensionCommand () {
|
|
|
14402
14585
|
exports$1.GetDimensionCommand = exports$1.$Command = void 0;
|
|
14403
14586
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14404
14587
|
const middleware_serde_1 = require$$1;
|
|
14405
|
-
const smithy_client_1 = require$$
|
|
14588
|
+
const smithy_client_1 = require$$88;
|
|
14406
14589
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14407
14590
|
class GetDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
14408
14591
|
.m(function (Command, cs, config, o) {
|
|
@@ -14434,7 +14617,7 @@ function requireGetExperimentCommand () {
|
|
|
14434
14617
|
exports$1.GetExperimentCommand = exports$1.$Command = void 0;
|
|
14435
14618
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14436
14619
|
const middleware_serde_1 = require$$1;
|
|
14437
|
-
const smithy_client_1 = require$$
|
|
14620
|
+
const smithy_client_1 = require$$88;
|
|
14438
14621
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14439
14622
|
class GetExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14440
14623
|
.m(function (Command, cs, config, o) {
|
|
@@ -14466,7 +14649,7 @@ function requireGetExperimentConfigCommand () {
|
|
|
14466
14649
|
exports$1.GetExperimentConfigCommand = exports$1.$Command = void 0;
|
|
14467
14650
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14468
14651
|
const middleware_serde_1 = require$$1;
|
|
14469
|
-
const smithy_client_1 = require$$
|
|
14652
|
+
const smithy_client_1 = require$$88;
|
|
14470
14653
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14471
14654
|
class GetExperimentConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14472
14655
|
.m(function (Command, cs, config, o) {
|
|
@@ -14498,7 +14681,7 @@ function requireGetExperimentGroupCommand () {
|
|
|
14498
14681
|
exports$1.GetExperimentGroupCommand = exports$1.$Command = void 0;
|
|
14499
14682
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14500
14683
|
const middleware_serde_1 = require$$1;
|
|
14501
|
-
const smithy_client_1 = require$$
|
|
14684
|
+
const smithy_client_1 = require$$88;
|
|
14502
14685
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14503
14686
|
class GetExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
14504
14687
|
.m(function (Command, cs, config, o) {
|
|
@@ -14530,7 +14713,7 @@ function requireGetFunctionCommand () {
|
|
|
14530
14713
|
exports$1.GetFunctionCommand = exports$1.$Command = void 0;
|
|
14531
14714
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14532
14715
|
const middleware_serde_1 = require$$1;
|
|
14533
|
-
const smithy_client_1 = require$$
|
|
14716
|
+
const smithy_client_1 = require$$88;
|
|
14534
14717
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14535
14718
|
class GetFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14536
14719
|
.m(function (Command, cs, config, o) {
|
|
@@ -14562,7 +14745,7 @@ function requireGetOrganisationCommand () {
|
|
|
14562
14745
|
exports$1.GetOrganisationCommand = exports$1.$Command = void 0;
|
|
14563
14746
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14564
14747
|
const middleware_serde_1 = require$$1;
|
|
14565
|
-
const smithy_client_1 = require$$
|
|
14748
|
+
const smithy_client_1 = require$$88;
|
|
14566
14749
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14567
14750
|
class GetOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
14568
14751
|
.m(function (Command, cs, config, o) {
|
|
@@ -14594,7 +14777,7 @@ function requireGetResolvedConfigCommand () {
|
|
|
14594
14777
|
exports$1.GetResolvedConfigCommand = exports$1.$Command = void 0;
|
|
14595
14778
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14596
14779
|
const middleware_serde_1 = require$$1;
|
|
14597
|
-
const smithy_client_1 = require$$
|
|
14780
|
+
const smithy_client_1 = require$$88;
|
|
14598
14781
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14599
14782
|
class GetResolvedConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14600
14783
|
.m(function (Command, cs, config, o) {
|
|
@@ -14614,6 +14797,38 @@ function requireGetResolvedConfigCommand () {
|
|
|
14614
14797
|
return GetResolvedConfigCommand;
|
|
14615
14798
|
}
|
|
14616
14799
|
|
|
14800
|
+
var GetResolvedConfigExplanationCommand = {};
|
|
14801
|
+
|
|
14802
|
+
var hasRequiredGetResolvedConfigExplanationCommand;
|
|
14803
|
+
|
|
14804
|
+
function requireGetResolvedConfigExplanationCommand () {
|
|
14805
|
+
if (hasRequiredGetResolvedConfigExplanationCommand) return GetResolvedConfigExplanationCommand;
|
|
14806
|
+
hasRequiredGetResolvedConfigExplanationCommand = 1;
|
|
14807
|
+
(function (exports$1) {
|
|
14808
|
+
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
14809
|
+
exports$1.GetResolvedConfigExplanationCommand = exports$1.$Command = void 0;
|
|
14810
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14811
|
+
const middleware_serde_1 = require$$1;
|
|
14812
|
+
const smithy_client_1 = require$$88;
|
|
14813
|
+
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14814
|
+
class GetResolvedConfigExplanationCommand extends smithy_client_1.Command.classBuilder()
|
|
14815
|
+
.m(function (Command, cs, config, o) {
|
|
14816
|
+
return [
|
|
14817
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14818
|
+
];
|
|
14819
|
+
})
|
|
14820
|
+
.s("Superposition", "GetResolvedConfigExplanation", {})
|
|
14821
|
+
.n("SuperpositionClient", "GetResolvedConfigExplanationCommand")
|
|
14822
|
+
.f(void 0, void 0)
|
|
14823
|
+
.ser(Aws_restJson1_1.se_GetResolvedConfigExplanationCommand)
|
|
14824
|
+
.de(Aws_restJson1_1.de_GetResolvedConfigExplanationCommand)
|
|
14825
|
+
.build() {
|
|
14826
|
+
}
|
|
14827
|
+
exports$1.GetResolvedConfigExplanationCommand = GetResolvedConfigExplanationCommand;
|
|
14828
|
+
} (GetResolvedConfigExplanationCommand));
|
|
14829
|
+
return GetResolvedConfigExplanationCommand;
|
|
14830
|
+
}
|
|
14831
|
+
|
|
14617
14832
|
var GetResolvedConfigWithIdentifierCommand = {};
|
|
14618
14833
|
|
|
14619
14834
|
var hasRequiredGetResolvedConfigWithIdentifierCommand;
|
|
@@ -14626,7 +14841,7 @@ function requireGetResolvedConfigWithIdentifierCommand () {
|
|
|
14626
14841
|
exports$1.GetResolvedConfigWithIdentifierCommand = exports$1.$Command = void 0;
|
|
14627
14842
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14628
14843
|
const middleware_serde_1 = require$$1;
|
|
14629
|
-
const smithy_client_1 = require$$
|
|
14844
|
+
const smithy_client_1 = require$$88;
|
|
14630
14845
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14631
14846
|
class GetResolvedConfigWithIdentifierCommand extends smithy_client_1.Command.classBuilder()
|
|
14632
14847
|
.m(function (Command, cs, config, o) {
|
|
@@ -14658,7 +14873,7 @@ function requireGetSecretCommand () {
|
|
|
14658
14873
|
exports$1.GetSecretCommand = exports$1.$Command = void 0;
|
|
14659
14874
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14660
14875
|
const middleware_serde_1 = require$$1;
|
|
14661
|
-
const smithy_client_1 = require$$
|
|
14876
|
+
const smithy_client_1 = require$$88;
|
|
14662
14877
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14663
14878
|
class GetSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
14664
14879
|
.m(function (Command, cs, config, o) {
|
|
@@ -14690,7 +14905,7 @@ function requireGetTypeTemplateCommand () {
|
|
|
14690
14905
|
exports$1.GetTypeTemplateCommand = exports$1.$Command = void 0;
|
|
14691
14906
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14692
14907
|
const middleware_serde_1 = require$$1;
|
|
14693
|
-
const smithy_client_1 = require$$
|
|
14908
|
+
const smithy_client_1 = require$$88;
|
|
14694
14909
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14695
14910
|
class GetTypeTemplateCommand extends smithy_client_1.Command.classBuilder()
|
|
14696
14911
|
.m(function (Command, cs, config, o) {
|
|
@@ -14722,7 +14937,7 @@ function requireGetTypeTemplatesListCommand () {
|
|
|
14722
14937
|
exports$1.GetTypeTemplatesListCommand = exports$1.$Command = void 0;
|
|
14723
14938
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14724
14939
|
const middleware_serde_1 = require$$1;
|
|
14725
|
-
const smithy_client_1 = require$$
|
|
14940
|
+
const smithy_client_1 = require$$88;
|
|
14726
14941
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14727
14942
|
class GetTypeTemplatesListCommand extends smithy_client_1.Command.classBuilder()
|
|
14728
14943
|
.m(function (Command, cs, config, o) {
|
|
@@ -14754,7 +14969,7 @@ function requireGetVariableCommand () {
|
|
|
14754
14969
|
exports$1.GetVariableCommand = exports$1.$Command = void 0;
|
|
14755
14970
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14756
14971
|
const middleware_serde_1 = require$$1;
|
|
14757
|
-
const smithy_client_1 = require$$
|
|
14972
|
+
const smithy_client_1 = require$$88;
|
|
14758
14973
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14759
14974
|
class GetVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
14760
14975
|
.m(function (Command, cs, config, o) {
|
|
@@ -14786,7 +15001,7 @@ function requireGetVersionCommand () {
|
|
|
14786
15001
|
exports$1.GetVersionCommand = exports$1.$Command = void 0;
|
|
14787
15002
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14788
15003
|
const middleware_serde_1 = require$$1;
|
|
14789
|
-
const smithy_client_1 = require$$
|
|
15004
|
+
const smithy_client_1 = require$$88;
|
|
14790
15005
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14791
15006
|
class GetVersionCommand extends smithy_client_1.Command.classBuilder()
|
|
14792
15007
|
.m(function (Command, cs, config, o) {
|
|
@@ -14818,7 +15033,7 @@ function requireGetWebhookByEventCommand () {
|
|
|
14818
15033
|
exports$1.GetWebhookByEventCommand = exports$1.$Command = void 0;
|
|
14819
15034
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14820
15035
|
const middleware_serde_1 = require$$1;
|
|
14821
|
-
const smithy_client_1 = require$$
|
|
15036
|
+
const smithy_client_1 = require$$88;
|
|
14822
15037
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14823
15038
|
class GetWebhookByEventCommand extends smithy_client_1.Command.classBuilder()
|
|
14824
15039
|
.m(function (Command, cs, config, o) {
|
|
@@ -14850,7 +15065,7 @@ function requireGetWebhookCommand () {
|
|
|
14850
15065
|
exports$1.GetWebhookCommand = exports$1.$Command = void 0;
|
|
14851
15066
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14852
15067
|
const middleware_serde_1 = require$$1;
|
|
14853
|
-
const smithy_client_1 = require$$
|
|
15068
|
+
const smithy_client_1 = require$$88;
|
|
14854
15069
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14855
15070
|
class GetWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14856
15071
|
.m(function (Command, cs, config, o) {
|
|
@@ -14882,7 +15097,7 @@ function requireGetWorkspaceCommand () {
|
|
|
14882
15097
|
exports$1.GetWorkspaceCommand = exports$1.$Command = void 0;
|
|
14883
15098
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14884
15099
|
const middleware_serde_1 = require$$1;
|
|
14885
|
-
const smithy_client_1 = require$$
|
|
15100
|
+
const smithy_client_1 = require$$88;
|
|
14886
15101
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14887
15102
|
class GetWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
14888
15103
|
.m(function (Command, cs, config, o) {
|
|
@@ -14914,7 +15129,7 @@ function requireListAuditLogsCommand () {
|
|
|
14914
15129
|
exports$1.ListAuditLogsCommand = exports$1.$Command = void 0;
|
|
14915
15130
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14916
15131
|
const middleware_serde_1 = require$$1;
|
|
14917
|
-
const smithy_client_1 = require$$
|
|
15132
|
+
const smithy_client_1 = require$$88;
|
|
14918
15133
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14919
15134
|
class ListAuditLogsCommand extends smithy_client_1.Command.classBuilder()
|
|
14920
15135
|
.m(function (Command, cs, config, o) {
|
|
@@ -14946,7 +15161,7 @@ function requireListContextsCommand () {
|
|
|
14946
15161
|
exports$1.ListContextsCommand = exports$1.$Command = void 0;
|
|
14947
15162
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14948
15163
|
const middleware_serde_1 = require$$1;
|
|
14949
|
-
const smithy_client_1 = require$$
|
|
15164
|
+
const smithy_client_1 = require$$88;
|
|
14950
15165
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14951
15166
|
class ListContextsCommand extends smithy_client_1.Command.classBuilder()
|
|
14952
15167
|
.m(function (Command, cs, config, o) {
|
|
@@ -14978,7 +15193,7 @@ function requireListDefaultConfigsCommand () {
|
|
|
14978
15193
|
exports$1.ListDefaultConfigsCommand = exports$1.$Command = void 0;
|
|
14979
15194
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14980
15195
|
const middleware_serde_1 = require$$1;
|
|
14981
|
-
const smithy_client_1 = require$$
|
|
15196
|
+
const smithy_client_1 = require$$88;
|
|
14982
15197
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14983
15198
|
class ListDefaultConfigsCommand extends smithy_client_1.Command.classBuilder()
|
|
14984
15199
|
.m(function (Command, cs, config, o) {
|
|
@@ -15010,7 +15225,7 @@ function requireListDimensionsCommand () {
|
|
|
15010
15225
|
exports$1.ListDimensionsCommand = exports$1.$Command = void 0;
|
|
15011
15226
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15012
15227
|
const middleware_serde_1 = require$$1;
|
|
15013
|
-
const smithy_client_1 = require$$
|
|
15228
|
+
const smithy_client_1 = require$$88;
|
|
15014
15229
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15015
15230
|
class ListDimensionsCommand extends smithy_client_1.Command.classBuilder()
|
|
15016
15231
|
.m(function (Command, cs, config, o) {
|
|
@@ -15042,7 +15257,7 @@ function requireListExperimentCommand () {
|
|
|
15042
15257
|
exports$1.ListExperimentCommand = exports$1.$Command = void 0;
|
|
15043
15258
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15044
15259
|
const middleware_serde_1 = require$$1;
|
|
15045
|
-
const smithy_client_1 = require$$
|
|
15260
|
+
const smithy_client_1 = require$$88;
|
|
15046
15261
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15047
15262
|
class ListExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15048
15263
|
.m(function (Command, cs, config, o) {
|
|
@@ -15074,7 +15289,7 @@ function requireListExperimentGroupsCommand () {
|
|
|
15074
15289
|
exports$1.ListExperimentGroupsCommand = exports$1.$Command = void 0;
|
|
15075
15290
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15076
15291
|
const middleware_serde_1 = require$$1;
|
|
15077
|
-
const smithy_client_1 = require$$
|
|
15292
|
+
const smithy_client_1 = require$$88;
|
|
15078
15293
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15079
15294
|
class ListExperimentGroupsCommand extends smithy_client_1.Command.classBuilder()
|
|
15080
15295
|
.m(function (Command, cs, config, o) {
|
|
@@ -15106,7 +15321,7 @@ function requireListFunctionCommand () {
|
|
|
15106
15321
|
exports$1.ListFunctionCommand = exports$1.$Command = void 0;
|
|
15107
15322
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15108
15323
|
const middleware_serde_1 = require$$1;
|
|
15109
|
-
const smithy_client_1 = require$$
|
|
15324
|
+
const smithy_client_1 = require$$88;
|
|
15110
15325
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15111
15326
|
class ListFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
15112
15327
|
.m(function (Command, cs, config, o) {
|
|
@@ -15138,7 +15353,7 @@ function requireListOrganisationCommand () {
|
|
|
15138
15353
|
exports$1.ListOrganisationCommand = exports$1.$Command = void 0;
|
|
15139
15354
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15140
15355
|
const middleware_serde_1 = require$$1;
|
|
15141
|
-
const smithy_client_1 = require$$
|
|
15356
|
+
const smithy_client_1 = require$$88;
|
|
15142
15357
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15143
15358
|
class ListOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
15144
15359
|
.m(function (Command, cs, config, o) {
|
|
@@ -15170,7 +15385,7 @@ function requireListSecretsCommand () {
|
|
|
15170
15385
|
exports$1.ListSecretsCommand = exports$1.$Command = void 0;
|
|
15171
15386
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15172
15387
|
const middleware_serde_1 = require$$1;
|
|
15173
|
-
const smithy_client_1 = require$$
|
|
15388
|
+
const smithy_client_1 = require$$88;
|
|
15174
15389
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15175
15390
|
class ListSecretsCommand extends smithy_client_1.Command.classBuilder()
|
|
15176
15391
|
.m(function (Command, cs, config, o) {
|
|
@@ -15202,7 +15417,7 @@ function requireListVariablesCommand () {
|
|
|
15202
15417
|
exports$1.ListVariablesCommand = exports$1.$Command = void 0;
|
|
15203
15418
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15204
15419
|
const middleware_serde_1 = require$$1;
|
|
15205
|
-
const smithy_client_1 = require$$
|
|
15420
|
+
const smithy_client_1 = require$$88;
|
|
15206
15421
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15207
15422
|
class ListVariablesCommand extends smithy_client_1.Command.classBuilder()
|
|
15208
15423
|
.m(function (Command, cs, config, o) {
|
|
@@ -15234,7 +15449,7 @@ function requireListVersionsCommand () {
|
|
|
15234
15449
|
exports$1.ListVersionsCommand = exports$1.$Command = void 0;
|
|
15235
15450
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15236
15451
|
const middleware_serde_1 = require$$1;
|
|
15237
|
-
const smithy_client_1 = require$$
|
|
15452
|
+
const smithy_client_1 = require$$88;
|
|
15238
15453
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15239
15454
|
class ListVersionsCommand extends smithy_client_1.Command.classBuilder()
|
|
15240
15455
|
.m(function (Command, cs, config, o) {
|
|
@@ -15266,7 +15481,7 @@ function requireListWebhookCommand () {
|
|
|
15266
15481
|
exports$1.ListWebhookCommand = exports$1.$Command = void 0;
|
|
15267
15482
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15268
15483
|
const middleware_serde_1 = require$$1;
|
|
15269
|
-
const smithy_client_1 = require$$
|
|
15484
|
+
const smithy_client_1 = require$$88;
|
|
15270
15485
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15271
15486
|
class ListWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
15272
15487
|
.m(function (Command, cs, config, o) {
|
|
@@ -15298,7 +15513,7 @@ function requireListWorkspaceCommand () {
|
|
|
15298
15513
|
exports$1.ListWorkspaceCommand = exports$1.$Command = void 0;
|
|
15299
15514
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15300
15515
|
const middleware_serde_1 = require$$1;
|
|
15301
|
-
const smithy_client_1 = require$$
|
|
15516
|
+
const smithy_client_1 = require$$88;
|
|
15302
15517
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15303
15518
|
class ListWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
15304
15519
|
.m(function (Command, cs, config, o) {
|
|
@@ -15330,7 +15545,7 @@ function requireMigrateWorkspaceSchemaCommand () {
|
|
|
15330
15545
|
exports$1.MigrateWorkspaceSchemaCommand = exports$1.$Command = void 0;
|
|
15331
15546
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15332
15547
|
const middleware_serde_1 = require$$1;
|
|
15333
|
-
const smithy_client_1 = require$$
|
|
15548
|
+
const smithy_client_1 = require$$88;
|
|
15334
15549
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15335
15550
|
class MigrateWorkspaceSchemaCommand extends smithy_client_1.Command.classBuilder()
|
|
15336
15551
|
.m(function (Command, cs, config, o) {
|
|
@@ -15362,7 +15577,7 @@ function requireMoveContextCommand () {
|
|
|
15362
15577
|
exports$1.MoveContextCommand = exports$1.$Command = void 0;
|
|
15363
15578
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15364
15579
|
const middleware_serde_1 = require$$1;
|
|
15365
|
-
const smithy_client_1 = require$$
|
|
15580
|
+
const smithy_client_1 = require$$88;
|
|
15366
15581
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15367
15582
|
class MoveContextCommand extends smithy_client_1.Command.classBuilder()
|
|
15368
15583
|
.m(function (Command, cs, config, o) {
|
|
@@ -15394,7 +15609,7 @@ function requirePauseExperimentCommand () {
|
|
|
15394
15609
|
exports$1.PauseExperimentCommand = exports$1.$Command = void 0;
|
|
15395
15610
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15396
15611
|
const middleware_serde_1 = require$$1;
|
|
15397
|
-
const smithy_client_1 = require$$
|
|
15612
|
+
const smithy_client_1 = require$$88;
|
|
15398
15613
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15399
15614
|
class PauseExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15400
15615
|
.m(function (Command, cs, config, o) {
|
|
@@ -15426,7 +15641,7 @@ function requirePublishCommand () {
|
|
|
15426
15641
|
exports$1.PublishCommand = exports$1.$Command = void 0;
|
|
15427
15642
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15428
15643
|
const middleware_serde_1 = require$$1;
|
|
15429
|
-
const smithy_client_1 = require$$
|
|
15644
|
+
const smithy_client_1 = require$$88;
|
|
15430
15645
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15431
15646
|
class PublishCommand extends smithy_client_1.Command.classBuilder()
|
|
15432
15647
|
.m(function (Command, cs, config, o) {
|
|
@@ -15458,7 +15673,7 @@ function requireRampExperimentCommand () {
|
|
|
15458
15673
|
exports$1.RampExperimentCommand = exports$1.$Command = void 0;
|
|
15459
15674
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15460
15675
|
const middleware_serde_1 = require$$1;
|
|
15461
|
-
const smithy_client_1 = require$$
|
|
15676
|
+
const smithy_client_1 = require$$88;
|
|
15462
15677
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15463
15678
|
class RampExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15464
15679
|
.m(function (Command, cs, config, o) {
|
|
@@ -15490,7 +15705,7 @@ function requireRemoveMembersFromGroupCommand () {
|
|
|
15490
15705
|
exports$1.RemoveMembersFromGroupCommand = exports$1.$Command = void 0;
|
|
15491
15706
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15492
15707
|
const middleware_serde_1 = require$$1;
|
|
15493
|
-
const smithy_client_1 = require$$
|
|
15708
|
+
const smithy_client_1 = require$$88;
|
|
15494
15709
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15495
15710
|
class RemoveMembersFromGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
15496
15711
|
.m(function (Command, cs, config, o) {
|
|
@@ -15522,7 +15737,7 @@ function requireResumeExperimentCommand () {
|
|
|
15522
15737
|
exports$1.ResumeExperimentCommand = exports$1.$Command = void 0;
|
|
15523
15738
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15524
15739
|
const middleware_serde_1 = require$$1;
|
|
15525
|
-
const smithy_client_1 = require$$
|
|
15740
|
+
const smithy_client_1 = require$$88;
|
|
15526
15741
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15527
15742
|
class ResumeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15528
15743
|
.m(function (Command, cs, config, o) {
|
|
@@ -15554,7 +15769,7 @@ function requireRotateMasterEncryptionKeyCommand () {
|
|
|
15554
15769
|
exports$1.RotateMasterEncryptionKeyCommand = exports$1.$Command = void 0;
|
|
15555
15770
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15556
15771
|
const middleware_serde_1 = require$$1;
|
|
15557
|
-
const smithy_client_1 = require$$
|
|
15772
|
+
const smithy_client_1 = require$$88;
|
|
15558
15773
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15559
15774
|
class RotateMasterEncryptionKeyCommand extends smithy_client_1.Command.classBuilder()
|
|
15560
15775
|
.m(function (Command, cs, config, o) {
|
|
@@ -15586,7 +15801,7 @@ function requireRotateWorkspaceEncryptionKeyCommand () {
|
|
|
15586
15801
|
exports$1.RotateWorkspaceEncryptionKeyCommand = exports$1.$Command = void 0;
|
|
15587
15802
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15588
15803
|
const middleware_serde_1 = require$$1;
|
|
15589
|
-
const smithy_client_1 = require$$
|
|
15804
|
+
const smithy_client_1 = require$$88;
|
|
15590
15805
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15591
15806
|
class RotateWorkspaceEncryptionKeyCommand extends smithy_client_1.Command.classBuilder()
|
|
15592
15807
|
.m(function (Command, cs, config, o) {
|
|
@@ -15618,7 +15833,7 @@ function requireTestCommand () {
|
|
|
15618
15833
|
exports$1.TestCommand = exports$1.$Command = void 0;
|
|
15619
15834
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15620
15835
|
const middleware_serde_1 = require$$1;
|
|
15621
|
-
const smithy_client_1 = require$$
|
|
15836
|
+
const smithy_client_1 = require$$88;
|
|
15622
15837
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15623
15838
|
class TestCommand extends smithy_client_1.Command.classBuilder()
|
|
15624
15839
|
.m(function (Command, cs, config, o) {
|
|
@@ -15650,7 +15865,7 @@ function requireUpdateDefaultConfigCommand () {
|
|
|
15650
15865
|
exports$1.UpdateDefaultConfigCommand = exports$1.$Command = void 0;
|
|
15651
15866
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15652
15867
|
const middleware_serde_1 = require$$1;
|
|
15653
|
-
const smithy_client_1 = require$$
|
|
15868
|
+
const smithy_client_1 = require$$88;
|
|
15654
15869
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15655
15870
|
class UpdateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
15656
15871
|
.m(function (Command, cs, config, o) {
|
|
@@ -15682,7 +15897,7 @@ function requireUpdateDimensionCommand () {
|
|
|
15682
15897
|
exports$1.UpdateDimensionCommand = exports$1.$Command = void 0;
|
|
15683
15898
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15684
15899
|
const middleware_serde_1 = require$$1;
|
|
15685
|
-
const smithy_client_1 = require$$
|
|
15900
|
+
const smithy_client_1 = require$$88;
|
|
15686
15901
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15687
15902
|
class UpdateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
15688
15903
|
.m(function (Command, cs, config, o) {
|
|
@@ -15714,7 +15929,7 @@ function requireUpdateExperimentGroupCommand () {
|
|
|
15714
15929
|
exports$1.UpdateExperimentGroupCommand = exports$1.$Command = void 0;
|
|
15715
15930
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15716
15931
|
const middleware_serde_1 = require$$1;
|
|
15717
|
-
const smithy_client_1 = require$$
|
|
15932
|
+
const smithy_client_1 = require$$88;
|
|
15718
15933
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15719
15934
|
class UpdateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
15720
15935
|
.m(function (Command, cs, config, o) {
|
|
@@ -15746,7 +15961,7 @@ function requireUpdateFunctionCommand () {
|
|
|
15746
15961
|
exports$1.UpdateFunctionCommand = exports$1.$Command = void 0;
|
|
15747
15962
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15748
15963
|
const middleware_serde_1 = require$$1;
|
|
15749
|
-
const smithy_client_1 = require$$
|
|
15964
|
+
const smithy_client_1 = require$$88;
|
|
15750
15965
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15751
15966
|
class UpdateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
15752
15967
|
.m(function (Command, cs, config, o) {
|
|
@@ -15778,7 +15993,7 @@ function requireUpdateOrganisationCommand () {
|
|
|
15778
15993
|
exports$1.UpdateOrganisationCommand = exports$1.$Command = void 0;
|
|
15779
15994
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15780
15995
|
const middleware_serde_1 = require$$1;
|
|
15781
|
-
const smithy_client_1 = require$$
|
|
15996
|
+
const smithy_client_1 = require$$88;
|
|
15782
15997
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15783
15998
|
class UpdateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
15784
15999
|
.m(function (Command, cs, config, o) {
|
|
@@ -15810,7 +16025,7 @@ function requireUpdateOverrideCommand () {
|
|
|
15810
16025
|
exports$1.UpdateOverrideCommand = exports$1.$Command = void 0;
|
|
15811
16026
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15812
16027
|
const middleware_serde_1 = require$$1;
|
|
15813
|
-
const smithy_client_1 = require$$
|
|
16028
|
+
const smithy_client_1 = require$$88;
|
|
15814
16029
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15815
16030
|
class UpdateOverrideCommand extends smithy_client_1.Command.classBuilder()
|
|
15816
16031
|
.m(function (Command, cs, config, o) {
|
|
@@ -15842,7 +16057,7 @@ function requireUpdateOverridesExperimentCommand () {
|
|
|
15842
16057
|
exports$1.UpdateOverridesExperimentCommand = exports$1.$Command = void 0;
|
|
15843
16058
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15844
16059
|
const middleware_serde_1 = require$$1;
|
|
15845
|
-
const smithy_client_1 = require$$
|
|
16060
|
+
const smithy_client_1 = require$$88;
|
|
15846
16061
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15847
16062
|
class UpdateOverridesExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15848
16063
|
.m(function (Command, cs, config, o) {
|
|
@@ -15874,7 +16089,7 @@ function requireUpdateSecretCommand () {
|
|
|
15874
16089
|
exports$1.UpdateSecretCommand = exports$1.$Command = void 0;
|
|
15875
16090
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15876
16091
|
const middleware_serde_1 = require$$1;
|
|
15877
|
-
const smithy_client_1 = require$$
|
|
16092
|
+
const smithy_client_1 = require$$88;
|
|
15878
16093
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15879
16094
|
class UpdateSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
15880
16095
|
.m(function (Command, cs, config, o) {
|
|
@@ -15906,7 +16121,7 @@ function requireUpdateTypeTemplatesCommand () {
|
|
|
15906
16121
|
exports$1.UpdateTypeTemplatesCommand = exports$1.$Command = void 0;
|
|
15907
16122
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15908
16123
|
const middleware_serde_1 = require$$1;
|
|
15909
|
-
const smithy_client_1 = require$$
|
|
16124
|
+
const smithy_client_1 = require$$88;
|
|
15910
16125
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15911
16126
|
class UpdateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
15912
16127
|
.m(function (Command, cs, config, o) {
|
|
@@ -15938,7 +16153,7 @@ function requireUpdateVariableCommand () {
|
|
|
15938
16153
|
exports$1.UpdateVariableCommand = exports$1.$Command = void 0;
|
|
15939
16154
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15940
16155
|
const middleware_serde_1 = require$$1;
|
|
15941
|
-
const smithy_client_1 = require$$
|
|
16156
|
+
const smithy_client_1 = require$$88;
|
|
15942
16157
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15943
16158
|
class UpdateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
15944
16159
|
.m(function (Command, cs, config, o) {
|
|
@@ -15970,7 +16185,7 @@ function requireUpdateWebhookCommand () {
|
|
|
15970
16185
|
exports$1.UpdateWebhookCommand = exports$1.$Command = void 0;
|
|
15971
16186
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15972
16187
|
const middleware_serde_1 = require$$1;
|
|
15973
|
-
const smithy_client_1 = require$$
|
|
16188
|
+
const smithy_client_1 = require$$88;
|
|
15974
16189
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15975
16190
|
class UpdateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
15976
16191
|
.m(function (Command, cs, config, o) {
|
|
@@ -16002,7 +16217,7 @@ function requireUpdateWorkspaceCommand () {
|
|
|
16002
16217
|
exports$1.UpdateWorkspaceCommand = exports$1.$Command = void 0;
|
|
16003
16218
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
16004
16219
|
const middleware_serde_1 = require$$1;
|
|
16005
|
-
const smithy_client_1 = require$$
|
|
16220
|
+
const smithy_client_1 = require$$88;
|
|
16006
16221
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
16007
16222
|
class UpdateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
16008
16223
|
.m(function (Command, cs, config, o) {
|
|
@@ -16034,7 +16249,7 @@ function requireValidateContextCommand () {
|
|
|
16034
16249
|
exports$1.ValidateContextCommand = exports$1.$Command = void 0;
|
|
16035
16250
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
16036
16251
|
const middleware_serde_1 = require$$1;
|
|
16037
|
-
const smithy_client_1 = require$$
|
|
16252
|
+
const smithy_client_1 = require$$88;
|
|
16038
16253
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
16039
16254
|
class ValidateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
16040
16255
|
.m(function (Command, cs, config, o) {
|
|
@@ -16066,7 +16281,7 @@ function requireWeightRecomputeCommand () {
|
|
|
16066
16281
|
exports$1.WeightRecomputeCommand = exports$1.$Command = void 0;
|
|
16067
16282
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
16068
16283
|
const middleware_serde_1 = require$$1;
|
|
16069
|
-
const smithy_client_1 = require$$
|
|
16284
|
+
const smithy_client_1 = require$$88;
|
|
16070
16285
|
Object.defineProperty(exports$1, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
16071
16286
|
class WeightRecomputeCommand extends smithy_client_1.Command.classBuilder()
|
|
16072
16287
|
.m(function (Command, cs, config, o) {
|
|
@@ -16126,6 +16341,7 @@ function requireSuperposition () {
|
|
|
16126
16341
|
const GetContextCommand_1 = requireGetContextCommand();
|
|
16127
16342
|
const GetContextFromConditionCommand_1 = requireGetContextFromConditionCommand();
|
|
16128
16343
|
const GetDefaultConfigCommand_1 = requireGetDefaultConfigCommand();
|
|
16344
|
+
const GetDetailedResolvedConfigCommand_1 = requireGetDetailedResolvedConfigCommand();
|
|
16129
16345
|
const GetDimensionCommand_1 = requireGetDimensionCommand();
|
|
16130
16346
|
const GetExperimentCommand_1 = requireGetExperimentCommand();
|
|
16131
16347
|
const GetExperimentConfigCommand_1 = requireGetExperimentConfigCommand();
|
|
@@ -16133,6 +16349,7 @@ function requireSuperposition () {
|
|
|
16133
16349
|
const GetFunctionCommand_1 = requireGetFunctionCommand();
|
|
16134
16350
|
const GetOrganisationCommand_1 = requireGetOrganisationCommand();
|
|
16135
16351
|
const GetResolvedConfigCommand_1 = requireGetResolvedConfigCommand();
|
|
16352
|
+
const GetResolvedConfigExplanationCommand_1 = requireGetResolvedConfigExplanationCommand();
|
|
16136
16353
|
const GetResolvedConfigWithIdentifierCommand_1 = requireGetResolvedConfigWithIdentifierCommand();
|
|
16137
16354
|
const GetSecretCommand_1 = requireGetSecretCommand();
|
|
16138
16355
|
const GetTypeTemplateCommand_1 = requireGetTypeTemplateCommand();
|
|
@@ -16179,7 +16396,7 @@ function requireSuperposition () {
|
|
|
16179
16396
|
const UpdateWorkspaceCommand_1 = requireUpdateWorkspaceCommand();
|
|
16180
16397
|
const ValidateContextCommand_1 = requireValidateContextCommand();
|
|
16181
16398
|
const WeightRecomputeCommand_1 = requireWeightRecomputeCommand();
|
|
16182
|
-
const smithy_client_1 = require$$
|
|
16399
|
+
const smithy_client_1 = require$$88;
|
|
16183
16400
|
const commands = {
|
|
16184
16401
|
AddMembersToGroupCommand: AddMembersToGroupCommand_1.AddMembersToGroupCommand,
|
|
16185
16402
|
ApplicableVariantsCommand: ApplicableVariantsCommand_1.ApplicableVariantsCommand,
|
|
@@ -16213,6 +16430,7 @@ function requireSuperposition () {
|
|
|
16213
16430
|
GetContextCommand: GetContextCommand_1.GetContextCommand,
|
|
16214
16431
|
GetContextFromConditionCommand: GetContextFromConditionCommand_1.GetContextFromConditionCommand,
|
|
16215
16432
|
GetDefaultConfigCommand: GetDefaultConfigCommand_1.GetDefaultConfigCommand,
|
|
16433
|
+
GetDetailedResolvedConfigCommand: GetDetailedResolvedConfigCommand_1.GetDetailedResolvedConfigCommand,
|
|
16216
16434
|
GetDimensionCommand: GetDimensionCommand_1.GetDimensionCommand,
|
|
16217
16435
|
GetExperimentCommand: GetExperimentCommand_1.GetExperimentCommand,
|
|
16218
16436
|
GetExperimentConfigCommand: GetExperimentConfigCommand_1.GetExperimentConfigCommand,
|
|
@@ -16220,6 +16438,7 @@ function requireSuperposition () {
|
|
|
16220
16438
|
GetFunctionCommand: GetFunctionCommand_1.GetFunctionCommand,
|
|
16221
16439
|
GetOrganisationCommand: GetOrganisationCommand_1.GetOrganisationCommand,
|
|
16222
16440
|
GetResolvedConfigCommand: GetResolvedConfigCommand_1.GetResolvedConfigCommand,
|
|
16441
|
+
GetResolvedConfigExplanationCommand: GetResolvedConfigExplanationCommand_1.GetResolvedConfigExplanationCommand,
|
|
16223
16442
|
GetResolvedConfigWithIdentifierCommand: GetResolvedConfigWithIdentifierCommand_1.GetResolvedConfigWithIdentifierCommand,
|
|
16224
16443
|
GetSecretCommand: GetSecretCommand_1.GetSecretCommand,
|
|
16225
16444
|
GetTypeTemplateCommand: GetTypeTemplateCommand_1.GetTypeTemplateCommand,
|
|
@@ -16316,6 +16535,7 @@ function requireCommands () {
|
|
|
16316
16535
|
tslib_1.__exportStar(requireGetContextCommand(), exports$1);
|
|
16317
16536
|
tslib_1.__exportStar(requireGetContextFromConditionCommand(), exports$1);
|
|
16318
16537
|
tslib_1.__exportStar(requireGetDefaultConfigCommand(), exports$1);
|
|
16538
|
+
tslib_1.__exportStar(requireGetDetailedResolvedConfigCommand(), exports$1);
|
|
16319
16539
|
tslib_1.__exportStar(requireGetDimensionCommand(), exports$1);
|
|
16320
16540
|
tslib_1.__exportStar(requireGetExperimentCommand(), exports$1);
|
|
16321
16541
|
tslib_1.__exportStar(requireGetExperimentConfigCommand(), exports$1);
|
|
@@ -16323,6 +16543,7 @@ function requireCommands () {
|
|
|
16323
16543
|
tslib_1.__exportStar(requireGetFunctionCommand(), exports$1);
|
|
16324
16544
|
tslib_1.__exportStar(requireGetOrganisationCommand(), exports$1);
|
|
16325
16545
|
tslib_1.__exportStar(requireGetResolvedConfigCommand(), exports$1);
|
|
16546
|
+
tslib_1.__exportStar(requireGetResolvedConfigExplanationCommand(), exports$1);
|
|
16326
16547
|
tslib_1.__exportStar(requireGetResolvedConfigWithIdentifierCommand(), exports$1);
|
|
16327
16548
|
tslib_1.__exportStar(requireGetSecretCommand(), exports$1);
|
|
16328
16549
|
tslib_1.__exportStar(requireGetTypeTemplateCommand(), exports$1);
|