cdk-comprehend-s3olap 2.0.39 → 2.0.42
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 +3 -3
- 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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +174 -35
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +38 -3
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +4 -1
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +1 -4
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +928 -551
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-edge-2020-09-23.min.json +84 -4
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +181 -36
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +188 -0
- package/node_modules/aws-sdk/clients/discovery.d.ts +10 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +79 -55
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/glue.d.ts +3 -3
- package/node_modules/aws-sdk/clients/kms.d.ts +46 -46
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +6 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +476 -1
- package/node_modules/aws-sdk/clients/sagemakeredge.d.ts +146 -0
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +191 -16
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +29 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -491,6 +491,10 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
491
491
|
AdTriggers?: AdTriggers;
|
492
492
|
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions;
|
493
493
|
Encryption?: DashEncryption;
|
494
|
+
/**
|
495
|
+
* When enabled, an I-Frame only stream will be included in the output.
|
496
|
+
*/
|
497
|
+
IncludeIframeOnlyStream?: __boolean;
|
494
498
|
/**
|
495
499
|
* Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.
|
496
500
|
*/
|
@@ -1133,8 +1137,8 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
1133
1137
|
}
|
1134
1138
|
export type Origination = "ALLOW"|"DENY"|string;
|
1135
1139
|
export type PlaylistType = "NONE"|"EVENT"|"VOD"|string;
|
1136
|
-
export type PresetSpeke20Audio = "PRESET-AUDIO-1"|string;
|
1137
|
-
export type PresetSpeke20Video = "PRESET-VIDEO-1"|string;
|
1140
|
+
export type PresetSpeke20Audio = "PRESET-AUDIO-1"|"PRESET-AUDIO-2"|"PRESET-AUDIO-3"|"SHARED"|"UNENCRYPTED"|string;
|
1141
|
+
export type PresetSpeke20Video = "PRESET-VIDEO-1"|"PRESET-VIDEO-2"|"PRESET-VIDEO-3"|"PRESET-VIDEO-4"|"PRESET-VIDEO-5"|"PRESET-VIDEO-6"|"PRESET-VIDEO-7"|"PRESET-VIDEO-8"|"SHARED"|"UNENCRYPTED"|string;
|
1138
1142
|
export type Profile = "NONE"|"HBBTV_1_5"|"HYBRIDCAST"|"DVB_DASH_2014"|string;
|
1139
1143
|
export interface RotateChannelCredentialsRequest {
|
1140
1144
|
/**
|
@@ -140,6 +140,22 @@ declare class SageMaker extends Service {
|
|
140
140
|
* Creates a Domain used by Amazon SageMaker Studio. A domain consists of an associated Amazon Elastic File System (EFS) volume, a list of authorized users, and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC) configurations. An Amazon Web Services account is limited to one domain per region. Users within a domain can share notebook files and other artifacts with each other. EFS storage When a domain is created, an EFS volume is created for use by all of the users within the domain. Each user receives a private home directory within the EFS volume for notebooks, Git repositories, and data files. SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services KMS) to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, you can specify a customer managed key. For more information, see Protect Data at Rest Using Encryption. VPC configuration All SageMaker Studio traffic between the domain and the EFS volume is through the specified VPC and subnets. For other Studio traffic, you can specify the AppNetworkAccessType parameter. AppNetworkAccessType corresponds to the network access type that you choose when you onboard to Studio. The following options are available: PublicInternetOnly - Non-EFS traffic goes through a VPC managed by Amazon SageMaker, which allows internet access. This is the default value. VpcOnly - All Studio traffic is through the specified VPC and subnets. Internet access is disabled by default. To allow internet access, you must specify a NAT gateway. When internet access is disabled, you won't be able to run a Studio notebook or to train or host models unless your VPC has an interface endpoint to the SageMaker API and runtime or a NAT gateway and your security groups allow outbound connections. NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound rules in order to launch a SageMaker Studio app successfully. For more information, see Connect SageMaker Studio Notebooks to Resources in a VPC.
|
141
141
|
*/
|
142
142
|
createDomain(callback?: (err: AWSError, data: SageMaker.Types.CreateDomainResponse) => void): Request<SageMaker.Types.CreateDomainResponse, AWSError>;
|
143
|
+
/**
|
144
|
+
* Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.
|
145
|
+
*/
|
146
|
+
createEdgeDeploymentPlan(params: SageMaker.Types.CreateEdgeDeploymentPlanRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateEdgeDeploymentPlanResponse) => void): Request<SageMaker.Types.CreateEdgeDeploymentPlanResponse, AWSError>;
|
147
|
+
/**
|
148
|
+
* Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.
|
149
|
+
*/
|
150
|
+
createEdgeDeploymentPlan(callback?: (err: AWSError, data: SageMaker.Types.CreateEdgeDeploymentPlanResponse) => void): Request<SageMaker.Types.CreateEdgeDeploymentPlanResponse, AWSError>;
|
151
|
+
/**
|
152
|
+
* Creates a new stage in an existing edge deployment plan.
|
153
|
+
*/
|
154
|
+
createEdgeDeploymentStage(params: SageMaker.Types.CreateEdgeDeploymentStageRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
155
|
+
/**
|
156
|
+
* Creates a new stage in an existing edge deployment plan.
|
157
|
+
*/
|
158
|
+
createEdgeDeploymentStage(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
143
159
|
/**
|
144
160
|
* Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.
|
145
161
|
*/
|
@@ -500,6 +516,22 @@ declare class SageMaker extends Service {
|
|
500
516
|
* Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.
|
501
517
|
*/
|
502
518
|
deleteDomain(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
519
|
+
/**
|
520
|
+
* Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.
|
521
|
+
*/
|
522
|
+
deleteEdgeDeploymentPlan(params: SageMaker.Types.DeleteEdgeDeploymentPlanRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
523
|
+
/**
|
524
|
+
* Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.
|
525
|
+
*/
|
526
|
+
deleteEdgeDeploymentPlan(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
527
|
+
/**
|
528
|
+
* Delete a stage in an edge deployment plan if (and only if) the stage is inactive.
|
529
|
+
*/
|
530
|
+
deleteEdgeDeploymentStage(params: SageMaker.Types.DeleteEdgeDeploymentStageRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
531
|
+
/**
|
532
|
+
* Delete a stage in an edge deployment plan if (and only if) the stage is inactive.
|
533
|
+
*/
|
534
|
+
deleteEdgeDeploymentStage(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
503
535
|
/**
|
504
536
|
* Deletes an endpoint. SageMaker frees up all of the resources that were deployed when the endpoint was created. SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't need to use the RevokeGrant API call. When you delete your endpoint, SageMaker asynchronously deletes associated endpoint resources such as KMS key grants. You might still see these resources in your account for a few minutes after deleting your endpoint. Do not delete or revoke the permissions for your ExecutionRoleArn , otherwise SageMaker cannot delete these resources.
|
505
537
|
*/
|
@@ -828,6 +860,14 @@ declare class SageMaker extends Service {
|
|
828
860
|
* The description of the domain.
|
829
861
|
*/
|
830
862
|
describeDomain(callback?: (err: AWSError, data: SageMaker.Types.DescribeDomainResponse) => void): Request<SageMaker.Types.DescribeDomainResponse, AWSError>;
|
863
|
+
/**
|
864
|
+
* Describes an edge deployment plan with deployment status per stage.
|
865
|
+
*/
|
866
|
+
describeEdgeDeploymentPlan(params: SageMaker.Types.DescribeEdgeDeploymentPlanRequest, callback?: (err: AWSError, data: SageMaker.Types.DescribeEdgeDeploymentPlanResponse) => void): Request<SageMaker.Types.DescribeEdgeDeploymentPlanResponse, AWSError>;
|
867
|
+
/**
|
868
|
+
* Describes an edge deployment plan with deployment status per stage.
|
869
|
+
*/
|
870
|
+
describeEdgeDeploymentPlan(callback?: (err: AWSError, data: SageMaker.Types.DescribeEdgeDeploymentPlanResponse) => void): Request<SageMaker.Types.DescribeEdgeDeploymentPlanResponse, AWSError>;
|
831
871
|
/**
|
832
872
|
* A description of edge packaging jobs.
|
833
873
|
*/
|
@@ -1308,6 +1348,14 @@ declare class SageMaker extends Service {
|
|
1308
1348
|
* Lists the domains.
|
1309
1349
|
*/
|
1310
1350
|
listDomains(callback?: (err: AWSError, data: SageMaker.Types.ListDomainsResponse) => void): Request<SageMaker.Types.ListDomainsResponse, AWSError>;
|
1351
|
+
/**
|
1352
|
+
* Lists all edge deployment plans.
|
1353
|
+
*/
|
1354
|
+
listEdgeDeploymentPlans(params: SageMaker.Types.ListEdgeDeploymentPlansRequest, callback?: (err: AWSError, data: SageMaker.Types.ListEdgeDeploymentPlansResponse) => void): Request<SageMaker.Types.ListEdgeDeploymentPlansResponse, AWSError>;
|
1355
|
+
/**
|
1356
|
+
* Lists all edge deployment plans.
|
1357
|
+
*/
|
1358
|
+
listEdgeDeploymentPlans(callback?: (err: AWSError, data: SageMaker.Types.ListEdgeDeploymentPlansResponse) => void): Request<SageMaker.Types.ListEdgeDeploymentPlansResponse, AWSError>;
|
1311
1359
|
/**
|
1312
1360
|
* Returns a list of edge packaging jobs.
|
1313
1361
|
*/
|
@@ -1556,6 +1604,14 @@ declare class SageMaker extends Service {
|
|
1556
1604
|
* Gets a list of the projects in an Amazon Web Services account.
|
1557
1605
|
*/
|
1558
1606
|
listProjects(callback?: (err: AWSError, data: SageMaker.Types.ListProjectsOutput) => void): Request<SageMaker.Types.ListProjectsOutput, AWSError>;
|
1607
|
+
/**
|
1608
|
+
* Lists devices allocated to the stage, containing detailed device information and deployment status.
|
1609
|
+
*/
|
1610
|
+
listStageDevices(params: SageMaker.Types.ListStageDevicesRequest, callback?: (err: AWSError, data: SageMaker.Types.ListStageDevicesResponse) => void): Request<SageMaker.Types.ListStageDevicesResponse, AWSError>;
|
1611
|
+
/**
|
1612
|
+
* Lists devices allocated to the stage, containing detailed device information and deployment status.
|
1613
|
+
*/
|
1614
|
+
listStageDevices(callback?: (err: AWSError, data: SageMaker.Types.ListStageDevicesResponse) => void): Request<SageMaker.Types.ListStageDevicesResponse, AWSError>;
|
1559
1615
|
/**
|
1560
1616
|
* Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.
|
1561
1617
|
*/
|
@@ -1708,6 +1764,14 @@ declare class SageMaker extends Service {
|
|
1708
1764
|
* Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output parameters. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).
|
1709
1765
|
*/
|
1710
1766
|
sendPipelineExecutionStepSuccess(callback?: (err: AWSError, data: SageMaker.Types.SendPipelineExecutionStepSuccessResponse) => void): Request<SageMaker.Types.SendPipelineExecutionStepSuccessResponse, AWSError>;
|
1767
|
+
/**
|
1768
|
+
* Starts a stage in an edge deployment plan.
|
1769
|
+
*/
|
1770
|
+
startEdgeDeploymentStage(params: SageMaker.Types.StartEdgeDeploymentStageRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1771
|
+
/**
|
1772
|
+
* Starts a stage in an edge deployment plan.
|
1773
|
+
*/
|
1774
|
+
startEdgeDeploymentStage(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1711
1775
|
/**
|
1712
1776
|
* Starts a previously stopped monitoring schedule. By default, when you successfully create a new schedule, the status of a monitoring schedule is scheduled.
|
1713
1777
|
*/
|
@@ -1748,6 +1812,14 @@ declare class SageMaker extends Service {
|
|
1748
1812
|
* Stops a model compilation job. To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal. When it receives a StopCompilationJob request, Amazon SageMaker changes the CompilationJobSummary$CompilationJobStatus of the job to Stopping. After Amazon SageMaker stops the job, it sets the CompilationJobSummary$CompilationJobStatus to Stopped.
|
1749
1813
|
*/
|
1750
1814
|
stopCompilationJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1815
|
+
/**
|
1816
|
+
* Stops a stage in an edge deployment plan.
|
1817
|
+
*/
|
1818
|
+
stopEdgeDeploymentStage(params: SageMaker.Types.StopEdgeDeploymentStageRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1819
|
+
/**
|
1820
|
+
* Stops a stage in an edge deployment plan.
|
1821
|
+
*/
|
1822
|
+
stopEdgeDeploymentStage(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1751
1823
|
/**
|
1752
1824
|
* Request to stop an edge packaging job.
|
1753
1825
|
*/
|
@@ -3887,6 +3959,44 @@ declare namespace SageMaker {
|
|
3887
3959
|
*/
|
3888
3960
|
Url?: String1024;
|
3889
3961
|
}
|
3962
|
+
export interface CreateEdgeDeploymentPlanRequest {
|
3963
|
+
/**
|
3964
|
+
* The name of the edge deployment plan.
|
3965
|
+
*/
|
3966
|
+
EdgeDeploymentPlanName: EntityName;
|
3967
|
+
/**
|
3968
|
+
* List of models associated with the edge deployment plan.
|
3969
|
+
*/
|
3970
|
+
ModelConfigs: EdgeDeploymentModelConfigs;
|
3971
|
+
/**
|
3972
|
+
* The device fleet used for this edge deployment plan.
|
3973
|
+
*/
|
3974
|
+
DeviceFleetName: EntityName;
|
3975
|
+
/**
|
3976
|
+
* List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.
|
3977
|
+
*/
|
3978
|
+
Stages?: DeploymentStages;
|
3979
|
+
/**
|
3980
|
+
* List of tags with which to tag the edge deployment plan.
|
3981
|
+
*/
|
3982
|
+
Tags?: TagList;
|
3983
|
+
}
|
3984
|
+
export interface CreateEdgeDeploymentPlanResponse {
|
3985
|
+
/**
|
3986
|
+
* The ARN of the edge deployment plan.
|
3987
|
+
*/
|
3988
|
+
EdgeDeploymentPlanArn: EdgeDeploymentPlanArn;
|
3989
|
+
}
|
3990
|
+
export interface CreateEdgeDeploymentStageRequest {
|
3991
|
+
/**
|
3992
|
+
* The name of the edge deployment plan.
|
3993
|
+
*/
|
3994
|
+
EdgeDeploymentPlanName: EntityName;
|
3995
|
+
/**
|
3996
|
+
* List of stages to be added to the edge deployment plan.
|
3997
|
+
*/
|
3998
|
+
Stages: DeploymentStages;
|
3999
|
+
}
|
3890
4000
|
export interface CreateEdgePackagingJobRequest {
|
3891
4001
|
/**
|
3892
4002
|
* The name of the edge packaging job.
|
@@ -5472,6 +5582,22 @@ declare namespace SageMaker {
|
|
5472
5582
|
*/
|
5473
5583
|
RetentionPolicy?: RetentionPolicy;
|
5474
5584
|
}
|
5585
|
+
export interface DeleteEdgeDeploymentPlanRequest {
|
5586
|
+
/**
|
5587
|
+
* The name of the edge deployment plan to delete.
|
5588
|
+
*/
|
5589
|
+
EdgeDeploymentPlanName: EntityName;
|
5590
|
+
}
|
5591
|
+
export interface DeleteEdgeDeploymentStageRequest {
|
5592
|
+
/**
|
5593
|
+
* The name of the edge deployment plan from which the stage will be deleted.
|
5594
|
+
*/
|
5595
|
+
EdgeDeploymentPlanName: EntityName;
|
5596
|
+
/**
|
5597
|
+
* The name of the stage.
|
5598
|
+
*/
|
5599
|
+
StageName: EntityName;
|
5600
|
+
}
|
5475
5601
|
export interface DeleteEndpointConfigInput {
|
5476
5602
|
/**
|
5477
5603
|
* The name of the endpoint configuration that you want to delete.
|
@@ -5717,6 +5843,41 @@ declare namespace SageMaker {
|
|
5717
5843
|
*/
|
5718
5844
|
AutoRollbackConfiguration?: AutoRollbackConfig;
|
5719
5845
|
}
|
5846
|
+
export interface DeploymentStage {
|
5847
|
+
/**
|
5848
|
+
* The name of the stage.
|
5849
|
+
*/
|
5850
|
+
StageName: EntityName;
|
5851
|
+
/**
|
5852
|
+
* Configuration of the devices in the stage.
|
5853
|
+
*/
|
5854
|
+
DeviceSelectionConfig: DeviceSelectionConfig;
|
5855
|
+
/**
|
5856
|
+
* Configuration of the deployment details.
|
5857
|
+
*/
|
5858
|
+
DeploymentConfig?: EdgeDeploymentConfig;
|
5859
|
+
}
|
5860
|
+
export type DeploymentStageMaxResults = number;
|
5861
|
+
export type DeploymentStageStatusSummaries = DeploymentStageStatusSummary[];
|
5862
|
+
export interface DeploymentStageStatusSummary {
|
5863
|
+
/**
|
5864
|
+
* The name of the stage.
|
5865
|
+
*/
|
5866
|
+
StageName: EntityName;
|
5867
|
+
/**
|
5868
|
+
* Configuration of the devices in the stage.
|
5869
|
+
*/
|
5870
|
+
DeviceSelectionConfig: DeviceSelectionConfig;
|
5871
|
+
/**
|
5872
|
+
* Configuration of the deployment details.
|
5873
|
+
*/
|
5874
|
+
DeploymentConfig: EdgeDeploymentConfig;
|
5875
|
+
/**
|
5876
|
+
* General status of the current state.
|
5877
|
+
*/
|
5878
|
+
DeploymentStatus: EdgeDeploymentStatus;
|
5879
|
+
}
|
5880
|
+
export type DeploymentStages = DeploymentStage[];
|
5720
5881
|
export interface DeregisterDevicesRequest {
|
5721
5882
|
/**
|
5722
5883
|
* The name of the fleet the devices belong to.
|
@@ -6438,6 +6599,66 @@ declare namespace SageMaker {
|
|
6438
6599
|
*/
|
6439
6600
|
SecurityGroupIdForDomainBoundary?: SecurityGroupId;
|
6440
6601
|
}
|
6602
|
+
export interface DescribeEdgeDeploymentPlanRequest {
|
6603
|
+
/**
|
6604
|
+
* The name of the deployment plan to describe.
|
6605
|
+
*/
|
6606
|
+
EdgeDeploymentPlanName: EntityName;
|
6607
|
+
/**
|
6608
|
+
* If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.
|
6609
|
+
*/
|
6610
|
+
NextToken?: NextToken;
|
6611
|
+
/**
|
6612
|
+
* The maximum number of results to select (50 by default).
|
6613
|
+
*/
|
6614
|
+
MaxResults?: DeploymentStageMaxResults;
|
6615
|
+
}
|
6616
|
+
export interface DescribeEdgeDeploymentPlanResponse {
|
6617
|
+
/**
|
6618
|
+
* The ARN of edge deployment plan.
|
6619
|
+
*/
|
6620
|
+
EdgeDeploymentPlanArn: EdgeDeploymentPlanArn;
|
6621
|
+
/**
|
6622
|
+
* The name of the edge deployment plan.
|
6623
|
+
*/
|
6624
|
+
EdgeDeploymentPlanName: EntityName;
|
6625
|
+
/**
|
6626
|
+
* List of models associated with the edge deployment plan.
|
6627
|
+
*/
|
6628
|
+
ModelConfigs: EdgeDeploymentModelConfigs;
|
6629
|
+
/**
|
6630
|
+
* The device fleet used for this edge deployment plan.
|
6631
|
+
*/
|
6632
|
+
DeviceFleetName: EntityName;
|
6633
|
+
/**
|
6634
|
+
* The number of edge devices with the successful deployment.
|
6635
|
+
*/
|
6636
|
+
EdgeDeploymentSuccess?: Integer;
|
6637
|
+
/**
|
6638
|
+
* The number of edge devices yet to pick up deployment, or in progress.
|
6639
|
+
*/
|
6640
|
+
EdgeDeploymentPending?: Integer;
|
6641
|
+
/**
|
6642
|
+
* The number of edge devices that failed the deployment.
|
6643
|
+
*/
|
6644
|
+
EdgeDeploymentFailed?: Integer;
|
6645
|
+
/**
|
6646
|
+
* List of stages in the edge deployment plan.
|
6647
|
+
*/
|
6648
|
+
Stages: DeploymentStageStatusSummaries;
|
6649
|
+
/**
|
6650
|
+
* Token to use when calling the next set of stages in the edge deployment plan.
|
6651
|
+
*/
|
6652
|
+
NextToken?: NextToken;
|
6653
|
+
/**
|
6654
|
+
* The time when the edge deployment plan was created.
|
6655
|
+
*/
|
6656
|
+
CreationTime?: Timestamp;
|
6657
|
+
/**
|
6658
|
+
* The time when the edge deployment plan was last updated.
|
6659
|
+
*/
|
6660
|
+
LastModifiedTime?: Timestamp;
|
6661
|
+
}
|
6441
6662
|
export interface DescribeEdgePackagingJobRequest {
|
6442
6663
|
/**
|
6443
6664
|
* The name of the edge packaging job.
|
@@ -8410,6 +8631,54 @@ declare namespace SageMaker {
|
|
8410
8631
|
IotThingName?: ThingName;
|
8411
8632
|
}
|
8412
8633
|
export type DeviceArn = string;
|
8634
|
+
export type DeviceDeploymentStatus = "READYTODEPLOY"|"INPROGRESS"|"DEPLOYED"|"FAILED"|"STOPPING"|"STOPPED"|string;
|
8635
|
+
export type DeviceDeploymentSummaries = DeviceDeploymentSummary[];
|
8636
|
+
export interface DeviceDeploymentSummary {
|
8637
|
+
/**
|
8638
|
+
* The ARN of the edge deployment plan.
|
8639
|
+
*/
|
8640
|
+
EdgeDeploymentPlanArn: EdgeDeploymentPlanArn;
|
8641
|
+
/**
|
8642
|
+
* The name of the edge deployment plan.
|
8643
|
+
*/
|
8644
|
+
EdgeDeploymentPlanName: EntityName;
|
8645
|
+
/**
|
8646
|
+
* The name of the stage in the edge deployment plan.
|
8647
|
+
*/
|
8648
|
+
StageName: EntityName;
|
8649
|
+
/**
|
8650
|
+
* The name of the deployed stage.
|
8651
|
+
*/
|
8652
|
+
DeployedStageName?: EntityName;
|
8653
|
+
/**
|
8654
|
+
* The name of the fleet to which the device belongs to.
|
8655
|
+
*/
|
8656
|
+
DeviceFleetName?: EntityName;
|
8657
|
+
/**
|
8658
|
+
* The name of the device.
|
8659
|
+
*/
|
8660
|
+
DeviceName: DeviceName;
|
8661
|
+
/**
|
8662
|
+
* The ARN of the device.
|
8663
|
+
*/
|
8664
|
+
DeviceArn: DeviceArn;
|
8665
|
+
/**
|
8666
|
+
* The deployment status of the device.
|
8667
|
+
*/
|
8668
|
+
DeviceDeploymentStatus?: DeviceDeploymentStatus;
|
8669
|
+
/**
|
8670
|
+
* The detailed error message for the deployoment status result.
|
8671
|
+
*/
|
8672
|
+
DeviceDeploymentStatusMessage?: String;
|
8673
|
+
/**
|
8674
|
+
* The description of the device.
|
8675
|
+
*/
|
8676
|
+
Description?: DeviceDescription;
|
8677
|
+
/**
|
8678
|
+
* The time when the deployment on the device started.
|
8679
|
+
*/
|
8680
|
+
DeploymentStartTime?: Timestamp;
|
8681
|
+
}
|
8413
8682
|
export type DeviceDescription = string;
|
8414
8683
|
export type DeviceFleetArn = string;
|
8415
8684
|
export type DeviceFleetDescription = string;
|
@@ -8434,6 +8703,24 @@ declare namespace SageMaker {
|
|
8434
8703
|
}
|
8435
8704
|
export type DeviceName = string;
|
8436
8705
|
export type DeviceNames = DeviceName[];
|
8706
|
+
export interface DeviceSelectionConfig {
|
8707
|
+
/**
|
8708
|
+
* Type of device subsets to deploy to the current stage.
|
8709
|
+
*/
|
8710
|
+
DeviceSubsetType: DeviceSubsetType;
|
8711
|
+
/**
|
8712
|
+
* Percentage of devices in the fleet to deploy to the current stage.
|
8713
|
+
*/
|
8714
|
+
Percentage?: Percentage;
|
8715
|
+
/**
|
8716
|
+
* List of devices chosen to deploy.
|
8717
|
+
*/
|
8718
|
+
DeviceNames?: DeviceNames;
|
8719
|
+
/**
|
8720
|
+
* A filter to select devices with names containing this name.
|
8721
|
+
*/
|
8722
|
+
DeviceNameContains?: DeviceName;
|
8723
|
+
}
|
8437
8724
|
export interface DeviceStats {
|
8438
8725
|
/**
|
8439
8726
|
* The number of devices connected with a heartbeat.
|
@@ -8444,6 +8731,7 @@ declare namespace SageMaker {
|
|
8444
8731
|
*/
|
8445
8732
|
RegisteredDeviceCount: Long;
|
8446
8733
|
}
|
8734
|
+
export type DeviceSubsetType = "PERCENTAGE"|"SELECTION"|"NAMECONTAINS"|string;
|
8447
8735
|
export type DeviceSummaries = DeviceSummary[];
|
8448
8736
|
export interface DeviceSummary {
|
8449
8737
|
/**
|
@@ -8664,6 +8952,85 @@ declare namespace SageMaker {
|
|
8664
8952
|
*/
|
8665
8953
|
AssociationType?: AssociationEdgeType;
|
8666
8954
|
}
|
8955
|
+
export interface EdgeDeploymentConfig {
|
8956
|
+
/**
|
8957
|
+
* Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.
|
8958
|
+
*/
|
8959
|
+
FailureHandlingPolicy: FailureHandlingPolicy;
|
8960
|
+
}
|
8961
|
+
export interface EdgeDeploymentModelConfig {
|
8962
|
+
/**
|
8963
|
+
* The name the device application uses to reference this model.
|
8964
|
+
*/
|
8965
|
+
ModelHandle: EntityName;
|
8966
|
+
/**
|
8967
|
+
* The edge packaging job associated with this deployment.
|
8968
|
+
*/
|
8969
|
+
EdgePackagingJobName: EntityName;
|
8970
|
+
}
|
8971
|
+
export type EdgeDeploymentModelConfigs = EdgeDeploymentModelConfig[];
|
8972
|
+
export type EdgeDeploymentPlanArn = string;
|
8973
|
+
export type EdgeDeploymentPlanSummaries = EdgeDeploymentPlanSummary[];
|
8974
|
+
export interface EdgeDeploymentPlanSummary {
|
8975
|
+
/**
|
8976
|
+
* The ARN of the edge deployment plan.
|
8977
|
+
*/
|
8978
|
+
EdgeDeploymentPlanArn: EdgeDeploymentPlanArn;
|
8979
|
+
/**
|
8980
|
+
* The name of the edge deployment plan.
|
8981
|
+
*/
|
8982
|
+
EdgeDeploymentPlanName: EntityName;
|
8983
|
+
/**
|
8984
|
+
* The name of the device fleet used for the deployment.
|
8985
|
+
*/
|
8986
|
+
DeviceFleetName: EntityName;
|
8987
|
+
/**
|
8988
|
+
* The number of edge devices with the successful deployment.
|
8989
|
+
*/
|
8990
|
+
EdgeDeploymentSuccess: Integer;
|
8991
|
+
/**
|
8992
|
+
* The number of edge devices yet to pick up the deployment, or in progress.
|
8993
|
+
*/
|
8994
|
+
EdgeDeploymentPending: Integer;
|
8995
|
+
/**
|
8996
|
+
* The number of edge devices that failed the deployment.
|
8997
|
+
*/
|
8998
|
+
EdgeDeploymentFailed: Integer;
|
8999
|
+
/**
|
9000
|
+
* The time when the edge deployment plan was created.
|
9001
|
+
*/
|
9002
|
+
CreationTime?: Timestamp;
|
9003
|
+
/**
|
9004
|
+
* The time when the edge deployment plan was last updated.
|
9005
|
+
*/
|
9006
|
+
LastModifiedTime?: Timestamp;
|
9007
|
+
}
|
9008
|
+
export interface EdgeDeploymentStatus {
|
9009
|
+
/**
|
9010
|
+
* The general status of the current stage.
|
9011
|
+
*/
|
9012
|
+
StageStatus: StageStatus;
|
9013
|
+
/**
|
9014
|
+
* The number of edge devices with the successful deployment in the current stage.
|
9015
|
+
*/
|
9016
|
+
EdgeDeploymentSuccessInStage: Integer;
|
9017
|
+
/**
|
9018
|
+
* The number of edge devices yet to pick up the deployment in current stage, or in progress.
|
9019
|
+
*/
|
9020
|
+
EdgeDeploymentPendingInStage: Integer;
|
9021
|
+
/**
|
9022
|
+
* The number of edge devices that failed the deployment in current stage.
|
9023
|
+
*/
|
9024
|
+
EdgeDeploymentFailedInStage: Integer;
|
9025
|
+
/**
|
9026
|
+
* A detailed message about deployment status in current stage.
|
9027
|
+
*/
|
9028
|
+
EdgeDeploymentStatusMessage?: String;
|
9029
|
+
/**
|
9030
|
+
* The time when the deployment API started.
|
9031
|
+
*/
|
9032
|
+
EdgeDeploymentStageStartTime?: Timestamp;
|
9033
|
+
}
|
8667
9034
|
export interface EdgeModel {
|
8668
9035
|
/**
|
8669
9036
|
* The name of the model.
|
@@ -9102,6 +9469,7 @@ declare namespace SageMaker {
|
|
9102
9469
|
*/
|
9103
9470
|
ErrorMessage?: String3072;
|
9104
9471
|
}
|
9472
|
+
export type FailureHandlingPolicy = "ROLLBACK_ON_FAILURE"|"DO_NOTHING"|string;
|
9105
9473
|
export type FailureReason = string;
|
9106
9474
|
export type FeatureAdditions = FeatureDefinition[];
|
9107
9475
|
export interface FeatureDefinition {
|
@@ -11126,6 +11494,59 @@ declare namespace SageMaker {
|
|
11126
11494
|
*/
|
11127
11495
|
NextToken?: NextToken;
|
11128
11496
|
}
|
11497
|
+
export interface ListEdgeDeploymentPlansRequest {
|
11498
|
+
/**
|
11499
|
+
* The response from the last list when returning a list large enough to need tokening.
|
11500
|
+
*/
|
11501
|
+
NextToken?: NextToken;
|
11502
|
+
/**
|
11503
|
+
* The maximum number of results to select (50 by default).
|
11504
|
+
*/
|
11505
|
+
MaxResults?: ListMaxResults;
|
11506
|
+
/**
|
11507
|
+
* Selects edge deployment plans created after this time.
|
11508
|
+
*/
|
11509
|
+
CreationTimeAfter?: Timestamp;
|
11510
|
+
/**
|
11511
|
+
* Selects edge deployment plans created before this time.
|
11512
|
+
*/
|
11513
|
+
CreationTimeBefore?: Timestamp;
|
11514
|
+
/**
|
11515
|
+
* Selects edge deployment plans that were last updated after this time.
|
11516
|
+
*/
|
11517
|
+
LastModifiedTimeAfter?: Timestamp;
|
11518
|
+
/**
|
11519
|
+
* Selects edge deployment plans that were last updated before this time.
|
11520
|
+
*/
|
11521
|
+
LastModifiedTimeBefore?: Timestamp;
|
11522
|
+
/**
|
11523
|
+
* Selects edge deployment plans with names containing this name.
|
11524
|
+
*/
|
11525
|
+
NameContains?: NameContains;
|
11526
|
+
/**
|
11527
|
+
* Selects edge deployment plans with a device fleet name containing this name.
|
11528
|
+
*/
|
11529
|
+
DeviceFleetNameContains?: NameContains;
|
11530
|
+
/**
|
11531
|
+
* The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.
|
11532
|
+
*/
|
11533
|
+
SortBy?: ListEdgeDeploymentPlansSortBy;
|
11534
|
+
/**
|
11535
|
+
* The direction of the sorting (ascending or descending).
|
11536
|
+
*/
|
11537
|
+
SortOrder?: SortOrder;
|
11538
|
+
}
|
11539
|
+
export interface ListEdgeDeploymentPlansResponse {
|
11540
|
+
/**
|
11541
|
+
* List of summaries of edge deployment plans.
|
11542
|
+
*/
|
11543
|
+
EdgeDeploymentPlanSummaries: EdgeDeploymentPlanSummaries;
|
11544
|
+
/**
|
11545
|
+
* The token to use when calling the next page of results.
|
11546
|
+
*/
|
11547
|
+
NextToken?: NextToken;
|
11548
|
+
}
|
11549
|
+
export type ListEdgeDeploymentPlansSortBy = "NAME"|"DEVICE_FLEET_NAME"|"CREATION_TIME"|"LAST_MODIFIED_TIME"|string;
|
11129
11550
|
export interface ListEdgePackagingJobsRequest {
|
11130
11551
|
/**
|
11131
11552
|
* The response from the last list when returning a list large enough to need tokening.
|
@@ -12519,6 +12940,38 @@ declare namespace SageMaker {
|
|
12519
12940
|
*/
|
12520
12941
|
NextToken?: NextToken;
|
12521
12942
|
}
|
12943
|
+
export interface ListStageDevicesRequest {
|
12944
|
+
/**
|
12945
|
+
* The response from the last list when returning a list large enough to neeed tokening.
|
12946
|
+
*/
|
12947
|
+
NextToken?: NextToken;
|
12948
|
+
/**
|
12949
|
+
* The maximum number of requests to select.
|
12950
|
+
*/
|
12951
|
+
MaxResults?: ListMaxResults;
|
12952
|
+
/**
|
12953
|
+
* The name of the edge deployment plan.
|
12954
|
+
*/
|
12955
|
+
EdgeDeploymentPlanName: EntityName;
|
12956
|
+
/**
|
12957
|
+
* Toggle for excluding devices deployed in other stages.
|
12958
|
+
*/
|
12959
|
+
ExcludeDevicesDeployedInOtherStage?: Boolean;
|
12960
|
+
/**
|
12961
|
+
* The name of the stage in the deployment.
|
12962
|
+
*/
|
12963
|
+
StageName: EntityName;
|
12964
|
+
}
|
12965
|
+
export interface ListStageDevicesResponse {
|
12966
|
+
/**
|
12967
|
+
* List of summaries of devices allocated to the stage.
|
12968
|
+
*/
|
12969
|
+
DeviceDeploymentSummaries: DeviceDeploymentSummaries;
|
12970
|
+
/**
|
12971
|
+
* The token to use when calling the next page of results.
|
12972
|
+
*/
|
12973
|
+
NextToken?: NextToken;
|
12974
|
+
}
|
12522
12975
|
export interface ListStudioLifecycleConfigsRequest {
|
12523
12976
|
/**
|
12524
12977
|
* The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.
|
@@ -14415,6 +14868,7 @@ declare namespace SageMaker {
|
|
14415
14868
|
DesiredServerlessConfig?: ProductionVariantServerlessConfig;
|
14416
14869
|
}
|
14417
14870
|
export type PendingProductionVariantSummaryList = PendingProductionVariantSummary[];
|
14871
|
+
export type Percentage = number;
|
14418
14872
|
export interface Phase {
|
14419
14873
|
/**
|
14420
14874
|
* Specifies how many concurrent users to start with.
|
@@ -15379,7 +15833,7 @@ declare namespace SageMaker {
|
|
15379
15833
|
/**
|
15380
15834
|
* A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.
|
15381
15835
|
*/
|
15382
|
-
StartArns
|
15836
|
+
StartArns?: QueryLineageStartArns;
|
15383
15837
|
/**
|
15384
15838
|
* Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses.
|
15385
15839
|
*/
|
@@ -16058,6 +16512,17 @@ declare namespace SageMaker {
|
|
16058
16512
|
export type SourceUri = string;
|
16059
16513
|
export type SpawnRate = number;
|
16060
16514
|
export type SplitType = "None"|"Line"|"RecordIO"|"TFRecord"|string;
|
16515
|
+
export type StageStatus = "CREATING"|"READYTODEPLOY"|"STARTING"|"INPROGRESS"|"DEPLOYED"|"FAILED"|"STOPPING"|"STOPPED"|string;
|
16516
|
+
export interface StartEdgeDeploymentStageRequest {
|
16517
|
+
/**
|
16518
|
+
* The name of the edge deployment plan to start.
|
16519
|
+
*/
|
16520
|
+
EdgeDeploymentPlanName: EntityName;
|
16521
|
+
/**
|
16522
|
+
* The name of the stage to start.
|
16523
|
+
*/
|
16524
|
+
StageName: EntityName;
|
16525
|
+
}
|
16061
16526
|
export interface StartMonitoringScheduleRequest {
|
16062
16527
|
/**
|
16063
16528
|
* The name of the schedule to start.
|
@@ -16120,6 +16585,16 @@ declare namespace SageMaker {
|
|
16120
16585
|
*/
|
16121
16586
|
CompilationJobName: EntityName;
|
16122
16587
|
}
|
16588
|
+
export interface StopEdgeDeploymentStageRequest {
|
16589
|
+
/**
|
16590
|
+
* The name of the edge deployment plan to stop.
|
16591
|
+
*/
|
16592
|
+
EdgeDeploymentPlanName: EntityName;
|
16593
|
+
/**
|
16594
|
+
* The name of the stage to stop.
|
16595
|
+
*/
|
16596
|
+
StageName: EntityName;
|
16597
|
+
}
|
16123
16598
|
export interface StopEdgePackagingJobRequest {
|
16124
16599
|
/**
|
16125
16600
|
* The name of the edge packaging job.
|