@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 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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-rbin
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-rbin
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-rbin
@@ -1,45 +1,140 @@
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
+ export declare class Rbin extends RbinClient {
36
+ createRule(
37
+ args: CreateRuleCommandInput,
38
+ options?: __HttpHandlerOptions
39
+ ): Promise<CreateRuleCommandOutput>;
40
+ createRule(
41
+ args: CreateRuleCommandInput,
42
+ cb: (err: any, data?: CreateRuleCommandOutput) => void
43
+ ): void;
44
+ createRule(
45
+ args: CreateRuleCommandInput,
46
+ options: __HttpHandlerOptions,
47
+ cb: (err: any, data?: CreateRuleCommandOutput) => void
48
+ ): void;
49
+ deleteRule(
50
+ args: DeleteRuleCommandInput,
51
+ options?: __HttpHandlerOptions
52
+ ): Promise<DeleteRuleCommandOutput>;
53
+ deleteRule(
54
+ args: DeleteRuleCommandInput,
55
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
56
+ ): void;
57
+ deleteRule(
58
+ args: DeleteRuleCommandInput,
59
+ options: __HttpHandlerOptions,
60
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
61
+ ): void;
62
+ getRule(
63
+ args: GetRuleCommandInput,
64
+ options?: __HttpHandlerOptions
65
+ ): Promise<GetRuleCommandOutput>;
66
+ getRule(
67
+ args: GetRuleCommandInput,
68
+ cb: (err: any, data?: GetRuleCommandOutput) => void
69
+ ): void;
70
+ getRule(
71
+ args: GetRuleCommandInput,
72
+ options: __HttpHandlerOptions,
73
+ cb: (err: any, data?: GetRuleCommandOutput) => void
74
+ ): void;
75
+ listRules(
76
+ args: ListRulesCommandInput,
77
+ options?: __HttpHandlerOptions
78
+ ): Promise<ListRulesCommandOutput>;
79
+ listRules(
80
+ args: ListRulesCommandInput,
81
+ cb: (err: any, data?: ListRulesCommandOutput) => void
82
+ ): void;
83
+ listRules(
84
+ args: ListRulesCommandInput,
85
+ options: __HttpHandlerOptions,
86
+ cb: (err: any, data?: ListRulesCommandOutput) => void
87
+ ): void;
88
+ listTagsForResource(
89
+ args: ListTagsForResourceCommandInput,
90
+ options?: __HttpHandlerOptions
91
+ ): Promise<ListTagsForResourceCommandOutput>;
92
+ listTagsForResource(
93
+ args: ListTagsForResourceCommandInput,
94
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
95
+ ): void;
96
+ listTagsForResource(
97
+ args: ListTagsForResourceCommandInput,
98
+ options: __HttpHandlerOptions,
99
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
100
+ ): void;
101
+ tagResource(
102
+ args: TagResourceCommandInput,
103
+ options?: __HttpHandlerOptions
104
+ ): Promise<TagResourceCommandOutput>;
105
+ tagResource(
106
+ args: TagResourceCommandInput,
107
+ cb: (err: any, data?: TagResourceCommandOutput) => void
108
+ ): void;
109
+ tagResource(
110
+ args: TagResourceCommandInput,
111
+ options: __HttpHandlerOptions,
112
+ cb: (err: any, data?: TagResourceCommandOutput) => void
113
+ ): void;
114
+ untagResource(
115
+ args: UntagResourceCommandInput,
116
+ options?: __HttpHandlerOptions
117
+ ): Promise<UntagResourceCommandOutput>;
118
+ untagResource(
119
+ args: UntagResourceCommandInput,
120
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
121
+ ): void;
122
+ untagResource(
123
+ args: UntagResourceCommandInput,
124
+ options: __HttpHandlerOptions,
125
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
126
+ ): void;
127
+ updateRule(
128
+ args: UpdateRuleCommandInput,
129
+ options?: __HttpHandlerOptions
130
+ ): Promise<UpdateRuleCommandOutput>;
131
+ updateRule(
132
+ args: UpdateRuleCommandInput,
133
+ cb: (err: any, data?: UpdateRuleCommandOutput) => void
134
+ ): void;
135
+ updateRule(
136
+ args: UpdateRuleCommandInput,
137
+ options: __HttpHandlerOptions,
138
+ cb: (err: any, data?: UpdateRuleCommandOutput) => void
139
+ ): void;
140
+ }
@@ -1,81 +1,152 @@
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
+ sha256?: __HashConstructor;
99
+ urlParser?: __UrlParser;
100
+ bodyLengthChecker?: __BodyLengthCalculator;
101
+ streamCollector?: __StreamCollector;
102
+ base64Decoder?: __Decoder;
103
+ base64Encoder?: __Encoder;
104
+ utf8Decoder?: __Decoder;
105
+ utf8Encoder?: __Encoder;
106
+ runtime?: string;
107
+ disableHostPrefix?: boolean;
108
+ maxAttempts?: number | __Provider<number>;
109
+ retryMode?: string | __Provider<string>;
110
+ logger?: __Logger;
111
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
112
+ useFipsEndpoint?: boolean | __Provider<boolean>;
113
+ serviceId?: string;
114
+ region?: string | __Provider<string>;
115
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
116
+ regionInfoProvider?: RegionInfoProvider;
117
+ defaultUserAgentProvider?: Provider<__UserAgent>;
118
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
119
+ }
120
+ declare type RbinClientConfigType = Partial<
121
+ __SmithyConfiguration<__HttpHandlerOptions>
122
+ > &
123
+ ClientDefaults &
124
+ RegionInputConfig &
125
+ EndpointsInputConfig &
126
+ RetryInputConfig &
127
+ HostHeaderInputConfig &
128
+ AwsAuthInputConfig &
129
+ UserAgentInputConfig;
130
+ export interface RbinClientConfig extends RbinClientConfigType {}
131
+ declare type RbinClientResolvedConfigType =
132
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
133
+ Required<ClientDefaults> &
134
+ RegionResolvedConfig &
135
+ EndpointsResolvedConfig &
136
+ RetryResolvedConfig &
137
+ HostHeaderResolvedConfig &
138
+ AwsAuthResolvedConfig &
139
+ UserAgentResolvedConfig;
140
+ export interface RbinClientResolvedConfig
141
+ extends RbinClientResolvedConfigType {}
142
+ export declare class RbinClient extends __Client<
143
+ __HttpHandlerOptions,
144
+ ServiceInputTypes,
145
+ ServiceOutputTypes,
146
+ RbinClientResolvedConfig
147
+ > {
148
+ readonly config: RbinClientResolvedConfig;
149
+ constructor(configuration: RbinClientConfig);
150
+ destroy(): void;
151
+ }
152
+ export {};
@@ -1,17 +1,32 @@
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
+ export declare class CreateRuleCommand extends $Command<
19
+ CreateRuleCommandInput,
20
+ CreateRuleCommandOutput,
21
+ RbinClientResolvedConfig
22
+ > {
23
+ readonly input: CreateRuleCommandInput;
24
+ constructor(input: CreateRuleCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: RbinClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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
+ export declare class DeleteRuleCommand extends $Command<
19
+ DeleteRuleCommandInput,
20
+ DeleteRuleCommandOutput,
21
+ RbinClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteRuleCommandInput;
24
+ constructor(input: DeleteRuleCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: RbinClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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
+ export declare class GetRuleCommand extends $Command<
19
+ GetRuleCommandInput,
20
+ GetRuleCommandOutput,
21
+ RbinClientResolvedConfig
22
+ > {
23
+ readonly input: GetRuleCommandInput;
24
+ constructor(input: GetRuleCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: RbinClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetRuleCommandInput, GetRuleCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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 { ListRulesRequest, ListRulesResponse } from "../models/models_0";
4
- import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient";
5
- export interface ListRulesCommandInput extends ListRulesRequest {
6
- }
7
- export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRulesCommand extends $Command<ListRulesCommandInput, ListRulesCommandOutput, RbinClientResolvedConfig> {
11
- readonly input: ListRulesCommandInput;
12
- constructor(input: ListRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RbinClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRulesCommandInput, ListRulesCommandOutput>;
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 { ListRulesRequest, ListRulesResponse } from "../models/models_0";
9
+ import {
10
+ RbinClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RbinClient";
14
+ export interface ListRulesCommandInput extends ListRulesRequest {}
15
+ export interface ListRulesCommandOutput
16
+ extends ListRulesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListRulesCommand extends $Command<
19
+ ListRulesCommandInput,
20
+ ListRulesCommandOutput,
21
+ RbinClientResolvedConfig
22
+ > {
23
+ readonly input: ListRulesCommandInput;
24
+ constructor(input: ListRulesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: RbinClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListRulesCommandInput, ListRulesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }