aws-sdk 2.925.0 → 2.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -1
- package/README.md +1 -1
- package/apis/appmesh-2019-01-25.min.json +322 -189
- package/apis/chime-2018-05-01.min.json +2 -1
- package/apis/cognito-idp-2016-04-18.min.json +41 -5
- package/apis/connect-2017-08-08.min.json +229 -124
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +728 -669
- package/apis/greengrassv2-2020-11-30.min.json +166 -28
- package/apis/greengrassv2-2020-11-30.paginators.json +6 -0
- package/apis/iotanalytics-2017-11-27.min.json +68 -27
- package/apis/managedblockchain-2018-09-24.min.json +35 -32
- package/apis/mediaconnect-2018-11-14.min.json +49 -27
- package/apis/medialive-2017-10-14.min.json +172 -163
- package/apis/models.lex.v2-2020-08-07.min.json +60 -37
- package/apis/ram-2018-01-04.min.json +22 -11
- package/apis/ram-2018-01-04.paginators.json +15 -0
- package/apis/redshift-data-2019-12-20.min.json +26 -3
- package/apis/runtime.lex.v2-2020-08-07.min.json +49 -35
- package/apis/sagemaker-2017-07-24.min.json +479 -459
- package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +97 -6
- package/clients/appflow.d.ts +8 -2
- package/clients/appmesh.d.ts +216 -15
- package/clients/chime.d.ts +13 -9
- package/clients/cognitoidentityserviceprovider.d.ts +40 -4
- package/clients/connect.d.ts +184 -94
- package/clients/ec2.d.ts +81 -12
- package/clients/greengrassv2.d.ts +138 -2
- package/clients/iotanalytics.d.ts +51 -4
- package/clients/lexmodelsv2.d.ts +30 -4
- package/clients/lexruntimev2.d.ts +46 -36
- package/clients/lookoutmetrics.d.ts +4 -4
- package/clients/managedblockchain.d.ts +17 -5
- package/clients/mediaconnect.d.ts +23 -0
- package/clients/medialive.d.ts +18 -1
- package/clients/ram.d.ts +28 -8
- package/clients/redshiftdata.d.ts +25 -0
- package/clients/sagemaker.d.ts +42 -0
- package/clients/sagemakerfeaturestoreruntime.d.ts +80 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +20 -20
- package/dist/aws-sdk.js +1124 -863
- package/dist/aws-sdk.min.js +71 -71
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/ram.d.ts
CHANGED
|
@@ -100,11 +100,11 @@ declare class RAM extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
getResourceShareAssociations(callback?: (err: AWSError, data: RAM.Types.GetResourceShareAssociationsResponse) => void): Request<RAM.Types.GetResourceShareAssociationsResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Gets the invitations
|
|
103
|
+
* Gets the invitations that you have received for resource shares.
|
|
104
104
|
*/
|
|
105
105
|
getResourceShareInvitations(params: RAM.Types.GetResourceShareInvitationsRequest, callback?: (err: AWSError, data: RAM.Types.GetResourceShareInvitationsResponse) => void): Request<RAM.Types.GetResourceShareInvitationsResponse, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Gets the invitations
|
|
107
|
+
* Gets the invitations that you have received for resource shares.
|
|
108
108
|
*/
|
|
109
109
|
getResourceShareInvitations(callback?: (err: AWSError, data: RAM.Types.GetResourceShareInvitationsResponse) => void): Request<RAM.Types.GetResourceShareInvitationsResponse, AWSError>;
|
|
110
110
|
/**
|
|
@@ -231,7 +231,7 @@ declare namespace RAM {
|
|
|
231
231
|
*/
|
|
232
232
|
resourceShareArn: String;
|
|
233
233
|
/**
|
|
234
|
-
* The ARN of the AWS RAM
|
|
234
|
+
* The Amazon Resource Name (ARN) of the AWS RAM permissions to associate with the resource share.
|
|
235
235
|
*/
|
|
236
236
|
permissionArn: String;
|
|
237
237
|
/**
|
|
@@ -242,6 +242,10 @@ declare namespace RAM {
|
|
|
242
242
|
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
243
243
|
*/
|
|
244
244
|
clientToken?: String;
|
|
245
|
+
/**
|
|
246
|
+
* The version of the AWS RAM permissions to associate with the resource share.
|
|
247
|
+
*/
|
|
248
|
+
permissionVersion?: Integer;
|
|
245
249
|
}
|
|
246
250
|
export interface AssociateResourceSharePermissionResponse {
|
|
247
251
|
/**
|
|
@@ -517,7 +521,7 @@ declare namespace RAM {
|
|
|
517
521
|
}
|
|
518
522
|
export interface GetResourceSharesRequest {
|
|
519
523
|
/**
|
|
520
|
-
* The
|
|
524
|
+
* The ARNs of the resource shares.
|
|
521
525
|
*/
|
|
522
526
|
resourceShareArns?: ResourceShareArnList;
|
|
523
527
|
/**
|
|
@@ -544,6 +548,10 @@ declare namespace RAM {
|
|
|
544
548
|
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
545
549
|
*/
|
|
546
550
|
maxResults?: MaxResults;
|
|
551
|
+
/**
|
|
552
|
+
* The Amazon Resource Name (ARN) of the AWS RAM permission that is associated with the resource share.
|
|
553
|
+
*/
|
|
554
|
+
permissionArn?: String;
|
|
547
555
|
}
|
|
548
556
|
export interface GetResourceSharesResponse {
|
|
549
557
|
/**
|
|
@@ -618,7 +626,7 @@ declare namespace RAM {
|
|
|
618
626
|
*/
|
|
619
627
|
principals?: PrincipalArnOrIdList;
|
|
620
628
|
/**
|
|
621
|
-
* The resource type. Valid values: acm-pca:CertificateAuthority | appmesh:Mesh | codebuild:Project | codebuild:ReportGroup | ec2:CapacityReservation | ec2:DedicatedHost | ec2:LocalGatewayRouteTable | ec2:PrefixList | ec2:Subnet | ec2:TrafficMirrorTarget | ec2:TransitGateway | imagebuilder:Component | imagebuilder:Image | imagebuilder:ImageRecipe | imagebuilder:ContainerRecipe | glue:Catalog | glue:Database | glue:Table | license-manager:LicenseConfiguration I network-firewall:FirewallPolicy | network-firewall:StatefulRuleGroup | network-firewall:StatelessRuleGroup | outposts:Outpost | resource-groups:Group | rds:Cluster | route53resolver:
|
|
629
|
+
* The resource type. Valid values: acm-pca:CertificateAuthority | appmesh:Mesh | codebuild:Project | codebuild:ReportGroup | ec2:CapacityReservation | ec2:DedicatedHost | ec2:LocalGatewayRouteTable | ec2:PrefixList | ec2:Subnet | ec2:TrafficMirrorTarget | ec2:TransitGateway | imagebuilder:Component | imagebuilder:Image | imagebuilder:ImageRecipe | imagebuilder:ContainerRecipe | glue:Catalog | glue:Database | glue:Table | license-manager:LicenseConfiguration I network-firewall:FirewallPolicy | network-firewall:StatefulRuleGroup | network-firewall:StatelessRuleGroup | outposts:Outpost | resource-groups:Group | rds:Cluster | route53resolver:ResolverQueryLogConfig | route53resolver:ResolverRule
|
|
622
630
|
*/
|
|
623
631
|
resourceType?: String;
|
|
624
632
|
/**
|
|
@@ -698,7 +706,7 @@ declare namespace RAM {
|
|
|
698
706
|
*/
|
|
699
707
|
principal?: String;
|
|
700
708
|
/**
|
|
701
|
-
* The resource type. Valid values: acm-pca:CertificateAuthority | appmesh:Mesh | codebuild:Project | codebuild:ReportGroup | ec2:CapacityReservation | ec2:DedicatedHost | ec2:LocalGatewayRouteTable | ec2:PrefixList | ec2:Subnet | ec2:TrafficMirrorTarget | ec2:TransitGateway | imagebuilder:Component | imagebuilder:Image | imagebuilder:ImageRecipe | imagebuilder:ContainerRecipe | glue:Catalog | glue:Database | glue:Table | license-manager:LicenseConfiguration I network-firewall:FirewallPolicy | network-firewall:StatefulRuleGroup | network-firewall:StatelessRuleGroup | outposts:Outpost | resource-groups:Group | rds:Cluster | route53resolver:
|
|
709
|
+
* The resource type. Valid values: acm-pca:CertificateAuthority | appmesh:Mesh | codebuild:Project | codebuild:ReportGroup | ec2:CapacityReservation | ec2:DedicatedHost | ec2:LocalGatewayRouteTable | ec2:PrefixList | ec2:Subnet | ec2:TrafficMirrorTarget | ec2:TransitGateway | imagebuilder:Component | imagebuilder:Image | imagebuilder:ImageRecipe | imagebuilder:ContainerRecipe | glue:Catalog | glue:Database | glue:Table | license-manager:LicenseConfiguration I network-firewall:FirewallPolicy | network-firewall:StatefulRuleGroup | network-firewall:StatelessRuleGroup | outposts:Outpost | resource-groups:Group | rds:Cluster | route53resolver:ResolverQueryLogConfig | route53resolver:ResolverRule
|
|
702
710
|
*/
|
|
703
711
|
resourceType?: String;
|
|
704
712
|
/**
|
|
@@ -943,6 +951,10 @@ declare namespace RAM {
|
|
|
943
951
|
* To view the resources associated with a pending resource share invitation, use ListPendingInvitationResources.
|
|
944
952
|
*/
|
|
945
953
|
resourceShareAssociations?: ResourceShareAssociationList;
|
|
954
|
+
/**
|
|
955
|
+
* The Amazon Resource Name (ARN) of the IAM user or IAM role that received the invitation.
|
|
956
|
+
*/
|
|
957
|
+
receiverArn?: String;
|
|
946
958
|
}
|
|
947
959
|
export type ResourceShareInvitationArnList = String[];
|
|
948
960
|
export type ResourceShareInvitationList = ResourceShareInvitation[];
|
|
@@ -958,7 +970,7 @@ declare namespace RAM {
|
|
|
958
970
|
*/
|
|
959
971
|
version?: String;
|
|
960
972
|
/**
|
|
961
|
-
*
|
|
973
|
+
* Specifies whether the version of the permission is set to the default version for this permission.
|
|
962
974
|
*/
|
|
963
975
|
defaultVersion?: Boolean;
|
|
964
976
|
/**
|
|
@@ -981,6 +993,10 @@ declare namespace RAM {
|
|
|
981
993
|
* The date and time when the permission was last updated.
|
|
982
994
|
*/
|
|
983
995
|
lastUpdatedTime?: DateTime;
|
|
996
|
+
/**
|
|
997
|
+
* Specifies whether the version of the permission is set to the default version for this resource type.
|
|
998
|
+
*/
|
|
999
|
+
isResourceTypeDefault?: Boolean;
|
|
984
1000
|
}
|
|
985
1001
|
export type ResourceSharePermissionList = ResourceSharePermissionSummary[];
|
|
986
1002
|
export interface ResourceSharePermissionSummary {
|
|
@@ -993,7 +1009,7 @@ declare namespace RAM {
|
|
|
993
1009
|
*/
|
|
994
1010
|
version?: String;
|
|
995
1011
|
/**
|
|
996
|
-
*
|
|
1012
|
+
* Specifies whether the version of the permission is set to the default version for this permission.
|
|
997
1013
|
*/
|
|
998
1014
|
defaultVersion?: Boolean;
|
|
999
1015
|
/**
|
|
@@ -1016,6 +1032,10 @@ declare namespace RAM {
|
|
|
1016
1032
|
* The date and time when the permission was last updated.
|
|
1017
1033
|
*/
|
|
1018
1034
|
lastUpdatedTime?: DateTime;
|
|
1035
|
+
/**
|
|
1036
|
+
* Specifies whether the version of the permission is set to the default version for this resource type.
|
|
1037
|
+
*/
|
|
1038
|
+
isResourceTypeDefault?: Boolean;
|
|
1019
1039
|
}
|
|
1020
1040
|
export type ResourceShareStatus = "PENDING"|"ACTIVE"|"FAILED"|"DELETING"|"DELETED"|string;
|
|
1021
1041
|
export type ResourceStatus = "AVAILABLE"|"ZONAL_RESOURCE_INACCESSIBLE"|"LIMIT_EXCEEDED"|"UNAVAILABLE"|"PENDING"|string;
|
|
@@ -198,6 +198,10 @@ declare namespace RedshiftData {
|
|
|
198
198
|
* The identifier of the SQL statement described. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
|
|
199
199
|
*/
|
|
200
200
|
Id: UUID;
|
|
201
|
+
/**
|
|
202
|
+
* The parameters for the SQL statement.
|
|
203
|
+
*/
|
|
204
|
+
QueryParameters?: SqlParametersList;
|
|
201
205
|
/**
|
|
202
206
|
* The SQL statement text.
|
|
203
207
|
*/
|
|
@@ -296,6 +300,10 @@ declare namespace RedshiftData {
|
|
|
296
300
|
* The database user name. This parameter is required when authenticating using temporary credentials.
|
|
297
301
|
*/
|
|
298
302
|
DbUser?: String;
|
|
303
|
+
/**
|
|
304
|
+
* The parameters for the SQL statement.
|
|
305
|
+
*/
|
|
306
|
+
Parameters?: SqlParametersList;
|
|
299
307
|
/**
|
|
300
308
|
* The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using AWS Secrets Manager.
|
|
301
309
|
*/
|
|
@@ -559,8 +567,21 @@ declare namespace RedshiftData {
|
|
|
559
567
|
export type Location = string;
|
|
560
568
|
export type Long = number;
|
|
561
569
|
export type PageSize = number;
|
|
570
|
+
export type ParameterName = string;
|
|
571
|
+
export type ParameterValue = string;
|
|
562
572
|
export type SchemaList = String[];
|
|
563
573
|
export type SecretArn = string;
|
|
574
|
+
export interface SqlParameter {
|
|
575
|
+
/**
|
|
576
|
+
* The name of the parameter.
|
|
577
|
+
*/
|
|
578
|
+
name: ParameterName;
|
|
579
|
+
/**
|
|
580
|
+
* The value of the parameter. Amazon Redshift implicitly converts to the proper data type. For more inforation, see Data types in the Amazon Redshift Database Developer Guide.
|
|
581
|
+
*/
|
|
582
|
+
value: ParameterValue;
|
|
583
|
+
}
|
|
584
|
+
export type SqlParametersList = SqlParameter[];
|
|
564
585
|
export type SqlRecords = FieldList[];
|
|
565
586
|
export interface StatementData {
|
|
566
587
|
/**
|
|
@@ -571,6 +592,10 @@ declare namespace RedshiftData {
|
|
|
571
592
|
* The SQL statement identifier. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
|
|
572
593
|
*/
|
|
573
594
|
Id: UUID;
|
|
595
|
+
/**
|
|
596
|
+
* The parameters used in a SQL statement.
|
|
597
|
+
*/
|
|
598
|
+
QueryParameters?: SqlParametersList;
|
|
574
599
|
/**
|
|
575
600
|
* The SQL statement.
|
|
576
601
|
*/
|
package/clients/sagemaker.d.ts
CHANGED
|
@@ -3402,6 +3402,10 @@ declare namespace SageMaker {
|
|
|
3402
3402
|
* Creates tags for the specified fleet.
|
|
3403
3403
|
*/
|
|
3404
3404
|
Tags?: TagList;
|
|
3405
|
+
/**
|
|
3406
|
+
* Whether to create an AWS IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}". For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".
|
|
3407
|
+
*/
|
|
3408
|
+
EnableIotRoleAlias?: EnableIotRoleAlias;
|
|
3405
3409
|
}
|
|
3406
3410
|
export interface CreateDomainRequest {
|
|
3407
3411
|
/**
|
|
@@ -5902,6 +5906,10 @@ declare namespace SageMaker {
|
|
|
5902
5906
|
* The signature document of files in the model artifact.
|
|
5903
5907
|
*/
|
|
5904
5908
|
ModelSignature?: String;
|
|
5909
|
+
/**
|
|
5910
|
+
* The output of a SageMaker Edge Manager deployable resource.
|
|
5911
|
+
*/
|
|
5912
|
+
PresetDeploymentOutput?: EdgePresetDeploymentOutput;
|
|
5905
5913
|
}
|
|
5906
5914
|
export interface DescribeEndpointConfigInput {
|
|
5907
5915
|
/**
|
|
@@ -7768,6 +7776,14 @@ declare namespace SageMaker {
|
|
|
7768
7776
|
* The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
|
|
7769
7777
|
*/
|
|
7770
7778
|
KmsKeyId?: KmsKeyId;
|
|
7779
|
+
/**
|
|
7780
|
+
* The deployment type SageMaker Edge Manager will create. Currently only supports AWS IoT Greengrass Version 2 components.
|
|
7781
|
+
*/
|
|
7782
|
+
PresetDeploymentType?: EdgePresetDeploymentType;
|
|
7783
|
+
/**
|
|
7784
|
+
* The configuration used to create deployment artifacts. Specify configuration options with a JSON string. The available configuration options for each type are: ComponentName (optional) - Name of the GreenGrass V2 component. If not specified, the default name generated consists of "SagemakerEdgeManager" and the name of your SageMaker Edge Manager packaging job. ComponentDescription (optional) - Description of the component. ComponentVersion (optional) - The version of the component. AWS IoT Greengrass uses semantic versions for components. Semantic versions follow a major.minor.patch number system. For example, version 1.0.0 represents the first major release for a component. For more information, see the semantic version specification. PlatformOS (optional) - The name of the operating system for the platform. Supported platforms include Windows and Linux. PlatformArchitecture (optional) - The processor architecture for the platform. Supported architectures Windows include: Windows32_x86, Windows64_x64. Supported architectures for Linux include: Linux x86_64, Linux ARMV8.
|
|
7785
|
+
*/
|
|
7786
|
+
PresetDeploymentConfig?: String;
|
|
7771
7787
|
}
|
|
7772
7788
|
export type EdgePackagingJobArn = string;
|
|
7773
7789
|
export type EdgePackagingJobStatus = "STARTING"|"INPROGRESS"|"COMPLETED"|"FAILED"|"STOPPING"|"STOPPED"|string;
|
|
@@ -7806,9 +7822,31 @@ declare namespace SageMaker {
|
|
|
7806
7822
|
*/
|
|
7807
7823
|
LastModifiedTime?: Timestamp;
|
|
7808
7824
|
}
|
|
7825
|
+
export type EdgePresetDeploymentArtifact = string;
|
|
7826
|
+
export interface EdgePresetDeploymentOutput {
|
|
7827
|
+
/**
|
|
7828
|
+
* The deployment type created by SageMaker Edge Manager. Currently only supports AWS IoT Greengrass Version 2 components.
|
|
7829
|
+
*/
|
|
7830
|
+
Type: EdgePresetDeploymentType;
|
|
7831
|
+
/**
|
|
7832
|
+
* The Amazon Resource Name (ARN) of the generated deployable resource.
|
|
7833
|
+
*/
|
|
7834
|
+
Artifact?: EdgePresetDeploymentArtifact;
|
|
7835
|
+
/**
|
|
7836
|
+
* The status of the deployable resource.
|
|
7837
|
+
*/
|
|
7838
|
+
Status?: EdgePresetDeploymentStatus;
|
|
7839
|
+
/**
|
|
7840
|
+
* Returns a message describing the status of the deployed resource.
|
|
7841
|
+
*/
|
|
7842
|
+
StatusMessage?: String;
|
|
7843
|
+
}
|
|
7844
|
+
export type EdgePresetDeploymentStatus = "COMPLETED"|"FAILED"|string;
|
|
7845
|
+
export type EdgePresetDeploymentType = "GreengrassV2Component"|string;
|
|
7809
7846
|
export type EdgeVersion = string;
|
|
7810
7847
|
export type EfsUid = string;
|
|
7811
7848
|
export type EnableCapture = boolean;
|
|
7849
|
+
export type EnableIotRoleAlias = boolean;
|
|
7812
7850
|
export interface EnableSagemakerServicecatalogPortfolioInput {
|
|
7813
7851
|
}
|
|
7814
7852
|
export interface EnableSagemakerServicecatalogPortfolioOutput {
|
|
@@ -15101,6 +15139,10 @@ declare namespace SageMaker {
|
|
|
15101
15139
|
* Output configuration for storing sample data collected by the fleet.
|
|
15102
15140
|
*/
|
|
15103
15141
|
OutputConfig: EdgeOutputConfig;
|
|
15142
|
+
/**
|
|
15143
|
+
* Whether to create an AWS IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}". For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".
|
|
15144
|
+
*/
|
|
15145
|
+
EnableIotRoleAlias?: EnableIotRoleAlias;
|
|
15104
15146
|
}
|
|
15105
15147
|
export interface UpdateDevicesRequest {
|
|
15106
15148
|
/**
|
|
@@ -11,6 +11,14 @@ declare class SageMakerFeatureStoreRuntime extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: SageMakerFeatureStoreRuntime.Types.ClientConfiguration)
|
|
13
13
|
config: Config & SageMakerFeatureStoreRuntime.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Retrieves a batch of Records from a FeatureGroup.
|
|
16
|
+
*/
|
|
17
|
+
batchGetRecord(params: SageMakerFeatureStoreRuntime.Types.BatchGetRecordRequest, callback?: (err: AWSError, data: SageMakerFeatureStoreRuntime.Types.BatchGetRecordResponse) => void): Request<SageMakerFeatureStoreRuntime.Types.BatchGetRecordResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Retrieves a batch of Records from a FeatureGroup.
|
|
20
|
+
*/
|
|
21
|
+
batchGetRecord(callback?: (err: AWSError, data: SageMakerFeatureStoreRuntime.Types.BatchGetRecordResponse) => void): Request<SageMakerFeatureStoreRuntime.Types.BatchGetRecordResponse, AWSError>;
|
|
14
22
|
/**
|
|
15
23
|
* Deletes a Record from a FeatureGroup. A new record will show up in the OfflineStore when the DeleteRecord API is called. This record will have a value of True in the is_deleted column.
|
|
16
24
|
*/
|
|
@@ -37,6 +45,75 @@ declare class SageMakerFeatureStoreRuntime extends Service {
|
|
|
37
45
|
putRecord(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
38
46
|
}
|
|
39
47
|
declare namespace SageMakerFeatureStoreRuntime {
|
|
48
|
+
export interface BatchGetRecordError {
|
|
49
|
+
/**
|
|
50
|
+
* The name of the feature group that the record belongs to.
|
|
51
|
+
*/
|
|
52
|
+
FeatureGroupName: ValueAsString;
|
|
53
|
+
/**
|
|
54
|
+
* The value for the RecordIdentifier in string format of a Record from a FeatureGroup that is causing an error when attempting to be retrieved.
|
|
55
|
+
*/
|
|
56
|
+
RecordIdentifierValueAsString: ValueAsString;
|
|
57
|
+
/**
|
|
58
|
+
* The error code of an error that has occured when attempting to retrieve a batch of Records. For more information on errors, see Errors.
|
|
59
|
+
*/
|
|
60
|
+
ErrorCode: ValueAsString;
|
|
61
|
+
/**
|
|
62
|
+
* The error message of an error that has occured when attempting to retrieve a record in the batch.
|
|
63
|
+
*/
|
|
64
|
+
ErrorMessage: Message;
|
|
65
|
+
}
|
|
66
|
+
export type BatchGetRecordErrors = BatchGetRecordError[];
|
|
67
|
+
export interface BatchGetRecordIdentifier {
|
|
68
|
+
/**
|
|
69
|
+
* A FeatureGroupName containing Records you are retrieving in a batch.
|
|
70
|
+
*/
|
|
71
|
+
FeatureGroupName: FeatureGroupName;
|
|
72
|
+
/**
|
|
73
|
+
* The value for a list of record identifiers in string format.
|
|
74
|
+
*/
|
|
75
|
+
RecordIdentifiersValueAsString: RecordIdentifiers;
|
|
76
|
+
/**
|
|
77
|
+
* List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
|
|
78
|
+
*/
|
|
79
|
+
FeatureNames?: FeatureNames;
|
|
80
|
+
}
|
|
81
|
+
export type BatchGetRecordIdentifiers = BatchGetRecordIdentifier[];
|
|
82
|
+
export interface BatchGetRecordRequest {
|
|
83
|
+
/**
|
|
84
|
+
* A list of FeatureGroup names, with their corresponding RecordIdentifier value, and Feature name that have been requested to be retrieved in batch.
|
|
85
|
+
*/
|
|
86
|
+
Identifiers: BatchGetRecordIdentifiers;
|
|
87
|
+
}
|
|
88
|
+
export interface BatchGetRecordResponse {
|
|
89
|
+
/**
|
|
90
|
+
* A list of Records you requested to be retrieved in batch.
|
|
91
|
+
*/
|
|
92
|
+
Records: BatchGetRecordResultDetails;
|
|
93
|
+
/**
|
|
94
|
+
* A list of errors that have occured when retrieving a batch of Records.
|
|
95
|
+
*/
|
|
96
|
+
Errors: BatchGetRecordErrors;
|
|
97
|
+
/**
|
|
98
|
+
* A unprocessed list of FeatureGroup names, with their corresponding RecordIdentifier value, and Feature name.
|
|
99
|
+
*/
|
|
100
|
+
UnprocessedIdentifiers: UnprocessedIdentifiers;
|
|
101
|
+
}
|
|
102
|
+
export interface BatchGetRecordResultDetail {
|
|
103
|
+
/**
|
|
104
|
+
* The FeatureGroupName containing Records you retrieved in a batch.
|
|
105
|
+
*/
|
|
106
|
+
FeatureGroupName: ValueAsString;
|
|
107
|
+
/**
|
|
108
|
+
* The value of the record identifer in string format.
|
|
109
|
+
*/
|
|
110
|
+
RecordIdentifierValueAsString: ValueAsString;
|
|
111
|
+
/**
|
|
112
|
+
* The Record retrieved.
|
|
113
|
+
*/
|
|
114
|
+
Record: Record;
|
|
115
|
+
}
|
|
116
|
+
export type BatchGetRecordResultDetails = BatchGetRecordResultDetail[];
|
|
40
117
|
export interface DeleteRecordRequest {
|
|
41
118
|
/**
|
|
42
119
|
* The name of the feature group to delete the record from.
|
|
@@ -84,6 +161,7 @@ declare namespace SageMakerFeatureStoreRuntime {
|
|
|
84
161
|
*/
|
|
85
162
|
Record?: Record;
|
|
86
163
|
}
|
|
164
|
+
export type Message = string;
|
|
87
165
|
export interface PutRecordRequest {
|
|
88
166
|
/**
|
|
89
167
|
* The name of the feature group that you want to insert the record into.
|
|
@@ -95,6 +173,8 @@ declare namespace SageMakerFeatureStoreRuntime {
|
|
|
95
173
|
Record: Record;
|
|
96
174
|
}
|
|
97
175
|
export type Record = FeatureValue[];
|
|
176
|
+
export type RecordIdentifiers = ValueAsString[];
|
|
177
|
+
export type UnprocessedIdentifiers = BatchGetRecordIdentifier[];
|
|
98
178
|
export type ValueAsString = string;
|
|
99
179
|
/**
|
|
100
180
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|