@aws-sdk/client-verifiedpermissions 3.529.1 → 3.535.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 (63) hide show
  1. package/dist-types/VerifiedPermissions.d.ts +2 -1
  2. package/dist-types/VerifiedPermissionsClient.d.ts +1 -1
  3. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +2 -1
  5. package/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
  6. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +2 -1
  9. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  10. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +2 -1
  12. package/dist-types/commands/GetIdentitySourceCommand.d.ts +2 -1
  13. package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/GetPolicyStoreCommand.d.ts +2 -1
  15. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +2 -1
  16. package/dist-types/commands/GetSchemaCommand.d.ts +2 -1
  17. package/dist-types/commands/IsAuthorizedCommand.d.ts +2 -1
  18. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +2 -1
  19. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +2 -1
  20. package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListPolicyStoresCommand.d.ts +2 -1
  22. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +2 -1
  23. package/dist-types/commands/PutSchemaCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +2 -1
  28. package/dist-types/models/models_0.d.ts +332 -334
  29. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  30. package/dist-types/runtimeConfig.d.ts +2 -2
  31. package/dist-types/runtimeConfig.native.d.ts +2 -2
  32. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  33. package/dist-types/ts3.4/VerifiedPermissions.d.ts +1 -0
  34. package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  63. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { VerifiedPermissionsClientConfig } from "./VerifiedPermissionsClient";
5
5
  export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -335,6 +335,7 @@ export interface VerifiedPermissions {
335
335
  options: __HttpHandlerOptions,
336
336
  cb: (err: any, data?: ListPoliciesCommandOutput) => void
337
337
  ): void;
338
+ listPolicyStores(): Promise<ListPolicyStoresCommandOutput>;
338
339
  listPolicyStores(
339
340
  args: ListPolicyStoresCommandInput,
340
341
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const BatchIsAuthorizedCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchIsAuthorizedCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchIsAuthorizedCommandInput,
31
+ BatchIsAuthorizedCommandOutput,
32
+ VerifiedPermissionsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchIsAuthorizedCommand extends BatchIsAuthorizedCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateIdentitySourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateIdentitySourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateIdentitySourceCommandInput,
32
+ CreateIdentitySourceCommandOutput,
33
+ VerifiedPermissionsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateIdentitySourceCommand extends CreateIdentitySourceCommand_base {}
@@ -21,6 +21,15 @@ declare const CreatePolicyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreatePolicyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreatePolicyCommandInput,
28
+ CreatePolicyCommandOutput,
29
+ VerifiedPermissionsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreatePolicyCommand extends CreatePolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const CreatePolicyStoreCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreatePolicyStoreCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreatePolicyStoreCommandInput,
31
+ CreatePolicyStoreCommandOutput,
32
+ VerifiedPermissionsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreatePolicyStoreCommand extends CreatePolicyStoreCommand_base {}
@@ -25,6 +25,15 @@ declare const CreatePolicyTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreatePolicyTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreatePolicyTemplateCommandInput,
32
+ CreatePolicyTemplateCommandOutput,
33
+ VerifiedPermissionsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreatePolicyTemplateCommand extends CreatePolicyTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteIdentitySourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteIdentitySourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteIdentitySourceCommandInput,
32
+ DeleteIdentitySourceCommandOutput,
33
+ VerifiedPermissionsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteIdentitySourceCommand extends DeleteIdentitySourceCommand_base {}
@@ -21,6 +21,15 @@ declare const DeletePolicyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeletePolicyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeletePolicyCommandInput,
28
+ DeletePolicyCommandOutput,
29
+ VerifiedPermissionsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeletePolicyCommand extends DeletePolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const DeletePolicyStoreCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeletePolicyStoreCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeletePolicyStoreCommandInput,
31
+ DeletePolicyStoreCommandOutput,
32
+ VerifiedPermissionsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeletePolicyStoreCommand extends DeletePolicyStoreCommand_base {}
@@ -25,6 +25,15 @@ declare const DeletePolicyTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeletePolicyTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeletePolicyTemplateCommandInput,
32
+ DeletePolicyTemplateCommandOutput,
33
+ VerifiedPermissionsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeletePolicyTemplateCommand extends DeletePolicyTemplateCommand_base {}
@@ -24,6 +24,15 @@ declare const GetIdentitySourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetIdentitySourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetIdentitySourceCommandInput,
31
+ GetIdentitySourceCommandOutput,
32
+ VerifiedPermissionsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetIdentitySourceCommand extends GetIdentitySourceCommand_base {}
@@ -21,6 +21,15 @@ declare const GetPolicyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetPolicyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetPolicyCommandInput,
28
+ GetPolicyCommandOutput,
29
+ VerifiedPermissionsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetPolicyCommand extends GetPolicyCommand_base {}
@@ -21,6 +21,15 @@ declare const GetPolicyStoreCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetPolicyStoreCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetPolicyStoreCommandInput,
28
+ GetPolicyStoreCommandOutput,
29
+ VerifiedPermissionsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetPolicyStoreCommand extends GetPolicyStoreCommand_base {}
@@ -24,6 +24,15 @@ declare const GetPolicyTemplateCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetPolicyTemplateCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetPolicyTemplateCommandInput,
31
+ GetPolicyTemplateCommandOutput,
32
+ VerifiedPermissionsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetPolicyTemplateCommand extends GetPolicyTemplateCommand_base {}
@@ -21,6 +21,15 @@ declare const GetSchemaCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetSchemaCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetSchemaCommandInput,
28
+ GetSchemaCommandOutput,
29
+ VerifiedPermissionsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetSchemaCommand extends GetSchemaCommand_base {}
@@ -21,6 +21,15 @@ declare const IsAuthorizedCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: IsAuthorizedCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ IsAuthorizedCommandInput,
28
+ IsAuthorizedCommandOutput,
29
+ VerifiedPermissionsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class IsAuthorizedCommand extends IsAuthorizedCommand_base {}
@@ -25,6 +25,15 @@ declare const IsAuthorizedWithTokenCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: IsAuthorizedWithTokenCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ IsAuthorizedWithTokenCommandInput,
32
+ IsAuthorizedWithTokenCommandOutput,
33
+ VerifiedPermissionsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class IsAuthorizedWithTokenCommand extends IsAuthorizedWithTokenCommand_base {}
@@ -25,6 +25,15 @@ declare const ListIdentitySourcesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListIdentitySourcesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListIdentitySourcesCommandInput,
32
+ ListIdentitySourcesCommandOutput,
33
+ VerifiedPermissionsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListIdentitySourcesCommand extends ListIdentitySourcesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListPoliciesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListPoliciesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListPoliciesCommandInput,
28
+ ListPoliciesCommandOutput,
29
+ VerifiedPermissionsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListPoliciesCommand extends ListPoliciesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListPolicyStoresCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListPolicyStoresCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListPolicyStoresCommandInput,
31
+ ListPolicyStoresCommandOutput,
32
+ VerifiedPermissionsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListPolicyStoresCommand extends ListPolicyStoresCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPolicyTemplatesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListPolicyTemplatesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPolicyTemplatesCommandInput,
32
+ ListPolicyTemplatesCommandOutput,
33
+ VerifiedPermissionsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_base {}
@@ -21,6 +21,15 @@ declare const PutSchemaCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutSchemaCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutSchemaCommandInput,
28
+ PutSchemaCommandOutput,
29
+ VerifiedPermissionsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutSchemaCommand extends PutSchemaCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateIdentitySourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateIdentitySourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateIdentitySourceCommandInput,
32
+ UpdateIdentitySourceCommandOutput,
33
+ VerifiedPermissionsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdatePolicyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdatePolicyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdatePolicyCommandInput,
28
+ UpdatePolicyCommandOutput,
29
+ VerifiedPermissionsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdatePolicyStoreCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdatePolicyStoreCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdatePolicyStoreCommandInput,
31
+ UpdatePolicyStoreCommandOutput,
32
+ VerifiedPermissionsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdatePolicyStoreCommand extends UpdatePolicyStoreCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdatePolicyTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdatePolicyTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdatePolicyTemplateCommandInput,
32
+ UpdatePolicyTemplateCommandOutput,
33
+ VerifiedPermissionsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdatePolicyTemplateCommand extends UpdatePolicyTemplateCommand_base {}
@@ -27,9 +27,9 @@ export declare const getRuntimeConfig: (
27
27
  apiVersion: string;
28
28
  urlParser: import("@smithy/types").UrlParser;
29
29
  base64Decoder: import("@smithy/types").Decoder;
30
- base64Encoder: import("@smithy/types").Encoder;
30
+ base64Encoder: (_input: string | Uint8Array) => string;
31
31
  utf8Decoder: import("@smithy/types").Decoder;
32
- utf8Encoder: import("@smithy/types").Encoder;
32
+ utf8Encoder: (input: string | Uint8Array) => string;
33
33
  disableHostPrefix: boolean;
34
34
  serviceId: string;
35
35
  logger: import("@smithy/types").Logger;
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (
31
31
  apiVersion: string;
32
32
  urlParser: import("@smithy/types").UrlParser;
33
33
  base64Decoder: import("@smithy/types").Decoder;
34
- base64Encoder: import("@smithy/types").Encoder;
34
+ base64Encoder: (_input: string | Uint8Array) => string;
35
35
  utf8Decoder: import("@smithy/types").Decoder;
36
- utf8Encoder: import("@smithy/types").Encoder;
36
+ utf8Encoder: (input: string | Uint8Array) => string;
37
37
  disableHostPrefix: boolean;
38
38
  serviceId: string;
39
39
  logger: import("@smithy/types").Logger;
@@ -15,9 +15,9 @@ export declare const getRuntimeConfig: (
15
15
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
16
  streamCollector: import("@smithy/types").StreamCollector;
17
17
  base64Decoder: import("@smithy/types").Decoder;
18
- base64Encoder: import("@smithy/types").Encoder;
18
+ base64Encoder: (_input: string | Uint8Array) => string;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  disableHostPrefix: boolean;
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -4,7 +4,7 @@ export declare const getRuntimeConfig: (
4
4
  ) => {
5
5
  apiVersion: string;
6
6
  base64Decoder: import("@smithy/types").Decoder;
7
- base64Encoder: import("@smithy/types").Encoder;
7
+ base64Encoder: (_input: string | Uint8Array) => string;
8
8
  disableHostPrefix: boolean;
9
9
  endpointProvider: (
10
10
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -19,5 +19,5 @@ export declare const getRuntimeConfig: (
19
19
  serviceId: string;
20
20
  urlParser: import("@smithy/types").UrlParser;
21
21
  utf8Decoder: import("@smithy/types").Decoder;
22
- utf8Encoder: import("@smithy/types").Encoder;
22
+ utf8Encoder: (input: string | Uint8Array) => string;
23
23
  };