@aws-sdk/client-appfabric 3.1077.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist-cjs/index.js +34 -263
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetUserAccessTasksCommand.js +2 -14
  4. package/dist-es/commands/ConnectAppAuthorizationCommand.js +2 -14
  5. package/dist-es/commands/CreateAppAuthorizationCommand.js +2 -14
  6. package/dist-es/commands/CreateAppBundleCommand.js +2 -14
  7. package/dist-es/commands/CreateIngestionCommand.js +2 -14
  8. package/dist-es/commands/CreateIngestionDestinationCommand.js +2 -14
  9. package/dist-es/commands/DeleteAppAuthorizationCommand.js +2 -14
  10. package/dist-es/commands/DeleteAppBundleCommand.js +2 -14
  11. package/dist-es/commands/DeleteIngestionCommand.js +2 -14
  12. package/dist-es/commands/DeleteIngestionDestinationCommand.js +2 -14
  13. package/dist-es/commands/GetAppAuthorizationCommand.js +2 -14
  14. package/dist-es/commands/GetAppBundleCommand.js +2 -14
  15. package/dist-es/commands/GetIngestionCommand.js +2 -14
  16. package/dist-es/commands/GetIngestionDestinationCommand.js +2 -14
  17. package/dist-es/commands/ListAppAuthorizationsCommand.js +2 -14
  18. package/dist-es/commands/ListAppBundlesCommand.js +2 -14
  19. package/dist-es/commands/ListIngestionDestinationsCommand.js +2 -14
  20. package/dist-es/commands/ListIngestionsCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/StartIngestionCommand.js +2 -14
  23. package/dist-es/commands/StartUserAccessTasksCommand.js +2 -14
  24. package/dist-es/commands/StopIngestionCommand.js +2 -14
  25. package/dist-es/commands/TagResourceCommand.js +2 -14
  26. package/dist-es/commands/UntagResourceCommand.js +2 -14
  27. package/dist-es/commands/UpdateAppAuthorizationCommand.js +2 -14
  28. package/dist-es/commands/UpdateIngestionDestinationCommand.js +2 -14
  29. package/dist-es/index.js +1 -0
  30. package/dist-types/commandBuilder.d.ts +18 -0
  31. package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +3 -8
  32. package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateAppBundleCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateIngestionCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteAppBundleCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteIngestionCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +3 -8
  41. package/dist-types/commands/GetAppAuthorizationCommand.d.ts +3 -8
  42. package/dist-types/commands/GetAppBundleCommand.d.ts +3 -8
  43. package/dist-types/commands/GetIngestionCommand.d.ts +3 -8
  44. package/dist-types/commands/GetIngestionDestinationCommand.d.ts +3 -8
  45. package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListAppBundlesCommand.d.ts +3 -8
  47. package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +3 -8
  48. package/dist-types/commands/ListIngestionsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/StartIngestionCommand.d.ts +3 -8
  51. package/dist-types/commands/StartUserAccessTasksCommand.d.ts +3 -8
  52. package/dist-types/commands/StopIngestionCommand.d.ts +3 -8
  53. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  55. package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +3 -8
  56. package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +3 -8
  57. package/dist-types/index.d.ts +1 -0
  58. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  59. package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAppAuthorizations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAppAuthorizationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "ListAppAuthorizations", {})
13
- .n("AppFabricClient", "ListAppAuthorizationsCommand")
14
- .sc(ListAppAuthorizations$)
15
- .build() {
3
+ export class ListAppAuthorizationsCommand extends command(_ep0, _mw0, "ListAppAuthorizations", ListAppAuthorizations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAppBundles$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAppBundlesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "ListAppBundles", {})
13
- .n("AppFabricClient", "ListAppBundlesCommand")
14
- .sc(ListAppBundles$)
15
- .build() {
3
+ export class ListAppBundlesCommand extends command(_ep0, _mw0, "ListAppBundles", ListAppBundles$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListIngestionDestinations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListIngestionDestinationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "ListIngestionDestinations", {})
13
- .n("AppFabricClient", "ListIngestionDestinationsCommand")
14
- .sc(ListIngestionDestinations$)
15
- .build() {
3
+ export class ListIngestionDestinationsCommand extends command(_ep0, _mw0, "ListIngestionDestinations", ListIngestionDestinations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListIngestions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListIngestionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "ListIngestions", {})
13
- .n("AppFabricClient", "ListIngestionsCommand")
14
- .sc(ListIngestions$)
15
- .build() {
3
+ export class ListIngestionsCommand extends command(_ep0, _mw0, "ListIngestions", ListIngestions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "ListTagsForResource", {})
13
- .n("AppFabricClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartIngestion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartIngestionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "StartIngestion", {})
13
- .n("AppFabricClient", "StartIngestionCommand")
14
- .sc(StartIngestion$)
15
- .build() {
3
+ export class StartIngestionCommand extends command(_ep0, _mw0, "StartIngestion", StartIngestion$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartUserAccessTasks$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartUserAccessTasksCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "StartUserAccessTasks", {})
13
- .n("AppFabricClient", "StartUserAccessTasksCommand")
14
- .sc(StartUserAccessTasks$)
15
- .build() {
3
+ export class StartUserAccessTasksCommand extends command(_ep0, _mw0, "StartUserAccessTasks", StartUserAccessTasks$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopIngestion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopIngestionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "StopIngestion", {})
13
- .n("AppFabricClient", "StopIngestionCommand")
14
- .sc(StopIngestion$)
15
- .build() {
3
+ export class StopIngestionCommand extends command(_ep0, _mw0, "StopIngestion", StopIngestion$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "TagResource", {})
13
- .n("AppFabricClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "UntagResource", {})
13
- .n("AppFabricClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAppAuthorization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAppAuthorizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "UpdateAppAuthorization", {})
13
- .n("AppFabricClient", "UpdateAppAuthorizationCommand")
14
- .sc(UpdateAppAuthorization$)
15
- .build() {
3
+ export class UpdateAppAuthorizationCommand extends command(_ep0, _mw0, "UpdateAppAuthorization", UpdateAppAuthorization$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateIngestionDestination$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateIngestionDestinationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "UpdateIngestionDestination", {})
13
- .n("AppFabricClient", "UpdateIngestionDestinationCommand")
14
- .sc(UpdateIngestionDestination$)
15
- .build() {
3
+ export class UpdateIngestionDestinationCommand extends command(_ep0, _mw0, "UpdateIngestionDestination", UpdateIngestionDestination$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./AppFabricClient";
2
2
  export * from "./AppFabric";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AppFabricClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { BatchGetUserAccessTasksRequest, BatchGetUserAccessTasksResponse } from "../models/models_0";
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 BatchGetUserAccessTasksCommandInput extends BatchGetUserAccessT
22
19
  export interface BatchGetUserAccessTasksCommandOutput extends BatchGetUserAccessTasksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetUserAccessTasksCommand_base: {
25
- new (input: BatchGetUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetUserAccessTasksCommandInput, BatchGetUserAccessTasksCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetUserAccessTasksCommandInput, BatchGetUserAccessTasksCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetUserAccessTasksCommandInput, BatchGetUserAccessTasksCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetUserAccessTasksCommandInput, BatchGetUserAccessTasksCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets user access details in a batch request.</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
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { ConnectAppAuthorizationRequest, ConnectAppAuthorizationResponse } from "../models/models_0";
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 ConnectAppAuthorizationCommandInput extends ConnectAppAuthoriza
22
19
  export interface ConnectAppAuthorizationCommandOutput extends ConnectAppAuthorizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ConnectAppAuthorizationCommand_base: {
25
- new (input: ConnectAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<ConnectAppAuthorizationCommandInput, ConnectAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ConnectAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<ConnectAppAuthorizationCommandInput, ConnectAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ConnectAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<ConnectAppAuthorizationCommandInput, ConnectAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ConnectAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<ConnectAppAuthorizationCommandInput, ConnectAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { CreateAppAuthorizationRequest, CreateAppAuthorizationResponse } from "../models/models_0";
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 CreateAppAuthorizationCommandInput extends CreateAppAuthorizati
22
19
  export interface CreateAppAuthorizationCommandOutput extends CreateAppAuthorizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAppAuthorizationCommand_base: {
25
- new (input: CreateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<CreateAppAuthorizationCommandInput, CreateAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<CreateAppAuthorizationCommandInput, CreateAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<CreateAppAuthorizationCommandInput, CreateAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<CreateAppAuthorizationCommandInput, CreateAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an app authorization within an app bundle, which allows AppFabric to connect to an
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { CreateAppBundleRequest, CreateAppBundleResponse } from "../models/models_0";
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 CreateAppBundleCommandInput extends CreateAppBundleRequest {
22
19
  export interface CreateAppBundleCommandOutput extends CreateAppBundleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAppBundleCommand_base: {
25
- new (input: CreateAppBundleCommandInput): import("@smithy/core/client").CommandImpl<CreateAppBundleCommandInput, CreateAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [CreateAppBundleCommandInput]): import("@smithy/core/client").CommandImpl<CreateAppBundleCommandInput, CreateAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAppBundleCommandInput): import("@smithy/core/client").CommandImpl<CreateAppBundleCommandInput, CreateAppBundleCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [CreateAppBundleCommandInput]): import("@smithy/core/client").CommandImpl<CreateAppBundleCommandInput, CreateAppBundleCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an app bundle to collect data from an application using AppFabric.</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
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { CreateIngestionRequest, CreateIngestionResponse } from "../models/models_0";
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 CreateIngestionCommandInput extends CreateIngestionRequest {
22
19
  export interface CreateIngestionCommandOutput extends CreateIngestionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateIngestionCommand_base: {
25
- new (input: CreateIngestionCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestionCommandInput, CreateIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateIngestionCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestionCommandInput, CreateIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateIngestionCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestionCommandInput, CreateIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateIngestionCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestionCommandInput, CreateIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a data ingestion for an application.</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
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { CreateIngestionDestinationRequest, CreateIngestionDestinationResponse } from "../models/models_0";
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 CreateIngestionDestinationCommandInput extends CreateIngestionD
22
19
  export interface CreateIngestionDestinationCommandOutput extends CreateIngestionDestinationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateIngestionDestinationCommand_base: {
25
- new (input: CreateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestionDestinationCommandInput, CreateIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestionDestinationCommandInput, CreateIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestionDestinationCommandInput, CreateIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestionDestinationCommandInput, CreateIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an ingestion destination, which specifies how an application's ingested data is
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { DeleteAppAuthorizationRequest, DeleteAppAuthorizationResponse } from "../models/models_0";
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 DeleteAppAuthorizationCommandInput extends DeleteAppAuthorizati
22
19
  export interface DeleteAppAuthorizationCommandOutput extends DeleteAppAuthorizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAppAuthorizationCommand_base: {
25
- new (input: DeleteAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppAuthorizationCommandInput, DeleteAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppAuthorizationCommandInput, DeleteAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppAuthorizationCommandInput, DeleteAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppAuthorizationCommandInput, DeleteAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an app authorization. You must delete the associated ingestion before you can
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { DeleteAppBundleRequest, DeleteAppBundleResponse } from "../models/models_0";
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 DeleteAppBundleCommandInput extends DeleteAppBundleRequest {
22
19
  export interface DeleteAppBundleCommandOutput extends DeleteAppBundleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAppBundleCommand_base: {
25
- new (input: DeleteAppBundleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppBundleCommandInput, DeleteAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAppBundleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppBundleCommandInput, DeleteAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAppBundleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppBundleCommandInput, DeleteAppBundleCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAppBundleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppBundleCommandInput, DeleteAppBundleCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an app bundle. You must delete all associated app authorizations before you can
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { DeleteIngestionRequest, DeleteIngestionResponse } from "../models/models_0";
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 DeleteIngestionCommandInput extends DeleteIngestionRequest {
22
19
  export interface DeleteIngestionCommandOutput extends DeleteIngestionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteIngestionCommand_base: {
25
- new (input: DeleteIngestionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionCommandInput, DeleteIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteIngestionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionCommandInput, DeleteIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteIngestionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionCommandInput, DeleteIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteIngestionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionCommandInput, DeleteIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an ingestion. You must stop (disable) the ingestion and you must delete all
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { DeleteIngestionDestinationRequest, DeleteIngestionDestinationResponse } from "../models/models_0";
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 DeleteIngestionDestinationCommandInput extends DeleteIngestionD
22
19
  export interface DeleteIngestionDestinationCommandOutput extends DeleteIngestionDestinationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteIngestionDestinationCommand_base: {
25
- new (input: DeleteIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionDestinationCommandInput, DeleteIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionDestinationCommandInput, DeleteIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionDestinationCommandInput, DeleteIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionDestinationCommandInput, DeleteIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an ingestion destination.</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
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { GetAppAuthorizationRequest, GetAppAuthorizationResponse } from "../models/models_0";
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 GetAppAuthorizationCommandInput extends GetAppAuthorizationRequ
22
19
  export interface GetAppAuthorizationCommandOutput extends GetAppAuthorizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAppAuthorizationCommand_base: {
25
- new (input: GetAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<GetAppAuthorizationCommandInput, GetAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<GetAppAuthorizationCommandInput, GetAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<GetAppAuthorizationCommandInput, GetAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<GetAppAuthorizationCommandInput, GetAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about an app authorization.</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
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { GetAppBundleRequest, GetAppBundleResponse } from "../models/models_0";
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 GetAppBundleCommandInput extends GetAppBundleRequest {
22
19
  export interface GetAppBundleCommandOutput extends GetAppBundleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAppBundleCommand_base: {
25
- new (input: GetAppBundleCommandInput): import("@smithy/core/client").CommandImpl<GetAppBundleCommandInput, GetAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAppBundleCommandInput): import("@smithy/core/client").CommandImpl<GetAppBundleCommandInput, GetAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAppBundleCommandInput): import("@smithy/core/client").CommandImpl<GetAppBundleCommandInput, GetAppBundleCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAppBundleCommandInput): import("@smithy/core/client").CommandImpl<GetAppBundleCommandInput, GetAppBundleCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about an app bundle.</p>