@aws-sdk/client-rbin 3.590.0 → 3.592.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/dist-cjs/index.js +0 -10
- package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
- package/dist-types/commands/GetRuleCommand.d.ts +2 -1
- package/dist-types/commands/ListRulesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/LockRuleCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UnlockRuleCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/RbinServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/LockRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UnlockRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/RbinServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -203,7 +203,6 @@ var RbinClient = _RbinClient;
|
|
|
203
203
|
|
|
204
204
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
205
205
|
|
|
206
|
-
var import_types = require("@smithy/types");
|
|
207
206
|
|
|
208
207
|
// src/protocols/Aws_restJson1.ts
|
|
209
208
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -793,7 +792,6 @@ var CreateRuleCommand = _CreateRuleCommand;
|
|
|
793
792
|
|
|
794
793
|
|
|
795
794
|
|
|
796
|
-
|
|
797
795
|
var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
798
796
|
...commonParams
|
|
799
797
|
}).m(function(Command, cs, config, o) {
|
|
@@ -810,7 +808,6 @@ var DeleteRuleCommand = _DeleteRuleCommand;
|
|
|
810
808
|
|
|
811
809
|
|
|
812
810
|
|
|
813
|
-
|
|
814
811
|
var _GetRuleCommand = class _GetRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
815
812
|
...commonParams
|
|
816
813
|
}).m(function(Command, cs, config, o) {
|
|
@@ -827,7 +824,6 @@ var GetRuleCommand = _GetRuleCommand;
|
|
|
827
824
|
|
|
828
825
|
|
|
829
826
|
|
|
830
|
-
|
|
831
827
|
var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
832
828
|
...commonParams
|
|
833
829
|
}).m(function(Command, cs, config, o) {
|
|
@@ -844,7 +840,6 @@ var ListRulesCommand = _ListRulesCommand;
|
|
|
844
840
|
|
|
845
841
|
|
|
846
842
|
|
|
847
|
-
|
|
848
843
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
849
844
|
...commonParams
|
|
850
845
|
}).m(function(Command, cs, config, o) {
|
|
@@ -861,7 +856,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
861
856
|
|
|
862
857
|
|
|
863
858
|
|
|
864
|
-
|
|
865
859
|
var _LockRuleCommand = class _LockRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
866
860
|
...commonParams
|
|
867
861
|
}).m(function(Command, cs, config, o) {
|
|
@@ -878,7 +872,6 @@ var LockRuleCommand = _LockRuleCommand;
|
|
|
878
872
|
|
|
879
873
|
|
|
880
874
|
|
|
881
|
-
|
|
882
875
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
883
876
|
...commonParams
|
|
884
877
|
}).m(function(Command, cs, config, o) {
|
|
@@ -895,7 +888,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
895
888
|
|
|
896
889
|
|
|
897
890
|
|
|
898
|
-
|
|
899
891
|
var _UnlockRuleCommand = class _UnlockRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
900
892
|
...commonParams
|
|
901
893
|
}).m(function(Command, cs, config, o) {
|
|
@@ -912,7 +904,6 @@ var UnlockRuleCommand = _UnlockRuleCommand;
|
|
|
912
904
|
|
|
913
905
|
|
|
914
906
|
|
|
915
|
-
|
|
916
907
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
917
908
|
...commonParams
|
|
918
909
|
}).m(function(Command, cs, config, o) {
|
|
@@ -929,7 +920,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
929
920
|
|
|
930
921
|
|
|
931
922
|
|
|
932
|
-
|
|
933
923
|
var _UpdateRuleCommand = class _UpdateRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
934
924
|
...commonParams
|
|
935
925
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
export * from "./RbinClient";
|
|
18
18
|
export * from "./Rbin";
|
|
19
19
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
20
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
21
|
-
export { RbinExtensionConfiguration } from "./extensionConfiguration";
|
|
20
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
21
|
+
export type { RbinExtensionConfiguration } from "./extensionConfiguration";
|
|
22
22
|
export * from "./commands";
|
|
23
23
|
export * from "./pagination";
|
|
24
24
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../RbinClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateRuleCommandInput extends CreateRuleRequest {}
|
|
11
12
|
export interface CreateRuleCommandOutput
|
|
12
13
|
extends CreateRuleResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../RbinClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
|
|
11
12
|
export interface DeleteRuleCommandOutput
|
|
12
13
|
extends DeleteRuleResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../RbinClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetRuleCommandInput extends GetRuleRequest {}
|
|
11
12
|
export interface GetRuleCommandOutput
|
|
12
13
|
extends GetRuleResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../RbinClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListRulesCommandInput extends ListRulesRequest {}
|
|
11
12
|
export interface ListRulesCommandOutput
|
|
12
13
|
extends ListRulesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../RbinClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../RbinClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface LockRuleCommandInput extends LockRuleRequest {}
|
|
11
12
|
export interface LockRuleCommandOutput
|
|
12
13
|
extends LockRuleResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../RbinClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../RbinClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UnlockRuleCommandInput extends UnlockRuleRequest {}
|
|
11
12
|
export interface UnlockRuleCommandOutput
|
|
12
13
|
extends UnlockRuleResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../RbinClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../RbinClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateRuleCommandInput extends UpdateRuleRequest {}
|
|
11
12
|
export interface UpdateRuleCommandOutput
|
|
12
13
|
extends UpdateRuleResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class RbinServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rbin",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rbin Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.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-rbin",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|