aws-sdk 2.1646.0 → 2.1647.0

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.
@@ -288,7 +288,10 @@
288
288
  "shape": "Sr"
289
289
  },
290
290
  "identityProviderType": {},
291
- "portalArn": {}
291
+ "portalArn": {},
292
+ "tags": {
293
+ "shape": "Sk"
294
+ }
292
295
  }
293
296
  },
294
297
  "output": {
@@ -509,6 +512,7 @@
509
512
  },
510
513
  "copyAllowed": {},
511
514
  "customerManagedKey": {},
515
+ "deepLinkAllowed": {},
512
516
  "disconnectTimeoutInMinutes": {
513
517
  "type": "integer"
514
518
  },
@@ -1605,6 +1609,7 @@
1605
1609
  "shape": "S1n"
1606
1610
  },
1607
1611
  "copyAllowed": {},
1612
+ "deepLinkAllowed": {},
1608
1613
  "disconnectTimeoutInMinutes": {
1609
1614
  "type": "integer"
1610
1615
  },
@@ -1969,6 +1974,7 @@
1969
1974
  "shape": "S1n"
1970
1975
  },
1971
1976
  "copyAllowed": {},
1977
+ "deepLinkAllowed": {},
1972
1978
  "disconnectTimeoutInMinutes": {
1973
1979
  "type": "integer"
1974
1980
  },
@@ -2272,6 +2278,7 @@
2272
2278
  },
2273
2279
  "copyAllowed": {},
2274
2280
  "customerManagedKey": {},
2281
+ "deepLinkAllowed": {},
2275
2282
  "disconnectTimeoutInMinutes": {
2276
2283
  "type": "integer"
2277
2284
  },
@@ -28,11 +28,11 @@ declare class CustomerProfiles extends Service {
28
28
  */
29
29
  createCalculatedAttributeDefinition(callback?: (err: AWSError, data: CustomerProfiles.Types.CreateCalculatedAttributeDefinitionResponse) => void): Request<CustomerProfiles.Types.CreateCalculatedAttributeDefinitionResponse, AWSError>;
30
30
  /**
31
- * Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
31
+ * Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. It is not possible to associate a Customer Profiles domain with an Amazon Connect Instance directly from the API. If you would like to create a domain and associate a Customer Profiles domain, use the Amazon Connect admin website. For more information, see Enable Customer Profiles. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain.
32
32
  */
33
33
  createDomain(params: CustomerProfiles.Types.CreateDomainRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.CreateDomainResponse) => void): Request<CustomerProfiles.Types.CreateDomainResponse, AWSError>;
34
34
  /**
35
- * Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
35
+ * Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. It is not possible to associate a Customer Profiles domain with an Amazon Connect Instance directly from the API. If you would like to create a domain and associate a Customer Profiles domain, use the Amazon Connect admin website. For more information, see Enable Customer Profiles. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain.
36
36
  */
37
37
  createDomain(callback?: (err: AWSError, data: CustomerProfiles.Types.CreateDomainResponse) => void): Request<CustomerProfiles.Types.CreateDomainResponse, AWSError>;
38
38
  /**
@@ -915,7 +915,7 @@ declare namespace CustomerProfiles {
915
915
  */
916
916
  DomainName: name;
917
917
  /**
918
- * A unique account number that you have given to the customer.
918
+ * An account number that you have given to the customer.
919
919
  */
920
920
  AccountNumber?: sensitiveString1To255;
921
921
  /**
@@ -1798,6 +1798,14 @@ declare namespace CustomerProfiles {
1798
1798
  * The format of your sourceLastUpdatedTimestamp that was previously set up.
1799
1799
  */
1800
1800
  SourceLastUpdatedTimestampFormat?: string1To255;
1801
+ /**
1802
+ * The amount of provisioned profile object max count available.
1803
+ */
1804
+ MaxAvailableProfileObjectCount?: minSize0;
1805
+ /**
1806
+ * The amount of profile object max count assigned to the object type.
1807
+ */
1808
+ MaxProfileObjectCount?: minSize1;
1801
1809
  /**
1802
1810
  * A map of the name and ObjectType field.
1803
1811
  */
@@ -2357,6 +2365,14 @@ declare namespace CustomerProfiles {
2357
2365
  * The timestamp of when the domain was most recently edited.
2358
2366
  */
2359
2367
  LastUpdatedAt?: timestamp;
2368
+ /**
2369
+ * The amount of profile object max count assigned to the object type.
2370
+ */
2371
+ MaxProfileObjectCount?: minSize1;
2372
+ /**
2373
+ * The amount of provisioned profile object max count available.
2374
+ */
2375
+ MaxAvailableProfileObjectCount?: minSize0;
2360
2376
  /**
2361
2377
  * The tags used to organize, track, or control access for this resource.
2362
2378
  */
@@ -2717,7 +2733,7 @@ declare namespace CustomerProfiles {
2717
2733
  */
2718
2734
  ProfileId?: uuid;
2719
2735
  /**
2720
- * A unique account number that you have given to the customer.
2736
+ * An account number that you have given to the customer.
2721
2737
  */
2722
2738
  AccountNumber?: sensitiveString1To255;
2723
2739
  /**
@@ -2937,6 +2953,10 @@ declare namespace CustomerProfiles {
2937
2953
  * The format of your sourceLastUpdatedTimestamp that was previously set up.
2938
2954
  */
2939
2955
  SourceLastUpdatedTimestampFormat?: string1To255;
2956
+ /**
2957
+ * The amount of profile object max count assigned to the object type
2958
+ */
2959
+ MaxProfileObjectCount?: minSize1;
2940
2960
  /**
2941
2961
  * A map of the name and ObjectType field.
2942
2962
  */
@@ -2979,6 +2999,14 @@ declare namespace CustomerProfiles {
2979
2999
  * The format of your sourceLastUpdatedTimestamp that was previously set up in fields that were parsed using SimpleDateFormat. If you have sourceLastUpdatedTimestamp in your field, you must set up sourceLastUpdatedTimestampFormat.
2980
3000
  */
2981
3001
  SourceLastUpdatedTimestampFormat?: string1To255;
3002
+ /**
3003
+ * The amount of profile object max count assigned to the object type.
3004
+ */
3005
+ MaxProfileObjectCount?: minSize1;
3006
+ /**
3007
+ * The amount of provisioned profile object max count available.
3008
+ */
3009
+ MaxAvailableProfileObjectCount?: minSize0;
2982
3010
  /**
2983
3011
  * A map of the name and ObjectType field.
2984
3012
  */
@@ -3504,7 +3532,7 @@ declare namespace CustomerProfiles {
3504
3532
  */
3505
3533
  AdditionalInformation?: sensitiveString0To1000;
3506
3534
  /**
3507
- * A unique account number that you have given to the customer.
3535
+ * An account number that you have given to the customer.
3508
3536
  */
3509
3537
  AccountNumber?: sensitiveString0To255;
3510
3538
  /**
@@ -3638,6 +3666,8 @@ declare namespace CustomerProfiles {
3638
3666
  export type matchesNumber = number;
3639
3667
  export type maxSize100 = number;
3640
3668
  export type message = string;
3669
+ export type minSize0 = number;
3670
+ export type minSize1 = number;
3641
3671
  export type optionalBoolean = boolean;
3642
3672
  export type requestValueList = string1To255[];
3643
3673
  export type s3BucketName = string;
@@ -672,7 +672,7 @@ declare namespace QBusiness {
672
672
  */
673
673
  containsAll?: DocumentAttribute;
674
674
  /**
675
- * Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types: dateValue, longValue, stringListValue and stringValue.
675
+ * Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types: stringListValue.
676
676
  */
677
677
  containsAny?: DocumentAttribute;
678
678
  /**
@@ -842,7 +842,7 @@ declare namespace QBusiness {
842
842
  */
843
843
  conversationId?: ConversationId;
844
844
  /**
845
- * The identifier of the previous end user text input message in a conversation.
845
+ * The identifier of the previous system message in a conversation.
846
846
  */
847
847
  parentMessageId?: MessageId;
848
848
  /**
@@ -960,6 +960,10 @@ declare namespace QBusiness {
960
960
  * An option to allow end users to upload files directly during chat.
961
961
  */
962
962
  attachmentsConfiguration?: AttachmentsConfiguration;
963
+ /**
964
+ * An option to allow end users to create and use Amazon Q Apps in the web experience.
965
+ */
966
+ qAppsConfiguration?: QAppsConfiguration;
963
967
  }
964
968
  export interface CreateApplicationResponse {
965
969
  /**
@@ -1034,7 +1038,7 @@ declare namespace QBusiness {
1034
1038
  */
1035
1039
  displayName: IndexName;
1036
1040
  /**
1037
- * The index type that's suitable for your needs. For more information on what's included in each type of index or index tier, see Amazon Q Business tiers.
1041
+ * The index type that's suitable for your needs. For more information on what's included in each type of index, see Amazon Q Business tiers.
1038
1042
  */
1039
1043
  type?: IndexType;
1040
1044
  /**
@@ -1745,6 +1749,10 @@ declare namespace QBusiness {
1745
1749
  * Settings for whether end users can upload files directly during chat.
1746
1750
  */
1747
1751
  attachmentsConfiguration?: AppliedAttachmentsConfiguration;
1752
+ /**
1753
+ * Settings for whether end users can create and use Amazon Q Apps in the web experience.
1754
+ */
1755
+ qAppsConfiguration?: QAppsConfiguration;
1748
1756
  }
1749
1757
  export interface GetChatControlsConfigurationRequest {
1750
1758
  /**
@@ -2863,6 +2871,13 @@ declare namespace QBusiness {
2863
2871
  }
2864
2872
  export interface PutGroupResponse {
2865
2873
  }
2874
+ export interface QAppsConfiguration {
2875
+ /**
2876
+ * Status information about whether end users can create and use Amazon Q Apps in the web experience.
2877
+ */
2878
+ qAppsControlMode: QAppsControlMode;
2879
+ }
2880
+ export type QAppsControlMode = "ENABLED"|"DISABLED"|string;
2866
2881
  export type ReadAccessType = "ALLOW"|"DENY"|string;
2867
2882
  export type ResponseScope = "ENTERPRISE_CONTENT_ONLY"|"EXTENDED_KNOWLEDGE_ENABLED"|string;
2868
2883
  export interface Retriever {
@@ -3172,6 +3187,10 @@ declare namespace QBusiness {
3172
3187
  * An option to allow end users to upload files directly during chat.
3173
3188
  */
3174
3189
  attachmentsConfiguration?: AttachmentsConfiguration;
3190
+ /**
3191
+ * An option to allow end users to create and use Amazon Q Apps in the web experience.
3192
+ */
3193
+ qAppsConfiguration?: QAppsConfiguration;
3175
3194
  }
3176
3195
  export interface UpdateApplicationResponse {
3177
3196
  }
@@ -763,6 +763,10 @@ declare namespace WorkSpacesWeb {
763
763
  * The ARN of the web portal.
764
764
  */
765
765
  portalArn: ARN;
766
+ /**
767
+ * The tags to add to the identity provider resource. A tag is a key-value pair.
768
+ */
769
+ tags?: TagList;
766
770
  }
767
771
  export interface CreateIdentityProviderResponse {
768
772
  /**
@@ -796,7 +800,7 @@ declare namespace WorkSpacesWeb {
796
800
  */
797
801
  ipRules: IpRuleList;
798
802
  /**
799
- * The tags to add to the browser settings resource. A tag is a key-value pair.
803
+ * The tags to add to the IP access settings resource. A tag is a key-value pair.
800
804
  */
801
805
  tags?: TagList;
802
806
  }
@@ -939,6 +943,10 @@ declare namespace WorkSpacesWeb {
939
943
  * The customer managed key used to encrypt sensitive information in the user settings.
940
944
  */
941
945
  customerManagedKey?: keyArn;
946
+ /**
947
+ * Specifies whether the user can use deep links that open automatically when connecting to a session.
948
+ */
949
+ deepLinkAllowed?: EnabledType;
942
950
  /**
943
951
  * The amount of time that a streaming session remains active after users disconnect.
944
952
  */
@@ -1972,6 +1980,10 @@ declare namespace WorkSpacesWeb {
1972
1980
  * Specifies whether the user can copy text from the streaming session to the local device.
1973
1981
  */
1974
1982
  copyAllowed?: EnabledType;
1983
+ /**
1984
+ * Specifies whether the user can use deep links that open automatically when connecting to a session.
1985
+ */
1986
+ deepLinkAllowed?: EnabledType;
1975
1987
  /**
1976
1988
  * The amount of time that a streaming session remains active after users disconnect.
1977
1989
  */
@@ -2053,6 +2065,10 @@ declare namespace WorkSpacesWeb {
2053
2065
  * The customer managed key used to encrypt sensitive information in the user settings.
2054
2066
  */
2055
2067
  customerManagedKey?: keyArn;
2068
+ /**
2069
+ * Specifies whether the user can use deep links that open automatically when connecting to a session.
2070
+ */
2071
+ deepLinkAllowed?: EnabledType;
2056
2072
  /**
2057
2073
  * The amount of time that a streaming session remains active after users disconnect.
2058
2074
  */
@@ -2092,6 +2108,10 @@ declare namespace WorkSpacesWeb {
2092
2108
  * Specifies whether the user can copy text from the streaming session to the local device.
2093
2109
  */
2094
2110
  copyAllowed?: EnabledType;
2111
+ /**
2112
+ * Specifies whether the user can use deep links that open automatically when connecting to a session.
2113
+ */
2114
+ deepLinkAllowed?: EnabledType;
2095
2115
  /**
2096
2116
  * The amount of time that a streaming session remains active after users disconnect.
2097
2117
  */
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1646.0',
86
+ VERSION: '2.1647.0',
87
87
 
88
88
  /**
89
89
  * @api private