aws-sdk 2.1020.0 → 2.1024.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
  4. package/apis/chime-sdk-meetings-2021-07-15.min.json +474 -0
  5. package/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
  6. package/apis/connect-2017-08-08.min.json +230 -61
  7. package/apis/connect-2017-08-08.paginators.json +6 -0
  8. package/apis/datasync-2018-11-09.min.json +207 -56
  9. package/apis/ec2-2016-11-15.min.json +513 -499
  10. package/apis/finspace-2021-03-12.min.json +24 -4
  11. package/apis/iotwireless-2020-11-22.min.json +993 -100
  12. package/apis/iotwireless-2020-11-22.paginators.json +15 -0
  13. package/apis/macie2-2020-01-01.min.json +104 -77
  14. package/apis/metadata.json +4 -0
  15. package/apis/sagemaker-2017-07-24.min.json +617 -537
  16. package/apis/translate-2017-07-01.min.json +4 -1
  17. package/apis/wafv2-2019-07-29.min.json +130 -79
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/chimesdkmeetings.d.ts +486 -0
  21. package/clients/chimesdkmeetings.js +18 -0
  22. package/clients/connect.d.ts +194 -21
  23. package/clients/connectparticipant.d.ts +1 -1
  24. package/clients/datasync.d.ts +241 -11
  25. package/clients/ec2.d.ts +23 -6
  26. package/clients/finspace.d.ts +26 -0
  27. package/clients/iotwireless.d.ts +577 -6
  28. package/clients/macie2.d.ts +36 -16
  29. package/clients/resourcegroupstaggingapi.d.ts +29 -29
  30. package/clients/sagemaker.d.ts +111 -16
  31. package/clients/translate.d.ts +13 -12
  32. package/clients/wafv2.d.ts +70 -10
  33. package/dist/aws-sdk-core-react-native.js +2 -2
  34. package/dist/aws-sdk-react-native.js +52 -15
  35. package/dist/aws-sdk.js +760 -564
  36. package/dist/aws-sdk.min.js +71 -71
  37. package/lib/config_service_placeholders.d.ts +2 -0
  38. package/lib/core.js +1 -1
  39. package/package.json +1 -1
@@ -108,11 +108,11 @@ declare class Connect extends Service {
108
108
  */
109
109
  createInstance(callback?: (err: AWSError, data: Connect.Types.CreateInstanceResponse) => void): Request<Connect.Types.CreateInstanceResponse, AWSError>;
110
110
  /**
111
- * Creates an AWS resource association with an Amazon Connect instance.
111
+ * Creates an Amazon Web Services resource association with an Amazon Connect instance.
112
112
  */
113
113
  createIntegrationAssociation(params: Connect.Types.CreateIntegrationAssociationRequest, callback?: (err: AWSError, data: Connect.Types.CreateIntegrationAssociationResponse) => void): Request<Connect.Types.CreateIntegrationAssociationResponse, AWSError>;
114
114
  /**
115
- * Creates an AWS resource association with an Amazon Connect instance.
115
+ * Creates an Amazon Web Services resource association with an Amazon Connect instance.
116
116
  */
117
117
  createIntegrationAssociation(callback?: (err: AWSError, data: Connect.Types.CreateIntegrationAssociationResponse) => void): Request<Connect.Types.CreateIntegrationAssociationResponse, AWSError>;
118
118
  /**
@@ -139,6 +139,14 @@ declare class Connect extends Service {
139
139
  * Creates a new routing profile.
140
140
  */
141
141
  createRoutingProfile(callback?: (err: AWSError, data: Connect.Types.CreateRoutingProfileResponse) => void): Request<Connect.Types.CreateRoutingProfileResponse, AWSError>;
142
+ /**
143
+ * This API is in preview release for Amazon Connect and is subject to change. Creates a security profile.
144
+ */
145
+ createSecurityProfile(params: Connect.Types.CreateSecurityProfileRequest, callback?: (err: AWSError, data: Connect.Types.CreateSecurityProfileResponse) => void): Request<Connect.Types.CreateSecurityProfileResponse, AWSError>;
146
+ /**
147
+ * This API is in preview release for Amazon Connect and is subject to change. Creates a security profile.
148
+ */
149
+ createSecurityProfile(callback?: (err: AWSError, data: Connect.Types.CreateSecurityProfileResponse) => void): Request<Connect.Types.CreateSecurityProfileResponse, AWSError>;
142
150
  /**
143
151
  * Creates a use case for an integration association.
144
152
  */
@@ -180,11 +188,11 @@ declare class Connect extends Service {
180
188
  */
181
189
  deleteInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
182
190
  /**
183
- * Deletes an AWS resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
191
+ * Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
184
192
  */
185
193
  deleteIntegrationAssociation(params: Connect.Types.DeleteIntegrationAssociationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
186
194
  /**
187
- * Deletes an AWS resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
195
+ * Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
188
196
  */
189
197
  deleteIntegrationAssociation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
190
198
  /**
@@ -195,6 +203,14 @@ declare class Connect extends Service {
195
203
  * Deletes a quick connect.
196
204
  */
197
205
  deleteQuickConnect(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
206
+ /**
207
+ * This API is in preview release for Amazon Connect and is subject to change. Deletes a security profile.
208
+ */
209
+ deleteSecurityProfile(params: Connect.Types.DeleteSecurityProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
210
+ /**
211
+ * This API is in preview release for Amazon Connect and is subject to change. Deletes a security profile.
212
+ */
213
+ deleteSecurityProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
198
214
  /**
199
215
  * Deletes a use case from an integration association.
200
216
  */
@@ -291,6 +307,14 @@ declare class Connect extends Service {
291
307
  * Describes the specified routing profile.
292
308
  */
293
309
  describeRoutingProfile(callback?: (err: AWSError, data: Connect.Types.DescribeRoutingProfileResponse) => void): Request<Connect.Types.DescribeRoutingProfileResponse, AWSError>;
310
+ /**
311
+ * This API is in preview release for Amazon Connect and is subject to change. Gets basic information about the security profle.
312
+ */
313
+ describeSecurityProfile(params: Connect.Types.DescribeSecurityProfileRequest, callback?: (err: AWSError, data: Connect.Types.DescribeSecurityProfileResponse) => void): Request<Connect.Types.DescribeSecurityProfileResponse, AWSError>;
314
+ /**
315
+ * This API is in preview release for Amazon Connect and is subject to change. Gets basic information about the security profle.
316
+ */
317
+ describeSecurityProfile(callback?: (err: AWSError, data: Connect.Types.DescribeSecurityProfileResponse) => void): Request<Connect.Types.DescribeSecurityProfileResponse, AWSError>;
294
318
  /**
295
319
  * Describes the specified user account. You can find the instance ID in the console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.
296
320
  */
@@ -476,11 +500,11 @@ declare class Connect extends Service {
476
500
  */
477
501
  listInstances(callback?: (err: AWSError, data: Connect.Types.ListInstancesResponse) => void): Request<Connect.Types.ListInstancesResponse, AWSError>;
478
502
  /**
479
- * Provides summary information about the AWS resource associations for the specified Amazon Connect instance.
503
+ * Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.
480
504
  */
481
505
  listIntegrationAssociations(params: Connect.Types.ListIntegrationAssociationsRequest, callback?: (err: AWSError, data: Connect.Types.ListIntegrationAssociationsResponse) => void): Request<Connect.Types.ListIntegrationAssociationsResponse, AWSError>;
482
506
  /**
483
- * Provides summary information about the AWS resource associations for the specified Amazon Connect instance.
507
+ * Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.
484
508
  */
485
509
  listIntegrationAssociations(callback?: (err: AWSError, data: Connect.Types.ListIntegrationAssociationsResponse) => void): Request<Connect.Types.ListIntegrationAssociationsResponse, AWSError>;
486
510
  /**
@@ -564,11 +588,19 @@ declare class Connect extends Service {
564
588
  */
565
589
  listSecurityKeys(callback?: (err: AWSError, data: Connect.Types.ListSecurityKeysResponse) => void): Request<Connect.Types.ListSecurityKeysResponse, AWSError>;
566
590
  /**
567
- * Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
591
+ * This API is in preview release for Amazon Connect and is subject to change. Lists the permissions granted to a security profile.
592
+ */
593
+ listSecurityProfilePermissions(params: Connect.Types.ListSecurityProfilePermissionsRequest, callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilePermissionsResponse) => void): Request<Connect.Types.ListSecurityProfilePermissionsResponse, AWSError>;
594
+ /**
595
+ * This API is in preview release for Amazon Connect and is subject to change. Lists the permissions granted to a security profile.
596
+ */
597
+ listSecurityProfilePermissions(callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilePermissionsResponse) => void): Request<Connect.Types.ListSecurityProfilePermissionsResponse, AWSError>;
598
+ /**
599
+ * This API is in preview release for Amazon Connect and is subject to change. Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
568
600
  */
569
601
  listSecurityProfiles(params: Connect.Types.ListSecurityProfilesRequest, callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilesResponse) => void): Request<Connect.Types.ListSecurityProfilesResponse, AWSError>;
570
602
  /**
571
- * Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
603
+ * This API is in preview release for Amazon Connect and is subject to change. Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
572
604
  */
573
605
  listSecurityProfiles(callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilesResponse) => void): Request<Connect.Types.ListSecurityProfilesResponse, AWSError>;
574
606
  /**
@@ -843,6 +875,14 @@ declare class Connect extends Service {
843
875
  * Updates the properties associated with a set of queues for a routing profile.
844
876
  */
845
877
  updateRoutingProfileQueues(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
878
+ /**
879
+ * This API is in preview release for Amazon Connect and is subject to change. Updates a security profile.
880
+ */
881
+ updateSecurityProfile(params: Connect.Types.UpdateSecurityProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
882
+ /**
883
+ * This API is in preview release for Amazon Connect and is subject to change. Updates a security profile.
884
+ */
885
+ updateSecurityProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
846
886
  /**
847
887
  * Assigns the specified hierarchy group to the specified user.
848
888
  */
@@ -935,7 +975,7 @@ declare namespace Connect {
935
975
  */
936
976
  State?: AgentStatusState;
937
977
  /**
938
- * One or more tags.
978
+ * The tags used to organize, track, or control access for this resource.
939
979
  */
940
980
  Tags?: TagMap;
941
981
  }
@@ -1206,7 +1246,7 @@ declare namespace Connect {
1206
1246
  */
1207
1247
  DisplayOrder?: AgentStatusOrderNumber;
1208
1248
  /**
1209
- * One or more tags.
1249
+ * The tags used to organize, track, or control access for this resource.
1210
1250
  */
1211
1251
  Tags?: TagMap;
1212
1252
  }
@@ -1278,7 +1318,7 @@ declare namespace Connect {
1278
1318
  */
1279
1319
  Config: HoursOfOperationConfigList;
1280
1320
  /**
1281
- * One or more tags.
1321
+ * The tags used to organize, track, or control access for this resource.
1282
1322
  */
1283
1323
  Tags?: TagMap;
1284
1324
  }
@@ -1354,7 +1394,7 @@ declare namespace Connect {
1354
1394
  */
1355
1395
  SourceType?: SourceType;
1356
1396
  /**
1357
- * One or more tags.
1397
+ * The tags used to organize, track, or control access for this resource.
1358
1398
  */
1359
1399
  Tags?: TagMap;
1360
1400
  }
@@ -1398,7 +1438,7 @@ declare namespace Connect {
1398
1438
  */
1399
1439
  QuickConnectIds?: QuickConnectsList;
1400
1440
  /**
1401
- * One or more tags.
1441
+ * The tags used to organize, track, or control access for this resource.
1402
1442
  */
1403
1443
  Tags?: TagMap;
1404
1444
  }
@@ -1430,7 +1470,7 @@ declare namespace Connect {
1430
1470
  */
1431
1471
  QuickConnectConfig: QuickConnectConfig;
1432
1472
  /**
1433
- * One or more tags.
1473
+ * The tags used to organize, track, or control access for this resource.
1434
1474
  */
1435
1475
  Tags?: TagMap;
1436
1476
  }
@@ -1484,6 +1524,38 @@ declare namespace Connect {
1484
1524
  */
1485
1525
  RoutingProfileId?: RoutingProfileId;
1486
1526
  }
1527
+ export interface CreateSecurityProfileRequest {
1528
+ /**
1529
+ * The name of the security profile.
1530
+ */
1531
+ SecurityProfileName: SecurityProfileName;
1532
+ /**
1533
+ * The description of the security profile.
1534
+ */
1535
+ Description?: SecurityProfileDescription;
1536
+ /**
1537
+ * Permissions assigned to the security profile.
1538
+ */
1539
+ Permissions?: PermissionsList;
1540
+ /**
1541
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1542
+ */
1543
+ InstanceId: InstanceId;
1544
+ /**
1545
+ * The tags used to organize, track, or control access for this resource.
1546
+ */
1547
+ Tags?: TagMap;
1548
+ }
1549
+ export interface CreateSecurityProfileResponse {
1550
+ /**
1551
+ * The identifier for the security profle.
1552
+ */
1553
+ SecurityProfileId?: SecurityProfileId;
1554
+ /**
1555
+ * The Amazon Resource Name (ARN) for the security profile.
1556
+ */
1557
+ SecurityProfileArn?: ARN;
1558
+ }
1487
1559
  export interface CreateUseCaseRequest {
1488
1560
  /**
1489
1561
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -1498,7 +1570,7 @@ declare namespace Connect {
1498
1570
  */
1499
1571
  UseCaseType: UseCaseType;
1500
1572
  /**
1501
- * One or more tags.
1573
+ * The tags used to organize, track, or control access for this resource.
1502
1574
  */
1503
1575
  Tags?: TagMap;
1504
1576
  }
@@ -1677,6 +1749,16 @@ declare namespace Connect {
1677
1749
  */
1678
1750
  QuickConnectId: QuickConnectId;
1679
1751
  }
1752
+ export interface DeleteSecurityProfileRequest {
1753
+ /**
1754
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1755
+ */
1756
+ InstanceId: InstanceId;
1757
+ /**
1758
+ * The identifier for the security profle.
1759
+ */
1760
+ SecurityProfileId: SecurityProfileId;
1761
+ }
1680
1762
  export interface DeleteUseCaseRequest {
1681
1763
  /**
1682
1764
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -1855,6 +1937,22 @@ declare namespace Connect {
1855
1937
  */
1856
1938
  RoutingProfile?: RoutingProfile;
1857
1939
  }
1940
+ export interface DescribeSecurityProfileRequest {
1941
+ /**
1942
+ * The identifier for the security profle.
1943
+ */
1944
+ SecurityProfileId: SecurityProfileId;
1945
+ /**
1946
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1947
+ */
1948
+ InstanceId: InstanceId;
1949
+ }
1950
+ export interface DescribeSecurityProfileResponse {
1951
+ /**
1952
+ * The security profile.
1953
+ */
1954
+ SecurityProfile?: SecurityProfile;
1955
+ }
1858
1956
  export interface DescribeUserHierarchyGroupRequest {
1859
1957
  /**
1860
1958
  * The identifier of the hierarchy group.
@@ -2347,7 +2445,7 @@ declare namespace Connect {
2347
2445
  */
2348
2446
  Config?: HoursOfOperationConfigList;
2349
2447
  /**
2350
- * One or more tags.
2448
+ * The tags used to organize, track, or control access for this resource.
2351
2449
  */
2352
2450
  Tags?: TagMap;
2353
2451
  }
@@ -2816,7 +2914,7 @@ declare namespace Connect {
2816
2914
  */
2817
2915
  InstanceId: InstanceId;
2818
2916
  /**
2819
- *
2917
+ * The type of integration.
2820
2918
  */
2821
2919
  IntegrationType?: IntegrationType;
2822
2920
  /**
@@ -2854,7 +2952,7 @@ declare namespace Connect {
2854
2952
  }
2855
2953
  export interface ListLambdaFunctionsResponse {
2856
2954
  /**
2857
- * The Lambdafunction ARNs associated with the specified instance.
2955
+ * The Lambda function ARNs associated with the specified instance.
2858
2956
  */
2859
2957
  LambdaFunctions?: FunctionArnsList;
2860
2958
  /**
@@ -3102,6 +3200,34 @@ declare namespace Connect {
3102
3200
  */
3103
3201
  NextToken?: NextToken;
3104
3202
  }
3203
+ export interface ListSecurityProfilePermissionsRequest {
3204
+ /**
3205
+ * The identifier for the security profle.
3206
+ */
3207
+ SecurityProfileId: SecurityProfileId;
3208
+ /**
3209
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3210
+ */
3211
+ InstanceId: InstanceId;
3212
+ /**
3213
+ * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
3214
+ */
3215
+ NextToken?: NextToken;
3216
+ /**
3217
+ * The maximum number of results to return per page.
3218
+ */
3219
+ MaxResults?: MaxResult1000;
3220
+ }
3221
+ export interface ListSecurityProfilePermissionsResponse {
3222
+ /**
3223
+ * The permissions granted to the security profile.
3224
+ */
3225
+ Permissions?: PermissionsList;
3226
+ /**
3227
+ * If there are additional results, this is the token for the next set of results.
3228
+ */
3229
+ NextToken?: NextToken;
3230
+ }
3105
3231
  export interface ListSecurityProfilesRequest {
3106
3232
  /**
3107
3233
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -3262,6 +3388,7 @@ declare namespace Connect {
3262
3388
  export type ParticipantId = string;
3263
3389
  export type ParticipantToken = string;
3264
3390
  export type Password = string;
3391
+ export type PermissionsList = SecurityProfilePermission[];
3265
3392
  export type PhoneNumber = string;
3266
3393
  export type PhoneNumberCountryCode = "AF"|"AL"|"DZ"|"AS"|"AD"|"AO"|"AI"|"AQ"|"AG"|"AR"|"AM"|"AW"|"AU"|"AT"|"AZ"|"BS"|"BH"|"BD"|"BB"|"BY"|"BE"|"BZ"|"BJ"|"BM"|"BT"|"BO"|"BA"|"BW"|"BR"|"IO"|"VG"|"BN"|"BG"|"BF"|"BI"|"KH"|"CM"|"CA"|"CV"|"KY"|"CF"|"TD"|"CL"|"CN"|"CX"|"CC"|"CO"|"KM"|"CK"|"CR"|"HR"|"CU"|"CW"|"CY"|"CZ"|"CD"|"DK"|"DJ"|"DM"|"DO"|"TL"|"EC"|"EG"|"SV"|"GQ"|"ER"|"EE"|"ET"|"FK"|"FO"|"FJ"|"FI"|"FR"|"PF"|"GA"|"GM"|"GE"|"DE"|"GH"|"GI"|"GR"|"GL"|"GD"|"GU"|"GT"|"GG"|"GN"|"GW"|"GY"|"HT"|"HN"|"HK"|"HU"|"IS"|"IN"|"ID"|"IR"|"IQ"|"IE"|"IM"|"IL"|"IT"|"CI"|"JM"|"JP"|"JE"|"JO"|"KZ"|"KE"|"KI"|"KW"|"KG"|"LA"|"LV"|"LB"|"LS"|"LR"|"LY"|"LI"|"LT"|"LU"|"MO"|"MK"|"MG"|"MW"|"MY"|"MV"|"ML"|"MT"|"MH"|"MR"|"MU"|"YT"|"MX"|"FM"|"MD"|"MC"|"MN"|"ME"|"MS"|"MA"|"MZ"|"MM"|"NA"|"NR"|"NP"|"NL"|"AN"|"NC"|"NZ"|"NI"|"NE"|"NG"|"NU"|"KP"|"MP"|"NO"|"OM"|"PK"|"PW"|"PA"|"PG"|"PY"|"PE"|"PH"|"PN"|"PL"|"PT"|"PR"|"QA"|"CG"|"RE"|"RO"|"RU"|"RW"|"BL"|"SH"|"KN"|"LC"|"MF"|"PM"|"VC"|"WS"|"SM"|"ST"|"SA"|"SN"|"RS"|"SC"|"SL"|"SG"|"SX"|"SK"|"SI"|"SB"|"SO"|"ZA"|"KR"|"ES"|"LK"|"SD"|"SR"|"SJ"|"SZ"|"SE"|"CH"|"SY"|"TW"|"TJ"|"TZ"|"TH"|"TG"|"TK"|"TO"|"TT"|"TN"|"TR"|"TM"|"TC"|"TV"|"VI"|"UG"|"UA"|"AE"|"GB"|"US"|"UY"|"UZ"|"VU"|"VA"|"VE"|"VN"|"WF"|"EH"|"YE"|"ZM"|"ZW"|string;
3267
3394
  export type PhoneNumberCountryCodes = PhoneNumberCountryCode[];
@@ -3351,7 +3478,7 @@ declare namespace Connect {
3351
3478
  */
3352
3479
  Status?: QueueStatus;
3353
3480
  /**
3354
- * One or more tags.
3481
+ * The tags used to organize, track, or control access for this resource.
3355
3482
  */
3356
3483
  Tags?: TagMap;
3357
3484
  }
@@ -3424,7 +3551,7 @@ declare namespace Connect {
3424
3551
  */
3425
3552
  QuickConnectConfig?: QuickConnectConfig;
3426
3553
  /**
3427
- * One or more tags.
3554
+ * The tags used to organize, track, or control access for this resource.
3428
3555
  */
3429
3556
  Tags?: TagMap;
3430
3557
  }
@@ -3634,9 +3761,37 @@ declare namespace Connect {
3634
3761
  CreationTime?: timestamp;
3635
3762
  }
3636
3763
  export type SecurityKeysList = SecurityKey[];
3764
+ export interface SecurityProfile {
3765
+ /**
3766
+ * The identifier for the security profile.
3767
+ */
3768
+ Id?: SecurityProfileId;
3769
+ /**
3770
+ * The organization resource identifier for the security profile.
3771
+ */
3772
+ OrganizationResourceId?: InstanceId;
3773
+ /**
3774
+ * The Amazon Resource Name (ARN) for the secruity profile.
3775
+ */
3776
+ Arn?: ARN;
3777
+ /**
3778
+ * The name for the security profile.
3779
+ */
3780
+ SecurityProfileName?: SecurityProfileName;
3781
+ /**
3782
+ * The description of the security profile.
3783
+ */
3784
+ Description?: SecurityProfileDescription;
3785
+ /**
3786
+ * The tags used to organize, track, or control access for this resource.
3787
+ */
3788
+ Tags?: TagMap;
3789
+ }
3790
+ export type SecurityProfileDescription = string;
3637
3791
  export type SecurityProfileId = string;
3638
3792
  export type SecurityProfileIds = SecurityProfileId[];
3639
3793
  export type SecurityProfileName = string;
3794
+ export type SecurityProfilePermission = string;
3640
3795
  export interface SecurityProfileSummary {
3641
3796
  /**
3642
3797
  * The identifier of the security profile.
@@ -4043,7 +4198,7 @@ declare namespace Connect {
4043
4198
  */
4044
4199
  InstanceId: InstanceId;
4045
4200
  /**
4046
- * The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.
4201
+ * The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
4047
4202
  */
4048
4203
  AttributeType: InstanceAttributeType;
4049
4204
  /**
@@ -4233,6 +4388,24 @@ declare namespace Connect {
4233
4388
  */
4234
4389
  QueueConfigs: RoutingProfileQueueConfigList;
4235
4390
  }
4391
+ export interface UpdateSecurityProfileRequest {
4392
+ /**
4393
+ * The description of the security profile.
4394
+ */
4395
+ Description?: SecurityProfileDescription;
4396
+ /**
4397
+ * The permissions granted to a security profile.
4398
+ */
4399
+ Permissions?: PermissionsList;
4400
+ /**
4401
+ * The identifier for the security profle.
4402
+ */
4403
+ SecurityProfileId: SecurityProfileId;
4404
+ /**
4405
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
4406
+ */
4407
+ InstanceId: InstanceId;
4408
+ }
4236
4409
  export interface UpdateUserHierarchyGroupNameRequest {
4237
4410
  /**
4238
4411
  * The name of the hierarchy group. Must not be more than 100 characters.
@@ -105,7 +105,7 @@ declare namespace ConnectParticipant {
105
105
  export type ChatContent = string;
106
106
  export type ChatContentType = string;
107
107
  export type ChatItemId = string;
108
- export type ChatItemType = "TYPING"|"PARTICIPANT_JOINED"|"PARTICIPANT_LEFT"|"CHAT_ENDED"|"TRANSFER_SUCCEEDED"|"TRANSFER_FAILED"|"MESSAGE"|"EVENT"|"ATTACHMENT"|"CONNECTION_ACK"|"PARTICIPANT_ACTIVE"|"PARTICIPANT_INACTIVE"|"PARTICIPANT_ENGAGED"|"PARTICIPANT_DISENGAGED"|string;
108
+ export type ChatItemType = "TYPING"|"PARTICIPANT_JOINED"|"PARTICIPANT_LEFT"|"CHAT_ENDED"|"TRANSFER_SUCCEEDED"|"TRANSFER_FAILED"|"MESSAGE"|"EVENT"|"ATTACHMENT"|"CONNECTION_ACK"|string;
109
109
  export type ClientToken = string;
110
110
  export interface CompleteAttachmentUploadRequest {
111
111
  /**