@aws-sdk/client-verifiedpermissions 3.477.0 → 3.481.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 (121) hide show
  1. package/dist-cjs/commands/BatchIsAuthorizedCommand.js +18 -41
  2. package/dist-cjs/commands/CreateIdentitySourceCommand.js +18 -41
  3. package/dist-cjs/commands/CreatePolicyCommand.js +18 -41
  4. package/dist-cjs/commands/CreatePolicyStoreCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePolicyTemplateCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteIdentitySourceCommand.js +18 -41
  7. package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeletePolicyStoreCommand.js +18 -41
  9. package/dist-cjs/commands/DeletePolicyTemplateCommand.js +18 -41
  10. package/dist-cjs/commands/GetIdentitySourceCommand.js +18 -41
  11. package/dist-cjs/commands/GetPolicyCommand.js +18 -41
  12. package/dist-cjs/commands/GetPolicyStoreCommand.js +18 -41
  13. package/dist-cjs/commands/GetPolicyTemplateCommand.js +18 -41
  14. package/dist-cjs/commands/GetSchemaCommand.js +18 -41
  15. package/dist-cjs/commands/IsAuthorizedCommand.js +18 -41
  16. package/dist-cjs/commands/IsAuthorizedWithTokenCommand.js +18 -41
  17. package/dist-cjs/commands/ListIdentitySourcesCommand.js +18 -41
  18. package/dist-cjs/commands/ListPoliciesCommand.js +18 -41
  19. package/dist-cjs/commands/ListPolicyStoresCommand.js +18 -41
  20. package/dist-cjs/commands/ListPolicyTemplatesCommand.js +18 -41
  21. package/dist-cjs/commands/PutSchemaCommand.js +18 -41
  22. package/dist-cjs/commands/UpdateIdentitySourceCommand.js +18 -41
  23. package/dist-cjs/commands/UpdatePolicyCommand.js +18 -41
  24. package/dist-cjs/commands/UpdatePolicyStoreCommand.js +18 -41
  25. package/dist-cjs/commands/UpdatePolicyTemplateCommand.js +18 -41
  26. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  27. package/dist-cjs/pagination/ListIdentitySourcesPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListPoliciesPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListPolicyStoresPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListPolicyTemplatesPaginator.js +2 -24
  31. package/dist-es/commands/BatchIsAuthorizedCommand.js +18 -41
  32. package/dist-es/commands/CreateIdentitySourceCommand.js +18 -41
  33. package/dist-es/commands/CreatePolicyCommand.js +18 -41
  34. package/dist-es/commands/CreatePolicyStoreCommand.js +18 -41
  35. package/dist-es/commands/CreatePolicyTemplateCommand.js +18 -41
  36. package/dist-es/commands/DeleteIdentitySourceCommand.js +18 -41
  37. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  38. package/dist-es/commands/DeletePolicyStoreCommand.js +18 -41
  39. package/dist-es/commands/DeletePolicyTemplateCommand.js +18 -41
  40. package/dist-es/commands/GetIdentitySourceCommand.js +18 -41
  41. package/dist-es/commands/GetPolicyCommand.js +18 -41
  42. package/dist-es/commands/GetPolicyStoreCommand.js +18 -41
  43. package/dist-es/commands/GetPolicyTemplateCommand.js +18 -41
  44. package/dist-es/commands/GetSchemaCommand.js +18 -41
  45. package/dist-es/commands/IsAuthorizedCommand.js +18 -41
  46. package/dist-es/commands/IsAuthorizedWithTokenCommand.js +18 -41
  47. package/dist-es/commands/ListIdentitySourcesCommand.js +18 -41
  48. package/dist-es/commands/ListPoliciesCommand.js +18 -41
  49. package/dist-es/commands/ListPolicyStoresCommand.js +18 -41
  50. package/dist-es/commands/ListPolicyTemplatesCommand.js +18 -41
  51. package/dist-es/commands/PutSchemaCommand.js +18 -41
  52. package/dist-es/commands/UpdateIdentitySourceCommand.js +18 -41
  53. package/dist-es/commands/UpdatePolicyCommand.js +18 -41
  54. package/dist-es/commands/UpdatePolicyStoreCommand.js +18 -41
  55. package/dist-es/commands/UpdatePolicyTemplateCommand.js +18 -41
  56. package/dist-es/endpoint/EndpointParameters.js +6 -0
  57. package/dist-es/pagination/ListIdentitySourcesPaginator.js +2 -23
  58. package/dist-es/pagination/ListPoliciesPaginator.js +2 -23
  59. package/dist-es/pagination/ListPolicyStoresPaginator.js +2 -23
  60. package/dist-es/pagination/ListPolicyTemplatesPaginator.js +2 -23
  61. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +6 -21
  63. package/dist-types/commands/CreatePolicyCommand.d.ts +6 -21
  64. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +6 -21
  65. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +6 -21
  67. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  68. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +6 -21
  69. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +6 -21
  70. package/dist-types/commands/GetIdentitySourceCommand.d.ts +6 -21
  71. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  72. package/dist-types/commands/GetPolicyStoreCommand.d.ts +6 -21
  73. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +6 -21
  74. package/dist-types/commands/GetSchemaCommand.d.ts +6 -21
  75. package/dist-types/commands/IsAuthorizedCommand.d.ts +6 -21
  76. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +6 -21
  77. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +6 -21
  78. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -21
  79. package/dist-types/commands/ListPolicyStoresCommand.d.ts +6 -21
  80. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +6 -21
  81. package/dist-types/commands/PutSchemaCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdatePolicyCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +6 -21
  85. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +6 -21
  86. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  87. package/dist-types/pagination/ListIdentitySourcesPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListPolicyStoresPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListPolicyTemplatesPaginator.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  117. package/dist-types/ts3.4/pagination/ListIdentitySourcesPaginator.d.ts +3 -3
  118. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +3 -3
  119. package/dist-types/ts3.4/pagination/ListPolicyStoresPaginator.d.ts +3 -3
  120. package/dist-types/ts3.4/pagination/ListPolicyTemplatesPaginator.d.ts +3 -3
  121. package/package.json +11 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListPoliciesInput, ListPoliciesOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListPoliciesCommandInput extends ListPoliciesInput {}
17
11
  export interface ListPoliciesCommandOutput
18
12
  extends ListPoliciesOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListPoliciesCommand extends $Command<
21
- ListPoliciesCommandInput,
22
- ListPoliciesCommandOutput,
23
- VerifiedPermissionsClientResolvedConfig
24
- > {
25
- readonly input: ListPoliciesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListPoliciesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: VerifiedPermissionsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListPoliciesCommand_base: {
15
+ new (
16
+ input: ListPoliciesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListPoliciesCommandInput,
19
+ ListPoliciesCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListPoliciesCommand extends ListPoliciesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPolicyStoresInput,
11
5
  ListPolicyStoresOutput,
@@ -20,19 +14,16 @@ export interface ListPolicyStoresCommandInput extends ListPolicyStoresInput {}
20
14
  export interface ListPolicyStoresCommandOutput
21
15
  extends ListPolicyStoresOutput,
22
16
  __MetadataBearer {}
23
- export declare class ListPolicyStoresCommand extends $Command<
24
- ListPolicyStoresCommandInput,
25
- ListPolicyStoresCommandOutput,
26
- VerifiedPermissionsClientResolvedConfig
27
- > {
28
- readonly input: ListPolicyStoresCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListPolicyStoresCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: VerifiedPermissionsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListPolicyStoresCommand_base: {
18
+ new (
19
+ input: ListPolicyStoresCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListPolicyStoresCommandInput,
22
+ ListPolicyStoresCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListPolicyStoresCommand extends ListPolicyStoresCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPolicyTemplatesInput,
11
5
  ListPolicyTemplatesOutput,
@@ -21,19 +15,16 @@ export interface ListPolicyTemplatesCommandInput
21
15
  export interface ListPolicyTemplatesCommandOutput
22
16
  extends ListPolicyTemplatesOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListPolicyTemplatesCommand extends $Command<
25
- ListPolicyTemplatesCommandInput,
26
- ListPolicyTemplatesCommandOutput,
27
- VerifiedPermissionsClientResolvedConfig
28
- > {
29
- readonly input: ListPolicyTemplatesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPolicyTemplatesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: VerifiedPermissionsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListPolicyTemplatesCommand_base: {
19
+ new (
20
+ input: ListPolicyTemplatesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListPolicyTemplatesCommandInput,
23
+ ListPolicyTemplatesCommandOutput,
24
+ VerifiedPermissionsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { PutSchemaInput, PutSchemaOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface PutSchemaCommandInput extends PutSchemaInput {}
17
11
  export interface PutSchemaCommandOutput
18
12
  extends PutSchemaOutput,
19
13
  __MetadataBearer {}
20
- export declare class PutSchemaCommand extends $Command<
21
- PutSchemaCommandInput,
22
- PutSchemaCommandOutput,
23
- VerifiedPermissionsClientResolvedConfig
24
- > {
25
- readonly input: PutSchemaCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: PutSchemaCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: VerifiedPermissionsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<PutSchemaCommandInput, PutSchemaCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const PutSchemaCommand_base: {
15
+ new (
16
+ input: PutSchemaCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ PutSchemaCommandInput,
19
+ PutSchemaCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class PutSchemaCommand extends PutSchemaCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateIdentitySourceInput,
11
5
  UpdateIdentitySourceOutput,
@@ -21,22 +15,16 @@ export interface UpdateIdentitySourceCommandInput
21
15
  export interface UpdateIdentitySourceCommandOutput
22
16
  extends UpdateIdentitySourceOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateIdentitySourceCommand extends $Command<
25
- UpdateIdentitySourceCommandInput,
26
- UpdateIdentitySourceCommandOutput,
27
- VerifiedPermissionsClientResolvedConfig
28
- > {
29
- readonly input: UpdateIdentitySourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateIdentitySourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: VerifiedPermissionsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateIdentitySourceCommand_base: {
19
+ new (
20
+ input: UpdateIdentitySourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateIdentitySourceCommandInput,
38
- UpdateIdentitySourceCommandOutput
23
+ UpdateIdentitySourceCommandOutput,
24
+ VerifiedPermissionsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { UpdatePolicyInput, UpdatePolicyOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface UpdatePolicyCommandInput extends UpdatePolicyInput {}
17
11
  export interface UpdatePolicyCommandOutput
18
12
  extends UpdatePolicyOutput,
19
13
  __MetadataBearer {}
20
- export declare class UpdatePolicyCommand extends $Command<
21
- UpdatePolicyCommandInput,
22
- UpdatePolicyCommandOutput,
23
- VerifiedPermissionsClientResolvedConfig
24
- > {
25
- readonly input: UpdatePolicyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UpdatePolicyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: VerifiedPermissionsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UpdatePolicyCommandInput, UpdatePolicyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const UpdatePolicyCommand_base: {
15
+ new (
16
+ input: UpdatePolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UpdatePolicyCommandInput,
19
+ UpdatePolicyCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdatePolicyStoreInput,
11
5
  UpdatePolicyStoreOutput,
@@ -20,19 +14,16 @@ export interface UpdatePolicyStoreCommandInput extends UpdatePolicyStoreInput {}
20
14
  export interface UpdatePolicyStoreCommandOutput
21
15
  extends UpdatePolicyStoreOutput,
22
16
  __MetadataBearer {}
23
- export declare class UpdatePolicyStoreCommand extends $Command<
24
- UpdatePolicyStoreCommandInput,
25
- UpdatePolicyStoreCommandOutput,
26
- VerifiedPermissionsClientResolvedConfig
27
- > {
28
- readonly input: UpdatePolicyStoreCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UpdatePolicyStoreCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: VerifiedPermissionsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UpdatePolicyStoreCommand_base: {
18
+ new (
19
+ input: UpdatePolicyStoreCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UpdatePolicyStoreCommandInput,
22
+ UpdatePolicyStoreCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UpdatePolicyStoreCommand extends UpdatePolicyStoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdatePolicyTemplateInput,
11
5
  UpdatePolicyTemplateOutput,
@@ -21,22 +15,16 @@ export interface UpdatePolicyTemplateCommandInput
21
15
  export interface UpdatePolicyTemplateCommandOutput
22
16
  extends UpdatePolicyTemplateOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdatePolicyTemplateCommand extends $Command<
25
- UpdatePolicyTemplateCommandInput,
26
- UpdatePolicyTemplateCommandOutput,
27
- VerifiedPermissionsClientResolvedConfig
28
- > {
29
- readonly input: UpdatePolicyTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdatePolicyTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: VerifiedPermissionsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdatePolicyTemplateCommand_base: {
19
+ new (
20
+ input: UpdatePolicyTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdatePolicyTemplateCommandInput,
38
- UpdatePolicyTemplateCommandOutput
23
+ UpdatePolicyTemplateCommandOutput,
24
+ VerifiedPermissionsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdatePolicyTemplateCommand extends UpdatePolicyTemplateCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  ListIdentitySourcesCommandOutput,
5
5
  } from "../commands/ListIdentitySourcesCommand";
6
6
  import { VerifiedPermissionsPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListIdentitySources(
7
+ export declare const paginateListIdentitySources: (
8
8
  config: VerifiedPermissionsPaginationConfiguration,
9
9
  input: ListIdentitySourcesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListIdentitySourcesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListIdentitySourcesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListPoliciesCommandOutput,
5
5
  } from "../commands/ListPoliciesCommand";
6
6
  import { VerifiedPermissionsPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListPolicies(
7
+ export declare const paginateListPolicies: (
8
8
  config: VerifiedPermissionsPaginationConfiguration,
9
9
  input: ListPoliciesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListPoliciesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListPoliciesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListPolicyStoresCommandOutput,
5
5
  } from "../commands/ListPolicyStoresCommand";
6
6
  import { VerifiedPermissionsPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListPolicyStores(
7
+ export declare const paginateListPolicyStores: (
8
8
  config: VerifiedPermissionsPaginationConfiguration,
9
9
  input: ListPolicyStoresCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListPolicyStoresCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListPolicyStoresCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListPolicyTemplatesCommandOutput,
5
5
  } from "../commands/ListPolicyTemplatesCommand";
6
6
  import { VerifiedPermissionsPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListPolicyTemplates(
7
+ export declare const paginateListPolicyTemplates: (
8
8
  config: VerifiedPermissionsPaginationConfiguration,
9
9
  input: ListPolicyTemplatesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListPolicyTemplatesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListPolicyTemplatesCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-verifiedpermissions",
3
3
  "description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native",
4
- "version": "3.477.0",
4
+ "version": "3.481.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,39 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.477.0",
24
- "@aws-sdk/core": "3.477.0",
25
- "@aws-sdk/credential-provider-node": "3.477.0",
23
+ "@aws-sdk/client-sts": "3.481.0",
24
+ "@aws-sdk/core": "3.481.0",
25
+ "@aws-sdk/credential-provider-node": "3.481.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
29
29
  "@aws-sdk/middleware-signing": "3.468.0",
30
- "@aws-sdk/middleware-user-agent": "3.470.0",
30
+ "@aws-sdk/middleware-user-agent": "3.478.0",
31
31
  "@aws-sdk/region-config-resolver": "3.470.0",
32
32
  "@aws-sdk/types": "3.468.0",
33
- "@aws-sdk/util-endpoints": "3.470.0",
33
+ "@aws-sdk/util-endpoints": "3.478.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.468.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.470.0",
36
36
  "@smithy/config-resolver": "^2.0.21",
37
+ "@smithy/core": "^1.2.1",
37
38
  "@smithy/fetch-http-handler": "^2.3.1",
38
39
  "@smithy/hash-node": "^2.0.17",
39
40
  "@smithy/invalid-dependency": "^2.0.15",
40
41
  "@smithy/middleware-content-length": "^2.0.17",
41
42
  "@smithy/middleware-endpoint": "^2.2.3",
42
- "@smithy/middleware-retry": "^2.0.24",
43
+ "@smithy/middleware-retry": "^2.0.25",
43
44
  "@smithy/middleware-serde": "^2.0.15",
44
45
  "@smithy/middleware-stack": "^2.0.9",
45
46
  "@smithy/node-config-provider": "^2.1.8",
46
47
  "@smithy/node-http-handler": "^2.2.1",
47
48
  "@smithy/protocol-http": "^3.0.11",
48
- "@smithy/smithy-client": "^2.1.18",
49
+ "@smithy/smithy-client": "^2.2.0",
49
50
  "@smithy/types": "^2.7.0",
50
51
  "@smithy/url-parser": "^2.0.15",
51
52
  "@smithy/util-base64": "^2.0.1",
52
53
  "@smithy/util-body-length-browser": "^2.0.1",
53
54
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.22",
55
- "@smithy/util-defaults-mode-node": "^2.0.29",
55
+ "@smithy/util-defaults-mode-browser": "^2.0.23",
56
+ "@smithy/util-defaults-mode-node": "^2.0.30",
56
57
  "@smithy/util-endpoints": "^1.0.7",
57
58
  "@smithy/util-retry": "^2.0.8",
58
59
  "@smithy/util-utf8": "^2.0.2",