@awboost/cfn-resource-types 0.1.407 → 0.1.408

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.
@@ -43,11 +43,11 @@ export type EC2InstanceProperties = {
43
43
  */
44
44
  EbsOptimized?: boolean;
45
45
  /**
46
- * An elastic GPU to associate with the instance.
46
+ * An elastic GPU to associate with the instance. Amazon Elastic Graphics is no longer available.
47
47
  */
48
48
  ElasticGpuSpecifications?: ElasticGpuSpecification[];
49
49
  /**
50
- * An elastic inference accelerator to associate with the instance.
50
+ * An elastic inference accelerator to associate with the instance. Amazon Elastic Inference is no longer available.
51
51
  */
52
52
  ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
53
53
  /**
@@ -0,0 +1,41 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource Type definition for AWS::IoT::EncryptionConfiguration
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html}
6
+ */
7
+ export type IoTEncryptionConfigurationProperties = {
8
+ EncryptionType: "CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY";
9
+ /**
10
+ * @minLength `20`
11
+ * @maxLength `2048`
12
+ */
13
+ KmsAccessRoleArn?: string;
14
+ /**
15
+ * @minLength `20`
16
+ * @maxLength `2048`
17
+ */
18
+ KmsKeyArn?: string;
19
+ };
20
+ /**
21
+ * Attribute type definition for `AWS::IoT::EncryptionConfiguration`.
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html#aws-resource-iot-encryptionconfiguration-return-values}
23
+ */
24
+ export type IoTEncryptionConfigurationAttributes = {
25
+ AccountId: string;
26
+ ConfigurationDetails: {
27
+ ConfigurationStatus: "HEALTHY" | "UNHEALTHY";
28
+ ErrorCode: string;
29
+ ErrorMessage: string;
30
+ };
31
+ LastModifiedDate: string;
32
+ };
33
+ /**
34
+ * Resource Type definition for AWS::IoT::EncryptionConfiguration
35
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html}
36
+ */
37
+ export declare class IoTEncryptionConfiguration extends $Resource<"AWS::IoT::EncryptionConfiguration", IoTEncryptionConfigurationProperties, IoTEncryptionConfigurationAttributes> {
38
+ static readonly Type = "AWS::IoT::EncryptionConfiguration";
39
+ constructor(logicalId: string, properties: IoTEncryptionConfigurationProperties, options?: $ResourceOptions);
40
+ }
41
+ //# sourceMappingURL=AWS-IoT-EncryptionConfiguration.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::IoT::EncryptionConfiguration
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html}
5
+ */
6
+ export class IoTEncryptionConfiguration extends $Resource {
7
+ static Type = "AWS::IoT::EncryptionConfiguration";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, IoTEncryptionConfiguration.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-IoT-EncryptionConfiguration.js.map
@@ -6211,7 +6211,7 @@ export type ResourcePermission = {
6211
6211
  * Type definition for `AWS::QuickSight::Analysis.ResourceStatus`.
6212
6212
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-resourcestatus.html}
6213
6213
  */
6214
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
6214
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
6215
6215
  /**
6216
6216
  * Type definition for `AWS::QuickSight::Analysis.RollingDateConfiguration`.
6217
6217
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-rollingdateconfiguration.html}
@@ -6460,7 +6460,7 @@ export type ResourcePermission = {
6460
6460
  * Type definition for `AWS::QuickSight::Dashboard.ResourceStatus`.
6461
6461
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-resourcestatus.html}
6462
6462
  */
6463
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
6463
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
6464
6464
  /**
6465
6465
  * Type definition for `AWS::QuickSight::Dashboard.RollingDateConfiguration`.
6466
6466
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-rollingdateconfiguration.html}
@@ -5820,7 +5820,7 @@ export type ResourcePermission = {
5820
5820
  * Type definition for `AWS::QuickSight::Template.ResourceStatus`.
5821
5821
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-resourcestatus.html}
5822
5822
  */
5823
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
5823
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
5824
5824
  /**
5825
5825
  * Type definition for `AWS::QuickSight::Template.RollingDateConfiguration`.
5826
5826
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-rollingdateconfiguration.html}
@@ -400,7 +400,7 @@ export type ResourcePermission = {
400
400
  * Type definition for `AWS::QuickSight::Theme.ResourceStatus`.
401
401
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-resourcestatus.html}
402
402
  */
403
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
403
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
404
404
  /**
405
405
  * Type definition for `AWS::QuickSight::Theme.SheetStyle`.
406
406
  * <p>The theme display options for sheets. </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.407",
3
+ "version": "0.1.408",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },