cdk-lambda-subminute 2.0.243 → 2.0.244

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 (26) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +4 -2
  6. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.paginators.json +16 -8
  7. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +141 -72
  8. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +4 -1
  10. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +120 -120
  11. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +4 -4
  12. package/node_modules/aws-sdk/apis/servicediscovery-2017-03-14.min.json +37 -10
  13. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -5
  14. package/node_modules/aws-sdk/clients/apprunner.d.ts +96 -8
  15. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +11 -6
  16. package/node_modules/aws-sdk/clients/codeartifact.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +7 -7
  18. package/node_modules/aws-sdk/clients/s3.d.ts +24 -24
  19. package/node_modules/aws-sdk/clients/servicediscovery.d.ts +34 -5
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +11 -8
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +19 -19
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/package.json +1 -1
  26. package/package.json +5 -5
@@ -44,11 +44,11 @@ declare class AppConfig extends Service {
44
44
  */
45
45
  createEnvironment(callback?: (err: AWSError, data: AppConfig.Types.Environment) => void): Request<AppConfig.Types.Environment, AWSError>;
46
46
  /**
47
- * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For most use cases, to create your own extension, you must create an Lambda function to perform any computation and processing defined in the extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
47
+ * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing defined in the extension. If you plan to create custom versions of the Amazon Web Services authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in the Uri field for the new extension version. For a custom EventBridge notification extension, enter the ARN of the EventBridge default events in the Uri field. For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS topic in the Uri field. For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS message queue in the Uri field. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
48
48
  */
49
49
  createExtension(params: AppConfig.Types.CreateExtensionRequest, callback?: (err: AWSError, data: AppConfig.Types.Extension) => void): Request<AppConfig.Types.Extension, AWSError>;
50
50
  /**
51
- * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For most use cases, to create your own extension, you must create an Lambda function to perform any computation and processing defined in the extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
51
+ * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing defined in the extension. If you plan to create custom versions of the Amazon Web Services authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in the Uri field for the new extension version. For a custom EventBridge notification extension, enter the ARN of the EventBridge default events in the Uri field. For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS topic in the Uri field. For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS message queue in the Uri field. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
52
52
  */
53
53
  createExtension(callback?: (err: AWSError, data: AppConfig.Types.Extension) => void): Request<AppConfig.Types.Extension, AWSError>;
54
54
  /**
@@ -570,7 +570,7 @@ declare namespace AppConfig {
570
570
  */
571
571
  Description?: Description;
572
572
  /**
573
- * A URI to locate the configuration. You can specify the following: For the AppConfig hosted configuration store and for feature flags, specify hosted. For an Amazon Web Services Systems Manager Parameter Store parameter, specify either the parameter name in the format ssm-parameter://&lt;parameter name&gt; or the ARN. For an Secrets Manager secret, specify the URI in the following format: secrets-manager://&lt;secret name&gt;. For an Amazon S3 object, specify the URI in the following format: s3://&lt;bucket&gt;/&lt;objectKey&gt; . Here is an example: s3://my-bucket/my-app/us-east-1/my-config.json For an SSM document, specify either the document name in the format ssm-document://&lt;document name&gt; or the Amazon Resource Name (ARN).
573
+ * A URI to locate the configuration. You can specify the following: For the AppConfig hosted configuration store and for feature flags, specify hosted. For an Amazon Web Services Systems Manager Parameter Store parameter, specify either the parameter name in the format ssm-parameter://&lt;parameter name&gt; or the ARN. For an Amazon Web Services CodePipeline pipeline, specify the URI in the following format: codepipeline://&lt;pipeline name&gt;. For an Secrets Manager secret, specify the URI in the following format: secretsmanager://&lt;secret name&gt;. For an Amazon S3 object, specify the URI in the following format: s3://&lt;bucket&gt;/&lt;objectKey&gt; . Here is an example: s3://my-bucket/my-app/us-east-1/my-config.json For an SSM document, specify either the document name in the format ssm-document://&lt;document name&gt; or the Amazon Resource Name (ARN).
574
574
  */
575
575
  LocationUri: Uri;
576
576
  /**
@@ -871,6 +871,10 @@ declare namespace AppConfig {
871
871
  * The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.
872
872
  */
873
873
  KmsKeyIdentifier?: Identifier;
874
+ /**
875
+ * A user-defined label for an AppConfig hosted configuration version.
876
+ */
877
+ VersionLabel?: VersionLabel;
874
878
  }
875
879
  export interface DeploymentEvent {
876
880
  /**
@@ -882,7 +886,7 @@ declare namespace AppConfig {
882
886
  */
883
887
  TriggeredBy?: TriggeredBy;
884
888
  /**
885
- * A description of the deployment event. Descriptions include, but are not limited to, the user account or the Amazon CloudWatch alarm ARN that initiated a rollback, the percentage of hosts that received the deployment, or in the case of an internal error, a recommendation to attempt a new deployment.
889
+ * A description of the deployment event. Descriptions include, but are not limited to, the following: The Amazon Web Services account or the Amazon CloudWatch alarm ARN that initiated a rollback. The percentage of hosts that received the deployment. A recommendation to attempt a new deployment (in the case of an internal error).
886
890
  */
887
891
  Description?: Description;
888
892
  /**
@@ -989,6 +993,10 @@ declare namespace AppConfig {
989
993
  * Time the deployment completed.
990
994
  */
991
995
  CompletedAt?: Iso8601DateTime;
996
+ /**
997
+ * A user-defined label for an AppConfig hosted configuration version.
998
+ */
999
+ VersionLabel?: VersionLabel;
992
1000
  }
993
1001
  export interface Deployments {
994
1002
  /**
@@ -1514,7 +1522,7 @@ declare namespace AppConfig {
1514
1522
  */
1515
1523
  ConfigurationProfileId: Id;
1516
1524
  /**
1517
- * The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label.
1525
+ * The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
1518
1526
  */
1519
1527
  ConfigurationVersion: Version;
1520
1528
  /**
@@ -68,11 +68,11 @@ declare class AppRunner extends Service {
68
68
  */
69
69
  createVpcIngressConnection(callback?: (err: AWSError, data: AppRunner.Types.CreateVpcIngressConnectionResponse) => void): Request<AppRunner.Types.CreateVpcIngressConnectionResponse, AWSError>;
70
70
  /**
71
- * Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
71
+ * Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all revisions associated with the top level configuration. You can't delete the default auto scaling configuration or a configuration that's used by one or more App Runner services.
72
72
  */
73
73
  deleteAutoScalingConfiguration(params: AppRunner.Types.DeleteAutoScalingConfigurationRequest, callback?: (err: AWSError, data: AppRunner.Types.DeleteAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.DeleteAutoScalingConfigurationResponse, AWSError>;
74
74
  /**
75
- * Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
75
+ * Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all revisions associated with the top level configuration. You can't delete the default auto scaling configuration or a configuration that's used by one or more App Runner services.
76
76
  */
77
77
  deleteAutoScalingConfiguration(callback?: (err: AWSError, data: AppRunner.Types.DeleteAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.DeleteAutoScalingConfigurationResponse, AWSError>;
78
78
  /**
@@ -211,6 +211,14 @@ declare class AppRunner extends Service {
211
211
  * Returns a list of running App Runner services in your Amazon Web Services account.
212
212
  */
213
213
  listServices(callback?: (err: AWSError, data: AppRunner.Types.ListServicesResponse) => void): Request<AppRunner.Types.ListServicesResponse, AWSError>;
214
+ /**
215
+ * Returns a list of the associated App Runner services using an auto scaling configuration.
216
+ */
217
+ listServicesForAutoScalingConfiguration(params: AppRunner.Types.ListServicesForAutoScalingConfigurationRequest, callback?: (err: AWSError, data: AppRunner.Types.ListServicesForAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.ListServicesForAutoScalingConfigurationResponse, AWSError>;
218
+ /**
219
+ * Returns a list of the associated App Runner services using an auto scaling configuration.
220
+ */
221
+ listServicesForAutoScalingConfiguration(callback?: (err: AWSError, data: AppRunner.Types.ListServicesForAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.ListServicesForAutoScalingConfigurationResponse, AWSError>;
214
222
  /**
215
223
  * List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
216
224
  */
@@ -275,6 +283,14 @@ declare class AppRunner extends Service {
275
283
  * Remove tags from an App Runner resource.
276
284
  */
277
285
  untagResource(callback?: (err: AWSError, data: AppRunner.Types.UntagResourceResponse) => void): Request<AppRunner.Types.UntagResourceResponse, AWSError>;
286
+ /**
287
+ * Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.
288
+ */
289
+ updateDefaultAutoScalingConfiguration(params: AppRunner.Types.UpdateDefaultAutoScalingConfigurationRequest, callback?: (err: AWSError, data: AppRunner.Types.UpdateDefaultAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.UpdateDefaultAutoScalingConfigurationResponse, AWSError>;
290
+ /**
291
+ * Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.
292
+ */
293
+ updateDefaultAutoScalingConfiguration(callback?: (err: AWSError, data: AppRunner.Types.UpdateDefaultAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.UpdateDefaultAutoScalingConfigurationResponse, AWSError>;
278
294
  /**
279
295
  * Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service. To update the tags applied to your service, use the separate actions TagResource and UntagResource. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
280
296
  */
@@ -351,11 +367,11 @@ declare namespace AppRunner {
351
367
  /**
352
368
  * The revision of this auto scaling configuration. It's unique among all the active configurations ("Status": "ACTIVE") that share the same AutoScalingConfigurationName.
353
369
  */
354
- AutoScalingConfigurationRevision?: Integer;
370
+ AutoScalingConfigurationRevision?: AutoScalingConfigurationRevision;
355
371
  /**
356
372
  * It's set to true for the configuration with the highest Revision among all configurations that share the same AutoScalingConfigurationName. It's set to false otherwise.
357
373
  */
358
- Latest?: Boolean;
374
+ Latest?: Latest;
359
375
  /**
360
376
  * The current state of the auto scaling configuration. If the status of a configuration revision is INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.
361
377
  */
@@ -363,15 +379,15 @@ declare namespace AppRunner {
363
379
  /**
364
380
  * The maximum number of concurrent requests that an instance processes. If the number of concurrent requests exceeds this limit, App Runner scales the service up.
365
381
  */
366
- MaxConcurrency?: Integer;
382
+ MaxConcurrency?: MaxConcurrency;
367
383
  /**
368
384
  * The minimum number of instances that App Runner provisions for a service. The service always has at least MinSize provisioned instances. Some of them actively serve traffic. The rest of them (provisioned and inactive instances) are a cost-effective compute capacity reserve and are ready to be quickly activated. You pay for memory usage of all the provisioned instances. You pay for CPU usage of only the active subset. App Runner temporarily doubles the number of provisioned instances during deployments, to maintain the same capacity for both old and new code.
369
385
  */
370
- MinSize?: Integer;
386
+ MinSize?: MinSize;
371
387
  /**
372
388
  * The maximum number of instances that a service scales up to. At most MaxSize instances actively serve traffic for your service.
373
389
  */
374
- MaxSize?: Integer;
390
+ MaxSize?: MaxSize;
375
391
  /**
376
392
  * The time when the auto scaling configuration was created. It's in Unix time stamp format.
377
393
  */
@@ -380,8 +396,17 @@ declare namespace AppRunner {
380
396
  * The time when the auto scaling configuration was deleted. It's in Unix time stamp format.
381
397
  */
382
398
  DeletedAt?: Timestamp;
399
+ /**
400
+ * Indicates if this auto scaling configuration has an App Runner service associated with it. A value of true indicates one or more services are associated. A value of false indicates no services are associated.
401
+ */
402
+ HasAssociatedService?: HasAssociatedService;
403
+ /**
404
+ * Indicates if this auto scaling configuration should be used as the default for a new App Runner service that does not have an auto scaling configuration ARN specified during creation. Each account can have only one default AutoScalingConfiguration per region. The default AutoScalingConfiguration can be any revision under the same AutoScalingConfigurationName.
405
+ */
406
+ IsDefault?: IsDefault;
383
407
  }
384
408
  export type AutoScalingConfigurationName = string;
409
+ export type AutoScalingConfigurationRevision = number;
385
410
  export type AutoScalingConfigurationStatus = "ACTIVE"|"INACTIVE"|string;
386
411
  export interface AutoScalingConfigurationSummary {
387
412
  /**
@@ -396,6 +421,22 @@ declare namespace AppRunner {
396
421
  * The revision of this auto scaling configuration. It's unique among all the active configurations ("Status": "ACTIVE") with the same AutoScalingConfigurationName.
397
422
  */
398
423
  AutoScalingConfigurationRevision?: Integer;
424
+ /**
425
+ * The current state of the auto scaling configuration. If the status of a configuration revision is INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.
426
+ */
427
+ Status?: AutoScalingConfigurationStatus;
428
+ /**
429
+ * The time when the auto scaling configuration was created. It's in Unix time stamp format.
430
+ */
431
+ CreatedAt?: Timestamp;
432
+ /**
433
+ * Indicates if this auto scaling configuration has an App Runner service associated with it. A value of true indicates one or more services are associated. A value of false indicates no services are associated.
434
+ */
435
+ HasAssociatedService?: HasAssociatedService;
436
+ /**
437
+ * Indicates if this auto scaling configuration should be used as the default for a new App Runner service that does not have an auto scaling configuration ARN specified during creation. Each account can have only one default AutoScalingConfiguration per region. The default AutoScalingConfiguration can be any revision under the same AutoScalingConfigurationName.
438
+ */
439
+ IsDefault?: IsDefault;
399
440
  }
400
441
  export type AutoScalingConfigurationSummaryList = AutoScalingConfigurationSummary[];
401
442
  export type Boolean = boolean;
@@ -521,7 +562,7 @@ declare namespace AppRunner {
521
562
  export type Cpu = string;
522
563
  export interface CreateAutoScalingConfigurationRequest {
523
564
  /**
524
- * A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration. The name DefaultConfiguration is reserved (it's the configuration that App Runner uses if you don't provide a custome one). You can't use it to create a new auto scaling configuration, and you can't create a revision of it. When you want to use your own auto scaling configuration for your App Runner service, create a configuration with a different name, and then provide it when you create or update your service.
565
+ * A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration. Prior to the release of Managing auto scaling, the name DefaultConfiguration was reserved. This restriction is no longer in place. You can now manage DefaultConfiguration the same way you manage your custom auto scaling configurations. This means you can do the following with the DefaultConfiguration that App Runner provides: Create new revisions of the DefaultConfiguration. Delete the revisions of the DefaultConfiguration. Delete the auto scaling configuration for which the App Runner DefaultConfiguration was created. If you delete the auto scaling configuration you can create another custom auto scaling configuration with the same DefaultConfiguration name. The original DefaultConfiguration resource provided by App Runner remains in your account unless you make changes to it.
525
566
  */
526
567
  AutoScalingConfigurationName: AutoScalingConfigurationName;
527
568
  /**
@@ -709,6 +750,10 @@ declare namespace AppRunner {
709
750
  * The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete. The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name or .../name/revision . If a revision isn't specified, the latest active revision is deleted.
710
751
  */
711
752
  AutoScalingConfigurationArn: AppRunnerResourceArn;
753
+ /**
754
+ * Set to true to delete all of the revisions associated with the AutoScalingConfigurationArn parameter value. When DeleteAllRevisions is set to true, the only valid value for the Amazon Resource Name (ARN) is a partial ARN ending with: .../name.
755
+ */
756
+ DeleteAllRevisions?: Boolean;
712
757
  }
713
758
  export interface DeleteAutoScalingConfigurationResponse {
714
759
  /**
@@ -923,6 +968,7 @@ declare namespace AppRunner {
923
968
  */
924
969
  KmsKey: KmsKeyArn;
925
970
  }
971
+ export type HasAssociatedService = boolean;
926
972
  export interface HealthCheckConfiguration {
927
973
  /**
928
974
  * The IP protocol that App Runner uses to perform health checks for your service. If you set Protocol to HTTP, App Runner sends health check requests to the HTTP path specified by Path. Default: TCP
@@ -1020,7 +1066,9 @@ declare namespace AppRunner {
1020
1066
  InstanceRoleArn?: RoleArn;
1021
1067
  }
1022
1068
  export type Integer = number;
1069
+ export type IsDefault = boolean;
1023
1070
  export type KmsKeyArn = string;
1071
+ export type Latest = boolean;
1024
1072
  export interface ListAutoScalingConfigurationsRequest {
1025
1073
  /**
1026
1074
  * The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all active configurations.
@@ -1126,6 +1174,30 @@ declare namespace AppRunner {
1126
1174
  */
1127
1175
  NextToken?: String;
1128
1176
  }
1177
+ export interface ListServicesForAutoScalingConfigurationRequest {
1178
+ /**
1179
+ * The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services for. The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name or .../name/revision . If a revision isn't specified, the latest active revision is used.
1180
+ */
1181
+ AutoScalingConfigurationArn: AppRunnerResourceArn;
1182
+ /**
1183
+ * The maximum number of results to include in each response (result page). It's used for a paginated request. If you don't specify MaxResults, the request retrieves all available results in a single response.
1184
+ */
1185
+ MaxResults?: MaxResults;
1186
+ /**
1187
+ * A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request. If you don't specify NextToken, the request retrieves the first result page.
1188
+ */
1189
+ NextToken?: NextToken;
1190
+ }
1191
+ export interface ListServicesForAutoScalingConfigurationResponse {
1192
+ /**
1193
+ * A list of service ARN records. In a paginated request, the request returns up to MaxResults records for each call.
1194
+ */
1195
+ ServiceArnList: ServiceArnList;
1196
+ /**
1197
+ * The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
1198
+ */
1199
+ NextToken?: NextToken;
1200
+ }
1129
1201
  export interface ListServicesRequest {
1130
1202
  /**
1131
1203
  * A token from a previous result page. Used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request. If you don't specify NextToken, the request retrieves the first result page.
@@ -1212,8 +1284,11 @@ declare namespace AppRunner {
1212
1284
  */
1213
1285
  NextToken?: NextToken;
1214
1286
  }
1287
+ export type MaxConcurrency = number;
1215
1288
  export type MaxResults = number;
1289
+ export type MaxSize = number;
1216
1290
  export type Memory = string;
1291
+ export type MinSize = number;
1217
1292
  export interface NetworkConfiguration {
1218
1293
  /**
1219
1294
  * Network configuration settings for outbound message traffic.
@@ -1413,6 +1488,7 @@ declare namespace AppRunner {
1413
1488
  */
1414
1489
  ObservabilityConfiguration?: ServiceObservabilityConfiguration;
1415
1490
  }
1491
+ export type ServiceArnList = AppRunnerResourceArn[];
1416
1492
  export type ServiceId = string;
1417
1493
  export type ServiceMaxResults = number;
1418
1494
  export type ServiceName = string;
@@ -1549,6 +1625,18 @@ declare namespace AppRunner {
1549
1625
  }
1550
1626
  export interface UntagResourceResponse {
1551
1627
  }
1628
+ export interface UpdateDefaultAutoScalingConfigurationRequest {
1629
+ /**
1630
+ * The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to set as the default. The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name or .../name/revision . If a revision isn't specified, the latest active revision is set as the default.
1631
+ */
1632
+ AutoScalingConfigurationArn: AppRunnerResourceArn;
1633
+ }
1634
+ export interface UpdateDefaultAutoScalingConfigurationResponse {
1635
+ /**
1636
+ * A description of the App Runner auto scaling configuration that was set as default.
1637
+ */
1638
+ AutoScalingConfiguration: AutoScalingConfiguration;
1639
+ }
1552
1640
  export interface UpdateServiceRequest {
1553
1641
  /**
1554
1642
  * The Amazon Resource Name (ARN) of the App Runner service that you want to update.
@@ -36,11 +36,11 @@ declare class CloudWatchLogs extends Service {
36
36
  */
37
37
  createExportTask(callback?: (err: AWSError, data: CloudWatchLogs.Types.CreateExportTaskResponse) => void): Request<CloudWatchLogs.Types.CreateExportTaskResponse, AWSError>;
38
38
  /**
39
- * Creates a log group with the specified name. You can create up to 20,000 log groups per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
39
+ * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
40
40
  */
41
41
  createLogGroup(params: CloudWatchLogs.Types.CreateLogGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
42
42
  /**
43
- * Creates a log group with the specified name. You can create up to 20,000 log groups per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
43
+ * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
44
44
  */
45
45
  createLogGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
46
46
  /**
@@ -324,11 +324,11 @@ declare class CloudWatchLogs extends Service {
324
324
  */
325
325
  putLogEvents(callback?: (err: AWSError, data: CloudWatchLogs.Types.PutLogEventsResponse) => void): Request<CloudWatchLogs.Types.PutLogEventsResponse, AWSError>;
326
326
  /**
327
- * Creates or updates a metric filter and associates it with the specified log group. With metric filters, you can configure rules to extract metric data from log events ingested through PutLogEvents. The maximum number of metric filters that can be associated with a log group is 100. When you create a metric filter, you can also optionally assign a unit and dimensions to the metric that is created. Metrics extracted from log events are charged as custom metrics. To prevent unexpected high charges, do not specify high-cardinality fields such as IPAddress or requestID as dimensions. Each different value found for a dimension is treated as a separate metric and accrues charges as a separate custom metric. CloudWatch Logs disables a metric filter if it generates 1,000 different name/value pairs for your specified dimensions within a certain amount of time. This helps to prevent accidental high charges. You can also set up a billing alarm to alert you if your charges are higher than expected. For more information, see Creating a Billing Alarm to Monitor Your Estimated Amazon Web Services Charges.
327
+ * Creates or updates a metric filter and associates it with the specified log group. With metric filters, you can configure rules to extract metric data from log events ingested through PutLogEvents. The maximum number of metric filters that can be associated with a log group is 100. When you create a metric filter, you can also optionally assign a unit and dimensions to the metric that is created. Metrics extracted from log events are charged as custom metrics. To prevent unexpected high charges, do not specify high-cardinality fields such as IPAddress or requestID as dimensions. Each different value found for a dimension is treated as a separate metric and accrues charges as a separate custom metric. CloudWatch Logs might disable a metric filter if it generates 1,000 different name/value pairs for your specified dimensions within one hour. You can also set up a billing alarm to alert you if your charges are higher than expected. For more information, see Creating a Billing Alarm to Monitor Your Estimated Amazon Web Services Charges.
328
328
  */
329
329
  putMetricFilter(params: CloudWatchLogs.Types.PutMetricFilterRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
330
330
  /**
331
- * Creates or updates a metric filter and associates it with the specified log group. With metric filters, you can configure rules to extract metric data from log events ingested through PutLogEvents. The maximum number of metric filters that can be associated with a log group is 100. When you create a metric filter, you can also optionally assign a unit and dimensions to the metric that is created. Metrics extracted from log events are charged as custom metrics. To prevent unexpected high charges, do not specify high-cardinality fields such as IPAddress or requestID as dimensions. Each different value found for a dimension is treated as a separate metric and accrues charges as a separate custom metric. CloudWatch Logs disables a metric filter if it generates 1,000 different name/value pairs for your specified dimensions within a certain amount of time. This helps to prevent accidental high charges. You can also set up a billing alarm to alert you if your charges are higher than expected. For more information, see Creating a Billing Alarm to Monitor Your Estimated Amazon Web Services Charges.
331
+ * Creates or updates a metric filter and associates it with the specified log group. With metric filters, you can configure rules to extract metric data from log events ingested through PutLogEvents. The maximum number of metric filters that can be associated with a log group is 100. When you create a metric filter, you can also optionally assign a unit and dimensions to the metric that is created. Metrics extracted from log events are charged as custom metrics. To prevent unexpected high charges, do not specify high-cardinality fields such as IPAddress or requestID as dimensions. Each different value found for a dimension is treated as a separate metric and accrues charges as a separate custom metric. CloudWatch Logs might disable a metric filter if it generates 1,000 different name/value pairs for your specified dimensions within one hour. You can also set up a billing alarm to alert you if your charges are higher than expected. For more information, see Creating a Billing Alarm to Monitor Your Estimated Amazon Web Services Charges.
332
332
  */
333
333
  putMetricFilter(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
334
334
  /**
@@ -348,11 +348,11 @@ declare class CloudWatchLogs extends Service {
348
348
  */
349
349
  putResourcePolicy(callback?: (err: AWSError, data: CloudWatchLogs.Types.PutResourcePolicyResponse) => void): Request<CloudWatchLogs.Types.PutResourcePolicyResponse, AWSError>;
350
350
  /**
351
- * Sets the retention of the specified log group. With a retention policy, you can configure the number of days for which to retain log events in the specified log group. CloudWatch Logs doesn’t immediately delete log events when they reach their retention setting. It typically takes up to 72 hours after that before log events are deleted, but in rare situations might take longer. To illustrate, imagine that you change a log group to have a longer retention setting when it contains log events that are past the expiration date, but haven’t been deleted. Those log events will take up to 72 hours to be deleted after the new retention date is reached. To make sure that log data is deleted permanently, keep a log group at its lower retention setting until 72 hours after the previous retention period ends. Alternatively, wait to change the retention setting until you confirm that the earlier log events are deleted.
351
+ * Sets the retention of the specified log group. With a retention policy, you can configure the number of days for which to retain log events in the specified log group. CloudWatch Logs doesn’t immediately delete log events when they reach their retention setting. It typically takes up to 72 hours after that before log events are deleted, but in rare situations might take longer. To illustrate, imagine that you change a log group to have a longer retention setting when it contains log events that are past the expiration date, but haven’t been deleted. Those log events will take up to 72 hours to be deleted after the new retention date is reached. To make sure that log data is deleted permanently, keep a log group at its lower retention setting until 72 hours after the previous retention period ends. Alternatively, wait to change the retention setting until you confirm that the earlier log events are deleted. When log events reach their retention setting they are marked for deletion. After they are marked for deletion, they do not add to your archival storage costs anymore, even if they are not actually deleted until later. These log events marked for deletion are also not included when you use an API to retrieve the storedBytes value to see how many bytes a log group is storing.
352
352
  */
353
353
  putRetentionPolicy(params: CloudWatchLogs.Types.PutRetentionPolicyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
354
354
  /**
355
- * Sets the retention of the specified log group. With a retention policy, you can configure the number of days for which to retain log events in the specified log group. CloudWatch Logs doesn’t immediately delete log events when they reach their retention setting. It typically takes up to 72 hours after that before log events are deleted, but in rare situations might take longer. To illustrate, imagine that you change a log group to have a longer retention setting when it contains log events that are past the expiration date, but haven’t been deleted. Those log events will take up to 72 hours to be deleted after the new retention date is reached. To make sure that log data is deleted permanently, keep a log group at its lower retention setting until 72 hours after the previous retention period ends. Alternatively, wait to change the retention setting until you confirm that the earlier log events are deleted.
355
+ * Sets the retention of the specified log group. With a retention policy, you can configure the number of days for which to retain log events in the specified log group. CloudWatch Logs doesn’t immediately delete log events when they reach their retention setting. It typically takes up to 72 hours after that before log events are deleted, but in rare situations might take longer. To illustrate, imagine that you change a log group to have a longer retention setting when it contains log events that are past the expiration date, but haven’t been deleted. Those log events will take up to 72 hours to be deleted after the new retention date is reached. To make sure that log data is deleted permanently, keep a log group at its lower retention setting until 72 hours after the previous retention period ends. Alternatively, wait to change the retention setting until you confirm that the earlier log events are deleted. When log events reach their retention setting they are marked for deletion. After they are marked for deletion, they do not add to your archival storage costs anymore, even if they are not actually deleted until later. These log events marked for deletion are also not included when you use an API to retrieve the storedBytes value to see how many bytes a log group is storing.
356
356
  */
357
357
  putRetentionPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
358
358
  /**
@@ -474,6 +474,7 @@ declare namespace CloudWatchLogs {
474
474
  */
475
475
  taskId: ExportTaskId;
476
476
  }
477
+ export type ClientToken = string;
477
478
  export interface CreateExportTaskRequest {
478
479
  /**
479
480
  * The name of the export task.
@@ -1573,6 +1574,10 @@ declare namespace CloudWatchLogs {
1573
1574
  * The query string to use for this definition. For more information, see CloudWatch Logs Insights Query Syntax.
1574
1575
  */
1575
1576
  queryString: QueryDefinitionString;
1577
+ /**
1578
+ * Used as an idempotency token, to avoid returning an exception if the service receives the same request twice because of a network error.
1579
+ */
1580
+ clientToken?: ClientToken;
1576
1581
  }
1577
1582
  export interface PutQueryDefinitionResponse {
1578
1583
  /**
@@ -1484,7 +1484,7 @@ declare namespace CodeArtifact {
1484
1484
  */
1485
1485
  originConfiguration?: PackageOriginConfiguration;
1486
1486
  }
1487
- export type PackageFormat = "npm"|"pypi"|"maven"|"nuget"|"generic"|string;
1487
+ export type PackageFormat = "npm"|"pypi"|"maven"|"nuget"|"generic"|"swift"|string;
1488
1488
  export type PackageName = string;
1489
1489
  export type PackageNamespace = string;
1490
1490
  export interface PackageOriginConfiguration {
@@ -76,11 +76,11 @@ declare class KinesisVideo extends Service {
76
76
  */
77
77
  describeMappedResourceConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMappedResourceConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMappedResourceConfigurationOutput, AWSError>;
78
78
  /**
79
- * Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
79
+ * This API is related to WebRTC Ingestion and is only available in the us-west-2 region. Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
80
80
  */
81
81
  describeMediaStorageConfiguration(params: KinesisVideo.Types.DescribeMediaStorageConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMediaStorageConfigurationOutput, AWSError>;
82
82
  /**
83
- * Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
83
+ * This API is related to WebRTC Ingestion and is only available in the us-west-2 region. Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
84
84
  */
85
85
  describeMediaStorageConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMediaStorageConfigurationOutput, AWSError>;
86
86
  /**
@@ -164,11 +164,11 @@ declare class KinesisVideo extends Service {
164
164
  */
165
165
  listTagsForStream(callback?: (err: AWSError, data: KinesisVideo.Types.ListTagsForStreamOutput) => void): Request<KinesisVideo.Types.ListTagsForStreamOutput, AWSError>;
166
166
  /**
167
- * An asynchronous API that updates a stream’s existing edge configuration. The Kinesis Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass component that runs on an IoT Hub Device, setup at your premise. The time to sync can vary and depends on the connectivity of the Hub Device. The SyncStatus will be updated as the edge configuration is acknowledged, and synced with the Edge Agent. If this API is invoked for the first time, a new edge configuration will be created for the stream, and the sync status will be set to SYNCING. You will have to wait for the sync status to reach a terminal state such as: IN_SYNC, or SYNC_FAILED, before using this API again. If you invoke this API during the syncing process, a ResourceInUseException will be thrown. The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes, the status will transition into the SYNC_FAILED state.
167
+ * An asynchronous API that updates a stream’s existing edge configuration. The Kinesis Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass component that runs on an IoT Hub Device, setup at your premise. The time to sync can vary and depends on the connectivity of the Hub Device. The SyncStatus will be updated as the edge configuration is acknowledged, and synced with the Edge Agent. If this API is invoked for the first time, a new edge configuration will be created for the stream, and the sync status will be set to SYNCING. You will have to wait for the sync status to reach a terminal state such as: IN_SYNC, or SYNC_FAILED, before using this API again. If you invoke this API during the syncing process, a ResourceInUseException will be thrown. The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes, the status will transition into the SYNC_FAILED state. To move an edge configuration from one device to another, use DeleteEdgeConfiguration to delete the current edge configuration. You can then invoke StartEdgeConfigurationUpdate with an updated Hub Device ARN.
168
168
  */
169
169
  startEdgeConfigurationUpdate(params: KinesisVideo.Types.StartEdgeConfigurationUpdateInput, callback?: (err: AWSError, data: KinesisVideo.Types.StartEdgeConfigurationUpdateOutput) => void): Request<KinesisVideo.Types.StartEdgeConfigurationUpdateOutput, AWSError>;
170
170
  /**
171
- * An asynchronous API that updates a stream’s existing edge configuration. The Kinesis Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass component that runs on an IoT Hub Device, setup at your premise. The time to sync can vary and depends on the connectivity of the Hub Device. The SyncStatus will be updated as the edge configuration is acknowledged, and synced with the Edge Agent. If this API is invoked for the first time, a new edge configuration will be created for the stream, and the sync status will be set to SYNCING. You will have to wait for the sync status to reach a terminal state such as: IN_SYNC, or SYNC_FAILED, before using this API again. If you invoke this API during the syncing process, a ResourceInUseException will be thrown. The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes, the status will transition into the SYNC_FAILED state.
171
+ * An asynchronous API that updates a stream’s existing edge configuration. The Kinesis Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass component that runs on an IoT Hub Device, setup at your premise. The time to sync can vary and depends on the connectivity of the Hub Device. The SyncStatus will be updated as the edge configuration is acknowledged, and synced with the Edge Agent. If this API is invoked for the first time, a new edge configuration will be created for the stream, and the sync status will be set to SYNCING. You will have to wait for the sync status to reach a terminal state such as: IN_SYNC, or SYNC_FAILED, before using this API again. If you invoke this API during the syncing process, a ResourceInUseException will be thrown. The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes, the status will transition into the SYNC_FAILED state. To move an edge configuration from one device to another, use DeleteEdgeConfiguration to delete the current edge configuration. You can then invoke StartEdgeConfigurationUpdate with an updated Hub Device ARN.
172
172
  */
173
173
  startEdgeConfigurationUpdate(callback?: (err: AWSError, data: KinesisVideo.Types.StartEdgeConfigurationUpdateOutput) => void): Request<KinesisVideo.Types.StartEdgeConfigurationUpdateOutput, AWSError>;
174
174
  /**
@@ -220,11 +220,11 @@ declare class KinesisVideo extends Service {
220
220
  */
221
221
  updateImageGenerationConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateImageGenerationConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateImageGenerationConfigurationOutput, AWSError>;
222
222
  /**
223
- * Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
223
+ * This API is related to WebRTC Ingestion and is only available in the us-west-2 region. Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
224
224
  */
225
225
  updateMediaStorageConfiguration(params: KinesisVideo.Types.UpdateMediaStorageConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
226
226
  /**
227
- * Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
227
+ * This API is related to WebRTC Ingestion and is only available in the us-west-2 region. Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
228
228
  */
229
229
  updateMediaStorageConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
230
230
  /**
@@ -653,7 +653,7 @@ declare namespace KinesisVideo {
653
653
  */
654
654
  DestinationConfig: ImageGenerationDestinationConfig;
655
655
  /**
656
- * 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 33 ms, because a camera that generates content at 30 FPS would create a frame every 33.3 ms. If the timestamp range is less than the sampling interval, the Image from the StartTimestamp will be returned if available.
656
+ * 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. If the timestamp range is less than the sampling interval, the Image from the StartTimestamp will be returned if available.
657
657
  */
658
658
  SamplingInterval: SamplingInterval;
659
659
  /**