@aws-sdk/client-verifiedpermissions 3.489.0 → 3.495.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-cjs/VerifiedPermissions.js +1 -61
- package/dist-cjs/VerifiedPermissionsClient.js +1 -43
- package/dist-cjs/commands/BatchIsAuthorizedCommand.js +1 -29
- package/dist-cjs/commands/CreateIdentitySourceCommand.js +1 -29
- package/dist-cjs/commands/CreatePolicyCommand.js +1 -29
- package/dist-cjs/commands/CreatePolicyStoreCommand.js +1 -29
- package/dist-cjs/commands/CreatePolicyTemplateCommand.js +1 -29
- package/dist-cjs/commands/DeleteIdentitySourceCommand.js +1 -28
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeletePolicyStoreCommand.js +1 -28
- package/dist-cjs/commands/DeletePolicyTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetIdentitySourceCommand.js +1 -29
- package/dist-cjs/commands/GetPolicyCommand.js +1 -29
- package/dist-cjs/commands/GetPolicyStoreCommand.js +1 -29
- package/dist-cjs/commands/GetPolicyTemplateCommand.js +1 -29
- package/dist-cjs/commands/GetSchemaCommand.js +1 -29
- package/dist-cjs/commands/IsAuthorizedCommand.js +1 -29
- package/dist-cjs/commands/IsAuthorizedWithTokenCommand.js +1 -29
- package/dist-cjs/commands/ListIdentitySourcesCommand.js +1 -29
- package/dist-cjs/commands/ListPoliciesCommand.js +1 -29
- package/dist-cjs/commands/ListPolicyStoresCommand.js +1 -29
- package/dist-cjs/commands/ListPolicyTemplatesCommand.js +1 -29
- package/dist-cjs/commands/PutSchemaCommand.js +1 -29
- package/dist-cjs/commands/UpdateIdentitySourceCommand.js +1 -29
- package/dist-cjs/commands/UpdatePolicyCommand.js +1 -29
- package/dist-cjs/commands/UpdatePolicyStoreCommand.js +1 -29
- package/dist-cjs/commands/UpdatePolicyTemplateCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -28
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3348 -11
- package/dist-cjs/models/VerifiedPermissionsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -648
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListIdentitySourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListPolicyStoresPaginator.js +1 -7
- package/dist-cjs/pagination/ListPolicyTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_json1_0.js +1 -1948
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListPoliciesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ListPoliciesCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("VerifiedPermissions", "ListPolicies", {})
|
|
23
|
-
.n("VerifiedPermissionsClient", "ListPoliciesCommand")
|
|
24
|
-
.f(models_0_1.ListPoliciesInputFilterSensitiveLog, models_0_1.ListPoliciesOutputFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_0_1.se_ListPoliciesCommand)
|
|
26
|
-
.de(Aws_json1_0_1.de_ListPoliciesCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ListPoliciesCommand = ListPoliciesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListPolicyStoresCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ListPolicyStoresCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("VerifiedPermissions", "ListPolicyStores", {})
|
|
23
|
-
.n("VerifiedPermissionsClient", "ListPolicyStoresCommand")
|
|
24
|
-
.f(void 0, models_0_1.ListPolicyStoresOutputFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_0_1.se_ListPolicyStoresCommand)
|
|
26
|
-
.de(Aws_json1_0_1.de_ListPolicyStoresCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ListPolicyStoresCommand = ListPolicyStoresCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListPolicyTemplatesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ListPolicyTemplatesCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("VerifiedPermissions", "ListPolicyTemplates", {})
|
|
23
|
-
.n("VerifiedPermissionsClient", "ListPolicyTemplatesCommand")
|
|
24
|
-
.f(void 0, models_0_1.ListPolicyTemplatesOutputFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_0_1.se_ListPolicyTemplatesCommand)
|
|
26
|
-
.de(Aws_json1_0_1.de_ListPolicyTemplatesCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ListPolicyTemplatesCommand = ListPolicyTemplatesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutSchemaCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class PutSchemaCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("VerifiedPermissions", "PutSchema", {})
|
|
23
|
-
.n("VerifiedPermissionsClient", "PutSchemaCommand")
|
|
24
|
-
.f(models_0_1.PutSchemaInputFilterSensitiveLog, models_0_1.PutSchemaOutputFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_0_1.se_PutSchemaCommand)
|
|
26
|
-
.de(Aws_json1_0_1.de_PutSchemaCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.PutSchemaCommand = PutSchemaCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateIdentitySourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class UpdateIdentitySourceCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("VerifiedPermissions", "UpdateIdentitySource", {})
|
|
23
|
-
.n("VerifiedPermissionsClient", "UpdateIdentitySourceCommand")
|
|
24
|
-
.f(models_0_1.UpdateIdentitySourceInputFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_0_1.se_UpdateIdentitySourceCommand)
|
|
26
|
-
.de(Aws_json1_0_1.de_UpdateIdentitySourceCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateIdentitySourceCommand = UpdateIdentitySourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdatePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class UpdatePolicyCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("VerifiedPermissions", "UpdatePolicy", {})
|
|
23
|
-
.n("VerifiedPermissionsClient", "UpdatePolicyCommand")
|
|
24
|
-
.f(models_0_1.UpdatePolicyInputFilterSensitiveLog, models_0_1.UpdatePolicyOutputFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_0_1.se_UpdatePolicyCommand)
|
|
26
|
-
.de(Aws_json1_0_1.de_UpdatePolicyCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdatePolicyCommand = UpdatePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdatePolicyStoreCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class UpdatePolicyStoreCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("VerifiedPermissions", "UpdatePolicyStore", {})
|
|
23
|
-
.n("VerifiedPermissionsClient", "UpdatePolicyStoreCommand")
|
|
24
|
-
.f(models_0_1.UpdatePolicyStoreInputFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_0_1.se_UpdatePolicyStoreCommand)
|
|
26
|
-
.de(Aws_json1_0_1.de_UpdatePolicyStoreCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdatePolicyStoreCommand = UpdatePolicyStoreCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdatePolicyTemplateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class UpdatePolicyTemplateCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("VerifiedPermissions", "UpdatePolicyTemplate", {})
|
|
23
|
-
.n("VerifiedPermissionsClient", "UpdatePolicyTemplateCommand")
|
|
24
|
-
.f(models_0_1.UpdatePolicyTemplateInputFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_0_1.se_UpdatePolicyTemplateCommand)
|
|
26
|
-
.de(Aws_json1_0_1.de_UpdatePolicyTemplateCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdatePolicyTemplateCommand = UpdatePolicyTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./BatchIsAuthorizedCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateIdentitySourceCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreatePolicyCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreatePolicyStoreCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreatePolicyTemplateCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DeleteIdentitySourceCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeletePolicyCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeletePolicyStoreCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeletePolicyTemplateCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./GetIdentitySourceCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./GetPolicyCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./GetPolicyStoreCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./GetPolicyTemplateCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./GetSchemaCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./IsAuthorizedCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./IsAuthorizedWithTokenCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./ListIdentitySourcesCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./ListPoliciesCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./ListPolicyStoresCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./ListPolicyTemplatesCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./PutSchemaCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./UpdateIdentitySourceCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./UpdatePolicyCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./UpdatePolicyStoreCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./UpdatePolicyTemplateCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "verifiedpermissions",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|