@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListGroupResourcesRequest, ListGroupResourcesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListGroupResourcesCommandInput extends ListGroupResourcesReques
22
19
  export interface ListGroupResourcesCommandOutput extends ListGroupResourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListGroupResourcesCommand_base: {
25
- new (input: ListGroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListGroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListGroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns a list of the ARNs of the canaries that are associated with the specified group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListGroupsCommandInput extends ListGroupsRequest {
22
19
  export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListGroupsCommand_base: {
25
- new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs. The groups
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Displays the tags associated with a canary or group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartCanaryRequest, StartCanaryResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartCanaryCommandInput extends StartCanaryRequest {
22
19
  export interface StartCanaryCommandOutput extends StartCanaryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartCanaryCommand_base: {
25
- new (input: StartCanaryCommandInput): import("@smithy/core/client").CommandImpl<StartCanaryCommandInput, StartCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCanaryCommandInput): import("@smithy/core/client").CommandImpl<StartCanaryCommandInput, StartCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartCanaryCommandInput): import("@smithy/core/client").CommandImpl<StartCanaryCommandInput, StartCanaryCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartCanaryCommandInput): import("@smithy/core/client").CommandImpl<StartCanaryCommandInput, StartCanaryCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to run a canary that has already been created.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartCanaryDryRunRequest, StartCanaryDryRunResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartCanaryDryRunCommandInput extends StartCanaryDryRunRequest
22
19
  export interface StartCanaryDryRunCommandOutput extends StartCanaryDryRunResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartCanaryDryRunCommand_base: {
25
- new (input: StartCanaryDryRunCommandInput): import("@smithy/core/client").CommandImpl<StartCanaryDryRunCommandInput, StartCanaryDryRunCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCanaryDryRunCommandInput): import("@smithy/core/client").CommandImpl<StartCanaryDryRunCommandInput, StartCanaryDryRunCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartCanaryDryRunCommandInput): import("@smithy/core/client").CommandImpl<StartCanaryDryRunCommandInput, StartCanaryDryRunCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartCanaryDryRunCommandInput): import("@smithy/core/client").CommandImpl<StartCanaryDryRunCommandInput, StartCanaryDryRunCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to start a dry run for a canary that has already been created</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StopCanaryRequest, StopCanaryResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopCanaryCommandInput extends StopCanaryRequest {
22
19
  export interface StopCanaryCommandOutput extends StopCanaryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopCanaryCommand_base: {
25
- new (input: StopCanaryCommandInput): import("@smithy/core/client").CommandImpl<StopCanaryCommandInput, StopCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopCanaryCommandInput): import("@smithy/core/client").CommandImpl<StopCanaryCommandInput, StopCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopCanaryCommandInput): import("@smithy/core/client").CommandImpl<StopCanaryCommandInput, StopCanaryCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopCanaryCommandInput): import("@smithy/core/client").CommandImpl<StopCanaryCommandInput, StopCanaryCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops the canary to prevent all future runs. If the canary is currently running,the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns one or more tags (key-value pairs) to the specified canary or group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateCanaryRequest, UpdateCanaryResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCanaryCommandInput extends UpdateCanaryRequest {
22
19
  export interface UpdateCanaryCommandOutput extends UpdateCanaryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCanaryCommand_base: {
25
- new (input: UpdateCanaryCommandInput): import("@smithy/core/client").CommandImpl<UpdateCanaryCommandInput, UpdateCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCanaryCommandInput): import("@smithy/core/client").CommandImpl<UpdateCanaryCommandInput, UpdateCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCanaryCommandInput): import("@smithy/core/client").CommandImpl<UpdateCanaryCommandInput, UpdateCanaryCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCanaryCommandInput): import("@smithy/core/client").CommandImpl<UpdateCanaryCommandInput, UpdateCanaryCommandOutput, import("..").SyntheticsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the configuration of a canary that has already been created.</p>
@@ -23,6 +23,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
23
23
  export type { RuntimeExtension } from "./runtimeExtensions";
24
24
  export type { SyntheticsExtensionConfiguration } from "./extensionConfiguration";
25
25
  export * from "./commands";
26
+ export { Command as $Command } from "@smithy/core/client";
26
27
  export * from "./schemas/schemas_0";
27
28
  export * from "./pagination";
28
29
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: SyntheticsClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: SyntheticsClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: SyntheticsClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: SyntheticsClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { SyntheticsClientConfig } from "./SyntheticsClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: SyntheticsClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: SyntheticsClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: SyntheticsClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ SyntheticsClientResolvedConfig,
6
+ } from "./SyntheticsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SyntheticsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SyntheticsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -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
  AssociateResourceRequest,
5
4
  AssociateResourceResponse,
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 AssociateResourceCommandInput
15
8
  extends AssociateResourceRequest {}
16
9
  export interface AssociateResourceCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateResourceCommandInput,
24
17
  AssociateResourceCommandOutput,
25
- SyntheticsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SyntheticsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateResourceCommandInput,
33
26
  AssociateResourceCommandOutput,
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 AssociateResourceCommand extends AssociateResourceCommand_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 { CreateCanaryRequest, CreateCanaryResponse } 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 CreateCanaryCommandInput extends CreateCanaryRequest {}
12
5
  export interface CreateCanaryCommandOutput
13
6
  extends CreateCanaryResponse,
@@ -18,22 +11,20 @@ declare const CreateCanaryCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateCanaryCommandInput,
20
13
  CreateCanaryCommandOutput,
21
- SyntheticsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SyntheticsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateCanaryCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateCanaryCommandInput,
29
22
  CreateCanaryCommandOutput,
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 CreateCanaryCommand extends CreateCanaryCommand_base {
39
30
  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 { CreateGroupRequest, CreateGroupResponse } 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 CreateGroupCommandInput extends CreateGroupRequest {}
12
5
  export interface CreateGroupCommandOutput
13
6
  extends CreateGroupResponse,
@@ -18,22 +11,20 @@ declare const CreateGroupCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateGroupCommandInput,
20
13
  CreateGroupCommandOutput,
21
- SyntheticsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SyntheticsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateGroupCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateGroupCommandInput,
29
22
  CreateGroupCommandOutput,
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 CreateGroupCommand extends CreateGroupCommand_base {
39
30
  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 { DeleteCanaryRequest, DeleteCanaryResponse } 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 DeleteCanaryCommandInput extends DeleteCanaryRequest {}
12
5
  export interface DeleteCanaryCommandOutput
13
6
  extends DeleteCanaryResponse,
@@ -18,22 +11,20 @@ declare const DeleteCanaryCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteCanaryCommandInput,
20
13
  DeleteCanaryCommandOutput,
21
- SyntheticsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SyntheticsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteCanaryCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteCanaryCommandInput,
29
22
  DeleteCanaryCommandOutput,
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 DeleteCanaryCommand extends DeleteCanaryCommand_base {
39
30
  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 { DeleteGroupRequest, DeleteGroupResponse } 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 DeleteGroupCommandInput extends DeleteGroupRequest {}
12
5
  export interface DeleteGroupCommandOutput
13
6
  extends DeleteGroupResponse,
@@ -18,22 +11,20 @@ declare const DeleteGroupCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteGroupCommandInput,
20
13
  DeleteGroupCommandOutput,
21
- SyntheticsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SyntheticsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteGroupCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteGroupCommandInput,
29
22
  DeleteGroupCommandOutput,
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 DeleteGroupCommand extends DeleteGroupCommand_base {
39
30
  protected static __types: {