cdk-lambda-subminute 2.0.336 → 2.0.337

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.
@@ -724,7 +724,7 @@ declare namespace CodeStarconnections {
724
724
  export type NextToken = string;
725
725
  export type OwnerId = string;
726
726
  export type Parent = string;
727
- export type ProviderType = "Bitbucket"|"GitHub"|"GitHubEnterpriseServer"|"GitLab"|string;
727
+ export type ProviderType = "Bitbucket"|"GitHub"|"GitHubEnterpriseServer"|"GitLab"|"GitLabSelfManaged"|string;
728
728
  export type RepositoryLinkArn = string;
729
729
  export type RepositoryLinkId = string;
730
730
  export interface RepositoryLinkInfo {
@@ -37,11 +37,11 @@ declare class KinesisVideoArchivedMedia extends Service {
37
37
  */
38
38
  getHLSStreamingSessionURL(callback?: (err: AWSError, data: KinesisVideoArchivedMedia.Types.GetHLSStreamingSessionURLOutput) => void): Request<KinesisVideoArchivedMedia.Types.GetHLSStreamingSessionURLOutput, AWSError>;
39
39
  /**
40
- * Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.
40
+ * Retrieves a list of images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.
41
41
  */
42
42
  getImages(params: KinesisVideoArchivedMedia.Types.GetImagesInput, callback?: (err: AWSError, data: KinesisVideoArchivedMedia.Types.GetImagesOutput) => void): Request<KinesisVideoArchivedMedia.Types.GetImagesOutput, AWSError>;
43
43
  /**
44
- * Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.
44
+ * Retrieves a list of images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.
45
45
  */
46
46
  getImages(callback?: (err: AWSError, data: KinesisVideoArchivedMedia.Types.GetImagesOutput) => void): Request<KinesisVideoArchivedMedia.Types.GetImagesOutput, AWSError>;
47
47
  /**
@@ -282,7 +282,7 @@ declare namespace KinesisVideoArchivedMedia {
282
282
  */
283
283
  EndTimestamp: Timestamp;
284
284
  /**
285
- * The time interval in milliseconds (ms) at which the images need to be generated from the stream, with a default of 3000 ms. The minimum value that can be provided is 200 ms. If the timestamp range is less than the sampling interval, the Image from the startTimestamp will be returned if available. The minimum value of 200 ms is a hard limit.
285
+ * The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 200 ms (5 images per second). If the timestamp range is less than the sampling interval, the image from the startTimestamp will be returned if available.
286
286
  */
287
287
  SamplingInterval?: SamplingInterval;
288
288
  /**
@@ -408,7 +408,7 @@ declare namespace KinesisVideoArchivedMedia {
408
408
  */
409
409
  NextToken?: NextToken;
410
410
  /**
411
- * Describes the timestamp range and timestamp origin for the range of fragments to return.
411
+ * Describes the timestamp range and timestamp origin for the range of fragments to return. This is only required when the NextToken isn't passed in the API.
412
412
  */
413
413
  FragmentSelector?: FragmentSelector;
414
414
  }
@@ -11096,6 +11096,16 @@ declare namespace SageMaker {
11096
11096
  */
11097
11097
  TrialArn?: TrialArn;
11098
11098
  }
11099
+ export interface DockerSettings {
11100
+ /**
11101
+ * Indicates whether the domain can access Docker.
11102
+ */
11103
+ EnableDockerAccess?: FeatureStatus;
11104
+ /**
11105
+ * The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
11106
+ */
11107
+ VpcOnlyTrustedAccounts?: VpcOnlyTrustedAccounts;
11108
+ }
11099
11109
  export type DocumentSchemaVersion = string;
11100
11110
  export type Dollars = number;
11101
11111
  export type DomainArn = string;
@@ -11146,6 +11156,10 @@ declare namespace SageMaker {
11146
11156
  * The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
11147
11157
  */
11148
11158
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
11159
+ /**
11160
+ * A collection of settings that configure the domain's Docker interaction.
11161
+ */
11162
+ DockerSettings?: DockerSettings;
11149
11163
  }
11150
11164
  export interface DomainSettingsForUpdate {
11151
11165
  /**
@@ -11160,6 +11174,10 @@ declare namespace SageMaker {
11160
11174
  * The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
11161
11175
  */
11162
11176
  SecurityGroupIds?: DomainSecurityGroupIds;
11177
+ /**
11178
+ * A collection of settings that configure the domain's Docker interaction.
11179
+ */
11180
+ DockerSettings?: DockerSettings;
11163
11181
  }
11164
11182
  export type DomainStatus = "Deleting"|"Failed"|"InService"|"Pending"|"Updating"|"Update_Failed"|"Delete_Failed"|string;
11165
11183
  export type Double = number;
@@ -24120,6 +24138,7 @@ declare namespace SageMaker {
24120
24138
  Subnets: Subnets;
24121
24139
  }
24122
24140
  export type VpcId = string;
24141
+ export type VpcOnlyTrustedAccounts = AccountId[];
24123
24142
  export type VpcSecurityGroupIds = SecurityGroupId[];
24124
24143
  export type WaitIntervalInSeconds = number;
24125
24144
  export type WarmPoolResourceStatus = "Available"|"Terminated"|"Reused"|"InUse"|string;
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1526.0',
86
+ VERSION: '2.1527.0',
87
87
 
88
88
  /**
89
89
  * @api private