@awboost/cfn-resource-types 0.1.109 → 0.1.110

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.
@@ -9,18 +9,11 @@ export type CognitoUserPoolUICustomizationAttachmentProperties = {
9
9
  ClientId: string;
10
10
  UserPoolId: string;
11
11
  };
12
- /**
13
- * Attribute type definition for `AWS::Cognito::UserPoolUICustomizationAttachment`.
14
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#aws-resource-cognito-userpooluicustomizationattachment-return-values}
15
- */
16
- export type CognitoUserPoolUICustomizationAttachmentAttributes = {
17
- Id: string;
18
- };
19
12
  /**
20
13
  * Resource Type definition for AWS::Cognito::UserPoolUICustomizationAttachment
21
14
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html}
22
15
  */
23
- export declare class CognitoUserPoolUICustomizationAttachment extends $Resource<"AWS::Cognito::UserPoolUICustomizationAttachment", CognitoUserPoolUICustomizationAttachmentProperties, CognitoUserPoolUICustomizationAttachmentAttributes> {
16
+ export declare class CognitoUserPoolUICustomizationAttachment extends $Resource<"AWS::Cognito::UserPoolUICustomizationAttachment", CognitoUserPoolUICustomizationAttachmentProperties, Record<string, never>> {
24
17
  static readonly Type = "AWS::Cognito::UserPoolUICustomizationAttachment";
25
18
  constructor(logicalId: string, properties: CognitoUserPoolUICustomizationAttachmentProperties, options?: $ResourceOptions);
26
19
  }
@@ -104,6 +104,11 @@ export type SageMakerDomainAttributes = {
104
104
  */
105
105
  Url: string;
106
106
  };
107
+ /**
108
+ * Type definition for `AWS::SageMaker::Domain.AppType`.
109
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-apptype.html}
110
+ */
111
+ export type AppType = "JupyterServer" | "TensorBoard" | "RStudioServerPro" | "JupyterLab" | "CodeEditor" | "DetailedProfiler" | "Canvas";
107
112
  /**
108
113
  * Type definition for `AWS::SageMaker::Domain.CodeEditorAppSettings`.
109
114
  * The CodeEditor app settings.
@@ -371,6 +376,11 @@ export type KernelGatewayAppSettings = {
371
376
  */
372
377
  DefaultResourceSpec?: ResourceSpec;
373
378
  };
379
+ /**
380
+ * Type definition for `AWS::SageMaker::Domain.MlTools`.
381
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-mltools.html}
382
+ */
383
+ export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoML" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects";
374
384
  /**
375
385
  * Type definition for `AWS::SageMaker::Domain.ResourceSpec`.
376
386
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-resourcespec.html}
@@ -476,6 +486,23 @@ export type SharingSettings = {
476
486
  */
477
487
  S3OutputPath?: string;
478
488
  };
489
+ /**
490
+ * Type definition for `AWS::SageMaker::Domain.StudioWebPortalSettings`.
491
+ * Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
492
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-studiowebportalsettings.html}
493
+ */
494
+ export type StudioWebPortalSettings = {
495
+ /**
496
+ * Applications supported in Studio that are hidden from the Studio left navigation pane.
497
+ * @minLength `0`
498
+ */
499
+ HiddenAppTypes?: AppType[];
500
+ /**
501
+ * The machine learning tools that are hidden from the Studio left navigation pane.
502
+ * @minLength `0`
503
+ */
504
+ HiddenMlTools?: MlTools[];
505
+ };
479
506
  /**
480
507
  * Type definition for `AWS::SageMaker::Domain.Tag`.
481
508
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-tag.html}
@@ -558,6 +585,10 @@ export type UserSettings = {
558
585
  * Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
559
586
  */
560
587
  StudioWebPortal?: "ENABLED" | "DISABLED";
588
+ /**
589
+ * Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
590
+ */
591
+ StudioWebPortalSettings?: StudioWebPortalSettings;
561
592
  };
562
593
  /**
563
594
  * Resource Type definition for AWS::SageMaker::Domain
@@ -51,6 +51,11 @@ export type SageMakerUserProfileAttributes = {
51
51
  */
52
52
  UserProfileArn: string;
53
53
  };
54
+ /**
55
+ * Type definition for `AWS::SageMaker::UserProfile.AppType`.
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-apptype.html}
57
+ */
58
+ export type AppType = "JupyterServer" | "TensorBoard" | "RStudioServerPro" | "JupyterLab" | "CodeEditor" | "DetailedProfiler" | "Canvas";
54
59
  /**
55
60
  * Type definition for `AWS::SageMaker::UserProfile.CodeEditorAppSettings`.
56
61
  * The CodeEditor app settings.
@@ -235,6 +240,11 @@ export type KernelGatewayAppSettings = {
235
240
  */
236
241
  DefaultResourceSpec?: ResourceSpec;
237
242
  };
243
+ /**
244
+ * Type definition for `AWS::SageMaker::UserProfile.MlTools`.
245
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-mltools.html}
246
+ */
247
+ export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoML" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects";
238
248
  /**
239
249
  * Type definition for `AWS::SageMaker::UserProfile.ResourceSpec`.
240
250
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-resourcespec.html}
@@ -295,6 +305,23 @@ export type SharingSettings = {
295
305
  */
296
306
  S3OutputPath?: string;
297
307
  };
308
+ /**
309
+ * Type definition for `AWS::SageMaker::UserProfile.StudioWebPortalSettings`.
310
+ * Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
311
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-studiowebportalsettings.html}
312
+ */
313
+ export type StudioWebPortalSettings = {
314
+ /**
315
+ * Applications supported in Studio that are hidden from the Studio left navigation pane.
316
+ * @minLength `0`
317
+ */
318
+ HiddenAppTypes?: AppType[];
319
+ /**
320
+ * The machine learning tools that are hidden from the Studio left navigation pane.
321
+ * @minLength `0`
322
+ */
323
+ HiddenMlTools?: MlTools[];
324
+ };
298
325
  /**
299
326
  * Type definition for `AWS::SageMaker::UserProfile.Tag`.
300
327
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-tag.html}
@@ -373,6 +400,10 @@ export type UserSettings = {
373
400
  * Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
374
401
  */
375
402
  StudioWebPortal?: "ENABLED" | "DISABLED";
403
+ /**
404
+ * Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
405
+ */
406
+ StudioWebPortalSettings?: StudioWebPortalSettings;
376
407
  };
377
408
  /**
378
409
  * Resource Type definition for AWS::SageMaker::UserProfile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.109",
3
+ "version": "0.1.110",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },