@aws-sdk/client-auditmanager 3.858.0 → 3.862.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.
@@ -134,6 +134,12 @@ declare const UpdateAssessmentFrameworkCommand_base: {
134
134
  * @throws {@link ResourceNotFoundException} (client fault)
135
135
  * <p> The resource that's specified in the request can't be found. </p>
136
136
  *
137
+ * @throws {@link ServiceQuotaExceededException} (client fault)
138
+ * <p>You've reached your account quota for this resource type. To perform the requested
139
+ * action, delete some existing resources or <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">request a quota increase</a> from
140
+ * the Service Quotas console. For a list of Audit Manager service quotas, see <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html">Quotas and
141
+ * restrictions for Audit Manager</a>.</p>
142
+ *
137
143
  * @throws {@link ValidationException} (client fault)
138
144
  * <p> The request has invalid or missing parameters. </p>
139
145
  *
@@ -1606,6 +1606,10 @@ export interface CreateAssessmentFrameworkRequest {
1606
1606
  complianceType?: string | undefined;
1607
1607
  /**
1608
1608
  * <p> The control sets that are associated with the framework. </p>
1609
+ * <note>
1610
+ * <p>The <code>Controls</code> object returns a partial response when called through Framework
1611
+ * APIs. For a complete <code>Controls</code> object, use <code>GetControl</code>.</p>
1612
+ * </note>
1609
1613
  * @public
1610
1614
  */
1611
1615
  controlSets: CreateAssessmentFrameworkControlSet[] | undefined;
@@ -2123,11 +2127,21 @@ export interface Framework {
2123
2127
  logo?: string | undefined;
2124
2128
  /**
2125
2129
  * <p> The control data sources where Audit Manager collects evidence from.</p>
2130
+ * <important>
2131
+ * <p>This API parameter is no longer supported.</p>
2132
+ * </important>
2133
+ *
2134
+ * @deprecated
2126
2135
  * @public
2127
2136
  */
2128
2137
  controlSources?: string | undefined;
2129
2138
  /**
2130
2139
  * <p> The control sets that are associated with the framework. </p>
2140
+ * <note>
2141
+ * <p>The <code>Controls</code> object returns a partial response when called through
2142
+ * Framework APIs. For a complete <code>Controls</code> object, use
2143
+ * <code>GetControl</code>.</p>
2144
+ * </note>
2131
2145
  * @public
2132
2146
  */
2133
2147
  controlSets?: ControlSet[] | undefined;
@@ -2162,8 +2176,7 @@ export interface Framework {
2162
2176
  */
2163
2177
  export interface CreateAssessmentFrameworkResponse {
2164
2178
  /**
2165
- * <p> The name of the new framework that the <code>CreateAssessmentFramework</code> API
2166
- * returned. </p>
2179
+ * <p> The new framework object that the <code>CreateAssessmentFramework</code> API returned. </p>
2167
2180
  * @public
2168
2181
  */
2169
2182
  framework?: Framework | undefined;
@@ -2556,6 +2569,11 @@ export interface GetAssessmentFrameworkRequest {
2556
2569
  export interface GetAssessmentFrameworkResponse {
2557
2570
  /**
2558
2571
  * <p> The framework that the <code>GetAssessmentFramework</code> API returned. </p>
2572
+ * <note>
2573
+ * <p>The <code>Controls</code> object returns a partial response when called through
2574
+ * Framework APIs. For a complete <code>Controls</code> object, use
2575
+ * <code>GetControl</code>.</p>
2576
+ * </note>
2559
2577
  * @public
2560
2578
  */
2561
2579
  framework?: Framework | undefined;
@@ -4664,6 +4682,10 @@ export interface UpdateAssessmentFrameworkRequest {
4664
4682
  complianceType?: string | undefined;
4665
4683
  /**
4666
4684
  * <p> The control sets that are associated with the framework. </p>
4685
+ * <note>
4686
+ * <p>The <code>Controls</code> object returns a partial response when called through Framework
4687
+ * APIs. For a complete <code>Controls</code> object, use <code>GetControl</code>.</p>
4688
+ * </note>
4667
4689
  * @public
4668
4690
  */
4669
4691
  controlSets: UpdateAssessmentFrameworkControlSet[] | undefined;
@@ -4673,7 +4695,7 @@ export interface UpdateAssessmentFrameworkRequest {
4673
4695
  */
4674
4696
  export interface UpdateAssessmentFrameworkResponse {
4675
4697
  /**
4676
- * <p> The name of the framework. </p>
4698
+ * <p> The framework object. </p>
4677
4699
  * @public
4678
4700
  */
4679
4701
  framework?: Framework | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auditmanager",
3
3
  "description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
4
- "version": "3.858.0",
4
+ "version": "3.862.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-auditmanager",
@@ -20,41 +20,41 @@
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.858.0",
24
- "@aws-sdk/credential-provider-node": "3.858.0",
25
- "@aws-sdk/middleware-host-header": "3.840.0",
26
- "@aws-sdk/middleware-logger": "3.840.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.858.0",
29
- "@aws-sdk/region-config-resolver": "3.840.0",
30
- "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.848.0",
32
- "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.858.0",
34
- "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.7.2",
36
- "@smithy/fetch-http-handler": "^5.1.0",
37
- "@smithy/hash-node": "^4.0.4",
38
- "@smithy/invalid-dependency": "^4.0.4",
39
- "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.17",
41
- "@smithy/middleware-retry": "^4.1.18",
42
- "@smithy/middleware-serde": "^4.0.8",
43
- "@smithy/middleware-stack": "^4.0.4",
44
- "@smithy/node-config-provider": "^4.1.3",
45
- "@smithy/node-http-handler": "^4.1.0",
46
- "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.9",
48
- "@smithy/types": "^4.3.1",
49
- "@smithy/url-parser": "^4.0.4",
23
+ "@aws-sdk/core": "3.862.0",
24
+ "@aws-sdk/credential-provider-node": "3.862.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.862.0",
29
+ "@aws-sdk/region-config-resolver": "3.862.0",
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.862.0",
34
+ "@smithy/config-resolver": "^4.1.5",
35
+ "@smithy/core": "^3.8.0",
36
+ "@smithy/fetch-http-handler": "^5.1.1",
37
+ "@smithy/hash-node": "^4.0.5",
38
+ "@smithy/invalid-dependency": "^4.0.5",
39
+ "@smithy/middleware-content-length": "^4.0.5",
40
+ "@smithy/middleware-endpoint": "^4.1.18",
41
+ "@smithy/middleware-retry": "^4.1.19",
42
+ "@smithy/middleware-serde": "^4.0.9",
43
+ "@smithy/middleware-stack": "^4.0.5",
44
+ "@smithy/node-config-provider": "^4.1.4",
45
+ "@smithy/node-http-handler": "^4.1.1",
46
+ "@smithy/protocol-http": "^5.1.3",
47
+ "@smithy/smithy-client": "^4.4.10",
48
+ "@smithy/types": "^4.3.2",
49
+ "@smithy/url-parser": "^4.0.5",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.25",
54
- "@smithy/util-defaults-mode-node": "^4.0.25",
55
- "@smithy/util-endpoints": "^3.0.6",
56
- "@smithy/util-middleware": "^4.0.4",
57
- "@smithy/util-retry": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
54
+ "@smithy/util-defaults-mode-node": "^4.0.26",
55
+ "@smithy/util-endpoints": "^3.0.7",
56
+ "@smithy/util-middleware": "^4.0.5",
57
+ "@smithy/util-retry": "^4.0.7",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "tslib": "^2.6.2"
60
60
  },