@aws-sdk/client-rbin 3.775.0 → 3.782.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-types/commands/CreateRuleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -0
- package/dist-types/commands/GetRuleCommand.d.ts +1 -0
- package/dist-types/commands/ListRulesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/LockRuleCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UnlockRuleCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -145,6 +145,7 @@ declare const CreateRuleCommand_base: {
|
|
|
145
145
|
* @throws {@link RbinServiceException}
|
|
146
146
|
* <p>Base exception class for all service exceptions from Rbin service.</p>
|
|
147
147
|
*
|
|
148
|
+
*
|
|
148
149
|
* @public
|
|
149
150
|
*/
|
|
150
151
|
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteRuleCommand_base: {
|
|
|
65
65
|
* @throws {@link RbinServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Rbin service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @throws {@link RbinServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Rbin service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const LockRuleCommand_base: {
|
|
|
104
104
|
* @throws {@link RbinServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Rbin service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class LockRuleCommand extends LockRuleCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link RbinServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Rbin service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const UnlockRuleCommand_base: {
|
|
|
95
95
|
* @throws {@link RbinServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Rbin service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UnlockRuleCommand extends UnlockRuleCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link RbinServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Rbin service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const UpdateRuleCommand_base: {
|
|
|
112
112
|
* @throws {@link RbinServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from Rbin service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class UpdateRuleCommand extends UpdateRuleCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|