@aws-sdk/client-supportauthz 3.1077.0 → 3.1079.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 (41) hide show
  1. package/dist-cjs/index.js +19 -113
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateSupportPermitCommand.js +2 -14
  4. package/dist-es/commands/DeleteSupportPermitCommand.js +2 -14
  5. package/dist-es/commands/GetActionCommand.js +2 -14
  6. package/dist-es/commands/GetSupportPermitCommand.js +2 -14
  7. package/dist-es/commands/ListActionsCommand.js +2 -14
  8. package/dist-es/commands/ListSupportPermitRequestsCommand.js +2 -14
  9. package/dist-es/commands/ListSupportPermitsCommand.js +2 -14
  10. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  11. package/dist-es/commands/RejectSupportPermitRequestCommand.js +2 -14
  12. package/dist-es/commands/TagResourceCommand.js +2 -14
  13. package/dist-es/commands/UntagResourceCommand.js +2 -14
  14. package/dist-es/index.js +1 -0
  15. package/dist-types/commandBuilder.d.ts +18 -0
  16. package/dist-types/commands/CreateSupportPermitCommand.d.ts +3 -8
  17. package/dist-types/commands/DeleteSupportPermitCommand.d.ts +3 -8
  18. package/dist-types/commands/GetActionCommand.d.ts +3 -8
  19. package/dist-types/commands/GetSupportPermitCommand.d.ts +3 -8
  20. package/dist-types/commands/ListActionsCommand.d.ts +3 -8
  21. package/dist-types/commands/ListSupportPermitRequestsCommand.d.ts +3 -8
  22. package/dist-types/commands/ListSupportPermitsCommand.d.ts +3 -8
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  24. package/dist-types/commands/RejectSupportPermitRequestCommand.d.ts +3 -8
  25. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  26. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  27. package/dist-types/index.d.ts +1 -0
  28. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  29. package/dist-types/ts3.4/commands/CreateSupportPermitCommand.d.ts +7 -16
  30. package/dist-types/ts3.4/commands/DeleteSupportPermitCommand.d.ts +7 -16
  31. package/dist-types/ts3.4/commands/GetActionCommand.d.ts +7 -16
  32. package/dist-types/ts3.4/commands/GetSupportPermitCommand.d.ts +7 -16
  33. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +7 -16
  34. package/dist-types/ts3.4/commands/ListSupportPermitRequestsCommand.d.ts +7 -16
  35. package/dist-types/ts3.4/commands/ListSupportPermitsCommand.d.ts +7 -16
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  37. package/dist-types/ts3.4/commands/RejectSupportPermitRequestCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/index.d.ts +1 -0
  41. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags associated with a support permit resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RejectSupportPermitRequestInput, RejectSupportPermitRequestOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RejectSupportPermitRequestCommandInput extends RejectSupportPer
22
19
  export interface RejectSupportPermitRequestCommandOutput extends RejectSupportPermitRequestOutput, __MetadataBearer {
23
20
  }
24
21
  declare const RejectSupportPermitRequestCommand_base: {
25
- new (input: RejectSupportPermitRequestCommandInput): import("@smithy/core/client").CommandImpl<RejectSupportPermitRequestCommandInput, RejectSupportPermitRequestCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectSupportPermitRequestCommandInput): import("@smithy/core/client").CommandImpl<RejectSupportPermitRequestCommandInput, RejectSupportPermitRequestCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RejectSupportPermitRequestCommandInput): import("@smithy/core/client").CommandImpl<RejectSupportPermitRequestCommandInput, RejectSupportPermitRequestCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RejectSupportPermitRequestCommandInput): import("@smithy/core/client").CommandImpl<RejectSupportPermitRequestCommandInput, RejectSupportPermitRequestCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Rejects a permit request from an AWS support operator. The operator cannot proceed with the requested action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds or overwrites one or more tags for a support permit resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from a support permit resource.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { SupportAuthZExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ SupportAuthZClientResolvedConfig,
6
+ } from "./SupportAuthZClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SupportAuthZClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SupportAuthZClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateSupportPermitInput,
5
4
  CreateSupportPermitOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportAuthZClientResolvedConfig,
11
- } from "../SupportAuthZClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateSupportPermitCommandInput
15
8
  extends CreateSupportPermitInput {}
16
9
  export interface CreateSupportPermitCommandOutput
@@ -22,22 +15,20 @@ declare const CreateSupportPermitCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateSupportPermitCommandInput,
24
17
  CreateSupportPermitCommandOutput,
25
- SupportAuthZClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportAuthZClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateSupportPermitCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateSupportPermitCommandInput,
33
26
  CreateSupportPermitCommandOutput,
34
- SupportAuthZClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportAuthZClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateSupportPermitCommand extends CreateSupportPermitCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteSupportPermitInput,
5
4
  DeleteSupportPermitOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportAuthZClientResolvedConfig,
11
- } from "../SupportAuthZClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteSupportPermitCommandInput
15
8
  extends DeleteSupportPermitInput {}
16
9
  export interface DeleteSupportPermitCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteSupportPermitCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteSupportPermitCommandInput,
24
17
  DeleteSupportPermitCommandOutput,
25
- SupportAuthZClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportAuthZClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteSupportPermitCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteSupportPermitCommandInput,
33
26
  DeleteSupportPermitCommandOutput,
34
- SupportAuthZClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportAuthZClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteSupportPermitCommand extends DeleteSupportPermitCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { GetActionInput, GetActionOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SupportAuthZClientResolvedConfig,
8
- } from "../SupportAuthZClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetActionCommandInput extends GetActionInput {}
12
5
  export interface GetActionCommandOutput
13
6
  extends GetActionOutput,
@@ -16,20 +9,18 @@ declare const GetActionCommand_base: {
16
9
  new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetActionCommandInput,
18
11
  GetActionCommandOutput,
19
- SupportAuthZClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SupportAuthZClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetActionCommandInput,
25
18
  GetActionCommandOutput,
26
- SupportAuthZClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").SupportAuthZClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetActionCommand extends GetActionCommand_base {
35
26
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetSupportPermitInput,
5
4
  GetSupportPermitOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportAuthZClientResolvedConfig,
11
- } from "../SupportAuthZClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSupportPermitCommandInput extends GetSupportPermitInput {}
15
8
  export interface GetSupportPermitCommandOutput
16
9
  extends GetSupportPermitOutput,
@@ -21,22 +14,20 @@ declare const GetSupportPermitCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetSupportPermitCommandInput,
23
16
  GetSupportPermitCommandOutput,
24
- SupportAuthZClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SupportAuthZClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetSupportPermitCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetSupportPermitCommandInput,
32
25
  GetSupportPermitCommandOutput,
33
- SupportAuthZClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SupportAuthZClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetSupportPermitCommand extends GetSupportPermitCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListActionsInput, ListActionsOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SupportAuthZClientResolvedConfig,
8
- } from "../SupportAuthZClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListActionsCommandInput extends ListActionsInput {}
12
5
  export interface ListActionsCommandOutput
13
6
  extends ListActionsOutput,
@@ -18,22 +11,20 @@ declare const ListActionsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListActionsCommandInput,
20
13
  ListActionsCommandOutput,
21
- SupportAuthZClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SupportAuthZClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListActionsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListActionsCommandInput,
29
22
  ListActionsCommandOutput,
30
- SupportAuthZClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SupportAuthZClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListActionsCommand extends ListActionsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListSupportPermitRequestsInput,
5
4
  ListSupportPermitRequestsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportAuthZClientResolvedConfig,
11
- } from "../SupportAuthZClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSupportPermitRequestsCommandInput
15
8
  extends ListSupportPermitRequestsInput {}
16
9
  export interface ListSupportPermitRequestsCommandOutput
@@ -22,22 +15,20 @@ declare const ListSupportPermitRequestsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSupportPermitRequestsCommandInput,
24
17
  ListSupportPermitRequestsCommandOutput,
25
- SupportAuthZClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportAuthZClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSupportPermitRequestsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSupportPermitRequestsCommandInput,
33
26
  ListSupportPermitRequestsCommandOutput,
34
- SupportAuthZClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportAuthZClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListSupportPermitRequestsCommand extends ListSupportPermitRequestsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListSupportPermitsInput,
5
4
  ListSupportPermitsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportAuthZClientResolvedConfig,
11
- } from "../SupportAuthZClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSupportPermitsCommandInput
15
8
  extends ListSupportPermitsInput {}
16
9
  export interface ListSupportPermitsCommandOutput
@@ -22,22 +15,20 @@ declare const ListSupportPermitsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSupportPermitsCommandInput,
24
17
  ListSupportPermitsCommandOutput,
25
- SupportAuthZClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportAuthZClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSupportPermitsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSupportPermitsCommandInput,
33
26
  ListSupportPermitsCommandOutput,
34
- SupportAuthZClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportAuthZClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListSupportPermitsCommand extends ListSupportPermitsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceInput,
5
4
  ListTagsForResourceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportAuthZClientResolvedConfig,
11
- } from "../SupportAuthZClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceInput {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- SupportAuthZClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportAuthZClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- SupportAuthZClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportAuthZClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  RejectSupportPermitRequestInput,
5
4
  RejectSupportPermitRequestOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportAuthZClientResolvedConfig,
11
- } from "../SupportAuthZClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RejectSupportPermitRequestCommandInput
15
8
  extends RejectSupportPermitRequestInput {}
16
9
  export interface RejectSupportPermitRequestCommandOutput
@@ -22,22 +15,20 @@ declare const RejectSupportPermitRequestCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RejectSupportPermitRequestCommandInput,
24
17
  RejectSupportPermitRequestCommandOutput,
25
- SupportAuthZClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportAuthZClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RejectSupportPermitRequestCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RejectSupportPermitRequestCommandInput,
33
26
  RejectSupportPermitRequestCommandOutput,
34
- SupportAuthZClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportAuthZClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class RejectSupportPermitRequestCommand extends RejectSupportPermitRequestCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SupportAuthZClientResolvedConfig,
8
- } from "../SupportAuthZClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceInput {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceOutput,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- SupportAuthZClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SupportAuthZClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- SupportAuthZClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SupportAuthZClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {