cdk-docker-image-deployment 0.0.46 → 0.0.48

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 (44) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +30 -27
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +377 -134
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +140 -125
  11. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +5 -1
  12. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +163 -109
  13. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +173 -49
  14. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.paginators.json +6 -0
  15. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +2 -1
  16. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +360 -12
  17. package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +12 -0
  18. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +132 -132
  19. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +311 -1
  20. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +533 -12
  21. package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +28 -1
  22. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +290 -63
  23. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +5 -0
  24. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +54 -40
  26. package/node_modules/aws-sdk/clients/configservice.d.ts +24 -24
  27. package/node_modules/aws-sdk/clients/connect.d.ts +327 -55
  28. package/node_modules/aws-sdk/clients/devopsguru.d.ts +26 -4
  29. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +60 -3
  30. package/node_modules/aws-sdk/clients/managedblockchain.d.ts +191 -46
  31. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +7 -3
  32. package/node_modules/aws-sdk/clients/rum.d.ts +340 -5
  33. package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/supportapp.d.ts +48 -10
  35. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +199 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +9 -5
  37. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +25 -21
  38. package/node_modules/aws-sdk/dist/aws-sdk.js +735 -169
  39. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
  40. package/node_modules/aws-sdk/lib/core.js +1 -1
  41. package/node_modules/aws-sdk/lib/event_listeners.js +7 -4
  42. package/node_modules/aws-sdk/lib/model/api.js +1 -0
  43. package/node_modules/aws-sdk/package.json +1 -1
  44. package/package.json +9 -9
@@ -212,11 +212,11 @@ declare class DevOpsGuru extends Service {
212
212
  */
213
213
  removeNotificationChannel(callback?: (err: AWSError, data: DevOpsGuru.Types.RemoveNotificationChannelResponse) => void): Request<DevOpsGuru.Types.RemoveNotificationChannelResponse, AWSError>;
214
214
  /**
215
- * Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
215
+ * Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING or CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
216
216
  */
217
217
  searchInsights(params: DevOpsGuru.Types.SearchInsightsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.SearchInsightsResponse) => void): Request<DevOpsGuru.Types.SearchInsightsResponse, AWSError>;
218
218
  /**
219
- * Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
219
+ * Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING or CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
220
220
  */
221
221
  searchInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.SearchInsightsResponse) => void): Request<DevOpsGuru.Types.SearchInsightsResponse, AWSError>;
222
222
  /**
@@ -301,6 +301,7 @@ declare namespace DevOpsGuru {
301
301
  */
302
302
  Status?: EventSourceOptInStatus;
303
303
  }
304
+ export type AnalyzedResourceCount = number;
304
305
  export interface AnomalousLogGroup {
305
306
  /**
306
307
  * The name of the CloudWatch log group.
@@ -419,6 +420,10 @@ declare namespace DevOpsGuru {
419
420
  * Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
420
421
  */
421
422
  Insight?: InsightHealth;
423
+ /**
424
+ * Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
425
+ */
426
+ AnalyzedResourceCount?: AnalyzedResourceCount;
422
427
  }
423
428
  export type CloudFormationHealths = CloudFormationHealth[];
424
429
  export type CloudWatchMetricDataStatusCode = "Complete"|"InternalError"|"PartialData"|string;
@@ -534,6 +539,10 @@ declare namespace DevOpsGuru {
534
539
  * The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
535
540
  */
536
541
  ResourceHours: ResourceHours;
542
+ /**
543
+ * Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
544
+ */
545
+ AnalyzedResourceCount?: AnalyzedResourceCount;
537
546
  }
538
547
  export interface DescribeAccountOverviewRequest {
539
548
  /**
@@ -1131,7 +1140,7 @@ declare namespace DevOpsGuru {
1131
1140
  /**
1132
1141
  * Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
1133
1142
  */
1134
- Filters: ListMonitoredResourcesFilters;
1143
+ Filters?: ListMonitoredResourcesFilters;
1135
1144
  /**
1136
1145
  * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
1137
1146
  */
@@ -1299,6 +1308,11 @@ declare namespace DevOpsGuru {
1299
1308
  * The permission status of a resource.
1300
1309
  */
1301
1310
  ResourcePermission?: ResourcePermission;
1311
+ /**
1312
+ * The time at which DevOps Guru last updated this resource.
1313
+ */
1314
+ LastUpdated?: Timestamp;
1315
+ ResourceCollection?: ResourceCollection;
1302
1316
  }
1303
1317
  export type MonitoredResourceIdentifiers = MonitoredResourceIdentifier[];
1304
1318
  export type MonitoredResourceName = string;
@@ -1997,7 +2011,7 @@ declare namespace DevOpsGuru {
1997
2011
  export type ResourceName = string;
1998
2012
  export type ResourcePermission = "FULL_PERMISSION"|"MISSING_PERMISSION"|string;
1999
2013
  export type ResourceType = string;
2000
- export type ResourceTypeFilter = "LOG_GROUPS"|string;
2014
+ export type ResourceTypeFilter = "LOG_GROUPS"|"CLOUDFRONT_DISTRIBUTION"|"DYNAMODB_TABLE"|"EC2_NAT_GATEWAY"|"ECS_CLUSTER"|"ECS_SERVICE"|"EKS_CLUSTER"|"ELASTIC_BEANSTALK_ENVIRONMENT"|"ELASTIC_LOAD_BALANCER_LOAD_BALANCER"|"ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER"|"ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP"|"ELASTICACHE_CACHE_CLUSTER"|"ELASTICSEARCH_DOMAIN"|"KINESIS_STREAM"|"LAMBDA_FUNCTION"|"OPEN_SEARCH_SERVICE_DOMAIN"|"RDS_DB_INSTANCE"|"RDS_DB_CLUSTER"|"REDSHIFT_CLUSTER"|"ROUTE53_HOSTED_ZONE"|"ROUTE53_HEALTH_CHECK"|"S3_BUCKET"|"SAGEMAKER_ENDPOINT"|"SNS_TOPIC"|"SQS_QUEUE"|"STEP_FUNCTIONS_ACTIVITY"|"STEP_FUNCTIONS_STATE_MACHINE"|string;
2001
2015
  export type ResourceTypeFilters = ResourceTypeFilter[];
2002
2016
  export type SearchInsightsAccountIdList = AwsAccountId[];
2003
2017
  export interface SearchInsightsFilters {
@@ -2117,6 +2131,10 @@ declare namespace DevOpsGuru {
2117
2131
  * Represents the health of an Amazon Web Services service. This is a ServiceInsightHealth that contains the number of open proactive and reactive insights for this service.
2118
2132
  */
2119
2133
  Insight?: ServiceInsightHealth;
2134
+ /**
2135
+ * Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.
2136
+ */
2137
+ AnalyzedResourceCount?: AnalyzedResourceCount;
2120
2138
  }
2121
2139
  export type ServiceHealths = ServiceHealth[];
2122
2140
  export interface ServiceInsightHealth {
@@ -2241,6 +2259,10 @@ declare namespace DevOpsGuru {
2241
2259
  * Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services tag, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
2242
2260
  */
2243
2261
  Insight?: InsightHealth;
2262
+ /**
2263
+ * Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services tag.
2264
+ */
2265
+ AnalyzedResourceCount?: AnalyzedResourceCount;
2244
2266
  }
2245
2267
  export type TagHealths = TagHealth[];
2246
2268
  export type TagValue = string;
@@ -19,6 +19,14 @@ declare class GlobalAccelerator extends Service {
19
19
  * Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator. The listener port range must be large enough to support the number of IP addresses that can be specified in your subnet. The number of ports required is: subnet size times the number of ports per destination EC2 instances. For example, a subnet defined as /24 requires a listener port range of at least 255 ports. Note: You must have enough remaining listener ports available to map to the subnet ports, or the call will fail with a LimitExceededException. By default, all destinations in a subnet in a custom routing accelerator cannot receive traffic. To enable all destinations to receive traffic, or to specify individual port mappings that can receive traffic, see the AllowCustomRoutingTraffic operation.
20
20
  */
21
21
  addCustomRoutingEndpoints(callback?: (err: AWSError, data: GlobalAccelerator.Types.AddCustomRoutingEndpointsResponse) => void): Request<GlobalAccelerator.Types.AddCustomRoutingEndpointsResponse, AWSError>;
22
+ /**
23
+ * Add endpoints to an endpoint group. The AddEndpoints API operation is the recommended option for adding endpoints. The alternative options are to add endpoints when you create an endpoint group (with the CreateEndpointGroup API) or when you update an endpoint group (with the UpdateEndpointGroup API). There are two advantages to using AddEndpoints to add endpoints: It's faster, because Global Accelerator only has to resolve the new endpoints that you're adding. It's more convenient, because you don't need to specify all of the current endpoints that are already in the endpoint group in addition to the new endpoints that you want to add.
24
+ */
25
+ addEndpoints(params: GlobalAccelerator.Types.AddEndpointsRequest, callback?: (err: AWSError, data: GlobalAccelerator.Types.AddEndpointsResponse) => void): Request<GlobalAccelerator.Types.AddEndpointsResponse, AWSError>;
26
+ /**
27
+ * Add endpoints to an endpoint group. The AddEndpoints API operation is the recommended option for adding endpoints. The alternative options are to add endpoints when you create an endpoint group (with the CreateEndpointGroup API) or when you update an endpoint group (with the UpdateEndpointGroup API). There are two advantages to using AddEndpoints to add endpoints: It's faster, because Global Accelerator only has to resolve the new endpoints that you're adding. It's more convenient, because you don't need to specify all of the current endpoints that are already in the endpoint group in addition to the new endpoints that you want to add.
28
+ */
29
+ addEndpoints(callback?: (err: AWSError, data: GlobalAccelerator.Types.AddEndpointsResponse) => void): Request<GlobalAccelerator.Types.AddEndpointsResponse, AWSError>;
22
30
  /**
23
31
  * Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of propagation delays. To stop advertising the BYOIP address range, use WithdrawByoipCidr. For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
24
32
  */
@@ -307,6 +315,14 @@ declare class GlobalAccelerator extends Service {
307
315
  * Remove endpoints from a custom routing accelerator.
308
316
  */
309
317
  removeCustomRoutingEndpoints(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
318
+ /**
319
+ * Remove endpoints from an endpoint group. The RemoveEndpoints API operation is the recommended option for removing endpoints. The alternative is to remove endpoints by updating an endpoint group by using the UpdateEndpointGroup API operation. There are two advantages to using AddEndpoints to remove endpoints instead: It's more convenient, because you only need to specify the endpoints that you want to remove. With the UpdateEndpointGroup API operation, you must specify all of the endpoints in the endpoint group except the ones that you want to remove from the group. It's faster, because Global Accelerator doesn't need to resolve any endpoints. With the UpdateEndpointGroup API operation, Global Accelerator must resolve all of the endpoints that remain in the group.
320
+ */
321
+ removeEndpoints(params: GlobalAccelerator.Types.RemoveEndpointsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
322
+ /**
323
+ * Remove endpoints from an endpoint group. The RemoveEndpoints API operation is the recommended option for removing endpoints. The alternative is to remove endpoints by updating an endpoint group by using the UpdateEndpointGroup API operation. There are two advantages to using AddEndpoints to remove endpoints instead: It's more convenient, because you only need to specify the endpoints that you want to remove. With the UpdateEndpointGroup API operation, you must specify all of the endpoints in the endpoint group except the ones that you want to remove from the group. It's faster, because Global Accelerator doesn't need to resolve any endpoints. With the UpdateEndpointGroup API operation, Global Accelerator must resolve all of the endpoints that remain in the group.
324
+ */
325
+ removeEndpoints(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
310
326
  /**
311
327
  * Add tags to an accelerator resource. For more information, see Tagging in Global Accelerator in the Global Accelerator Developer Guide.
312
328
  */
@@ -411,7 +427,7 @@ declare namespace GlobalAccelerator {
411
427
  */
412
428
  IpSets?: IpSets;
413
429
  /**
414
- * The Domain Name System (DNS) name that Global Accelerator creates that points to an accelerator's static IPv4 addresses. The naming convention for the DNS name for an accelerator is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com. If you have a dual-stack accelerator, you also have a second DNS name, DualStackDnsName, that points to both the A record and the AAAA record for all four static addresses for the accelerator (two IPv4 addresses and two IPv6 addresses). For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the Global Accelerator Developer Guide.
430
+ * The Domain Name System (DNS) name that Global Accelerator creates that points to an accelerator's static IPv4 addresses. The naming convention for the DNS name for an accelerator is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com. If you have a dual-stack accelerator, you also have a second DNS name, DualStackDnsName, that points to both the A record and the AAAA record for all four static addresses for the accelerator: two IPv4 addresses and two IPv6 addresses. For more information about the default DNS name, see Support for DNS addressing in Global Accelerator in the Global Accelerator Developer Guide.
415
431
  */
416
432
  DnsName?: GenericString;
417
433
  /**
@@ -427,7 +443,7 @@ declare namespace GlobalAccelerator {
427
443
  */
428
444
  LastModifiedTime?: Timestamp;
429
445
  /**
430
- * The Domain Name System (DNS) name that Global Accelerator creates that points to a dual-stack accelerator's four static IP addresses: two IPv4 addresses and two IPv6 addresses. The naming convention for the dual-stack DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .dualstack.awsglobalaccelerator.com. For example: a1234567890abcdef.dualstack.awsglobalaccelerator.com. Note: Global Accelerator also assigns a default DNS name, DnsName, to your accelerator that points just to the static IPv4 addresses. For more information, see Support for DNS Addressing in Global Accelerator in the Global Accelerator Developer Guide.
446
+ * The Domain Name System (DNS) name that Global Accelerator creates that points to a dual-stack accelerator's four static IP addresses: two IPv4 addresses and two IPv6 addresses. The naming convention for the dual-stack DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .dualstack.awsglobalaccelerator.com. For example: a1234567890abcdef.dualstack.awsglobalaccelerator.com. Note: Global Accelerator also assigns a default DNS name, DnsName, to your accelerator that points just to the static IPv4 addresses. For more information, see Support for DNS addressing in Global Accelerator in the Global Accelerator Developer Guide.
431
447
  */
432
448
  DualStackDnsName?: GenericString;
433
449
  /**
@@ -482,6 +498,26 @@ declare namespace GlobalAccelerator {
482
498
  */
483
499
  EndpointGroupArn?: GenericString;
484
500
  }
501
+ export interface AddEndpointsRequest {
502
+ /**
503
+ * The list of endpoint objects.
504
+ */
505
+ EndpointConfigurations: EndpointConfigurations;
506
+ /**
507
+ * The Amazon Resource Name (ARN) of the endpoint group.
508
+ */
509
+ EndpointGroupArn: GenericString;
510
+ }
511
+ export interface AddEndpointsResponse {
512
+ /**
513
+ * The list of endpoint objects.
514
+ */
515
+ EndpointDescriptions?: EndpointDescriptions;
516
+ /**
517
+ * The Amazon Resource Name (ARN) of the endpoint group.
518
+ */
519
+ EndpointGroupArn?: GenericString;
520
+ }
485
521
  export interface AdvertiseByoipCidrRequest {
486
522
  /**
487
523
  * The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
@@ -764,7 +800,7 @@ declare namespace GlobalAccelerator {
764
800
  */
765
801
  IpSets?: IpSets;
766
802
  /**
767
- * The Domain Name System (DNS) name that Global Accelerator creates that points to an accelerator's static IPv4 addresses. The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com. If you have a dual-stack accelerator, you also have a second DNS name, DualStackDnsName, that points to both the A record and the AAAA record for all four static addresses for the accelerator (two IPv4 addresses and two IPv6 addresses). For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the Global Accelerator Developer Guide.
803
+ * The Domain Name System (DNS) name that Global Accelerator creates that points to an accelerator's static IPv4 addresses. The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com. If you have a dual-stack accelerator, you also have a second DNS name, DualStackDnsName, that points to both the A record and the AAAA record for all four static addresses for the accelerator: two IPv4 addresses and two IPv6 addresses. For more information about the default DNS name, see Support for DNS addressing in Global Accelerator in the Global Accelerator Developer Guide.
768
804
  */
769
805
  DnsName?: GenericString;
770
806
  /**
@@ -1157,6 +1193,17 @@ declare namespace GlobalAccelerator {
1157
1193
  PortOverrides?: PortOverrides;
1158
1194
  }
1159
1195
  export type EndpointGroups = EndpointGroup[];
1196
+ export interface EndpointIdentifier {
1197
+ /**
1198
+ * An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. An Application Load Balancer can be either internal or internet-facing.
1199
+ */
1200
+ EndpointId: GenericString;
1201
+ /**
1202
+ * Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the endpoint fronted by the accelerator.
1203
+ */
1204
+ ClientIPPreservationEnabled?: GenericBoolean;
1205
+ }
1206
+ export type EndpointIdentifiers = EndpointIdentifier[];
1160
1207
  export type EndpointIds = GenericString[];
1161
1208
  export type EndpointWeight = number;
1162
1209
  export type GenericBoolean = boolean;
@@ -1509,6 +1556,16 @@ declare namespace GlobalAccelerator {
1509
1556
  */
1510
1557
  EndpointGroupArn: GenericString;
1511
1558
  }
1559
+ export interface RemoveEndpointsRequest {
1560
+ /**
1561
+ * The identifiers of the endpoints that you want to remove.
1562
+ */
1563
+ EndpointIdentifiers: EndpointIdentifiers;
1564
+ /**
1565
+ * The Amazon Resource Name (ARN) of the endpoint group.
1566
+ */
1567
+ EndpointGroupArn: GenericString;
1568
+ }
1512
1569
  export type ResourceArn = string;
1513
1570
  export interface SocketAddress {
1514
1571
  /**