superposition-provider 0.97.3 → 0.98.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 +618 -94
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +618 -94
- package/dist/index.js.map +1 -1
- package/dist/native-lib/libsuperposition_core-aarch64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-pc-windows-msvc.dll +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-unknown-linux-gnu.so +0 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3183,7 +3183,7 @@ var runtimeConfig = {};
|
|
|
3183
3183
|
|
|
3184
3184
|
var name = "superposition-sdk";
|
|
3185
3185
|
var description = "superposition-sdk client";
|
|
3186
|
-
var version = "0.
|
|
3186
|
+
var version = "0.98.0";
|
|
3187
3187
|
var repository = {
|
|
3188
3188
|
type: "git",
|
|
3189
3189
|
url: "git+https://github.com/juspay/superposition.git"
|
|
@@ -8447,7 +8447,7 @@ var require$$8 = /*@__PURE__*/getAugmentedNamespace(distEs$a);
|
|
|
8447
8447
|
|
|
8448
8448
|
var runtimeConfig_shared = {};
|
|
8449
8449
|
|
|
8450
|
-
var require$$
|
|
8450
|
+
var require$$84 = /*@__PURE__*/getAugmentedNamespace(distEs$f);
|
|
8451
8451
|
|
|
8452
8452
|
function parseQueryString(querystring) {
|
|
8453
8453
|
const query = {};
|
|
@@ -8511,7 +8511,7 @@ function requireRuntimeConfig_shared () {
|
|
|
8511
8511
|
runtimeConfig_shared.getRuntimeConfig = void 0;
|
|
8512
8512
|
const httpAuthSchemeProvider_1 = requireHttpAuthSchemeProvider();
|
|
8513
8513
|
const core_1 = require$$3$3;
|
|
8514
|
-
const smithy_client_1 = require$$
|
|
8514
|
+
const smithy_client_1 = require$$84;
|
|
8515
8515
|
const url_parser_1 = require$$3$1;
|
|
8516
8516
|
const util_base64_1 = require$$4$1;
|
|
8517
8517
|
const util_utf8_1 = require$$5$1;
|
|
@@ -8815,9 +8815,9 @@ function requireRuntimeConfig () {
|
|
|
8815
8815
|
const util_body_length_node_1 = require$$7$1;
|
|
8816
8816
|
const util_retry_1 = require$$8;
|
|
8817
8817
|
const runtimeConfig_shared_1 = requireRuntimeConfig_shared();
|
|
8818
|
-
const smithy_client_1 = require$$
|
|
8818
|
+
const smithy_client_1 = require$$84;
|
|
8819
8819
|
const util_defaults_mode_node_1 = require$$11;
|
|
8820
|
-
const smithy_client_2 = require$$
|
|
8820
|
+
const smithy_client_2 = require$$84;
|
|
8821
8821
|
const getRuntimeConfig = (config) => {
|
|
8822
8822
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
8823
8823
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -8908,7 +8908,7 @@ function requireRuntimeExtensions () {
|
|
|
8908
8908
|
runtimeExtensions.resolveRuntimeExtensions = void 0;
|
|
8909
8909
|
const httpAuthExtensionConfiguration_1 = requireHttpAuthExtensionConfiguration();
|
|
8910
8910
|
const protocol_http_1 = require$$1$1;
|
|
8911
|
-
const smithy_client_1 = require$$
|
|
8911
|
+
const smithy_client_1 = require$$84;
|
|
8912
8912
|
const asPartial = (t) => t;
|
|
8913
8913
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
8914
8914
|
const extensionConfiguration = {
|
|
@@ -9137,7 +9137,7 @@ function requireSuperpositionClient () {
|
|
|
9137
9137
|
const core_1 = require$$3$3;
|
|
9138
9138
|
const middleware_content_length_1 = require$$9;
|
|
9139
9139
|
const middleware_retry_1 = require$$10;
|
|
9140
|
-
const smithy_client_1 = require$$
|
|
9140
|
+
const smithy_client_1 = require$$84;
|
|
9141
9141
|
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
9142
9142
|
class SuperpositionClient extends smithy_client_1.Client {
|
|
9143
9143
|
config;
|
|
@@ -9189,7 +9189,7 @@ function requireSuperpositionServiceException () {
|
|
|
9189
9189
|
(function (exports) {
|
|
9190
9190
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9191
9191
|
exports.SuperpositionServiceException = exports.__ServiceException = void 0;
|
|
9192
|
-
const smithy_client_1 = require$$
|
|
9192
|
+
const smithy_client_1 = require$$84;
|
|
9193
9193
|
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
9194
9194
|
class SuperpositionServiceException extends smithy_client_1.ServiceException {
|
|
9195
9195
|
constructor(options) {
|
|
@@ -9210,7 +9210,7 @@ function requireModels_0 () {
|
|
|
9210
9210
|
if (hasRequiredModels_0) return models_0;
|
|
9211
9211
|
hasRequiredModels_0 = 1;
|
|
9212
9212
|
Object.defineProperty(models_0, "__esModule", { value: true });
|
|
9213
|
-
models_0.VariableSortOn = models_0.Stage = models_0.FunctionExecutionRequest = models_0.ExperimentSortOn = models_0.ExperimentGroupSortOn = models_0.WorkspaceStatus = models_0.Version = models_0.HttpMethod = models_0.OrgStatus = models_0.FunctionRuntimeVersion = models_0.FunctionTypes = models_0.ContextFilterSortOn = models_0.DimensionMatchStrategy = models_0.MergeStrategy = models_0.DimensionType = models_0.ExperimentStatusType = models_0.ExperimentType = models_0.ContextActionOut = models_0.ContextAction = models_0.ContextIdentifier = models_0.SortBy = models_0.AuditAction = models_0.VariantType = models_0.ResourceNotFound = models_0.InternalServerError = models_0.GroupType = void 0;
|
|
9213
|
+
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.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;
|
|
9214
9214
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
9215
9215
|
models_0.GroupType = {
|
|
9216
9216
|
SYSTEM_GENERATED: "SYSTEM_GENERATED",
|
|
@@ -9385,6 +9385,11 @@ function requireModels_0 () {
|
|
|
9385
9385
|
DRAFT: "draft",
|
|
9386
9386
|
PUBLISHED: "published",
|
|
9387
9387
|
};
|
|
9388
|
+
models_0.SecretSortOn = {
|
|
9389
|
+
CREATED_AT: "created_at",
|
|
9390
|
+
LAST_MODIFIED_AT: "last_modified_at",
|
|
9391
|
+
NAME: "name",
|
|
9392
|
+
};
|
|
9388
9393
|
models_0.VariableSortOn = {
|
|
9389
9394
|
CREATED_AT: "created_at",
|
|
9390
9395
|
LAST_MODIFIED_AT: "last_modified_at",
|
|
@@ -9401,15 +9406,15 @@ function requireAws_restJson1 () {
|
|
|
9401
9406
|
if (hasRequiredAws_restJson1) return Aws_restJson1;
|
|
9402
9407
|
hasRequiredAws_restJson1 = 1;
|
|
9403
9408
|
Object.defineProperty(Aws_restJson1, "__esModule", { value: true });
|
|
9404
|
-
Aws_restJson1.
|
|
9405
|
-
Aws_restJson1.
|
|
9406
|
-
Aws_restJson1.
|
|
9407
|
-
Aws_restJson1.de_WeightRecomputeCommand = Aws_restJson1.de_ValidateContextCommand = void 0;
|
|
9409
|
+
Aws_restJson1.se_ListDimensionsCommand = Aws_restJson1.se_ListDefaultConfigsCommand = Aws_restJson1.se_ListContextsCommand = Aws_restJson1.se_ListAuditLogsCommand = Aws_restJson1.se_GetWorkspaceCommand = Aws_restJson1.se_GetWebhookByEventCommand = Aws_restJson1.se_GetWebhookCommand = Aws_restJson1.se_GetVersionCommand = Aws_restJson1.se_GetVariableCommand = Aws_restJson1.se_GetTypeTemplatesListCommand = Aws_restJson1.se_GetTypeTemplateCommand = Aws_restJson1.se_GetSecretCommand = Aws_restJson1.se_GetResolvedConfigWithIdentifierCommand = Aws_restJson1.se_GetResolvedConfigCommand = Aws_restJson1.se_GetOrganisationCommand = Aws_restJson1.se_GetFunctionCommand = Aws_restJson1.se_GetExperimentGroupCommand = Aws_restJson1.se_GetExperimentCommand = Aws_restJson1.se_GetDimensionCommand = Aws_restJson1.se_GetDefaultConfigCommand = Aws_restJson1.se_GetContextFromConditionCommand = Aws_restJson1.se_GetContextCommand = Aws_restJson1.se_GetConfigFastCommand = Aws_restJson1.se_GetConfigCommand = Aws_restJson1.se_DiscardExperimentCommand = Aws_restJson1.se_DeleteWebhookCommand = Aws_restJson1.se_DeleteVariableCommand = Aws_restJson1.se_DeleteTypeTemplatesCommand = Aws_restJson1.se_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;
|
|
9410
|
+
Aws_restJson1.de_DeleteContextCommand = Aws_restJson1.de_CreateWorkspaceCommand = Aws_restJson1.de_CreateWebhookCommand = Aws_restJson1.de_CreateVariableCommand = 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 = void 0;
|
|
9411
|
+
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 = 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_GetResolvedConfigCommand = Aws_restJson1.de_GetOrganisationCommand = Aws_restJson1.de_GetFunctionCommand = Aws_restJson1.de_GetExperimentGroupCommand = Aws_restJson1.de_GetExperimentCommand = Aws_restJson1.de_GetDimensionCommand = Aws_restJson1.de_GetDefaultConfigCommand = Aws_restJson1.de_GetContextFromConditionCommand = Aws_restJson1.de_GetContextCommand = Aws_restJson1.de_GetConfigFastCommand = Aws_restJson1.de_GetConfigCommand = 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 = void 0;
|
|
9412
|
+
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 = void 0;
|
|
9408
9413
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
9409
9414
|
const models_0_1 = requireModels_0();
|
|
9410
9415
|
const core_1 = require$$2;
|
|
9411
9416
|
const core_2 = require$$3$3;
|
|
9412
|
-
const smithy_client_1 = require$$
|
|
9417
|
+
const smithy_client_1 = require$$84;
|
|
9413
9418
|
const se_AddMembersToGroupCommand = async (input, context) => {
|
|
9414
9419
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9415
9420
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9653,6 +9658,27 @@ function requireAws_restJson1 () {
|
|
|
9653
9658
|
return b.build();
|
|
9654
9659
|
};
|
|
9655
9660
|
Aws_restJson1.se_CreateOrganisationCommand = se_CreateOrganisationCommand;
|
|
9661
|
+
const se_CreateSecretCommand = async (input, context) => {
|
|
9662
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
9663
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
9664
|
+
'content-type': 'application/json',
|
|
9665
|
+
[_xw]: input[_wi],
|
|
9666
|
+
[_xoi]: input[_oi],
|
|
9667
|
+
});
|
|
9668
|
+
b.bp("/secrets");
|
|
9669
|
+
let body;
|
|
9670
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9671
|
+
'change_reason': [],
|
|
9672
|
+
'description': [],
|
|
9673
|
+
'name': [],
|
|
9674
|
+
'value': [],
|
|
9675
|
+
}));
|
|
9676
|
+
b.m("POST")
|
|
9677
|
+
.h(headers)
|
|
9678
|
+
.b(body);
|
|
9679
|
+
return b.build();
|
|
9680
|
+
};
|
|
9681
|
+
Aws_restJson1.se_CreateSecretCommand = se_CreateSecretCommand;
|
|
9656
9682
|
const se_CreateTypeTemplatesCommand = async (input, context) => {
|
|
9657
9683
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9658
9684
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -9821,6 +9847,21 @@ function requireAws_restJson1 () {
|
|
|
9821
9847
|
return b.build();
|
|
9822
9848
|
};
|
|
9823
9849
|
Aws_restJson1.se_DeleteFunctionCommand = se_DeleteFunctionCommand;
|
|
9850
|
+
const se_DeleteSecretCommand = async (input, context) => {
|
|
9851
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
9852
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
9853
|
+
[_xw]: input[_wi],
|
|
9854
|
+
[_xoi]: input[_oi],
|
|
9855
|
+
});
|
|
9856
|
+
b.bp("/secrets/{name}");
|
|
9857
|
+
b.p('name', () => input.name, '{name}', false);
|
|
9858
|
+
let body;
|
|
9859
|
+
b.m("DELETE")
|
|
9860
|
+
.h(headers)
|
|
9861
|
+
.b(body);
|
|
9862
|
+
return b.build();
|
|
9863
|
+
};
|
|
9864
|
+
Aws_restJson1.se_DeleteSecretCommand = se_DeleteSecretCommand;
|
|
9824
9865
|
const se_DeleteTypeTemplatesCommand = async (input, context) => {
|
|
9825
9866
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
9826
9867
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -10103,6 +10144,21 @@ function requireAws_restJson1 () {
|
|
|
10103
10144
|
return b.build();
|
|
10104
10145
|
};
|
|
10105
10146
|
Aws_restJson1.se_GetResolvedConfigWithIdentifierCommand = se_GetResolvedConfigWithIdentifierCommand;
|
|
10147
|
+
const se_GetSecretCommand = async (input, context) => {
|
|
10148
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
10149
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
10150
|
+
[_xw]: input[_wi],
|
|
10151
|
+
[_xoi]: input[_oi],
|
|
10152
|
+
});
|
|
10153
|
+
b.bp("/secrets/{name}");
|
|
10154
|
+
b.p('name', () => input.name, '{name}', false);
|
|
10155
|
+
let body;
|
|
10156
|
+
b.m("GET")
|
|
10157
|
+
.h(headers)
|
|
10158
|
+
.b(body);
|
|
10159
|
+
return b.build();
|
|
10160
|
+
};
|
|
10161
|
+
Aws_restJson1.se_GetSecretCommand = se_GetSecretCommand;
|
|
10106
10162
|
const se_GetTypeTemplateCommand = async (input, context) => {
|
|
10107
10163
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
10108
10164
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -10401,6 +10457,31 @@ function requireAws_restJson1 () {
|
|
|
10401
10457
|
return b.build();
|
|
10402
10458
|
};
|
|
10403
10459
|
Aws_restJson1.se_ListOrganisationCommand = se_ListOrganisationCommand;
|
|
10460
|
+
const se_ListSecretsCommand = async (input, context) => {
|
|
10461
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
10462
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
10463
|
+
[_xw]: input[_wi],
|
|
10464
|
+
[_xoi]: input[_oi],
|
|
10465
|
+
});
|
|
10466
|
+
b.bp("/secrets");
|
|
10467
|
+
const query = (0, smithy_client_1.map)({
|
|
10468
|
+
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
10469
|
+
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
10470
|
+
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
10471
|
+
[_n]: [() => input.name !== void 0, () => ((input[_n] || []))],
|
|
10472
|
+
[_cb]: [() => input.created_by !== void 0, () => ((input[_cb] || []))],
|
|
10473
|
+
[_lmb]: [() => input.last_modified_by !== void 0, () => ((input[_lmb] || []))],
|
|
10474
|
+
[_so]: [, input[_so]],
|
|
10475
|
+
[_sb]: [, input[_sb]],
|
|
10476
|
+
});
|
|
10477
|
+
let body;
|
|
10478
|
+
b.m("GET")
|
|
10479
|
+
.h(headers)
|
|
10480
|
+
.q(query)
|
|
10481
|
+
.b(body);
|
|
10482
|
+
return b.build();
|
|
10483
|
+
};
|
|
10484
|
+
Aws_restJson1.se_ListSecretsCommand = se_ListSecretsCommand;
|
|
10404
10485
|
const se_ListVariablesCommand = async (input, context) => {
|
|
10405
10486
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
10406
10487
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -10412,9 +10493,9 @@ function requireAws_restJson1 () {
|
|
|
10412
10493
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
10413
10494
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
10414
10495
|
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
10415
|
-
[_n]: [, input[_n]],
|
|
10416
|
-
[_cb]: [, input[_cb]],
|
|
10417
|
-
[_lmb]: [, input[_lmb]],
|
|
10496
|
+
[_n]: [() => input.name !== void 0, () => ((input[_n] || []))],
|
|
10497
|
+
[_cb]: [() => input.created_by !== void 0, () => ((input[_cb] || []))],
|
|
10498
|
+
[_lmb]: [() => input.last_modified_by !== void 0, () => ((input[_lmb] || []))],
|
|
10418
10499
|
[_so]: [, input[_so]],
|
|
10419
10500
|
[_sb]: [, input[_sb]],
|
|
10420
10501
|
});
|
|
@@ -10618,6 +10699,31 @@ function requireAws_restJson1 () {
|
|
|
10618
10699
|
return b.build();
|
|
10619
10700
|
};
|
|
10620
10701
|
Aws_restJson1.se_ResumeExperimentCommand = se_ResumeExperimentCommand;
|
|
10702
|
+
const se_RotateMasterEncryptionKeyCommand = async (input, context) => {
|
|
10703
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
10704
|
+
const headers = {};
|
|
10705
|
+
b.bp("/master-encryption-key/rotate");
|
|
10706
|
+
let body;
|
|
10707
|
+
b.m("POST")
|
|
10708
|
+
.h(headers)
|
|
10709
|
+
.b(body);
|
|
10710
|
+
return b.build();
|
|
10711
|
+
};
|
|
10712
|
+
Aws_restJson1.se_RotateMasterEncryptionKeyCommand = se_RotateMasterEncryptionKeyCommand;
|
|
10713
|
+
const se_RotateWorkspaceEncryptionKeyCommand = async (input, context) => {
|
|
10714
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
10715
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
10716
|
+
[_xoi]: input[_oi],
|
|
10717
|
+
});
|
|
10718
|
+
b.bp("/workspaces/{workspace_name}/rotate-encryption-key");
|
|
10719
|
+
b.p('workspace_name', () => input.workspace_name, '{workspace_name}', false);
|
|
10720
|
+
let body;
|
|
10721
|
+
b.m("POST")
|
|
10722
|
+
.h(headers)
|
|
10723
|
+
.b(body);
|
|
10724
|
+
return b.build();
|
|
10725
|
+
};
|
|
10726
|
+
Aws_restJson1.se_RotateWorkspaceEncryptionKeyCommand = se_RotateWorkspaceEncryptionKeyCommand;
|
|
10621
10727
|
const se_TestCommand = async (input, context) => {
|
|
10622
10728
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
10623
10729
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -10801,6 +10907,27 @@ function requireAws_restJson1 () {
|
|
|
10801
10907
|
return b.build();
|
|
10802
10908
|
};
|
|
10803
10909
|
Aws_restJson1.se_UpdateOverridesExperimentCommand = se_UpdateOverridesExperimentCommand;
|
|
10910
|
+
const se_UpdateSecretCommand = async (input, context) => {
|
|
10911
|
+
const b = (0, core_2.requestBuilder)(input, context);
|
|
10912
|
+
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
10913
|
+
'content-type': 'application/json',
|
|
10914
|
+
[_xw]: input[_wi],
|
|
10915
|
+
[_xoi]: input[_oi],
|
|
10916
|
+
});
|
|
10917
|
+
b.bp("/secrets/{name}");
|
|
10918
|
+
b.p('name', () => input.name, '{name}', false);
|
|
10919
|
+
let body;
|
|
10920
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
10921
|
+
'change_reason': [],
|
|
10922
|
+
'description': [],
|
|
10923
|
+
'value': [],
|
|
10924
|
+
}));
|
|
10925
|
+
b.m("PATCH")
|
|
10926
|
+
.h(headers)
|
|
10927
|
+
.b(body);
|
|
10928
|
+
return b.build();
|
|
10929
|
+
};
|
|
10930
|
+
Aws_restJson1.se_UpdateSecretCommand = se_UpdateSecretCommand;
|
|
10804
10931
|
const se_UpdateTypeTemplatesCommand = async (input, context) => {
|
|
10805
10932
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
10806
10933
|
const headers = (0, smithy_client_1.map)({}, smithy_client_1.isSerializableHeaderValue, {
|
|
@@ -11214,6 +11341,27 @@ function requireAws_restJson1 () {
|
|
|
11214
11341
|
return contents;
|
|
11215
11342
|
};
|
|
11216
11343
|
Aws_restJson1.de_CreateOrganisationCommand = de_CreateOrganisationCommand;
|
|
11344
|
+
const de_CreateSecretCommand = async (output, context) => {
|
|
11345
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11346
|
+
return de_CommandError(output, context);
|
|
11347
|
+
}
|
|
11348
|
+
const contents = (0, smithy_client_1.map)({
|
|
11349
|
+
$metadata: deserializeMetadata(output),
|
|
11350
|
+
});
|
|
11351
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
11352
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
11353
|
+
'change_reason': smithy_client_1.expectString,
|
|
11354
|
+
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11355
|
+
'created_by': smithy_client_1.expectString,
|
|
11356
|
+
'description': smithy_client_1.expectString,
|
|
11357
|
+
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11358
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
11359
|
+
'name': smithy_client_1.expectString,
|
|
11360
|
+
});
|
|
11361
|
+
Object.assign(contents, doc);
|
|
11362
|
+
return contents;
|
|
11363
|
+
};
|
|
11364
|
+
Aws_restJson1.de_CreateSecretCommand = de_CreateSecretCommand;
|
|
11217
11365
|
const de_CreateTypeTemplatesCommand = async (output, context) => {
|
|
11218
11366
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11219
11367
|
return de_CommandError(output, context);
|
|
@@ -11390,6 +11538,27 @@ function requireAws_restJson1 () {
|
|
|
11390
11538
|
return contents;
|
|
11391
11539
|
};
|
|
11392
11540
|
Aws_restJson1.de_DeleteFunctionCommand = de_DeleteFunctionCommand;
|
|
11541
|
+
const de_DeleteSecretCommand = async (output, context) => {
|
|
11542
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11543
|
+
return de_CommandError(output, context);
|
|
11544
|
+
}
|
|
11545
|
+
const contents = (0, smithy_client_1.map)({
|
|
11546
|
+
$metadata: deserializeMetadata(output),
|
|
11547
|
+
});
|
|
11548
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
11549
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
11550
|
+
'change_reason': smithy_client_1.expectString,
|
|
11551
|
+
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11552
|
+
'created_by': smithy_client_1.expectString,
|
|
11553
|
+
'description': smithy_client_1.expectString,
|
|
11554
|
+
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11555
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
11556
|
+
'name': smithy_client_1.expectString,
|
|
11557
|
+
});
|
|
11558
|
+
Object.assign(contents, doc);
|
|
11559
|
+
return contents;
|
|
11560
|
+
};
|
|
11561
|
+
Aws_restJson1.de_DeleteSecretCommand = de_DeleteSecretCommand;
|
|
11393
11562
|
const de_DeleteTypeTemplatesCommand = async (output, context) => {
|
|
11394
11563
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11395
11564
|
return de_CommandError(output, context);
|
|
@@ -11767,6 +11936,27 @@ function requireAws_restJson1 () {
|
|
|
11767
11936
|
return contents;
|
|
11768
11937
|
};
|
|
11769
11938
|
Aws_restJson1.de_GetResolvedConfigWithIdentifierCommand = de_GetResolvedConfigWithIdentifierCommand;
|
|
11939
|
+
const de_GetSecretCommand = async (output, context) => {
|
|
11940
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11941
|
+
return de_CommandError(output, context);
|
|
11942
|
+
}
|
|
11943
|
+
const contents = (0, smithy_client_1.map)({
|
|
11944
|
+
$metadata: deserializeMetadata(output),
|
|
11945
|
+
});
|
|
11946
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
11947
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
11948
|
+
'change_reason': smithy_client_1.expectString,
|
|
11949
|
+
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11950
|
+
'created_by': smithy_client_1.expectString,
|
|
11951
|
+
'description': smithy_client_1.expectString,
|
|
11952
|
+
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
11953
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
11954
|
+
'name': smithy_client_1.expectString,
|
|
11955
|
+
});
|
|
11956
|
+
Object.assign(contents, doc);
|
|
11957
|
+
return contents;
|
|
11958
|
+
};
|
|
11959
|
+
Aws_restJson1.de_GetSecretCommand = de_GetSecretCommand;
|
|
11770
11960
|
const de_GetTypeTemplateCommand = async (output, context) => {
|
|
11771
11961
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11772
11962
|
return de_CommandError(output, context);
|
|
@@ -12073,6 +12263,23 @@ function requireAws_restJson1 () {
|
|
|
12073
12263
|
return contents;
|
|
12074
12264
|
};
|
|
12075
12265
|
Aws_restJson1.de_ListOrganisationCommand = de_ListOrganisationCommand;
|
|
12266
|
+
const de_ListSecretsCommand = async (output, context) => {
|
|
12267
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
12268
|
+
return de_CommandError(output, context);
|
|
12269
|
+
}
|
|
12270
|
+
const contents = (0, smithy_client_1.map)({
|
|
12271
|
+
$metadata: deserializeMetadata(output),
|
|
12272
|
+
});
|
|
12273
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
12274
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
12275
|
+
'data': _ => de_SecretList(_),
|
|
12276
|
+
'total_items': smithy_client_1.expectInt32,
|
|
12277
|
+
'total_pages': smithy_client_1.expectInt32,
|
|
12278
|
+
});
|
|
12279
|
+
Object.assign(contents, doc);
|
|
12280
|
+
return contents;
|
|
12281
|
+
};
|
|
12282
|
+
Aws_restJson1.de_ListSecretsCommand = de_ListSecretsCommand;
|
|
12076
12283
|
const de_ListVariablesCommand = async (output, context) => {
|
|
12077
12284
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
12078
12285
|
return de_CommandError(output, context);
|
|
@@ -12355,6 +12562,37 @@ function requireAws_restJson1 () {
|
|
|
12355
12562
|
return contents;
|
|
12356
12563
|
};
|
|
12357
12564
|
Aws_restJson1.de_ResumeExperimentCommand = de_ResumeExperimentCommand;
|
|
12565
|
+
const de_RotateMasterEncryptionKeyCommand = async (output, context) => {
|
|
12566
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
12567
|
+
return de_CommandError(output, context);
|
|
12568
|
+
}
|
|
12569
|
+
const contents = (0, smithy_client_1.map)({
|
|
12570
|
+
$metadata: deserializeMetadata(output),
|
|
12571
|
+
});
|
|
12572
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
12573
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
12574
|
+
'total_secrets_re_encrypted': smithy_client_1.expectLong,
|
|
12575
|
+
'workspaces_rotated': smithy_client_1.expectLong,
|
|
12576
|
+
});
|
|
12577
|
+
Object.assign(contents, doc);
|
|
12578
|
+
return contents;
|
|
12579
|
+
};
|
|
12580
|
+
Aws_restJson1.de_RotateMasterEncryptionKeyCommand = de_RotateMasterEncryptionKeyCommand;
|
|
12581
|
+
const de_RotateWorkspaceEncryptionKeyCommand = async (output, context) => {
|
|
12582
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
12583
|
+
return de_CommandError(output, context);
|
|
12584
|
+
}
|
|
12585
|
+
const contents = (0, smithy_client_1.map)({
|
|
12586
|
+
$metadata: deserializeMetadata(output),
|
|
12587
|
+
});
|
|
12588
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
12589
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
12590
|
+
'total_secrets_re_encrypted': smithy_client_1.expectLong,
|
|
12591
|
+
});
|
|
12592
|
+
Object.assign(contents, doc);
|
|
12593
|
+
return contents;
|
|
12594
|
+
};
|
|
12595
|
+
Aws_restJson1.de_RotateWorkspaceEncryptionKeyCommand = de_RotateWorkspaceEncryptionKeyCommand;
|
|
12358
12596
|
const de_TestCommand = async (output, context) => {
|
|
12359
12597
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
12360
12598
|
return de_CommandError(output, context);
|
|
@@ -12566,6 +12804,27 @@ function requireAws_restJson1 () {
|
|
|
12566
12804
|
return contents;
|
|
12567
12805
|
};
|
|
12568
12806
|
Aws_restJson1.de_UpdateOverridesExperimentCommand = de_UpdateOverridesExperimentCommand;
|
|
12807
|
+
const de_UpdateSecretCommand = async (output, context) => {
|
|
12808
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
12809
|
+
return de_CommandError(output, context);
|
|
12810
|
+
}
|
|
12811
|
+
const contents = (0, smithy_client_1.map)({
|
|
12812
|
+
$metadata: deserializeMetadata(output),
|
|
12813
|
+
});
|
|
12814
|
+
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
12815
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
12816
|
+
'change_reason': smithy_client_1.expectString,
|
|
12817
|
+
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12818
|
+
'created_by': smithy_client_1.expectString,
|
|
12819
|
+
'description': smithy_client_1.expectString,
|
|
12820
|
+
'last_modified_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12821
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
12822
|
+
'name': smithy_client_1.expectString,
|
|
12823
|
+
});
|
|
12824
|
+
Object.assign(contents, doc);
|
|
12825
|
+
return contents;
|
|
12826
|
+
};
|
|
12827
|
+
Aws_restJson1.de_UpdateSecretCommand = de_UpdateSecretCommand;
|
|
12569
12828
|
const de_UpdateTypeTemplatesCommand = async (output, context) => {
|
|
12570
12829
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
12571
12830
|
return de_CommandError(output, context);
|
|
@@ -13197,6 +13456,23 @@ function requireAws_restJson1 () {
|
|
|
13197
13456
|
return acc;
|
|
13198
13457
|
}, {});
|
|
13199
13458
|
};
|
|
13459
|
+
const de_SecretList = (output, context) => {
|
|
13460
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
13461
|
+
return de_SecretResponse(entry);
|
|
13462
|
+
});
|
|
13463
|
+
return retVal;
|
|
13464
|
+
};
|
|
13465
|
+
const de_SecretResponse = (output, context) => {
|
|
13466
|
+
return (0, smithy_client_1.take)(output, {
|
|
13467
|
+
'change_reason': smithy_client_1.expectString,
|
|
13468
|
+
'created_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13469
|
+
'created_by': smithy_client_1.expectString,
|
|
13470
|
+
'description': smithy_client_1.expectString,
|
|
13471
|
+
'last_modified_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
13472
|
+
'last_modified_by': smithy_client_1.expectString,
|
|
13473
|
+
'name': smithy_client_1.expectString,
|
|
13474
|
+
});
|
|
13475
|
+
};
|
|
13200
13476
|
const de_TypeTemplatesList = (output, context) => {
|
|
13201
13477
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
13202
13478
|
return de_TypeTemplatesResponse(entry);
|
|
@@ -13375,7 +13651,7 @@ function requireAddMembersToGroupCommand () {
|
|
|
13375
13651
|
exports.AddMembersToGroupCommand = exports.$Command = void 0;
|
|
13376
13652
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13377
13653
|
const middleware_serde_1 = require$$1;
|
|
13378
|
-
const smithy_client_1 = require$$
|
|
13654
|
+
const smithy_client_1 = require$$84;
|
|
13379
13655
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13380
13656
|
class AddMembersToGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13381
13657
|
.m(function (Command, cs, config, o) {
|
|
@@ -13407,7 +13683,7 @@ function requireApplicableVariantsCommand () {
|
|
|
13407
13683
|
exports.ApplicableVariantsCommand = exports.$Command = void 0;
|
|
13408
13684
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13409
13685
|
const middleware_serde_1 = require$$1;
|
|
13410
|
-
const smithy_client_1 = require$$
|
|
13686
|
+
const smithy_client_1 = require$$84;
|
|
13411
13687
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13412
13688
|
class ApplicableVariantsCommand extends smithy_client_1.Command.classBuilder()
|
|
13413
13689
|
.m(function (Command, cs, config, o) {
|
|
@@ -13439,7 +13715,7 @@ function requireBulkOperationCommand () {
|
|
|
13439
13715
|
exports.BulkOperationCommand = exports.$Command = void 0;
|
|
13440
13716
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13441
13717
|
const middleware_serde_1 = require$$1;
|
|
13442
|
-
const smithy_client_1 = require$$
|
|
13718
|
+
const smithy_client_1 = require$$84;
|
|
13443
13719
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13444
13720
|
class BulkOperationCommand extends smithy_client_1.Command.classBuilder()
|
|
13445
13721
|
.m(function (Command, cs, config, o) {
|
|
@@ -13471,7 +13747,7 @@ function requireConcludeExperimentCommand () {
|
|
|
13471
13747
|
exports.ConcludeExperimentCommand = exports.$Command = void 0;
|
|
13472
13748
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13473
13749
|
const middleware_serde_1 = require$$1;
|
|
13474
|
-
const smithy_client_1 = require$$
|
|
13750
|
+
const smithy_client_1 = require$$84;
|
|
13475
13751
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13476
13752
|
class ConcludeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13477
13753
|
.m(function (Command, cs, config, o) {
|
|
@@ -13503,7 +13779,7 @@ function requireCreateContextCommand () {
|
|
|
13503
13779
|
exports.CreateContextCommand = exports.$Command = void 0;
|
|
13504
13780
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13505
13781
|
const middleware_serde_1 = require$$1;
|
|
13506
|
-
const smithy_client_1 = require$$
|
|
13782
|
+
const smithy_client_1 = require$$84;
|
|
13507
13783
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13508
13784
|
class CreateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13509
13785
|
.m(function (Command, cs, config, o) {
|
|
@@ -13535,7 +13811,7 @@ function requireCreateDefaultConfigCommand () {
|
|
|
13535
13811
|
exports.CreateDefaultConfigCommand = exports.$Command = void 0;
|
|
13536
13812
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13537
13813
|
const middleware_serde_1 = require$$1;
|
|
13538
|
-
const smithy_client_1 = require$$
|
|
13814
|
+
const smithy_client_1 = require$$84;
|
|
13539
13815
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13540
13816
|
class CreateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13541
13817
|
.m(function (Command, cs, config, o) {
|
|
@@ -13567,7 +13843,7 @@ function requireCreateDimensionCommand () {
|
|
|
13567
13843
|
exports.CreateDimensionCommand = exports.$Command = void 0;
|
|
13568
13844
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13569
13845
|
const middleware_serde_1 = require$$1;
|
|
13570
|
-
const smithy_client_1 = require$$
|
|
13846
|
+
const smithy_client_1 = require$$84;
|
|
13571
13847
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13572
13848
|
class CreateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13573
13849
|
.m(function (Command, cs, config, o) {
|
|
@@ -13599,7 +13875,7 @@ function requireCreateExperimentCommand () {
|
|
|
13599
13875
|
exports.CreateExperimentCommand = exports.$Command = void 0;
|
|
13600
13876
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13601
13877
|
const middleware_serde_1 = require$$1;
|
|
13602
|
-
const smithy_client_1 = require$$
|
|
13878
|
+
const smithy_client_1 = require$$84;
|
|
13603
13879
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13604
13880
|
class CreateExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
13605
13881
|
.m(function (Command, cs, config, o) {
|
|
@@ -13631,7 +13907,7 @@ function requireCreateExperimentGroupCommand () {
|
|
|
13631
13907
|
exports.CreateExperimentGroupCommand = exports.$Command = void 0;
|
|
13632
13908
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13633
13909
|
const middleware_serde_1 = require$$1;
|
|
13634
|
-
const smithy_client_1 = require$$
|
|
13910
|
+
const smithy_client_1 = require$$84;
|
|
13635
13911
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13636
13912
|
class CreateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13637
13913
|
.m(function (Command, cs, config, o) {
|
|
@@ -13663,7 +13939,7 @@ function requireCreateFunctionCommand () {
|
|
|
13663
13939
|
exports.CreateFunctionCommand = exports.$Command = void 0;
|
|
13664
13940
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13665
13941
|
const middleware_serde_1 = require$$1;
|
|
13666
|
-
const smithy_client_1 = require$$
|
|
13942
|
+
const smithy_client_1 = require$$84;
|
|
13667
13943
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13668
13944
|
class CreateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
13669
13945
|
.m(function (Command, cs, config, o) {
|
|
@@ -13695,7 +13971,7 @@ function requireCreateOrganisationCommand () {
|
|
|
13695
13971
|
exports.CreateOrganisationCommand = exports.$Command = void 0;
|
|
13696
13972
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13697
13973
|
const middleware_serde_1 = require$$1;
|
|
13698
|
-
const smithy_client_1 = require$$
|
|
13974
|
+
const smithy_client_1 = require$$84;
|
|
13699
13975
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13700
13976
|
class CreateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
13701
13977
|
.m(function (Command, cs, config, o) {
|
|
@@ -13715,6 +13991,38 @@ function requireCreateOrganisationCommand () {
|
|
|
13715
13991
|
return CreateOrganisationCommand;
|
|
13716
13992
|
}
|
|
13717
13993
|
|
|
13994
|
+
var CreateSecretCommand = {};
|
|
13995
|
+
|
|
13996
|
+
var hasRequiredCreateSecretCommand;
|
|
13997
|
+
|
|
13998
|
+
function requireCreateSecretCommand () {
|
|
13999
|
+
if (hasRequiredCreateSecretCommand) return CreateSecretCommand;
|
|
14000
|
+
hasRequiredCreateSecretCommand = 1;
|
|
14001
|
+
(function (exports) {
|
|
14002
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14003
|
+
exports.CreateSecretCommand = exports.$Command = void 0;
|
|
14004
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14005
|
+
const middleware_serde_1 = require$$1;
|
|
14006
|
+
const smithy_client_1 = require$$84;
|
|
14007
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14008
|
+
class CreateSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
14009
|
+
.m(function (Command, cs, config, o) {
|
|
14010
|
+
return [
|
|
14011
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14012
|
+
];
|
|
14013
|
+
})
|
|
14014
|
+
.s("Superposition", "CreateSecret", {})
|
|
14015
|
+
.n("SuperpositionClient", "CreateSecretCommand")
|
|
14016
|
+
.f(void 0, void 0)
|
|
14017
|
+
.ser(Aws_restJson1_1.se_CreateSecretCommand)
|
|
14018
|
+
.de(Aws_restJson1_1.de_CreateSecretCommand)
|
|
14019
|
+
.build() {
|
|
14020
|
+
}
|
|
14021
|
+
exports.CreateSecretCommand = CreateSecretCommand;
|
|
14022
|
+
} (CreateSecretCommand));
|
|
14023
|
+
return CreateSecretCommand;
|
|
14024
|
+
}
|
|
14025
|
+
|
|
13718
14026
|
var CreateTypeTemplatesCommand = {};
|
|
13719
14027
|
|
|
13720
14028
|
var hasRequiredCreateTypeTemplatesCommand;
|
|
@@ -13727,7 +14035,7 @@ function requireCreateTypeTemplatesCommand () {
|
|
|
13727
14035
|
exports.CreateTypeTemplatesCommand = exports.$Command = void 0;
|
|
13728
14036
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13729
14037
|
const middleware_serde_1 = require$$1;
|
|
13730
|
-
const smithy_client_1 = require$$
|
|
14038
|
+
const smithy_client_1 = require$$84;
|
|
13731
14039
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13732
14040
|
class CreateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
13733
14041
|
.m(function (Command, cs, config, o) {
|
|
@@ -13759,7 +14067,7 @@ function requireCreateVariableCommand () {
|
|
|
13759
14067
|
exports.CreateVariableCommand = exports.$Command = void 0;
|
|
13760
14068
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13761
14069
|
const middleware_serde_1 = require$$1;
|
|
13762
|
-
const smithy_client_1 = require$$
|
|
14070
|
+
const smithy_client_1 = require$$84;
|
|
13763
14071
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13764
14072
|
class CreateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
13765
14073
|
.m(function (Command, cs, config, o) {
|
|
@@ -13791,7 +14099,7 @@ function requireCreateWebhookCommand () {
|
|
|
13791
14099
|
exports.CreateWebhookCommand = exports.$Command = void 0;
|
|
13792
14100
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13793
14101
|
const middleware_serde_1 = require$$1;
|
|
13794
|
-
const smithy_client_1 = require$$
|
|
14102
|
+
const smithy_client_1 = require$$84;
|
|
13795
14103
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13796
14104
|
class CreateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
13797
14105
|
.m(function (Command, cs, config, o) {
|
|
@@ -13823,7 +14131,7 @@ function requireCreateWorkspaceCommand () {
|
|
|
13823
14131
|
exports.CreateWorkspaceCommand = exports.$Command = void 0;
|
|
13824
14132
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13825
14133
|
const middleware_serde_1 = require$$1;
|
|
13826
|
-
const smithy_client_1 = require$$
|
|
14134
|
+
const smithy_client_1 = require$$84;
|
|
13827
14135
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13828
14136
|
class CreateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
13829
14137
|
.m(function (Command, cs, config, o) {
|
|
@@ -13855,7 +14163,7 @@ function requireDeleteContextCommand () {
|
|
|
13855
14163
|
exports.DeleteContextCommand = exports.$Command = void 0;
|
|
13856
14164
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13857
14165
|
const middleware_serde_1 = require$$1;
|
|
13858
|
-
const smithy_client_1 = require$$
|
|
14166
|
+
const smithy_client_1 = require$$84;
|
|
13859
14167
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13860
14168
|
class DeleteContextCommand extends smithy_client_1.Command.classBuilder()
|
|
13861
14169
|
.m(function (Command, cs, config, o) {
|
|
@@ -13887,7 +14195,7 @@ function requireDeleteDefaultConfigCommand () {
|
|
|
13887
14195
|
exports.DeleteDefaultConfigCommand = exports.$Command = void 0;
|
|
13888
14196
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13889
14197
|
const middleware_serde_1 = require$$1;
|
|
13890
|
-
const smithy_client_1 = require$$
|
|
14198
|
+
const smithy_client_1 = require$$84;
|
|
13891
14199
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13892
14200
|
class DeleteDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
13893
14201
|
.m(function (Command, cs, config, o) {
|
|
@@ -13919,7 +14227,7 @@ function requireDeleteDimensionCommand () {
|
|
|
13919
14227
|
exports.DeleteDimensionCommand = exports.$Command = void 0;
|
|
13920
14228
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13921
14229
|
const middleware_serde_1 = require$$1;
|
|
13922
|
-
const smithy_client_1 = require$$
|
|
14230
|
+
const smithy_client_1 = require$$84;
|
|
13923
14231
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13924
14232
|
class DeleteDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
13925
14233
|
.m(function (Command, cs, config, o) {
|
|
@@ -13951,7 +14259,7 @@ function requireDeleteExperimentGroupCommand () {
|
|
|
13951
14259
|
exports.DeleteExperimentGroupCommand = exports.$Command = void 0;
|
|
13952
14260
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13953
14261
|
const middleware_serde_1 = require$$1;
|
|
13954
|
-
const smithy_client_1 = require$$
|
|
14262
|
+
const smithy_client_1 = require$$84;
|
|
13955
14263
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13956
14264
|
class DeleteExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
13957
14265
|
.m(function (Command, cs, config, o) {
|
|
@@ -13983,7 +14291,7 @@ function requireDeleteFunctionCommand () {
|
|
|
13983
14291
|
exports.DeleteFunctionCommand = exports.$Command = void 0;
|
|
13984
14292
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
13985
14293
|
const middleware_serde_1 = require$$1;
|
|
13986
|
-
const smithy_client_1 = require$$
|
|
14294
|
+
const smithy_client_1 = require$$84;
|
|
13987
14295
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
13988
14296
|
class DeleteFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
13989
14297
|
.m(function (Command, cs, config, o) {
|
|
@@ -14003,6 +14311,38 @@ function requireDeleteFunctionCommand () {
|
|
|
14003
14311
|
return DeleteFunctionCommand;
|
|
14004
14312
|
}
|
|
14005
14313
|
|
|
14314
|
+
var DeleteSecretCommand = {};
|
|
14315
|
+
|
|
14316
|
+
var hasRequiredDeleteSecretCommand;
|
|
14317
|
+
|
|
14318
|
+
function requireDeleteSecretCommand () {
|
|
14319
|
+
if (hasRequiredDeleteSecretCommand) return DeleteSecretCommand;
|
|
14320
|
+
hasRequiredDeleteSecretCommand = 1;
|
|
14321
|
+
(function (exports) {
|
|
14322
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14323
|
+
exports.DeleteSecretCommand = exports.$Command = void 0;
|
|
14324
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14325
|
+
const middleware_serde_1 = require$$1;
|
|
14326
|
+
const smithy_client_1 = require$$84;
|
|
14327
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14328
|
+
class DeleteSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
14329
|
+
.m(function (Command, cs, config, o) {
|
|
14330
|
+
return [
|
|
14331
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14332
|
+
];
|
|
14333
|
+
})
|
|
14334
|
+
.s("Superposition", "DeleteSecret", {})
|
|
14335
|
+
.n("SuperpositionClient", "DeleteSecretCommand")
|
|
14336
|
+
.f(void 0, void 0)
|
|
14337
|
+
.ser(Aws_restJson1_1.se_DeleteSecretCommand)
|
|
14338
|
+
.de(Aws_restJson1_1.de_DeleteSecretCommand)
|
|
14339
|
+
.build() {
|
|
14340
|
+
}
|
|
14341
|
+
exports.DeleteSecretCommand = DeleteSecretCommand;
|
|
14342
|
+
} (DeleteSecretCommand));
|
|
14343
|
+
return DeleteSecretCommand;
|
|
14344
|
+
}
|
|
14345
|
+
|
|
14006
14346
|
var DeleteTypeTemplatesCommand = {};
|
|
14007
14347
|
|
|
14008
14348
|
var hasRequiredDeleteTypeTemplatesCommand;
|
|
@@ -14015,7 +14355,7 @@ function requireDeleteTypeTemplatesCommand () {
|
|
|
14015
14355
|
exports.DeleteTypeTemplatesCommand = exports.$Command = void 0;
|
|
14016
14356
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14017
14357
|
const middleware_serde_1 = require$$1;
|
|
14018
|
-
const smithy_client_1 = require$$
|
|
14358
|
+
const smithy_client_1 = require$$84;
|
|
14019
14359
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14020
14360
|
class DeleteTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
14021
14361
|
.m(function (Command, cs, config, o) {
|
|
@@ -14047,7 +14387,7 @@ function requireDeleteVariableCommand () {
|
|
|
14047
14387
|
exports.DeleteVariableCommand = exports.$Command = void 0;
|
|
14048
14388
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14049
14389
|
const middleware_serde_1 = require$$1;
|
|
14050
|
-
const smithy_client_1 = require$$
|
|
14390
|
+
const smithy_client_1 = require$$84;
|
|
14051
14391
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14052
14392
|
class DeleteVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
14053
14393
|
.m(function (Command, cs, config, o) {
|
|
@@ -14079,7 +14419,7 @@ function requireDeleteWebhookCommand () {
|
|
|
14079
14419
|
exports.DeleteWebhookCommand = exports.$Command = void 0;
|
|
14080
14420
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14081
14421
|
const middleware_serde_1 = require$$1;
|
|
14082
|
-
const smithy_client_1 = require$$
|
|
14422
|
+
const smithy_client_1 = require$$84;
|
|
14083
14423
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14084
14424
|
class DeleteWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14085
14425
|
.m(function (Command, cs, config, o) {
|
|
@@ -14111,7 +14451,7 @@ function requireDiscardExperimentCommand () {
|
|
|
14111
14451
|
exports.DiscardExperimentCommand = exports.$Command = void 0;
|
|
14112
14452
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14113
14453
|
const middleware_serde_1 = require$$1;
|
|
14114
|
-
const smithy_client_1 = require$$
|
|
14454
|
+
const smithy_client_1 = require$$84;
|
|
14115
14455
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14116
14456
|
class DiscardExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14117
14457
|
.m(function (Command, cs, config, o) {
|
|
@@ -14143,7 +14483,7 @@ function requireGetConfigCommand () {
|
|
|
14143
14483
|
exports.GetConfigCommand = exports.$Command = void 0;
|
|
14144
14484
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14145
14485
|
const middleware_serde_1 = require$$1;
|
|
14146
|
-
const smithy_client_1 = require$$
|
|
14486
|
+
const smithy_client_1 = require$$84;
|
|
14147
14487
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14148
14488
|
class GetConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14149
14489
|
.m(function (Command, cs, config, o) {
|
|
@@ -14175,7 +14515,7 @@ function requireGetConfigFastCommand () {
|
|
|
14175
14515
|
exports.GetConfigFastCommand = exports.$Command = void 0;
|
|
14176
14516
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14177
14517
|
const middleware_serde_1 = require$$1;
|
|
14178
|
-
const smithy_client_1 = require$$
|
|
14518
|
+
const smithy_client_1 = require$$84;
|
|
14179
14519
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14180
14520
|
class GetConfigFastCommand extends smithy_client_1.Command.classBuilder()
|
|
14181
14521
|
.m(function (Command, cs, config, o) {
|
|
@@ -14207,7 +14547,7 @@ function requireGetContextCommand () {
|
|
|
14207
14547
|
exports.GetContextCommand = exports.$Command = void 0;
|
|
14208
14548
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14209
14549
|
const middleware_serde_1 = require$$1;
|
|
14210
|
-
const smithy_client_1 = require$$
|
|
14550
|
+
const smithy_client_1 = require$$84;
|
|
14211
14551
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14212
14552
|
class GetContextCommand extends smithy_client_1.Command.classBuilder()
|
|
14213
14553
|
.m(function (Command, cs, config, o) {
|
|
@@ -14239,7 +14579,7 @@ function requireGetContextFromConditionCommand () {
|
|
|
14239
14579
|
exports.GetContextFromConditionCommand = exports.$Command = void 0;
|
|
14240
14580
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14241
14581
|
const middleware_serde_1 = require$$1;
|
|
14242
|
-
const smithy_client_1 = require$$
|
|
14582
|
+
const smithy_client_1 = require$$84;
|
|
14243
14583
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14244
14584
|
class GetContextFromConditionCommand extends smithy_client_1.Command.classBuilder()
|
|
14245
14585
|
.m(function (Command, cs, config, o) {
|
|
@@ -14271,7 +14611,7 @@ function requireGetDefaultConfigCommand () {
|
|
|
14271
14611
|
exports.GetDefaultConfigCommand = exports.$Command = void 0;
|
|
14272
14612
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14273
14613
|
const middleware_serde_1 = require$$1;
|
|
14274
|
-
const smithy_client_1 = require$$
|
|
14614
|
+
const smithy_client_1 = require$$84;
|
|
14275
14615
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14276
14616
|
class GetDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14277
14617
|
.m(function (Command, cs, config, o) {
|
|
@@ -14303,7 +14643,7 @@ function requireGetDimensionCommand () {
|
|
|
14303
14643
|
exports.GetDimensionCommand = exports.$Command = void 0;
|
|
14304
14644
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14305
14645
|
const middleware_serde_1 = require$$1;
|
|
14306
|
-
const smithy_client_1 = require$$
|
|
14646
|
+
const smithy_client_1 = require$$84;
|
|
14307
14647
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14308
14648
|
class GetDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
14309
14649
|
.m(function (Command, cs, config, o) {
|
|
@@ -14335,7 +14675,7 @@ function requireGetExperimentCommand () {
|
|
|
14335
14675
|
exports.GetExperimentCommand = exports.$Command = void 0;
|
|
14336
14676
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14337
14677
|
const middleware_serde_1 = require$$1;
|
|
14338
|
-
const smithy_client_1 = require$$
|
|
14678
|
+
const smithy_client_1 = require$$84;
|
|
14339
14679
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14340
14680
|
class GetExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14341
14681
|
.m(function (Command, cs, config, o) {
|
|
@@ -14367,7 +14707,7 @@ function requireGetExperimentGroupCommand () {
|
|
|
14367
14707
|
exports.GetExperimentGroupCommand = exports.$Command = void 0;
|
|
14368
14708
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14369
14709
|
const middleware_serde_1 = require$$1;
|
|
14370
|
-
const smithy_client_1 = require$$
|
|
14710
|
+
const smithy_client_1 = require$$84;
|
|
14371
14711
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14372
14712
|
class GetExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
14373
14713
|
.m(function (Command, cs, config, o) {
|
|
@@ -14399,7 +14739,7 @@ function requireGetFunctionCommand () {
|
|
|
14399
14739
|
exports.GetFunctionCommand = exports.$Command = void 0;
|
|
14400
14740
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14401
14741
|
const middleware_serde_1 = require$$1;
|
|
14402
|
-
const smithy_client_1 = require$$
|
|
14742
|
+
const smithy_client_1 = require$$84;
|
|
14403
14743
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14404
14744
|
class GetFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14405
14745
|
.m(function (Command, cs, config, o) {
|
|
@@ -14431,7 +14771,7 @@ function requireGetOrganisationCommand () {
|
|
|
14431
14771
|
exports.GetOrganisationCommand = exports.$Command = void 0;
|
|
14432
14772
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14433
14773
|
const middleware_serde_1 = require$$1;
|
|
14434
|
-
const smithy_client_1 = require$$
|
|
14774
|
+
const smithy_client_1 = require$$84;
|
|
14435
14775
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14436
14776
|
class GetOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
14437
14777
|
.m(function (Command, cs, config, o) {
|
|
@@ -14463,7 +14803,7 @@ function requireGetResolvedConfigCommand () {
|
|
|
14463
14803
|
exports.GetResolvedConfigCommand = exports.$Command = void 0;
|
|
14464
14804
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14465
14805
|
const middleware_serde_1 = require$$1;
|
|
14466
|
-
const smithy_client_1 = require$$
|
|
14806
|
+
const smithy_client_1 = require$$84;
|
|
14467
14807
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14468
14808
|
class GetResolvedConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
14469
14809
|
.m(function (Command, cs, config, o) {
|
|
@@ -14495,7 +14835,7 @@ function requireGetResolvedConfigWithIdentifierCommand () {
|
|
|
14495
14835
|
exports.GetResolvedConfigWithIdentifierCommand = exports.$Command = void 0;
|
|
14496
14836
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14497
14837
|
const middleware_serde_1 = require$$1;
|
|
14498
|
-
const smithy_client_1 = require$$
|
|
14838
|
+
const smithy_client_1 = require$$84;
|
|
14499
14839
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14500
14840
|
class GetResolvedConfigWithIdentifierCommand extends smithy_client_1.Command.classBuilder()
|
|
14501
14841
|
.m(function (Command, cs, config, o) {
|
|
@@ -14515,6 +14855,38 @@ function requireGetResolvedConfigWithIdentifierCommand () {
|
|
|
14515
14855
|
return GetResolvedConfigWithIdentifierCommand;
|
|
14516
14856
|
}
|
|
14517
14857
|
|
|
14858
|
+
var GetSecretCommand = {};
|
|
14859
|
+
|
|
14860
|
+
var hasRequiredGetSecretCommand;
|
|
14861
|
+
|
|
14862
|
+
function requireGetSecretCommand () {
|
|
14863
|
+
if (hasRequiredGetSecretCommand) return GetSecretCommand;
|
|
14864
|
+
hasRequiredGetSecretCommand = 1;
|
|
14865
|
+
(function (exports) {
|
|
14866
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14867
|
+
exports.GetSecretCommand = exports.$Command = void 0;
|
|
14868
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14869
|
+
const middleware_serde_1 = require$$1;
|
|
14870
|
+
const smithy_client_1 = require$$84;
|
|
14871
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14872
|
+
class GetSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
14873
|
+
.m(function (Command, cs, config, o) {
|
|
14874
|
+
return [
|
|
14875
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14876
|
+
];
|
|
14877
|
+
})
|
|
14878
|
+
.s("Superposition", "GetSecret", {})
|
|
14879
|
+
.n("SuperpositionClient", "GetSecretCommand")
|
|
14880
|
+
.f(void 0, void 0)
|
|
14881
|
+
.ser(Aws_restJson1_1.se_GetSecretCommand)
|
|
14882
|
+
.de(Aws_restJson1_1.de_GetSecretCommand)
|
|
14883
|
+
.build() {
|
|
14884
|
+
}
|
|
14885
|
+
exports.GetSecretCommand = GetSecretCommand;
|
|
14886
|
+
} (GetSecretCommand));
|
|
14887
|
+
return GetSecretCommand;
|
|
14888
|
+
}
|
|
14889
|
+
|
|
14518
14890
|
var GetTypeTemplateCommand = {};
|
|
14519
14891
|
|
|
14520
14892
|
var hasRequiredGetTypeTemplateCommand;
|
|
@@ -14527,7 +14899,7 @@ function requireGetTypeTemplateCommand () {
|
|
|
14527
14899
|
exports.GetTypeTemplateCommand = exports.$Command = void 0;
|
|
14528
14900
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14529
14901
|
const middleware_serde_1 = require$$1;
|
|
14530
|
-
const smithy_client_1 = require$$
|
|
14902
|
+
const smithy_client_1 = require$$84;
|
|
14531
14903
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14532
14904
|
class GetTypeTemplateCommand extends smithy_client_1.Command.classBuilder()
|
|
14533
14905
|
.m(function (Command, cs, config, o) {
|
|
@@ -14559,7 +14931,7 @@ function requireGetTypeTemplatesListCommand () {
|
|
|
14559
14931
|
exports.GetTypeTemplatesListCommand = exports.$Command = void 0;
|
|
14560
14932
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14561
14933
|
const middleware_serde_1 = require$$1;
|
|
14562
|
-
const smithy_client_1 = require$$
|
|
14934
|
+
const smithy_client_1 = require$$84;
|
|
14563
14935
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14564
14936
|
class GetTypeTemplatesListCommand extends smithy_client_1.Command.classBuilder()
|
|
14565
14937
|
.m(function (Command, cs, config, o) {
|
|
@@ -14591,7 +14963,7 @@ function requireGetVariableCommand () {
|
|
|
14591
14963
|
exports.GetVariableCommand = exports.$Command = void 0;
|
|
14592
14964
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14593
14965
|
const middleware_serde_1 = require$$1;
|
|
14594
|
-
const smithy_client_1 = require$$
|
|
14966
|
+
const smithy_client_1 = require$$84;
|
|
14595
14967
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14596
14968
|
class GetVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
14597
14969
|
.m(function (Command, cs, config, o) {
|
|
@@ -14623,7 +14995,7 @@ function requireGetVersionCommand () {
|
|
|
14623
14995
|
exports.GetVersionCommand = exports.$Command = void 0;
|
|
14624
14996
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14625
14997
|
const middleware_serde_1 = require$$1;
|
|
14626
|
-
const smithy_client_1 = require$$
|
|
14998
|
+
const smithy_client_1 = require$$84;
|
|
14627
14999
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14628
15000
|
class GetVersionCommand extends smithy_client_1.Command.classBuilder()
|
|
14629
15001
|
.m(function (Command, cs, config, o) {
|
|
@@ -14655,7 +15027,7 @@ function requireGetWebhookByEventCommand () {
|
|
|
14655
15027
|
exports.GetWebhookByEventCommand = exports.$Command = void 0;
|
|
14656
15028
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14657
15029
|
const middleware_serde_1 = require$$1;
|
|
14658
|
-
const smithy_client_1 = require$$
|
|
15030
|
+
const smithy_client_1 = require$$84;
|
|
14659
15031
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14660
15032
|
class GetWebhookByEventCommand extends smithy_client_1.Command.classBuilder()
|
|
14661
15033
|
.m(function (Command, cs, config, o) {
|
|
@@ -14687,7 +15059,7 @@ function requireGetWebhookCommand () {
|
|
|
14687
15059
|
exports.GetWebhookCommand = exports.$Command = void 0;
|
|
14688
15060
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14689
15061
|
const middleware_serde_1 = require$$1;
|
|
14690
|
-
const smithy_client_1 = require$$
|
|
15062
|
+
const smithy_client_1 = require$$84;
|
|
14691
15063
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14692
15064
|
class GetWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
14693
15065
|
.m(function (Command, cs, config, o) {
|
|
@@ -14719,7 +15091,7 @@ function requireGetWorkspaceCommand () {
|
|
|
14719
15091
|
exports.GetWorkspaceCommand = exports.$Command = void 0;
|
|
14720
15092
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14721
15093
|
const middleware_serde_1 = require$$1;
|
|
14722
|
-
const smithy_client_1 = require$$
|
|
15094
|
+
const smithy_client_1 = require$$84;
|
|
14723
15095
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14724
15096
|
class GetWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
14725
15097
|
.m(function (Command, cs, config, o) {
|
|
@@ -14751,7 +15123,7 @@ function requireListAuditLogsCommand () {
|
|
|
14751
15123
|
exports.ListAuditLogsCommand = exports.$Command = void 0;
|
|
14752
15124
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14753
15125
|
const middleware_serde_1 = require$$1;
|
|
14754
|
-
const smithy_client_1 = require$$
|
|
15126
|
+
const smithy_client_1 = require$$84;
|
|
14755
15127
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14756
15128
|
class ListAuditLogsCommand extends smithy_client_1.Command.classBuilder()
|
|
14757
15129
|
.m(function (Command, cs, config, o) {
|
|
@@ -14783,7 +15155,7 @@ function requireListContextsCommand () {
|
|
|
14783
15155
|
exports.ListContextsCommand = exports.$Command = void 0;
|
|
14784
15156
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14785
15157
|
const middleware_serde_1 = require$$1;
|
|
14786
|
-
const smithy_client_1 = require$$
|
|
15158
|
+
const smithy_client_1 = require$$84;
|
|
14787
15159
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14788
15160
|
class ListContextsCommand extends smithy_client_1.Command.classBuilder()
|
|
14789
15161
|
.m(function (Command, cs, config, o) {
|
|
@@ -14815,7 +15187,7 @@ function requireListDefaultConfigsCommand () {
|
|
|
14815
15187
|
exports.ListDefaultConfigsCommand = exports.$Command = void 0;
|
|
14816
15188
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14817
15189
|
const middleware_serde_1 = require$$1;
|
|
14818
|
-
const smithy_client_1 = require$$
|
|
15190
|
+
const smithy_client_1 = require$$84;
|
|
14819
15191
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14820
15192
|
class ListDefaultConfigsCommand extends smithy_client_1.Command.classBuilder()
|
|
14821
15193
|
.m(function (Command, cs, config, o) {
|
|
@@ -14847,7 +15219,7 @@ function requireListDimensionsCommand () {
|
|
|
14847
15219
|
exports.ListDimensionsCommand = exports.$Command = void 0;
|
|
14848
15220
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14849
15221
|
const middleware_serde_1 = require$$1;
|
|
14850
|
-
const smithy_client_1 = require$$
|
|
15222
|
+
const smithy_client_1 = require$$84;
|
|
14851
15223
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14852
15224
|
class ListDimensionsCommand extends smithy_client_1.Command.classBuilder()
|
|
14853
15225
|
.m(function (Command, cs, config, o) {
|
|
@@ -14879,7 +15251,7 @@ function requireListExperimentCommand () {
|
|
|
14879
15251
|
exports.ListExperimentCommand = exports.$Command = void 0;
|
|
14880
15252
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14881
15253
|
const middleware_serde_1 = require$$1;
|
|
14882
|
-
const smithy_client_1 = require$$
|
|
15254
|
+
const smithy_client_1 = require$$84;
|
|
14883
15255
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14884
15256
|
class ListExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
14885
15257
|
.m(function (Command, cs, config, o) {
|
|
@@ -14911,7 +15283,7 @@ function requireListExperimentGroupsCommand () {
|
|
|
14911
15283
|
exports.ListExperimentGroupsCommand = exports.$Command = void 0;
|
|
14912
15284
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14913
15285
|
const middleware_serde_1 = require$$1;
|
|
14914
|
-
const smithy_client_1 = require$$
|
|
15286
|
+
const smithy_client_1 = require$$84;
|
|
14915
15287
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14916
15288
|
class ListExperimentGroupsCommand extends smithy_client_1.Command.classBuilder()
|
|
14917
15289
|
.m(function (Command, cs, config, o) {
|
|
@@ -14943,7 +15315,7 @@ function requireListFunctionCommand () {
|
|
|
14943
15315
|
exports.ListFunctionCommand = exports.$Command = void 0;
|
|
14944
15316
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14945
15317
|
const middleware_serde_1 = require$$1;
|
|
14946
|
-
const smithy_client_1 = require$$
|
|
15318
|
+
const smithy_client_1 = require$$84;
|
|
14947
15319
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14948
15320
|
class ListFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
14949
15321
|
.m(function (Command, cs, config, o) {
|
|
@@ -14975,7 +15347,7 @@ function requireListOrganisationCommand () {
|
|
|
14975
15347
|
exports.ListOrganisationCommand = exports.$Command = void 0;
|
|
14976
15348
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
14977
15349
|
const middleware_serde_1 = require$$1;
|
|
14978
|
-
const smithy_client_1 = require$$
|
|
15350
|
+
const smithy_client_1 = require$$84;
|
|
14979
15351
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
14980
15352
|
class ListOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
14981
15353
|
.m(function (Command, cs, config, o) {
|
|
@@ -14995,6 +15367,38 @@ function requireListOrganisationCommand () {
|
|
|
14995
15367
|
return ListOrganisationCommand;
|
|
14996
15368
|
}
|
|
14997
15369
|
|
|
15370
|
+
var ListSecretsCommand = {};
|
|
15371
|
+
|
|
15372
|
+
var hasRequiredListSecretsCommand;
|
|
15373
|
+
|
|
15374
|
+
function requireListSecretsCommand () {
|
|
15375
|
+
if (hasRequiredListSecretsCommand) return ListSecretsCommand;
|
|
15376
|
+
hasRequiredListSecretsCommand = 1;
|
|
15377
|
+
(function (exports) {
|
|
15378
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15379
|
+
exports.ListSecretsCommand = exports.$Command = void 0;
|
|
15380
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15381
|
+
const middleware_serde_1 = require$$1;
|
|
15382
|
+
const smithy_client_1 = require$$84;
|
|
15383
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15384
|
+
class ListSecretsCommand extends smithy_client_1.Command.classBuilder()
|
|
15385
|
+
.m(function (Command, cs, config, o) {
|
|
15386
|
+
return [
|
|
15387
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15388
|
+
];
|
|
15389
|
+
})
|
|
15390
|
+
.s("Superposition", "ListSecrets", {})
|
|
15391
|
+
.n("SuperpositionClient", "ListSecretsCommand")
|
|
15392
|
+
.f(void 0, void 0)
|
|
15393
|
+
.ser(Aws_restJson1_1.se_ListSecretsCommand)
|
|
15394
|
+
.de(Aws_restJson1_1.de_ListSecretsCommand)
|
|
15395
|
+
.build() {
|
|
15396
|
+
}
|
|
15397
|
+
exports.ListSecretsCommand = ListSecretsCommand;
|
|
15398
|
+
} (ListSecretsCommand));
|
|
15399
|
+
return ListSecretsCommand;
|
|
15400
|
+
}
|
|
15401
|
+
|
|
14998
15402
|
var ListVariablesCommand = {};
|
|
14999
15403
|
|
|
15000
15404
|
var hasRequiredListVariablesCommand;
|
|
@@ -15007,7 +15411,7 @@ function requireListVariablesCommand () {
|
|
|
15007
15411
|
exports.ListVariablesCommand = exports.$Command = void 0;
|
|
15008
15412
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15009
15413
|
const middleware_serde_1 = require$$1;
|
|
15010
|
-
const smithy_client_1 = require$$
|
|
15414
|
+
const smithy_client_1 = require$$84;
|
|
15011
15415
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15012
15416
|
class ListVariablesCommand extends smithy_client_1.Command.classBuilder()
|
|
15013
15417
|
.m(function (Command, cs, config, o) {
|
|
@@ -15039,7 +15443,7 @@ function requireListVersionsCommand () {
|
|
|
15039
15443
|
exports.ListVersionsCommand = exports.$Command = void 0;
|
|
15040
15444
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15041
15445
|
const middleware_serde_1 = require$$1;
|
|
15042
|
-
const smithy_client_1 = require$$
|
|
15446
|
+
const smithy_client_1 = require$$84;
|
|
15043
15447
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15044
15448
|
class ListVersionsCommand extends smithy_client_1.Command.classBuilder()
|
|
15045
15449
|
.m(function (Command, cs, config, o) {
|
|
@@ -15071,7 +15475,7 @@ function requireListWebhookCommand () {
|
|
|
15071
15475
|
exports.ListWebhookCommand = exports.$Command = void 0;
|
|
15072
15476
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15073
15477
|
const middleware_serde_1 = require$$1;
|
|
15074
|
-
const smithy_client_1 = require$$
|
|
15478
|
+
const smithy_client_1 = require$$84;
|
|
15075
15479
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15076
15480
|
class ListWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
15077
15481
|
.m(function (Command, cs, config, o) {
|
|
@@ -15103,7 +15507,7 @@ function requireListWorkspaceCommand () {
|
|
|
15103
15507
|
exports.ListWorkspaceCommand = exports.$Command = void 0;
|
|
15104
15508
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15105
15509
|
const middleware_serde_1 = require$$1;
|
|
15106
|
-
const smithy_client_1 = require$$
|
|
15510
|
+
const smithy_client_1 = require$$84;
|
|
15107
15511
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15108
15512
|
class ListWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
15109
15513
|
.m(function (Command, cs, config, o) {
|
|
@@ -15135,7 +15539,7 @@ function requireMigrateWorkspaceSchemaCommand () {
|
|
|
15135
15539
|
exports.MigrateWorkspaceSchemaCommand = exports.$Command = void 0;
|
|
15136
15540
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15137
15541
|
const middleware_serde_1 = require$$1;
|
|
15138
|
-
const smithy_client_1 = require$$
|
|
15542
|
+
const smithy_client_1 = require$$84;
|
|
15139
15543
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15140
15544
|
class MigrateWorkspaceSchemaCommand extends smithy_client_1.Command.classBuilder()
|
|
15141
15545
|
.m(function (Command, cs, config, o) {
|
|
@@ -15167,7 +15571,7 @@ function requireMoveContextCommand () {
|
|
|
15167
15571
|
exports.MoveContextCommand = exports.$Command = void 0;
|
|
15168
15572
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15169
15573
|
const middleware_serde_1 = require$$1;
|
|
15170
|
-
const smithy_client_1 = require$$
|
|
15574
|
+
const smithy_client_1 = require$$84;
|
|
15171
15575
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15172
15576
|
class MoveContextCommand extends smithy_client_1.Command.classBuilder()
|
|
15173
15577
|
.m(function (Command, cs, config, o) {
|
|
@@ -15199,7 +15603,7 @@ function requirePauseExperimentCommand () {
|
|
|
15199
15603
|
exports.PauseExperimentCommand = exports.$Command = void 0;
|
|
15200
15604
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15201
15605
|
const middleware_serde_1 = require$$1;
|
|
15202
|
-
const smithy_client_1 = require$$
|
|
15606
|
+
const smithy_client_1 = require$$84;
|
|
15203
15607
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15204
15608
|
class PauseExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15205
15609
|
.m(function (Command, cs, config, o) {
|
|
@@ -15231,7 +15635,7 @@ function requirePublishCommand () {
|
|
|
15231
15635
|
exports.PublishCommand = exports.$Command = void 0;
|
|
15232
15636
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15233
15637
|
const middleware_serde_1 = require$$1;
|
|
15234
|
-
const smithy_client_1 = require$$
|
|
15638
|
+
const smithy_client_1 = require$$84;
|
|
15235
15639
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15236
15640
|
class PublishCommand extends smithy_client_1.Command.classBuilder()
|
|
15237
15641
|
.m(function (Command, cs, config, o) {
|
|
@@ -15263,7 +15667,7 @@ function requireRampExperimentCommand () {
|
|
|
15263
15667
|
exports.RampExperimentCommand = exports.$Command = void 0;
|
|
15264
15668
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15265
15669
|
const middleware_serde_1 = require$$1;
|
|
15266
|
-
const smithy_client_1 = require$$
|
|
15670
|
+
const smithy_client_1 = require$$84;
|
|
15267
15671
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15268
15672
|
class RampExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15269
15673
|
.m(function (Command, cs, config, o) {
|
|
@@ -15295,7 +15699,7 @@ function requireRemoveMembersFromGroupCommand () {
|
|
|
15295
15699
|
exports.RemoveMembersFromGroupCommand = exports.$Command = void 0;
|
|
15296
15700
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15297
15701
|
const middleware_serde_1 = require$$1;
|
|
15298
|
-
const smithy_client_1 = require$$
|
|
15702
|
+
const smithy_client_1 = require$$84;
|
|
15299
15703
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15300
15704
|
class RemoveMembersFromGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
15301
15705
|
.m(function (Command, cs, config, o) {
|
|
@@ -15327,7 +15731,7 @@ function requireResumeExperimentCommand () {
|
|
|
15327
15731
|
exports.ResumeExperimentCommand = exports.$Command = void 0;
|
|
15328
15732
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15329
15733
|
const middleware_serde_1 = require$$1;
|
|
15330
|
-
const smithy_client_1 = require$$
|
|
15734
|
+
const smithy_client_1 = require$$84;
|
|
15331
15735
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15332
15736
|
class ResumeExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15333
15737
|
.m(function (Command, cs, config, o) {
|
|
@@ -15347,6 +15751,70 @@ function requireResumeExperimentCommand () {
|
|
|
15347
15751
|
return ResumeExperimentCommand;
|
|
15348
15752
|
}
|
|
15349
15753
|
|
|
15754
|
+
var RotateMasterEncryptionKeyCommand = {};
|
|
15755
|
+
|
|
15756
|
+
var hasRequiredRotateMasterEncryptionKeyCommand;
|
|
15757
|
+
|
|
15758
|
+
function requireRotateMasterEncryptionKeyCommand () {
|
|
15759
|
+
if (hasRequiredRotateMasterEncryptionKeyCommand) return RotateMasterEncryptionKeyCommand;
|
|
15760
|
+
hasRequiredRotateMasterEncryptionKeyCommand = 1;
|
|
15761
|
+
(function (exports) {
|
|
15762
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15763
|
+
exports.RotateMasterEncryptionKeyCommand = exports.$Command = void 0;
|
|
15764
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15765
|
+
const middleware_serde_1 = require$$1;
|
|
15766
|
+
const smithy_client_1 = require$$84;
|
|
15767
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15768
|
+
class RotateMasterEncryptionKeyCommand extends smithy_client_1.Command.classBuilder()
|
|
15769
|
+
.m(function (Command, cs, config, o) {
|
|
15770
|
+
return [
|
|
15771
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15772
|
+
];
|
|
15773
|
+
})
|
|
15774
|
+
.s("Superposition", "RotateMasterEncryptionKey", {})
|
|
15775
|
+
.n("SuperpositionClient", "RotateMasterEncryptionKeyCommand")
|
|
15776
|
+
.f(void 0, void 0)
|
|
15777
|
+
.ser(Aws_restJson1_1.se_RotateMasterEncryptionKeyCommand)
|
|
15778
|
+
.de(Aws_restJson1_1.de_RotateMasterEncryptionKeyCommand)
|
|
15779
|
+
.build() {
|
|
15780
|
+
}
|
|
15781
|
+
exports.RotateMasterEncryptionKeyCommand = RotateMasterEncryptionKeyCommand;
|
|
15782
|
+
} (RotateMasterEncryptionKeyCommand));
|
|
15783
|
+
return RotateMasterEncryptionKeyCommand;
|
|
15784
|
+
}
|
|
15785
|
+
|
|
15786
|
+
var RotateWorkspaceEncryptionKeyCommand = {};
|
|
15787
|
+
|
|
15788
|
+
var hasRequiredRotateWorkspaceEncryptionKeyCommand;
|
|
15789
|
+
|
|
15790
|
+
function requireRotateWorkspaceEncryptionKeyCommand () {
|
|
15791
|
+
if (hasRequiredRotateWorkspaceEncryptionKeyCommand) return RotateWorkspaceEncryptionKeyCommand;
|
|
15792
|
+
hasRequiredRotateWorkspaceEncryptionKeyCommand = 1;
|
|
15793
|
+
(function (exports) {
|
|
15794
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15795
|
+
exports.RotateWorkspaceEncryptionKeyCommand = exports.$Command = void 0;
|
|
15796
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15797
|
+
const middleware_serde_1 = require$$1;
|
|
15798
|
+
const smithy_client_1 = require$$84;
|
|
15799
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15800
|
+
class RotateWorkspaceEncryptionKeyCommand extends smithy_client_1.Command.classBuilder()
|
|
15801
|
+
.m(function (Command, cs, config, o) {
|
|
15802
|
+
return [
|
|
15803
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15804
|
+
];
|
|
15805
|
+
})
|
|
15806
|
+
.s("Superposition", "RotateWorkspaceEncryptionKey", {})
|
|
15807
|
+
.n("SuperpositionClient", "RotateWorkspaceEncryptionKeyCommand")
|
|
15808
|
+
.f(void 0, void 0)
|
|
15809
|
+
.ser(Aws_restJson1_1.se_RotateWorkspaceEncryptionKeyCommand)
|
|
15810
|
+
.de(Aws_restJson1_1.de_RotateWorkspaceEncryptionKeyCommand)
|
|
15811
|
+
.build() {
|
|
15812
|
+
}
|
|
15813
|
+
exports.RotateWorkspaceEncryptionKeyCommand = RotateWorkspaceEncryptionKeyCommand;
|
|
15814
|
+
} (RotateWorkspaceEncryptionKeyCommand));
|
|
15815
|
+
return RotateWorkspaceEncryptionKeyCommand;
|
|
15816
|
+
}
|
|
15817
|
+
|
|
15350
15818
|
var TestCommand = {};
|
|
15351
15819
|
|
|
15352
15820
|
var hasRequiredTestCommand;
|
|
@@ -15359,7 +15827,7 @@ function requireTestCommand () {
|
|
|
15359
15827
|
exports.TestCommand = exports.$Command = void 0;
|
|
15360
15828
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15361
15829
|
const middleware_serde_1 = require$$1;
|
|
15362
|
-
const smithy_client_1 = require$$
|
|
15830
|
+
const smithy_client_1 = require$$84;
|
|
15363
15831
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15364
15832
|
class TestCommand extends smithy_client_1.Command.classBuilder()
|
|
15365
15833
|
.m(function (Command, cs, config, o) {
|
|
@@ -15391,7 +15859,7 @@ function requireUpdateDefaultConfigCommand () {
|
|
|
15391
15859
|
exports.UpdateDefaultConfigCommand = exports.$Command = void 0;
|
|
15392
15860
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15393
15861
|
const middleware_serde_1 = require$$1;
|
|
15394
|
-
const smithy_client_1 = require$$
|
|
15862
|
+
const smithy_client_1 = require$$84;
|
|
15395
15863
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15396
15864
|
class UpdateDefaultConfigCommand extends smithy_client_1.Command.classBuilder()
|
|
15397
15865
|
.m(function (Command, cs, config, o) {
|
|
@@ -15423,7 +15891,7 @@ function requireUpdateDimensionCommand () {
|
|
|
15423
15891
|
exports.UpdateDimensionCommand = exports.$Command = void 0;
|
|
15424
15892
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15425
15893
|
const middleware_serde_1 = require$$1;
|
|
15426
|
-
const smithy_client_1 = require$$
|
|
15894
|
+
const smithy_client_1 = require$$84;
|
|
15427
15895
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15428
15896
|
class UpdateDimensionCommand extends smithy_client_1.Command.classBuilder()
|
|
15429
15897
|
.m(function (Command, cs, config, o) {
|
|
@@ -15455,7 +15923,7 @@ function requireUpdateExperimentGroupCommand () {
|
|
|
15455
15923
|
exports.UpdateExperimentGroupCommand = exports.$Command = void 0;
|
|
15456
15924
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15457
15925
|
const middleware_serde_1 = require$$1;
|
|
15458
|
-
const smithy_client_1 = require$$
|
|
15926
|
+
const smithy_client_1 = require$$84;
|
|
15459
15927
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15460
15928
|
class UpdateExperimentGroupCommand extends smithy_client_1.Command.classBuilder()
|
|
15461
15929
|
.m(function (Command, cs, config, o) {
|
|
@@ -15487,7 +15955,7 @@ function requireUpdateFunctionCommand () {
|
|
|
15487
15955
|
exports.UpdateFunctionCommand = exports.$Command = void 0;
|
|
15488
15956
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15489
15957
|
const middleware_serde_1 = require$$1;
|
|
15490
|
-
const smithy_client_1 = require$$
|
|
15958
|
+
const smithy_client_1 = require$$84;
|
|
15491
15959
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15492
15960
|
class UpdateFunctionCommand extends smithy_client_1.Command.classBuilder()
|
|
15493
15961
|
.m(function (Command, cs, config, o) {
|
|
@@ -15519,7 +15987,7 @@ function requireUpdateOrganisationCommand () {
|
|
|
15519
15987
|
exports.UpdateOrganisationCommand = exports.$Command = void 0;
|
|
15520
15988
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15521
15989
|
const middleware_serde_1 = require$$1;
|
|
15522
|
-
const smithy_client_1 = require$$
|
|
15990
|
+
const smithy_client_1 = require$$84;
|
|
15523
15991
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15524
15992
|
class UpdateOrganisationCommand extends smithy_client_1.Command.classBuilder()
|
|
15525
15993
|
.m(function (Command, cs, config, o) {
|
|
@@ -15551,7 +16019,7 @@ function requireUpdateOverrideCommand () {
|
|
|
15551
16019
|
exports.UpdateOverrideCommand = exports.$Command = void 0;
|
|
15552
16020
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15553
16021
|
const middleware_serde_1 = require$$1;
|
|
15554
|
-
const smithy_client_1 = require$$
|
|
16022
|
+
const smithy_client_1 = require$$84;
|
|
15555
16023
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15556
16024
|
class UpdateOverrideCommand extends smithy_client_1.Command.classBuilder()
|
|
15557
16025
|
.m(function (Command, cs, config, o) {
|
|
@@ -15583,7 +16051,7 @@ function requireUpdateOverridesExperimentCommand () {
|
|
|
15583
16051
|
exports.UpdateOverridesExperimentCommand = exports.$Command = void 0;
|
|
15584
16052
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15585
16053
|
const middleware_serde_1 = require$$1;
|
|
15586
|
-
const smithy_client_1 = require$$
|
|
16054
|
+
const smithy_client_1 = require$$84;
|
|
15587
16055
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15588
16056
|
class UpdateOverridesExperimentCommand extends smithy_client_1.Command.classBuilder()
|
|
15589
16057
|
.m(function (Command, cs, config, o) {
|
|
@@ -15603,6 +16071,38 @@ function requireUpdateOverridesExperimentCommand () {
|
|
|
15603
16071
|
return UpdateOverridesExperimentCommand;
|
|
15604
16072
|
}
|
|
15605
16073
|
|
|
16074
|
+
var UpdateSecretCommand = {};
|
|
16075
|
+
|
|
16076
|
+
var hasRequiredUpdateSecretCommand;
|
|
16077
|
+
|
|
16078
|
+
function requireUpdateSecretCommand () {
|
|
16079
|
+
if (hasRequiredUpdateSecretCommand) return UpdateSecretCommand;
|
|
16080
|
+
hasRequiredUpdateSecretCommand = 1;
|
|
16081
|
+
(function (exports) {
|
|
16082
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16083
|
+
exports.UpdateSecretCommand = exports.$Command = void 0;
|
|
16084
|
+
const Aws_restJson1_1 = requireAws_restJson1();
|
|
16085
|
+
const middleware_serde_1 = require$$1;
|
|
16086
|
+
const smithy_client_1 = require$$84;
|
|
16087
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
16088
|
+
class UpdateSecretCommand extends smithy_client_1.Command.classBuilder()
|
|
16089
|
+
.m(function (Command, cs, config, o) {
|
|
16090
|
+
return [
|
|
16091
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16092
|
+
];
|
|
16093
|
+
})
|
|
16094
|
+
.s("Superposition", "UpdateSecret", {})
|
|
16095
|
+
.n("SuperpositionClient", "UpdateSecretCommand")
|
|
16096
|
+
.f(void 0, void 0)
|
|
16097
|
+
.ser(Aws_restJson1_1.se_UpdateSecretCommand)
|
|
16098
|
+
.de(Aws_restJson1_1.de_UpdateSecretCommand)
|
|
16099
|
+
.build() {
|
|
16100
|
+
}
|
|
16101
|
+
exports.UpdateSecretCommand = UpdateSecretCommand;
|
|
16102
|
+
} (UpdateSecretCommand));
|
|
16103
|
+
return UpdateSecretCommand;
|
|
16104
|
+
}
|
|
16105
|
+
|
|
15606
16106
|
var UpdateTypeTemplatesCommand = {};
|
|
15607
16107
|
|
|
15608
16108
|
var hasRequiredUpdateTypeTemplatesCommand;
|
|
@@ -15615,7 +16115,7 @@ function requireUpdateTypeTemplatesCommand () {
|
|
|
15615
16115
|
exports.UpdateTypeTemplatesCommand = exports.$Command = void 0;
|
|
15616
16116
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15617
16117
|
const middleware_serde_1 = require$$1;
|
|
15618
|
-
const smithy_client_1 = require$$
|
|
16118
|
+
const smithy_client_1 = require$$84;
|
|
15619
16119
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15620
16120
|
class UpdateTypeTemplatesCommand extends smithy_client_1.Command.classBuilder()
|
|
15621
16121
|
.m(function (Command, cs, config, o) {
|
|
@@ -15647,7 +16147,7 @@ function requireUpdateVariableCommand () {
|
|
|
15647
16147
|
exports.UpdateVariableCommand = exports.$Command = void 0;
|
|
15648
16148
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15649
16149
|
const middleware_serde_1 = require$$1;
|
|
15650
|
-
const smithy_client_1 = require$$
|
|
16150
|
+
const smithy_client_1 = require$$84;
|
|
15651
16151
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15652
16152
|
class UpdateVariableCommand extends smithy_client_1.Command.classBuilder()
|
|
15653
16153
|
.m(function (Command, cs, config, o) {
|
|
@@ -15679,7 +16179,7 @@ function requireUpdateWebhookCommand () {
|
|
|
15679
16179
|
exports.UpdateWebhookCommand = exports.$Command = void 0;
|
|
15680
16180
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15681
16181
|
const middleware_serde_1 = require$$1;
|
|
15682
|
-
const smithy_client_1 = require$$
|
|
16182
|
+
const smithy_client_1 = require$$84;
|
|
15683
16183
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15684
16184
|
class UpdateWebhookCommand extends smithy_client_1.Command.classBuilder()
|
|
15685
16185
|
.m(function (Command, cs, config, o) {
|
|
@@ -15711,7 +16211,7 @@ function requireUpdateWorkspaceCommand () {
|
|
|
15711
16211
|
exports.UpdateWorkspaceCommand = exports.$Command = void 0;
|
|
15712
16212
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15713
16213
|
const middleware_serde_1 = require$$1;
|
|
15714
|
-
const smithy_client_1 = require$$
|
|
16214
|
+
const smithy_client_1 = require$$84;
|
|
15715
16215
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15716
16216
|
class UpdateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
|
|
15717
16217
|
.m(function (Command, cs, config, o) {
|
|
@@ -15743,7 +16243,7 @@ function requireValidateContextCommand () {
|
|
|
15743
16243
|
exports.ValidateContextCommand = exports.$Command = void 0;
|
|
15744
16244
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15745
16245
|
const middleware_serde_1 = require$$1;
|
|
15746
|
-
const smithy_client_1 = require$$
|
|
16246
|
+
const smithy_client_1 = require$$84;
|
|
15747
16247
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15748
16248
|
class ValidateContextCommand extends smithy_client_1.Command.classBuilder()
|
|
15749
16249
|
.m(function (Command, cs, config, o) {
|
|
@@ -15775,7 +16275,7 @@ function requireWeightRecomputeCommand () {
|
|
|
15775
16275
|
exports.WeightRecomputeCommand = exports.$Command = void 0;
|
|
15776
16276
|
const Aws_restJson1_1 = requireAws_restJson1();
|
|
15777
16277
|
const middleware_serde_1 = require$$1;
|
|
15778
|
-
const smithy_client_1 = require$$
|
|
16278
|
+
const smithy_client_1 = require$$84;
|
|
15779
16279
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
15780
16280
|
class WeightRecomputeCommand extends smithy_client_1.Command.classBuilder()
|
|
15781
16281
|
.m(function (Command, cs, config, o) {
|
|
@@ -15814,6 +16314,7 @@ function requireSuperposition () {
|
|
|
15814
16314
|
const CreateExperimentGroupCommand_1 = requireCreateExperimentGroupCommand();
|
|
15815
16315
|
const CreateFunctionCommand_1 = requireCreateFunctionCommand();
|
|
15816
16316
|
const CreateOrganisationCommand_1 = requireCreateOrganisationCommand();
|
|
16317
|
+
const CreateSecretCommand_1 = requireCreateSecretCommand();
|
|
15817
16318
|
const CreateTypeTemplatesCommand_1 = requireCreateTypeTemplatesCommand();
|
|
15818
16319
|
const CreateVariableCommand_1 = requireCreateVariableCommand();
|
|
15819
16320
|
const CreateWebhookCommand_1 = requireCreateWebhookCommand();
|
|
@@ -15823,6 +16324,7 @@ function requireSuperposition () {
|
|
|
15823
16324
|
const DeleteDimensionCommand_1 = requireDeleteDimensionCommand();
|
|
15824
16325
|
const DeleteExperimentGroupCommand_1 = requireDeleteExperimentGroupCommand();
|
|
15825
16326
|
const DeleteFunctionCommand_1 = requireDeleteFunctionCommand();
|
|
16327
|
+
const DeleteSecretCommand_1 = requireDeleteSecretCommand();
|
|
15826
16328
|
const DeleteTypeTemplatesCommand_1 = requireDeleteTypeTemplatesCommand();
|
|
15827
16329
|
const DeleteVariableCommand_1 = requireDeleteVariableCommand();
|
|
15828
16330
|
const DeleteWebhookCommand_1 = requireDeleteWebhookCommand();
|
|
@@ -15839,6 +16341,7 @@ function requireSuperposition () {
|
|
|
15839
16341
|
const GetOrganisationCommand_1 = requireGetOrganisationCommand();
|
|
15840
16342
|
const GetResolvedConfigCommand_1 = requireGetResolvedConfigCommand();
|
|
15841
16343
|
const GetResolvedConfigWithIdentifierCommand_1 = requireGetResolvedConfigWithIdentifierCommand();
|
|
16344
|
+
const GetSecretCommand_1 = requireGetSecretCommand();
|
|
15842
16345
|
const GetTypeTemplateCommand_1 = requireGetTypeTemplateCommand();
|
|
15843
16346
|
const GetTypeTemplatesListCommand_1 = requireGetTypeTemplatesListCommand();
|
|
15844
16347
|
const GetVariableCommand_1 = requireGetVariableCommand();
|
|
@@ -15854,6 +16357,7 @@ function requireSuperposition () {
|
|
|
15854
16357
|
const ListExperimentGroupsCommand_1 = requireListExperimentGroupsCommand();
|
|
15855
16358
|
const ListFunctionCommand_1 = requireListFunctionCommand();
|
|
15856
16359
|
const ListOrganisationCommand_1 = requireListOrganisationCommand();
|
|
16360
|
+
const ListSecretsCommand_1 = requireListSecretsCommand();
|
|
15857
16361
|
const ListVariablesCommand_1 = requireListVariablesCommand();
|
|
15858
16362
|
const ListVersionsCommand_1 = requireListVersionsCommand();
|
|
15859
16363
|
const ListWebhookCommand_1 = requireListWebhookCommand();
|
|
@@ -15865,6 +16369,8 @@ function requireSuperposition () {
|
|
|
15865
16369
|
const RampExperimentCommand_1 = requireRampExperimentCommand();
|
|
15866
16370
|
const RemoveMembersFromGroupCommand_1 = requireRemoveMembersFromGroupCommand();
|
|
15867
16371
|
const ResumeExperimentCommand_1 = requireResumeExperimentCommand();
|
|
16372
|
+
const RotateMasterEncryptionKeyCommand_1 = requireRotateMasterEncryptionKeyCommand();
|
|
16373
|
+
const RotateWorkspaceEncryptionKeyCommand_1 = requireRotateWorkspaceEncryptionKeyCommand();
|
|
15868
16374
|
const TestCommand_1 = requireTestCommand();
|
|
15869
16375
|
const UpdateDefaultConfigCommand_1 = requireUpdateDefaultConfigCommand();
|
|
15870
16376
|
const UpdateDimensionCommand_1 = requireUpdateDimensionCommand();
|
|
@@ -15873,13 +16379,14 @@ function requireSuperposition () {
|
|
|
15873
16379
|
const UpdateOrganisationCommand_1 = requireUpdateOrganisationCommand();
|
|
15874
16380
|
const UpdateOverrideCommand_1 = requireUpdateOverrideCommand();
|
|
15875
16381
|
const UpdateOverridesExperimentCommand_1 = requireUpdateOverridesExperimentCommand();
|
|
16382
|
+
const UpdateSecretCommand_1 = requireUpdateSecretCommand();
|
|
15876
16383
|
const UpdateTypeTemplatesCommand_1 = requireUpdateTypeTemplatesCommand();
|
|
15877
16384
|
const UpdateVariableCommand_1 = requireUpdateVariableCommand();
|
|
15878
16385
|
const UpdateWebhookCommand_1 = requireUpdateWebhookCommand();
|
|
15879
16386
|
const UpdateWorkspaceCommand_1 = requireUpdateWorkspaceCommand();
|
|
15880
16387
|
const ValidateContextCommand_1 = requireValidateContextCommand();
|
|
15881
16388
|
const WeightRecomputeCommand_1 = requireWeightRecomputeCommand();
|
|
15882
|
-
const smithy_client_1 = require$$
|
|
16389
|
+
const smithy_client_1 = require$$84;
|
|
15883
16390
|
const commands = {
|
|
15884
16391
|
AddMembersToGroupCommand: AddMembersToGroupCommand_1.AddMembersToGroupCommand,
|
|
15885
16392
|
ApplicableVariantsCommand: ApplicableVariantsCommand_1.ApplicableVariantsCommand,
|
|
@@ -15892,6 +16399,7 @@ function requireSuperposition () {
|
|
|
15892
16399
|
CreateExperimentGroupCommand: CreateExperimentGroupCommand_1.CreateExperimentGroupCommand,
|
|
15893
16400
|
CreateFunctionCommand: CreateFunctionCommand_1.CreateFunctionCommand,
|
|
15894
16401
|
CreateOrganisationCommand: CreateOrganisationCommand_1.CreateOrganisationCommand,
|
|
16402
|
+
CreateSecretCommand: CreateSecretCommand_1.CreateSecretCommand,
|
|
15895
16403
|
CreateTypeTemplatesCommand: CreateTypeTemplatesCommand_1.CreateTypeTemplatesCommand,
|
|
15896
16404
|
CreateVariableCommand: CreateVariableCommand_1.CreateVariableCommand,
|
|
15897
16405
|
CreateWebhookCommand: CreateWebhookCommand_1.CreateWebhookCommand,
|
|
@@ -15901,6 +16409,7 @@ function requireSuperposition () {
|
|
|
15901
16409
|
DeleteDimensionCommand: DeleteDimensionCommand_1.DeleteDimensionCommand,
|
|
15902
16410
|
DeleteExperimentGroupCommand: DeleteExperimentGroupCommand_1.DeleteExperimentGroupCommand,
|
|
15903
16411
|
DeleteFunctionCommand: DeleteFunctionCommand_1.DeleteFunctionCommand,
|
|
16412
|
+
DeleteSecretCommand: DeleteSecretCommand_1.DeleteSecretCommand,
|
|
15904
16413
|
DeleteTypeTemplatesCommand: DeleteTypeTemplatesCommand_1.DeleteTypeTemplatesCommand,
|
|
15905
16414
|
DeleteVariableCommand: DeleteVariableCommand_1.DeleteVariableCommand,
|
|
15906
16415
|
DeleteWebhookCommand: DeleteWebhookCommand_1.DeleteWebhookCommand,
|
|
@@ -15917,6 +16426,7 @@ function requireSuperposition () {
|
|
|
15917
16426
|
GetOrganisationCommand: GetOrganisationCommand_1.GetOrganisationCommand,
|
|
15918
16427
|
GetResolvedConfigCommand: GetResolvedConfigCommand_1.GetResolvedConfigCommand,
|
|
15919
16428
|
GetResolvedConfigWithIdentifierCommand: GetResolvedConfigWithIdentifierCommand_1.GetResolvedConfigWithIdentifierCommand,
|
|
16429
|
+
GetSecretCommand: GetSecretCommand_1.GetSecretCommand,
|
|
15920
16430
|
GetTypeTemplateCommand: GetTypeTemplateCommand_1.GetTypeTemplateCommand,
|
|
15921
16431
|
GetTypeTemplatesListCommand: GetTypeTemplatesListCommand_1.GetTypeTemplatesListCommand,
|
|
15922
16432
|
GetVariableCommand: GetVariableCommand_1.GetVariableCommand,
|
|
@@ -15932,6 +16442,7 @@ function requireSuperposition () {
|
|
|
15932
16442
|
ListExperimentGroupsCommand: ListExperimentGroupsCommand_1.ListExperimentGroupsCommand,
|
|
15933
16443
|
ListFunctionCommand: ListFunctionCommand_1.ListFunctionCommand,
|
|
15934
16444
|
ListOrganisationCommand: ListOrganisationCommand_1.ListOrganisationCommand,
|
|
16445
|
+
ListSecretsCommand: ListSecretsCommand_1.ListSecretsCommand,
|
|
15935
16446
|
ListVariablesCommand: ListVariablesCommand_1.ListVariablesCommand,
|
|
15936
16447
|
ListVersionsCommand: ListVersionsCommand_1.ListVersionsCommand,
|
|
15937
16448
|
ListWebhookCommand: ListWebhookCommand_1.ListWebhookCommand,
|
|
@@ -15943,6 +16454,8 @@ function requireSuperposition () {
|
|
|
15943
16454
|
RampExperimentCommand: RampExperimentCommand_1.RampExperimentCommand,
|
|
15944
16455
|
RemoveMembersFromGroupCommand: RemoveMembersFromGroupCommand_1.RemoveMembersFromGroupCommand,
|
|
15945
16456
|
ResumeExperimentCommand: ResumeExperimentCommand_1.ResumeExperimentCommand,
|
|
16457
|
+
RotateMasterEncryptionKeyCommand: RotateMasterEncryptionKeyCommand_1.RotateMasterEncryptionKeyCommand,
|
|
16458
|
+
RotateWorkspaceEncryptionKeyCommand: RotateWorkspaceEncryptionKeyCommand_1.RotateWorkspaceEncryptionKeyCommand,
|
|
15946
16459
|
TestCommand: TestCommand_1.TestCommand,
|
|
15947
16460
|
UpdateDefaultConfigCommand: UpdateDefaultConfigCommand_1.UpdateDefaultConfigCommand,
|
|
15948
16461
|
UpdateDimensionCommand: UpdateDimensionCommand_1.UpdateDimensionCommand,
|
|
@@ -15951,6 +16464,7 @@ function requireSuperposition () {
|
|
|
15951
16464
|
UpdateOrganisationCommand: UpdateOrganisationCommand_1.UpdateOrganisationCommand,
|
|
15952
16465
|
UpdateOverrideCommand: UpdateOverrideCommand_1.UpdateOverrideCommand,
|
|
15953
16466
|
UpdateOverridesExperimentCommand: UpdateOverridesExperimentCommand_1.UpdateOverridesExperimentCommand,
|
|
16467
|
+
UpdateSecretCommand: UpdateSecretCommand_1.UpdateSecretCommand,
|
|
15954
16468
|
UpdateTypeTemplatesCommand: UpdateTypeTemplatesCommand_1.UpdateTypeTemplatesCommand,
|
|
15955
16469
|
UpdateVariableCommand: UpdateVariableCommand_1.UpdateVariableCommand,
|
|
15956
16470
|
UpdateWebhookCommand: UpdateWebhookCommand_1.UpdateWebhookCommand,
|
|
@@ -15986,6 +16500,7 @@ function requireCommands () {
|
|
|
15986
16500
|
tslib_1.__exportStar(requireCreateExperimentGroupCommand(), exports);
|
|
15987
16501
|
tslib_1.__exportStar(requireCreateFunctionCommand(), exports);
|
|
15988
16502
|
tslib_1.__exportStar(requireCreateOrganisationCommand(), exports);
|
|
16503
|
+
tslib_1.__exportStar(requireCreateSecretCommand(), exports);
|
|
15989
16504
|
tslib_1.__exportStar(requireCreateTypeTemplatesCommand(), exports);
|
|
15990
16505
|
tslib_1.__exportStar(requireCreateVariableCommand(), exports);
|
|
15991
16506
|
tslib_1.__exportStar(requireCreateWebhookCommand(), exports);
|
|
@@ -15995,6 +16510,7 @@ function requireCommands () {
|
|
|
15995
16510
|
tslib_1.__exportStar(requireDeleteDimensionCommand(), exports);
|
|
15996
16511
|
tslib_1.__exportStar(requireDeleteExperimentGroupCommand(), exports);
|
|
15997
16512
|
tslib_1.__exportStar(requireDeleteFunctionCommand(), exports);
|
|
16513
|
+
tslib_1.__exportStar(requireDeleteSecretCommand(), exports);
|
|
15998
16514
|
tslib_1.__exportStar(requireDeleteTypeTemplatesCommand(), exports);
|
|
15999
16515
|
tslib_1.__exportStar(requireDeleteVariableCommand(), exports);
|
|
16000
16516
|
tslib_1.__exportStar(requireDeleteWebhookCommand(), exports);
|
|
@@ -16011,6 +16527,7 @@ function requireCommands () {
|
|
|
16011
16527
|
tslib_1.__exportStar(requireGetOrganisationCommand(), exports);
|
|
16012
16528
|
tslib_1.__exportStar(requireGetResolvedConfigCommand(), exports);
|
|
16013
16529
|
tslib_1.__exportStar(requireGetResolvedConfigWithIdentifierCommand(), exports);
|
|
16530
|
+
tslib_1.__exportStar(requireGetSecretCommand(), exports);
|
|
16014
16531
|
tslib_1.__exportStar(requireGetTypeTemplateCommand(), exports);
|
|
16015
16532
|
tslib_1.__exportStar(requireGetTypeTemplatesListCommand(), exports);
|
|
16016
16533
|
tslib_1.__exportStar(requireGetVariableCommand(), exports);
|
|
@@ -16026,6 +16543,7 @@ function requireCommands () {
|
|
|
16026
16543
|
tslib_1.__exportStar(requireListExperimentGroupsCommand(), exports);
|
|
16027
16544
|
tslib_1.__exportStar(requireListFunctionCommand(), exports);
|
|
16028
16545
|
tslib_1.__exportStar(requireListOrganisationCommand(), exports);
|
|
16546
|
+
tslib_1.__exportStar(requireListSecretsCommand(), exports);
|
|
16029
16547
|
tslib_1.__exportStar(requireListVariablesCommand(), exports);
|
|
16030
16548
|
tslib_1.__exportStar(requireListVersionsCommand(), exports);
|
|
16031
16549
|
tslib_1.__exportStar(requireListWebhookCommand(), exports);
|
|
@@ -16037,6 +16555,8 @@ function requireCommands () {
|
|
|
16037
16555
|
tslib_1.__exportStar(requireRampExperimentCommand(), exports);
|
|
16038
16556
|
tslib_1.__exportStar(requireRemoveMembersFromGroupCommand(), exports);
|
|
16039
16557
|
tslib_1.__exportStar(requireResumeExperimentCommand(), exports);
|
|
16558
|
+
tslib_1.__exportStar(requireRotateMasterEncryptionKeyCommand(), exports);
|
|
16559
|
+
tslib_1.__exportStar(requireRotateWorkspaceEncryptionKeyCommand(), exports);
|
|
16040
16560
|
tslib_1.__exportStar(requireTestCommand(), exports);
|
|
16041
16561
|
tslib_1.__exportStar(requireUpdateDefaultConfigCommand(), exports);
|
|
16042
16562
|
tslib_1.__exportStar(requireUpdateDimensionCommand(), exports);
|
|
@@ -16045,6 +16565,7 @@ function requireCommands () {
|
|
|
16045
16565
|
tslib_1.__exportStar(requireUpdateOrganisationCommand(), exports);
|
|
16046
16566
|
tslib_1.__exportStar(requireUpdateOverrideCommand(), exports);
|
|
16047
16567
|
tslib_1.__exportStar(requireUpdateOverridesExperimentCommand(), exports);
|
|
16568
|
+
tslib_1.__exportStar(requireUpdateSecretCommand(), exports);
|
|
16048
16569
|
tslib_1.__exportStar(requireUpdateTypeTemplatesCommand(), exports);
|
|
16049
16570
|
tslib_1.__exportStar(requireUpdateVariableCommand(), exports);
|
|
16050
16571
|
tslib_1.__exportStar(requireUpdateWebhookCommand(), exports);
|
|
@@ -16093,6 +16614,7 @@ class ExperimentationClient {
|
|
|
16093
16614
|
this.smithyClient = new superpositionSdk.SuperpositionClient({
|
|
16094
16615
|
endpoint: superpositionOptions.endpoint,
|
|
16095
16616
|
token: { token: superpositionOptions.token },
|
|
16617
|
+
requestHandler: superpositionOptions.httpClient,
|
|
16096
16618
|
});
|
|
16097
16619
|
}
|
|
16098
16620
|
async initialize() {
|
|
@@ -16374,6 +16896,7 @@ class ConfigurationClient {
|
|
|
16374
16896
|
this.smithyClient = new superpositionSdk.SuperpositionClient({
|
|
16375
16897
|
endpoint: this.config.endpoint,
|
|
16376
16898
|
token: { token: this.config.token },
|
|
16899
|
+
requestHandler: this.config.httpClient,
|
|
16377
16900
|
});
|
|
16378
16901
|
}
|
|
16379
16902
|
async initialize() {
|
|
@@ -16799,6 +17322,7 @@ class SuperpositionProvider {
|
|
|
16799
17322
|
token: config.token,
|
|
16800
17323
|
org_id: config.org_id,
|
|
16801
17324
|
workspace_id: config.workspace_id,
|
|
17325
|
+
httpClient: config.httpClient,
|
|
16802
17326
|
}, new NativeResolver(), {
|
|
16803
17327
|
fallbackConfig: config.fallbackConfig,
|
|
16804
17328
|
evaluationCache: config.evaluationCache,
|