@aws-sdk/client-verifiedpermissions 3.1076.0 → 3.1078.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 (122) hide show
  1. package/dist-cjs/index.js +45 -345
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetPolicyCommand.js +2 -14
  4. package/dist-es/commands/BatchIsAuthorizedCommand.js +2 -14
  5. package/dist-es/commands/BatchIsAuthorizedWithTokenCommand.js +2 -14
  6. package/dist-es/commands/CreateIdentitySourceCommand.js +2 -14
  7. package/dist-es/commands/CreatePolicyCommand.js +2 -14
  8. package/dist-es/commands/CreatePolicyStoreAliasCommand.js +2 -14
  9. package/dist-es/commands/CreatePolicyStoreCommand.js +2 -14
  10. package/dist-es/commands/CreatePolicyTemplateCommand.js +2 -14
  11. package/dist-es/commands/DeleteIdentitySourceCommand.js +2 -14
  12. package/dist-es/commands/DeletePolicyCommand.js +2 -14
  13. package/dist-es/commands/DeletePolicyStoreAliasCommand.js +2 -14
  14. package/dist-es/commands/DeletePolicyStoreCommand.js +2 -14
  15. package/dist-es/commands/DeletePolicyTemplateCommand.js +2 -14
  16. package/dist-es/commands/GetIdentitySourceCommand.js +2 -14
  17. package/dist-es/commands/GetPolicyCommand.js +2 -14
  18. package/dist-es/commands/GetPolicyStoreAliasCommand.js +2 -14
  19. package/dist-es/commands/GetPolicyStoreCommand.js +2 -14
  20. package/dist-es/commands/GetPolicyTemplateCommand.js +2 -14
  21. package/dist-es/commands/GetSchemaCommand.js +2 -14
  22. package/dist-es/commands/IsAuthorizedCommand.js +2 -14
  23. package/dist-es/commands/IsAuthorizedWithTokenCommand.js +2 -14
  24. package/dist-es/commands/ListIdentitySourcesCommand.js +2 -14
  25. package/dist-es/commands/ListPoliciesCommand.js +2 -14
  26. package/dist-es/commands/ListPolicyStoreAliasesCommand.js +2 -14
  27. package/dist-es/commands/ListPolicyStoresCommand.js +2 -14
  28. package/dist-es/commands/ListPolicyTemplatesCommand.js +2 -14
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  30. package/dist-es/commands/PutSchemaCommand.js +2 -14
  31. package/dist-es/commands/TagResourceCommand.js +2 -14
  32. package/dist-es/commands/UntagResourceCommand.js +2 -14
  33. package/dist-es/commands/UpdateIdentitySourceCommand.js +2 -14
  34. package/dist-es/commands/UpdatePolicyCommand.js +2 -14
  35. package/dist-es/commands/UpdatePolicyStoreCommand.js +2 -14
  36. package/dist-es/commands/UpdatePolicyTemplateCommand.js +2 -14
  37. package/dist-es/index.js +1 -0
  38. package/dist-es/runtimeConfig.browser.js +0 -2
  39. package/dist-es/runtimeConfig.js +1 -2
  40. package/dist-es/runtimeConfig.native.js +0 -2
  41. package/dist-es/runtimeConfig.shared.js +2 -0
  42. package/dist-types/commandBuilder.d.ts +18 -0
  43. package/dist-types/commands/BatchGetPolicyCommand.d.ts +3 -8
  44. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +3 -8
  45. package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +3 -8
  47. package/dist-types/commands/CreatePolicyCommand.d.ts +3 -8
  48. package/dist-types/commands/CreatePolicyStoreAliasCommand.d.ts +3 -8
  49. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +3 -8
  50. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +3 -8
  52. package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
  53. package/dist-types/commands/DeletePolicyStoreAliasCommand.d.ts +3 -8
  54. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +3 -8
  55. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +3 -8
  56. package/dist-types/commands/GetIdentitySourceCommand.d.ts +3 -8
  57. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  58. package/dist-types/commands/GetPolicyStoreAliasCommand.d.ts +3 -8
  59. package/dist-types/commands/GetPolicyStoreCommand.d.ts +3 -8
  60. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +3 -8
  61. package/dist-types/commands/GetSchemaCommand.d.ts +3 -8
  62. package/dist-types/commands/IsAuthorizedCommand.d.ts +3 -8
  63. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +3 -8
  64. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +3 -8
  65. package/dist-types/commands/ListPoliciesCommand.d.ts +3 -8
  66. package/dist-types/commands/ListPolicyStoreAliasesCommand.d.ts +3 -8
  67. package/dist-types/commands/ListPolicyStoresCommand.d.ts +3 -8
  68. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +3 -8
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  70. package/dist-types/commands/PutSchemaCommand.d.ts +3 -8
  71. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  72. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +3 -8
  77. package/dist-types/index.d.ts +1 -0
  78. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  79. package/dist-types/runtimeConfig.d.ts +1 -1
  80. package/dist-types/runtimeConfig.native.d.ts +1 -1
  81. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  82. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  83. package/dist-types/ts3.4/commands/BatchGetPolicyCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CreatePolicyStoreAliasCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeletePolicyStoreAliasCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetPolicyStoreAliasCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListPolicyStoreAliasesCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/index.d.ts +1 -0
  118. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  119. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  121. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  122. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { IsAuthorizedWithTokenInput, IsAuthorizedWithTokenOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface IsAuthorizedWithTokenCommandInput extends IsAuthorizedWithToken
22
19
  export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithTokenOutput, __MetadataBearer {
23
20
  }
24
21
  declare const IsAuthorizedWithTokenCommand_base: {
25
- new (input: IsAuthorizedWithTokenCommandInput): import("@smithy/core/client").CommandImpl<IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: IsAuthorizedWithTokenCommandInput): import("@smithy/core/client").CommandImpl<IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: IsAuthorizedWithTokenCommandInput): import("@smithy/core/client").CommandImpl<IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: IsAuthorizedWithTokenCommandInput): import("@smithy/core/client").CommandImpl<IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Makes an authorization decision about a service request described in the parameters. The principal in this request comes from an external identity source in the form of an identity token formatted as a <a href="https://wikipedia.org/wiki/JSON_Web_Token">JSON web token (JWT)</a>. The information in the parameters can also define additional context that Verified Permissions can include in the evaluation. The request is evaluated against all matching policies in the specified policy store. The result of the decision is either <code>Allow</code> or <code>Deny</code>, along with a list of the policies that resulted in the decision.</p> <p>Verified Permissions validates each token that is specified in a request by checking its expiration date and its signature.</p> <important> <p>Tokens from an identity source user continue to be usable until they expire. Token revocation and resource deletion have no effect on the validity of a token in your policy store</p> </important>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListIdentitySourcesInput, ListIdentitySourcesOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListIdentitySourcesCommandInput extends ListIdentitySourcesInpu
22
19
  export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListIdentitySourcesCommand_base: {
25
- new (input: ListIdentitySourcesCommandInput): import("@smithy/core/client").CommandImpl<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListIdentitySourcesCommandInput): import("@smithy/core/client").CommandImpl<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListIdentitySourcesCommandInput): import("@smithy/core/client").CommandImpl<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListIdentitySourcesCommandInput): import("@smithy/core/client").CommandImpl<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a paginated list of all of the identity sources defined in the specified policy store.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPoliciesInput, ListPoliciesOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPoliciesCommandInput extends ListPoliciesInput {
22
19
  export interface ListPoliciesCommandOutput extends ListPoliciesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPoliciesCommand_base: {
25
- new (input: ListPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a paginated list of all policies stored in the specified policy store.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPolicyStoreAliasesInput, ListPolicyStoreAliasesOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPolicyStoreAliasesCommandInput extends ListPolicyStoreAlias
22
19
  export interface ListPolicyStoreAliasesCommandOutput extends ListPolicyStoreAliasesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPolicyStoreAliasesCommand_base: {
25
- new (input: ListPolicyStoreAliasesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyStoreAliasesCommandInput, ListPolicyStoreAliasesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPolicyStoreAliasesCommandInput]): import("@smithy/core/client").CommandImpl<ListPolicyStoreAliasesCommandInput, ListPolicyStoreAliasesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPolicyStoreAliasesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyStoreAliasesCommandInput, ListPolicyStoreAliasesCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPolicyStoreAliasesCommandInput]): import("@smithy/core/client").CommandImpl<ListPolicyStoreAliasesCommandInput, ListPolicyStoreAliasesCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a paginated list of all policy store aliases in the calling Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPolicyStoresInput, ListPolicyStoresOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPolicyStoresCommandInput extends ListPolicyStoresInput {
22
19
  export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPolicyStoresCommand_base: {
25
- new (input: ListPolicyStoresCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPolicyStoresCommandInput]): import("@smithy/core/client").CommandImpl<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPolicyStoresCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPolicyStoresCommandInput]): import("@smithy/core/client").CommandImpl<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a paginated list of all policy stores in the calling Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPolicyTemplatesInput, ListPolicyTemplatesOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPolicyTemplatesCommandInput extends ListPolicyTemplatesInpu
22
19
  export interface ListPolicyTemplatesCommandOutput extends ListPolicyTemplatesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPolicyTemplatesCommand_base: {
25
- new (input: ListPolicyTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPolicyTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPolicyTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPolicyTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a paginated list of all policy templates in the specified policy store.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the tags associated with the specified Amazon Verified Permissions resource. In Verified Permissions, policy stores can be tagged.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutSchemaInput, PutSchemaOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutSchemaCommandInput extends PutSchemaInput {
22
19
  export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PutSchemaCommand_base: {
25
- new (input: PutSchemaCommandInput): import("@smithy/core/client").CommandImpl<PutSchemaCommandInput, PutSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutSchemaCommandInput): import("@smithy/core/client").CommandImpl<PutSchemaCommandInput, PutSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutSchemaCommandInput): import("@smithy/core/client").CommandImpl<PutSchemaCommandInput, PutSchemaCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutSchemaCommandInput): import("@smithy/core/client").CommandImpl<PutSchemaCommandInput, PutSchemaCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates the policy schema in the specified policy store. The schema is used to validate any Cedar policies and policy templates submitted to the policy store. Any changes to the schema validate only policies and templates submitted after the schema change. Existing policies and templates are not re-evaluated against the changed schema. If you later update a policy, then it is evaluated against the new schema at that time.</p> <note> <p>Verified Permissions is <i> <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a> </i>. It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns one or more tags (key-value pairs) to the specified Amazon Verified Permissions resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Verified Permissions, policy stores can be tagged.</p> <p>Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.</p> <p>You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p> <p>You can associate as many as 50 tags with a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from the specified Amazon Verified Permissions resource. In Verified Permissions, policy stores can be tagged.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateIdentitySourceInput, UpdateIdentitySourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateIdentitySourceCommandInput extends UpdateIdentitySourceIn
22
19
  export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateIdentitySourceCommand_base: {
25
- new (input: UpdateIdentitySourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateIdentitySourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateIdentitySourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateIdentitySourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the specified identity source to use a new identity provider (IdP), or to change the mapping of identities from the IdP to a different principal entity type.</p> <note> <p>Verified Permissions is <i> <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a> </i>. It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdatePolicyInput, UpdatePolicyOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdatePolicyCommandInput extends UpdatePolicyInput {
22
19
  export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdatePolicyCommand_base: {
25
- new (input: UpdatePolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdatePolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdatePolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies a Cedar static policy in the specified policy store. You can change only certain elements of the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyInput.html#amazonverifiedpermissions-UpdatePolicy-request-UpdatePolicyDefinition">UpdatePolicyDefinition</a> parameter. You can directly update only static policies. To change a template-linked policy, you must update the template instead, using <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyTemplate.html">UpdatePolicyTemplate</a>.</p> <note> <ul> <li> <p>If policy validation is enabled in the policy store, then updating a static policy causes Verified Permissions to validate the policy against the schema in the policy store. If the updated static policy doesn't pass validation, the operation fails and the update isn't stored.</p> </li> <li> <p>When you edit a static policy, you can change only certain elements of a static policy:</p> <ul> <li> <p>The action referenced by the policy. </p> </li> <li> <p>A condition clause, such as when and unless. </p> </li> </ul> <p>You can't change these elements of a static policy: </p> <ul> <li> <p>Changing a policy from a static policy to a template-linked policy. </p> </li> <li> <p>Changing the effect of a static policy from permit or forbid. </p> </li> <li> <p>The principal referenced by a static policy. </p> </li> <li> <p>The resource referenced by a static policy. </p> </li> </ul> </li> <li> <p>To update a template-linked policy, you must update the template instead. </p> </li> </ul> </note> <note> <p>Verified Permissions is <i> <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a> </i>. It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdatePolicyStoreInput, UpdatePolicyStoreOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdatePolicyStoreCommandInput extends UpdatePolicyStoreInput {
22
19
  export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdatePolicyStoreCommand_base: {
25
- new (input: UpdatePolicyStoreCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePolicyStoreCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdatePolicyStoreCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdatePolicyStoreCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the validation setting for a policy store.</p> <note> <p>Verified Permissions is <i> <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a> </i>. It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdatePolicyTemplateInput, UpdatePolicyTemplateOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdatePolicyTemplateCommandInput extends UpdatePolicyTemplateIn
22
19
  export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdatePolicyTemplateCommand_base: {
25
- new (input: UpdatePolicyTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePolicyTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdatePolicyTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdatePolicyTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, import("..").VerifiedPermissionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the specified policy template. You can update only the description and the some elements of the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyTemplate.html#amazonverifiedpermissions-UpdatePolicyTemplate-request-policyBody">policyBody</a>. </p> <important> <p>Changes you make to the policy template content are immediately (within the constraints of eventual consistency) reflected in authorization decisions that involve all template-linked policies instantiated from this template.</p> </important> <note> <p>Verified Permissions is <i> <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a> </i>. It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.</p> </note>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { VerifiedPermissionsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { VerifiedPermissionsClientConfig } from "./VerifiedPermissionsClien
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ VerifiedPermissionsClientResolvedConfig,
6
+ } from "./VerifiedPermissionsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ VerifiedPermissionsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ VerifiedPermissionsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { BatchGetPolicyInput, BatchGetPolicyOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- VerifiedPermissionsClientResolvedConfig,
8
- } from "../VerifiedPermissionsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface BatchGetPolicyCommandInput extends BatchGetPolicyInput {}
12
5
  export interface BatchGetPolicyCommandOutput
13
6
  extends BatchGetPolicyOutput,
@@ -18,22 +11,20 @@ declare const BatchGetPolicyCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  BatchGetPolicyCommandInput,
20
13
  BatchGetPolicyCommandOutput,
21
- VerifiedPermissionsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").VerifiedPermissionsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: BatchGetPolicyCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  BatchGetPolicyCommandInput,
29
22
  BatchGetPolicyCommandOutput,
30
- VerifiedPermissionsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").VerifiedPermissionsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class BatchGetPolicyCommand extends BatchGetPolicyCommand_base {
39
30
  protected static __types: {