@aws-sdk/client-securityhub 3.782.0 → 3.785.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.
@@ -3772,7 +3772,7 @@ export declare const StatusReasonCode: {
3772
3772
  */
3773
3773
  export type StatusReasonCode = (typeof StatusReasonCode)[keyof typeof StatusReasonCode];
3774
3774
  /**
3775
- * <p>The reason for the current status of a standard subscription.</p>
3775
+ * <p>The reason for the current status of your subscription to the standard.</p>
3776
3776
  * @public
3777
3777
  */
3778
3778
  export interface StandardsStatusReason {
@@ -3788,12 +3788,12 @@ export interface StandardsStatusReason {
3788
3788
  */
3789
3789
  export interface StandardsSubscription {
3790
3790
  /**
3791
- * <p>The ARN of a resource that represents your subscription to a supported standard.</p>
3791
+ * <p>The ARN of the resource that represents your subscription to the standard.</p>
3792
3792
  * @public
3793
3793
  */
3794
3794
  StandardsSubscriptionArn: string | undefined;
3795
3795
  /**
3796
- * <p>The ARN of a standard.</p>
3796
+ * <p>The ARN of the standard.</p>
3797
3797
  * @public
3798
3798
  */
3799
3799
  StandardsArn: string | undefined;
@@ -3803,44 +3803,45 @@ export interface StandardsSubscription {
3803
3803
  */
3804
3804
  StandardsInput: Record<string, string> | undefined;
3805
3805
  /**
3806
- * <p>The status of the standard subscription.</p>
3807
- * <p>The status values are as follows:</p>
3806
+ * <p>The status of your subscription to the standard. Possible values are:</p>
3808
3807
  * <ul>
3809
3808
  * <li>
3810
3809
  * <p>
3811
- * <code>PENDING</code> - Standard is in the process of being enabled.</p>
3810
+ * <code>PENDING</code> - The standard is in the process of being enabled. Or the standard is already
3811
+ * enabled and Security Hub is adding new controls to the standard.</p>
3812
3812
  * </li>
3813
3813
  * <li>
3814
3814
  * <p>
3815
- * <code>READY</code> - Standard is enabled.</p>
3815
+ * <code>READY</code> - The standard is enabled.</p>
3816
3816
  * </li>
3817
3817
  * <li>
3818
3818
  * <p>
3819
- * <code>INCOMPLETE</code> - Standard could not be enabled completely. Some controls may not be available.</p>
3819
+ * <code>INCOMPLETE</code> - The standard could not be enabled completely. One or more errors (<code>StandardsStatusReason</code>)
3820
+ * occurred when Security Hub attempted to enable the standard.</p>
3820
3821
  * </li>
3821
3822
  * <li>
3822
3823
  * <p>
3823
- * <code>DELETING</code> - Standard is in the process of being disabled.</p>
3824
+ * <code>DELETING</code> - The standard is in the process of being disabled.</p>
3824
3825
  * </li>
3825
3826
  * <li>
3826
3827
  * <p>
3827
- * <code>FAILED</code> - Standard could not be disabled.</p>
3828
+ * <code>FAILED</code> - The standard could not be disabled. One or more errors (<code>StandardsStatusReason</code>)
3829
+ * occurred when Security Hub attempted to disable the standard.</p>
3828
3830
  * </li>
3829
3831
  * </ul>
3830
3832
  * @public
3831
3833
  */
3832
3834
  StandardsStatus: StandardsStatus | undefined;
3833
3835
  /**
3834
- * <p>Indicates whether the controls associated with this standards subscription can be viewed and updated.</p>
3835
- * <p>The values are as follows:</p>
3836
+ * <p>Specifies whether you can retrieve information about and configure individual controls that apply to the standard. Possible values are:</p>
3836
3837
  * <ul>
3837
3838
  * <li>
3838
3839
  * <p>
3839
- * <code>READY_FOR_UPDATES</code> - Controls associated with this standards subscription can be viewed and updated.</p>
3840
+ * <code>READY_FOR_UPDATES</code> - Controls in the standard can be retrieved and configured.</p>
3840
3841
  * </li>
3841
3842
  * <li>
3842
3843
  * <p>
3843
- * <code>NOT_READY_FOR_UPDATES</code> - Controls associated with this standards subscription cannot be retrieved or updated yet. Security Hub is still processing a request to create the controls.</p>
3844
+ * <code>NOT_READY_FOR_UPDATES</code> - Controls in the standard cannot be retrieved or configured.</p>
3844
3845
  * </li>
3845
3846
  * </ul>
3846
3847
  * @public
@@ -6650,7 +6651,7 @@ export interface StandardsManagedBy {
6650
6651
  */
6651
6652
  export interface Standard {
6652
6653
  /**
6653
- * <p>The ARN of a standard.</p>
6654
+ * <p>The ARN of the standard.</p>
6654
6655
  * @public
6655
6656
  */
6656
6657
  StandardsArn?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-securityhub",
3
3
  "description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
4
- "version": "3.782.0",
4
+ "version": "3.785.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-securityhub",