@aws-sdk/client-synthetics 3.651.1 → 3.654.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 (43) hide show
  1. package/dist-types/commands/AssociateResourceCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateCanaryCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateGroupCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteCanaryCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteGroupCommand.d.ts +11 -0
  6. package/dist-types/commands/DescribeCanariesCommand.d.ts +11 -0
  7. package/dist-types/commands/DescribeCanariesLastRunCommand.d.ts +11 -0
  8. package/dist-types/commands/DescribeRuntimeVersionsCommand.d.ts +11 -0
  9. package/dist-types/commands/DisassociateResourceCommand.d.ts +11 -0
  10. package/dist-types/commands/GetCanaryCommand.d.ts +11 -0
  11. package/dist-types/commands/GetCanaryRunsCommand.d.ts +11 -0
  12. package/dist-types/commands/GetGroupCommand.d.ts +11 -0
  13. package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +11 -0
  14. package/dist-types/commands/ListGroupResourcesCommand.d.ts +11 -0
  15. package/dist-types/commands/ListGroupsCommand.d.ts +11 -0
  16. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  17. package/dist-types/commands/StartCanaryCommand.d.ts +11 -0
  18. package/dist-types/commands/StopCanaryCommand.d.ts +11 -0
  19. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  21. package/dist-types/commands/UpdateCanaryCommand.d.ts +11 -0
  22. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +12 -1
  43. package/package.json +35 -35
@@ -74,4 +74,15 @@ declare const AssociateResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class AssociateResourceCommand extends AssociateResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: AssociateResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: AssociateResourceCommandInput;
85
+ output: AssociateResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -185,4 +185,15 @@ declare const CreateCanaryCommand_base: {
185
185
  * @public
186
186
  */
187
187
  export declare class CreateCanaryCommand extends CreateCanaryCommand_base {
188
+ /** @internal type navigation helper, not in runtime. */
189
+ protected static __types: {
190
+ api: {
191
+ input: CreateCanaryRequest;
192
+ output: CreateCanaryResponse;
193
+ };
194
+ sdk: {
195
+ input: CreateCanaryCommandInput;
196
+ output: CreateCanaryCommandOutput;
197
+ };
198
+ };
188
199
  }
@@ -93,4 +93,15 @@ declare const CreateGroupCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class CreateGroupCommand extends CreateGroupCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateGroupRequest;
100
+ output: CreateGroupResponse;
101
+ };
102
+ sdk: {
103
+ input: CreateGroupCommandInput;
104
+ output: CreateGroupCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -102,4 +102,15 @@ declare const DeleteCanaryCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class DeleteCanaryCommand extends DeleteCanaryCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: DeleteCanaryRequest;
109
+ output: {};
110
+ };
111
+ sdk: {
112
+ input: DeleteCanaryCommandInput;
113
+ output: DeleteCanaryCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -71,4 +71,15 @@ declare const DeleteGroupCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteGroupRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteGroupCommandInput;
82
+ output: DeleteGroupCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -141,4 +141,15 @@ declare const DescribeCanariesCommand_base: {
141
141
  * @public
142
142
  */
143
143
  export declare class DescribeCanariesCommand extends DescribeCanariesCommand_base {
144
+ /** @internal type navigation helper, not in runtime. */
145
+ protected static __types: {
146
+ api: {
147
+ input: DescribeCanariesRequest;
148
+ output: DescribeCanariesResponse;
149
+ };
150
+ sdk: {
151
+ input: DescribeCanariesCommandInput;
152
+ output: DescribeCanariesCommandOutput;
153
+ };
154
+ };
144
155
  }
@@ -94,4 +94,15 @@ declare const DescribeCanariesLastRunCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DescribeCanariesLastRunCommand extends DescribeCanariesLastRunCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeCanariesLastRunRequest;
101
+ output: DescribeCanariesLastRunResponse;
102
+ };
103
+ sdk: {
104
+ input: DescribeCanariesLastRunCommandInput;
105
+ output: DescribeCanariesLastRunCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -74,4 +74,15 @@ declare const DescribeRuntimeVersionsCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DescribeRuntimeVersionsCommand extends DescribeRuntimeVersionsCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DescribeRuntimeVersionsRequest;
81
+ output: DescribeRuntimeVersionsResponse;
82
+ };
83
+ sdk: {
84
+ input: DescribeRuntimeVersionsCommandInput;
85
+ output: DescribeRuntimeVersionsCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -68,4 +68,15 @@ declare const DisassociateResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DisassociateResourceRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DisassociateResourceCommandInput;
79
+ output: DisassociateResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -127,4 +127,15 @@ declare const GetCanaryCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class GetCanaryCommand extends GetCanaryCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: GetCanaryRequest;
134
+ output: GetCanaryResponse;
135
+ };
136
+ sdk: {
137
+ input: GetCanaryCommandInput;
138
+ output: GetCanaryCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -84,4 +84,15 @@ declare const GetCanaryRunsCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetCanaryRunsCommand extends GetCanaryRunsCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetCanaryRunsRequest;
91
+ output: GetCanaryRunsResponse;
92
+ };
93
+ sdk: {
94
+ input: GetCanaryRunsCommandInput;
95
+ output: GetCanaryRunsCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -79,4 +79,15 @@ declare const GetGroupCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetGroupCommand extends GetGroupCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetGroupRequest;
86
+ output: GetGroupResponse;
87
+ };
88
+ sdk: {
89
+ input: GetGroupCommandInput;
90
+ output: GetGroupCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -76,4 +76,15 @@ declare const ListAssociatedGroupsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListAssociatedGroupsCommand extends ListAssociatedGroupsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListAssociatedGroupsRequest;
83
+ output: ListAssociatedGroupsResponse;
84
+ };
85
+ sdk: {
86
+ input: ListAssociatedGroupsCommandInput;
87
+ output: ListAssociatedGroupsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -74,4 +74,15 @@ declare const ListGroupResourcesCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListGroupResourcesCommand extends ListGroupResourcesCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListGroupResourcesRequest;
81
+ output: ListGroupResourcesResponse;
82
+ };
83
+ sdk: {
84
+ input: ListGroupResourcesCommandInput;
85
+ output: ListGroupResourcesCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -72,4 +72,15 @@ declare const ListGroupsCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListGroupsCommand extends ListGroupsCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListGroupsRequest;
79
+ output: ListGroupsResponse;
80
+ };
81
+ sdk: {
82
+ input: ListGroupsCommandInput;
83
+ output: ListGroupsCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListTagsForResourceRequest;
81
+ output: ListTagsForResourceResponse;
82
+ };
83
+ sdk: {
84
+ input: ListTagsForResourceCommandInput;
85
+ output: ListTagsForResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -69,4 +69,15 @@ declare const StartCanaryCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class StartCanaryCommand extends StartCanaryCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: StartCanaryRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: StartCanaryCommandInput;
80
+ output: StartCanaryCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -71,4 +71,15 @@ declare const StopCanaryCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class StopCanaryCommand extends StopCanaryCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: StopCanaryRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: StopCanaryCommandInput;
82
+ output: StopCanaryCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -84,4 +84,15 @@ declare const TagResourceCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class TagResourceCommand extends TagResourceCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: TagResourceRequest;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: TagResourceCommandInput;
95
+ output: TagResourceCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -123,4 +123,15 @@ declare const UpdateCanaryCommand_base: {
123
123
  * @public
124
124
  */
125
125
  export declare class UpdateCanaryCommand extends UpdateCanaryCommand_base {
126
+ /** @internal type navigation helper, not in runtime. */
127
+ protected static __types: {
128
+ api: {
129
+ input: UpdateCanaryRequest;
130
+ output: {};
131
+ };
132
+ sdk: {
133
+ input: UpdateCanaryCommandInput;
134
+ output: UpdateCanaryCommandOutput;
135
+ };
136
+ };
126
137
  }
@@ -37,4 +37,15 @@ declare const AssociateResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateResourceCommand extends AssociateResourceCommand_base {}
40
+ export declare class AssociateResourceCommand extends AssociateResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateResourceRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AssociateResourceCommandInput;
48
+ output: AssociateResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateCanaryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateCanaryCommand extends CreateCanaryCommand_base {}
36
+ export declare class CreateCanaryCommand extends CreateCanaryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateCanaryRequest;
40
+ output: CreateCanaryResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateCanaryCommandInput;
44
+ output: CreateCanaryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateGroupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateGroupCommand extends CreateGroupCommand_base {}
36
+ export declare class CreateGroupCommand extends CreateGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateGroupRequest;
40
+ output: CreateGroupResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateGroupCommandInput;
44
+ output: CreateGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteCanaryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteCanaryCommand extends DeleteCanaryCommand_base {}
36
+ export declare class DeleteCanaryCommand extends DeleteCanaryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteCanaryRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteCanaryCommandInput;
44
+ output: DeleteCanaryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteGroupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteGroupCommand extends DeleteGroupCommand_base {}
36
+ export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteGroupRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteGroupCommandInput;
44
+ output: DeleteGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DescribeCanariesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeCanariesCommand extends DescribeCanariesCommand_base {}
39
+ export declare class DescribeCanariesCommand extends DescribeCanariesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeCanariesRequest;
43
+ output: DescribeCanariesResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeCanariesCommandInput;
47
+ output: DescribeCanariesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeCanariesLastRunCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeCanariesLastRunCommand extends DescribeCanariesLastRunCommand_base {}
40
+ export declare class DescribeCanariesLastRunCommand extends DescribeCanariesLastRunCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeCanariesLastRunRequest;
44
+ output: DescribeCanariesLastRunResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeCanariesLastRunCommandInput;
48
+ output: DescribeCanariesLastRunCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeRuntimeVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeRuntimeVersionsCommand extends DescribeRuntimeVersionsCommand_base {}
40
+ export declare class DescribeRuntimeVersionsCommand extends DescribeRuntimeVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeRuntimeVersionsRequest;
44
+ output: DescribeRuntimeVersionsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeRuntimeVersionsCommandInput;
48
+ output: DescribeRuntimeVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {}
40
+ export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateResourceRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateResourceCommandInput;
48
+ output: DisassociateResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetCanaryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetCanaryCommand extends GetCanaryCommand_base {}
36
+ export declare class GetCanaryCommand extends GetCanaryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetCanaryRequest;
40
+ output: GetCanaryResponse;
41
+ };
42
+ sdk: {
43
+ input: GetCanaryCommandInput;
44
+ output: GetCanaryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetCanaryRunsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetCanaryRunsCommand extends GetCanaryRunsCommand_base {}
39
+ export declare class GetCanaryRunsCommand extends GetCanaryRunsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetCanaryRunsRequest;
43
+ output: GetCanaryRunsResponse;
44
+ };
45
+ sdk: {
46
+ input: GetCanaryRunsCommandInput;
47
+ output: GetCanaryRunsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetGroupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetGroupCommand extends GetGroupCommand_base {}
36
+ export declare class GetGroupCommand extends GetGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetGroupRequest;
40
+ output: GetGroupResponse;
41
+ };
42
+ sdk: {
43
+ input: GetGroupCommandInput;
44
+ output: GetGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListAssociatedGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAssociatedGroupsCommand extends ListAssociatedGroupsCommand_base {}
40
+ export declare class ListAssociatedGroupsCommand extends ListAssociatedGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAssociatedGroupsRequest;
44
+ output: ListAssociatedGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAssociatedGroupsCommandInput;
48
+ output: ListAssociatedGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListGroupResourcesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListGroupResourcesCommand extends ListGroupResourcesCommand_base {}
40
+ export declare class ListGroupResourcesCommand extends ListGroupResourcesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListGroupResourcesRequest;
44
+ output: ListGroupResourcesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListGroupResourcesCommandInput;
48
+ output: ListGroupResourcesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListGroupsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListGroupsCommand extends ListGroupsCommand_base {}
36
+ export declare class ListGroupsCommand extends ListGroupsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListGroupsRequest;
40
+ output: ListGroupsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListGroupsCommandInput;
44
+ output: ListGroupsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const StartCanaryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartCanaryCommand extends StartCanaryCommand_base {}
36
+ export declare class StartCanaryCommand extends StartCanaryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StartCanaryRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: StartCanaryCommandInput;
44
+ output: StartCanaryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const StopCanaryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StopCanaryCommand extends StopCanaryCommand_base {}
36
+ export declare class StopCanaryCommand extends StopCanaryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StopCanaryRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: StopCanaryCommandInput;
44
+ output: StopCanaryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateCanaryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateCanaryCommand extends UpdateCanaryCommand_base {}
36
+ export declare class UpdateCanaryCommand extends UpdateCanaryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateCanaryRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateCanaryCommandInput;
44
+ output: UpdateCanaryCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-synthetics",
3
3
  "description": "AWS SDK for JavaScript Synthetics Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-synthetics",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },