@aws-sdk/client-appfabric 3.489.0 → 3.495.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 (44) hide show
  1. package/dist-cjs/AppFabric.js +1 -63
  2. package/dist-cjs/AppFabricClient.js +1 -43
  3. package/dist-cjs/commands/BatchGetUserAccessTasksCommand.js +1 -29
  4. package/dist-cjs/commands/ConnectAppAuthorizationCommand.js +1 -29
  5. package/dist-cjs/commands/CreateAppAuthorizationCommand.js +1 -29
  6. package/dist-cjs/commands/CreateAppBundleCommand.js +1 -28
  7. package/dist-cjs/commands/CreateIngestionCommand.js +1 -28
  8. package/dist-cjs/commands/CreateIngestionDestinationCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteAppAuthorizationCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteAppBundleCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteIngestionCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteIngestionDestinationCommand.js +1 -28
  13. package/dist-cjs/commands/GetAppAuthorizationCommand.js +1 -28
  14. package/dist-cjs/commands/GetAppBundleCommand.js +1 -28
  15. package/dist-cjs/commands/GetIngestionCommand.js +1 -28
  16. package/dist-cjs/commands/GetIngestionDestinationCommand.js +1 -28
  17. package/dist-cjs/commands/ListAppAuthorizationsCommand.js +1 -28
  18. package/dist-cjs/commands/ListAppBundlesCommand.js +1 -28
  19. package/dist-cjs/commands/ListIngestionDestinationsCommand.js +1 -28
  20. package/dist-cjs/commands/ListIngestionsCommand.js +1 -28
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  22. package/dist-cjs/commands/StartIngestionCommand.js +1 -28
  23. package/dist-cjs/commands/StartUserAccessTasksCommand.js +1 -29
  24. package/dist-cjs/commands/StopIngestionCommand.js +1 -28
  25. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  26. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateAppAuthorizationCommand.js +1 -29
  28. package/dist-cjs/commands/UpdateIngestionDestinationCommand.js +1 -28
  29. package/dist-cjs/commands/index.js +1 -29
  30. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  31. package/dist-cjs/extensionConfiguration.js +1 -2
  32. package/dist-cjs/index.js +2792 -11
  33. package/dist-cjs/models/AppFabricServiceException.js +1 -12
  34. package/dist-cjs/models/index.js +1 -4
  35. package/dist-cjs/models/models_0.js +1 -255
  36. package/dist-cjs/pagination/Interfaces.js +1 -2
  37. package/dist-cjs/pagination/ListAppAuthorizationsPaginator.js +1 -7
  38. package/dist-cjs/pagination/ListAppBundlesPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListIngestionDestinationsPaginator.js +1 -7
  40. package/dist-cjs/pagination/ListIngestionsPaginator.js +1 -7
  41. package/dist-cjs/pagination/index.js +1 -8
  42. package/dist-cjs/protocols/Aws_restJson1.js +1 -1784
  43. package/dist-cjs/runtimeExtensions.js +1 -22
  44. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIngestionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListIngestionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FabricFrontEndService", "ListIngestions", {})
22
- .n("AppFabricClient", "ListIngestionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIngestionsCommand)
25
- .de(Aws_restJson1_1.de_ListIngestionsCommand)
26
- .build() {
27
- }
28
- exports.ListIngestionsCommand = ListIngestionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FabricFrontEndService", "ListTagsForResource", {})
22
- .n("AppFabricClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartIngestionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartIngestionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FabricFrontEndService", "StartIngestion", {})
22
- .n("AppFabricClient", "StartIngestionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartIngestionCommand)
25
- .de(Aws_restJson1_1.de_StartIngestionCommand)
26
- .build() {
27
- }
28
- exports.StartIngestionCommand = StartIngestionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartUserAccessTasksCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class StartUserAccessTasksCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("FabricFrontEndService", "StartUserAccessTasks", {})
23
- .n("AppFabricClient", "StartUserAccessTasksCommand")
24
- .f(models_0_1.StartUserAccessTasksRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_StartUserAccessTasksCommand)
26
- .de(Aws_restJson1_1.de_StartUserAccessTasksCommand)
27
- .build() {
28
- }
29
- exports.StartUserAccessTasksCommand = StartUserAccessTasksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopIngestionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StopIngestionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FabricFrontEndService", "StopIngestion", {})
22
- .n("AppFabricClient", "StopIngestionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StopIngestionCommand)
25
- .de(Aws_restJson1_1.de_StopIngestionCommand)
26
- .build() {
27
- }
28
- exports.StopIngestionCommand = StopIngestionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FabricFrontEndService", "TagResource", {})
22
- .n("AppFabricClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FabricFrontEndService", "UntagResource", {})
22
- .n("AppFabricClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppAuthorizationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateAppAuthorizationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("FabricFrontEndService", "UpdateAppAuthorization", {})
23
- .n("AppFabricClient", "UpdateAppAuthorizationCommand")
24
- .f(models_0_1.UpdateAppAuthorizationRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UpdateAppAuthorizationCommand)
26
- .de(Aws_restJson1_1.de_UpdateAppAuthorizationCommand)
27
- .build() {
28
- }
29
- exports.UpdateAppAuthorizationCommand = UpdateAppAuthorizationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateIngestionDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateIngestionDestinationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("FabricFrontEndService", "UpdateIngestionDestination", {})
22
- .n("AppFabricClient", "UpdateIngestionDestinationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateIngestionDestinationCommand)
25
- .de(Aws_restJson1_1.de_UpdateIngestionDestinationCommand)
26
- .build() {
27
- }
28
- exports.UpdateIngestionDestinationCommand = UpdateIngestionDestinationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./BatchGetUserAccessTasksCommand"), exports);
5
- tslib_1.__exportStar(require("./ConnectAppAuthorizationCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateAppAuthorizationCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateAppBundleCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateIngestionCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateIngestionDestinationCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteAppAuthorizationCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteAppBundleCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteIngestionCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteIngestionDestinationCommand"), exports);
14
- tslib_1.__exportStar(require("./GetAppAuthorizationCommand"), exports);
15
- tslib_1.__exportStar(require("./GetAppBundleCommand"), exports);
16
- tslib_1.__exportStar(require("./GetIngestionCommand"), exports);
17
- tslib_1.__exportStar(require("./GetIngestionDestinationCommand"), exports);
18
- tslib_1.__exportStar(require("./ListAppAuthorizationsCommand"), exports);
19
- tslib_1.__exportStar(require("./ListAppBundlesCommand"), exports);
20
- tslib_1.__exportStar(require("./ListIngestionDestinationsCommand"), exports);
21
- tslib_1.__exportStar(require("./ListIngestionsCommand"), exports);
22
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
23
- tslib_1.__exportStar(require("./StartIngestionCommand"), exports);
24
- tslib_1.__exportStar(require("./StartUserAccessTasksCommand"), exports);
25
- tslib_1.__exportStar(require("./StopIngestionCommand"), exports);
26
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
27
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
28
- tslib_1.__exportStar(require("./UpdateAppAuthorizationCommand"), exports);
29
- tslib_1.__exportStar(require("./UpdateIngestionDestinationCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "appfabric",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");