@aws-sdk/client-route53-recovery-control-config 3.651.1 → 3.658.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 (49) hide show
  1. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateControlPanelCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateRoutingControlCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateSafetyRuleCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteControlPanelCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteRoutingControlCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteSafetyRuleCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeClusterCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeControlPanelCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeRoutingControlCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeSafetyRuleCommand.d.ts +11 -0
  13. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  14. package/dist-types/commands/ListAssociatedRoute53HealthChecksCommand.d.ts +11 -0
  15. package/dist-types/commands/ListClustersCommand.d.ts +11 -0
  16. package/dist-types/commands/ListControlPanelsCommand.d.ts +11 -0
  17. package/dist-types/commands/ListRoutingControlsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListSafetyRulesCommand.d.ts +11 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  21. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  22. package/dist-types/commands/UpdateControlPanelCommand.d.ts +11 -0
  23. package/dist-types/commands/UpdateRoutingControlCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateSafetyRuleCommand.d.ts +11 -0
  25. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/CreateControlPanelCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/CreateRoutingControlCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateSafetyRuleCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DeleteControlPanelCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DeleteRoutingControlCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DeleteSafetyRuleCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DescribeControlPanelCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DescribeRoutingControlCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DescribeSafetyRuleCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/ListAssociatedRoute53HealthChecksCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/ListControlPanelsCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ListRoutingControlsCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/ListSafetyRulesCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/UpdateControlPanelCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/UpdateRoutingControlCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/UpdateSafetyRuleCommand.d.ts +12 -1
  49. package/package.json +36 -36
@@ -93,4 +93,15 @@ declare const CreateClusterCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateClusterRequest;
100
+ output: CreateClusterResponse;
101
+ };
102
+ sdk: {
103
+ input: CreateClusterCommandInput;
104
+ output: CreateClusterCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -91,4 +91,15 @@ declare const CreateControlPanelCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class CreateControlPanelCommand extends CreateControlPanelCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateControlPanelRequest;
98
+ output: CreateControlPanelResponse;
99
+ };
100
+ sdk: {
101
+ input: CreateControlPanelCommandInput;
102
+ output: CreateControlPanelCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -87,4 +87,15 @@ declare const CreateRoutingControlCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class CreateRoutingControlCommand extends CreateRoutingControlCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: CreateRoutingControlRequest;
94
+ output: CreateRoutingControlResponse;
95
+ };
96
+ sdk: {
97
+ input: CreateRoutingControlCommandInput;
98
+ output: CreateRoutingControlCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -129,4 +129,15 @@ declare const CreateSafetyRuleCommand_base: {
129
129
  * @public
130
130
  */
131
131
  export declare class CreateSafetyRuleCommand extends CreateSafetyRuleCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: CreateSafetyRuleRequest;
136
+ output: CreateSafetyRuleResponse;
137
+ };
138
+ sdk: {
139
+ input: CreateSafetyRuleCommandInput;
140
+ output: CreateSafetyRuleCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -73,4 +73,15 @@ declare const DeleteClusterCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteClusterRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteClusterCommandInput;
84
+ output: DeleteClusterCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const DeleteControlPanelCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteControlPanelCommand extends DeleteControlPanelCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteControlPanelRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteControlPanelCommandInput;
84
+ output: DeleteControlPanelCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const DeleteRoutingControlCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteRoutingControlCommand extends DeleteRoutingControlCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteRoutingControlRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteRoutingControlCommandInput;
84
+ output: DeleteRoutingControlCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -64,4 +64,15 @@ declare const DeleteSafetyRuleCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteSafetyRuleCommand extends DeleteSafetyRuleCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteSafetyRuleRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteSafetyRuleCommandInput;
75
+ output: DeleteSafetyRuleCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -86,4 +86,15 @@ declare const DescribeClusterCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DescribeClusterRequest;
93
+ output: DescribeClusterResponse;
94
+ };
95
+ sdk: {
96
+ input: DescribeClusterCommandInput;
97
+ output: DescribeClusterCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -83,4 +83,15 @@ declare const DescribeControlPanelCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DescribeControlPanelCommand extends DescribeControlPanelCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DescribeControlPanelRequest;
90
+ output: DescribeControlPanelResponse;
91
+ };
92
+ sdk: {
93
+ input: DescribeControlPanelCommandInput;
94
+ output: DescribeControlPanelCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -81,4 +81,15 @@ declare const DescribeRoutingControlCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DescribeRoutingControlCommand extends DescribeRoutingControlCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DescribeRoutingControlRequest;
88
+ output: DescribeRoutingControlResponse;
89
+ };
90
+ sdk: {
91
+ input: DescribeRoutingControlCommandInput;
92
+ output: DescribeRoutingControlCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -97,4 +97,15 @@ declare const DescribeSafetyRuleCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class DescribeSafetyRuleCommand extends DescribeSafetyRuleCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: DescribeSafetyRuleRequest;
104
+ output: DescribeSafetyRuleResponse;
105
+ };
106
+ sdk: {
107
+ input: DescribeSafetyRuleCommandInput;
108
+ output: DescribeSafetyRuleCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -63,4 +63,15 @@ declare const GetResourcePolicyCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: GetResourcePolicyRequest;
70
+ output: GetResourcePolicyResponse;
71
+ };
72
+ sdk: {
73
+ input: GetResourcePolicyCommandInput;
74
+ output: GetResourcePolicyCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -71,4 +71,15 @@ declare const ListAssociatedRoute53HealthChecksCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ListAssociatedRoute53HealthChecksCommand extends ListAssociatedRoute53HealthChecksCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ListAssociatedRoute53HealthChecksRequest;
78
+ output: ListAssociatedRoute53HealthChecksResponse;
79
+ };
80
+ sdk: {
81
+ input: ListAssociatedRoute53HealthChecksCommandInput;
82
+ output: ListAssociatedRoute53HealthChecksCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -87,4 +87,15 @@ declare const ListClustersCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListClustersCommand extends ListClustersCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListClustersRequest;
94
+ output: ListClustersResponse;
95
+ };
96
+ sdk: {
97
+ input: ListClustersCommandInput;
98
+ output: ListClustersCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -85,4 +85,15 @@ declare const ListControlPanelsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListControlPanelsCommand extends ListControlPanelsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListControlPanelsRequest;
92
+ output: ListControlPanelsResponse;
93
+ };
94
+ sdk: {
95
+ input: ListControlPanelsCommandInput;
96
+ output: ListControlPanelsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -83,4 +83,15 @@ declare const ListRoutingControlsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListRoutingControlsCommand extends ListRoutingControlsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListRoutingControlsRequest;
90
+ output: ListRoutingControlsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListRoutingControlsCommandInput;
94
+ output: ListRoutingControlsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -113,4 +113,15 @@ declare const ListSafetyRulesCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class ListSafetyRulesCommand extends ListSafetyRulesCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: ListSafetyRulesRequest;
120
+ output: ListSafetyRulesResponse;
121
+ };
122
+ sdk: {
123
+ input: ListSafetyRulesCommandInput;
124
+ output: ListSafetyRulesCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: ListTagsForResourceRequest;
75
+ output: ListTagsForResourceResponse;
76
+ };
77
+ sdk: {
78
+ input: ListTagsForResourceCommandInput;
79
+ output: ListTagsForResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class TagResourceCommand extends TagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: TagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: TagResourceCommandInput;
78
+ output: TagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: UntagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: UntagResourceCommandInput;
78
+ output: UntagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -84,4 +84,15 @@ declare const UpdateControlPanelCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class UpdateControlPanelCommand extends UpdateControlPanelCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: UpdateControlPanelRequest;
91
+ output: UpdateControlPanelResponse;
92
+ };
93
+ sdk: {
94
+ input: UpdateControlPanelCommandInput;
95
+ output: UpdateControlPanelCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -82,4 +82,15 @@ declare const UpdateRoutingControlCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class UpdateRoutingControlCommand extends UpdateRoutingControlCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UpdateRoutingControlRequest;
89
+ output: UpdateRoutingControlResponse;
90
+ };
91
+ sdk: {
92
+ input: UpdateRoutingControlCommandInput;
93
+ output: UpdateRoutingControlCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -109,4 +109,15 @@ declare const UpdateSafetyRuleCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class UpdateSafetyRuleCommand extends UpdateSafetyRuleCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: UpdateSafetyRuleRequest;
116
+ output: UpdateSafetyRuleResponse;
117
+ };
118
+ sdk: {
119
+ input: UpdateSafetyRuleCommandInput;
120
+ output: UpdateSafetyRuleCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -36,4 +36,15 @@ declare const CreateClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateClusterCommand extends CreateClusterCommand_base {}
39
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateClusterRequest;
43
+ output: CreateClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateClusterCommandInput;
47
+ output: CreateClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateControlPanelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateControlPanelCommand extends CreateControlPanelCommand_base {}
40
+ export declare class CreateControlPanelCommand extends CreateControlPanelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateControlPanelRequest;
44
+ output: CreateControlPanelResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateControlPanelCommandInput;
48
+ output: CreateControlPanelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateRoutingControlCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateRoutingControlCommand extends CreateRoutingControlCommand_base {}
40
+ export declare class CreateRoutingControlCommand extends CreateRoutingControlCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRoutingControlRequest;
44
+ output: CreateRoutingControlResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateRoutingControlCommandInput;
48
+ output: CreateRoutingControlCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateSafetyRuleCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateSafetyRuleCommand extends CreateSafetyRuleCommand_base {}
39
+ export declare class CreateSafetyRuleCommand extends CreateSafetyRuleCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateSafetyRuleRequest;
43
+ output: CreateSafetyRuleResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateSafetyRuleCommandInput;
47
+ output: CreateSafetyRuleCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteClusterCommand extends DeleteClusterCommand_base {}
39
+ export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteClusterRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteClusterCommandInput;
47
+ output: DeleteClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteControlPanelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteControlPanelCommand extends DeleteControlPanelCommand_base {}
40
+ export declare class DeleteControlPanelCommand extends DeleteControlPanelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteControlPanelRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteControlPanelCommandInput;
48
+ output: DeleteControlPanelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteRoutingControlCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteRoutingControlCommand extends DeleteRoutingControlCommand_base {}
40
+ export declare class DeleteRoutingControlCommand extends DeleteRoutingControlCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteRoutingControlRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteRoutingControlCommandInput;
48
+ output: DeleteRoutingControlCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteSafetyRuleCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteSafetyRuleCommand extends DeleteSafetyRuleCommand_base {}
39
+ export declare class DeleteSafetyRuleCommand extends DeleteSafetyRuleCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteSafetyRuleRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteSafetyRuleCommandInput;
47
+ output: DeleteSafetyRuleCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DescribeClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeClusterCommand extends DescribeClusterCommand_base {}
39
+ export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeClusterRequest;
43
+ output: DescribeClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeClusterCommandInput;
47
+ output: DescribeClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeControlPanelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeControlPanelCommand extends DescribeControlPanelCommand_base {}
40
+ export declare class DescribeControlPanelCommand extends DescribeControlPanelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeControlPanelRequest;
44
+ output: DescribeControlPanelResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeControlPanelCommandInput;
48
+ output: DescribeControlPanelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeRoutingControlCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeRoutingControlCommand extends DescribeRoutingControlCommand_base {}
40
+ export declare class DescribeRoutingControlCommand extends DescribeRoutingControlCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeRoutingControlRequest;
44
+ output: DescribeRoutingControlResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeRoutingControlCommandInput;
48
+ output: DescribeRoutingControlCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeSafetyRuleCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeSafetyRuleCommand extends DescribeSafetyRuleCommand_base {}
40
+ export declare class DescribeSafetyRuleCommand extends DescribeSafetyRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeSafetyRuleRequest;
44
+ output: DescribeSafetyRuleResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeSafetyRuleCommandInput;
48
+ output: DescribeSafetyRuleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
40
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourcePolicyRequest;
44
+ output: GetResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourcePolicyCommandInput;
48
+ output: GetResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAssociatedRoute53HealthChecksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAssociatedRoute53HealthChecksCommand extends ListAssociatedRoute53HealthChecksCommand_base {}
40
+ export declare class ListAssociatedRoute53HealthChecksCommand extends ListAssociatedRoute53HealthChecksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAssociatedRoute53HealthChecksRequest;
44
+ output: ListAssociatedRoute53HealthChecksResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAssociatedRoute53HealthChecksCommandInput;
48
+ output: ListAssociatedRoute53HealthChecksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListClustersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListClustersCommand extends ListClustersCommand_base {}
36
+ export declare class ListClustersCommand extends ListClustersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListClustersRequest;
40
+ output: ListClustersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListClustersCommandInput;
44
+ output: ListClustersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListControlPanelsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListControlPanelsCommand extends ListControlPanelsCommand_base {}
40
+ export declare class ListControlPanelsCommand extends ListControlPanelsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListControlPanelsRequest;
44
+ output: ListControlPanelsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListControlPanelsCommandInput;
48
+ output: ListControlPanelsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRoutingControlsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRoutingControlsCommand extends ListRoutingControlsCommand_base {}
40
+ export declare class ListRoutingControlsCommand extends ListRoutingControlsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRoutingControlsRequest;
44
+ output: ListRoutingControlsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRoutingControlsCommandInput;
48
+ output: ListRoutingControlsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListSafetyRulesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListSafetyRulesCommand extends ListSafetyRulesCommand_base {}
39
+ export declare class ListSafetyRulesCommand extends ListSafetyRulesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListSafetyRulesRequest;
43
+ output: ListSafetyRulesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListSafetyRulesCommandInput;
47
+ output: ListSafetyRulesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -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 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
+ }
@@ -37,4 +37,15 @@ declare const UpdateControlPanelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateControlPanelCommand extends UpdateControlPanelCommand_base {}
40
+ export declare class UpdateControlPanelCommand extends UpdateControlPanelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateControlPanelRequest;
44
+ output: UpdateControlPanelResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateControlPanelCommandInput;
48
+ output: UpdateControlPanelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateRoutingControlCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateRoutingControlCommand extends UpdateRoutingControlCommand_base {}
40
+ export declare class UpdateRoutingControlCommand extends UpdateRoutingControlCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateRoutingControlRequest;
44
+ output: UpdateRoutingControlResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateRoutingControlCommandInput;
48
+ output: UpdateRoutingControlCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateSafetyRuleCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateSafetyRuleCommand extends UpdateSafetyRuleCommand_base {}
39
+ export declare class UpdateSafetyRuleCommand extends UpdateSafetyRuleCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateSafetyRuleRequest;
43
+ output: UpdateSafetyRuleResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateSafetyRuleCommandInput;
47
+ output: UpdateSafetyRuleCommandOutput;
48
+ };
49
+ };
50
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53-recovery-control-config",
3
3
  "description": "AWS SDK for JavaScript Route53 Recovery Control Config Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.658.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-route53-recovery-control-config",
@@ -20,45 +20,45 @@
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.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.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
- "@smithy/util-waiter": "^3.1.3",
61
+ "@smithy/util-waiter": "^3.1.5",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },