@aws-sdk/client-synthetics 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 (42) hide show
  1. package/dist-cjs/Synthetics.js +1 -53
  2. package/dist-cjs/SyntheticsClient.js +1 -43
  3. package/dist-cjs/commands/AssociateResourceCommand.js +1 -28
  4. package/dist-cjs/commands/CreateCanaryCommand.js +1 -28
  5. package/dist-cjs/commands/CreateGroupCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteCanaryCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteGroupCommand.js +1 -28
  8. package/dist-cjs/commands/DescribeCanariesCommand.js +1 -28
  9. package/dist-cjs/commands/DescribeCanariesLastRunCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeRuntimeVersionsCommand.js +1 -28
  11. package/dist-cjs/commands/DisassociateResourceCommand.js +1 -28
  12. package/dist-cjs/commands/GetCanaryCommand.js +1 -28
  13. package/dist-cjs/commands/GetCanaryRunsCommand.js +1 -28
  14. package/dist-cjs/commands/GetGroupCommand.js +1 -28
  15. package/dist-cjs/commands/ListAssociatedGroupsCommand.js +1 -28
  16. package/dist-cjs/commands/ListGroupResourcesCommand.js +1 -28
  17. package/dist-cjs/commands/ListGroupsCommand.js +1 -28
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  19. package/dist-cjs/commands/StartCanaryCommand.js +1 -28
  20. package/dist-cjs/commands/StopCanaryCommand.js +1 -28
  21. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  22. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  23. package/dist-cjs/commands/UpdateCanaryCommand.js +1 -28
  24. package/dist-cjs/commands/index.js +1 -24
  25. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  26. package/dist-cjs/extensionConfiguration.js +1 -2
  27. package/dist-cjs/index.js +2295 -11
  28. package/dist-cjs/models/SyntheticsServiceException.js +1 -12
  29. package/dist-cjs/models/index.js +1 -4
  30. package/dist-cjs/models/models_0.js +1 -182
  31. package/dist-cjs/pagination/DescribeCanariesLastRunPaginator.js +1 -7
  32. package/dist-cjs/pagination/DescribeCanariesPaginator.js +1 -7
  33. package/dist-cjs/pagination/DescribeRuntimeVersionsPaginator.js +1 -7
  34. package/dist-cjs/pagination/GetCanaryRunsPaginator.js +1 -7
  35. package/dist-cjs/pagination/Interfaces.js +1 -2
  36. package/dist-cjs/pagination/ListAssociatedGroupsPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListGroupResourcesPaginator.js +1 -7
  38. package/dist-cjs/pagination/ListGroupsPaginator.js +1 -7
  39. package/dist-cjs/pagination/index.js +1 -11
  40. package/dist-cjs/protocols/Aws_restJson1.js +1 -1462
  41. package/dist-cjs/runtimeExtensions.js +1 -22
  42. package/package.json +40 -40
@@ -1,53 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Synthetics = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateResourceCommand_1 = require("./commands/AssociateResourceCommand");
6
- const CreateCanaryCommand_1 = require("./commands/CreateCanaryCommand");
7
- const CreateGroupCommand_1 = require("./commands/CreateGroupCommand");
8
- const DeleteCanaryCommand_1 = require("./commands/DeleteCanaryCommand");
9
- const DeleteGroupCommand_1 = require("./commands/DeleteGroupCommand");
10
- const DescribeCanariesCommand_1 = require("./commands/DescribeCanariesCommand");
11
- const DescribeCanariesLastRunCommand_1 = require("./commands/DescribeCanariesLastRunCommand");
12
- const DescribeRuntimeVersionsCommand_1 = require("./commands/DescribeRuntimeVersionsCommand");
13
- const DisassociateResourceCommand_1 = require("./commands/DisassociateResourceCommand");
14
- const GetCanaryCommand_1 = require("./commands/GetCanaryCommand");
15
- const GetCanaryRunsCommand_1 = require("./commands/GetCanaryRunsCommand");
16
- const GetGroupCommand_1 = require("./commands/GetGroupCommand");
17
- const ListAssociatedGroupsCommand_1 = require("./commands/ListAssociatedGroupsCommand");
18
- const ListGroupResourcesCommand_1 = require("./commands/ListGroupResourcesCommand");
19
- const ListGroupsCommand_1 = require("./commands/ListGroupsCommand");
20
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
21
- const StartCanaryCommand_1 = require("./commands/StartCanaryCommand");
22
- const StopCanaryCommand_1 = require("./commands/StopCanaryCommand");
23
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
24
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
25
- const UpdateCanaryCommand_1 = require("./commands/UpdateCanaryCommand");
26
- const SyntheticsClient_1 = require("./SyntheticsClient");
27
- const commands = {
28
- AssociateResourceCommand: AssociateResourceCommand_1.AssociateResourceCommand,
29
- CreateCanaryCommand: CreateCanaryCommand_1.CreateCanaryCommand,
30
- CreateGroupCommand: CreateGroupCommand_1.CreateGroupCommand,
31
- DeleteCanaryCommand: DeleteCanaryCommand_1.DeleteCanaryCommand,
32
- DeleteGroupCommand: DeleteGroupCommand_1.DeleteGroupCommand,
33
- DescribeCanariesCommand: DescribeCanariesCommand_1.DescribeCanariesCommand,
34
- DescribeCanariesLastRunCommand: DescribeCanariesLastRunCommand_1.DescribeCanariesLastRunCommand,
35
- DescribeRuntimeVersionsCommand: DescribeRuntimeVersionsCommand_1.DescribeRuntimeVersionsCommand,
36
- DisassociateResourceCommand: DisassociateResourceCommand_1.DisassociateResourceCommand,
37
- GetCanaryCommand: GetCanaryCommand_1.GetCanaryCommand,
38
- GetCanaryRunsCommand: GetCanaryRunsCommand_1.GetCanaryRunsCommand,
39
- GetGroupCommand: GetGroupCommand_1.GetGroupCommand,
40
- ListAssociatedGroupsCommand: ListAssociatedGroupsCommand_1.ListAssociatedGroupsCommand,
41
- ListGroupResourcesCommand: ListGroupResourcesCommand_1.ListGroupResourcesCommand,
42
- ListGroupsCommand: ListGroupsCommand_1.ListGroupsCommand,
43
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
44
- StartCanaryCommand: StartCanaryCommand_1.StartCanaryCommand,
45
- StopCanaryCommand: StopCanaryCommand_1.StopCanaryCommand,
46
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
47
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
48
- UpdateCanaryCommand: UpdateCanaryCommand_1.UpdateCanaryCommand,
49
- };
50
- class Synthetics extends SyntheticsClient_1.SyntheticsClient {
51
- }
52
- exports.Synthetics = Synthetics;
53
- (0, smithy_client_1.createAggregatedClient)(commands, Synthetics);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SyntheticsClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class SyntheticsClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.SyntheticsClient = SyntheticsClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateResourceCommand = 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 AssociateResourceCommand 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("Synthetics", "AssociateResource", {})
22
- .n("SyntheticsClient", "AssociateResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateResourceCommand)
25
- .de(Aws_restJson1_1.de_AssociateResourceCommand)
26
- .build() {
27
- }
28
- exports.AssociateResourceCommand = AssociateResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCanaryCommand = 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 CreateCanaryCommand 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("Synthetics", "CreateCanary", {})
22
- .n("SyntheticsClient", "CreateCanaryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateCanaryCommand)
25
- .de(Aws_restJson1_1.de_CreateCanaryCommand)
26
- .build() {
27
- }
28
- exports.CreateCanaryCommand = CreateCanaryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateGroupCommand = 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 CreateGroupCommand 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("Synthetics", "CreateGroup", {})
22
- .n("SyntheticsClient", "CreateGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateGroupCommand)
25
- .de(Aws_restJson1_1.de_CreateGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateGroupCommand = CreateGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCanaryCommand = 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 DeleteCanaryCommand 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("Synthetics", "DeleteCanary", {})
22
- .n("SyntheticsClient", "DeleteCanaryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteCanaryCommand)
25
- .de(Aws_restJson1_1.de_DeleteCanaryCommand)
26
- .build() {
27
- }
28
- exports.DeleteCanaryCommand = DeleteCanaryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGroupCommand = 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 DeleteGroupCommand 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("Synthetics", "DeleteGroup", {})
22
- .n("SyntheticsClient", "DeleteGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteGroupCommand)
25
- .de(Aws_restJson1_1.de_DeleteGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteGroupCommand = DeleteGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCanariesCommand = 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 DescribeCanariesCommand 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("Synthetics", "DescribeCanaries", {})
22
- .n("SyntheticsClient", "DescribeCanariesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeCanariesCommand)
25
- .de(Aws_restJson1_1.de_DescribeCanariesCommand)
26
- .build() {
27
- }
28
- exports.DescribeCanariesCommand = DescribeCanariesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCanariesLastRunCommand = 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 DescribeCanariesLastRunCommand 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("Synthetics", "DescribeCanariesLastRun", {})
22
- .n("SyntheticsClient", "DescribeCanariesLastRunCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeCanariesLastRunCommand)
25
- .de(Aws_restJson1_1.de_DescribeCanariesLastRunCommand)
26
- .build() {
27
- }
28
- exports.DescribeCanariesLastRunCommand = DescribeCanariesLastRunCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRuntimeVersionsCommand = 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 DescribeRuntimeVersionsCommand 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("Synthetics", "DescribeRuntimeVersions", {})
22
- .n("SyntheticsClient", "DescribeRuntimeVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeRuntimeVersionsCommand)
25
- .de(Aws_restJson1_1.de_DescribeRuntimeVersionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeRuntimeVersionsCommand = DescribeRuntimeVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateResourceCommand = 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 DisassociateResourceCommand 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("Synthetics", "DisassociateResource", {})
22
- .n("SyntheticsClient", "DisassociateResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisassociateResourceCommand)
25
- .de(Aws_restJson1_1.de_DisassociateResourceCommand)
26
- .build() {
27
- }
28
- exports.DisassociateResourceCommand = DisassociateResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCanaryCommand = 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 GetCanaryCommand 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("Synthetics", "GetCanary", {})
22
- .n("SyntheticsClient", "GetCanaryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCanaryCommand)
25
- .de(Aws_restJson1_1.de_GetCanaryCommand)
26
- .build() {
27
- }
28
- exports.GetCanaryCommand = GetCanaryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCanaryRunsCommand = 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 GetCanaryRunsCommand 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("Synthetics", "GetCanaryRuns", {})
22
- .n("SyntheticsClient", "GetCanaryRunsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCanaryRunsCommand)
25
- .de(Aws_restJson1_1.de_GetCanaryRunsCommand)
26
- .build() {
27
- }
28
- exports.GetCanaryRunsCommand = GetCanaryRunsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetGroupCommand = 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 GetGroupCommand 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("Synthetics", "GetGroup", {})
22
- .n("SyntheticsClient", "GetGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetGroupCommand)
25
- .de(Aws_restJson1_1.de_GetGroupCommand)
26
- .build() {
27
- }
28
- exports.GetGroupCommand = GetGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssociatedGroupsCommand = 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 ListAssociatedGroupsCommand 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("Synthetics", "ListAssociatedGroups", {})
22
- .n("SyntheticsClient", "ListAssociatedGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAssociatedGroupsCommand)
25
- .de(Aws_restJson1_1.de_ListAssociatedGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListAssociatedGroupsCommand = ListAssociatedGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListGroupResourcesCommand = 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 ListGroupResourcesCommand 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("Synthetics", "ListGroupResources", {})
22
- .n("SyntheticsClient", "ListGroupResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListGroupResourcesCommand)
25
- .de(Aws_restJson1_1.de_ListGroupResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListGroupResourcesCommand = ListGroupResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListGroupsCommand = 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 ListGroupsCommand 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("Synthetics", "ListGroups", {})
22
- .n("SyntheticsClient", "ListGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListGroupsCommand)
25
- .de(Aws_restJson1_1.de_ListGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListGroupsCommand = ListGroupsCommand;
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("Synthetics", "ListTagsForResource", {})
22
- .n("SyntheticsClient", "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.StartCanaryCommand = 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 StartCanaryCommand 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("Synthetics", "StartCanary", {})
22
- .n("SyntheticsClient", "StartCanaryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartCanaryCommand)
25
- .de(Aws_restJson1_1.de_StartCanaryCommand)
26
- .build() {
27
- }
28
- exports.StartCanaryCommand = StartCanaryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopCanaryCommand = 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 StopCanaryCommand 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("Synthetics", "StopCanary", {})
22
- .n("SyntheticsClient", "StopCanaryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StopCanaryCommand)
25
- .de(Aws_restJson1_1.de_StopCanaryCommand)
26
- .build() {
27
- }
28
- exports.StopCanaryCommand = StopCanaryCommand;
1
+ module.exports = require("../index.js");