cdk-lambda-subminute 2.0.482 → 2.0.484

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.
@@ -162,7 +162,7 @@ declare namespace Polly {
162
162
  SynthesisTask?: SynthesisTask;
163
163
  }
164
164
  export type IncludeAdditionalLanguageCodes = boolean;
165
- export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|string;
165
+ export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH"|string;
166
166
  export type LanguageCodeList = LanguageCode[];
167
167
  export type LanguageName = string;
168
168
  export type LastModified = Date;
@@ -488,7 +488,7 @@ declare namespace Polly {
488
488
  */
489
489
  SupportedEngines?: EngineList;
490
490
  }
491
- export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|string;
491
+ export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|"Jitka"|"Sabrina"|string;
492
492
  export type VoiceList = Voice[];
493
493
  export type VoiceName = string;
494
494
  /**
@@ -1949,6 +1949,20 @@ declare namespace WorkSpaces {
1949
1949
  */
1950
1950
  NextToken?: PaginationToken;
1951
1951
  }
1952
+ export interface DescribeWorkspaceDirectoriesFilter {
1953
+ /**
1954
+ * The name of the WorkSpaces to filter.
1955
+ */
1956
+ Name: DescribeWorkspaceDirectoriesFilterName;
1957
+ /**
1958
+ * The values for filtering WorkSpaces
1959
+ */
1960
+ Values: DescribeWorkspaceDirectoriesFilterValues;
1961
+ }
1962
+ export type DescribeWorkspaceDirectoriesFilterList = DescribeWorkspaceDirectoriesFilter[];
1963
+ export type DescribeWorkspaceDirectoriesFilterName = "USER_IDENTITY_TYPE"|"WORKSPACE_TYPE"|string;
1964
+ export type DescribeWorkspaceDirectoriesFilterValue = string;
1965
+ export type DescribeWorkspaceDirectoriesFilterValues = DescribeWorkspaceDirectoriesFilterValue[];
1952
1966
  export interface DescribeWorkspaceDirectoriesRequest {
1953
1967
  /**
1954
1968
  * The identifiers of the directories. If the value is null, all directories are retrieved.
@@ -1966,6 +1980,10 @@ declare namespace WorkSpaces {
1966
1980
  * If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
1967
1981
  */
1968
1982
  NextToken?: PaginationToken;
1983
+ /**
1984
+ * The filter condition for the WorkSpaces.
1985
+ */
1986
+ Filters?: DescribeWorkspaceDirectoriesFilterList;
1969
1987
  }
1970
1988
  export interface DescribeWorkspaceDirectoriesResult {
1971
1989
  /**
@@ -2308,6 +2326,16 @@ declare namespace WorkSpaces {
2308
2326
  */
2309
2327
  AccountLink?: AccountLink;
2310
2328
  }
2329
+ export interface IDCConfig {
2330
+ /**
2331
+ * The Amazon Resource Name (ARN) of the identity center instance.
2332
+ */
2333
+ InstanceArn?: ARN;
2334
+ /**
2335
+ * The Amazon Resource Name (ARN) of the application.
2336
+ */
2337
+ ApplicationArn?: ARN;
2338
+ }
2311
2339
  export type IdleDisconnectTimeoutInSeconds = number;
2312
2340
  export type ImageAssociatedResourceType = "APPLICATION"|string;
2313
2341
  export type ImageAssociatedResourceTypeList = ImageAssociatedResourceType[];
@@ -2578,6 +2606,17 @@ declare namespace WorkSpaces {
2578
2606
  export type ManagementCidrRangeMaxResults = number;
2579
2607
  export type MaxUserDurationInSeconds = number;
2580
2608
  export type MaximumLength = number;
2609
+ export interface MicrosoftEntraConfig {
2610
+ /**
2611
+ * The identifier of the tenant.
2612
+ */
2613
+ TenantId?: MicrosoftEntraConfigTenantId;
2614
+ /**
2615
+ * The Amazon Resource Name (ARN) of the application config.
2616
+ */
2617
+ ApplicationConfigSecretArn?: SecretsManagerArn;
2618
+ }
2619
+ export type MicrosoftEntraConfigTenantId = string;
2581
2620
  export interface MigrateWorkspaceRequest {
2582
2621
  /**
2583
2622
  * The identifier of the WorkSpace to migrate from.
@@ -2862,6 +2901,14 @@ declare namespace WorkSpaces {
2862
2901
  * The type of identity management the user is using.
2863
2902
  */
2864
2903
  UserIdentityType?: UserIdentityType;
2904
+ /**
2905
+ * The Amazon Resource Name (ARN) of the identity center instance.
2906
+ */
2907
+ IdcInstanceArn?: ARN;
2908
+ /**
2909
+ * The details about Microsoft Entra config.
2910
+ */
2911
+ MicrosoftEntraConfig?: MicrosoftEntraConfig;
2865
2912
  /**
2866
2913
  * Indicates whether the directory's WorkSpace type is personal or pools.
2867
2914
  */
@@ -3307,7 +3354,7 @@ declare namespace WorkSpaces {
3307
3354
  */
3308
3355
  WorkspacesPool?: WorkspacesPool;
3309
3356
  }
3310
- export type UserIdentityType = "CUSTOMER_MANAGED"|"AWS_DIRECTORY_SERVICE"|string;
3357
+ export type UserIdentityType = "CUSTOMER_MANAGED"|"AWS_DIRECTORY_SERVICE"|"AWS_IAM_IDENTITY_CENTER"|string;
3311
3358
  export type UserName = string;
3312
3359
  export interface UserSetting {
3313
3360
  /**
@@ -3673,6 +3720,10 @@ declare namespace WorkSpaces {
3673
3720
  * The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory for WorkSpaces login.
3674
3721
  */
3675
3722
  CertificateBasedAuthProperties?: CertificateBasedAuthProperties;
3723
+ /**
3724
+ * Specifies details about Microsoft Entra configurations.
3725
+ */
3726
+ MicrosoftEntraConfig?: MicrosoftEntraConfig;
3676
3727
  /**
3677
3728
  * The name fo the WorkSpace directory.
3678
3729
  */
@@ -3689,6 +3740,10 @@ declare namespace WorkSpaces {
3689
3740
  * Indicates whether the directory's WorkSpace type is personal or pools.
3690
3741
  */
3691
3742
  WorkspaceType?: WorkspaceType;
3743
+ /**
3744
+ * Specifies details about identity center configurations.
3745
+ */
3746
+ IDCConfig?: IDCConfig;
3692
3747
  /**
3693
3748
  * Information about the Active Directory config.
3694
3749
  */
@@ -3706,7 +3761,7 @@ declare namespace WorkSpaces {
3706
3761
  export type WorkspaceDirectoryName = string;
3707
3762
  export type WorkspaceDirectoryNameList = WorkspaceDirectoryName[];
3708
3763
  export type WorkspaceDirectoryState = "REGISTERING"|"REGISTERED"|"DEREGISTERING"|"DEREGISTERED"|"ERROR"|string;
3709
- export type WorkspaceDirectoryType = "SIMPLE_AD"|"AD_CONNECTOR"|"CUSTOMER_MANAGED"|string;
3764
+ export type WorkspaceDirectoryType = "SIMPLE_AD"|"AD_CONNECTOR"|"CUSTOMER_MANAGED"|"AWS_IAM_IDENTITY_CENTER"|string;
3710
3765
  export type WorkspaceErrorCode = string;
3711
3766
  export type WorkspaceId = string;
3712
3767
  export type WorkspaceIdList = WorkspaceId[];
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1682.0',
86
+ VERSION: '2.1684.0',
87
87
 
88
88
  /**
89
89
  * @api private