cdk-lambda-subminute 2.0.369 → 2.0.371

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.
@@ -788,11 +788,11 @@ declare class Iot extends Service {
788
788
  */
789
789
  describeDomainConfiguration(callback?: (err: AWSError, data: Iot.Types.DescribeDomainConfigurationResponse) => void): Request<Iot.Types.DescribeDomainConfigurationResponse, AWSError>;
790
790
  /**
791
- * Returns a unique endpoint specific to the Amazon Web Services account making the call. Requires permission to access the DescribeEndpoint action.
791
+ * Returns or creates a unique endpoint specific to the Amazon Web Services account making the call. The first time DescribeEndpoint is called, an endpoint is created. All subsequent calls to DescribeEndpoint return the same endpoint. Requires permission to access the DescribeEndpoint action.
792
792
  */
793
793
  describeEndpoint(params: Iot.Types.DescribeEndpointRequest, callback?: (err: AWSError, data: Iot.Types.DescribeEndpointResponse) => void): Request<Iot.Types.DescribeEndpointResponse, AWSError>;
794
794
  /**
795
- * Returns a unique endpoint specific to the Amazon Web Services account making the call. Requires permission to access the DescribeEndpoint action.
795
+ * Returns or creates a unique endpoint specific to the Amazon Web Services account making the call. The first time DescribeEndpoint is called, an endpoint is created. All subsequent calls to DescribeEndpoint return the same endpoint. Requires permission to access the DescribeEndpoint action.
796
796
  */
797
797
  describeEndpoint(callback?: (err: AWSError, data: Iot.Types.DescribeEndpointResponse) => void): Request<Iot.Types.DescribeEndpointResponse, AWSError>;
798
798
  /**
@@ -1100,11 +1100,11 @@ declare class Iot extends Service {
1100
1100
  */
1101
1101
  getPolicyVersion(callback?: (err: AWSError, data: Iot.Types.GetPolicyVersionResponse) => void): Request<Iot.Types.GetPolicyVersionResponse, AWSError>;
1102
1102
  /**
1103
- * Gets a registration code used to register a CA certificate with IoT. Requires permission to access the GetRegistrationCode action.
1103
+ * Gets a registration code used to register a CA certificate with IoT. IoT will create a registration code as part of this API call if the registration code doesn't exist or has been deleted. If you already have a registration code, this API call will return the same registration code. Requires permission to access the GetRegistrationCode action.
1104
1104
  */
1105
1105
  getRegistrationCode(params: Iot.Types.GetRegistrationCodeRequest, callback?: (err: AWSError, data: Iot.Types.GetRegistrationCodeResponse) => void): Request<Iot.Types.GetRegistrationCodeResponse, AWSError>;
1106
1106
  /**
1107
- * Gets a registration code used to register a CA certificate with IoT. Requires permission to access the GetRegistrationCode action.
1107
+ * Gets a registration code used to register a CA certificate with IoT. IoT will create a registration code as part of this API call if the registration code doesn't exist or has been deleted. If you already have a registration code, this API call will return the same registration code. Requires permission to access the GetRegistrationCode action.
1108
1108
  */
1109
1109
  getRegistrationCode(callback?: (err: AWSError, data: Iot.Types.GetRegistrationCodeResponse) => void): Request<Iot.Types.GetRegistrationCodeResponse, AWSError>;
1110
1110
  /**
@@ -3647,6 +3647,10 @@ declare namespace Iot {
3647
3647
  * An object that specifies the TLS configuration for a domain.
3648
3648
  */
3649
3649
  tlsConfig?: TlsConfig;
3650
+ /**
3651
+ * The server certificate configuration.
3652
+ */
3653
+ serverCertificateConfig?: ServerCertificateConfig;
3650
3654
  }
3651
3655
  export interface CreateDomainConfigurationResponse {
3652
3656
  /**
@@ -5284,6 +5288,10 @@ declare namespace Iot {
5284
5288
  * An object that specifies the TLS configuration for a domain.
5285
5289
  */
5286
5290
  tlsConfig?: TlsConfig;
5291
+ /**
5292
+ * The server certificate configuration.
5293
+ */
5294
+ serverCertificateConfig?: ServerCertificateConfig;
5287
5295
  }
5288
5296
  export interface DescribeEndpointRequest {
5289
5297
  /**
@@ -6256,6 +6264,7 @@ declare namespace Iot {
6256
6264
  */
6257
6265
  logLevel: LogLevel;
6258
6266
  }
6267
+ export type EnableOCSPCheck = boolean;
6259
6268
  export interface EnableTopicRuleRequest {
6260
6269
  /**
6261
6270
  * The name of the topic rule to enable.
@@ -10320,6 +10329,12 @@ declare namespace Iot {
10320
10329
  export type SecurityProfileTargetMappings = SecurityProfileTargetMapping[];
10321
10330
  export type SecurityProfileTargets = SecurityProfileTarget[];
10322
10331
  export type ServerCertificateArns = AcmCertificateArn[];
10332
+ export interface ServerCertificateConfig {
10333
+ /**
10334
+ * A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not. For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
10335
+ */
10336
+ enableOCSPCheck?: EnableOCSPCheck;
10337
+ }
10323
10338
  export type ServerCertificateStatus = "INVALID"|"VALID"|string;
10324
10339
  export type ServerCertificateStatusDetail = string;
10325
10340
  export interface ServerCertificateSummary {
@@ -11683,6 +11698,10 @@ declare namespace Iot {
11683
11698
  * An object that specifies the TLS configuration for a domain.
11684
11699
  */
11685
11700
  tlsConfig?: TlsConfig;
11701
+ /**
11702
+ * The server certificate configuration.
11703
+ */
11704
+ serverCertificateConfig?: ServerCertificateConfig;
11686
11705
  }
11687
11706
  export interface UpdateDomainConfigurationResponse {
11688
11707
  /**
@@ -2666,6 +2666,10 @@ declare namespace QuickSight {
2666
2666
  * The contribution analysis (anomaly configuration) setup of the visual.
2667
2667
  */
2668
2668
  ContributionAnalysisDefaults?: ContributionAnalysisDefaultList;
2669
+ /**
2670
+ * The general visual interactions setup for a visual.
2671
+ */
2672
+ Interactions?: VisualInteractionOptions;
2669
2673
  }
2670
2674
  export interface BarChartFieldWells {
2671
2675
  /**
@@ -2848,6 +2852,10 @@ declare namespace QuickSight {
2848
2852
  * The palette (chart color) display setup of the visual.
2849
2853
  */
2850
2854
  VisualPalette?: VisualPalette;
2855
+ /**
2856
+ * The general visual interactions setup for a visual.
2857
+ */
2858
+ Interactions?: VisualInteractionOptions;
2851
2859
  }
2852
2860
  export type BoxPlotDimensionFieldList = DimensionField[];
2853
2861
  export interface BoxPlotFieldWells {
@@ -3410,6 +3418,10 @@ declare namespace QuickSight {
3410
3418
  * The palette (chart color) display setup of the visual.
3411
3419
  */
3412
3420
  VisualPalette?: VisualPalette;
3421
+ /**
3422
+ * The general visual interactions setup for a visual.
3423
+ */
3424
+ Interactions?: VisualInteractionOptions;
3413
3425
  }
3414
3426
  export interface ComboChartFieldWells {
3415
3427
  /**
@@ -3626,6 +3638,12 @@ declare namespace QuickSight {
3626
3638
  Color?: HexColor;
3627
3639
  }
3628
3640
  export type ConstantType = "SINGULAR"|"RANGE"|"COLLECTIVE"|string;
3641
+ export interface ContextMenuOption {
3642
+ /**
3643
+ * The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
3644
+ */
3645
+ AvailabilityStatus?: DashboardBehavior;
3646
+ }
3629
3647
  export interface ContributionAnalysisDefault {
3630
3648
  /**
3631
3649
  * The measure field that is used in the contribution analysis.
@@ -4873,6 +4891,10 @@ declare namespace QuickSight {
4873
4891
  * The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.
4874
4892
  */
4875
4893
  ImageScaling?: CustomContentImageScalingConfiguration;
4894
+ /**
4895
+ * The general visual interactions setup for a visual.
4896
+ */
4897
+ Interactions?: VisualInteractionOptions;
4876
4898
  }
4877
4899
  export type CustomContentImageScalingConfiguration = "FIT_TO_HEIGHT"|"FIT_TO_WIDTH"|"DO_NOT_SCALE"|"SCALE_TO_VISUAL"|string;
4878
4900
  export type CustomContentType = "IMAGE"|"OTHER_EMBEDDED_CONTENT"|string;
@@ -8873,6 +8895,10 @@ declare namespace QuickSight {
8873
8895
  * The map style options of the filled map visual.
8874
8896
  */
8875
8897
  MapStyleOptions?: GeospatialMapStyleOptions;
8898
+ /**
8899
+ * The general visual interactions setup for a visual.
8900
+ */
8901
+ Interactions?: VisualInteractionOptions;
8876
8902
  }
8877
8903
  export type FilledMapDimensionFieldList = DimensionField[];
8878
8904
  export interface FilledMapFieldWells {
@@ -9610,6 +9636,10 @@ declare namespace QuickSight {
9610
9636
  * The visual palette configuration of a FunnelChartVisual.
9611
9637
  */
9612
9638
  VisualPalette?: VisualPalette;
9639
+ /**
9640
+ * The general visual interactions setup for a visual.
9641
+ */
9642
+ Interactions?: VisualInteractionOptions;
9613
9643
  }
9614
9644
  export interface FunnelChartDataLabelOptions {
9615
9645
  /**
@@ -9730,6 +9760,10 @@ declare namespace QuickSight {
9730
9760
  * The visual palette configuration of a GaugeChartVisual.
9731
9761
  */
9732
9762
  VisualPalette?: VisualPalette;
9763
+ /**
9764
+ * The general visual interactions setup for a visual.
9765
+ */
9766
+ Interactions?: VisualInteractionOptions;
9733
9767
  }
9734
9768
  export interface GaugeChartFieldWells {
9735
9769
  /**
@@ -9976,6 +10010,10 @@ declare namespace QuickSight {
9976
10010
  */
9977
10011
  PointStyleOptions?: GeospatialPointStyleOptions;
9978
10012
  VisualPalette?: VisualPalette;
10013
+ /**
10014
+ * The general visual interactions setup for a visual.
10015
+ */
10016
+ Interactions?: VisualInteractionOptions;
9979
10017
  }
9980
10018
  export interface GeospatialMapFieldWells {
9981
10019
  /**
@@ -10355,6 +10393,10 @@ declare namespace QuickSight {
10355
10393
  * The tooltip display setup of the visual.
10356
10394
  */
10357
10395
  Tooltip?: TooltipOptions;
10396
+ /**
10397
+ * The general visual interactions setup for a visual.
10398
+ */
10399
+ Interactions?: VisualInteractionOptions;
10358
10400
  }
10359
10401
  export type HeatMapDimensionFieldList = DimensionField[];
10360
10402
  export interface HeatMapFieldWells {
@@ -10469,6 +10511,10 @@ declare namespace QuickSight {
10469
10511
  * The visual palette configuration of a histogram.
10470
10512
  */
10471
10513
  VisualPalette?: VisualPalette;
10514
+ /**
10515
+ * The general visual interactions setup for a visual.
10516
+ */
10517
+ Interactions?: VisualInteractionOptions;
10472
10518
  }
10473
10519
  export interface HistogramFieldWells {
10474
10520
  /**
@@ -10631,6 +10677,10 @@ declare namespace QuickSight {
10631
10677
  * The custom narrative of the insight visual.
10632
10678
  */
10633
10679
  CustomNarrative?: CustomNarrativeOptions;
10680
+ /**
10681
+ * The general visual interactions setup for a visual.
10682
+ */
10683
+ Interactions?: VisualInteractionOptions;
10634
10684
  }
10635
10685
  export interface InsightVisual {
10636
10686
  /**
@@ -10846,6 +10896,10 @@ declare namespace QuickSight {
10846
10896
  * The options that determine the presentation of a KPI visual.
10847
10897
  */
10848
10898
  KPIOptions?: KPIOptions;
10899
+ /**
10900
+ * The general visual interactions setup for a visual.
10901
+ */
10902
+ Interactions?: VisualInteractionOptions;
10849
10903
  }
10850
10904
  export interface KPIFieldWells {
10851
10905
  /**
@@ -11141,6 +11195,10 @@ declare namespace QuickSight {
11141
11195
  * The visual palette configuration of a line chart.
11142
11196
  */
11143
11197
  VisualPalette?: VisualPalette;
11198
+ /**
11199
+ * The general visual interactions setup for a visual.
11200
+ */
11201
+ Interactions?: VisualInteractionOptions;
11144
11202
  }
11145
11203
  export interface LineChartDefaultSeriesSettings {
11146
11204
  /**
@@ -13412,6 +13470,10 @@ declare namespace QuickSight {
13412
13470
  * The contribution analysis (anomaly configuration) setup of the visual.
13413
13471
  */
13414
13472
  ContributionAnalysisDefaults?: ContributionAnalysisDefaultList;
13473
+ /**
13474
+ * The general visual interactions setup for a visual.
13475
+ */
13476
+ Interactions?: VisualInteractionOptions;
13415
13477
  }
13416
13478
  export interface PieChartFieldWells {
13417
13479
  /**
@@ -13553,6 +13615,10 @@ declare namespace QuickSight {
13553
13615
  * The paginated report options for a pivot table visual.
13554
13616
  */
13555
13617
  PaginatedReportOptions?: PivotTablePaginatedReportOptions;
13618
+ /**
13619
+ * The general visual interactions setup for a visual.
13620
+ */
13621
+ Interactions?: VisualInteractionOptions;
13556
13622
  }
13557
13623
  export interface PivotTableDataPathOption {
13558
13624
  /**
@@ -13994,6 +14060,10 @@ declare namespace QuickSight {
13994
14060
  * The axis behavior options of a radar chart.
13995
14061
  */
13996
14062
  AxesRangeScale?: RadarChartAxesRangeScale;
14063
+ /**
14064
+ * The general visual interactions setup for a visual.
14065
+ */
14066
+ Interactions?: VisualInteractionOptions;
13997
14067
  }
13998
14068
  export interface RadarChartFieldWells {
13999
14069
  /**
@@ -14744,6 +14814,10 @@ declare namespace QuickSight {
14744
14814
  * The data label configuration of a sankey diagram.
14745
14815
  */
14746
14816
  DataLabels?: DataLabelOptions;
14817
+ /**
14818
+ * The general visual interactions setup for a visual.
14819
+ */
14820
+ Interactions?: VisualInteractionOptions;
14747
14821
  }
14748
14822
  export interface SankeyDiagramFieldWells {
14749
14823
  /**
@@ -14850,6 +14924,10 @@ declare namespace QuickSight {
14850
14924
  * The palette (chart color) display setup of the visual.
14851
14925
  */
14852
14926
  VisualPalette?: VisualPalette;
14927
+ /**
14928
+ * The general visual interactions setup for a visual.
14929
+ */
14930
+ Interactions?: VisualInteractionOptions;
14853
14931
  }
14854
14932
  export interface ScatterPlotFieldWells {
14855
14933
  /**
@@ -16224,6 +16302,10 @@ declare namespace QuickSight {
16224
16302
  * A collection of inline visualizations to display within a chart.
16225
16303
  */
16226
16304
  TableInlineVisualizations?: TableInlineVisualizationList;
16305
+ /**
16306
+ * The general visual interactions setup for a visual.
16307
+ */
16308
+ Interactions?: VisualInteractionOptions;
16227
16309
  }
16228
16310
  export interface TableFieldCustomIconContent {
16229
16311
  /**
@@ -17739,6 +17821,10 @@ declare namespace QuickSight {
17739
17821
  * The tooltip display setup of the visual.
17740
17822
  */
17741
17823
  Tooltip?: TooltipOptions;
17824
+ /**
17825
+ * The general visual interactions setup for a visual.
17826
+ */
17827
+ Interactions?: VisualInteractionOptions;
17742
17828
  }
17743
17829
  export type TreeMapDimensionFieldList = DimensionField[];
17744
17830
  export interface TreeMapFieldWells {
@@ -18511,11 +18597,11 @@ declare namespace QuickSight {
18511
18597
  */
18512
18598
  FolderId: RestrictiveResourceId;
18513
18599
  /**
18514
- * The permissions that you want to grant on a resource.
18600
+ * The permissions that you want to grant on a resource. Namespace ARNs are not supported Principal values for folder permissions.
18515
18601
  */
18516
18602
  GrantPermissions?: ResourcePermissionList;
18517
18603
  /**
18518
- * The permissions that you want to revoke from a resource.
18604
+ * The permissions that you want to revoke from a resource. Namespace ARNs are not supported Principal values for folder permissions.
18519
18605
  */
18520
18606
  RevokePermissions?: ResourcePermissionList;
18521
18607
  }
@@ -19615,6 +19701,16 @@ declare namespace QuickSight {
19615
19701
  }
19616
19702
  export type VisualCustomActionOperationList = VisualCustomActionOperation[];
19617
19703
  export type VisualCustomActionTrigger = "DATA_POINT_CLICK"|"DATA_POINT_MENU"|string;
19704
+ export interface VisualInteractionOptions {
19705
+ /**
19706
+ * The on-visual menu options for a visual.
19707
+ */
19708
+ VisualMenuOption?: VisualMenuOption;
19709
+ /**
19710
+ * The context menu options for a visual.
19711
+ */
19712
+ ContextMenuOption?: ContextMenuOption;
19713
+ }
19618
19714
  export type VisualList = Visual[];
19619
19715
  export interface VisualMenuOption {
19620
19716
  /**
@@ -19673,6 +19769,12 @@ declare namespace QuickSight {
19673
19769
  */
19674
19770
  Breakdowns?: DimensionFieldList;
19675
19771
  }
19772
+ export interface WaterfallChartColorConfiguration {
19773
+ /**
19774
+ * The color configuration for individual groups within a waterfall visual.
19775
+ */
19776
+ GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
19777
+ }
19676
19778
  export interface WaterfallChartConfiguration {
19677
19779
  /**
19678
19780
  * The field well configuration of a waterfall visual.
@@ -19714,6 +19816,14 @@ declare namespace QuickSight {
19714
19816
  * The visual palette configuration of a waterfall visual.
19715
19817
  */
19716
19818
  VisualPalette?: VisualPalette;
19819
+ /**
19820
+ * The color configuration of a waterfall visual.
19821
+ */
19822
+ ColorConfiguration?: WaterfallChartColorConfiguration;
19823
+ /**
19824
+ * The general visual interactions setup for a visual.
19825
+ */
19826
+ Interactions?: VisualInteractionOptions;
19717
19827
  }
19718
19828
  export interface WaterfallChartFieldWells {
19719
19829
  /**
@@ -19721,6 +19831,20 @@ declare namespace QuickSight {
19721
19831
  */
19722
19832
  WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
19723
19833
  }
19834
+ export interface WaterfallChartGroupColorConfiguration {
19835
+ /**
19836
+ * Defines the color for the positive bars of a waterfall chart.
19837
+ */
19838
+ PositiveBarColor?: HexColor;
19839
+ /**
19840
+ * Defines the color for the negative bars of a waterfall chart.
19841
+ */
19842
+ NegativeBarColor?: HexColor;
19843
+ /**
19844
+ * Defines the color for the total bars of a waterfall chart.
19845
+ */
19846
+ TotalBarColor?: HexColor;
19847
+ }
19724
19848
  export interface WaterfallChartOptions {
19725
19849
  /**
19726
19850
  * This option determines the total bar label of a waterfall visual.
@@ -19815,6 +19939,10 @@ declare namespace QuickSight {
19815
19939
  * The options for a word cloud visual.
19816
19940
  */
19817
19941
  WordCloudOptions?: WordCloudOptions;
19942
+ /**
19943
+ * The general visual interactions setup for a visual.
19944
+ */
19945
+ Interactions?: VisualInteractionOptions;
19818
19946
  }
19819
19947
  export type WordCloudCloudLayout = "FLUID"|"NORMAL"|string;
19820
19948
  export type WordCloudDimensionFieldList = DimensionField[];
@@ -492,11 +492,11 @@ declare class WorkSpaces extends Service {
492
492
  */
493
493
  modifyWorkspaceState(callback?: (err: AWSError, data: WorkSpaces.Types.ModifyWorkspaceStateResult) => void): Request<WorkSpaces.Types.ModifyWorkspaceStateResult, AWSError>;
494
494
  /**
495
- * Reboots the specified WorkSpaces. You cannot reboot a WorkSpace unless its state is AVAILABLE, UNHEALTHY, or REBOOTING. Reboot a WorkSpace in the REBOOTING state only if your WorkSpace has been stuck in the REBOOTING state for over 20 minutes. This operation is asynchronous and returns before the WorkSpaces have rebooted.
495
+ * Reboots the specified WorkSpaces. You cannot reboot a WorkSpace unless its state is AVAILABLE or UNHEALTHY. This operation is asynchronous and returns before the WorkSpaces have rebooted.
496
496
  */
497
497
  rebootWorkspaces(params: WorkSpaces.Types.RebootWorkspacesRequest, callback?: (err: AWSError, data: WorkSpaces.Types.RebootWorkspacesResult) => void): Request<WorkSpaces.Types.RebootWorkspacesResult, AWSError>;
498
498
  /**
499
- * Reboots the specified WorkSpaces. You cannot reboot a WorkSpace unless its state is AVAILABLE, UNHEALTHY, or REBOOTING. Reboot a WorkSpace in the REBOOTING state only if your WorkSpace has been stuck in the REBOOTING state for over 20 minutes. This operation is asynchronous and returns before the WorkSpaces have rebooted.
499
+ * Reboots the specified WorkSpaces. You cannot reboot a WorkSpace unless its state is AVAILABLE or UNHEALTHY. This operation is asynchronous and returns before the WorkSpaces have rebooted.
500
500
  */
501
501
  rebootWorkspaces(callback?: (err: AWSError, data: WorkSpaces.Types.RebootWorkspacesResult) => void): Request<WorkSpaces.Types.RebootWorkspacesResult, AWSError>;
502
502
  /**
@@ -1789,6 +1789,10 @@ declare namespace WorkSpaces {
1789
1789
  * If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
1790
1790
  */
1791
1791
  NextToken?: PaginationToken;
1792
+ /**
1793
+ * The name of the user-decoupled WorkSpace.
1794
+ */
1795
+ WorkspaceName?: WorkspaceName;
1792
1796
  }
1793
1797
  export interface DescribeWorkspacesResult {
1794
1798
  /**
@@ -2771,7 +2775,7 @@ declare namespace WorkSpaces {
2771
2775
  */
2772
2776
  IpAddress?: IpAddress;
2773
2777
  /**
2774
- * The operational state of the WorkSpace. PENDING – The WorkSpace is in a waiting state (for example, the WorkSpace is being created). AVAILABLE – The WorkSpace is running and has passed the health checks. IMPAIRED – Refer to UNHEALTHY state. UNHEALTHY – The WorkSpace is not responding to health checks. REBOOTING – The WorkSpace is being rebooted (restarted). STARTING – The WorkSpace is starting up and health checks are being run. REBUILDING – The WorkSpace is being rebuilt. RESTORING – The WorkSpace is being restored. MAINTENANCE – The WorkSpace is undergoing scheduled maintenance by Amazon Web Services. ADMIN_MAINTENANCE – The WorkSpace is undergoing maintenance by the WorkSpaces administrator. TERMINATING – The WorkSpace is being deleted. TERMINATED – The WorkSpace has been deleted. SUSPENDED – The WorkSpace has been suspended for image creation. UPDATING – The WorkSpace is undergoing an update. STOPPING – The WorkSpace is being stopped. STOPPED – The WorkSpace has been stopped. ERROR – The WorkSpace is an error state (for example, an error occurred during startup). After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.
2778
+ * The operational state of the WorkSpace. After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.
2775
2779
  */
2776
2780
  State?: WorkspaceState;
2777
2781
  /**
@@ -2806,6 +2810,10 @@ declare namespace WorkSpaces {
2806
2810
  * Indicates whether the data stored on the root volume is encrypted.
2807
2811
  */
2808
2812
  RootVolumeEncryptionEnabled?: BooleanObject;
2813
+ /**
2814
+ * The name of the user-decoupled WorkSpace.
2815
+ */
2816
+ WorkspaceName?: WorkspaceName;
2809
2817
  /**
2810
2818
  * The properties of the WorkSpace.
2811
2819
  */
@@ -3099,6 +3107,7 @@ declare namespace WorkSpaces {
3099
3107
  export type WorkspaceImageRequiredTenancy = "DEFAULT"|"DEDICATED"|string;
3100
3108
  export type WorkspaceImageState = "AVAILABLE"|"PENDING"|"ERROR"|string;
3101
3109
  export type WorkspaceList = Workspace[];
3110
+ export type WorkspaceName = string;
3102
3111
  export interface WorkspaceProperties {
3103
3112
  /**
3104
3113
  * The running mode. For more information, see Manage the WorkSpace Running Mode. The MANUAL value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
@@ -3135,7 +3144,7 @@ declare namespace WorkSpaces {
3135
3144
  */
3136
3145
  DirectoryId: DirectoryId;
3137
3146
  /**
3138
- * The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.
3147
+ * The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace. The reserved keyword, [UNDEFINED], is used when creating user-decoupled WorkSpaces.
3139
3148
  */
3140
3149
  UserName: UserName;
3141
3150
  /**
@@ -3162,6 +3171,10 @@ declare namespace WorkSpaces {
3162
3171
  * The tags for the WorkSpace.
3163
3172
  */
3164
3173
  Tags?: TagList;
3174
+ /**
3175
+ * The name of the user-decoupled WorkSpace.
3176
+ */
3177
+ WorkspaceName?: WorkspaceName;
3165
3178
  }
3166
3179
  export type WorkspaceRequestList = WorkspaceRequest[];
3167
3180
  export interface WorkspaceResourceAssociation {
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1553.0',
86
+ VERSION: '2.1555.0',
87
87
 
88
88
  /**
89
89
  * @api private