aws-sdk 2.1012.0 → 2.1013.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.
- package/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +4 -2
- package/apis/quicksight-2018-04-01.min.json +27 -21
- package/clients/auditmanager.d.ts +19 -19
- package/clients/chime.d.ts +8 -0
- package/clients/connect.d.ts +11 -11
- package/clients/finspace.js +0 -1
- package/clients/finspacedata.js +0 -1
- package/clients/lexmodelsv2.js +0 -1
- package/clients/lookoutmetrics.js +0 -1
- package/clients/quicksight.d.ts +12 -2
- package/dist/aws-sdk-core-react-native.js +47 -22
- package/dist/aws-sdk-react-native.js +265 -326
- package/dist/aws-sdk.js +139 -23
- package/dist/aws-sdk.min.js +9 -9
- package/lib/core.js +1 -1
- package/lib/protocol/rest_json.js +6 -12
- package/lib/region_config.js +34 -1
- package/lib/region_config_data.json +91 -0
- package/lib/request.js +4 -6
- package/lib/service.js +1 -1
- package/package.json +2 -2
- package/scripts/region-checker/allowlist.js +4 -0
- package/lib/services/finspace.js +0 -23
- package/lib/services/finspacedata.js +0 -23
- package/lib/services/lexmodelsv2.js +0 -23
- package/lib/services/lookoutmetrics.js +0 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1013.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1013.0
|
|
6
|
+
* bugfix: endpoint: Support FIPS in endpoint heuristics
|
|
7
|
+
* feature: AuditManager: This release introduces character restrictions for ControlSet names. We updated regex patterns for the following attributes: ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet.
|
|
8
|
+
* feature: Chime: Chime VoiceConnector and VoiceConnectorGroup APIs will now return an ARN.
|
|
9
|
+
* feature: QuickSight: Added QSearchBar option for GenerateEmbedUrlForRegisteredUser ExperienceConfiguration to support Q search bar embedding
|
|
10
|
+
* feature: rest-json: Update serialization of Rest-JSON API input and Content-Type
|
|
11
|
+
|
|
5
12
|
## 2.1012.0
|
|
6
13
|
* feature: Appflow: Feature to add support for JSON-L format for S3 as a source.
|
|
7
14
|
* feature: DirectConnect: This release adds 4 new APIS, which needs to be public able
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1013.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -7006,7 +7006,8 @@
|
|
|
7006
7006
|
},
|
|
7007
7007
|
"UpdatedTimestamp": {
|
|
7008
7008
|
"shape": "S2a"
|
|
7009
|
-
}
|
|
7009
|
+
},
|
|
7010
|
+
"VoiceConnectorArn": {}
|
|
7010
7011
|
}
|
|
7011
7012
|
},
|
|
7012
7013
|
"S5v": {
|
|
@@ -7038,7 +7039,8 @@
|
|
|
7038
7039
|
},
|
|
7039
7040
|
"UpdatedTimestamp": {
|
|
7040
7041
|
"shape": "S2a"
|
|
7041
|
-
}
|
|
7042
|
+
},
|
|
7043
|
+
"VoiceConnectorGroupArn": {}
|
|
7042
7044
|
}
|
|
7043
7045
|
},
|
|
7044
7046
|
"S6u": {
|
|
@@ -2839,6 +2839,12 @@
|
|
|
2839
2839
|
"members": {
|
|
2840
2840
|
"InitialPath": {}
|
|
2841
2841
|
}
|
|
2842
|
+
},
|
|
2843
|
+
"QSearchBar": {
|
|
2844
|
+
"type": "structure",
|
|
2845
|
+
"members": {
|
|
2846
|
+
"InitialTopicId": {}
|
|
2847
|
+
}
|
|
2842
2848
|
}
|
|
2843
2849
|
}
|
|
2844
2850
|
}
|
|
@@ -3012,7 +3018,7 @@
|
|
|
3012
3018
|
"type": "structure",
|
|
3013
3019
|
"members": {
|
|
3014
3020
|
"AnalysisSummaryList": {
|
|
3015
|
-
"shape": "
|
|
3021
|
+
"shape": "Sbu"
|
|
3016
3022
|
},
|
|
3017
3023
|
"NextToken": {},
|
|
3018
3024
|
"Status": {
|
|
@@ -3114,7 +3120,7 @@
|
|
|
3114
3120
|
"type": "structure",
|
|
3115
3121
|
"members": {
|
|
3116
3122
|
"DashboardSummaryList": {
|
|
3117
|
-
"shape": "
|
|
3123
|
+
"shape": "Sc2"
|
|
3118
3124
|
},
|
|
3119
3125
|
"NextToken": {},
|
|
3120
3126
|
"Status": {
|
|
@@ -3321,7 +3327,7 @@
|
|
|
3321
3327
|
"type": "integer"
|
|
3322
3328
|
},
|
|
3323
3329
|
"FolderSummaryList": {
|
|
3324
|
-
"shape": "
|
|
3330
|
+
"shape": "Sch"
|
|
3325
3331
|
},
|
|
3326
3332
|
"NextToken": {},
|
|
3327
3333
|
"RequestId": {}
|
|
@@ -3417,7 +3423,7 @@
|
|
|
3417
3423
|
"type": "structure",
|
|
3418
3424
|
"members": {
|
|
3419
3425
|
"GroupList": {
|
|
3420
|
-
"shape": "
|
|
3426
|
+
"shape": "Sco"
|
|
3421
3427
|
},
|
|
3422
3428
|
"NextToken": {},
|
|
3423
3429
|
"RequestId": {},
|
|
@@ -4042,7 +4048,7 @@
|
|
|
4042
4048
|
"type": "structure",
|
|
4043
4049
|
"members": {
|
|
4044
4050
|
"GroupList": {
|
|
4045
|
-
"shape": "
|
|
4051
|
+
"shape": "Sco"
|
|
4046
4052
|
},
|
|
4047
4053
|
"NextToken": {},
|
|
4048
4054
|
"RequestId": {},
|
|
@@ -4221,7 +4227,7 @@
|
|
|
4221
4227
|
"type": "structure",
|
|
4222
4228
|
"members": {
|
|
4223
4229
|
"AnalysisSummaryList": {
|
|
4224
|
-
"shape": "
|
|
4230
|
+
"shape": "Sbu"
|
|
4225
4231
|
},
|
|
4226
4232
|
"NextToken": {},
|
|
4227
4233
|
"Status": {
|
|
@@ -4271,7 +4277,7 @@
|
|
|
4271
4277
|
"type": "structure",
|
|
4272
4278
|
"members": {
|
|
4273
4279
|
"DashboardSummaryList": {
|
|
4274
|
-
"shape": "
|
|
4280
|
+
"shape": "Sc2"
|
|
4275
4281
|
},
|
|
4276
4282
|
"NextToken": {},
|
|
4277
4283
|
"Status": {
|
|
@@ -4322,7 +4328,7 @@
|
|
|
4322
4328
|
"type": "integer"
|
|
4323
4329
|
},
|
|
4324
4330
|
"FolderSummaryList": {
|
|
4325
|
-
"shape": "
|
|
4331
|
+
"shape": "Sch"
|
|
4326
4332
|
},
|
|
4327
4333
|
"NextToken": {},
|
|
4328
4334
|
"RequestId": {}
|
|
@@ -4535,10 +4541,10 @@
|
|
|
4535
4541
|
"locationName": "AnalysisId"
|
|
4536
4542
|
},
|
|
4537
4543
|
"GrantPermissions": {
|
|
4538
|
-
"shape": "
|
|
4544
|
+
"shape": "Seu"
|
|
4539
4545
|
},
|
|
4540
4546
|
"RevokePermissions": {
|
|
4541
|
-
"shape": "
|
|
4547
|
+
"shape": "Seu"
|
|
4542
4548
|
}
|
|
4543
4549
|
}
|
|
4544
4550
|
},
|
|
@@ -4629,10 +4635,10 @@
|
|
|
4629
4635
|
"locationName": "DashboardId"
|
|
4630
4636
|
},
|
|
4631
4637
|
"GrantPermissions": {
|
|
4632
|
-
"shape": "
|
|
4638
|
+
"shape": "Seu"
|
|
4633
4639
|
},
|
|
4634
4640
|
"RevokePermissions": {
|
|
4635
|
-
"shape": "
|
|
4641
|
+
"shape": "Seu"
|
|
4636
4642
|
}
|
|
4637
4643
|
}
|
|
4638
4644
|
},
|
|
@@ -5204,10 +5210,10 @@
|
|
|
5204
5210
|
"locationName": "TemplateId"
|
|
5205
5211
|
},
|
|
5206
5212
|
"GrantPermissions": {
|
|
5207
|
-
"shape": "
|
|
5213
|
+
"shape": "Seu"
|
|
5208
5214
|
},
|
|
5209
5215
|
"RevokePermissions": {
|
|
5210
|
-
"shape": "
|
|
5216
|
+
"shape": "Seu"
|
|
5211
5217
|
}
|
|
5212
5218
|
}
|
|
5213
5219
|
},
|
|
@@ -5337,10 +5343,10 @@
|
|
|
5337
5343
|
"locationName": "ThemeId"
|
|
5338
5344
|
},
|
|
5339
5345
|
"GrantPermissions": {
|
|
5340
|
-
"shape": "
|
|
5346
|
+
"shape": "Seu"
|
|
5341
5347
|
},
|
|
5342
5348
|
"RevokePermissions": {
|
|
5343
|
-
"shape": "
|
|
5349
|
+
"shape": "Seu"
|
|
5344
5350
|
}
|
|
5345
5351
|
}
|
|
5346
5352
|
},
|
|
@@ -6583,7 +6589,7 @@
|
|
|
6583
6589
|
"type": "string",
|
|
6584
6590
|
"sensitive": true
|
|
6585
6591
|
},
|
|
6586
|
-
"
|
|
6592
|
+
"Sbu": {
|
|
6587
6593
|
"type": "list",
|
|
6588
6594
|
"member": {
|
|
6589
6595
|
"type": "structure",
|
|
@@ -6601,7 +6607,7 @@
|
|
|
6601
6607
|
}
|
|
6602
6608
|
}
|
|
6603
6609
|
},
|
|
6604
|
-
"
|
|
6610
|
+
"Sc2": {
|
|
6605
6611
|
"type": "list",
|
|
6606
6612
|
"member": {
|
|
6607
6613
|
"type": "structure",
|
|
@@ -6624,7 +6630,7 @@
|
|
|
6624
6630
|
}
|
|
6625
6631
|
}
|
|
6626
6632
|
},
|
|
6627
|
-
"
|
|
6633
|
+
"Sch": {
|
|
6628
6634
|
"type": "list",
|
|
6629
6635
|
"member": {
|
|
6630
6636
|
"type": "structure",
|
|
@@ -6642,13 +6648,13 @@
|
|
|
6642
6648
|
}
|
|
6643
6649
|
}
|
|
6644
6650
|
},
|
|
6645
|
-
"
|
|
6651
|
+
"Sco": {
|
|
6646
6652
|
"type": "list",
|
|
6647
6653
|
"member": {
|
|
6648
6654
|
"shape": "S5n"
|
|
6649
6655
|
}
|
|
6650
6656
|
},
|
|
6651
|
-
"
|
|
6657
|
+
"Seu": {
|
|
6652
6658
|
"type": "list",
|
|
6653
6659
|
"member": {
|
|
6654
6660
|
"shape": "S11"
|
|
@@ -132,11 +132,11 @@ declare class AuditManager extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
deregisterAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Removes the specified member account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
|
|
135
|
+
* Removes the specified member Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
|
|
136
136
|
*/
|
|
137
137
|
deregisterOrganizationAdminAccount(params: AuditManager.Types.DeregisterOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Removes the specified member account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
|
|
139
|
+
* Removes the specified member Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
|
|
140
140
|
*/
|
|
141
141
|
deregisterOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
|
|
142
142
|
/**
|
|
@@ -260,11 +260,11 @@ declare class AuditManager extends Service {
|
|
|
260
260
|
*/
|
|
261
261
|
getServicesInScope(callback?: (err: AWSError, data: AuditManager.Types.GetServicesInScopeResponse) => void): Request<AuditManager.Types.GetServicesInScopeResponse, AWSError>;
|
|
262
262
|
/**
|
|
263
|
-
* Returns the settings for the specified account.
|
|
263
|
+
* Returns the settings for the specified Amazon Web Services account.
|
|
264
264
|
*/
|
|
265
265
|
getSettings(params: AuditManager.Types.GetSettingsRequest, callback?: (err: AWSError, data: AuditManager.Types.GetSettingsResponse) => void): Request<AuditManager.Types.GetSettingsResponse, AWSError>;
|
|
266
266
|
/**
|
|
267
|
-
* Returns the settings for the specified account.
|
|
267
|
+
* Returns the settings for the specified Amazon Web Services account.
|
|
268
268
|
*/
|
|
269
269
|
getSettings(callback?: (err: AWSError, data: AuditManager.Types.GetSettingsResponse) => void): Request<AuditManager.Types.GetSettingsResponse, AWSError>;
|
|
270
270
|
/**
|
|
@@ -324,19 +324,19 @@ declare class AuditManager extends Service {
|
|
|
324
324
|
*/
|
|
325
325
|
listTagsForResource(callback?: (err: AWSError, data: AuditManager.Types.ListTagsForResourceResponse) => void): Request<AuditManager.Types.ListTagsForResourceResponse, AWSError>;
|
|
326
326
|
/**
|
|
327
|
-
* Enables Audit Manager for the specified account.
|
|
327
|
+
* Enables Audit Manager for the specified Amazon Web Services account.
|
|
328
328
|
*/
|
|
329
329
|
registerAccount(params: AuditManager.Types.RegisterAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.RegisterAccountResponse) => void): Request<AuditManager.Types.RegisterAccountResponse, AWSError>;
|
|
330
330
|
/**
|
|
331
|
-
* Enables Audit Manager for the specified account.
|
|
331
|
+
* Enables Audit Manager for the specified Amazon Web Services account.
|
|
332
332
|
*/
|
|
333
333
|
registerAccount(callback?: (err: AWSError, data: AuditManager.Types.RegisterAccountResponse) => void): Request<AuditManager.Types.RegisterAccountResponse, AWSError>;
|
|
334
334
|
/**
|
|
335
|
-
* Enables an account within the organization as the delegated administrator for Audit Manager.
|
|
335
|
+
* Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
|
|
336
336
|
*/
|
|
337
337
|
registerOrganizationAdminAccount(params: AuditManager.Types.RegisterOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.RegisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.RegisterOrganizationAdminAccountResponse, AWSError>;
|
|
338
338
|
/**
|
|
339
|
-
* Enables an account within the organization as the delegated administrator for Audit Manager.
|
|
339
|
+
* Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
|
|
340
340
|
*/
|
|
341
341
|
registerOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.RegisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.RegisterOrganizationAdminAccountResponse, AWSError>;
|
|
342
342
|
/**
|
|
@@ -423,15 +423,15 @@ declare class AuditManager extends Service {
|
|
|
423
423
|
declare namespace AuditManager {
|
|
424
424
|
export interface AWSAccount {
|
|
425
425
|
/**
|
|
426
|
-
* The identifier for the specified account.
|
|
426
|
+
* The identifier for the specified Amazon Web Services account.
|
|
427
427
|
*/
|
|
428
428
|
id?: AccountId;
|
|
429
429
|
/**
|
|
430
|
-
* The email address associated with the specified account.
|
|
430
|
+
* The email address associated with the specified Amazon Web Services account.
|
|
431
431
|
*/
|
|
432
432
|
emailAddress?: EmailAddress;
|
|
433
433
|
/**
|
|
434
|
-
* The name of the specified account.
|
|
434
|
+
* The name of the specified Amazon Web Services account.
|
|
435
435
|
*/
|
|
436
436
|
name?: AccountName;
|
|
437
437
|
}
|
|
@@ -456,7 +456,7 @@ declare namespace AuditManager {
|
|
|
456
456
|
*/
|
|
457
457
|
arn?: AuditManagerArn;
|
|
458
458
|
/**
|
|
459
|
-
* The account associated with the assessment.
|
|
459
|
+
* The Amazon Web Services account associated with the assessment.
|
|
460
460
|
*/
|
|
461
461
|
awsAccount?: AWSAccount;
|
|
462
462
|
/**
|
|
@@ -711,7 +711,7 @@ declare namespace AuditManager {
|
|
|
711
711
|
*/
|
|
712
712
|
assessmentReportsDestination?: AssessmentReportsDestination;
|
|
713
713
|
/**
|
|
714
|
-
* The wrapper of accounts and services in scope for the assessment.
|
|
714
|
+
* The wrapper of Amazon Web Services accounts and services in scope for the assessment.
|
|
715
715
|
*/
|
|
716
716
|
scope?: Scope;
|
|
717
717
|
/**
|
|
@@ -780,7 +780,7 @@ declare namespace AuditManager {
|
|
|
780
780
|
*/
|
|
781
781
|
description?: AssessmentReportDescription;
|
|
782
782
|
/**
|
|
783
|
-
* The identifier for the specified account.
|
|
783
|
+
* The identifier for the specified Amazon Web Services account.
|
|
784
784
|
*/
|
|
785
785
|
awsAccountId?: AccountId;
|
|
786
786
|
/**
|
|
@@ -1559,7 +1559,7 @@ declare namespace AuditManager {
|
|
|
1559
1559
|
*/
|
|
1560
1560
|
dataSource?: String;
|
|
1561
1561
|
/**
|
|
1562
|
-
* The identifier for the specified account.
|
|
1562
|
+
* The identifier for the specified Amazon Web Services account.
|
|
1563
1563
|
*/
|
|
1564
1564
|
evidenceAwsAccountId?: AccountId;
|
|
1565
1565
|
/**
|
|
@@ -1595,11 +1595,11 @@ declare namespace AuditManager {
|
|
|
1595
1595
|
*/
|
|
1596
1596
|
complianceCheck?: String;
|
|
1597
1597
|
/**
|
|
1598
|
-
* The account from which the evidence is collected, and its organization path.
|
|
1598
|
+
* The Amazon Web Services account from which the evidence is collected, and its organization path.
|
|
1599
1599
|
*/
|
|
1600
1600
|
awsOrganization?: String;
|
|
1601
1601
|
/**
|
|
1602
|
-
* The identifier for the specified account.
|
|
1602
|
+
* The identifier for the specified Amazon Web Services account.
|
|
1603
1603
|
*/
|
|
1604
1604
|
awsAccountId?: AccountId;
|
|
1605
1605
|
/**
|
|
@@ -1707,7 +1707,7 @@ declare namespace AuditManager {
|
|
|
1707
1707
|
}
|
|
1708
1708
|
export interface GetAccountStatusResponse {
|
|
1709
1709
|
/**
|
|
1710
|
-
* The status of the specified account.
|
|
1710
|
+
* The status of the specified Amazon Web Services account.
|
|
1711
1711
|
*/
|
|
1712
1712
|
status?: AccountStatus;
|
|
1713
1713
|
}
|
|
@@ -2231,7 +2231,7 @@ declare namespace AuditManager {
|
|
|
2231
2231
|
export type SNSTopic = string;
|
|
2232
2232
|
export interface Scope {
|
|
2233
2233
|
/**
|
|
2234
|
-
* The accounts included in the scope of the assessment.
|
|
2234
|
+
* The Amazon Web Services accounts included in the scope of the assessment.
|
|
2235
2235
|
*/
|
|
2236
2236
|
awsAccounts?: AWSAccounts;
|
|
2237
2237
|
/**
|
package/clients/chime.d.ts
CHANGED
|
@@ -6581,6 +6581,10 @@ declare namespace Chime {
|
|
|
6581
6581
|
* The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
|
|
6582
6582
|
*/
|
|
6583
6583
|
UpdatedTimestamp?: Iso8601Timestamp;
|
|
6584
|
+
/**
|
|
6585
|
+
* The ARN of the specified Amazon Chime Voice Connector.
|
|
6586
|
+
*/
|
|
6587
|
+
VoiceConnectorArn?: NonEmptyString;
|
|
6584
6588
|
}
|
|
6585
6589
|
export type VoiceConnectorAwsRegion = "us-east-1"|"us-west-2"|string;
|
|
6586
6590
|
export interface VoiceConnectorGroup {
|
|
@@ -6604,6 +6608,10 @@ declare namespace Chime {
|
|
|
6604
6608
|
* The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
|
|
6605
6609
|
*/
|
|
6606
6610
|
UpdatedTimestamp?: Iso8601Timestamp;
|
|
6611
|
+
/**
|
|
6612
|
+
* The ARN of the specified Amazon Chime Voice Connector group.
|
|
6613
|
+
*/
|
|
6614
|
+
VoiceConnectorGroupArn?: NonEmptyString;
|
|
6607
6615
|
}
|
|
6608
6616
|
export type VoiceConnectorGroupList = VoiceConnectorGroup[];
|
|
6609
6617
|
export type VoiceConnectorGroupName = string;
|
package/clients/connect.d.ts
CHANGED
|
@@ -92,11 +92,11 @@ declare class Connect extends Service {
|
|
|
92
92
|
*/
|
|
93
93
|
createContactFlow(callback?: (err: AWSError, data: Connect.Types.CreateContactFlowResponse) => void): Request<Connect.Types.CreateContactFlowResponse, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* Creates hours of operation.
|
|
96
96
|
*/
|
|
97
97
|
createHoursOfOperation(params: Connect.Types.CreateHoursOfOperationRequest, callback?: (err: AWSError, data: Connect.Types.CreateHoursOfOperationResponse) => void): Request<Connect.Types.CreateHoursOfOperationResponse, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
99
|
+
* Creates hours of operation.
|
|
100
100
|
*/
|
|
101
101
|
createHoursOfOperation(callback?: (err: AWSError, data: Connect.Types.CreateHoursOfOperationResponse) => void): Request<Connect.Types.CreateHoursOfOperationResponse, AWSError>;
|
|
102
102
|
/**
|
|
@@ -164,11 +164,11 @@ declare class Connect extends Service {
|
|
|
164
164
|
*/
|
|
165
165
|
createUserHierarchyGroup(callback?: (err: AWSError, data: Connect.Types.CreateUserHierarchyGroupResponse) => void): Request<Connect.Types.CreateUserHierarchyGroupResponse, AWSError>;
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
167
|
+
* Deletes an hours of operation.
|
|
168
168
|
*/
|
|
169
169
|
deleteHoursOfOperation(params: Connect.Types.DeleteHoursOfOperationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
170
170
|
/**
|
|
171
|
-
*
|
|
171
|
+
* Deletes an hours of operation.
|
|
172
172
|
*/
|
|
173
173
|
deleteHoursOfOperation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
174
174
|
/**
|
|
@@ -236,11 +236,11 @@ declare class Connect extends Service {
|
|
|
236
236
|
*/
|
|
237
237
|
describeContactFlow(callback?: (err: AWSError, data: Connect.Types.DescribeContactFlowResponse) => void): Request<Connect.Types.DescribeContactFlowResponse, AWSError>;
|
|
238
238
|
/**
|
|
239
|
-
*
|
|
239
|
+
* Describes the hours of operation.
|
|
240
240
|
*/
|
|
241
241
|
describeHoursOfOperation(params: Connect.Types.DescribeHoursOfOperationRequest, callback?: (err: AWSError, data: Connect.Types.DescribeHoursOfOperationResponse) => void): Request<Connect.Types.DescribeHoursOfOperationResponse, AWSError>;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* Describes the hours of operation.
|
|
244
244
|
*/
|
|
245
245
|
describeHoursOfOperation(callback?: (err: AWSError, data: Connect.Types.DescribeHoursOfOperationResponse) => void): Request<Connect.Types.DescribeHoursOfOperationResponse, AWSError>;
|
|
246
246
|
/**
|
|
@@ -716,11 +716,11 @@ declare class Connect extends Service {
|
|
|
716
716
|
*/
|
|
717
717
|
updateContactFlowName(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
718
718
|
/**
|
|
719
|
-
*
|
|
719
|
+
* Updates the hours of operation.
|
|
720
720
|
*/
|
|
721
721
|
updateHoursOfOperation(params: Connect.Types.UpdateHoursOfOperationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
722
722
|
/**
|
|
723
|
-
*
|
|
723
|
+
* Updates the hours of operation.
|
|
724
724
|
*/
|
|
725
725
|
updateHoursOfOperation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
726
726
|
/**
|
|
@@ -2334,11 +2334,11 @@ declare namespace Connect {
|
|
|
2334
2334
|
*/
|
|
2335
2335
|
Day: HoursOfOperationDays;
|
|
2336
2336
|
/**
|
|
2337
|
-
* The start time that your contact center
|
|
2337
|
+
* The start time that your contact center opens.
|
|
2338
2338
|
*/
|
|
2339
2339
|
StartTime: HoursOfOperationTimeSlice;
|
|
2340
2340
|
/**
|
|
2341
|
-
* The end time that your contact center
|
|
2341
|
+
* The end time that your contact center closes.
|
|
2342
2342
|
*/
|
|
2343
2343
|
EndTime: HoursOfOperationTimeSlice;
|
|
2344
2344
|
}
|
|
@@ -2849,7 +2849,7 @@ declare namespace Connect {
|
|
|
2849
2849
|
*/
|
|
2850
2850
|
NextToken?: NextToken;
|
|
2851
2851
|
/**
|
|
2852
|
-
* The maximum number of results to return per page.
|
|
2852
|
+
* The maximum number of results to return per page. If no value is specified, the default is 10.
|
|
2853
2853
|
*/
|
|
2854
2854
|
MaxResults?: MaxResult25;
|
|
2855
2855
|
}
|
package/clients/finspace.js
CHANGED
|
@@ -5,7 +5,6 @@ var apiLoader = AWS.apiLoader;
|
|
|
5
5
|
|
|
6
6
|
apiLoader.services['finspace'] = {};
|
|
7
7
|
AWS.Finspace = Service.defineService('finspace', ['2021-03-12']);
|
|
8
|
-
require('../lib/services/finspace');
|
|
9
8
|
Object.defineProperty(apiLoader.services['finspace'], '2021-03-12', {
|
|
10
9
|
get: function get() {
|
|
11
10
|
var model = require('../apis/finspace-2021-03-12.min.json');
|
package/clients/finspacedata.js
CHANGED
|
@@ -5,7 +5,6 @@ var apiLoader = AWS.apiLoader;
|
|
|
5
5
|
|
|
6
6
|
apiLoader.services['finspacedata'] = {};
|
|
7
7
|
AWS.Finspacedata = Service.defineService('finspacedata', ['2020-07-13']);
|
|
8
|
-
require('../lib/services/finspacedata');
|
|
9
8
|
Object.defineProperty(apiLoader.services['finspacedata'], '2020-07-13', {
|
|
10
9
|
get: function get() {
|
|
11
10
|
var model = require('../apis/finspace-data-2020-07-13.min.json');
|
package/clients/lexmodelsv2.js
CHANGED
|
@@ -5,7 +5,6 @@ var apiLoader = AWS.apiLoader;
|
|
|
5
5
|
|
|
6
6
|
apiLoader.services['lexmodelsv2'] = {};
|
|
7
7
|
AWS.LexModelsV2 = Service.defineService('lexmodelsv2', ['2020-08-07']);
|
|
8
|
-
require('../lib/services/lexmodelsv2');
|
|
9
8
|
Object.defineProperty(apiLoader.services['lexmodelsv2'], '2020-08-07', {
|
|
10
9
|
get: function get() {
|
|
11
10
|
var model = require('../apis/models.lex.v2-2020-08-07.min.json');
|
|
@@ -5,7 +5,6 @@ var apiLoader = AWS.apiLoader;
|
|
|
5
5
|
|
|
6
6
|
apiLoader.services['lookoutmetrics'] = {};
|
|
7
7
|
AWS.LookoutMetrics = Service.defineService('lookoutmetrics', ['2017-07-25']);
|
|
8
|
-
require('../lib/services/lookoutmetrics');
|
|
9
8
|
Object.defineProperty(apiLoader.services['lookoutmetrics'], '2017-07-25', {
|
|
10
9
|
get: function get() {
|
|
11
10
|
var model = require('../apis/lookoutmetrics-2017-07-25.min.json');
|
package/clients/quicksight.d.ts
CHANGED
|
@@ -4066,13 +4066,13 @@ declare namespace QuickSight {
|
|
|
4066
4066
|
*/
|
|
4067
4067
|
UserArn: Arn;
|
|
4068
4068
|
/**
|
|
4069
|
-
* The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards
|
|
4069
|
+
* The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards, the entire Amazon QuickSight console, or the Amazon QuickSight Q search bar.
|
|
4070
4070
|
*/
|
|
4071
4071
|
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfiguration;
|
|
4072
4072
|
}
|
|
4073
4073
|
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
4074
4074
|
/**
|
|
4075
|
-
* The embed URL for the Amazon QuickSight dashboard or
|
|
4075
|
+
* The embed URL for the Amazon QuickSight dashboard, console, or Q search bar.
|
|
4076
4076
|
*/
|
|
4077
4077
|
EmbedUrl: EmbeddingUrl;
|
|
4078
4078
|
/**
|
|
@@ -5509,6 +5509,16 @@ declare namespace QuickSight {
|
|
|
5509
5509
|
* The configuration details for providing an Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide. Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the UpdateUser API operation. Use RegisterUser API operation to add a new user with a custom permission profile attached. For more information, see the following sections in the Amazon QuickSight User Guide: Embedding the Full Functionality of the Amazon QuickSight Console for Authenticated Users Customizing Access to the Amazon QuickSight Console For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
|
|
5510
5510
|
*/
|
|
5511
5511
|
QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
|
|
5512
|
+
/**
|
|
5513
|
+
* The configuration details for embedding the Q search bar. For more information about embedding the Q search bar, see Embedding Overview.
|
|
5514
|
+
*/
|
|
5515
|
+
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
|
|
5516
|
+
}
|
|
5517
|
+
export interface RegisteredUserQSearchBarEmbeddingConfiguration {
|
|
5518
|
+
/**
|
|
5519
|
+
* The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open. If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.
|
|
5520
|
+
*/
|
|
5521
|
+
InitialTopicId?: RestrictiveResourceId;
|
|
5512
5522
|
}
|
|
5513
5523
|
export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
|
|
5514
5524
|
/**
|