@aws-sdk/client-synthetics 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 (86) hide show
  1. package/dist-cjs/index.js +33 -225
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateResourceCommand.js +2 -14
  4. package/dist-es/commands/CreateCanaryCommand.js +2 -14
  5. package/dist-es/commands/CreateGroupCommand.js +2 -14
  6. package/dist-es/commands/DeleteCanaryCommand.js +2 -14
  7. package/dist-es/commands/DeleteGroupCommand.js +2 -14
  8. package/dist-es/commands/DescribeCanariesCommand.js +2 -14
  9. package/dist-es/commands/DescribeCanariesLastRunCommand.js +2 -14
  10. package/dist-es/commands/DescribeRuntimeVersionsCommand.js +2 -14
  11. package/dist-es/commands/DisassociateResourceCommand.js +2 -14
  12. package/dist-es/commands/GetCanaryCommand.js +2 -14
  13. package/dist-es/commands/GetCanaryRunsCommand.js +2 -14
  14. package/dist-es/commands/GetGroupCommand.js +2 -14
  15. package/dist-es/commands/ListAssociatedGroupsCommand.js +2 -14
  16. package/dist-es/commands/ListGroupResourcesCommand.js +2 -14
  17. package/dist-es/commands/ListGroupsCommand.js +2 -14
  18. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  19. package/dist-es/commands/StartCanaryCommand.js +2 -14
  20. package/dist-es/commands/StartCanaryDryRunCommand.js +2 -14
  21. package/dist-es/commands/StopCanaryCommand.js +2 -14
  22. package/dist-es/commands/TagResourceCommand.js +2 -14
  23. package/dist-es/commands/UntagResourceCommand.js +2 -14
  24. package/dist-es/commands/UpdateCanaryCommand.js +2 -14
  25. package/dist-es/index.js +1 -0
  26. package/dist-es/runtimeConfig.browser.js +0 -2
  27. package/dist-es/runtimeConfig.js +1 -2
  28. package/dist-es/runtimeConfig.native.js +0 -2
  29. package/dist-es/runtimeConfig.shared.js +2 -0
  30. package/dist-types/commandBuilder.d.ts +18 -0
  31. package/dist-types/commands/AssociateResourceCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateCanaryCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteCanaryCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeCanariesCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribeCanariesLastRunCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeRuntimeVersionsCommand.d.ts +3 -8
  39. package/dist-types/commands/DisassociateResourceCommand.d.ts +3 -8
  40. package/dist-types/commands/GetCanaryCommand.d.ts +3 -8
  41. package/dist-types/commands/GetCanaryRunsCommand.d.ts +3 -8
  42. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  43. package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListGroupResourcesCommand.d.ts +3 -8
  45. package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/StartCanaryCommand.d.ts +3 -8
  48. package/dist-types/commands/StartCanaryDryRunCommand.d.ts +3 -8
  49. package/dist-types/commands/StopCanaryCommand.d.ts +3 -8
  50. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  51. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  52. package/dist-types/commands/UpdateCanaryCommand.d.ts +3 -8
  53. package/dist-types/index.d.ts +1 -0
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  55. package/dist-types/runtimeConfig.d.ts +1 -1
  56. package/dist-types/runtimeConfig.native.d.ts +1 -1
  57. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  58. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  59. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/StartCanaryDryRunCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/index.d.ts +1 -0
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  86. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeCanariesRequest,
5
4
  DescribeCanariesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SyntheticsClientResolvedConfig,
11
- } from "../SyntheticsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCanariesCommandInput extends DescribeCanariesRequest {}
15
8
  export interface DescribeCanariesCommandOutput
16
9
  extends DescribeCanariesResponse,
@@ -21,22 +14,20 @@ declare const DescribeCanariesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeCanariesCommandInput,
23
16
  DescribeCanariesCommandOutput,
24
- SyntheticsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SyntheticsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeCanariesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeCanariesCommandInput,
32
25
  DescribeCanariesCommandOutput,
33
- SyntheticsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SyntheticsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeCanariesCommand extends DescribeCanariesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeCanariesLastRunRequest,
5
4
  DescribeCanariesLastRunResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SyntheticsClientResolvedConfig,
11
- } from "../SyntheticsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCanariesLastRunCommandInput
15
8
  extends DescribeCanariesLastRunRequest {}
16
9
  export interface DescribeCanariesLastRunCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCanariesLastRunCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCanariesLastRunCommandInput,
24
17
  DescribeCanariesLastRunCommandOutput,
25
- SyntheticsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SyntheticsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeCanariesLastRunCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCanariesLastRunCommandInput,
33
26
  DescribeCanariesLastRunCommandOutput,
34
- SyntheticsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SyntheticsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeCanariesLastRunCommand extends DescribeCanariesLastRunCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeRuntimeVersionsRequest,
5
4
  DescribeRuntimeVersionsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SyntheticsClientResolvedConfig,
11
- } from "../SyntheticsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeRuntimeVersionsCommandInput
15
8
  extends DescribeRuntimeVersionsRequest {}
16
9
  export interface DescribeRuntimeVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeRuntimeVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeRuntimeVersionsCommandInput,
24
17
  DescribeRuntimeVersionsCommandOutput,
25
- SyntheticsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SyntheticsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeRuntimeVersionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeRuntimeVersionsCommandInput,
33
26
  DescribeRuntimeVersionsCommandOutput,
34
- SyntheticsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SyntheticsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeRuntimeVersionsCommand extends DescribeRuntimeVersionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DisassociateResourceRequest,
5
4
  DisassociateResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SyntheticsClientResolvedConfig,
11
- } from "../SyntheticsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisassociateResourceCommandInput
15
8
  extends DisassociateResourceRequest {}
16
9
  export interface DisassociateResourceCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateResourceCommandInput,
24
17
  DisassociateResourceCommandOutput,
25
- SyntheticsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SyntheticsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateResourceCommandInput,
33
26
  DisassociateResourceCommandOutput,
34
- SyntheticsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SyntheticsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { GetCanaryRequest, GetCanaryResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SyntheticsClientResolvedConfig,
8
- } from "../SyntheticsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetCanaryCommandInput extends GetCanaryRequest {}
12
5
  export interface GetCanaryCommandOutput
13
6
  extends GetCanaryResponse,
@@ -16,20 +9,18 @@ declare const GetCanaryCommand_base: {
16
9
  new (input: GetCanaryCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetCanaryCommandInput,
18
11
  GetCanaryCommandOutput,
19
- SyntheticsClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SyntheticsClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetCanaryCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetCanaryCommandInput,
25
18
  GetCanaryCommandOutput,
26
- SyntheticsClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").SyntheticsClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetCanaryCommand extends GetCanaryCommand_base {
35
26
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetCanaryRunsRequest,
5
4
  GetCanaryRunsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SyntheticsClientResolvedConfig,
11
- } from "../SyntheticsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetCanaryRunsCommandInput extends GetCanaryRunsRequest {}
15
8
  export interface GetCanaryRunsCommandOutput
16
9
  extends GetCanaryRunsResponse,
@@ -21,22 +14,20 @@ declare const GetCanaryRunsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetCanaryRunsCommandInput,
23
16
  GetCanaryRunsCommandOutput,
24
- SyntheticsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SyntheticsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetCanaryRunsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetCanaryRunsCommandInput,
32
25
  GetCanaryRunsCommandOutput,
33
- SyntheticsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SyntheticsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetCanaryRunsCommand extends GetCanaryRunsCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SyntheticsClientResolvedConfig,
8
- } from "../SyntheticsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetGroupCommandInput extends GetGroupRequest {}
12
5
  export interface GetGroupCommandOutput
13
6
  extends GetGroupResponse,
@@ -16,20 +9,18 @@ declare const GetGroupCommand_base: {
16
9
  new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetGroupCommandInput,
18
11
  GetGroupCommandOutput,
19
- SyntheticsClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SyntheticsClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetGroupCommandInput,
25
18
  GetGroupCommandOutput,
26
- SyntheticsClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").SyntheticsClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetGroupCommand extends GetGroupCommand_base {
35
26
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListAssociatedGroupsRequest,
5
4
  ListAssociatedGroupsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SyntheticsClientResolvedConfig,
11
- } from "../SyntheticsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAssociatedGroupsCommandInput
15
8
  extends ListAssociatedGroupsRequest {}
16
9
  export interface ListAssociatedGroupsCommandOutput
@@ -22,22 +15,20 @@ declare const ListAssociatedGroupsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAssociatedGroupsCommandInput,
24
17
  ListAssociatedGroupsCommandOutput,
25
- SyntheticsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SyntheticsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListAssociatedGroupsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAssociatedGroupsCommandInput,
33
26
  ListAssociatedGroupsCommandOutput,
34
- SyntheticsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SyntheticsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAssociatedGroupsCommand extends ListAssociatedGroupsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListGroupResourcesRequest,
5
4
  ListGroupResourcesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SyntheticsClientResolvedConfig,
11
- } from "../SyntheticsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListGroupResourcesCommandInput
15
8
  extends ListGroupResourcesRequest {}
16
9
  export interface ListGroupResourcesCommandOutput
@@ -22,22 +15,20 @@ declare const ListGroupResourcesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListGroupResourcesCommandInput,
24
17
  ListGroupResourcesCommandOutput,
25
- SyntheticsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SyntheticsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListGroupResourcesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListGroupResourcesCommandInput,
33
26
  ListGroupResourcesCommandOutput,
34
- SyntheticsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SyntheticsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListGroupResourcesCommand extends ListGroupResourcesCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SyntheticsClientResolvedConfig,
8
- } from "../SyntheticsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListGroupsCommandInput extends ListGroupsRequest {}
12
5
  export interface ListGroupsCommandOutput
13
6
  extends ListGroupsResponse,
@@ -18,22 +11,20 @@ declare const ListGroupsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListGroupsCommandInput,
20
13
  ListGroupsCommandOutput,
21
- SyntheticsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SyntheticsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListGroupsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListGroupsCommandInput,
29
22
  ListGroupsCommandOutput,
30
- SyntheticsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SyntheticsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListGroupsCommand extends ListGroupsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceRequest,
5
4
  ListTagsForResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SyntheticsClientResolvedConfig,
11
- } from "../SyntheticsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- SyntheticsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SyntheticsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- SyntheticsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SyntheticsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { StartCanaryRequest, StartCanaryResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SyntheticsClientResolvedConfig,
8
- } from "../SyntheticsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StartCanaryCommandInput extends StartCanaryRequest {}
12
5
  export interface StartCanaryCommandOutput
13
6
  extends StartCanaryResponse,
@@ -18,22 +11,20 @@ declare const StartCanaryCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StartCanaryCommandInput,
20
13
  StartCanaryCommandOutput,
21
- SyntheticsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SyntheticsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: StartCanaryCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StartCanaryCommandInput,
29
22
  StartCanaryCommandOutput,
30
- SyntheticsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SyntheticsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StartCanaryCommand extends StartCanaryCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  StartCanaryDryRunRequest,
5
4
  StartCanaryDryRunResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SyntheticsClientResolvedConfig,
11
- } from "../SyntheticsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartCanaryDryRunCommandInput
15
8
  extends StartCanaryDryRunRequest {}
16
9
  export interface StartCanaryDryRunCommandOutput
@@ -22,22 +15,20 @@ declare const StartCanaryDryRunCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  StartCanaryDryRunCommandInput,
24
17
  StartCanaryDryRunCommandOutput,
25
- SyntheticsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SyntheticsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: StartCanaryDryRunCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  StartCanaryDryRunCommandInput,
33
26
  StartCanaryDryRunCommandOutput,
34
- SyntheticsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SyntheticsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class StartCanaryDryRunCommand extends StartCanaryDryRunCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { StopCanaryRequest, StopCanaryResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SyntheticsClientResolvedConfig,
8
- } from "../SyntheticsClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StopCanaryCommandInput extends StopCanaryRequest {}
12
5
  export interface StopCanaryCommandOutput
13
6
  extends StopCanaryResponse,
@@ -18,22 +11,20 @@ declare const StopCanaryCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StopCanaryCommandInput,
20
13
  StopCanaryCommandOutput,
21
- SyntheticsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SyntheticsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: StopCanaryCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StopCanaryCommandInput,
29
22
  StopCanaryCommandOutput,
30
- SyntheticsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SyntheticsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StopCanaryCommand extends StopCanaryCommand_base {
39
30
  protected static __types: {