@aws-sdk/client-verifiedpermissions 3.395.0 → 3.398.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 (49) hide show
  1. package/dist-cjs/commands/CreateIdentitySourceCommand.js +2 -1
  2. package/dist-cjs/commands/CreatePolicyCommand.js +3 -2
  3. package/dist-cjs/commands/CreatePolicyTemplateCommand.js +2 -1
  4. package/dist-cjs/commands/GetIdentitySourceCommand.js +2 -1
  5. package/dist-cjs/commands/GetPolicyCommand.js +2 -1
  6. package/dist-cjs/commands/GetPolicyTemplateCommand.js +2 -1
  7. package/dist-cjs/commands/GetSchemaCommand.js +2 -1
  8. package/dist-cjs/commands/IsAuthorizedCommand.js +3 -2
  9. package/dist-cjs/commands/IsAuthorizedWithTokenCommand.js +3 -2
  10. package/dist-cjs/commands/ListIdentitySourcesCommand.js +3 -2
  11. package/dist-cjs/commands/ListPoliciesCommand.js +3 -2
  12. package/dist-cjs/commands/ListPolicyTemplatesCommand.js +2 -1
  13. package/dist-cjs/commands/PutSchemaCommand.js +3 -2
  14. package/dist-cjs/commands/UpdateIdentitySourceCommand.js +2 -1
  15. package/dist-cjs/commands/UpdatePolicyCommand.js +3 -2
  16. package/dist-cjs/commands/UpdatePolicyTemplateCommand.js +2 -1
  17. package/dist-cjs/models/models_0.js +361 -1
  18. package/dist-cjs/runtimeExtensions.js +5 -5
  19. package/dist-es/commands/CreateIdentitySourceCommand.js +2 -1
  20. package/dist-es/commands/CreatePolicyCommand.js +3 -2
  21. package/dist-es/commands/CreatePolicyTemplateCommand.js +2 -1
  22. package/dist-es/commands/GetIdentitySourceCommand.js +2 -1
  23. package/dist-es/commands/GetPolicyCommand.js +2 -1
  24. package/dist-es/commands/GetPolicyTemplateCommand.js +2 -1
  25. package/dist-es/commands/GetSchemaCommand.js +2 -1
  26. package/dist-es/commands/IsAuthorizedCommand.js +3 -2
  27. package/dist-es/commands/IsAuthorizedWithTokenCommand.js +3 -2
  28. package/dist-es/commands/ListIdentitySourcesCommand.js +3 -2
  29. package/dist-es/commands/ListPoliciesCommand.js +3 -2
  30. package/dist-es/commands/ListPolicyTemplatesCommand.js +2 -1
  31. package/dist-es/commands/PutSchemaCommand.js +3 -2
  32. package/dist-es/commands/UpdateIdentitySourceCommand.js +2 -1
  33. package/dist-es/commands/UpdatePolicyCommand.js +3 -2
  34. package/dist-es/commands/UpdatePolicyTemplateCommand.js +2 -1
  35. package/dist-es/models/models_0.js +305 -0
  36. package/dist-es/runtimeExtensions.js +5 -5
  37. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +19 -5
  38. package/dist-types/commands/UpdatePolicyCommand.d.ts +40 -3
  39. package/dist-types/extensionConfiguration.d.ts +6 -0
  40. package/dist-types/models/models_0.d.ts +276 -42
  41. package/dist-types/runtimeExtensions.d.ts +2 -2
  42. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +156 -0
  44. package/dist-types/ts3.4/runtimeExtensions.d.ts +3 -3
  45. package/package.json +29 -29
  46. package/dist-types/clientConfiguration.d.ts +0 -6
  47. package/dist-types/ts3.4/clientConfiguration.d.ts +0 -3
  48. /package/dist-cjs/{clientConfiguration.js → extensionConfiguration.js} +0 -0
  49. /package/dist-es/{clientConfiguration.js → extensionConfiguration.js} +0 -0
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class CreateIdentitySourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,7 +31,7 @@ class CreateIdentitySourceCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.CreateIdentitySourceInputFilterSensitiveLog,
34
35
  outputFilterSensitiveLog: (_) => _,
35
36
  };
36
37
  const { requestHandler } = configuration;
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class CreatePolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class CreatePolicyCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.CreatePolicyInputFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.CreatePolicyOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class CreatePolicyTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,7 +31,7 @@ class CreatePolicyTemplateCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.CreatePolicyTemplateInputFilterSensitiveLog,
34
35
  outputFilterSensitiveLog: (_) => _,
35
36
  };
36
37
  const { requestHandler } = configuration;
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class GetIdentitySourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class GetIdentitySourceCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.GetIdentitySourceOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class GetPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class GetPolicyCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.GetPolicyOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class GetPolicyTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class GetPolicyTemplateCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.GetPolicyTemplateOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class GetSchemaCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class GetSchemaCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.GetSchemaOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class IsAuthorizedCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class IsAuthorizedCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.IsAuthorizedInputFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.IsAuthorizedOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class IsAuthorizedWithTokenCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class IsAuthorizedWithTokenCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.IsAuthorizedWithTokenInputFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.IsAuthorizedWithTokenOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class ListIdentitySourcesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class ListIdentitySourcesCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.ListIdentitySourcesInputFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.ListIdentitySourcesOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class ListPoliciesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class ListPoliciesCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.ListPoliciesInputFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.ListPoliciesOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class ListPolicyTemplatesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class ListPolicyTemplatesCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.ListPolicyTemplatesOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class PutSchemaCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class PutSchemaCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.PutSchemaInputFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.PutSchemaOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateIdentitySourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,7 +31,7 @@ class UpdateIdentitySourceCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.UpdateIdentitySourceInputFilterSensitiveLog,
34
35
  outputFilterSensitiveLog: (_) => _,
35
36
  };
36
37
  const { requestHandler } = configuration;
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdatePolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class UpdatePolicyCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.UpdatePolicyInputFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.UpdatePolicyOutputFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdatePolicyTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,7 +31,7 @@ class UpdatePolicyTemplateCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.UpdatePolicyTemplateInputFilterSensitiveLog,
34
35
  outputFilterSensitiveLog: (_) => _,
35
36
  };
36
37
  const { requestHandler } = configuration;