@awboost/cfntypes 0.100.367 → 0.100.368

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.
@@ -3768,8 +3768,7 @@ export type ApiGatewayV2DomainNameMutualTlsAuthentication = {
3768
3768
  TruststoreVersion?: string;
3769
3769
  };
3770
3770
  /**
3771
- * Resource type definition for `AWS::ApiGatewayV2::Integration`.
3772
- * An example resource schema demonstrating some basic constructs and validation rules.
3771
+ * Resource Type definition for AWS::ApiGatewayV2::Integration
3773
3772
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html}
3774
3773
  */
3775
3774
  export type ApiGatewayV2IntegrationProps = {
@@ -3791,6 +3790,7 @@ export type ApiGatewayV2IntegrationProps = {
3791
3790
  ContentHandlingStrategy?: string;
3792
3791
  /**
3793
3792
  * Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, don't specify this parameter.
3793
+ * @pattern `arn:(aws|aws-cn|aws-us-gov):iam::[0-9]*:(role|user|group)\/.*`
3794
3794
  */
3795
3795
  CredentialsArn?: string;
3796
3796
  /**
@@ -141310,7 +141310,7 @@ export type PCSClusterAccounting = {
141310
141310
  */
141311
141311
  DefaultPurgeTimeInDays?: number;
141312
141312
  /**
141313
- * The default value is `STANDARD`. A value of `STANDARD` means that Slurm accounting is enabled.
141313
+ * The default value is `NONE`. A value of `STANDARD` means that Slurm accounting is enabled.
141314
141314
  */
141315
141315
  Mode: "STANDARD" | "NONE";
141316
141316
  };
@@ -141419,7 +141419,7 @@ export type PCSClusterSlurmCustomSetting = {
141419
141419
  */
141420
141420
  export type PCSClusterSlurmRest = {
141421
141421
  /**
141422
- * The default value is `STANDARD`. A value of `STANDARD` means that Slurm Rest is enabled.
141422
+ * The default value is `NONE`. A value of `STANDARD` means that Slurm Rest is enabled.
141423
141423
  */
141424
141424
  Mode: "STANDARD" | "NONE";
141425
141425
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "0.100.367",
3
+ "version": "0.100.368",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"