@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,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListIdentitySources = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListIdentitySourcesCommand_1 = require("../commands/ListIdentitySourcesCommand");
|
|
6
|
-
const VerifiedPermissionsClient_1 = require("../VerifiedPermissionsClient");
|
|
7
|
-
exports.paginateListIdentitySources = (0, core_1.createPaginator)(VerifiedPermissionsClient_1.VerifiedPermissionsClient, ListIdentitySourcesCommand_1.ListIdentitySourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPolicies = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPoliciesCommand_1 = require("../commands/ListPoliciesCommand");
|
|
6
|
-
const VerifiedPermissionsClient_1 = require("../VerifiedPermissionsClient");
|
|
7
|
-
exports.paginateListPolicies = (0, core_1.createPaginator)(VerifiedPermissionsClient_1.VerifiedPermissionsClient, ListPoliciesCommand_1.ListPoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPolicyStores = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPolicyStoresCommand_1 = require("../commands/ListPolicyStoresCommand");
|
|
6
|
-
const VerifiedPermissionsClient_1 = require("../VerifiedPermissionsClient");
|
|
7
|
-
exports.paginateListPolicyStores = (0, core_1.createPaginator)(VerifiedPermissionsClient_1.VerifiedPermissionsClient, ListPolicyStoresCommand_1.ListPolicyStoresCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPolicyTemplates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPolicyTemplatesCommand_1 = require("../commands/ListPolicyTemplatesCommand");
|
|
6
|
-
const VerifiedPermissionsClient_1 = require("../VerifiedPermissionsClient");
|
|
7
|
-
exports.paginateListPolicyTemplates = (0, core_1.createPaginator)(VerifiedPermissionsClient_1.VerifiedPermissionsClient, ListPolicyTemplatesCommand_1.ListPolicyTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListIdentitySourcesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListPoliciesPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListPolicyStoresPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListPolicyTemplatesPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|