@aws-sdk/client-rbin 3.529.1 → 3.535.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.
Files changed (32) hide show
  1. package/dist-types/Rbin.d.ts +1 -1
  2. package/dist-types/RbinClient.d.ts +1 -1
  3. package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  5. package/dist-types/commands/GetRuleCommand.d.ts +2 -1
  6. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  7. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  8. package/dist-types/commands/LockRuleCommand.d.ts +2 -1
  9. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  10. package/dist-types/commands/UnlockRuleCommand.d.ts +2 -1
  11. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/UpdateRuleCommand.d.ts +2 -1
  13. package/dist-types/models/models_0.d.ts +106 -106
  14. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  15. package/dist-types/runtimeConfig.d.ts +2 -2
  16. package/dist-types/runtimeConfig.native.d.ts +2 -2
  17. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  18. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
  19. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  20. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -0
  21. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  23. package/dist-types/ts3.4/commands/LockRuleCommand.d.ts +9 -0
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  25. package/dist-types/ts3.4/commands/UnlockRuleCommand.d.ts +9 -0
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  27. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +9 -0
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  32. package/package.json +40 -40
@@ -73,7 +73,6 @@ export interface Rbin {
73
73
  updateRule(args: UpdateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleCommandOutput) => void): void;
74
74
  }
75
75
  /**
76
- * @public
77
76
  * <p>This is the <i>Recycle Bin API Reference</i>. This documentation provides
78
77
  * descriptions and syntax for each of the actions and data types in Recycle Bin.</p>
79
78
  * <p>Recycle Bin is a resource recovery feature that enables you to restore accidentally
@@ -86,6 +85,7 @@ export interface Rbin {
86
85
  * is permanently deleted from the Recycle Bin and is no longer available for recovery. For more
87
86
  * information about Recycle Bin, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">
88
87
  * Recycle Bin</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
88
+ * @public
89
89
  */
90
90
  export declare class Rbin extends RbinClient implements Rbin {
91
91
  }
@@ -161,7 +161,6 @@ export type RbinClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpH
161
161
  export interface RbinClientResolvedConfig extends RbinClientResolvedConfigType {
162
162
  }
163
163
  /**
164
- * @public
165
164
  * <p>This is the <i>Recycle Bin API Reference</i>. This documentation provides
166
165
  * descriptions and syntax for each of the actions and data types in Recycle Bin.</p>
167
166
  * <p>Recycle Bin is a resource recovery feature that enables you to restore accidentally
@@ -174,6 +173,7 @@ export interface RbinClientResolvedConfig extends RbinClientResolvedConfigType {
174
173
  * is permanently deleted from the Recycle Bin and is no longer available for recovery. For more
175
174
  * information about Recycle Bin, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">
176
175
  * Recycle Bin</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
176
+ * @public
177
177
  */
178
178
  export declare class RbinClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RbinClientResolvedConfig> {
179
179
  /**
@@ -22,10 +22,10 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
22
22
  }
23
23
  declare const CreateRuleCommand_base: {
24
24
  new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Recycle Bin retention rule. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-create-rule">
30
30
  * Create Recycle Bin retention rules</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
31
  * @example
@@ -113,6 +113,7 @@ declare const CreateRuleCommand_base: {
113
113
  * @throws {@link RbinServiceException}
114
114
  * <p>Base exception class for all service exceptions from Rbin service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class CreateRuleCommand extends CreateRuleCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataB
22
22
  }
23
23
  declare const DeleteRuleCommand_base: {
24
24
  new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Recycle Bin retention rule. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-delete-rule">
30
30
  * Delete Recycle Bin retention rules</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteRuleCommand_base: {
64
64
  * @throws {@link RbinServiceException}
65
65
  * <p>Base exception class for all service exceptions from Rbin service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer
22
22
  }
23
23
  declare const GetRuleCommand_base: {
24
24
  new (input: GetRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuleCommandInput, GetRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuleCommandInput, GetRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a Recycle Bin retention rule.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetRuleCommand_base: {
84
84
  * @throws {@link RbinServiceException}
85
85
  * <p>Base exception class for all service exceptions from Rbin service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetRuleCommand extends GetRuleCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
22
22
  }
23
23
  declare const ListRulesCommand_base: {
24
24
  new (input: ListRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the Recycle Bin retention rules in the Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const ListRulesCommand_base: {
80
80
  * @throws {@link RbinServiceException}
81
81
  * <p>Base exception class for all service exceptions from Rbin service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListRulesCommand extends ListRulesCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags assigned to a retention rule.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const ListTagsForResourceCommand_base: {
67
67
  * @throws {@link RbinServiceException}
68
68
  * <p>Base exception class for all service exceptions from Rbin service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface LockRuleCommandOutput extends LockRuleResponse, __MetadataBeare
22
22
  }
23
23
  declare const LockRuleCommand_base: {
24
24
  new (input: LockRuleCommandInput): import("@smithy/smithy-client").CommandImpl<LockRuleCommandInput, LockRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: LockRuleCommandInput): import("@smithy/smithy-client").CommandImpl<LockRuleCommandInput, LockRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Locks a retention rule. A locked retention rule can't be modified or deleted.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const LockRuleCommand_base: {
92
92
  * @throws {@link RbinServiceException}
93
93
  * <p>Base exception class for all service exceptions from Rbin service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class LockRuleCommand extends LockRuleCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Assigns tags to the specified retention rule.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const TagResourceCommand_base: {
69
69
  * @throws {@link RbinServiceException}
70
70
  * <p>Base exception class for all service exceptions from Rbin service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class TagResourceCommand extends TagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UnlockRuleCommandOutput extends UnlockRuleResponse, __MetadataB
22
22
  }
23
23
  declare const UnlockRuleCommand_base: {
24
24
  new (input: UnlockRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UnlockRuleCommandInput, UnlockRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UnlockRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UnlockRuleCommandInput, UnlockRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Unlocks a retention rule. After a retention rule is unlocked, it can be modified or deleted
30
30
  * only after the unlock delay period expires.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const UnlockRuleCommand_base: {
88
88
  * @throws {@link RbinServiceException}
89
89
  * <p>Base exception class for all service exceptions from Rbin service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class UnlockRuleCommand extends UnlockRuleCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Unassigns a tag from a retention rule.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link RbinServiceException}
64
64
  * <p>Base exception class for all service exceptions from Rbin service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
22
22
  }
23
23
  declare const UpdateRuleCommand_base: {
24
24
  new (input: UpdateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleCommandInput, UpdateRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleCommandInput, UpdateRuleCommandOutput, RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing Recycle Bin retention rule. You can update a retention rule's description,
30
30
  * resource tags, and retention period at any time after creation. You can't update a retention rule's
31
31
  * resource type after creation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-update-rule">
@@ -99,6 +99,7 @@ declare const UpdateRuleCommand_base: {
99
99
  * @throws {@link RbinServiceException}
100
100
  * <p>Base exception class for all service exceptions from Rbin service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class UpdateRuleCommand extends UpdateRuleCommand_base {
104
105
  }