cdk-comprehend-s3olap 2.0.107 → 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.
Files changed (33) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +10 -8
  8. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +1961 -0
  10. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.paginators.json +82 -0
  11. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.waiters2.json +5 -0
  12. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +64 -17
  13. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  14. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +396 -287
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/costexplorer.d.ts +15 -7
  18. package/node_modules/aws-sdk/clients/cur.d.ts +1 -1
  19. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +2549 -0
  20. package/node_modules/aws-sdk/clients/iotfleetwise.js +19 -0
  21. package/node_modules/aws-sdk/clients/kendra.d.ts +36 -36
  22. package/node_modules/aws-sdk/clients/location.d.ts +54 -4
  23. package/node_modules/aws-sdk/clients/ssm.d.ts +112 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +31 -11
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +93 -23
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +492 -317
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -41
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
  31. package/node_modules/aws-sdk/lib/protocol/rest_json.js +15 -2
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +7 -7
@@ -0,0 +1,19 @@
1
+ require('../lib/node_loader');
2
+ var AWS = require('../lib/core');
3
+ var Service = AWS.Service;
4
+ var apiLoader = AWS.apiLoader;
5
+
6
+ apiLoader.services['iotfleetwise'] = {};
7
+ AWS.IoTFleetWise = Service.defineService('iotfleetwise', ['2021-06-17']);
8
+ Object.defineProperty(apiLoader.services['iotfleetwise'], '2021-06-17', {
9
+ get: function get() {
10
+ var model = require('../apis/iotfleetwise-2021-06-17.min.json');
11
+ model.paginators = require('../apis/iotfleetwise-2021-06-17.paginators.json').pagination;
12
+ model.waiters = require('../apis/iotfleetwise-2021-06-17.waiters2.json').waiters;
13
+ return model;
14
+ },
15
+ enumerable: true,
16
+ configurable: true
17
+ });
18
+
19
+ module.exports = AWS.IoTFleetWise;
@@ -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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO identity source.
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 Amazon Web Services SSO identity source that failed to properly configure with your Amazon Kendra experience.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO identity source that failed to properly configure with your Amazon Kendra experience.
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 Amazon Web Services SSO that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
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 Amazon Web Services Single Sign On identity source. To configure this, see UserGroupResolutionConfiguration.
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 Amazon Web Services SSO that stores your user and group information.
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 Amazon Web Services Single Sign On identity source.
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 Amazon Web Services SSO identity source.
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 Amazon Web Services SSO identity source that failed to properly remove access to your Amazon Kendra experience.
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 Amazon Web Services SSO identity source. For example, user IDs could be user emails.
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 Amazon Web Services SSO identity source that failed to properly remove access to your Amazon Kendra experience.
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 Amazon Web Services SSO identity source. For example, a user ID could be an email.
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 Amazon Web Services SSO identity source. For example, a user ID could be an email.
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 Amazon Web Services SSO 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.
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 Amazon Web Services SSO field name that contains the identifiers of your users, such as their emails.
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 Amazon Web Services SSO identity source. For example, a user ID could be an email.
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 Amazon Web Services SSO identity source. For example, a user ID could be an email.
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 Amazon Web Services SSO identity source failed to properly configure with your Amazon Kendra experience.
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 Amazon Web Services SSO identity source. For example, a user ID could be an email.
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 Amazon Web Services SSO 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.
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. The following links to the template schema for data sources where templates are supported: Zendesk template schema
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 Amazon Web Services SSO that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
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 Amazon Web Services Single Sign On identity source. To configure this, see UserGroupResolutionConfiguration.
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. Amazon Web Services Single Sign On is currently the only available mode. Your users and groups must exist in an Amazon Web Services SSO identity source in order to use this mode.
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 Amazon Web Services SSO 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 Amazon Web Services SSO 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 Amazon Web Services SSO identity source.
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
  }
@@ -267,6 +267,14 @@ declare class Location extends Service {
267
267
  * Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level. The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).
268
268
  */
269
269
  getMapTile(callback?: (err: AWSError, data: Location.Types.GetMapTileResponse) => void): Request<Location.Types.GetMapTileResponse, AWSError>;
270
+ /**
271
+ * Finds a place by its unique ID. A PlaceId is returned by other search operations. A PlaceId is valid only if all of the following are the same in the original search request and the call to GetPlace. Customer AWS account AWS Region Data provider specified in the place index resource
272
+ */
273
+ getPlace(params: Location.Types.GetPlaceRequest, callback?: (err: AWSError, data: Location.Types.GetPlaceResponse) => void): Request<Location.Types.GetPlaceResponse, AWSError>;
274
+ /**
275
+ * Finds a place by its unique ID. A PlaceId is returned by other search operations. A PlaceId is valid only if all of the following are the same in the original search request and the call to GetPlace. Customer AWS account AWS Region Data provider specified in the place index resource
276
+ */
277
+ getPlace(callback?: (err: AWSError, data: Location.Types.GetPlaceResponse) => void): Request<Location.Types.GetPlaceResponse, AWSError>;
270
278
  /**
271
279
  * A batch request to retrieve all device positions.
272
280
  */
@@ -935,7 +943,7 @@ declare namespace Location {
935
943
  /**
936
944
  * The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS. Format example: arn:aws:geo:region:account-id:maps/ExampleMap
937
945
  */
938
- MapArn: Arn;
946
+ MapArn: GeoArn;
939
947
  /**
940
948
  * The name of the map resource.
941
949
  */
@@ -1177,7 +1185,7 @@ declare namespace Location {
1177
1185
  /**
1178
1186
  * The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS. Format example: arn:aws:geo:region:account-id:maps/ExampleMap
1179
1187
  */
1180
- MapArn: Arn;
1188
+ MapArn: GeoArn;
1181
1189
  /**
1182
1190
  * The map style selected from an available provider.
1183
1191
  */
@@ -1391,6 +1399,7 @@ declare namespace Location {
1391
1399
  }
1392
1400
  export type DistanceUnit = "Kilometers"|"Miles"|string;
1393
1401
  export type Double = number;
1402
+ export type GeoArn = string;
1394
1403
  export interface GeofenceGeometry {
1395
1404
  /**
1396
1405
  * A circle on the earth, as defined by a center point and a radius.
@@ -1533,7 +1542,7 @@ declare namespace Location {
1533
1542
  }
1534
1543
  export interface GetMapSpritesRequest {
1535
1544
  /**
1536
- * The name of the sprite file. Use the following file names for the sprite sheet: sprites.png sprites@2x.png for high pixel density displays For the JSON document contain image offsets. Use the following file names: sprites.json sprites@2x.json for high pixel density displays
1545
+ * The name of the sprite file. Use the following file names for the sprite sheet: sprites.png sprites@2x.png for high pixel density displays For the JSON document containing image offsets. Use the following file names: sprites.json sprites@2x.json for high pixel density displays
1537
1546
  */
1538
1547
  FileName: GetMapSpritesRequestFileNameString;
1539
1548
  /**
@@ -1599,6 +1608,26 @@ declare namespace Location {
1599
1608
  */
1600
1609
  ContentType?: String;
1601
1610
  }
1611
+ export interface GetPlaceRequest {
1612
+ /**
1613
+ * The name of the place index resource that you want to use for the search.
1614
+ */
1615
+ IndexName: ResourceName;
1616
+ /**
1617
+ * The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English. This setting affects the languages used in the results, but not the results themselves. If no language is specified, or not supported for a particular result, the partner automatically chooses a language for the result. For an example, we'll use the Greek language. You search for a location around Athens, Greece, with the language parameter set to en. The city in the results will most likely be returned as Athens. If you set the language parameter to el, for Greek, then the city in the results will more likely be returned as Αθήνα. If the data provider does not have a value for Greek, the result will be in a language that the provider does support.
1618
+ */
1619
+ Language?: LanguageTag;
1620
+ /**
1621
+ * The identifier of the place to find.
1622
+ */
1623
+ PlaceId: PlaceId;
1624
+ }
1625
+ export interface GetPlaceResponse {
1626
+ /**
1627
+ * Details about the result, such as its address and position.
1628
+ */
1629
+ Place: Place;
1630
+ }
1602
1631
  export type Id = string;
1603
1632
  export type Integer = number;
1604
1633
  export type IntendedUse = "SingleUse"|"Storage"|string;
@@ -2068,6 +2097,14 @@ declare namespace Location {
2068
2097
  * The time zone in which the Place is located. Returned only when using Here as the selected partner.
2069
2098
  */
2070
2099
  TimeZone?: TimeZone;
2100
+ /**
2101
+ * For addresses with multiple units, the unit identifier. Can include numbers and letters, for example 3B or Unit 123. Returned only for a place index that uses Esri as a data provider. Is not returned for SearchPlaceIndexForPosition.
2102
+ */
2103
+ UnitNumber?: String;
2104
+ /**
2105
+ * For addresses with a UnitNumber, the type of unit. For example, Apartment.
2106
+ */
2107
+ UnitType?: String;
2071
2108
  }
2072
2109
  export interface PlaceGeometry {
2073
2110
  /**
@@ -2075,6 +2112,7 @@ declare namespace Location {
2075
2112
  */
2076
2113
  Point?: Position;
2077
2114
  }
2115
+ export type PlaceId = string;
2078
2116
  export type PlaceIndexSearchResultLimit = number;
2079
2117
  export type Position = Double[];
2080
2118
  export type PositionFiltering = "TimeBased"|"DistanceBased"|"AccuracyBased"|string;
@@ -2157,10 +2195,18 @@ declare namespace Location {
2157
2195
  * Details about the search result, such as its address and position.
2158
2196
  */
2159
2197
  Place: Place;
2198
+ /**
2199
+ * The unique identifier of the place. You can use this with the GetPlace operation to find the place again later. For SearchPlaceIndexForPosition operations, the PlaceId is returned only by place indexes that use HERE as a data provider.
2200
+ */
2201
+ PlaceId?: PlaceId;
2160
2202
  }
2161
2203
  export type SearchForPositionResultDistanceDouble = number;
2162
2204
  export type SearchForPositionResultList = SearchForPositionResult[];
2163
2205
  export interface SearchForSuggestionsResult {
2206
+ /**
2207
+ * The unique identifier of the place. You can use this with the GetPlace operation to find the place again later. For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by place indexes that use HERE or Esri as data providers.
2208
+ */
2209
+ PlaceId?: PlaceId;
2164
2210
  /**
2165
2211
  * The text of the place suggestion, typically formatted as an address string.
2166
2212
  */
@@ -2176,6 +2222,10 @@ declare namespace Location {
2176
2222
  * Details about the search result, such as its address and position.
2177
2223
  */
2178
2224
  Place: Place;
2225
+ /**
2226
+ * The unique identifier of the place. You can use this with the GetPlace operation to find the place again later. For SearchPlaceIndexForText operations, the PlaceId is returned only by place indexes that use HERE as a data provider.
2227
+ */
2228
+ PlaceId?: PlaceId;
2179
2229
  /**
2180
2230
  * The relative confidence in the match for a result among the results returned. For example, if more fields for an address match (including house number, street, city, country/region, and postal code), the relevance score is closer to 1. Returned only when the partner selected is Esri.
2181
2231
  */
@@ -2528,7 +2578,7 @@ declare namespace Location {
2528
2578
  /**
2529
2579
  * The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS. Format example: arn:aws:geo:region:account-id:maps/ExampleMap
2530
2580
  */
2531
- MapArn: Arn;
2581
+ MapArn: GeoArn;
2532
2582
  /**
2533
2583
  * The name of the updated map resource.
2534
2584
  */