@aws-sdk/client-rbin 3.289.0 → 3.292.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.
@@ -30,6 +30,16 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
30
30
  * @see {@link CreateRuleCommandOutput} for command's `response` shape.
31
31
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>The service could not respond to the request due to an internal problem.</p>
35
+ *
36
+ * @throws {@link ServiceQuotaExceededException} (client fault)
37
+ * <p>The request would cause a service quota for the number of tags per resource to be exceeded.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>One or more of the parameters in the request is not valid.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, RbinClientResolvedConfig> {
35
45
  readonly input: CreateRuleCommandInput;
@@ -30,6 +30,19 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataB
30
30
  * @see {@link DeleteRuleCommandOutput} for command's `response` shape.
31
31
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The specified retention rule lock request can't be completed.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The service could not respond to the request due to an internal problem.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>One or more of the parameters in the request is not valid.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, RbinClientResolvedConfig> {
35
48
  readonly input: DeleteRuleCommandInput;
@@ -29,6 +29,16 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer
29
29
  * @see {@link GetRuleCommandOutput} for command's `response` shape.
30
30
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The service could not respond to the request due to an internal problem.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>One or more of the parameters in the request is not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetRuleCommand extends $Command<GetRuleCommandInput, GetRuleCommandOutput, RbinClientResolvedConfig> {
34
44
  readonly input: GetRuleCommandInput;
@@ -29,6 +29,13 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
29
29
  * @see {@link ListRulesCommandOutput} for command's `response` shape.
30
30
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The service could not respond to the request due to an internal problem.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>One or more of the parameters in the request is not valid.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListRulesCommand extends $Command<ListRulesCommandInput, ListRulesCommandOutput, RbinClientResolvedConfig> {
34
41
  readonly input: ListRulesCommandInput;
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The service could not respond to the request due to an internal problem.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>One or more of the parameters in the request is not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RbinClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,19 @@ export interface LockRuleCommandOutput extends LockRuleResponse, __MetadataBeare
29
29
  * @see {@link LockRuleCommandOutput} for command's `response` shape.
30
30
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The specified retention rule lock request can't be completed.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The service could not respond to the request due to an internal problem.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource was not found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>One or more of the parameters in the request is not valid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class LockRuleCommand extends $Command<LockRuleCommandInput, LockRuleCommandOutput, RbinClientResolvedConfig> {
34
47
  readonly input: LockRuleCommandInput;
@@ -29,6 +29,19 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The service could not respond to the request due to an internal problem.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ * @throws {@link ServiceQuotaExceededException} (client fault)
39
+ * <p>The request would cause a service quota for the number of tags per resource to be exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>One or more of the parameters in the request is not valid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RbinClientResolvedConfig> {
34
47
  readonly input: TagResourceCommandInput;
@@ -30,6 +30,19 @@ export interface UnlockRuleCommandOutput extends UnlockRuleResponse, __MetadataB
30
30
  * @see {@link UnlockRuleCommandOutput} for command's `response` shape.
31
31
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The specified retention rule lock request can't be completed.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The service could not respond to the request due to an internal problem.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>One or more of the parameters in the request is not valid.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class UnlockRuleCommand extends $Command<UnlockRuleCommandInput, UnlockRuleCommandOutput, RbinClientResolvedConfig> {
35
48
  readonly input: UnlockRuleCommandInput;
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The service could not respond to the request due to an internal problem.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>One or more of the parameters in the request is not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RbinClientResolvedConfig> {
34
44
  readonly input: UntagResourceCommandInput;
@@ -32,6 +32,19 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
32
32
  * @see {@link UpdateRuleCommandOutput} for command's `response` shape.
33
33
  * @see {@link RbinClientResolvedConfig | config} for RbinClient's `config` shape.
34
34
  *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The specified retention rule lock request can't be completed.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The service could not respond to the request due to an internal problem.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The specified resource was not found.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>One or more of the parameters in the request is not valid.</p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class UpdateRuleCommand extends $Command<UpdateRuleCommandInput, UpdateRuleCommandOutput, RbinClientResolvedConfig> {
37
50
  readonly input: UpdateRuleCommandInput;
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.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,55 +20,50 @@
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-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
- "typedoc": "0.19.2",
64
+ "typedoc": "0.23.23",
65
65
  "typescript": "~4.6.2"
66
66
  },
67
- "overrides": {
68
- "typedoc": {
69
- "typescript": "~4.6.2"
70
- }
71
- },
72
67
  "engines": {
73
68
  "node": ">=14.0.0"
74
69
  },