@aws-sdk/client-rbin 3.169.0 → 3.171.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Rbin.d.ts +140 -45
- package/dist-types/ts3.4/RbinClient.d.ts +152 -81
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +8 -8
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/RbinServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +201 -249
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +101 -26
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,249 +1,201 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { RbinServiceException as __BaseException } from "./RbinServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
export
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export interface
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
102
|
-
export interface
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
export
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
export interface
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
export
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
export
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
export
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
export
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
Description?: string;
|
|
203
|
-
|
|
204
|
-
ResourceType?: ResourceType | string;
|
|
205
|
-
|
|
206
|
-
ResourceTags?: ResourceTag[];
|
|
207
|
-
|
|
208
|
-
Status?: RuleStatus | string;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
|
|
212
|
-
|
|
213
|
-
export declare const RetentionPeriodFilterSensitiveLog: (obj: RetentionPeriod) => any;
|
|
214
|
-
|
|
215
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
216
|
-
|
|
217
|
-
export declare const CreateRuleRequestFilterSensitiveLog: (obj: CreateRuleRequest) => any;
|
|
218
|
-
|
|
219
|
-
export declare const CreateRuleResponseFilterSensitiveLog: (obj: CreateRuleResponse) => any;
|
|
220
|
-
|
|
221
|
-
export declare const DeleteRuleRequestFilterSensitiveLog: (obj: DeleteRuleRequest) => any;
|
|
222
|
-
|
|
223
|
-
export declare const DeleteRuleResponseFilterSensitiveLog: (obj: DeleteRuleResponse) => any;
|
|
224
|
-
|
|
225
|
-
export declare const GetRuleRequestFilterSensitiveLog: (obj: GetRuleRequest) => any;
|
|
226
|
-
|
|
227
|
-
export declare const GetRuleResponseFilterSensitiveLog: (obj: GetRuleResponse) => any;
|
|
228
|
-
|
|
229
|
-
export declare const ListRulesRequestFilterSensitiveLog: (obj: ListRulesRequest) => any;
|
|
230
|
-
|
|
231
|
-
export declare const RuleSummaryFilterSensitiveLog: (obj: RuleSummary) => any;
|
|
232
|
-
|
|
233
|
-
export declare const ListRulesResponseFilterSensitiveLog: (obj: ListRulesResponse) => any;
|
|
234
|
-
|
|
235
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
236
|
-
|
|
237
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
238
|
-
|
|
239
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
240
|
-
|
|
241
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
242
|
-
|
|
243
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
244
|
-
|
|
245
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
246
|
-
|
|
247
|
-
export declare const UpdateRuleRequestFilterSensitiveLog: (obj: UpdateRuleRequest) => any;
|
|
248
|
-
|
|
249
|
-
export declare const UpdateRuleResponseFilterSensitiveLog: (obj: UpdateRuleResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { RbinServiceException as __BaseException } from "./RbinServiceException";
|
|
3
|
+
export interface ResourceTag {
|
|
4
|
+
ResourceTagKey: string | undefined;
|
|
5
|
+
ResourceTagValue?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare enum ResourceType {
|
|
8
|
+
EBS_SNAPSHOT = "EBS_SNAPSHOT",
|
|
9
|
+
EC2_IMAGE = "EC2_IMAGE",
|
|
10
|
+
}
|
|
11
|
+
export declare enum RetentionPeriodUnit {
|
|
12
|
+
DAYS = "DAYS",
|
|
13
|
+
}
|
|
14
|
+
export interface RetentionPeriod {
|
|
15
|
+
RetentionPeriodValue: number | undefined;
|
|
16
|
+
RetentionPeriodUnit: RetentionPeriodUnit | string | undefined;
|
|
17
|
+
}
|
|
18
|
+
export interface Tag {
|
|
19
|
+
Key: string | undefined;
|
|
20
|
+
Value: string | undefined;
|
|
21
|
+
}
|
|
22
|
+
export interface CreateRuleRequest {
|
|
23
|
+
RetentionPeriod: RetentionPeriod | undefined;
|
|
24
|
+
Description?: string;
|
|
25
|
+
Tags?: Tag[];
|
|
26
|
+
ResourceType: ResourceType | string | undefined;
|
|
27
|
+
ResourceTags?: ResourceTag[];
|
|
28
|
+
}
|
|
29
|
+
export declare enum RuleStatus {
|
|
30
|
+
AVAILABLE = "available",
|
|
31
|
+
PENDING = "pending",
|
|
32
|
+
}
|
|
33
|
+
export interface CreateRuleResponse {
|
|
34
|
+
Identifier?: string;
|
|
35
|
+
RetentionPeriod?: RetentionPeriod;
|
|
36
|
+
Description?: string;
|
|
37
|
+
Tags?: Tag[];
|
|
38
|
+
ResourceType?: ResourceType | string;
|
|
39
|
+
ResourceTags?: ResourceTag[];
|
|
40
|
+
Status?: RuleStatus | string;
|
|
41
|
+
}
|
|
42
|
+
export declare class InternalServerException extends __BaseException {
|
|
43
|
+
readonly name: "InternalServerException";
|
|
44
|
+
readonly $fault: "server";
|
|
45
|
+
Message?: string;
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare enum ServiceQuotaExceededExceptionReason {
|
|
51
|
+
SERVICE_QUOTA_EXCEEDED = "SERVICE_QUOTA_EXCEEDED",
|
|
52
|
+
}
|
|
53
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
54
|
+
readonly name: "ServiceQuotaExceededException";
|
|
55
|
+
readonly $fault: "client";
|
|
56
|
+
Message?: string;
|
|
57
|
+
Reason?: ServiceQuotaExceededExceptionReason | string;
|
|
58
|
+
constructor(
|
|
59
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
export declare enum ValidationExceptionReason {
|
|
63
|
+
INVALID_PAGE_TOKEN = "INVALID_PAGE_TOKEN",
|
|
64
|
+
INVALID_PARAMETER_VALUE = "INVALID_PARAMETER_VALUE",
|
|
65
|
+
}
|
|
66
|
+
export declare class ValidationException extends __BaseException {
|
|
67
|
+
readonly name: "ValidationException";
|
|
68
|
+
readonly $fault: "client";
|
|
69
|
+
Message?: string;
|
|
70
|
+
Reason?: ValidationExceptionReason | string;
|
|
71
|
+
constructor(
|
|
72
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
export interface DeleteRuleRequest {
|
|
76
|
+
Identifier: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface DeleteRuleResponse {}
|
|
79
|
+
export declare enum ResourceNotFoundExceptionReason {
|
|
80
|
+
RULE_NOT_FOUND = "RULE_NOT_FOUND",
|
|
81
|
+
}
|
|
82
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
83
|
+
readonly name: "ResourceNotFoundException";
|
|
84
|
+
readonly $fault: "client";
|
|
85
|
+
Message?: string;
|
|
86
|
+
Reason?: ResourceNotFoundExceptionReason | string;
|
|
87
|
+
constructor(
|
|
88
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
export interface GetRuleRequest {
|
|
92
|
+
Identifier: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface GetRuleResponse {
|
|
95
|
+
Identifier?: string;
|
|
96
|
+
Description?: string;
|
|
97
|
+
ResourceType?: ResourceType | string;
|
|
98
|
+
RetentionPeriod?: RetentionPeriod;
|
|
99
|
+
ResourceTags?: ResourceTag[];
|
|
100
|
+
Status?: RuleStatus | string;
|
|
101
|
+
}
|
|
102
|
+
export interface ListRulesRequest {
|
|
103
|
+
MaxResults?: number;
|
|
104
|
+
NextToken?: string;
|
|
105
|
+
ResourceType: ResourceType | string | undefined;
|
|
106
|
+
ResourceTags?: ResourceTag[];
|
|
107
|
+
}
|
|
108
|
+
export interface RuleSummary {
|
|
109
|
+
Identifier?: string;
|
|
110
|
+
Description?: string;
|
|
111
|
+
RetentionPeriod?: RetentionPeriod;
|
|
112
|
+
}
|
|
113
|
+
export interface ListRulesResponse {
|
|
114
|
+
Rules?: RuleSummary[];
|
|
115
|
+
NextToken?: string;
|
|
116
|
+
}
|
|
117
|
+
export interface ListTagsForResourceRequest {
|
|
118
|
+
ResourceArn: string | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface ListTagsForResourceResponse {
|
|
121
|
+
Tags?: Tag[];
|
|
122
|
+
}
|
|
123
|
+
export interface TagResourceRequest {
|
|
124
|
+
ResourceArn: string | undefined;
|
|
125
|
+
Tags: Tag[] | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface TagResourceResponse {}
|
|
128
|
+
export interface UntagResourceRequest {
|
|
129
|
+
ResourceArn: string | undefined;
|
|
130
|
+
TagKeys: string[] | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface UntagResourceResponse {}
|
|
133
|
+
export interface UpdateRuleRequest {
|
|
134
|
+
Identifier: string | undefined;
|
|
135
|
+
RetentionPeriod?: RetentionPeriod;
|
|
136
|
+
Description?: string;
|
|
137
|
+
ResourceType?: ResourceType | string;
|
|
138
|
+
ResourceTags?: ResourceTag[];
|
|
139
|
+
}
|
|
140
|
+
export interface UpdateRuleResponse {
|
|
141
|
+
Identifier?: string;
|
|
142
|
+
RetentionPeriod?: RetentionPeriod;
|
|
143
|
+
Description?: string;
|
|
144
|
+
ResourceType?: ResourceType | string;
|
|
145
|
+
ResourceTags?: ResourceTag[];
|
|
146
|
+
Status?: RuleStatus | string;
|
|
147
|
+
}
|
|
148
|
+
export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
|
|
149
|
+
export declare const RetentionPeriodFilterSensitiveLog: (
|
|
150
|
+
obj: RetentionPeriod
|
|
151
|
+
) => any;
|
|
152
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
153
|
+
export declare const CreateRuleRequestFilterSensitiveLog: (
|
|
154
|
+
obj: CreateRuleRequest
|
|
155
|
+
) => any;
|
|
156
|
+
export declare const CreateRuleResponseFilterSensitiveLog: (
|
|
157
|
+
obj: CreateRuleResponse
|
|
158
|
+
) => any;
|
|
159
|
+
export declare const DeleteRuleRequestFilterSensitiveLog: (
|
|
160
|
+
obj: DeleteRuleRequest
|
|
161
|
+
) => any;
|
|
162
|
+
export declare const DeleteRuleResponseFilterSensitiveLog: (
|
|
163
|
+
obj: DeleteRuleResponse
|
|
164
|
+
) => any;
|
|
165
|
+
export declare const GetRuleRequestFilterSensitiveLog: (
|
|
166
|
+
obj: GetRuleRequest
|
|
167
|
+
) => any;
|
|
168
|
+
export declare const GetRuleResponseFilterSensitiveLog: (
|
|
169
|
+
obj: GetRuleResponse
|
|
170
|
+
) => any;
|
|
171
|
+
export declare const ListRulesRequestFilterSensitiveLog: (
|
|
172
|
+
obj: ListRulesRequest
|
|
173
|
+
) => any;
|
|
174
|
+
export declare const RuleSummaryFilterSensitiveLog: (obj: RuleSummary) => any;
|
|
175
|
+
export declare const ListRulesResponseFilterSensitiveLog: (
|
|
176
|
+
obj: ListRulesResponse
|
|
177
|
+
) => any;
|
|
178
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
179
|
+
obj: ListTagsForResourceRequest
|
|
180
|
+
) => any;
|
|
181
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
182
|
+
obj: ListTagsForResourceResponse
|
|
183
|
+
) => any;
|
|
184
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
185
|
+
obj: TagResourceRequest
|
|
186
|
+
) => any;
|
|
187
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
188
|
+
obj: TagResourceResponse
|
|
189
|
+
) => any;
|
|
190
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
191
|
+
obj: UntagResourceRequest
|
|
192
|
+
) => any;
|
|
193
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
194
|
+
obj: UntagResourceResponse
|
|
195
|
+
) => any;
|
|
196
|
+
export declare const UpdateRuleRequestFilterSensitiveLog: (
|
|
197
|
+
obj: UpdateRuleRequest
|
|
198
|
+
) => any;
|
|
199
|
+
export declare const UpdateRuleResponseFilterSensitiveLog: (
|
|
200
|
+
obj: UpdateRuleResponse
|
|
201
|
+
) => any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Rbin } from "../Rbin";
|
|
3
|
-
import { RbinClient } from "../RbinClient";
|
|
4
|
-
export interface RbinPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Rbin } from "../Rbin";
|
|
3
|
+
import { RbinClient } from "../RbinClient";
|
|
4
|
+
export interface RbinPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Rbin | RbinClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRulesCommandInput,
|
|
4
|
+
ListRulesCommandOutput,
|
|
5
|
+
} from "../commands/ListRulesCommand";
|
|
6
|
+
import { RbinPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRules(
|
|
8
|
+
config: RbinPaginationConfiguration,
|
|
9
|
+
input: ListRulesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRulesCommandOutput>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListRulesPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListRulesPaginator";
|
|
@@ -1,26 +1,101 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateRuleCommandInput,
|
|
8
|
+
CreateRuleCommandOutput,
|
|
9
|
+
} from "../commands/CreateRuleCommand";
|
|
10
|
+
import {
|
|
11
|
+
DeleteRuleCommandInput,
|
|
12
|
+
DeleteRuleCommandOutput,
|
|
13
|
+
} from "../commands/DeleteRuleCommand";
|
|
14
|
+
import {
|
|
15
|
+
GetRuleCommandInput,
|
|
16
|
+
GetRuleCommandOutput,
|
|
17
|
+
} from "../commands/GetRuleCommand";
|
|
18
|
+
import {
|
|
19
|
+
ListRulesCommandInput,
|
|
20
|
+
ListRulesCommandOutput,
|
|
21
|
+
} from "../commands/ListRulesCommand";
|
|
22
|
+
import {
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
26
|
+
import {
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
} from "../commands/TagResourceCommand";
|
|
30
|
+
import {
|
|
31
|
+
UntagResourceCommandInput,
|
|
32
|
+
UntagResourceCommandOutput,
|
|
33
|
+
} from "../commands/UntagResourceCommand";
|
|
34
|
+
import {
|
|
35
|
+
UpdateRuleCommandInput,
|
|
36
|
+
UpdateRuleCommandOutput,
|
|
37
|
+
} from "../commands/UpdateRuleCommand";
|
|
38
|
+
export declare const serializeAws_restJson1CreateRuleCommand: (
|
|
39
|
+
input: CreateRuleCommandInput,
|
|
40
|
+
context: __SerdeContext
|
|
41
|
+
) => Promise<__HttpRequest>;
|
|
42
|
+
export declare const serializeAws_restJson1DeleteRuleCommand: (
|
|
43
|
+
input: DeleteRuleCommandInput,
|
|
44
|
+
context: __SerdeContext
|
|
45
|
+
) => Promise<__HttpRequest>;
|
|
46
|
+
export declare const serializeAws_restJson1GetRuleCommand: (
|
|
47
|
+
input: GetRuleCommandInput,
|
|
48
|
+
context: __SerdeContext
|
|
49
|
+
) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const serializeAws_restJson1ListRulesCommand: (
|
|
51
|
+
input: ListRulesCommandInput,
|
|
52
|
+
context: __SerdeContext
|
|
53
|
+
) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
55
|
+
input: ListTagsForResourceCommandInput,
|
|
56
|
+
context: __SerdeContext
|
|
57
|
+
) => Promise<__HttpRequest>;
|
|
58
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
59
|
+
input: TagResourceCommandInput,
|
|
60
|
+
context: __SerdeContext
|
|
61
|
+
) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
63
|
+
input: UntagResourceCommandInput,
|
|
64
|
+
context: __SerdeContext
|
|
65
|
+
) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_restJson1UpdateRuleCommand: (
|
|
67
|
+
input: UpdateRuleCommandInput,
|
|
68
|
+
context: __SerdeContext
|
|
69
|
+
) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const deserializeAws_restJson1CreateRuleCommand: (
|
|
71
|
+
output: __HttpResponse,
|
|
72
|
+
context: __SerdeContext
|
|
73
|
+
) => Promise<CreateRuleCommandOutput>;
|
|
74
|
+
export declare const deserializeAws_restJson1DeleteRuleCommand: (
|
|
75
|
+
output: __HttpResponse,
|
|
76
|
+
context: __SerdeContext
|
|
77
|
+
) => Promise<DeleteRuleCommandOutput>;
|
|
78
|
+
export declare const deserializeAws_restJson1GetRuleCommand: (
|
|
79
|
+
output: __HttpResponse,
|
|
80
|
+
context: __SerdeContext
|
|
81
|
+
) => Promise<GetRuleCommandOutput>;
|
|
82
|
+
export declare const deserializeAws_restJson1ListRulesCommand: (
|
|
83
|
+
output: __HttpResponse,
|
|
84
|
+
context: __SerdeContext
|
|
85
|
+
) => Promise<ListRulesCommandOutput>;
|
|
86
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
87
|
+
output: __HttpResponse,
|
|
88
|
+
context: __SerdeContext
|
|
89
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
90
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
91
|
+
output: __HttpResponse,
|
|
92
|
+
context: __SerdeContext
|
|
93
|
+
) => Promise<TagResourceCommandOutput>;
|
|
94
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
95
|
+
output: __HttpResponse,
|
|
96
|
+
context: __SerdeContext
|
|
97
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
98
|
+
export declare const deserializeAws_restJson1UpdateRuleCommand: (
|
|
99
|
+
output: __HttpResponse,
|
|
100
|
+
context: __SerdeContext
|
|
101
|
+
) => Promise<UpdateRuleCommandOutput>;
|