@aws-sdk/client-amplifybackend 3.490.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 (43) hide show
  1. package/dist-cjs/AmplifyBackend.js +1 -73
  2. package/dist-cjs/AmplifyBackendClient.js +1 -43
  3. package/dist-cjs/commands/CloneBackendCommand.js +1 -28
  4. package/dist-cjs/commands/CreateBackendAPICommand.js +1 -28
  5. package/dist-cjs/commands/CreateBackendAuthCommand.js +1 -29
  6. package/dist-cjs/commands/CreateBackendCommand.js +1 -28
  7. package/dist-cjs/commands/CreateBackendConfigCommand.js +1 -28
  8. package/dist-cjs/commands/CreateBackendStorageCommand.js +1 -28
  9. package/dist-cjs/commands/CreateTokenCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteBackendAPICommand.js +1 -28
  11. package/dist-cjs/commands/DeleteBackendAuthCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteBackendCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteBackendStorageCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteTokenCommand.js +1 -28
  15. package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +1 -28
  16. package/dist-cjs/commands/GetBackendAPICommand.js +1 -28
  17. package/dist-cjs/commands/GetBackendAPIModelsCommand.js +1 -28
  18. package/dist-cjs/commands/GetBackendAuthCommand.js +1 -29
  19. package/dist-cjs/commands/GetBackendCommand.js +1 -28
  20. package/dist-cjs/commands/GetBackendJobCommand.js +1 -28
  21. package/dist-cjs/commands/GetBackendStorageCommand.js +1 -28
  22. package/dist-cjs/commands/GetTokenCommand.js +1 -28
  23. package/dist-cjs/commands/ImportBackendAuthCommand.js +1 -28
  24. package/dist-cjs/commands/ImportBackendStorageCommand.js +1 -28
  25. package/dist-cjs/commands/ListBackendJobsCommand.js +1 -28
  26. package/dist-cjs/commands/ListS3BucketsCommand.js +1 -28
  27. package/dist-cjs/commands/RemoveAllBackendsCommand.js +1 -28
  28. package/dist-cjs/commands/RemoveBackendConfigCommand.js +1 -28
  29. package/dist-cjs/commands/UpdateBackendAPICommand.js +1 -28
  30. package/dist-cjs/commands/UpdateBackendAuthCommand.js +1 -29
  31. package/dist-cjs/commands/UpdateBackendConfigCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateBackendJobCommand.js +1 -28
  33. package/dist-cjs/commands/UpdateBackendStorageCommand.js +1 -28
  34. package/dist-cjs/commands/index.js +1 -34
  35. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  36. package/dist-cjs/extensionConfiguration.js +1 -2
  37. package/dist-cjs/index.js +3557 -10
  38. package/dist-cjs/models/AmplifyBackendServiceException.js +1 -12
  39. package/dist-cjs/models/index.js +1 -4
  40. package/dist-cjs/models/models_0.js +1 -267
  41. package/dist-cjs/protocols/Aws_restJson1.js +1 -2474
  42. package/dist-cjs/runtimeExtensions.js +1 -22
  43. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBackendJobCommand = 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 GetBackendJobCommand 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("AmplifyBackend", "GetBackendJob", {})
22
- .n("AmplifyBackendClient", "GetBackendJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetBackendJobCommand)
25
- .de(Aws_restJson1_1.de_GetBackendJobCommand)
26
- .build() {
27
- }
28
- exports.GetBackendJobCommand = GetBackendJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBackendStorageCommand = 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 GetBackendStorageCommand 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("AmplifyBackend", "GetBackendStorage", {})
22
- .n("AmplifyBackendClient", "GetBackendStorageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetBackendStorageCommand)
25
- .de(Aws_restJson1_1.de_GetBackendStorageCommand)
26
- .build() {
27
- }
28
- exports.GetBackendStorageCommand = GetBackendStorageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTokenCommand = 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 GetTokenCommand 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("AmplifyBackend", "GetToken", {})
22
- .n("AmplifyBackendClient", "GetTokenCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTokenCommand)
25
- .de(Aws_restJson1_1.de_GetTokenCommand)
26
- .build() {
27
- }
28
- exports.GetTokenCommand = GetTokenCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportBackendAuthCommand = 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 ImportBackendAuthCommand 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("AmplifyBackend", "ImportBackendAuth", {})
22
- .n("AmplifyBackendClient", "ImportBackendAuthCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ImportBackendAuthCommand)
25
- .de(Aws_restJson1_1.de_ImportBackendAuthCommand)
26
- .build() {
27
- }
28
- exports.ImportBackendAuthCommand = ImportBackendAuthCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportBackendStorageCommand = 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 ImportBackendStorageCommand 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("AmplifyBackend", "ImportBackendStorage", {})
22
- .n("AmplifyBackendClient", "ImportBackendStorageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ImportBackendStorageCommand)
25
- .de(Aws_restJson1_1.de_ImportBackendStorageCommand)
26
- .build() {
27
- }
28
- exports.ImportBackendStorageCommand = ImportBackendStorageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBackendJobsCommand = 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 ListBackendJobsCommand 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("AmplifyBackend", "ListBackendJobs", {})
22
- .n("AmplifyBackendClient", "ListBackendJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListBackendJobsCommand)
25
- .de(Aws_restJson1_1.de_ListBackendJobsCommand)
26
- .build() {
27
- }
28
- exports.ListBackendJobsCommand = ListBackendJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListS3BucketsCommand = 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 ListS3BucketsCommand 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("AmplifyBackend", "ListS3Buckets", {})
22
- .n("AmplifyBackendClient", "ListS3BucketsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListS3BucketsCommand)
25
- .de(Aws_restJson1_1.de_ListS3BucketsCommand)
26
- .build() {
27
- }
28
- exports.ListS3BucketsCommand = ListS3BucketsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveAllBackendsCommand = 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 RemoveAllBackendsCommand 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("AmplifyBackend", "RemoveAllBackends", {})
22
- .n("AmplifyBackendClient", "RemoveAllBackendsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RemoveAllBackendsCommand)
25
- .de(Aws_restJson1_1.de_RemoveAllBackendsCommand)
26
- .build() {
27
- }
28
- exports.RemoveAllBackendsCommand = RemoveAllBackendsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveBackendConfigCommand = 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 RemoveBackendConfigCommand 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("AmplifyBackend", "RemoveBackendConfig", {})
22
- .n("AmplifyBackendClient", "RemoveBackendConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RemoveBackendConfigCommand)
25
- .de(Aws_restJson1_1.de_RemoveBackendConfigCommand)
26
- .build() {
27
- }
28
- exports.RemoveBackendConfigCommand = RemoveBackendConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBackendAPICommand = 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 UpdateBackendAPICommand 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("AmplifyBackend", "UpdateBackendAPI", {})
22
- .n("AmplifyBackendClient", "UpdateBackendAPICommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateBackendAPICommand)
25
- .de(Aws_restJson1_1.de_UpdateBackendAPICommand)
26
- .build() {
27
- }
28
- exports.UpdateBackendAPICommand = UpdateBackendAPICommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBackendAuthCommand = 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 UpdateBackendAuthCommand 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("AmplifyBackend", "UpdateBackendAuth", {})
23
- .n("AmplifyBackendClient", "UpdateBackendAuthCommand")
24
- .f(models_0_1.UpdateBackendAuthRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UpdateBackendAuthCommand)
26
- .de(Aws_restJson1_1.de_UpdateBackendAuthCommand)
27
- .build() {
28
- }
29
- exports.UpdateBackendAuthCommand = UpdateBackendAuthCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBackendConfigCommand = 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 UpdateBackendConfigCommand 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("AmplifyBackend", "UpdateBackendConfig", {})
22
- .n("AmplifyBackendClient", "UpdateBackendConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateBackendConfigCommand)
25
- .de(Aws_restJson1_1.de_UpdateBackendConfigCommand)
26
- .build() {
27
- }
28
- exports.UpdateBackendConfigCommand = UpdateBackendConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBackendJobCommand = 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 UpdateBackendJobCommand 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("AmplifyBackend", "UpdateBackendJob", {})
22
- .n("AmplifyBackendClient", "UpdateBackendJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateBackendJobCommand)
25
- .de(Aws_restJson1_1.de_UpdateBackendJobCommand)
26
- .build() {
27
- }
28
- exports.UpdateBackendJobCommand = UpdateBackendJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBackendStorageCommand = 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 UpdateBackendStorageCommand 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("AmplifyBackend", "UpdateBackendStorage", {})
22
- .n("AmplifyBackendClient", "UpdateBackendStorageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateBackendStorageCommand)
25
- .de(Aws_restJson1_1.de_UpdateBackendStorageCommand)
26
- .build() {
27
- }
28
- exports.UpdateBackendStorageCommand = UpdateBackendStorageCommand;
1
+ module.exports = require("../index.js");
@@ -1,34 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CloneBackendCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateBackendAPICommand"), exports);
6
- tslib_1.__exportStar(require("./CreateBackendAuthCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateBackendCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateBackendConfigCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateBackendStorageCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateTokenCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteBackendAPICommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteBackendAuthCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteBackendCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteBackendStorageCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteTokenCommand"), exports);
16
- tslib_1.__exportStar(require("./GenerateBackendAPIModelsCommand"), exports);
17
- tslib_1.__exportStar(require("./GetBackendAPICommand"), exports);
18
- tslib_1.__exportStar(require("./GetBackendAPIModelsCommand"), exports);
19
- tslib_1.__exportStar(require("./GetBackendAuthCommand"), exports);
20
- tslib_1.__exportStar(require("./GetBackendCommand"), exports);
21
- tslib_1.__exportStar(require("./GetBackendJobCommand"), exports);
22
- tslib_1.__exportStar(require("./GetBackendStorageCommand"), exports);
23
- tslib_1.__exportStar(require("./GetTokenCommand"), exports);
24
- tslib_1.__exportStar(require("./ImportBackendAuthCommand"), exports);
25
- tslib_1.__exportStar(require("./ImportBackendStorageCommand"), exports);
26
- tslib_1.__exportStar(require("./ListBackendJobsCommand"), exports);
27
- tslib_1.__exportStar(require("./ListS3BucketsCommand"), exports);
28
- tslib_1.__exportStar(require("./RemoveAllBackendsCommand"), exports);
29
- tslib_1.__exportStar(require("./RemoveBackendConfigCommand"), exports);
30
- tslib_1.__exportStar(require("./UpdateBackendAPICommand"), exports);
31
- tslib_1.__exportStar(require("./UpdateBackendAuthCommand"), exports);
32
- tslib_1.__exportStar(require("./UpdateBackendConfigCommand"), exports);
33
- tslib_1.__exportStar(require("./UpdateBackendJobCommand"), exports);
34
- tslib_1.__exportStar(require("./UpdateBackendStorageCommand"), 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: "amplifybackend",
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");