cdk-comprehend-s3olap 2.0.87 → 2.0.88

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.
@@ -68,11 +68,11 @@ declare class IdentityStore extends Service {
68
68
  */
69
69
  describeGroup(callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupResponse) => void): Request<IdentityStore.Types.DescribeGroupResponse, AWSError>;
70
70
  /**
71
- * Retrieves membership metadata and attributes from MembershipId in a group.
71
+ * Retrieves membership metadata and attributes from MembershipId in an identity store.
72
72
  */
73
73
  describeGroupMembership(params: IdentityStore.Types.DescribeGroupMembershipRequest, callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupMembershipResponse) => void): Request<IdentityStore.Types.DescribeGroupMembershipResponse, AWSError>;
74
74
  /**
75
- * Retrieves membership metadata and attributes from MembershipId in a group.
75
+ * Retrieves membership metadata and attributes from MembershipId in an identity store.
76
76
  */
77
77
  describeGroupMembership(callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupMembershipResponse) => void): Request<IdentityStore.Types.DescribeGroupMembershipResponse, AWSError>;
78
78
  /**
@@ -92,11 +92,11 @@ declare class IdentityStore extends Service {
92
92
  */
93
93
  getGroupId(callback?: (err: AWSError, data: IdentityStore.Types.GetGroupIdResponse) => void): Request<IdentityStore.Types.GetGroupIdResponse, AWSError>;
94
94
  /**
95
- * Retrieves the MembershipId in a group.
95
+ * Retrieves the MembershipId in an identity store.
96
96
  */
97
97
  getGroupMembershipId(params: IdentityStore.Types.GetGroupMembershipIdRequest, callback?: (err: AWSError, data: IdentityStore.Types.GetGroupMembershipIdResponse) => void): Request<IdentityStore.Types.GetGroupMembershipIdResponse, AWSError>;
98
98
  /**
99
- * Retrieves the MembershipId in a group.
99
+ * Retrieves the MembershipId in an identity store.
100
100
  */
101
101
  getGroupMembershipId(callback?: (err: AWSError, data: IdentityStore.Types.GetGroupMembershipIdResponse) => void): Request<IdentityStore.Types.GetGroupMembershipIdResponse, AWSError>;
102
102
  /**
@@ -108,11 +108,11 @@ declare class IdentityStore extends Service {
108
108
  */
109
109
  getUserId(callback?: (err: AWSError, data: IdentityStore.Types.GetUserIdResponse) => void): Request<IdentityStore.Types.GetUserIdResponse, AWSError>;
110
110
  /**
111
- * Returns if a member exists in specified groups.
111
+ * Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
112
112
  */
113
113
  isMemberInGroups(params: IdentityStore.Types.IsMemberInGroupsRequest, callback?: (err: AWSError, data: IdentityStore.Types.IsMemberInGroupsResponse) => void): Request<IdentityStore.Types.IsMemberInGroupsResponse, AWSError>;
114
114
  /**
115
- * Returns if a member exists in specified groups.
115
+ * Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
116
116
  */
117
117
  isMemberInGroups(callback?: (err: AWSError, data: IdentityStore.Types.IsMemberInGroupsResponse) => void): Request<IdentityStore.Types.IsMemberInGroupsResponse, AWSError>;
118
118
  /**
@@ -132,19 +132,19 @@ declare class IdentityStore extends Service {
132
132
  */
133
133
  listGroupMembershipsForMember(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsForMemberResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsForMemberResponse, AWSError>;
134
134
  /**
135
- * Filtering for a group by the group DisplayName attribute is deprecated. Instead, use the GetGroupId API action. Lists all groups in the identity store. Returns a paginated list of complete Group objects.
135
+ * Lists the attribute name and value of the group that you specified in the search. We only support DisplayName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including GroupId and group DisplayName in the response.
136
136
  */
137
137
  listGroups(params: IdentityStore.Types.ListGroupsRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListGroupsResponse) => void): Request<IdentityStore.Types.ListGroupsResponse, AWSError>;
138
138
  /**
139
- * Filtering for a group by the group DisplayName attribute is deprecated. Instead, use the GetGroupId API action. Lists all groups in the identity store. Returns a paginated list of complete Group objects.
139
+ * Lists the attribute name and value of the group that you specified in the search. We only support DisplayName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including GroupId and group DisplayName in the response.
140
140
  */
141
141
  listGroups(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupsResponse) => void): Request<IdentityStore.Types.ListGroupsResponse, AWSError>;
142
142
  /**
143
- * Filtering for a user by the UserName attribute is deprecated. Instead, use the GetUserId API action. Lists all users in the identity store. Returns a paginated list of complete User objects.
143
+ * Lists the attribute name and value of the user that you specified in the search. We only support UserName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including UserId and UserName in the response.
144
144
  */
145
145
  listUsers(params: IdentityStore.Types.ListUsersRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListUsersResponse) => void): Request<IdentityStore.Types.ListUsersResponse, AWSError>;
146
146
  /**
147
- * Filtering for a user by the UserName attribute is deprecated. Instead, use the GetUserId API action. Lists all users in the identity store. Returns a paginated list of complete User objects.
147
+ * Lists the attribute name and value of the user that you specified in the search. We only support UserName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including UserId and UserName in the response.
148
148
  */
149
149
  listUsers(callback?: (err: AWSError, data: IdentityStore.Types.ListUsersResponse) => void): Request<IdentityStore.Types.ListUsersResponse, AWSError>;
150
150
  /**
@@ -195,7 +195,7 @@ declare namespace IdentityStore {
195
195
  */
196
196
  Type?: SensitiveStringType;
197
197
  /**
198
- * A boolean representing whether this is the primary address for the associated resource.
198
+ * A Boolean value representing whether this is the primary address for the associated resource.
199
199
  */
200
200
  Primary?: SensitiveBooleanType;
201
201
  }
@@ -216,7 +216,7 @@ declare namespace IdentityStore {
216
216
  */
217
217
  AttributePath: AttributePath;
218
218
  /**
219
- * The value of the attribute.
219
+ * The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.
220
220
  */
221
221
  AttributeValue?: AttributeValue;
222
222
  }
@@ -240,7 +240,7 @@ declare namespace IdentityStore {
240
240
  }
241
241
  export interface CreateGroupMembershipResponse {
242
242
  /**
243
- * The identifier for a GroupMembership in the identity store.
243
+ * The identifier for a newly created GroupMembership in an identity store.
244
244
  */
245
245
  MembershipId: ResourceId;
246
246
  /**
@@ -278,7 +278,7 @@ declare namespace IdentityStore {
278
278
  */
279
279
  IdentityStoreId: IdentityStoreId;
280
280
  /**
281
- * A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters &lt;&gt;;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
281
+ * A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
282
282
  */
283
283
  UserName?: UserName;
284
284
  /**
@@ -346,7 +346,7 @@ declare namespace IdentityStore {
346
346
  */
347
347
  IdentityStoreId: IdentityStoreId;
348
348
  /**
349
- * The identifier for a GroupMembership in the identity store.
349
+ * The identifier for a GroupMembership in an identity store.
350
350
  */
351
351
  MembershipId: ResourceId;
352
352
  }
@@ -382,7 +382,7 @@ declare namespace IdentityStore {
382
382
  */
383
383
  IdentityStoreId: IdentityStoreId;
384
384
  /**
385
- * The identifier for a GroupMembership in the identity store.
385
+ * The identifier for a GroupMembership in an identity store.
386
386
  */
387
387
  MembershipId: ResourceId;
388
388
  }
@@ -392,7 +392,7 @@ declare namespace IdentityStore {
392
392
  */
393
393
  IdentityStoreId: IdentityStoreId;
394
394
  /**
395
- * The identifier for a GroupMembership in the identity store.
395
+ * The identifier for a GroupMembership in an identity store.
396
396
  */
397
397
  MembershipId: ResourceId;
398
398
  /**
@@ -445,7 +445,7 @@ declare namespace IdentityStore {
445
445
  }
446
446
  export interface DescribeUserResponse {
447
447
  /**
448
- * The user’s username value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters &lt;&gt;;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
448
+ * A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
449
449
  */
450
450
  UserName?: UserName;
451
451
  /**
@@ -519,7 +519,7 @@ declare namespace IdentityStore {
519
519
  */
520
520
  Type?: SensitiveStringType;
521
521
  /**
522
- * A boolean representing whether this is the primary email for the associated resource.
522
+ * A Boolean value representing whether this is the primary email address for the associated resource.
523
523
  */
524
524
  Primary?: SensitiveBooleanType;
525
525
  }
@@ -554,7 +554,7 @@ declare namespace IdentityStore {
554
554
  */
555
555
  IdentityStoreId: IdentityStoreId;
556
556
  /**
557
- * A unique identifier for the group value that is not the group's primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a unique GroupDisplayName.
557
+ * A unique identifier for an identity resource that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a unique GroupDisplayName.
558
558
  */
559
559
  AlternateIdentifier: AlternateIdentifier;
560
560
  }
@@ -584,7 +584,7 @@ declare namespace IdentityStore {
584
584
  }
585
585
  export interface GetGroupMembershipIdResponse {
586
586
  /**
587
- * The identifier for a GroupMembership in the identity store.
587
+ * The identifier for a GroupMembership in an identity store.
588
588
  */
589
589
  MembershipId: ResourceId;
590
590
  /**
@@ -598,7 +598,7 @@ declare namespace IdentityStore {
598
598
  */
599
599
  IdentityStoreId: IdentityStoreId;
600
600
  /**
601
- * Any unique attribute associated with a user that is not the UserId.
601
+ * A unique identifier for an identity resource that is not the primary identifier.
602
602
  */
603
603
  AlternateIdentifier: AlternateIdentifier;
604
604
  }
@@ -642,7 +642,7 @@ declare namespace IdentityStore {
642
642
  */
643
643
  IdentityStoreId: IdentityStoreId;
644
644
  /**
645
- * The identifier for a GroupMembership object in the identity store.
645
+ * The identifier for a GroupMembership object in an identity store.
646
646
  */
647
647
  MembershipId?: ResourceId;
648
648
  /**
@@ -688,7 +688,7 @@ declare namespace IdentityStore {
688
688
  }
689
689
  export interface IsMemberInGroupsResponse {
690
690
  /**
691
- * An object containing results of batch IsMemberInGroups call.
691
+ * A list containing the results of membership existence checks.
692
692
  */
693
693
  Results: GroupMembershipExistenceResults;
694
694
  }
@@ -706,7 +706,7 @@ declare namespace IdentityStore {
706
706
  */
707
707
  MaxResults?: MaxResults;
708
708
  /**
709
- * The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
709
+ * The pagination token used for the ListUsers, ListGroups, and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
710
710
  */
711
711
  NextToken?: NextToken;
712
712
  }
@@ -716,7 +716,7 @@ declare namespace IdentityStore {
716
716
  */
717
717
  GroupMemberships: GroupMemberships;
718
718
  /**
719
- * The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
719
+ * The pagination token used for the ListUsers, ListGroups, and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
720
720
  */
721
721
  NextToken?: NextToken;
722
722
  }
@@ -730,7 +730,7 @@ declare namespace IdentityStore {
730
730
  */
731
731
  GroupId: ResourceId;
732
732
  /**
733
- * The maximum number of results to be returned per request. This parameter is used in the ListUsers and ListGroups requests to specify how many results to return in one page. The length limit is 50 characters.
733
+ * The maximum number of results to be returned per request. This parameter is used in all List requests to specify how many results to return in one page.
734
734
  */
735
735
  MaxResults?: MaxResults;
736
736
  /**
@@ -744,7 +744,7 @@ declare namespace IdentityStore {
744
744
  */
745
745
  GroupMemberships: GroupMemberships;
746
746
  /**
747
- * The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
747
+ * The pagination token used for the ListUsers, ListGroups, and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
748
748
  */
749
749
  NextToken?: NextToken;
750
750
  }
@@ -762,7 +762,7 @@ declare namespace IdentityStore {
762
762
  */
763
763
  NextToken?: NextToken;
764
764
  /**
765
- * A list of Filter objects that is used in the ListUsers and ListGroups requests.
765
+ * A list of Filter objects, which is used in the ListUsers and ListGroups requests.
766
766
  */
767
767
  Filters?: Filters;
768
768
  }
@@ -790,7 +790,7 @@ declare namespace IdentityStore {
790
790
  */
791
791
  NextToken?: NextToken;
792
792
  /**
793
- * A list of Filter objects that is used in the ListUsers and ListGroups requests.
793
+ * A list of Filter objects, which is used in the ListUsers and ListGroups requests.
794
794
  */
795
795
  Filters?: Filters;
796
796
  }
@@ -848,7 +848,7 @@ declare namespace IdentityStore {
848
848
  */
849
849
  Type?: SensitiveStringType;
850
850
  /**
851
- * A boolean representing whether this is the primary phone number for the associated resource.
851
+ * A Boolean value representing whether this is the primary phone number for the associated resource.
852
852
  */
853
853
  Primary?: SensitiveBooleanType;
854
854
  }
@@ -862,7 +862,7 @@ declare namespace IdentityStore {
862
862
  */
863
863
  AttributePath: AttributePath;
864
864
  /**
865
- * The value of the attribute.
865
+ * The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.
866
866
  */
867
867
  AttributeValue: AttributeValue;
868
868
  }
@@ -900,7 +900,7 @@ declare namespace IdentityStore {
900
900
  }
901
901
  export interface User {
902
902
  /**
903
- * The user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters &lt;&gt;;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
903
+ * A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
904
904
  */
905
905
  UserName?: UserName;
906
906
  /**
@@ -944,7 +944,7 @@ declare namespace IdentityStore {
944
944
  */
945
945
  UserType?: SensitiveStringType;
946
946
  /**
947
- * A string containing the user's title. Possible values depend on each customer's specific needs, so they are left unspecified
947
+ * A string containing the user's title. Possible values depend on each customer's specific needs, so they are left unspecified.
948
948
  */
949
949
  Title?: SensitiveStringType;
950
950
  /**
@@ -10228,6 +10228,51 @@ declare namespace SageMaker {
10228
10228
  }
10229
10229
  export type HyperParameterTuningJobObjectiveType = "Maximize"|"Minimize"|string;
10230
10230
  export type HyperParameterTuningJobObjectives = HyperParameterTuningJobObjective[];
10231
+ export interface HyperParameterTuningJobSearchEntity {
10232
+ /**
10233
+ * The name of a hyperparameter tuning job.
10234
+ */
10235
+ HyperParameterTuningJobName?: HyperParameterTuningJobName;
10236
+ /**
10237
+ * The Amazon Resource Name (ARN) of a hyperparameter tuning job.
10238
+ */
10239
+ HyperParameterTuningJobArn?: HyperParameterTuningJobArn;
10240
+ HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig;
10241
+ TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
10242
+ /**
10243
+ * The job definitions included in a hyperparameter tuning job.
10244
+ */
10245
+ TrainingJobDefinitions?: HyperParameterTrainingJobDefinitions;
10246
+ /**
10247
+ * The status of a hyperparameter tuning job.
10248
+ */
10249
+ HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus;
10250
+ /**
10251
+ * The time that a hyperparameter tuning job was created.
10252
+ */
10253
+ CreationTime?: Timestamp;
10254
+ /**
10255
+ * The time that a hyperparameter tuning job ended.
10256
+ */
10257
+ HyperParameterTuningEndTime?: Timestamp;
10258
+ /**
10259
+ * The time that a hyperparameter tuning job was last modified.
10260
+ */
10261
+ LastModifiedTime?: Timestamp;
10262
+ TrainingJobStatusCounters?: TrainingJobStatusCounters;
10263
+ ObjectiveStatusCounters?: ObjectiveStatusCounters;
10264
+ BestTrainingJob?: HyperParameterTrainingJobSummary;
10265
+ OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
10266
+ WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
10267
+ /**
10268
+ * The error that was created when a hyperparameter tuning job failed.
10269
+ */
10270
+ FailureReason?: FailureReason;
10271
+ /**
10272
+ * The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
10273
+ */
10274
+ Tags?: TagList;
10275
+ }
10231
10276
  export type HyperParameterTuningJobSortByOptions = "Name"|"Status"|"CreationTime"|string;
10232
10277
  export type HyperParameterTuningJobStatus = "Completed"|"InProgress"|"Failed"|"Stopped"|"Stopping"|string;
10233
10278
  export type HyperParameterTuningJobStrategyType = "Bayesian"|"Random"|string;
@@ -16267,7 +16312,7 @@ declare namespace SageMaker {
16267
16312
  */
16268
16313
  LifecycleConfigArn?: StudioLifecycleConfigArn;
16269
16314
  }
16270
- export type ResourceType = "TrainingJob"|"Experiment"|"ExperimentTrial"|"ExperimentTrialComponent"|"Endpoint"|"ModelPackage"|"ModelPackageGroup"|"Pipeline"|"PipelineExecution"|"FeatureGroup"|"Project"|"FeatureMetadata"|string;
16315
+ export type ResourceType = "TrainingJob"|"Experiment"|"ExperimentTrial"|"ExperimentTrialComponent"|"Endpoint"|"ModelPackage"|"ModelPackageGroup"|"Pipeline"|"PipelineExecution"|"FeatureGroup"|"Project"|"FeatureMetadata"|"HyperParameterTuningJob"|string;
16271
16316
  export type ResponseMIMEType = string;
16272
16317
  export type ResponseMIMETypes = ResponseMIMEType[];
16273
16318
  export interface RetentionPolicy {
@@ -16407,6 +16452,10 @@ declare namespace SageMaker {
16407
16452
  * The feature metadata used to search through the features.
16408
16453
  */
16409
16454
  FeatureMetadata?: FeatureMetadata;
16455
+ /**
16456
+ * The properties of a hyperparameter tuning job.
16457
+ */
16458
+ HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity;
16410
16459
  }
16411
16460
  export interface SearchRequest {
16412
16461
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1209.0',
86
+ VERSION: '2.1210.0',
87
87
 
88
88
  /**
89
89
  * @api private