@aws-sdk/client-guardduty 3.868.0 → 3.873.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.
@@ -3131,8 +3131,7 @@ export interface CreateThreatEntitySetRequest {
3131
3131
  DetectorId: string | undefined;
3132
3132
  /**
3133
3133
  * <p>A user-friendly name to identify the threat entity set.</p>
3134
- * <p>
3135
- * <b>List naming constraints</b> - The name of your list can include
3134
+ * <p>The name of your list can include
3136
3135
  * lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>
3137
3136
  * @public
3138
3137
  */
@@ -3285,8 +3284,7 @@ export interface CreateTrustedEntitySetRequest {
3285
3284
  DetectorId: string | undefined;
3286
3285
  /**
3287
3286
  * <p>A user-friendly name to identify the trusted entity set.</p>
3288
- * <p>
3289
- * <b>List naming constraints</b> - The name of your list can include
3287
+ * <p>The name of your list can include
3290
3288
  * lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>
3291
3289
  * @public
3292
3290
  */
@@ -3029,8 +3029,7 @@ export interface UpdateThreatEntitySetRequest {
3029
3029
  ThreatEntitySetId: string | undefined;
3030
3030
  /**
3031
3031
  * <p>A user-friendly name to identify the trusted entity set.</p>
3032
- * <p>
3033
- * <b>List naming constraints</b> - The name of your list can include
3032
+ * <p>The name of your list can include
3034
3033
  * lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>
3035
3034
  * @public
3036
3035
  */
@@ -3122,8 +3121,7 @@ export interface UpdateTrustedEntitySetRequest {
3122
3121
  TrustedEntitySetId: string | undefined;
3123
3122
  /**
3124
3123
  * <p>A user-friendly name to identify the trusted entity set.</p>
3125
- * <p>
3126
- * <b>List naming constraints</b> - The name of your list can include
3124
+ * <p>The name of your list can include
3127
3125
  * lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>
3128
3126
  * @public
3129
3127
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-guardduty",
3
3
  "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
4
- "version": "3.868.0",
4
+ "version": "3.873.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-guardduty",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.864.0",
24
- "@aws-sdk/credential-provider-node": "3.864.0",
25
- "@aws-sdk/middleware-host-header": "3.862.0",
26
- "@aws-sdk/middleware-logger": "3.862.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
- "@aws-sdk/middleware-user-agent": "3.864.0",
29
- "@aws-sdk/region-config-resolver": "3.862.0",
23
+ "@aws-sdk/core": "3.873.0",
24
+ "@aws-sdk/credential-provider-node": "3.873.0",
25
+ "@aws-sdk/middleware-host-header": "3.873.0",
26
+ "@aws-sdk/middleware-logger": "3.873.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
+ "@aws-sdk/middleware-user-agent": "3.873.0",
29
+ "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
- "@aws-sdk/util-endpoints": "3.862.0",
32
- "@aws-sdk/util-user-agent-browser": "3.862.0",
33
- "@aws-sdk/util-user-agent-node": "3.864.0",
31
+ "@aws-sdk/util-endpoints": "3.873.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.873.0",
33
+ "@aws-sdk/util-user-agent-node": "3.873.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
35
  "@smithy/core": "^3.8.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",