@aws-sdk/client-synthetics 3.477.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 (117) 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-cjs/pagination/DescribeCanariesLastRunPaginator.js +2 -24
  24. package/dist-cjs/pagination/DescribeCanariesPaginator.js +2 -24
  25. package/dist-cjs/pagination/DescribeRuntimeVersionsPaginator.js +2 -24
  26. package/dist-cjs/pagination/GetCanaryRunsPaginator.js +2 -24
  27. package/dist-cjs/pagination/ListAssociatedGroupsPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListGroupResourcesPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListGroupsPaginator.js +2 -24
  30. package/dist-es/commands/AssociateResourceCommand.js +18 -41
  31. package/dist-es/commands/CreateCanaryCommand.js +18 -41
  32. package/dist-es/commands/CreateGroupCommand.js +18 -41
  33. package/dist-es/commands/DeleteCanaryCommand.js +18 -41
  34. package/dist-es/commands/DeleteGroupCommand.js +18 -41
  35. package/dist-es/commands/DescribeCanariesCommand.js +18 -41
  36. package/dist-es/commands/DescribeCanariesLastRunCommand.js +18 -41
  37. package/dist-es/commands/DescribeRuntimeVersionsCommand.js +18 -41
  38. package/dist-es/commands/DisassociateResourceCommand.js +18 -41
  39. package/dist-es/commands/GetCanaryCommand.js +18 -41
  40. package/dist-es/commands/GetCanaryRunsCommand.js +18 -41
  41. package/dist-es/commands/GetGroupCommand.js +18 -41
  42. package/dist-es/commands/ListAssociatedGroupsCommand.js +18 -41
  43. package/dist-es/commands/ListGroupResourcesCommand.js +18 -41
  44. package/dist-es/commands/ListGroupsCommand.js +18 -41
  45. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  46. package/dist-es/commands/StartCanaryCommand.js +18 -41
  47. package/dist-es/commands/StopCanaryCommand.js +18 -41
  48. package/dist-es/commands/TagResourceCommand.js +18 -41
  49. package/dist-es/commands/UntagResourceCommand.js +18 -41
  50. package/dist-es/commands/UpdateCanaryCommand.js +18 -41
  51. package/dist-es/endpoint/EndpointParameters.js +6 -0
  52. package/dist-es/pagination/DescribeCanariesLastRunPaginator.js +2 -23
  53. package/dist-es/pagination/DescribeCanariesPaginator.js +2 -23
  54. package/dist-es/pagination/DescribeRuntimeVersionsPaginator.js +2 -23
  55. package/dist-es/pagination/GetCanaryRunsPaginator.js +2 -23
  56. package/dist-es/pagination/ListAssociatedGroupsPaginator.js +2 -23
  57. package/dist-es/pagination/ListGroupResourcesPaginator.js +2 -23
  58. package/dist-es/pagination/ListGroupsPaginator.js +2 -23
  59. package/dist-types/commands/AssociateResourceCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateCanaryCommand.d.ts +6 -21
  61. package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteCanaryCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
  64. package/dist-types/commands/DescribeCanariesCommand.d.ts +6 -21
  65. package/dist-types/commands/DescribeCanariesLastRunCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeRuntimeVersionsCommand.d.ts +6 -21
  67. package/dist-types/commands/DisassociateResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/GetCanaryCommand.d.ts +6 -21
  69. package/dist-types/commands/GetCanaryRunsCommand.d.ts +6 -21
  70. package/dist-types/commands/GetGroupCommand.d.ts +6 -21
  71. package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListGroupResourcesCommand.d.ts +6 -21
  73. package/dist-types/commands/ListGroupsCommand.d.ts +6 -21
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  75. package/dist-types/commands/StartCanaryCommand.d.ts +6 -21
  76. package/dist-types/commands/StopCanaryCommand.d.ts +6 -21
  77. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/UpdateCanaryCommand.d.ts +6 -21
  80. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  81. package/dist-types/pagination/DescribeCanariesLastRunPaginator.d.ts +1 -1
  82. package/dist-types/pagination/DescribeCanariesPaginator.d.ts +1 -1
  83. package/dist-types/pagination/DescribeRuntimeVersionsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/GetCanaryRunsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListAssociatedGroupsPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListGroupResourcesPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  110. package/dist-types/ts3.4/pagination/DescribeCanariesLastRunPaginator.d.ts +3 -3
  111. package/dist-types/ts3.4/pagination/DescribeCanariesPaginator.d.ts +3 -3
  112. package/dist-types/ts3.4/pagination/DescribeRuntimeVersionsPaginator.d.ts +3 -3
  113. package/dist-types/ts3.4/pagination/GetCanaryRunsPaginator.d.ts +3 -3
  114. package/dist-types/ts3.4/pagination/ListAssociatedGroupsPaginator.d.ts +3 -3
  115. package/dist-types/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +3 -3
  116. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +3 -3
  117. package/package.json +11 -11
@@ -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 { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateResourceCommandInput extends DisassociateResourceRe
21
20
  */
22
21
  export interface DisassociateResourceCommandOutput extends DisassociateResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateResourceCommand_base: {
24
+ new (input: DisassociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a canary from a group. You must run this operation in the Region where the canary exists.</p>
@@ -62,23 +65,5 @@ export interface DisassociateResourceCommandOutput extends DisassociateResourceR
62
65
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
63
66
  *
64
67
  */
65
- export declare class DisassociateResourceCommand extends $Command<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, SyntheticsClientResolvedConfig> {
66
- readonly input: DisassociateResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DisassociateResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResourceCommandInput, DisassociateResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
84
69
  }
@@ -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 { GetCanaryRequest, GetCanaryResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCanaryCommandInput extends GetCanaryRequest {
21
20
  */
22
21
  export interface GetCanaryCommandOutput extends GetCanaryResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCanaryCommand_base: {
24
+ new (input: GetCanaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetCanaryCommandInput, GetCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves complete information about one canary. You must specify
@@ -121,23 +124,5 @@ export interface GetCanaryCommandOutput extends GetCanaryResponse, __MetadataBea
121
124
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
122
125
  *
123
126
  */
124
- export declare class GetCanaryCommand extends $Command<GetCanaryCommandInput, GetCanaryCommandOutput, SyntheticsClientResolvedConfig> {
125
- readonly input: GetCanaryCommandInput;
126
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
127
- /**
128
- * @public
129
- */
130
- constructor(input: GetCanaryCommandInput);
131
- /**
132
- * @internal
133
- */
134
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCanaryCommandInput, GetCanaryCommandOutput>;
135
- /**
136
- * @internal
137
- */
138
- private serialize;
139
- /**
140
- * @internal
141
- */
142
- private deserialize;
127
+ export declare class GetCanaryCommand extends GetCanaryCommand_base {
143
128
  }
@@ -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 { GetCanaryRunsRequest, GetCanaryRunsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCanaryRunsCommandInput extends GetCanaryRunsRequest {
21
20
  */
22
21
  export interface GetCanaryRunsCommandOutput extends GetCanaryRunsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCanaryRunsCommand_base: {
24
+ new (input: GetCanaryRunsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCanaryRunsCommandInput, GetCanaryRunsCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of runs for a specified canary.</p>
@@ -78,23 +81,5 @@ export interface GetCanaryRunsCommandOutput extends GetCanaryRunsResponse, __Met
78
81
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
79
82
  *
80
83
  */
81
- export declare class GetCanaryRunsCommand extends $Command<GetCanaryRunsCommandInput, GetCanaryRunsCommandOutput, SyntheticsClientResolvedConfig> {
82
- readonly input: GetCanaryRunsCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetCanaryRunsCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCanaryRunsCommandInput, GetCanaryRunsCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetCanaryRunsCommand extends GetCanaryRunsCommand_base {
100
85
  }
@@ -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 { GetGroupRequest, GetGroupResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGroupCommandInput extends GetGroupRequest {
21
20
  */
22
21
  export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetGroupCommand_base: {
24
+ new (input: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about one group. Groups are a global resource, so you can use this operation from
@@ -73,23 +76,5 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
73
76
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
74
77
  *
75
78
  */
76
- export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, SyntheticsClientResolvedConfig> {
77
- readonly input: GetGroupCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetGroupCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetGroupCommand extends GetGroupCommand_base {
95
80
  }
@@ -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 { ListAssociatedGroupsRequest, ListAssociatedGroupsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAssociatedGroupsCommandInput extends ListAssociatedGroupsRe
21
20
  */
22
21
  export interface ListAssociatedGroupsCommandOutput extends ListAssociatedGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAssociatedGroupsCommand_base: {
24
+ new (input: ListAssociatedGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedGroupsCommandInput, ListAssociatedGroupsCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the groups that the specified canary is associated with. The canary
@@ -70,23 +73,5 @@ export interface ListAssociatedGroupsCommandOutput extends ListAssociatedGroupsR
70
73
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
71
74
  *
72
75
  */
73
- export declare class ListAssociatedGroupsCommand extends $Command<ListAssociatedGroupsCommandInput, ListAssociatedGroupsCommandOutput, SyntheticsClientResolvedConfig> {
74
- readonly input: ListAssociatedGroupsCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: ListAssociatedGroupsCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedGroupsCommandInput, ListAssociatedGroupsCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class ListAssociatedGroupsCommand extends ListAssociatedGroupsCommand_base {
92
77
  }
@@ -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 { ListGroupResourcesRequest, ListGroupResourcesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListGroupResourcesCommandInput extends ListGroupResourcesReques
21
20
  */
22
21
  export interface ListGroupResourcesCommandOutput extends ListGroupResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListGroupResourcesCommand_base: {
24
+ new (input: ListGroupResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation returns a list of the ARNs of the canaries that are associated with the specified group.</p>
@@ -68,23 +71,5 @@ export interface ListGroupResourcesCommandOutput extends ListGroupResourcesRespo
68
71
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
69
72
  *
70
73
  */
71
- export declare class ListGroupResourcesCommand extends $Command<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, SyntheticsClientResolvedConfig> {
72
- readonly input: ListGroupResourcesCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListGroupResourcesCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListGroupResourcesCommand extends ListGroupResourcesCommand_base {
90
75
  }
@@ -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 { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListGroupsCommandInput extends ListGroupsRequest {
21
20
  */
22
21
  export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListGroupsCommand_base: {
24
+ new (input: ListGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs. The groups
@@ -66,23 +69,5 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
66
69
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
67
70
  *
68
71
  */
69
- export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, SyntheticsClientResolvedConfig> {
70
- readonly input: ListGroupsCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: ListGroupsCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupsCommandInput, ListGroupsCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class ListGroupsCommand extends ListGroupsCommand_base {
88
73
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Displays the tags associated with a canary or group.</p>
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
68
71
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
69
72
  *
70
73
  */
71
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SyntheticsClientResolvedConfig> {
72
- readonly input: ListTagsForResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListTagsForResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
90
75
  }
@@ -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 { StartCanaryRequest, StartCanaryResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartCanaryCommandInput extends StartCanaryRequest {
21
20
  */
22
21
  export interface StartCanaryCommandOutput extends StartCanaryResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartCanaryCommand_base: {
24
+ new (input: StartCanaryCommandInput): import("@smithy/smithy-client").CommandImpl<StartCanaryCommandInput, StartCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Use this operation to run a canary that has already been created.
@@ -63,23 +66,5 @@ export interface StartCanaryCommandOutput extends StartCanaryResponse, __Metadat
63
66
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
64
67
  *
65
68
  */
66
- export declare class StartCanaryCommand extends $Command<StartCanaryCommandInput, StartCanaryCommandOutput, SyntheticsClientResolvedConfig> {
67
- readonly input: StartCanaryCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: StartCanaryCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCanaryCommandInput, StartCanaryCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class StartCanaryCommand extends StartCanaryCommand_base {
85
70
  }
@@ -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 { StopCanaryRequest, StopCanaryResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopCanaryCommandInput extends StopCanaryRequest {
21
20
  */
22
21
  export interface StopCanaryCommandOutput extends StopCanaryResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopCanaryCommand_base: {
24
+ new (input: StopCanaryCommandInput): import("@smithy/smithy-client").CommandImpl<StopCanaryCommandInput, StopCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops the canary to prevent all future runs. If the canary is currently running,the
@@ -65,23 +68,5 @@ export interface StopCanaryCommandOutput extends StopCanaryResponse, __MetadataB
65
68
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
66
69
  *
67
70
  */
68
- export declare class StopCanaryCommand extends $Command<StopCanaryCommandInput, StopCanaryCommandOutput, SyntheticsClientResolvedConfig> {
69
- readonly input: StopCanaryCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: StopCanaryCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopCanaryCommandInput, StopCanaryCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class StopCanaryCommand extends StopCanaryCommand_base {
87
72
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns one or more tags (key-value pairs) to the specified canary or group. </p>
@@ -78,23 +81,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
78
81
  * <p>Base exception class for all service exceptions from Synthetics service.</p>
79
82
  *
80
83
  */
81
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SyntheticsClientResolvedConfig> {
82
- readonly input: TagResourceCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: TagResourceCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class TagResourceCommand extends TagResourceCommand_base {
100
85
  }
@@ -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;
@@ -4,4 +4,4 @@ import { SyntheticsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeCanariesLastRun(config: SyntheticsPaginationConfiguration, input: DescribeCanariesLastRunCommandInput, ...additionalArguments: any): Paginator<DescribeCanariesLastRunCommandOutput>;
7
+ export declare const paginateDescribeCanariesLastRun: (config: SyntheticsPaginationConfiguration, input: DescribeCanariesLastRunCommandInput, ...rest: any[]) => Paginator<DescribeCanariesLastRunCommandOutput>;
@@ -4,4 +4,4 @@ import { SyntheticsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeCanaries(config: SyntheticsPaginationConfiguration, input: DescribeCanariesCommandInput, ...additionalArguments: any): Paginator<DescribeCanariesCommandOutput>;
7
+ export declare const paginateDescribeCanaries: (config: SyntheticsPaginationConfiguration, input: DescribeCanariesCommandInput, ...rest: any[]) => Paginator<DescribeCanariesCommandOutput>;
@@ -4,4 +4,4 @@ import { SyntheticsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeRuntimeVersions(config: SyntheticsPaginationConfiguration, input: DescribeRuntimeVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeRuntimeVersionsCommandOutput>;
7
+ export declare const paginateDescribeRuntimeVersions: (config: SyntheticsPaginationConfiguration, input: DescribeRuntimeVersionsCommandInput, ...rest: any[]) => Paginator<DescribeRuntimeVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { SyntheticsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetCanaryRuns(config: SyntheticsPaginationConfiguration, input: GetCanaryRunsCommandInput, ...additionalArguments: any): Paginator<GetCanaryRunsCommandOutput>;
7
+ export declare const paginateGetCanaryRuns: (config: SyntheticsPaginationConfiguration, input: GetCanaryRunsCommandInput, ...rest: any[]) => Paginator<GetCanaryRunsCommandOutput>;
@@ -4,4 +4,4 @@ import { SyntheticsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAssociatedGroups(config: SyntheticsPaginationConfiguration, input: ListAssociatedGroupsCommandInput, ...additionalArguments: any): Paginator<ListAssociatedGroupsCommandOutput>;
7
+ export declare const paginateListAssociatedGroups: (config: SyntheticsPaginationConfiguration, input: ListAssociatedGroupsCommandInput, ...rest: any[]) => Paginator<ListAssociatedGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { SyntheticsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListGroupResources(config: SyntheticsPaginationConfiguration, input: ListGroupResourcesCommandInput, ...additionalArguments: any): Paginator<ListGroupResourcesCommandOutput>;
7
+ export declare const paginateListGroupResources: (config: SyntheticsPaginationConfiguration, input: ListGroupResourcesCommandInput, ...rest: any[]) => Paginator<ListGroupResourcesCommandOutput>;