aws-sdk 2.1604.0 → 2.1605.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -602,6 +602,10 @@ declare namespace WorkSpacesWeb {
602
602
  export type AuthenticationType = "Standard"|"IAM_Identity_Center"|string;
603
603
  export type BrowserPolicy = string;
604
604
  export interface BrowserSettings {
605
+ /**
606
+ * The additional encryption context of the browser settings.
607
+ */
608
+ additionalEncryptionContext?: EncryptionContextMap;
605
609
  /**
606
610
  * A list of web portal ARNs that this browser settings is associated with.
607
611
  */
@@ -614,6 +618,10 @@ declare namespace WorkSpacesWeb {
614
618
  * The ARN of the browser settings.
615
619
  */
616
620
  browserSettingsArn: ARN;
621
+ /**
622
+ * The customer managed key used to encrypt sensitive information in the browser settings.
623
+ */
624
+ customerManagedKey?: keyArn;
617
625
  }
618
626
  export type BrowserSettingsList = BrowserSettingsSummary[];
619
627
  export interface BrowserSettingsSummary {
@@ -716,7 +724,7 @@ declare namespace WorkSpacesWeb {
716
724
  */
717
725
  browserPolicy: BrowserPolicy;
718
726
  /**
719
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
727
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
720
728
  */
721
729
  clientToken?: ClientToken;
722
730
  /**
@@ -736,11 +744,11 @@ declare namespace WorkSpacesWeb {
736
744
  }
737
745
  export interface CreateIdentityProviderRequest {
738
746
  /**
739
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
747
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
740
748
  */
741
749
  clientToken?: ClientToken;
742
750
  /**
743
- * The identity provider details. The following list describes the provider detail keys for each identity provider type. For Google and Login with Amazon: client_id client_secret authorize_scopes For Facebook: client_id client_secret authorize_scopes api_version For Sign in with Apple: client_id team_id key_id private_key authorize_scopes For OIDC providers: client_id client_secret attributes_request_method oidc_issuer authorize_scopes authorize_url if not available from discovery URL specified by oidc_issuer key token_url if not available from discovery URL specified by oidc_issuer key attributes_url if not available from discovery URL specified by oidc_issuer key jwks_uri if not available from discovery URL specified by oidc_issuer key For SAML providers: MetadataFile OR MetadataURL IDPSignout (boolean) optional
751
+ * The identity provider details. The following list describes the provider detail keys for each identity provider type. For Google and Login with Amazon: client_id client_secret authorize_scopes For Facebook: client_id client_secret authorize_scopes api_version For Sign in with Apple: client_id team_id key_id private_key authorize_scopes For OIDC providers: client_id client_secret attributes_request_method oidc_issuer authorize_scopes authorize_url if not available from discovery URL specified by oidc_issuer key token_url if not available from discovery URL specified by oidc_issuer key attributes_url if not available from discovery URL specified by oidc_issuer key jwks_uri if not available from discovery URL specified by oidc_issuer key For SAML providers: MetadataFile OR MetadataURL IDPSignout (boolean) optional IDPInit (boolean) optional RequestSigningAlgorithm (string) optional - Only accepts rsa-sha256 EncryptedResponses (boolean) optional
744
752
  */
745
753
  identityProviderDetails: IdentityProviderDetails;
746
754
  /**
@@ -768,7 +776,7 @@ declare namespace WorkSpacesWeb {
768
776
  */
769
777
  additionalEncryptionContext?: EncryptionContextMap;
770
778
  /**
771
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
779
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
772
780
  */
773
781
  clientToken?: ClientToken;
774
782
  /**
@@ -800,7 +808,7 @@ declare namespace WorkSpacesWeb {
800
808
  }
801
809
  export interface CreateNetworkSettingsRequest {
802
810
  /**
803
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
811
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
804
812
  */
805
813
  clientToken?: ClientToken;
806
814
  /**
@@ -832,11 +840,11 @@ declare namespace WorkSpacesWeb {
832
840
  */
833
841
  additionalEncryptionContext?: EncryptionContextMap;
834
842
  /**
835
- * The type of authentication integration points used when signing into the web portal. Defaults to Standard. Standard web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. IAM_Identity_Center web portals are authenticated through AWS IAM Identity Center (successor to AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
843
+ * The type of authentication integration points used when signing into the web portal. Defaults to Standard. Standard web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. IAM Identity Center web portals are authenticated through IAM Identity Center (successor to Single Sign-On). Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
836
844
  */
837
845
  authenticationType?: AuthenticationType;
838
846
  /**
839
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
847
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
840
848
  */
841
849
  clientToken?: ClientToken;
842
850
  /**
@@ -847,6 +855,14 @@ declare namespace WorkSpacesWeb {
847
855
  * The name of the web portal. This is not visible to users who log into the web portal.
848
856
  */
849
857
  displayName?: DisplayName;
858
+ /**
859
+ * The type and resources of the underlying instance.
860
+ */
861
+ instanceType?: InstanceType;
862
+ /**
863
+ * The maximum number of concurrent sessions for the portal.
864
+ */
865
+ maxConcurrentSessions?: MaxConcurrentSessions;
850
866
  /**
851
867
  * The tags to add to the web portal. A tag is a key-value pair.
852
868
  */
@@ -868,7 +884,7 @@ declare namespace WorkSpacesWeb {
868
884
  */
869
885
  certificateList: CertificateList;
870
886
  /**
871
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
887
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
872
888
  */
873
889
  clientToken?: ClientToken;
874
890
  /**
@@ -884,7 +900,7 @@ declare namespace WorkSpacesWeb {
884
900
  }
885
901
  export interface CreateUserAccessLoggingSettingsRequest {
886
902
  /**
887
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
903
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
888
904
  */
889
905
  clientToken?: ClientToken;
890
906
  /**
@@ -908,7 +924,7 @@ declare namespace WorkSpacesWeb {
908
924
  */
909
925
  additionalEncryptionContext?: EncryptionContextMap;
910
926
  /**
911
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
927
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
912
928
  */
913
929
  clientToken?: ClientToken;
914
930
  /**
@@ -1213,7 +1229,7 @@ declare namespace WorkSpacesWeb {
1213
1229
  */
1214
1230
  identityProviderArn: SubresourceARN;
1215
1231
  /**
1216
- * The identity provider details. The following list describes the provider detail keys for each identity provider type. For Google and Login with Amazon: client_id client_secret authorize_scopes For Facebook: client_id client_secret authorize_scopes api_version For Sign in with Apple: client_id team_id key_id private_key authorize_scopes For OIDC providers: client_id client_secret attributes_request_method oidc_issuer authorize_scopes authorize_url if not available from discovery URL specified by oidc_issuer key token_url if not available from discovery URL specified by oidc_issuer key attributes_url if not available from discovery URL specified by oidc_issuer key jwks_uri if not available from discovery URL specified by oidc_issuer key For SAML providers: MetadataFile OR MetadataURL IDPSignout optional
1232
+ * The identity provider details. The following list describes the provider detail keys for each identity provider type. For Google and Login with Amazon: client_id client_secret authorize_scopes For Facebook: client_id client_secret authorize_scopes api_version For Sign in with Apple: client_id team_id key_id private_key authorize_scopes For OIDC providers: client_id client_secret attributes_request_method oidc_issuer authorize_scopes authorize_url if not available from discovery URL specified by oidc_issuer key token_url if not available from discovery URL specified by oidc_issuer key attributes_url if not available from discovery URL specified by oidc_issuer key jwks_uri if not available from discovery URL specified by oidc_issuer key For SAML providers: MetadataFile OR MetadataURL IDPSignout (boolean) optional IDPInit (boolean) optional RequestSigningAlgorithm (string) optional - Only accepts rsa-sha256 EncryptedResponses (boolean) optional
1217
1233
  */
1218
1234
  identityProviderDetails?: IdentityProviderDetails;
1219
1235
  /**
@@ -1244,7 +1260,12 @@ declare namespace WorkSpacesWeb {
1244
1260
  }
1245
1261
  export type IdentityProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"SignInWithApple"|"OIDC"|string;
1246
1262
  export type IdleDisconnectTimeoutInMinutes = number;
1263
+ export type InstanceType = "standard.regular"|"standard.large"|"standard.xlarge"|string;
1247
1264
  export interface IpAccessSettings {
1265
+ /**
1266
+ * The additional encryption context of the IP access settings.
1267
+ */
1268
+ additionalEncryptionContext?: EncryptionContextMap;
1248
1269
  /**
1249
1270
  * A list of web portal ARNs that this IP access settings resource is associated with.
1250
1271
  */
@@ -1253,6 +1274,10 @@ declare namespace WorkSpacesWeb {
1253
1274
  * The creation date timestamp of the IP access settings.
1254
1275
  */
1255
1276
  creationDate?: Timestamp;
1277
+ /**
1278
+ * The customer managed key used to encrypt sensitive information in the IP access settings.
1279
+ */
1280
+ customerManagedKey?: keyArn;
1256
1281
  /**
1257
1282
  * The description of the IP access settings.
1258
1283
  */
@@ -1506,6 +1531,7 @@ declare namespace WorkSpacesWeb {
1506
1531
  */
1507
1532
  userSettings?: UserSettingsList;
1508
1533
  }
1534
+ export type MaxConcurrentSessions = number;
1509
1535
  export type MaxResults = number;
1510
1536
  export interface NetworkSettings {
1511
1537
  /**
@@ -1543,7 +1569,11 @@ declare namespace WorkSpacesWeb {
1543
1569
  export type PaginationToken = string;
1544
1570
  export interface Portal {
1545
1571
  /**
1546
- * The type of authentication integration points used when signing into the web portal. Defaults to Standard. Standard web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. IAM_Identity_Center web portals are authenticated through AWS IAM Identity Center (successor to AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
1572
+ * The additional encryption context of the portal.
1573
+ */
1574
+ additionalEncryptionContext?: EncryptionContextMap;
1575
+ /**
1576
+ * The type of authentication integration points used when signing into the web portal. Defaults to Standard. Standard web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. IAM Identity Center web portals are authenticated through IAM Identity Center (successor to Single Sign-On). Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
1547
1577
  */
1548
1578
  authenticationType?: AuthenticationType;
1549
1579
  /**
@@ -1558,14 +1588,26 @@ declare namespace WorkSpacesWeb {
1558
1588
  * The creation date of the web portal.
1559
1589
  */
1560
1590
  creationDate?: Timestamp;
1591
+ /**
1592
+ * The customer managed key used to encrypt sensitive information in the portal.
1593
+ */
1594
+ customerManagedKey?: keyArn;
1561
1595
  /**
1562
1596
  * The name of the web portal.
1563
1597
  */
1564
1598
  displayName?: DisplayName;
1599
+ /**
1600
+ * The type and resources of the underlying instance.
1601
+ */
1602
+ instanceType?: InstanceType;
1565
1603
  /**
1566
1604
  * The ARN of the IP access settings.
1567
1605
  */
1568
1606
  ipAccessSettingsArn?: ARN;
1607
+ /**
1608
+ * The maximum number of concurrent sessions for the portal.
1609
+ */
1610
+ maxConcurrentSessions?: MaxConcurrentSessions;
1569
1611
  /**
1570
1612
  * The ARN of the network settings that is associated with the web portal.
1571
1613
  */
@@ -1608,7 +1650,7 @@ declare namespace WorkSpacesWeb {
1608
1650
  export type PortalStatus = "Incomplete"|"Pending"|"Active"|string;
1609
1651
  export interface PortalSummary {
1610
1652
  /**
1611
- * The type of authentication integration points used when signing into the web portal. Defaults to Standard. Standard web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. IAM_Identity_Center web portals are authenticated through AWS IAM Identity Center (successor to AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
1653
+ * The type of authentication integration points used when signing into the web portal. Defaults to Standard. Standard web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. IAM Identity Center web portals are authenticated through IAM Identity Center (successor to Single Sign-On). Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
1612
1654
  */
1613
1655
  authenticationType?: AuthenticationType;
1614
1656
  /**
@@ -1627,10 +1669,18 @@ declare namespace WorkSpacesWeb {
1627
1669
  * The name of the web portal.
1628
1670
  */
1629
1671
  displayName?: DisplayName;
1672
+ /**
1673
+ * The type and resources of the underlying instance.
1674
+ */
1675
+ instanceType?: InstanceType;
1630
1676
  /**
1631
1677
  * The ARN of the IP access settings.
1632
1678
  */
1633
1679
  ipAccessSettingsArn?: ARN;
1680
+ /**
1681
+ * The maximum number of concurrent sessions for the portal.
1682
+ */
1683
+ maxConcurrentSessions?: MaxConcurrentSessions;
1634
1684
  /**
1635
1685
  * The ARN of the network settings that is associated with the web portal.
1636
1686
  */
@@ -1688,7 +1738,7 @@ declare namespace WorkSpacesWeb {
1688
1738
  export type TagList = Tag[];
1689
1739
  export interface TagResourceRequest {
1690
1740
  /**
1691
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
1741
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
1692
1742
  */
1693
1743
  clientToken?: ClientToken;
1694
1744
  /**
@@ -1743,7 +1793,7 @@ declare namespace WorkSpacesWeb {
1743
1793
  */
1744
1794
  browserSettingsArn: ARN;
1745
1795
  /**
1746
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
1796
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
1747
1797
  */
1748
1798
  clientToken?: ClientToken;
1749
1799
  }
@@ -1755,7 +1805,7 @@ declare namespace WorkSpacesWeb {
1755
1805
  }
1756
1806
  export interface UpdateIdentityProviderRequest {
1757
1807
  /**
1758
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
1808
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
1759
1809
  */
1760
1810
  clientToken?: ClientToken;
1761
1811
  /**
@@ -1763,7 +1813,7 @@ declare namespace WorkSpacesWeb {
1763
1813
  */
1764
1814
  identityProviderArn: SubresourceARN;
1765
1815
  /**
1766
- * The details of the identity provider. The following list describes the provider detail keys for each identity provider type. For Google and Login with Amazon: client_id client_secret authorize_scopes For Facebook: client_id client_secret authorize_scopes api_version For Sign in with Apple: client_id team_id key_id private_key authorize_scopes For OIDC providers: client_id client_secret attributes_request_method oidc_issuer authorize_scopes authorize_url if not available from discovery URL specified by oidc_issuer key token_url if not available from discovery URL specified by oidc_issuer key attributes_url if not available from discovery URL specified by oidc_issuer key jwks_uri if not available from discovery URL specified by oidc_issuer key For SAML providers: MetadataFile OR MetadataURL IDPSignout (boolean) optional
1816
+ * The details of the identity provider. The following list describes the provider detail keys for each identity provider type. For Google and Login with Amazon: client_id client_secret authorize_scopes For Facebook: client_id client_secret authorize_scopes api_version For Sign in with Apple: client_id team_id key_id private_key authorize_scopes For OIDC providers: client_id client_secret attributes_request_method oidc_issuer authorize_scopes authorize_url if not available from discovery URL specified by oidc_issuer key token_url if not available from discovery URL specified by oidc_issuer key attributes_url if not available from discovery URL specified by oidc_issuer key jwks_uri if not available from discovery URL specified by oidc_issuer key For SAML providers: MetadataFile OR MetadataURL IDPSignout (boolean) optional IDPInit (boolean) optional RequestSigningAlgorithm (string) optional - Only accepts rsa-sha256 EncryptedResponses (boolean) optional
1767
1817
  */
1768
1818
  identityProviderDetails?: IdentityProviderDetails;
1769
1819
  /**
@@ -1783,7 +1833,7 @@ declare namespace WorkSpacesWeb {
1783
1833
  }
1784
1834
  export interface UpdateIpAccessSettingsRequest {
1785
1835
  /**
1786
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
1836
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
1787
1837
  */
1788
1838
  clientToken?: ClientToken;
1789
1839
  /**
@@ -1811,7 +1861,7 @@ declare namespace WorkSpacesWeb {
1811
1861
  }
1812
1862
  export interface UpdateNetworkSettingsRequest {
1813
1863
  /**
1814
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
1864
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
1815
1865
  */
1816
1866
  clientToken?: ClientToken;
1817
1867
  /**
@@ -1839,13 +1889,21 @@ declare namespace WorkSpacesWeb {
1839
1889
  }
1840
1890
  export interface UpdatePortalRequest {
1841
1891
  /**
1842
- * The type of authentication integration points used when signing into the web portal. Defaults to Standard. Standard web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. IAM_Identity_Center web portals are authenticated through AWS IAM Identity Center (successor to AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
1892
+ * The type of authentication integration points used when signing into the web portal. Defaults to Standard. Standard web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. IAM Identity Center web portals are authenticated through IAM Identity Center (successor to Single Sign-On). Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
1843
1893
  */
1844
1894
  authenticationType?: AuthenticationType;
1845
1895
  /**
1846
1896
  * The name of the web portal. This is not visible to users who log into the web portal.
1847
1897
  */
1848
1898
  displayName?: DisplayName;
1899
+ /**
1900
+ * The type and resources of the underlying instance.
1901
+ */
1902
+ instanceType?: InstanceType;
1903
+ /**
1904
+ * The maximum number of concurrent sessions for the portal.
1905
+ */
1906
+ maxConcurrentSessions?: MaxConcurrentSessions;
1849
1907
  /**
1850
1908
  * The ARN of the web portal.
1851
1909
  */
@@ -1867,7 +1925,7 @@ declare namespace WorkSpacesWeb {
1867
1925
  */
1868
1926
  certificatesToDelete?: CertificateThumbprintList;
1869
1927
  /**
1870
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
1928
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
1871
1929
  */
1872
1930
  clientToken?: ClientToken;
1873
1931
  /**
@@ -1883,7 +1941,7 @@ declare namespace WorkSpacesWeb {
1883
1941
  }
1884
1942
  export interface UpdateUserAccessLoggingSettingsRequest {
1885
1943
  /**
1886
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
1944
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
1887
1945
  */
1888
1946
  clientToken?: ClientToken;
1889
1947
  /**
@@ -1903,7 +1961,7 @@ declare namespace WorkSpacesWeb {
1903
1961
  }
1904
1962
  export interface UpdateUserSettingsRequest {
1905
1963
  /**
1906
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
1964
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
1907
1965
  */
1908
1966
  clientToken?: ClientToken;
1909
1967
  /**
@@ -1975,6 +2033,10 @@ declare namespace WorkSpacesWeb {
1975
2033
  userAccessLoggingSettingsArn: ARN;
1976
2034
  }
1977
2035
  export interface UserSettings {
2036
+ /**
2037
+ * The additional encryption context of the user settings.
2038
+ */
2039
+ additionalEncryptionContext?: EncryptionContextMap;
1978
2040
  /**
1979
2041
  * A list of web portal ARNs that this user settings is associated with.
1980
2042
  */
@@ -1987,6 +2049,10 @@ declare namespace WorkSpacesWeb {
1987
2049
  * Specifies whether the user can copy text from the streaming session to the local device.
1988
2050
  */
1989
2051
  copyAllowed?: EnabledType;
2052
+ /**
2053
+ * The customer managed key used to encrypt sensitive information in the user settings.
2054
+ */
2055
+ customerManagedKey?: keyArn;
1990
2056
  /**
1991
2057
  * The amount of time that a streaming session remains active after users disconnect.
1992
2058
  */
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1604.0',
86
+ VERSION: '2.1605.0',
87
87
 
88
88
  /**
89
89
  * @api private