@aws-sdk/client-efs 3.535.0 → 3.536.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.
@@ -36,6 +36,8 @@ declare const CreateTagsCommand_base: {
36
36
  * tag to your file system, Amazon EFS returns it in the response to the <a>DescribeFileSystems</a> operation. </p>
37
37
  * <p>This operation requires permission for the <code>elasticfilesystem:CreateTags</code>
38
38
  * action.</p>
39
+ *
40
+ * @deprecated Use TagResource.
39
41
  * @example
40
42
  * Use a bare-bones client and the command you need to make an API call.
41
43
  * ```javascript
@@ -78,7 +80,6 @@ declare const CreateTagsCommand_base: {
78
80
  * <p>Base exception class for all service exceptions from EFS service.</p>
79
81
  *
80
82
  * @public
81
- * @deprecated Use TagResource.
82
83
  * @example To create a new tag
83
84
  * ```javascript
84
85
  * // This operation creates a new tag for an EFS file system.
@@ -36,6 +36,8 @@ declare const DeleteTagsCommand_base: {
36
36
  * <i>Billing and Cost Management User Guide</i>.</p>
37
37
  * <p>This operation requires permissions for the <code>elasticfilesystem:DeleteTags</code>
38
38
  * action.</p>
39
+ *
40
+ * @deprecated Use UntagResource.
39
41
  * @example
40
42
  * Use a bare-bones client and the command you need to make an API call.
41
43
  * ```javascript
@@ -75,7 +77,6 @@ declare const DeleteTagsCommand_base: {
75
77
  * <p>Base exception class for all service exceptions from EFS service.</p>
76
78
  *
77
79
  * @public
78
- * @deprecated Use UntagResource.
79
80
  * @example To delete tags for an EFS file system
80
81
  * ```javascript
81
82
  * // This operation deletes tags for an EFS file system.
@@ -36,6 +36,8 @@ declare const DescribeTagsCommand_base: {
36
36
  * responses of a multiple-call iteration (when using pagination) is unspecified. </p>
37
37
  * <p> This operation requires permissions for the
38
38
  * <code>elasticfilesystem:DescribeTags</code> action. </p>
39
+ *
40
+ * @deprecated Use ListTagsForResource.
39
41
  * @example
40
42
  * Use a bare-bones client and the command you need to make an API call.
41
43
  * ```javascript
@@ -83,7 +85,6 @@ declare const DescribeTagsCommand_base: {
83
85
  * <p>Base exception class for all service exceptions from EFS service.</p>
84
86
  *
85
87
  * @public
86
- * @deprecated Use ListTagsForResource.
87
88
  * @example To describe the tags for a file system
88
89
  * ```javascript
89
90
  * // This operation describes all of a file system's tags.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-efs",
3
3
  "description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
4
- "version": "3.535.0",
4
+ "version": "3.536.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-efs",