@aws-sdk/client-appfabric 3.1076.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 (98) hide show
  1. package/dist-cjs/index.js +37 -265
  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-es/runtimeConfig.browser.js +0 -2
  31. package/dist-es/runtimeConfig.js +1 -2
  32. package/dist-es/runtimeConfig.native.js +0 -2
  33. package/dist-es/runtimeConfig.shared.js +2 -0
  34. package/dist-types/commandBuilder.d.ts +18 -0
  35. package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +3 -8
  36. package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateAppBundleCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateIngestionCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteAppBundleCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteIngestionCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +3 -8
  45. package/dist-types/commands/GetAppAuthorizationCommand.d.ts +3 -8
  46. package/dist-types/commands/GetAppBundleCommand.d.ts +3 -8
  47. package/dist-types/commands/GetIngestionCommand.d.ts +3 -8
  48. package/dist-types/commands/GetIngestionDestinationCommand.d.ts +3 -8
  49. package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +3 -8
  50. package/dist-types/commands/ListAppBundlesCommand.d.ts +3 -8
  51. package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListIngestionsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/StartIngestionCommand.d.ts +3 -8
  55. package/dist-types/commands/StartUserAccessTasksCommand.d.ts +3 -8
  56. package/dist-types/commands/StopIngestionCommand.d.ts +3 -8
  57. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  59. package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +3 -8
  60. package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +3 -8
  61. package/dist-types/index.d.ts +1 -0
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  63. package/dist-types/runtimeConfig.d.ts +1 -1
  64. package/dist-types/runtimeConfig.native.d.ts +1 -1
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  67. package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/index.d.ts +1 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  98. package/package.json +8 -10
@@ -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>
@@ -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 { GetIngestionRequest, GetIngestionResponse } 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 GetIngestionCommandInput extends GetIngestionRequest {
22
19
  export interface GetIngestionCommandOutput extends GetIngestionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetIngestionCommand_base: {
25
- new (input: GetIngestionCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionCommandInput, GetIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetIngestionCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionCommandInput, GetIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIngestionCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionCommandInput, GetIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetIngestionCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionCommandInput, GetIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about an ingestion.</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 { GetIngestionDestinationRequest, GetIngestionDestinationResponse } 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 GetIngestionDestinationCommandInput extends GetIngestionDestina
22
19
  export interface GetIngestionDestinationCommandOutput extends GetIngestionDestinationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetIngestionDestinationCommand_base: {
25
- new (input: GetIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about 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 { ListAppAuthorizationsRequest, ListAppAuthorizationsResponse } 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 ListAppAuthorizationsCommandInput extends ListAppAuthorizations
22
19
  export interface ListAppAuthorizationsCommandOutput extends ListAppAuthorizationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAppAuthorizationsCommand_base: {
25
- new (input: ListAppAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAppAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAppAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAppAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all app authorizations configured for an app bundle.</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 { ListAppBundlesRequest, ListAppBundlesResponse } 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 ListAppBundlesCommandInput extends ListAppBundlesRequest {
22
19
  export interface ListAppBundlesCommandOutput extends ListAppBundlesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAppBundlesCommand_base: {
25
- new (input: ListAppBundlesCommandInput): import("@smithy/core/client").CommandImpl<ListAppBundlesCommandInput, ListAppBundlesCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAppBundlesCommandInput]): import("@smithy/core/client").CommandImpl<ListAppBundlesCommandInput, ListAppBundlesCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAppBundlesCommandInput): import("@smithy/core/client").CommandImpl<ListAppBundlesCommandInput, ListAppBundlesCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAppBundlesCommandInput]): import("@smithy/core/client").CommandImpl<ListAppBundlesCommandInput, ListAppBundlesCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of app bundles.</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 { ListIngestionDestinationsRequest, ListIngestionDestinationsResponse } 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 ListIngestionDestinationsCommandInput extends ListIngestionDest
22
19
  export interface ListIngestionDestinationsCommandOutput extends ListIngestionDestinationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListIngestionDestinationsCommand_base: {
25
- new (input: ListIngestionDestinationsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListIngestionDestinationsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListIngestionDestinationsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListIngestionDestinationsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all ingestion destinations configured for an ingestion.</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 { ListIngestionsRequest, ListIngestionsResponse } 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 ListIngestionsCommandInput extends ListIngestionsRequest {
22
19
  export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListIngestionsCommand_base: {
25
- new (input: ListIngestionsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionsCommandInput, ListIngestionsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListIngestionsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionsCommandInput, ListIngestionsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListIngestionsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionsCommandInput, ListIngestionsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListIngestionsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionsCommandInput, ListIngestionsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all ingestions configured for an app bundle.</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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of tags for a 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
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { StartIngestionRequest, StartIngestionResponse } 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 StartIngestionCommandInput extends StartIngestionRequest {
22
19
  export interface StartIngestionCommandOutput extends StartIngestionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartIngestionCommand_base: {
25
- new (input: StartIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartIngestionCommandInput, StartIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartIngestionCommandInput, StartIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartIngestionCommandInput, StartIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartIngestionCommandInput, StartIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts (enables) an ingestion, which collects data from 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 { StartUserAccessTasksRequest, StartUserAccessTasksResponse } 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 StartUserAccessTasksCommandInput extends StartUserAccessTasksRe
22
19
  export interface StartUserAccessTasksCommandOutput extends StartUserAccessTasksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartUserAccessTasksCommand_base: {
25
- new (input: StartUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the tasks to search user access status for a specific email address.</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 { StopIngestionRequest, StopIngestionResponse } 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 StopIngestionCommandInput extends StopIngestionRequest {
22
19
  export interface StopIngestionCommandOutput extends StopIngestionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopIngestionCommand_base: {
25
- new (input: StopIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopIngestionCommandInput, StopIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopIngestionCommandInput, StopIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopIngestionCommandInput, StopIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopIngestionCommandInput, StopIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops (disables) an ingestion.</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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns one or more tags (key-value pairs) to the specified 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
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a tag or tags from a 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
- import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
4
2
  import type { UpdateAppAuthorizationRequest, UpdateAppAuthorizationResponse } 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 UpdateAppAuthorizationCommandInput extends UpdateAppAuthorizati
22
19
  export interface UpdateAppAuthorizationCommandOutput extends UpdateAppAuthorizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAppAuthorizationCommand_base: {
25
- new (input: UpdateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates 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 { UpdateIngestionDestinationRequest, UpdateIngestionDestinationResponse } 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 UpdateIngestionDestinationCommandInput extends UpdateIngestionD
22
19
  export interface UpdateIngestionDestinationCommandOutput extends UpdateIngestionDestinationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateIngestionDestinationCommand_base: {
25
- new (input: UpdateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an ingestion destination, which specifies how an application's ingested data is
@@ -17,6 +17,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
17
17
  export type { RuntimeExtension } from "./runtimeExtensions";
18
18
  export type { AppFabricExtensionConfiguration } from "./extensionConfiguration";
19
19
  export * from "./commands";
20
+ export { Command as $Command } from "@smithy/core/client";
20
21
  export * from "./schemas/schemas_0";
21
22
  export * from "./pagination";
22
23
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { AppFabricClientConfig } from "./AppFabricClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;