@aws-sdk/client-verifiedpermissions 3.1045.0 → 3.1047.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 (137) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +84 -85
  5. package/dist-cjs/models/VerifiedPermissionsServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/VerifiedPermissions.js +1 -1
  10. package/dist-es/VerifiedPermissionsClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/BatchGetPolicyCommand.js +2 -2
  13. package/dist-es/commands/BatchIsAuthorizedCommand.js +2 -2
  14. package/dist-es/commands/BatchIsAuthorizedWithTokenCommand.js +2 -2
  15. package/dist-es/commands/CreateIdentitySourceCommand.js +2 -2
  16. package/dist-es/commands/CreatePolicyCommand.js +2 -2
  17. package/dist-es/commands/CreatePolicyStoreAliasCommand.js +2 -2
  18. package/dist-es/commands/CreatePolicyStoreCommand.js +2 -2
  19. package/dist-es/commands/CreatePolicyTemplateCommand.js +2 -2
  20. package/dist-es/commands/DeleteIdentitySourceCommand.js +2 -2
  21. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  22. package/dist-es/commands/DeletePolicyStoreAliasCommand.js +2 -2
  23. package/dist-es/commands/DeletePolicyStoreCommand.js +2 -2
  24. package/dist-es/commands/DeletePolicyTemplateCommand.js +2 -2
  25. package/dist-es/commands/GetIdentitySourceCommand.js +2 -2
  26. package/dist-es/commands/GetPolicyCommand.js +2 -2
  27. package/dist-es/commands/GetPolicyStoreAliasCommand.js +2 -2
  28. package/dist-es/commands/GetPolicyStoreCommand.js +2 -2
  29. package/dist-es/commands/GetPolicyTemplateCommand.js +2 -2
  30. package/dist-es/commands/GetSchemaCommand.js +2 -2
  31. package/dist-es/commands/IsAuthorizedCommand.js +2 -2
  32. package/dist-es/commands/IsAuthorizedWithTokenCommand.js +2 -2
  33. package/dist-es/commands/ListIdentitySourcesCommand.js +2 -2
  34. package/dist-es/commands/ListPoliciesCommand.js +2 -2
  35. package/dist-es/commands/ListPolicyStoreAliasesCommand.js +2 -2
  36. package/dist-es/commands/ListPolicyStoresCommand.js +2 -2
  37. package/dist-es/commands/ListPolicyTemplatesCommand.js +2 -2
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-es/commands/PutSchemaCommand.js +2 -2
  40. package/dist-es/commands/TagResourceCommand.js +2 -2
  41. package/dist-es/commands/UntagResourceCommand.js +2 -2
  42. package/dist-es/commands/UpdateIdentitySourceCommand.js +2 -2
  43. package/dist-es/commands/UpdatePolicyCommand.js +2 -2
  44. package/dist-es/commands/UpdatePolicyStoreCommand.js +2 -2
  45. package/dist-es/commands/UpdatePolicyTemplateCommand.js +2 -2
  46. package/dist-es/endpoint/bdd.js +1 -1
  47. package/dist-es/endpoint/endpointResolver.js +1 -1
  48. package/dist-es/models/VerifiedPermissionsServiceException.js +1 -1
  49. package/dist-es/runtimeConfig.browser.js +4 -6
  50. package/dist-es/runtimeConfig.js +4 -8
  51. package/dist-es/runtimeConfig.shared.js +3 -4
  52. package/dist-es/runtimeExtensions.js +2 -2
  53. package/dist-types/VerifiedPermissionsClient.d.ts +5 -5
  54. package/dist-types/commands/BatchGetPolicyCommand.d.ts +6 -4
  55. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +6 -4
  56. package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +6 -4
  57. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +6 -4
  58. package/dist-types/commands/CreatePolicyCommand.d.ts +6 -4
  59. package/dist-types/commands/CreatePolicyStoreAliasCommand.d.ts +6 -4
  60. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +6 -4
  61. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +6 -4
  62. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +6 -4
  63. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -4
  64. package/dist-types/commands/DeletePolicyStoreAliasCommand.d.ts +6 -4
  65. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +6 -4
  66. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +6 -4
  67. package/dist-types/commands/GetIdentitySourceCommand.d.ts +6 -4
  68. package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
  69. package/dist-types/commands/GetPolicyStoreAliasCommand.d.ts +6 -4
  70. package/dist-types/commands/GetPolicyStoreCommand.d.ts +6 -4
  71. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +6 -4
  72. package/dist-types/commands/GetSchemaCommand.d.ts +6 -4
  73. package/dist-types/commands/IsAuthorizedCommand.d.ts +6 -4
  74. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +6 -4
  75. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +6 -4
  76. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -4
  77. package/dist-types/commands/ListPolicyStoreAliasesCommand.d.ts +6 -4
  78. package/dist-types/commands/ListPolicyStoresCommand.d.ts +6 -4
  79. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +6 -4
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  81. package/dist-types/commands/PutSchemaCommand.d.ts +6 -4
  82. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  83. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  84. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +6 -4
  85. package/dist-types/commands/UpdatePolicyCommand.d.ts +6 -4
  86. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +6 -4
  87. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +6 -4
  88. package/dist-types/endpoint/bdd.d.ts +1 -1
  89. package/dist-types/extensionConfiguration.d.ts +1 -1
  90. package/dist-types/models/VerifiedPermissionsServiceException.d.ts +1 -1
  91. package/dist-types/models/errors.d.ts +1 -1
  92. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  93. package/dist-types/runtimeConfig.d.ts +2 -2
  94. package/dist-types/runtimeConfig.native.d.ts +2 -2
  95. package/dist-types/ts3.4/VerifiedPermissionsClient.d.ts +8 -14
  96. package/dist-types/ts3.4/commands/BatchGetPolicyCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/CreatePolicyStoreAliasCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/DeletePolicyStoreAliasCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
  111. package/dist-types/ts3.4/commands/GetPolicyStoreAliasCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +6 -8
  115. package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/ListPolicyStoreAliasesCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +6 -8
  124. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  131. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  132. package/dist-types/ts3.4/models/VerifiedPermissionsServiceException.d.ts +1 -1
  133. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  135. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  136. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  137. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPolicyStoreAliasesInput, ListPolicyStoreAliasesOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface ListPolicyStoreAliasesCommandInput extends ListPolicyStoreAlias
22
22
  export interface ListPolicyStoreAliasesCommandOutput extends ListPolicyStoreAliasesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListPolicyStoreAliasesCommand_base: {
25
- new (input: ListPolicyStoreAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyStoreAliasesCommandInput, ListPolicyStoreAliasesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPolicyStoreAliasesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPolicyStoreAliasesCommandInput, ListPolicyStoreAliasesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a paginated list of all policy store aliases in the calling Amazon Web Services account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPolicyStoresInput, ListPolicyStoresOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface ListPolicyStoresCommandInput extends ListPolicyStoresInput {
22
22
  export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListPolicyStoresCommand_base: {
25
- new (input: ListPolicyStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPolicyStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a paginated list of all policy stores in the calling Amazon Web Services account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPolicyTemplatesInput, ListPolicyTemplatesOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface ListPolicyTemplatesCommandInput extends ListPolicyTemplatesInpu
22
22
  export interface ListPolicyTemplatesCommandOutput extends ListPolicyTemplatesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListPolicyTemplatesCommand_base: {
25
- new (input: ListPolicyTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPolicyTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a paginated list of all policy templates in the specified policy store.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the tags associated with the specified Amazon Verified Permissions resource. In Verified Permissions, policy stores can be tagged.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutSchemaInput, PutSchemaOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface PutSchemaCommandInput extends PutSchemaInput {
22
22
  export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PutSchemaCommand_base: {
25
- new (input: PutSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaCommandInput, PutSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaCommandInput, PutSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
22
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes one or more tags from the specified Amazon Verified Permissions resource. In Verified Permissions, policy stores can be tagged.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateIdentitySourceInput, UpdateIdentitySourceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface UpdateIdentitySourceCommandInput extends UpdateIdentitySourceIn
22
22
  export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateIdentitySourceCommand_base: {
25
- new (input: UpdateIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdatePolicyInput, UpdatePolicyOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface UpdatePolicyCommandInput extends UpdatePolicyInput {
22
22
  export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdatePolicyCommand_base: {
25
- new (input: UpdatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdatePolicyStoreInput, UpdatePolicyStoreOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface UpdatePolicyStoreCommandInput extends UpdatePolicyStoreInput {
22
22
  export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdatePolicyStoreCommand_base: {
25
- new (input: UpdatePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdatePolicyTemplateInput, UpdatePolicyTemplateOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
@@ -22,9 +22,11 @@ export interface UpdatePolicyTemplateCommandInput extends UpdatePolicyTemplateIn
22
22
  export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdatePolicyTemplateCommand_base: {
25
- new (input: UpdatePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import type { ResourceType } from "./enums";
3
3
  import type { ResourceConflict, ValidationExceptionField } from "./models_0";
4
4
  import { VerifiedPermissionsServiceException as __BaseException } from "./VerifiedPermissionsServiceException";
@@ -5,13 +5,13 @@ import type { VerifiedPermissionsClientConfig } from "./VerifiedPermissionsClien
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { VerifiedPermissionsClientConfig } from "./VerifiedPermissionsClien
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { VerifiedPermissionsClientConfig } from "./VerifiedPermissionsClien
5
5
  export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ 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
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { BatchGetPolicyInput, BatchGetPolicyOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface BatchGetPolicyCommandOutput
15
15
  declare const BatchGetPolicyCommand_base: {
16
16
  new (
17
17
  input: BatchGetPolicyCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  BatchGetPolicyCommandInput,
20
20
  BatchGetPolicyCommandOutput,
21
21
  VerifiedPermissionsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const BatchGetPolicyCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: BatchGetPolicyCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  BatchGetPolicyCommandInput,
29
29
  BatchGetPolicyCommandOutput,
30
30
  VerifiedPermissionsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class BatchGetPolicyCommand extends BatchGetPolicyCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BatchIsAuthorizedInput,
@@ -18,7 +18,7 @@ export interface BatchIsAuthorizedCommandOutput
18
18
  declare const BatchIsAuthorizedCommand_base: {
19
19
  new (
20
20
  input: BatchIsAuthorizedCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  BatchIsAuthorizedCommandInput,
23
23
  BatchIsAuthorizedCommandOutput,
24
24
  VerifiedPermissionsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const BatchIsAuthorizedCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: BatchIsAuthorizedCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  BatchIsAuthorizedCommandInput,
32
32
  BatchIsAuthorizedCommandOutput,
33
33
  VerifiedPermissionsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class BatchIsAuthorizedCommand extends BatchIsAuthorizedCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BatchIsAuthorizedWithTokenInput,
@@ -19,7 +19,7 @@ export interface BatchIsAuthorizedWithTokenCommandOutput
19
19
  declare const BatchIsAuthorizedWithTokenCommand_base: {
20
20
  new (
21
21
  input: BatchIsAuthorizedWithTokenCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  BatchIsAuthorizedWithTokenCommandInput,
24
24
  BatchIsAuthorizedWithTokenCommandOutput,
25
25
  VerifiedPermissionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const BatchIsAuthorizedWithTokenCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: BatchIsAuthorizedWithTokenCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  BatchIsAuthorizedWithTokenCommandInput,
33
33
  BatchIsAuthorizedWithTokenCommandOutput,
34
34
  VerifiedPermissionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class BatchIsAuthorizedWithTokenCommand extends BatchIsAuthorizedWithTokenCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateIdentitySourceInput,
@@ -19,7 +19,7 @@ export interface CreateIdentitySourceCommandOutput
19
19
  declare const CreateIdentitySourceCommand_base: {
20
20
  new (
21
21
  input: CreateIdentitySourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateIdentitySourceCommandInput,
24
24
  CreateIdentitySourceCommandOutput,
25
25
  VerifiedPermissionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateIdentitySourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateIdentitySourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateIdentitySourceCommandInput,
33
33
  CreateIdentitySourceCommandOutput,
34
34
  VerifiedPermissionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateIdentitySourceCommand extends CreateIdentitySourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CreatePolicyInput, CreatePolicyOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface CreatePolicyCommandOutput
15
15
  declare const CreatePolicyCommand_base: {
16
16
  new (
17
17
  input: CreatePolicyCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreatePolicyCommandInput,
20
20
  CreatePolicyCommandOutput,
21
21
  VerifiedPermissionsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreatePolicyCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreatePolicyCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreatePolicyCommandInput,
29
29
  CreatePolicyCommandOutput,
30
30
  VerifiedPermissionsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreatePolicyStoreAliasInput,
@@ -19,7 +19,7 @@ export interface CreatePolicyStoreAliasCommandOutput
19
19
  declare const CreatePolicyStoreAliasCommand_base: {
20
20
  new (
21
21
  input: CreatePolicyStoreAliasCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreatePolicyStoreAliasCommandInput,
24
24
  CreatePolicyStoreAliasCommandOutput,
25
25
  VerifiedPermissionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreatePolicyStoreAliasCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreatePolicyStoreAliasCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreatePolicyStoreAliasCommandInput,
33
33
  CreatePolicyStoreAliasCommandOutput,
34
34
  VerifiedPermissionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreatePolicyStoreAliasCommand extends CreatePolicyStoreAliasCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreatePolicyStoreInput,
@@ -18,7 +18,7 @@ export interface CreatePolicyStoreCommandOutput
18
18
  declare const CreatePolicyStoreCommand_base: {
19
19
  new (
20
20
  input: CreatePolicyStoreCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreatePolicyStoreCommandInput,
23
23
  CreatePolicyStoreCommandOutput,
24
24
  VerifiedPermissionsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreatePolicyStoreCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreatePolicyStoreCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreatePolicyStoreCommandInput,
32
32
  CreatePolicyStoreCommandOutput,
33
33
  VerifiedPermissionsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreatePolicyStoreCommand extends CreatePolicyStoreCommand_base {
40
42
  protected static __types: {