cdk-comprehend-s3olap 2.0.108 → 2.0.109
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +10 -8
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +64 -17
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +15 -7
- package/node_modules/aws-sdk/clients/kendra.d.ts +36 -36
- package/node_modules/aws-sdk/clients/location.d.ts +54 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +93 -30
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +15 -2
- package/node_modules/aws-sdk/package.json +1 -2
- package/package.json +7 -7
@@ -762,7 +762,7 @@
|
|
762
762
|
"members": {
|
763
763
|
"DataSource": {},
|
764
764
|
"DataSourceConfiguration": {
|
765
|
-
"shape": "
|
765
|
+
"shape": "S3b"
|
766
766
|
},
|
767
767
|
"Description": {},
|
768
768
|
"IndexName": {},
|
@@ -1168,7 +1168,7 @@
|
|
1168
1168
|
},
|
1169
1169
|
"DataSource": {},
|
1170
1170
|
"DataSourceConfiguration": {
|
1171
|
-
"shape": "
|
1171
|
+
"shape": "S3b"
|
1172
1172
|
},
|
1173
1173
|
"Description": {},
|
1174
1174
|
"IndexArn": {},
|
@@ -1649,6 +1649,48 @@
|
|
1649
1649
|
"hostPrefix": "maps."
|
1650
1650
|
}
|
1651
1651
|
},
|
1652
|
+
"GetPlace": {
|
1653
|
+
"http": {
|
1654
|
+
"method": "GET",
|
1655
|
+
"requestUri": "/places/v0/indexes/{IndexName}/places/{PlaceId}",
|
1656
|
+
"responseCode": 200
|
1657
|
+
},
|
1658
|
+
"input": {
|
1659
|
+
"type": "structure",
|
1660
|
+
"required": [
|
1661
|
+
"IndexName",
|
1662
|
+
"PlaceId"
|
1663
|
+
],
|
1664
|
+
"members": {
|
1665
|
+
"IndexName": {
|
1666
|
+
"location": "uri",
|
1667
|
+
"locationName": "IndexName"
|
1668
|
+
},
|
1669
|
+
"Language": {
|
1670
|
+
"location": "querystring",
|
1671
|
+
"locationName": "language"
|
1672
|
+
},
|
1673
|
+
"PlaceId": {
|
1674
|
+
"location": "uri",
|
1675
|
+
"locationName": "PlaceId"
|
1676
|
+
}
|
1677
|
+
}
|
1678
|
+
},
|
1679
|
+
"output": {
|
1680
|
+
"type": "structure",
|
1681
|
+
"required": [
|
1682
|
+
"Place"
|
1683
|
+
],
|
1684
|
+
"members": {
|
1685
|
+
"Place": {
|
1686
|
+
"shape": "S4v"
|
1687
|
+
}
|
1688
|
+
}
|
1689
|
+
},
|
1690
|
+
"endpoint": {
|
1691
|
+
"hostPrefix": "places."
|
1692
|
+
}
|
1693
|
+
},
|
1652
1694
|
"ListDevicePositions": {
|
1653
1695
|
"http": {
|
1654
1696
|
"requestUri": "/tracking/v0/trackers/{TrackerName}/list-positions",
|
@@ -2209,8 +2251,9 @@
|
|
2209
2251
|
"type": "double"
|
2210
2252
|
},
|
2211
2253
|
"Place": {
|
2212
|
-
"shape": "
|
2213
|
-
}
|
2254
|
+
"shape": "S4v"
|
2255
|
+
},
|
2256
|
+
"PlaceId": {}
|
2214
2257
|
}
|
2215
2258
|
}
|
2216
2259
|
},
|
@@ -2256,7 +2299,7 @@
|
|
2256
2299
|
"shape": "S2g"
|
2257
2300
|
},
|
2258
2301
|
"FilterCountries": {
|
2259
|
-
"shape": "
|
2302
|
+
"shape": "S6e"
|
2260
2303
|
},
|
2261
2304
|
"IndexName": {
|
2262
2305
|
"location": "uri",
|
@@ -2287,6 +2330,7 @@
|
|
2287
2330
|
"Text"
|
2288
2331
|
],
|
2289
2332
|
"members": {
|
2333
|
+
"PlaceId": {},
|
2290
2334
|
"Text": {}
|
2291
2335
|
}
|
2292
2336
|
}
|
@@ -2306,14 +2350,14 @@
|
|
2306
2350
|
"shape": "S2g"
|
2307
2351
|
},
|
2308
2352
|
"FilterCountries": {
|
2309
|
-
"shape": "
|
2353
|
+
"shape": "S6e"
|
2310
2354
|
},
|
2311
2355
|
"Language": {},
|
2312
2356
|
"MaxResults": {
|
2313
2357
|
"type": "integer"
|
2314
2358
|
},
|
2315
2359
|
"Text": {
|
2316
|
-
"shape": "
|
2360
|
+
"shape": "S6m"
|
2317
2361
|
}
|
2318
2362
|
}
|
2319
2363
|
}
|
@@ -2342,7 +2386,7 @@
|
|
2342
2386
|
"shape": "S2g"
|
2343
2387
|
},
|
2344
2388
|
"FilterCountries": {
|
2345
|
-
"shape": "
|
2389
|
+
"shape": "S6e"
|
2346
2390
|
},
|
2347
2391
|
"IndexName": {
|
2348
2392
|
"location": "uri",
|
@@ -2377,8 +2421,9 @@
|
|
2377
2421
|
"type": "double"
|
2378
2422
|
},
|
2379
2423
|
"Place": {
|
2380
|
-
"shape": "
|
2424
|
+
"shape": "S4v"
|
2381
2425
|
},
|
2426
|
+
"PlaceId": {},
|
2382
2427
|
"Relevance": {
|
2383
2428
|
"type": "double"
|
2384
2429
|
}
|
@@ -2400,7 +2445,7 @@
|
|
2400
2445
|
"shape": "S2g"
|
2401
2446
|
},
|
2402
2447
|
"FilterCountries": {
|
2403
|
-
"shape": "
|
2448
|
+
"shape": "S6e"
|
2404
2449
|
},
|
2405
2450
|
"Language": {},
|
2406
2451
|
"MaxResults": {
|
@@ -2410,7 +2455,7 @@
|
|
2410
2455
|
"shape": "S2g"
|
2411
2456
|
},
|
2412
2457
|
"Text": {
|
2413
|
-
"shape": "
|
2458
|
+
"shape": "S6m"
|
2414
2459
|
}
|
2415
2460
|
}
|
2416
2461
|
}
|
@@ -2586,7 +2631,7 @@
|
|
2586
2631
|
],
|
2587
2632
|
"members": {
|
2588
2633
|
"DataSourceConfiguration": {
|
2589
|
-
"shape": "
|
2634
|
+
"shape": "S3b"
|
2590
2635
|
},
|
2591
2636
|
"Description": {},
|
2592
2637
|
"IndexName": {
|
@@ -2896,13 +2941,13 @@
|
|
2896
2941
|
"Style": {}
|
2897
2942
|
}
|
2898
2943
|
},
|
2899
|
-
"
|
2944
|
+
"S3b": {
|
2900
2945
|
"type": "structure",
|
2901
2946
|
"members": {
|
2902
2947
|
"IntendedUse": {}
|
2903
2948
|
}
|
2904
2949
|
},
|
2905
|
-
"
|
2950
|
+
"S4v": {
|
2906
2951
|
"type": "structure",
|
2907
2952
|
"required": [
|
2908
2953
|
"Geometry"
|
@@ -2939,14 +2984,16 @@
|
|
2939
2984
|
"type": "integer"
|
2940
2985
|
}
|
2941
2986
|
}
|
2942
|
-
}
|
2987
|
+
},
|
2988
|
+
"UnitNumber": {},
|
2989
|
+
"UnitType": {}
|
2943
2990
|
}
|
2944
2991
|
},
|
2945
|
-
"
|
2992
|
+
"S6e": {
|
2946
2993
|
"type": "list",
|
2947
2994
|
"member": {}
|
2948
2995
|
},
|
2949
|
-
"
|
2996
|
+
"S6m": {
|
2950
2997
|
"type": "string",
|
2951
2998
|
"sensitive": true
|
2952
2999
|
}
|
@@ -465,11 +465,11 @@ declare namespace CostExplorer {
|
|
465
465
|
*/
|
466
466
|
CostCategoryArn: Arn;
|
467
467
|
/**
|
468
|
-
* The effective
|
468
|
+
* The effective start date of your Cost Category.
|
469
469
|
*/
|
470
470
|
EffectiveStart: ZonedDateTime;
|
471
471
|
/**
|
472
|
-
* The effective end
|
472
|
+
* The effective end date of your Cost Category.
|
473
473
|
*/
|
474
474
|
EffectiveEnd?: ZonedDateTime;
|
475
475
|
Name: CostCategoryName;
|
@@ -716,6 +716,10 @@ declare namespace CostExplorer {
|
|
716
716
|
}
|
717
717
|
export interface CreateCostCategoryDefinitionRequest {
|
718
718
|
Name: CostCategoryName;
|
719
|
+
/**
|
720
|
+
* The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.
|
721
|
+
*/
|
722
|
+
EffectiveStart?: ZonedDateTime;
|
719
723
|
RuleVersion: CostCategoryRuleVersion;
|
720
724
|
/**
|
721
725
|
* The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
|
@@ -737,7 +741,7 @@ declare namespace CostExplorer {
|
|
737
741
|
*/
|
738
742
|
CostCategoryArn?: Arn;
|
739
743
|
/**
|
740
|
-
* The Cost Category's effective start date.
|
744
|
+
* The Cost Category's effective start date. It can only be a billing start date (first day of the month).
|
741
745
|
*/
|
742
746
|
EffectiveStart?: ZonedDateTime;
|
743
747
|
}
|
@@ -845,7 +849,7 @@ declare namespace CostExplorer {
|
|
845
849
|
export type Dimension = "AZ"|"INSTANCE_TYPE"|"LINKED_ACCOUNT"|"LINKED_ACCOUNT_NAME"|"OPERATION"|"PURCHASE_TYPE"|"REGION"|"SERVICE"|"SERVICE_CODE"|"USAGE_TYPE"|"USAGE_TYPE_GROUP"|"RECORD_TYPE"|"OPERATING_SYSTEM"|"TENANCY"|"SCOPE"|"PLATFORM"|"SUBSCRIPTION_ID"|"LEGAL_ENTITY_NAME"|"DEPLOYMENT_OPTION"|"DATABASE_ENGINE"|"CACHE_ENGINE"|"INSTANCE_TYPE_FAMILY"|"BILLING_ENTITY"|"RESERVATION_ID"|"RESOURCE_ID"|"RIGHTSIZING_TYPE"|"SAVINGS_PLANS_TYPE"|"SAVINGS_PLAN_ARN"|"PAYMENT_OPTION"|"AGREEMENT_END_DATE_TIME_AFTER"|"AGREEMENT_END_DATE_TIME_BEFORE"|"INVOICING_ENTITY"|string;
|
846
850
|
export interface DimensionValues {
|
847
851
|
/**
|
848
|
-
* The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.
|
852
|
+
* The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones. LINK_ACCOUNT_NAME and SERVICE_CODE can only be used in CostCategoryRule.
|
849
853
|
*/
|
850
854
|
Key?: Dimension;
|
851
855
|
/**
|
@@ -1371,7 +1375,7 @@ declare namespace CostExplorer {
|
|
1371
1375
|
*/
|
1372
1376
|
TimePeriod: DateInterval;
|
1373
1377
|
/**
|
1374
|
-
* The name of the dimension. Each Dimension is available for a different Context. For more information, see Context.
|
1378
|
+
* The name of the dimension. Each Dimension is available for a different Context. For more information, see Context. LINK_ACCOUNT_NAME and SERVICE_CODE can only be used in CostCategoryRule.
|
1375
1379
|
*/
|
1376
1380
|
Dimension: Dimension;
|
1377
1381
|
/**
|
@@ -1394,7 +1398,7 @@ declare namespace CostExplorer {
|
|
1394
1398
|
}
|
1395
1399
|
export interface GetDimensionValuesResponse {
|
1396
1400
|
/**
|
1397
|
-
* The filters that you used to filter your request. Some dimensions are available only for a specific context. If you set the context to COST_AND_USAGE, you can use the following dimensions for searching: AZ - The Availability Zone. An example is us-east-1a. DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora or MySQL. INSTANCE_TYPE - The type of Amazon EC2 instance. An example is m4.xlarge. LEGAL_ENTITY_NAME - The name of the organization that sells you Amazon Web Services services, such as Amazon Web Services. LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value field contains the Amazon Web Services ID of the member account. OPERATING_SYSTEM - The operating system. Examples are Windows or Linux. OPERATION - The action performed. Examples include RunInstance and CreateBucket. PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux. PURCHASE_TYPE - The reservation type of the purchase to which this usage is related. Examples include On-Demand Instances and Standard Reserved Instances. SERVICE - The Amazon Web Services service such as Amazon DynamoDB. USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. The response for the GetDimensionValues operation includes a unit attribute. Examples include GB and Hrs. USAGE_TYPE_GROUP - The grouping of common usage types. An example is Amazon EC2: CloudWatch – Alarms. The response for this operation includes a unit attribute. RECORD_TYPE - The different types of charges such as RI fees, usage costs, tax refunds, and credits. RESOURCE_ID - The unique identifier of the resource. ResourceId is an opt-in feature only available for last 14 days for EC2-Compute Service. If you set the context to RESERVATIONS, you can use the following dimensions for searching: AZ - The Availability Zone. An example is us-east-1a. CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux. DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid values are SingleAZ and MultiAZ. INSTANCE_TYPE - The type of Amazon EC2 instance. An example is m4.xlarge. LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value field contains the Amazon Web Services ID of the member account. PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux. REGION - The Amazon Web Services Region. SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values are regional or a single Availability Zone. TAG (Coverage only) - The tags that are associated with a Reserved Instance (RI). TENANCY - The tenancy of a resource. Examples are shared or dedicated. If you set the context to SAVINGS_PLANS, you can use the following dimensions for searching: SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute) PAYMENT_OPTION - Payment option for the given Savings Plans (for example, All Upfront) REGION - The Amazon Web Services Region. INSTANCE_TYPE_FAMILY - The family of instances (For example, m5) LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value field contains the Amazon Web Services ID of the member account. SAVINGS_PLAN_ARN - The unique identifier for your Savings Plan
|
1401
|
+
* The filters that you used to filter your request. Some dimensions are available only for a specific context. If you set the context to COST_AND_USAGE, you can use the following dimensions for searching: AZ - The Availability Zone. An example is us-east-1a. DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora or MySQL. INSTANCE_TYPE - The type of Amazon EC2 instance. An example is m4.xlarge. LEGAL_ENTITY_NAME - The name of the organization that sells you Amazon Web Services services, such as Amazon Web Services. LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value field contains the Amazon Web Services ID of the member account. OPERATING_SYSTEM - The operating system. Examples are Windows or Linux. OPERATION - The action performed. Examples include RunInstance and CreateBucket. PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux. PURCHASE_TYPE - The reservation type of the purchase to which this usage is related. Examples include On-Demand Instances and Standard Reserved Instances. SERVICE - The Amazon Web Services service such as Amazon DynamoDB. USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. The response for the GetDimensionValues operation includes a unit attribute. Examples include GB and Hrs. USAGE_TYPE_GROUP - The grouping of common usage types. An example is Amazon EC2: CloudWatch – Alarms. The response for this operation includes a unit attribute. RECORD_TYPE - The different types of charges such as RI fees, usage costs, tax refunds, and credits. RESOURCE_ID - The unique identifier of the resource. ResourceId is an opt-in feature only available for last 14 days for EC2-Compute Service. You can opt-in by enabling Hourly and Resource Level Data in Cost Management Console preferences. If you set the context to RESERVATIONS, you can use the following dimensions for searching: AZ - The Availability Zone. An example is us-east-1a. CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux. DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid values are SingleAZ and MultiAZ. INSTANCE_TYPE - The type of Amazon EC2 instance. An example is m4.xlarge. LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value field contains the Amazon Web Services ID of the member account. PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux. REGION - The Amazon Web Services Region. SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values are regional or a single Availability Zone. TAG (Coverage only) - The tags that are associated with a Reserved Instance (RI). TENANCY - The tenancy of a resource. Examples are shared or dedicated. If you set the context to SAVINGS_PLANS, you can use the following dimensions for searching: SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute) PAYMENT_OPTION - Payment option for the given Savings Plans (for example, All Upfront) REGION - The Amazon Web Services Region. INSTANCE_TYPE_FAMILY - The family of instances (For example, m5) LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value field contains the Amazon Web Services ID of the member account. SAVINGS_PLAN_ARN - The unique identifier for your Savings Plan
|
1398
1402
|
*/
|
1399
1403
|
DimensionValues: DimensionValuesWithAttributesList;
|
1400
1404
|
/**
|
@@ -3004,6 +3008,10 @@ declare namespace CostExplorer {
|
|
3004
3008
|
* The unique identifier for your Cost Category.
|
3005
3009
|
*/
|
3006
3010
|
CostCategoryArn: Arn;
|
3011
|
+
/**
|
3012
|
+
* The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.
|
3013
|
+
*/
|
3014
|
+
EffectiveStart?: ZonedDateTime;
|
3007
3015
|
RuleVersion: CostCategoryRuleVersion;
|
3008
3016
|
/**
|
3009
3017
|
* The Expression object used to categorize costs. For more information, see CostCategoryRule .
|
@@ -3021,7 +3029,7 @@ declare namespace CostExplorer {
|
|
3021
3029
|
*/
|
3022
3030
|
CostCategoryArn?: Arn;
|
3023
3031
|
/**
|
3024
|
-
* The Cost Category's effective start date.
|
3032
|
+
* The Cost Category's effective start date. It can only be a billing start date (first day of the month).
|
3025
3033
|
*/
|
3026
3034
|
EffectiveStart?: ZonedDateTime;
|
3027
3035
|
}
|
@@ -12,19 +12,19 @@ declare class Kendra extends Service {
|
|
12
12
|
constructor(options?: Kendra.Types.ClientConfiguration)
|
13
13
|
config: Config & Kendra.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Grants users or groups in your
|
15
|
+
* Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
16
16
|
*/
|
17
17
|
associateEntitiesToExperience(params: Kendra.Types.AssociateEntitiesToExperienceRequest, callback?: (err: AWSError, data: Kendra.Types.AssociateEntitiesToExperienceResponse) => void): Request<Kendra.Types.AssociateEntitiesToExperienceResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Grants users or groups in your
|
19
|
+
* Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
20
20
|
*/
|
21
21
|
associateEntitiesToExperience(callback?: (err: AWSError, data: Kendra.Types.AssociateEntitiesToExperienceResponse) => void): Request<Kendra.Types.AssociateEntitiesToExperienceResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Defines the specific permissions of users or groups in your
|
23
|
+
* Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
24
24
|
*/
|
25
25
|
associatePersonasToEntities(params: Kendra.Types.AssociatePersonasToEntitiesRequest, callback?: (err: AWSError, data: Kendra.Types.AssociatePersonasToEntitiesResponse) => void): Request<Kendra.Types.AssociatePersonasToEntitiesResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Defines the specific permissions of users or groups in your
|
27
|
+
* Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
28
28
|
*/
|
29
29
|
associatePersonasToEntities(callback?: (err: AWSError, data: Kendra.Types.AssociatePersonasToEntitiesResponse) => void): Request<Kendra.Types.AssociatePersonasToEntitiesResponse, AWSError>;
|
30
30
|
/**
|
@@ -252,19 +252,19 @@ declare class Kendra extends Service {
|
|
252
252
|
*/
|
253
253
|
describeThesaurus(callback?: (err: AWSError, data: Kendra.Types.DescribeThesaurusResponse) => void): Request<Kendra.Types.DescribeThesaurusResponse, AWSError>;
|
254
254
|
/**
|
255
|
-
* Prevents users or groups in your
|
255
|
+
* Prevents users or groups in your IAM Identity Center identity source from accessing your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
256
256
|
*/
|
257
257
|
disassociateEntitiesFromExperience(params: Kendra.Types.DisassociateEntitiesFromExperienceRequest, callback?: (err: AWSError, data: Kendra.Types.DisassociateEntitiesFromExperienceResponse) => void): Request<Kendra.Types.DisassociateEntitiesFromExperienceResponse, AWSError>;
|
258
258
|
/**
|
259
|
-
* Prevents users or groups in your
|
259
|
+
* Prevents users or groups in your IAM Identity Center identity source from accessing your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
260
260
|
*/
|
261
261
|
disassociateEntitiesFromExperience(callback?: (err: AWSError, data: Kendra.Types.DisassociateEntitiesFromExperienceResponse) => void): Request<Kendra.Types.DisassociateEntitiesFromExperienceResponse, AWSError>;
|
262
262
|
/**
|
263
|
-
* Removes the specific permissions of users or groups in your
|
263
|
+
* Removes the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
264
264
|
*/
|
265
265
|
disassociatePersonasFromEntities(params: Kendra.Types.DisassociatePersonasFromEntitiesRequest, callback?: (err: AWSError, data: Kendra.Types.DisassociatePersonasFromEntitiesResponse) => void): Request<Kendra.Types.DisassociatePersonasFromEntitiesResponse, AWSError>;
|
266
266
|
/**
|
267
|
-
* Removes the specific permissions of users or groups in your
|
267
|
+
* Removes the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
268
268
|
*/
|
269
269
|
disassociatePersonasFromEntities(callback?: (err: AWSError, data: Kendra.Types.DisassociatePersonasFromEntitiesResponse) => void): Request<Kendra.Types.DisassociatePersonasFromEntitiesResponse, AWSError>;
|
270
270
|
/**
|
@@ -316,11 +316,11 @@ declare class Kendra extends Service {
|
|
316
316
|
*/
|
317
317
|
listEntityPersonas(callback?: (err: AWSError, data: Kendra.Types.ListEntityPersonasResponse) => void): Request<Kendra.Types.ListEntityPersonasResponse, AWSError>;
|
318
318
|
/**
|
319
|
-
* Lists users or groups in your
|
319
|
+
* Lists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
320
320
|
*/
|
321
321
|
listExperienceEntities(params: Kendra.Types.ListExperienceEntitiesRequest, callback?: (err: AWSError, data: Kendra.Types.ListExperienceEntitiesResponse) => void): Request<Kendra.Types.ListExperienceEntitiesResponse, AWSError>;
|
322
322
|
/**
|
323
|
-
* Lists users or groups in your
|
323
|
+
* Lists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
324
324
|
*/
|
325
325
|
listExperienceEntities(callback?: (err: AWSError, data: Kendra.Types.ListExperienceEntitiesResponse) => void): Request<Kendra.Types.ListExperienceEntitiesResponse, AWSError>;
|
326
326
|
/**
|
@@ -603,13 +603,13 @@ declare namespace Kendra {
|
|
603
603
|
*/
|
604
604
|
IndexId: IndexId;
|
605
605
|
/**
|
606
|
-
* Lists users or groups in your
|
606
|
+
* Lists users or groups in your IAM Identity Center identity source.
|
607
607
|
*/
|
608
608
|
EntityList: AssociateEntityList;
|
609
609
|
}
|
610
610
|
export interface AssociateEntitiesToExperienceResponse {
|
611
611
|
/**
|
612
|
-
* Lists the users or groups in your
|
612
|
+
* Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
|
613
613
|
*/
|
614
614
|
FailedEntityList?: AssociateEntitiesToExperienceFailedEntityList;
|
615
615
|
}
|
@@ -624,13 +624,13 @@ declare namespace Kendra {
|
|
624
624
|
*/
|
625
625
|
IndexId: IndexId;
|
626
626
|
/**
|
627
|
-
* The personas that define the specific permissions of users or groups in your
|
627
|
+
* The personas that define the specific permissions of users or groups in your IAM Identity Center identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.
|
628
628
|
*/
|
629
629
|
Personas: EntityPersonaConfigurationList;
|
630
630
|
}
|
631
631
|
export interface AssociatePersonasToEntitiesResponse {
|
632
632
|
/**
|
633
|
-
* Lists the users or groups in your
|
633
|
+
* Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
|
634
634
|
*/
|
635
635
|
FailedEntityList?: FailedEntityList;
|
636
636
|
}
|
@@ -1231,7 +1231,7 @@ declare namespace Kendra {
|
|
1231
1231
|
*/
|
1232
1232
|
IndexId: IndexId;
|
1233
1233
|
/**
|
1234
|
-
* The Amazon Resource Name (ARN) of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and
|
1234
|
+
* The Amazon Resource Name (ARN) of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
|
1235
1235
|
*/
|
1236
1236
|
RoleArn?: RoleArn;
|
1237
1237
|
/**
|
@@ -1335,7 +1335,7 @@ declare namespace Kendra {
|
|
1335
1335
|
*/
|
1336
1336
|
UserContextPolicy?: UserContextPolicy;
|
1337
1337
|
/**
|
1338
|
-
* Enables fetching access levels of groups and users from an
|
1338
|
+
* Enables fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On) identity source. To configure this, see UserGroupResolutionConfiguration.
|
1339
1339
|
*/
|
1340
1340
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
1341
1341
|
}
|
@@ -1918,7 +1918,7 @@ declare namespace Kendra {
|
|
1918
1918
|
*/
|
1919
1919
|
Status?: ExperienceStatus;
|
1920
1920
|
/**
|
1921
|
-
* Shows the Amazon Resource Name (ARN) of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and
|
1921
|
+
* Shows the Amazon Resource Name (ARN) of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that stores your user and group information.
|
1922
1922
|
*/
|
1923
1923
|
RoleArn?: RoleArn;
|
1924
1924
|
/**
|
@@ -2051,7 +2051,7 @@ declare namespace Kendra {
|
|
2051
2051
|
*/
|
2052
2052
|
UserContextPolicy?: UserContextPolicy;
|
2053
2053
|
/**
|
2054
|
-
* Whether you have enabled the configuration for fetching access levels of groups and users from an
|
2054
|
+
* Whether you have enabled the configuration for fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On) identity source.
|
2055
2055
|
*/
|
2056
2056
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
2057
2057
|
}
|
@@ -2263,13 +2263,13 @@ declare namespace Kendra {
|
|
2263
2263
|
*/
|
2264
2264
|
IndexId: IndexId;
|
2265
2265
|
/**
|
2266
|
-
* Lists users or groups in your
|
2266
|
+
* Lists users or groups in your IAM Identity Center identity source.
|
2267
2267
|
*/
|
2268
2268
|
EntityList: DisassociateEntityList;
|
2269
2269
|
}
|
2270
2270
|
export interface DisassociateEntitiesFromExperienceResponse {
|
2271
2271
|
/**
|
2272
|
-
* Lists the users or groups in your
|
2272
|
+
* Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to your Amazon Kendra experience.
|
2273
2273
|
*/
|
2274
2274
|
FailedEntityList?: FailedEntityList;
|
2275
2275
|
}
|
@@ -2284,13 +2284,13 @@ declare namespace Kendra {
|
|
2284
2284
|
*/
|
2285
2285
|
IndexId: IndexId;
|
2286
2286
|
/**
|
2287
|
-
* The identifiers of users or groups in your
|
2287
|
+
* The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs could be user emails.
|
2288
2288
|
*/
|
2289
2289
|
EntityIds: EntityIdsList;
|
2290
2290
|
}
|
2291
2291
|
export interface DisassociatePersonasFromEntitiesResponse {
|
2292
2292
|
/**
|
2293
|
-
* Lists the users or groups in your
|
2293
|
+
* Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to your Amazon Kendra experience.
|
2294
2294
|
*/
|
2295
2295
|
FailedEntityList?: FailedEntityList;
|
2296
2296
|
}
|
@@ -2467,7 +2467,7 @@ declare namespace Kendra {
|
|
2467
2467
|
export type EnterpriseId = string;
|
2468
2468
|
export interface EntityConfiguration {
|
2469
2469
|
/**
|
2470
|
-
* The identifier of a user or group in your
|
2470
|
+
* The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
|
2471
2471
|
*/
|
2472
2472
|
EntityId: EntityId;
|
2473
2473
|
/**
|
@@ -2502,11 +2502,11 @@ declare namespace Kendra {
|
|
2502
2502
|
export type EntityIdsList = EntityId[];
|
2503
2503
|
export interface EntityPersonaConfiguration {
|
2504
2504
|
/**
|
2505
|
-
* The identifier of a user or group in your
|
2505
|
+
* The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
|
2506
2506
|
*/
|
2507
2507
|
EntityId: EntityId;
|
2508
2508
|
/**
|
2509
|
-
* The persona that defines the specific permissions of the user or group in your
|
2509
|
+
* The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.
|
2510
2510
|
*/
|
2511
2511
|
Persona: Persona;
|
2512
2512
|
}
|
@@ -2523,7 +2523,7 @@ declare namespace Kendra {
|
|
2523
2523
|
*/
|
2524
2524
|
ContentSourceConfiguration?: ContentSourceConfiguration;
|
2525
2525
|
/**
|
2526
|
-
* The
|
2526
|
+
* The IAM Identity Center field name that contains the identifiers of your users, such as their emails.
|
2527
2527
|
*/
|
2528
2528
|
UserIdentityConfiguration?: UserIdentityConfiguration;
|
2529
2529
|
}
|
@@ -2540,7 +2540,7 @@ declare namespace Kendra {
|
|
2540
2540
|
export type ExperienceEndpoints = ExperienceEndpoint[];
|
2541
2541
|
export interface ExperienceEntitiesSummary {
|
2542
2542
|
/**
|
2543
|
-
* The identifier of a user or group in your
|
2543
|
+
* The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
|
2544
2544
|
*/
|
2545
2545
|
EntityId?: EntityId;
|
2546
2546
|
/**
|
@@ -2611,11 +2611,11 @@ declare namespace Kendra {
|
|
2611
2611
|
export type FacetResultList = FacetResult[];
|
2612
2612
|
export interface FailedEntity {
|
2613
2613
|
/**
|
2614
|
-
* The identifier of the user or group in your
|
2614
|
+
* The identifier of the user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
|
2615
2615
|
*/
|
2616
2616
|
EntityId?: EntityId;
|
2617
2617
|
/**
|
2618
|
-
* The reason the user or group in your
|
2618
|
+
* The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.
|
2619
2619
|
*/
|
2620
2620
|
ErrorMessage?: ErrorMessage;
|
2621
2621
|
}
|
@@ -3581,11 +3581,11 @@ declare namespace Kendra {
|
|
3581
3581
|
export type Persona = "OWNER"|"VIEWER"|string;
|
3582
3582
|
export interface PersonasSummary {
|
3583
3583
|
/**
|
3584
|
-
* The identifier of a user or group in your
|
3584
|
+
* The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
|
3585
3585
|
*/
|
3586
3586
|
EntityId?: EntityId;
|
3587
3587
|
/**
|
3588
|
-
* The persona that defines the specific permissions of the user or group in your
|
3588
|
+
* The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.
|
3589
3589
|
*/
|
3590
3590
|
Persona?: Persona;
|
3591
3591
|
/**
|
@@ -4538,7 +4538,7 @@ declare namespace Kendra {
|
|
4538
4538
|
}
|
4539
4539
|
export interface TemplateConfiguration {
|
4540
4540
|
/**
|
4541
|
-
* The template schema used for the data source
|
4541
|
+
* The template schema used for the data source, where templates schemas are supported. See Data source template schemas.
|
4542
4542
|
*/
|
4543
4543
|
Template?: Template;
|
4544
4544
|
}
|
@@ -4700,7 +4700,7 @@ declare namespace Kendra {
|
|
4700
4700
|
*/
|
4701
4701
|
IndexId: IndexId;
|
4702
4702
|
/**
|
4703
|
-
* The Amazon Resource Name (ARN) of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and
|
4703
|
+
* The Amazon Resource Name (ARN) of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
|
4704
4704
|
*/
|
4705
4705
|
RoleArn?: RoleArn;
|
4706
4706
|
/**
|
@@ -4746,7 +4746,7 @@ declare namespace Kendra {
|
|
4746
4746
|
*/
|
4747
4747
|
UserContextPolicy?: UserContextPolicy;
|
4748
4748
|
/**
|
4749
|
-
* Enables fetching access levels of groups and users from an
|
4749
|
+
* Enables fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On) identity source. To configure this, see UserGroupResolutionConfiguration.
|
4750
4750
|
*/
|
4751
4751
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
4752
4752
|
}
|
@@ -4858,7 +4858,7 @@ declare namespace Kendra {
|
|
4858
4858
|
export type UserContextPolicy = "ATTRIBUTE_FILTER"|"USER_TOKEN"|string;
|
4859
4859
|
export interface UserGroupResolutionConfiguration {
|
4860
4860
|
/**
|
4861
|
-
* The identity store provider (mode) you want to use to fetch access levels of groups and users.
|
4861
|
+
* The identity store provider (mode) you want to use to fetch access levels of groups and users. IAM Identity Center (successor to Single Sign-On) is currently the only available mode. Your users and groups must exist in an IAM Identity Center identity source in order to use this mode.
|
4862
4862
|
*/
|
4863
4863
|
UserGroupResolutionMode: UserGroupResolutionMode;
|
4864
4864
|
}
|
@@ -4866,7 +4866,7 @@ declare namespace Kendra {
|
|
4866
4866
|
export type UserId = string;
|
4867
4867
|
export interface UserIdentityConfiguration {
|
4868
4868
|
/**
|
4869
|
-
* The
|
4869
|
+
* The IAM Identity Center field name that contains the identifiers of your users, such as their emails. This is used for user context filtering and for granting access to your Amazon Kendra experience. You must set up IAM Identity Center with Amazon Kendra. You must include your users and groups in your Access Control List when you ingest documents into your index. For more information, see Getting started with an IAM Identity Center identity source.
|
4870
4870
|
*/
|
4871
4871
|
IdentityAttributeName?: IdentityAttributeName;
|
4872
4872
|
}
|