@aws-sdk/client-verifiedpermissions 3.490.0 → 3.496.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.
Files changed (43) hide show
  1. package/dist-cjs/VerifiedPermissions.js +1 -61
  2. package/dist-cjs/VerifiedPermissionsClient.js +1 -43
  3. package/dist-cjs/commands/BatchIsAuthorizedCommand.js +1 -29
  4. package/dist-cjs/commands/CreateIdentitySourceCommand.js +1 -29
  5. package/dist-cjs/commands/CreatePolicyCommand.js +1 -29
  6. package/dist-cjs/commands/CreatePolicyStoreCommand.js +1 -29
  7. package/dist-cjs/commands/CreatePolicyTemplateCommand.js +1 -29
  8. package/dist-cjs/commands/DeleteIdentitySourceCommand.js +1 -28
  9. package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
  10. package/dist-cjs/commands/DeletePolicyStoreCommand.js +1 -28
  11. package/dist-cjs/commands/DeletePolicyTemplateCommand.js +1 -28
  12. package/dist-cjs/commands/GetIdentitySourceCommand.js +1 -29
  13. package/dist-cjs/commands/GetPolicyCommand.js +1 -29
  14. package/dist-cjs/commands/GetPolicyStoreCommand.js +1 -29
  15. package/dist-cjs/commands/GetPolicyTemplateCommand.js +1 -29
  16. package/dist-cjs/commands/GetSchemaCommand.js +1 -29
  17. package/dist-cjs/commands/IsAuthorizedCommand.js +1 -29
  18. package/dist-cjs/commands/IsAuthorizedWithTokenCommand.js +1 -29
  19. package/dist-cjs/commands/ListIdentitySourcesCommand.js +1 -29
  20. package/dist-cjs/commands/ListPoliciesCommand.js +1 -29
  21. package/dist-cjs/commands/ListPolicyStoresCommand.js +1 -29
  22. package/dist-cjs/commands/ListPolicyTemplatesCommand.js +1 -29
  23. package/dist-cjs/commands/PutSchemaCommand.js +1 -29
  24. package/dist-cjs/commands/UpdateIdentitySourceCommand.js +1 -29
  25. package/dist-cjs/commands/UpdatePolicyCommand.js +1 -29
  26. package/dist-cjs/commands/UpdatePolicyStoreCommand.js +1 -29
  27. package/dist-cjs/commands/UpdatePolicyTemplateCommand.js +1 -29
  28. package/dist-cjs/commands/index.js +1 -28
  29. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  30. package/dist-cjs/extensionConfiguration.js +1 -2
  31. package/dist-cjs/index.js +3350 -11
  32. package/dist-cjs/models/VerifiedPermissionsServiceException.js +1 -12
  33. package/dist-cjs/models/index.js +1 -4
  34. package/dist-cjs/models/models_0.js +1 -648
  35. package/dist-cjs/pagination/Interfaces.js +1 -2
  36. package/dist-cjs/pagination/ListIdentitySourcesPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListPoliciesPaginator.js +1 -7
  38. package/dist-cjs/pagination/ListPolicyStoresPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListPolicyTemplatesPaginator.js +1 -7
  40. package/dist-cjs/pagination/index.js +1 -8
  41. package/dist-cjs/protocols/Aws_json1_0.js +1 -1948
  42. package/dist-cjs/runtimeExtensions.js +1 -22
  43. package/package.json +40 -40
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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");