@aws-sdk/client-synthetics 3.478.0 → 3.481.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 (89) hide show
  1. package/dist-cjs/commands/AssociateResourceCommand.js +18 -41
  2. package/dist-cjs/commands/CreateCanaryCommand.js +18 -41
  3. package/dist-cjs/commands/CreateGroupCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteCanaryCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteGroupCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeCanariesCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeCanariesLastRunCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeRuntimeVersionsCommand.js +18 -41
  9. package/dist-cjs/commands/DisassociateResourceCommand.js +18 -41
  10. package/dist-cjs/commands/GetCanaryCommand.js +18 -41
  11. package/dist-cjs/commands/GetCanaryRunsCommand.js +18 -41
  12. package/dist-cjs/commands/GetGroupCommand.js +18 -41
  13. package/dist-cjs/commands/ListAssociatedGroupsCommand.js +18 -41
  14. package/dist-cjs/commands/ListGroupResourcesCommand.js +18 -41
  15. package/dist-cjs/commands/ListGroupsCommand.js +18 -41
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  17. package/dist-cjs/commands/StartCanaryCommand.js +18 -41
  18. package/dist-cjs/commands/StopCanaryCommand.js +18 -41
  19. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  21. package/dist-cjs/commands/UpdateCanaryCommand.js +18 -41
  22. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  23. package/dist-es/commands/AssociateResourceCommand.js +18 -41
  24. package/dist-es/commands/CreateCanaryCommand.js +18 -41
  25. package/dist-es/commands/CreateGroupCommand.js +18 -41
  26. package/dist-es/commands/DeleteCanaryCommand.js +18 -41
  27. package/dist-es/commands/DeleteGroupCommand.js +18 -41
  28. package/dist-es/commands/DescribeCanariesCommand.js +18 -41
  29. package/dist-es/commands/DescribeCanariesLastRunCommand.js +18 -41
  30. package/dist-es/commands/DescribeRuntimeVersionsCommand.js +18 -41
  31. package/dist-es/commands/DisassociateResourceCommand.js +18 -41
  32. package/dist-es/commands/GetCanaryCommand.js +18 -41
  33. package/dist-es/commands/GetCanaryRunsCommand.js +18 -41
  34. package/dist-es/commands/GetGroupCommand.js +18 -41
  35. package/dist-es/commands/ListAssociatedGroupsCommand.js +18 -41
  36. package/dist-es/commands/ListGroupResourcesCommand.js +18 -41
  37. package/dist-es/commands/ListGroupsCommand.js +18 -41
  38. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  39. package/dist-es/commands/StartCanaryCommand.js +18 -41
  40. package/dist-es/commands/StopCanaryCommand.js +18 -41
  41. package/dist-es/commands/TagResourceCommand.js +18 -41
  42. package/dist-es/commands/UntagResourceCommand.js +18 -41
  43. package/dist-es/commands/UpdateCanaryCommand.js +18 -41
  44. package/dist-es/endpoint/EndpointParameters.js +6 -0
  45. package/dist-types/commands/AssociateResourceCommand.d.ts +6 -21
  46. package/dist-types/commands/CreateCanaryCommand.d.ts +6 -21
  47. package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
  48. package/dist-types/commands/DeleteCanaryCommand.d.ts +6 -21
  49. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
  50. package/dist-types/commands/DescribeCanariesCommand.d.ts +6 -21
  51. package/dist-types/commands/DescribeCanariesLastRunCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeRuntimeVersionsCommand.d.ts +6 -21
  53. package/dist-types/commands/DisassociateResourceCommand.d.ts +6 -21
  54. package/dist-types/commands/GetCanaryCommand.d.ts +6 -21
  55. package/dist-types/commands/GetCanaryRunsCommand.d.ts +6 -21
  56. package/dist-types/commands/GetGroupCommand.d.ts +6 -21
  57. package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +6 -21
  58. package/dist-types/commands/ListGroupResourcesCommand.d.ts +6 -21
  59. package/dist-types/commands/ListGroupsCommand.d.ts +6 -21
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  61. package/dist-types/commands/StartCanaryCommand.d.ts +6 -21
  62. package/dist-types/commands/StopCanaryCommand.d.ts +6 -21
  63. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  64. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  65. package/dist-types/commands/UpdateCanaryCommand.d.ts +6 -21
  66. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  67. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  89. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from the specified resource.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SyntheticsClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateCanaryRequest, UpdateCanaryResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCanaryCommandInput extends UpdateCanaryRequest {
21
20
  */
22
21
  export interface UpdateCanaryCommandOutput extends UpdateCanaryResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateCanaryCommand_base: {
24
+ new (input: UpdateCanaryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCanaryCommandInput, UpdateCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration of a canary that has
@@ -117,23 +120,5 @@ export interface UpdateCanaryCommandOutput extends UpdateCanaryResponse, __Metad
117
120
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
118
121
  *
119
122
  */
120
- export declare class UpdateCanaryCommand extends $Command<UpdateCanaryCommandInput, UpdateCanaryCommandOutput, SyntheticsClientResolvedConfig> {
121
- readonly input: UpdateCanaryCommandInput;
122
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
123
- /**
124
- * @public
125
- */
126
- constructor(input: UpdateCanaryCommandInput);
127
- /**
128
- * @internal
129
- */
130
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCanaryCommandInput, UpdateCanaryCommandOutput>;
131
- /**
132
- * @internal
133
- */
134
- private serialize;
135
- /**
136
- * @internal
137
- */
138
- private deserialize;
123
+ export declare class UpdateCanaryCommand extends UpdateCanaryCommand_base {
139
124
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateResourceRequest,
11
5
  AssociateResourceResponse,
@@ -21,19 +15,16 @@ export interface AssociateResourceCommandInput
21
15
  export interface AssociateResourceCommandOutput
22
16
  extends AssociateResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateResourceCommand extends $Command<
25
- AssociateResourceCommandInput,
26
- AssociateResourceCommandOutput,
27
- SyntheticsClientResolvedConfig
28
- > {
29
- readonly input: AssociateResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SyntheticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<AssociateResourceCommandInput, AssociateResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const AssociateResourceCommand_base: {
19
+ new (
20
+ input: AssociateResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ AssociateResourceCommandInput,
23
+ AssociateResourceCommandOutput,
24
+ SyntheticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateResourceCommand extends AssociateResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateCanaryRequest, CreateCanaryResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateCanaryCommandInput extends CreateCanaryRequest {}
17
11
  export interface CreateCanaryCommandOutput
18
12
  extends CreateCanaryResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateCanaryCommand extends $Command<
21
- CreateCanaryCommandInput,
22
- CreateCanaryCommandOutput,
23
- SyntheticsClientResolvedConfig
24
- > {
25
- readonly input: CreateCanaryCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateCanaryCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SyntheticsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateCanaryCommandInput, CreateCanaryCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateCanaryCommand_base: {
15
+ new (
16
+ input: CreateCanaryCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateCanaryCommandInput,
19
+ CreateCanaryCommandOutput,
20
+ SyntheticsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateCanaryCommand extends CreateCanaryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateGroupCommandInput extends CreateGroupRequest {}
17
11
  export interface CreateGroupCommandOutput
18
12
  extends CreateGroupResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateGroupCommand extends $Command<
21
- CreateGroupCommandInput,
22
- CreateGroupCommandOutput,
23
- SyntheticsClientResolvedConfig
24
- > {
25
- readonly input: CreateGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SyntheticsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateGroupCommand_base: {
15
+ new (
16
+ input: CreateGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateGroupCommandInput,
19
+ CreateGroupCommandOutput,
20
+ SyntheticsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateGroupCommand extends CreateGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteCanaryRequest, DeleteCanaryResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteCanaryCommandInput extends DeleteCanaryRequest {}
17
11
  export interface DeleteCanaryCommandOutput
18
12
  extends DeleteCanaryResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteCanaryCommand extends $Command<
21
- DeleteCanaryCommandInput,
22
- DeleteCanaryCommandOutput,
23
- SyntheticsClientResolvedConfig
24
- > {
25
- readonly input: DeleteCanaryCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteCanaryCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SyntheticsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteCanaryCommandInput, DeleteCanaryCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteCanaryCommand_base: {
15
+ new (
16
+ input: DeleteCanaryCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteCanaryCommandInput,
19
+ DeleteCanaryCommandOutput,
20
+ SyntheticsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteCanaryCommand extends DeleteCanaryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
17
11
  export interface DeleteGroupCommandOutput
18
12
  extends DeleteGroupResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteGroupCommand extends $Command<
21
- DeleteGroupCommandInput,
22
- DeleteGroupCommandOutput,
23
- SyntheticsClientResolvedConfig
24
- > {
25
- readonly input: DeleteGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SyntheticsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteGroupCommand_base: {
15
+ new (
16
+ input: DeleteGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteGroupCommandInput,
19
+ DeleteGroupCommandOutput,
20
+ SyntheticsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteGroupCommand extends DeleteGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeCanariesRequest,
11
5
  DescribeCanariesResponse,
@@ -20,19 +14,16 @@ export interface DescribeCanariesCommandInput extends DescribeCanariesRequest {}
20
14
  export interface DescribeCanariesCommandOutput
21
15
  extends DescribeCanariesResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeCanariesCommand extends $Command<
24
- DescribeCanariesCommandInput,
25
- DescribeCanariesCommandOutput,
26
- SyntheticsClientResolvedConfig
27
- > {
28
- readonly input: DescribeCanariesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeCanariesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SyntheticsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeCanariesCommandInput, DescribeCanariesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeCanariesCommand_base: {
18
+ new (
19
+ input: DescribeCanariesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeCanariesCommandInput,
22
+ DescribeCanariesCommandOutput,
23
+ SyntheticsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeCanariesCommand extends DescribeCanariesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeCanariesLastRunRequest,
11
5
  DescribeCanariesLastRunResponse,
@@ -21,22 +15,16 @@ export interface DescribeCanariesLastRunCommandInput
21
15
  export interface DescribeCanariesLastRunCommandOutput
22
16
  extends DescribeCanariesLastRunResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeCanariesLastRunCommand extends $Command<
25
- DescribeCanariesLastRunCommandInput,
26
- DescribeCanariesLastRunCommandOutput,
27
- SyntheticsClientResolvedConfig
28
- > {
29
- readonly input: DescribeCanariesLastRunCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeCanariesLastRunCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SyntheticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeCanariesLastRunCommand_base: {
19
+ new (
20
+ input: DescribeCanariesLastRunCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeCanariesLastRunCommandInput,
38
- DescribeCanariesLastRunCommandOutput
23
+ DescribeCanariesLastRunCommandOutput,
24
+ SyntheticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeCanariesLastRunCommand extends DescribeCanariesLastRunCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeRuntimeVersionsRequest,
11
5
  DescribeRuntimeVersionsResponse,
@@ -21,22 +15,16 @@ export interface DescribeRuntimeVersionsCommandInput
21
15
  export interface DescribeRuntimeVersionsCommandOutput
22
16
  extends DescribeRuntimeVersionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeRuntimeVersionsCommand extends $Command<
25
- DescribeRuntimeVersionsCommandInput,
26
- DescribeRuntimeVersionsCommandOutput,
27
- SyntheticsClientResolvedConfig
28
- > {
29
- readonly input: DescribeRuntimeVersionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeRuntimeVersionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SyntheticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeRuntimeVersionsCommand_base: {
19
+ new (
20
+ input: DescribeRuntimeVersionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeRuntimeVersionsCommandInput,
38
- DescribeRuntimeVersionsCommandOutput
23
+ DescribeRuntimeVersionsCommandOutput,
24
+ SyntheticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeRuntimeVersionsCommand extends DescribeRuntimeVersionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DisassociateResourceRequest,
11
5
  DisassociateResourceResponse,
@@ -21,22 +15,16 @@ export interface DisassociateResourceCommandInput
21
15
  export interface DisassociateResourceCommandOutput
22
16
  extends DisassociateResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateResourceCommand extends $Command<
25
- DisassociateResourceCommandInput,
26
- DisassociateResourceCommandOutput,
27
- SyntheticsClientResolvedConfig
28
- > {
29
- readonly input: DisassociateResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SyntheticsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateResourceCommand_base: {
19
+ new (
20
+ input: DisassociateResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateResourceCommandInput,
38
- DisassociateResourceCommandOutput
23
+ DisassociateResourceCommandOutput,
24
+ SyntheticsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetCanaryRequest, GetCanaryResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetCanaryCommandInput extends GetCanaryRequest {}
17
11
  export interface GetCanaryCommandOutput
18
12
  extends GetCanaryResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetCanaryCommand extends $Command<
21
- GetCanaryCommandInput,
22
- GetCanaryCommandOutput,
23
- SyntheticsClientResolvedConfig
24
- > {
25
- readonly input: GetCanaryCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetCanaryCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SyntheticsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetCanaryCommandInput, GetCanaryCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetCanaryCommand_base: {
15
+ new (
16
+ input: GetCanaryCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetCanaryCommandInput,
19
+ GetCanaryCommandOutput,
20
+ SyntheticsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetCanaryCommand extends GetCanaryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetCanaryRunsRequest,
11
5
  GetCanaryRunsResponse,
@@ -20,19 +14,16 @@ export interface GetCanaryRunsCommandInput extends GetCanaryRunsRequest {}
20
14
  export interface GetCanaryRunsCommandOutput
21
15
  extends GetCanaryRunsResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetCanaryRunsCommand extends $Command<
24
- GetCanaryRunsCommandInput,
25
- GetCanaryRunsCommandOutput,
26
- SyntheticsClientResolvedConfig
27
- > {
28
- readonly input: GetCanaryRunsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetCanaryRunsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SyntheticsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetCanaryRunsCommandInput, GetCanaryRunsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetCanaryRunsCommand_base: {
18
+ new (
19
+ input: GetCanaryRunsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCanaryRunsCommandInput,
22
+ GetCanaryRunsCommandOutput,
23
+ SyntheticsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCanaryRunsCommand extends GetCanaryRunsCommand_base {}