@aws-sdk/client-rbin 3.168.0 → 3.170.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 CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-rbin
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-rbin
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-rbin
@@ -1,45 +1,148 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
3
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
4
- import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
5
- import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
6
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
7
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
8
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
9
- import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
10
- import { RbinClient } from "./RbinClient";
11
-
12
- export declare class Rbin extends RbinClient {
13
-
14
- createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
15
- createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
16
- createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
17
-
18
- deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
19
- deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
20
- deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
21
-
22
- getRule(args: GetRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetRuleCommandOutput>;
23
- getRule(args: GetRuleCommandInput, cb: (err: any, data?: GetRuleCommandOutput) => void): void;
24
- getRule(args: GetRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRuleCommandOutput) => void): void;
25
-
26
- listRules(args: ListRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesCommandOutput>;
27
- listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
28
- listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
29
-
30
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
31
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
32
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
33
-
34
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
35
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
36
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
37
-
38
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
39
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
40
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
41
-
42
- updateRule(args: UpdateRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleCommandOutput>;
43
- updateRule(args: UpdateRuleCommandInput, cb: (err: any, data?: UpdateRuleCommandOutput) => void): void;
44
- updateRule(args: UpdateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleCommandOutput) => void): void;
45
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateRuleCommandInput,
4
+ CreateRuleCommandOutput,
5
+ } from "./commands/CreateRuleCommand";
6
+ import {
7
+ DeleteRuleCommandInput,
8
+ DeleteRuleCommandOutput,
9
+ } from "./commands/DeleteRuleCommand";
10
+ import {
11
+ GetRuleCommandInput,
12
+ GetRuleCommandOutput,
13
+ } from "./commands/GetRuleCommand";
14
+ import {
15
+ ListRulesCommandInput,
16
+ ListRulesCommandOutput,
17
+ } from "./commands/ListRulesCommand";
18
+ import {
19
+ ListTagsForResourceCommandInput,
20
+ ListTagsForResourceCommandOutput,
21
+ } from "./commands/ListTagsForResourceCommand";
22
+ import {
23
+ TagResourceCommandInput,
24
+ TagResourceCommandOutput,
25
+ } from "./commands/TagResourceCommand";
26
+ import {
27
+ UntagResourceCommandInput,
28
+ UntagResourceCommandOutput,
29
+ } from "./commands/UntagResourceCommand";
30
+ import {
31
+ UpdateRuleCommandInput,
32
+ UpdateRuleCommandOutput,
33
+ } from "./commands/UpdateRuleCommand";
34
+ import { RbinClient } from "./RbinClient";
35
+
36
+ export declare class Rbin extends RbinClient {
37
+ createRule(
38
+ args: CreateRuleCommandInput,
39
+ options?: __HttpHandlerOptions
40
+ ): Promise<CreateRuleCommandOutput>;
41
+ createRule(
42
+ args: CreateRuleCommandInput,
43
+ cb: (err: any, data?: CreateRuleCommandOutput) => void
44
+ ): void;
45
+ createRule(
46
+ args: CreateRuleCommandInput,
47
+ options: __HttpHandlerOptions,
48
+ cb: (err: any, data?: CreateRuleCommandOutput) => void
49
+ ): void;
50
+
51
+ deleteRule(
52
+ args: DeleteRuleCommandInput,
53
+ options?: __HttpHandlerOptions
54
+ ): Promise<DeleteRuleCommandOutput>;
55
+ deleteRule(
56
+ args: DeleteRuleCommandInput,
57
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
58
+ ): void;
59
+ deleteRule(
60
+ args: DeleteRuleCommandInput,
61
+ options: __HttpHandlerOptions,
62
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
63
+ ): void;
64
+
65
+ getRule(
66
+ args: GetRuleCommandInput,
67
+ options?: __HttpHandlerOptions
68
+ ): Promise<GetRuleCommandOutput>;
69
+ getRule(
70
+ args: GetRuleCommandInput,
71
+ cb: (err: any, data?: GetRuleCommandOutput) => void
72
+ ): void;
73
+ getRule(
74
+ args: GetRuleCommandInput,
75
+ options: __HttpHandlerOptions,
76
+ cb: (err: any, data?: GetRuleCommandOutput) => void
77
+ ): void;
78
+
79
+ listRules(
80
+ args: ListRulesCommandInput,
81
+ options?: __HttpHandlerOptions
82
+ ): Promise<ListRulesCommandOutput>;
83
+ listRules(
84
+ args: ListRulesCommandInput,
85
+ cb: (err: any, data?: ListRulesCommandOutput) => void
86
+ ): void;
87
+ listRules(
88
+ args: ListRulesCommandInput,
89
+ options: __HttpHandlerOptions,
90
+ cb: (err: any, data?: ListRulesCommandOutput) => void
91
+ ): void;
92
+
93
+ listTagsForResource(
94
+ args: ListTagsForResourceCommandInput,
95
+ options?: __HttpHandlerOptions
96
+ ): Promise<ListTagsForResourceCommandOutput>;
97
+ listTagsForResource(
98
+ args: ListTagsForResourceCommandInput,
99
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
100
+ ): void;
101
+ listTagsForResource(
102
+ args: ListTagsForResourceCommandInput,
103
+ options: __HttpHandlerOptions,
104
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
105
+ ): void;
106
+
107
+ tagResource(
108
+ args: TagResourceCommandInput,
109
+ options?: __HttpHandlerOptions
110
+ ): Promise<TagResourceCommandOutput>;
111
+ tagResource(
112
+ args: TagResourceCommandInput,
113
+ cb: (err: any, data?: TagResourceCommandOutput) => void
114
+ ): void;
115
+ tagResource(
116
+ args: TagResourceCommandInput,
117
+ options: __HttpHandlerOptions,
118
+ cb: (err: any, data?: TagResourceCommandOutput) => void
119
+ ): void;
120
+
121
+ untagResource(
122
+ args: UntagResourceCommandInput,
123
+ options?: __HttpHandlerOptions
124
+ ): Promise<UntagResourceCommandOutput>;
125
+ untagResource(
126
+ args: UntagResourceCommandInput,
127
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
128
+ ): void;
129
+ untagResource(
130
+ args: UntagResourceCommandInput,
131
+ options: __HttpHandlerOptions,
132
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
133
+ ): void;
134
+
135
+ updateRule(
136
+ args: UpdateRuleCommandInput,
137
+ options?: __HttpHandlerOptions
138
+ ): Promise<UpdateRuleCommandOutput>;
139
+ updateRule(
140
+ args: UpdateRuleCommandInput,
141
+ cb: (err: any, data?: UpdateRuleCommandOutput) => void
142
+ ): void;
143
+ updateRule(
144
+ args: UpdateRuleCommandInput,
145
+ options: __HttpHandlerOptions,
146
+ cb: (err: any, data?: UpdateRuleCommandOutput) => void
147
+ ): void;
148
+ }
@@ -1,81 +1,177 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
10
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
11
- import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
12
- import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
14
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
15
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
16
- import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
17
- export declare type ServiceInputTypes = CreateRuleCommandInput | DeleteRuleCommandInput | GetRuleCommandInput | ListRulesCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateRuleCommandInput;
18
- export declare type ServiceOutputTypes = CreateRuleCommandOutput | DeleteRuleCommandOutput | GetRuleCommandOutput | ListRulesCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateRuleCommandOutput;
19
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
20
-
21
- requestHandler?: __HttpHandler;
22
-
23
- sha256?: __HashConstructor;
24
-
25
- urlParser?: __UrlParser;
26
-
27
- bodyLengthChecker?: __BodyLengthCalculator;
28
-
29
- streamCollector?: __StreamCollector;
30
-
31
- base64Decoder?: __Decoder;
32
-
33
- base64Encoder?: __Encoder;
34
-
35
- utf8Decoder?: __Decoder;
36
-
37
- utf8Encoder?: __Encoder;
38
-
39
- runtime?: string;
40
-
41
- disableHostPrefix?: boolean;
42
-
43
- maxAttempts?: number | __Provider<number>;
44
-
45
- retryMode?: string | __Provider<string>;
46
-
47
- logger?: __Logger;
48
-
49
- useDualstackEndpoint?: boolean | __Provider<boolean>;
50
-
51
- useFipsEndpoint?: boolean | __Provider<boolean>;
52
-
53
- serviceId?: string;
54
-
55
- region?: string | __Provider<string>;
56
-
57
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
58
-
59
- regionInfoProvider?: RegionInfoProvider;
60
-
61
- defaultUserAgentProvider?: Provider<__UserAgent>;
62
-
63
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
64
- }
65
- declare type RbinClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
66
-
67
- export interface RbinClientConfig extends RbinClientConfigType {
68
- }
69
- declare type RbinClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
70
-
71
- export interface RbinClientResolvedConfig extends RbinClientResolvedConfigType {
72
- }
73
-
74
- export declare class RbinClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RbinClientResolvedConfig> {
75
-
76
- readonly config: RbinClientResolvedConfig;
77
- constructor(configuration: RbinClientConfig);
78
-
79
- destroy(): void;
80
- }
81
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateRuleCommandInput,
47
+ CreateRuleCommandOutput,
48
+ } from "./commands/CreateRuleCommand";
49
+ import {
50
+ DeleteRuleCommandInput,
51
+ DeleteRuleCommandOutput,
52
+ } from "./commands/DeleteRuleCommand";
53
+ import {
54
+ GetRuleCommandInput,
55
+ GetRuleCommandOutput,
56
+ } from "./commands/GetRuleCommand";
57
+ import {
58
+ ListRulesCommandInput,
59
+ ListRulesCommandOutput,
60
+ } from "./commands/ListRulesCommand";
61
+ import {
62
+ ListTagsForResourceCommandInput,
63
+ ListTagsForResourceCommandOutput,
64
+ } from "./commands/ListTagsForResourceCommand";
65
+ import {
66
+ TagResourceCommandInput,
67
+ TagResourceCommandOutput,
68
+ } from "./commands/TagResourceCommand";
69
+ import {
70
+ UntagResourceCommandInput,
71
+ UntagResourceCommandOutput,
72
+ } from "./commands/UntagResourceCommand";
73
+ import {
74
+ UpdateRuleCommandInput,
75
+ UpdateRuleCommandOutput,
76
+ } from "./commands/UpdateRuleCommand";
77
+ export declare type ServiceInputTypes =
78
+ | CreateRuleCommandInput
79
+ | DeleteRuleCommandInput
80
+ | GetRuleCommandInput
81
+ | ListRulesCommandInput
82
+ | ListTagsForResourceCommandInput
83
+ | TagResourceCommandInput
84
+ | UntagResourceCommandInput
85
+ | UpdateRuleCommandInput;
86
+ export declare type ServiceOutputTypes =
87
+ | CreateRuleCommandOutput
88
+ | DeleteRuleCommandOutput
89
+ | GetRuleCommandOutput
90
+ | ListRulesCommandOutput
91
+ | ListTagsForResourceCommandOutput
92
+ | TagResourceCommandOutput
93
+ | UntagResourceCommandOutput
94
+ | UpdateRuleCommandOutput;
95
+ export interface ClientDefaults
96
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
97
+ requestHandler?: __HttpHandler;
98
+
99
+ sha256?: __HashConstructor;
100
+
101
+ urlParser?: __UrlParser;
102
+
103
+ bodyLengthChecker?: __BodyLengthCalculator;
104
+
105
+ streamCollector?: __StreamCollector;
106
+
107
+ base64Decoder?: __Decoder;
108
+
109
+ base64Encoder?: __Encoder;
110
+
111
+ utf8Decoder?: __Decoder;
112
+
113
+ utf8Encoder?: __Encoder;
114
+
115
+ runtime?: string;
116
+
117
+ disableHostPrefix?: boolean;
118
+
119
+ maxAttempts?: number | __Provider<number>;
120
+
121
+ retryMode?: string | __Provider<string>;
122
+
123
+ logger?: __Logger;
124
+
125
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
126
+
127
+ useFipsEndpoint?: boolean | __Provider<boolean>;
128
+
129
+ serviceId?: string;
130
+
131
+ region?: string | __Provider<string>;
132
+
133
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
134
+
135
+ regionInfoProvider?: RegionInfoProvider;
136
+
137
+ defaultUserAgentProvider?: Provider<__UserAgent>;
138
+
139
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
140
+ }
141
+ declare type RbinClientConfigType = Partial<
142
+ __SmithyConfiguration<__HttpHandlerOptions>
143
+ > &
144
+ ClientDefaults &
145
+ RegionInputConfig &
146
+ EndpointsInputConfig &
147
+ RetryInputConfig &
148
+ HostHeaderInputConfig &
149
+ AwsAuthInputConfig &
150
+ UserAgentInputConfig;
151
+
152
+ export interface RbinClientConfig extends RbinClientConfigType {}
153
+ declare type RbinClientResolvedConfigType =
154
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
155
+ Required<ClientDefaults> &
156
+ RegionResolvedConfig &
157
+ EndpointsResolvedConfig &
158
+ RetryResolvedConfig &
159
+ HostHeaderResolvedConfig &
160
+ AwsAuthResolvedConfig &
161
+ UserAgentResolvedConfig;
162
+
163
+ export interface RbinClientResolvedConfig
164
+ extends RbinClientResolvedConfigType {}
165
+
166
+ export declare class RbinClient extends __Client<
167
+ __HttpHandlerOptions,
168
+ ServiceInputTypes,
169
+ ServiceOutputTypes,
170
+ RbinClientResolvedConfig
171
+ > {
172
+ readonly config: RbinClientResolvedConfig;
173
+ constructor(configuration: RbinClientConfig);
174
+
175
+ destroy(): void;
176
+ }
177
+ export {};
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0";
4
- import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient";
5
- export interface CreateRuleCommandInput extends CreateRuleRequest {
6
- }
7
- export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, RbinClientResolvedConfig> {
11
- readonly input: CreateRuleCommandInput;
12
- constructor(input: CreateRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RbinClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0";
9
+ import {
10
+ RbinClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RbinClient";
14
+ export interface CreateRuleCommandInput extends CreateRuleRequest {}
15
+ export interface CreateRuleCommandOutput
16
+ extends CreateRuleResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateRuleCommand extends $Command<
20
+ CreateRuleCommandInput,
21
+ CreateRuleCommandOutput,
22
+ RbinClientResolvedConfig
23
+ > {
24
+ readonly input: CreateRuleCommandInput;
25
+ constructor(input: CreateRuleCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: RbinClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0";
4
- import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient";
5
- export interface DeleteRuleCommandInput extends DeleteRuleRequest {
6
- }
7
- export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, RbinClientResolvedConfig> {
11
- readonly input: DeleteRuleCommandInput;
12
- constructor(input: DeleteRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RbinClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0";
9
+ import {
10
+ RbinClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RbinClient";
14
+ export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
15
+ export interface DeleteRuleCommandOutput
16
+ extends DeleteRuleResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteRuleCommand extends $Command<
20
+ DeleteRuleCommandInput,
21
+ DeleteRuleCommandOutput,
22
+ RbinClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteRuleCommandInput;
25
+ constructor(input: DeleteRuleCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: RbinClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetRuleRequest, GetRuleResponse } from "../models/models_0";
4
- import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient";
5
- export interface GetRuleCommandInput extends GetRuleRequest {
6
- }
7
- export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRuleCommand extends $Command<GetRuleCommandInput, GetRuleCommandOutput, RbinClientResolvedConfig> {
11
- readonly input: GetRuleCommandInput;
12
- constructor(input: GetRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RbinClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRuleCommandInput, GetRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetRuleRequest, GetRuleResponse } from "../models/models_0";
9
+ import {
10
+ RbinClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RbinClient";
14
+ export interface GetRuleCommandInput extends GetRuleRequest {}
15
+ export interface GetRuleCommandOutput
16
+ extends GetRuleResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetRuleCommand extends $Command<
20
+ GetRuleCommandInput,
21
+ GetRuleCommandOutput,
22
+ RbinClientResolvedConfig
23
+ > {
24
+ readonly input: GetRuleCommandInput;
25
+ constructor(input: GetRuleCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: RbinClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetRuleCommandInput, GetRuleCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }